<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";html{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;}
html{font-size: 10px;}
body{min-height: 600px; margin:0;padding:0;font-family: 'Montserrat', sans-serif; font-size:16px;font-weight: 500; color: #101010; overflow-x: hidden; background: var(--textWhite) ;line-height: 1.6;}
ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button{margin:0;padding:0;vertical-align:middle;box-sizing:border-box;-webkit-box-sizing:border-box;list-style:none;text-decoration:none;outline:none;border:0;border-spacing:0;border-collapse:collapse;font-family: 'Montserrat', sans-serif;}
*, after, before{box-sizing:border-box;-webkit-box-sizing:border-box; font-family: 'Montserrat', sans-serif; line-height: 1.6;}

h1, h2, h3, h4, h5, h6{margin:0;padding:0;font-family: 'Montserrat', sans-serif;}

a{text-decoration: none;color: var(--PColor);display: inline-block;font-family: 'Montserrat', sans-serif;}
a:hover{color: #321839;}
label{font-weight: normal!important;}
b, strong{font-family: 'Montserrat', sans-serif;font-weight: 700;}
u{text-decoration:underline;}
i, em{font-style:italic;}
img{max-width:100%;}
input[type="button"], 
input[type="submit"], 
input[type="reset"],
input[type="text"],
select,
textarea{appearance:none;-webkit-appearance:none;-moz-:none;}
select::-ms-expand{display:none;}
input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer;}
p{color: var(--TextBlack); }
a{transition: 0.2s ease-out; -webkit-transition: 0.2s ease-out;}
html{scroll-behavior: smooth;}
body,html{overflow-x: hidden;}

:root{
    --PColor: #018d49;
    --SColor: #2db8f5;

    --TextWhite: #ffffff;
    --TextBlack: #0b2521;

    --MainTextGray: #707070;  
    --SecondBlack: #171717;

    --bgGray: #e3eaf3;

    --BG-second: #141a2a;


    --font9: 9px;
    --font10: 10px;
    --font11: 11px;
    --font12: 12px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font18: 18px;
    --font20: 20px;
    --font22: 22px;
    --font24: 24px;
    --font26: 26px;
    --font28: 28px;
    --font30: 30px;

    --font32: 32px;
    --font35: 35px;
    --font36: 36px;
    --font40: 40px;
    --font49: 49px;
    --font60: 60px;
}



@media (min-width: 1350px){
    .container{
        max-width: 1200px;
    }
}


::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #018d49;
}

::selection {
    color: #ffffff;
    background: #018d49;
}




.text-right{text-align: right;}
.onclick{position: absolute; top: 0; left: 0; right: 0; bottom: 0;}

.bg_gray01{background: var(--bgGray);}



/* .btn{background: var(--SColor);color: var(--textWhite); font-size: var(--font16); padding: 10px 15px; border-radius: 0px;line-height: 1; border:1px solid var(--SColor);outline:none !important; box-shadow: none !important; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; font-weight: 400; text-transform: uppercase; min-width: 160px;}
.btn:hover{background: var(--PColor); border-color: var(--PColor); color: var(--textWhite);} */

/* .btn{background: deepskyblue;color: var(--TextWhite); font-size: var(--font16); padding: 10px 15px; border-radius: 0px;line-height: 1.6; border:1px solid deepskyblue;outline:none !important; box-shadow: none !important; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; font-weight: 400; text-transform: uppercase; min-width: 160px;} */
/* .btnn {
    background: purple;
    color: var(--TextWhite);
    font-size: var(--font16);
    padding: 12px 15px;
    border-radius: 0px;
    line-height: 0.7;
    border: 1px solid purple;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 160px;
    display: inline-block;
    text-align: center;
} */
.btnn:hover{background: var(--SColor); border-color: var(--SColor); color: var(--TextWhite);}

.btn-primary.focus, .btn-primary:focus{background: var(--SColor);color: var(--PColor);border-color:var(--SColor);}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus{box-shadow: none;background: var(--SColor);color: var(--PColor);border-color:var(--SColor);}

.btn-primary{min-width: 50px; background-color: transparent; color: #00e0d0; font-weight: 400;}
.btn-primary:hover{background: #00e0d0; border-color:#00e0d0; color: #ffffff;}

.reddB.btn{background: var(--PColor);color: var(--textWhite); font-size: var(--font14); padding: 10px 24px; border-radius: 0px;line-height: 1; border:1px solid var(--PColor);outline:none !important; box-shadow: none !important; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; font-weight: 500; text-transform: uppercase;}
.reddB:hover{background: var(--textWhite); border-color: var(--textWhite); color: var(--PColor);}

.blackbtn.btn{background: transparent;color: var(--textBlack); font-size: var(--font14); padding: 10px 24px; border-radius: 6px;line-height: 1; border:1px solid var(--textBlack);outline:none !important; box-shadow: none !important; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; font-weight: 500; text-transform: uppercase;}
.blackbtn:hover{background: var(--textBlack); border-color: var(--textBlack); color: var(--textWhite);}



.button_web01 {font-weight: 700; font-style: normal; color: #242424; background-color: #ffffff; border-color: #ffffff; border: 2px solid #ffffff; font-size: 16px;  padding: 12px 10px;   min-width: 210px; position: relative; text-align: center; z-index: 1; -webkit-backface-visibility: hidden; transition: .3s; display: inline-block; cursor: pointer; outline: none !important; box-shadow: none !important; border-radius: 100px; text-transform: uppercase;}
.button_web01:hover {color: #ffffff; background-color: #000f20; border-color: #000f20; }

.BG_orange_BTN{background: var(--PColor) ; color: var(--TextWhite); padding: 7px 10px;  min-width: 177px;}
.BG_transperent_BTN{background: transparent ; color: var(--TextWhite); border-color:  var(--TextWhite);}

.BG_orange_BTN_BIG{border-color: var(--PColor); background: var(--PColor) ; color: var(--TextWhite); margin-bottom: 10px}


/*== Margin and Paddinf Class ==*/

.marginT10{margin-top: 10px;}
.marginB10{margin-bottom: 10px;}

.marginT20{margin-top: 20px;}
.marginB20{margin-bottom: 20px;}

.paddingT20{padding-top: 20px;}
.paddingB20{padding-bottom: 20px;}

.marginT30{margin-top: 30px;}
.marginB30{margin-bottom: 30px;}

.paddingT30{padding-top: 30px;}
.paddingB30{padding-bottom: 30px;}

.marginT50{margin-top: 50px;}
.marginB50{margin-bottom: 50px;}

.paddingT50{padding-top: 50px;}
.paddingB50{padding-bottom: 50px;}

.marginT60{margin-top: 60px;}
.marginB60{margin-bottom: 60px;}

.paddingT60{padding-top: 60px;}
.paddingB60{padding-bottom: 60px;}

.repeat_section{padding: 100px 0px;}

.productListings_main {
    padding-top: 60px;
}

.contactus_page .RPTT_Heading, .financeinfo_page .RPTT_Heading {
    color: var(--TextWhite);
}

/*== END Margin and Paddinf Class ==*/

/*Go to Top*/
.gotop {position: fixed; z-index: 9999; top: auto; bottom: 30px; right: 30px; text-align: center; width: 40px; height: 40px; background: #000000; border-radius: 0px; display: inline-block; color: #ffffff; font-size: var(--font24); cursor: pointer; }
.gotop:hover{background: #00703a; color: var(--TextWhite);}
.gotop i {line-height: 39px;}



/*== Header ==*/
header {box-shadow: 0px 0px 20px 0px rgba(7.04, 19.96, 52, 0.1);position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;}
header .col-sm-3.col-md-3.col-lg-3{align-self: center;}
.headnav_main{padding: 15px 0px; background: #ffffff;  font-size: var(--fot16);}
.leftH_logo img{max-width: 240px; max-height: 52px;}
.leftH_logo a span {display: block; font-size: 14px; padding-left: 55px; color: #999; margin-top: -9px;  }
.navH_perent .nav-item a {color: var(--TextBlack); font-size: 17px; padding-right: 0rem; padding-left: 0rem; padding: 4px 12px !important; font-family: 'Montserrat', sans-serif; font-weight: 700;}
.navH_perent .nav-item.active a{color: var(--PColor);}
.navH_perent .nav-item a:hover{color: var(--PColor);}

.headnav_main .col-sm-9.col-md-9.col-lg-9 {align-self: center; display: flex; justify-content: space-between; }

.navH_perent .nav-item .dropdown-menu {border-top: 2px solid var(--PColor); background: #000f20; min-width: 170px; border: 0px; box-shadow: 0px 4px 5px rgb(0 0 0 / 31%); border-radius: 0px; left: 0%;}
.navH_perent .nav-item .dropdown-menu li{margin: 0; padding: 0; display: block; float: left; width: 100%; position: relative; z-index: 50; border-bottom: 0px solid #f3f3f3; }
.navH_perent .nav-item .dropdown-menu li .dropdown-item {margin: 0; padding: 6px 20px !important; font-size: 17px; display: inline-block; width: 100%; color: var(--TextWhite); font-weight: 500; min-height: auto; }
.navH_perent .nav-item .dropdown-menu li .dropdown-item{font-size: 14px;}

.navH_perent .nav-item .dropdown-menu li .dropdown-item:hover, .navH_perent .nav-item .dropdown-menu li.active .dropdown-item  {color: var(--PColor); background-color: transparent;}
.navH_perent .nav-item .dropdown-menu li .dropdown-item:focus{background-color: #ffffff;}

.navH_perent .navbar-expand-lg .navbar-collapse {justify-content: flex-end; }
.FbageH {color: var(--textWhite); padding-top: 5px; margin-left: 20px; }
.FbageH:hover{color: var(--PColor);}
span.header-favourite-badge {width: 18px; text-align: left; display: inline-block; font-size: 12px; position: relative; top: -6px; }
.mob_Ticon {display: none; position: relative; width: 40px; height: 40px; padding: 8px 6px; background: #fff;} .mob_Ticon svg{max-width: 25px; max-height: 25px;} .mob_Ticon span {width: 100%; min-height: 2.5px!important; border-radius: 5px; background: var(--PColor); position: relative; left: 0; top: 0; float: left; }
.head_mainBX { align-self: center; font-size: var(--font18); font-weight: 700;}
.head_mainBX i{color: var(--PColor); font-size: var(--font18); display: inline-block; vertical-align: middle;}
.head_mainBX svg{color: var(--PColor); max-width: 20px; max-height: 20px; margin-right: 10px;}
.head_mainBX a{text-decoration: underline; display: inline-block; vertical-align: middle;}
.head_mainBX a:hover{color: var(--PColor);}
.headNav .dropdown-toggle::after{display: none;}
.InHead .mobiletog_menu {position: absolute; z-index: 999999999; right: 0px; top: 1px; }
.InHead #closmenuM{align-items: center; box-sizing: border-box; display: flex; width: 30px; height: 30px; justify-content: space-between; flex-direction: column; background: transparent; opacity: 0; }
#closmenuM span {width: 100%; min-height: 3px!important; border-radius: 5px; background: var(--PColor); position: relative; left: 0; top: 0; float: left; }
#closmenuM span {opacity: 0; transition: all .5s; }
#closmenuM span:first-child {transform: translateY(11px) translateY(-50%) rotate(-45deg); opacity: 1; }
#closmenuM span:last-child {transform: translateY(-11px) translateY(50%) rotate(45deg); opacity: 1; }
.InHead a.mob_Ticon {z-index: 999999; }
.InHead a.mob_Ticon span{opacity: 0; transition: all .5s; background: var(--SecondBlack); }
.InHead a.mob_Ticon span:first-child {transform: translateY(12px) translateY(-50%) rotate(-45deg); opacity: 1; }
.InHead a.mob_Ticon span:last-child {transform: translateY(-11px) translateY(50%) rotate(45deg); opacity: 1; }
/*== END Herader ==*/

.RPTT_Heading {color: var(--TextBlack); font-weight: 600; font-style: normal; font-size: 49px; letter-spacing: 0px;}
.RPTT_Sub {color: var(--TextBlack); font-size: 20px; font-style: italic;  font-weight: 400; }

.herosection .container{max-width: 1450px;}
.herosection{background: url('/javax.faces.resource/hero-bg.jpg.xhtml?ln=images') ; background-size: cover;padding: 15rem 0px; position: relative;}
.herosection::after {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgb(0 24 53 / 42%); z-index: 0; } 
.herosection .container{position: relative; z-index: 1;}

.heroheading{max-width: 490px;}
.herosection .col-md-6:nth-of-type(2) {display: flex; justify-content: end; }
.HeroH{font-weight: 600; font-style: normal; color: var(--TextWhite); font-size: 76px; line-height: 1.1; letter-spacing: 0px; text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.5);}
.HeroH span {/* color: var(--PColor); */}
.heroheading h3{font-weight: 400; font-style: normal; color: var(--TextWhite); font-size: 22px; line-height: 1.4; letter-spacing: 0px;}
.heroheading h6{font-weight: 400; font-style: normal; color: var(--TextWhite); font-size: 18px; line-height: 1.5; letter-spacing: 0px; margin-top: 20px;}
.herosection .col-md-6{align-self: center;}
.heroBTN a:nth-of-type(2){margin-left: 30px;}

.heroF_headig h5{font-size: 16px; text-transform: uppercase; color:  var(--PColor); margin-bottom: 10px; text-align: center; font-weight: bold;}
.heroF_headig h6{font-size: 16px; text-transform: uppercase; color:  var(--TextBlack); margin-bottom: 10px; text-align: center; font-weight: bold; position: relative; padding-bottom: 30px;}
.heroF_headig h6::after{content: ''; position: absolute; bottom: 15px; left: 50%; width: 60px; height: 5px; background: var(--PColor); margin-left: -30px; border-radius: 100px 0px 100px 0px;}
.heroform {border: 15px solid rgb(0 15 32 / 45%); backdrop-filter: blur(10px); box-shadow: 0px 6px 16px rgb(0 0 0 / 25%); max-width: 490px; border-radius: 20px;}
.heroINF_BX {background: rgb(234 246 250 / 40%); padding: 50px 30px;padding-bottom: 20px; position: relative; backdrop-filter: blur(10px);box-shadow: 0px 3px 9px rgb(0 0 0 / 30%); -webkit-box-shadow: 0px 3px 9px rgb(0 0 0 / 30%); }


.Wanting_offer{    background: url('/javax.faces.resource/pattern.jpg.xhtml?ln=images') repeat;  text-align: center;}
.Wanting_offer p {max-width: 585px; text-align: center; margin: auto; margin-top: 20px; }


/*====  Video section Home Page  ====*/
.homevideo_sec{position: relative; overflow: hidden; min-height: 620px; z-index: 0;}
.homevideo_sec iframe {-webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); }
.homevideo_sec iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.what_wecan_do .row .col-md-4{position: relative;}
.images_WBX {height: 230px; overflow: hidden; position: relative; margin-top: 15px;}
.images_WBX img {min-width: 100%; height: 100%; object-fit: cover; }

.team-info {background: #ffffff; border-top: 0; padding: 24px 10px 22px; position: relative; z-index: 0;    box-shadow: 0 0 3px -1px rgb(0 0 0 / 50%); }
.team-info:before {content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--PColor); z-index: -1; 
                   -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
                   transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.what_wecan_do .item:hover .team-info:before {
    width: 100%;
}
.what_wecan_do .item:hover .team-info h5{color: #ffffff;}

.team-info h5 { font-weight: 600; font-size: 22px;
                -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
                transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.requirements{background: var(--bgGray);}


.requirements .requirements-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.requirements .requirement-block {
    display: flex;
    background-color: #fff;
    width: 32%;
    padding: 40px;
    border-radius: 0px;
    border: 1px solid #cdd8e5;
}
.requirements .requirement-block.bottom-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.requirements .requirement-block svg {
    background-color: rgb(1 141 73 / 80%);
    color: #fff;
    width: 50px !important;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
}
.requirements .requirement-block span {
    font-weight: 700;
    margin-left: 20px;
    align-self: center;
    flex: 1;
}
.subtitle_rquirements p{text-align: center;}


.requirement-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.requirement-block {
    background-color: #fff;
    width: 32%;
    padding: 40px;
    border-radius: 10px;
}
.requirement-block .content {
    width: 40%;
    margin-top: 20px;
}
.requirements .content h3 {
    width: max-content;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: 5px solid var(--PColor);
    font-size: 22px;
}
.requirements .content ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.requirements .content ul li {
    background-color: rgb(1 141 73 / 80%);
    font-weight: 500;
    padding: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
    color: #ffffff;
}




/*== FRS ==*/
.fontS_Rangslider{}
.FRS_left{width: 46px;}

.FRS_left span {
    width: 68px;
    height: 24px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    background: var(--PColor);
    padding: 2px 6px;
    font-weight: 600;
}

.FRS_right{flex: 1; padding-left: 10px;align-self: center;}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {-webkit-appearance: none; border: 1px solid #000000; height: 20px; width: 20px; border-radius: 100px; background: #ffffff; cursor: pointer; margin-top: -1px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
                                         box-shadow: 0px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {box-shadow: 0px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 20px; width: 20px; border-radius: 100px; background: #ffffff; cursor: pointer;  box-shadow: 0px 1px 1px #000000, 0px 0px 1px #0d0d0d;}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {box-shadow: 0px 1px 1px #000000, 0px 0px 1px #0d0d0d; border: 1px solid #000000; height: 20px; width: 20px; border-radius: 100px; background: #ffffff; cursor: pointer;  box-shadow: 0px 1px 1px #000000, 0px 0px 1px #0d0d0d;}

.slidecontainer {width: 100%; }

.slider {-webkit-appearance: none; width: 100%; height: 2px; background: #000000; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; }

.slider:hover {opacity: 1; }

.slider::-webkit-slider-thumb {-webkit-appearance: none; appearance: none; width: 25px; height: 25px; background: #04AA6D; cursor: pointer; }

.slider::-moz-range-thumb {width: 25px; height: 25px; background: #04AA6D; cursor: pointer; }

/*== END FRS ==*/


.rangSlid {background: var(--TextWhite); padding: 10px 15px; box-shadow: 0px 3px 6px rgb(0 0 0 / 10%); -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);  border: 1px solid rgb(0 0 0 / 39%); }
.rangSlid label{font-size: 14px; color: var(--TextBlack); font-weight: 600 !important;
                margin-bottom: 10px;
}
.randvalu_BX {display: flex; justify-content: space-between;}
.randvalu_BX span{font-size: 14px; color: var(--TextBlack); font-weight: 600;    margin-top: 10px;}

.form_print_DBX{display: flex;}
.RDBX{flex:1; align-self: baseline;}
.RDBX:nth-of-type(1){text-align: left;}
.RDBX:nth-of-type(2){text-align: left;}
.RDBX:nth-of-type(3){text-align: right;}
.RDBX h4{font-size: 20px; color: var(--TextBlack); font-weight: bold;}
.RDBX p{font-size: 14px; color: var(--TextBlack); font-weight: 600;}
.RDBX:nth-of-type(3) h4{font-size: 40px;color: var(--TextWhite);}
.RDBX:nth-of-type(3) p{color:  var(--TextWhite);}

.tto_AMBX{margin-top: 10px;}
.tto_AMBX p strong{color:  var(--TextWhite);}

.apply_BBX.text-center {/* position: absolute; bottom: -46px; width: 210px; left: 50%; margin-left: -105px;  */ margin-top: 30px;}
.Second_rang{margin-top: 15px;}

.vehicle_PLA{background: var(--bgGray);}
.trusted_lenders .container{max-width: 1040px;}
.vehicle_PLA .col-sm-3:nth-of-type(1), .vehicle_PLA .col-sm-3:nth-of-type(2), .vehicle_PLA .col-sm-3:nth-of-type(3) {display: inline-block; vertical-align: middle; margin-bottom: 0; align-self: center;}

.vehicle_PLA .col-sm-4{display: flex;}
.vehicle_PLA .col-sm-4 img {width: 43px; margin-right: 10px; }
.vehicle_PLA .col-sm-4 h6{font-size: 18px; color: var(--TextBlack); font-weight: bold; flex: 1;align-self: center;}
.vehicle_PLA .col-sm-4&gt;* {display: inline-block; vertical-align: middle; margin-bottom: 0; }
.setst_BX a{margin-top: 10px; margin-bottom: 10px;}

.trusted_lenders .col-md-2 { width: 20%; padding-top: 15px; padding-bottom: 15px;align-self: center;text-align: center;}
.trusted_lenders .col-md-2 img {max-width: 160px;max-height: 100px;}



/*== Footer ==*/
footer{background: var(--PColor); padding-top: 70px; padding-bottom: 50px;}
.foot_socials ul li{display: inline-block;padding: 2px 2px;}
.foot_socials ul li a{color: var(--TextWhite); width: 40px; height: 40px; border-radius: 25px; border: 1px solid var(--TextWhite); font-size: 16px; background-color: transparent;transition: all .25s ease-in-out;text-align: center; line-height: 38px;}
.foot_socials ul li a:hover {background: var(--TextWhite); border-color: var(--TextWhite); color: var(--PColor); }
.footer_trusted ul li{display: inline-block; width: 48%;}
.footer_trusted ul li p{color: var(--TextWhite); text-align: center; font-size: 12px; margin-top: 10px;}

.footer_links{display: flex;}
.FLINK{flex: 1;}
.FLINK li{margin-bottom: 8px;}
.FLINK li a{color: var(--TextWhite); opacity: 0.8; font-size: 14px;}
.FLINK li:nth-of-type(1) a{font-size: 18px; font-weight: bold; opacity: 1}
.FLINK li a:hover{opacity: 1; text-decoration: underline;}
a.footlink img {filter: brightness(0) invert(100); margin-bottom: 30px; max-width: 220px; }
.footer_trusted ul {display: flex; justify-content: space-around; }

.nonlinks_area li a{cursor: auto;}
.footer_links ul.FLINK:nth-of-type(2) li a{cursor: auto;}

.bottombar{background: #02723c; color: var(--TextWhite); padding: 8px 0px;}
.bottombar .container p{color: var(--TextWhite);}


/*===  marketplace page  ===*/
.productListings_main{}
.search_products{background: #f4f4f5 none repeat scroll 0 0; padding: 15px; position: relative;}
.search_btn{position: absolute; top: 15px; right: 15px;}
.custom_inp_search{outline: none ; width: 100% ; border: 2px solid #fff ; padding: 5px 10px ; height: 46px ; color: #111111 ; box-shadow: none !important; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; padding-right: 220px;}
.searchbar_perent .custom_inp_search{outline: none !important; width: 100% !important; border: 2px solid #fff !important; padding: 5px 10px !important; height: 46px !important; color: #111111 !important; box-shadow: none !important; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.searchbar_perent .onlyforSS_RP{ padding-right: 220px !important;}
.searchbar_perent .button_web01, .sellyourCIn_Form .button_web01{ padding: 9px 10px; font-family: 'Montserrat', sans-serif !important;}
body .ui-widget{ font-family: 'Montserrat', sans-serif !important;}

.search_btn .button_web01{border-radius: 0px;}

.PRD_img{border-radius: 12px; overflow: hidden;}
.PRD_img img{width: 100%; height: 100%; object-fit: cover;}
.PRD_title{padding: 15px 10px;}
.PRD_title h3{color: var(--TextBlack); font-size: 18px; font-weight: bold;}
.PRD_BX {background: #f4f4f5; padding: 15px; border-radius: 12px; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; position: relative;}
.PRD_BX:hover{background: var(--TextWhite);box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);}
.product_listing .col-md-3{margin-top: 30px;}

.marketplace_page .why_usbanner {display: flex; margin: 0px; padding: 0px; justify-content: center; position: relative; top: -10px; }


/*== contactus Page ==*/
.contact_li_detl{display: flex;}
.contDT_left{color: var(--TextBlack); font-size: 24px;}
.contDT_right{padding-left: 15px; align-self: center;}
.contDT_right a{font-size: 16px; color: var(--TextBlack);}
.contDT_right a:hover{color: var(--SColor);}
.contDT_right span{padding: 0px 10px;}
.contact_li_detl{margin-bottom: 25px;}
.social_CONT h3{font-weight: 400; color: var(--TextBlack); font-size: 20px; line-height: 1.6;}
.social_CONT .social_lis { justify-content: flex-start;}

.contact_form_BX .form-control:focus, .contact_form_BX .form-control:hover{ color: #4b187f; background-color: #ffffff; border-color: var(--TextBlack); box-shadow: none;padding: 0px 25px; font-size: 16px; }
.contact_form_BX .form-control{color: var(--TextBlack); background-color: #ffffff; font-style: normal; font-weight: 400; border: 2px solid #e3eaf3; padding: 0px 25px; font-size: 16px;  height: 60px; margin-bottom: 20px; border-radius: 35px; display: block; width: 100%;}
.contact_form_BX textarea.form-control, .contact_form_BX textarea.form-control:focus, .contact_form_BX textarea.form-control:hover{padding-top: 15px;}
.contDT_right h3 {font-weight: bold; font-size: 20px; }


.contact_form_BX .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--TextBlack);
}
.contact_form_BX .form-control::-moz-placeholder { /* Firefox 19+ */
    color: var(--TextBlack);
}
.contact_form_BX .form-control:-ms-input-placeholder { /* IE 10+ */
    color: var(--TextBlack);
}
.contact_form_BX .form-control:-moz-placeholder { /* Firefox 18- */
    color: var(--TextBlack);
}

.border_none{border-radius: 0px;}

.form-control{height: 46px;box-shadow: none; font-size: 16px;    -webkit-appearance: auto; -moz-appearance: auto; appearance: auto;}
.form-control:focus, .form-control:hover{box-shadow: none; border-color: var(--PColor);}

.sellyour_CAR .col-md-4{margin-bottom: 15px;align-self: end;}
.sellform_heading{font-size: 22px; font-weight: bold;}
.sellyour_CAR h6{font-size: 16px;}

.custom-file-upload { display: inline-block; width: 100%; background: var(--PColor);cursor: pointer;     font-weight: bold !important;}
.uploadimg input[type="file"] {display: none; width: 1px;height: 1px;opacity: 0;position: relative;-webkit-appearance:none; }
.uploadimg {max-width: 210px; text-align: center; }

.comment_sec_SBX textarea{height: 100px;}

.standard{padding-top:  250px;}
.standard h1{color: var(--TextWhite); font-size: 40px; font-weight: bold;text-shadow: 0px 3px 6px #000000;}
.standard p{color: var(--TextWhite); max-width: 360px;text-shadow: 0px 3px 6px #000000;}

/*=== Why us  ===*/
.whyus_hbanner{background: url('/javax.faces.resource/aboutus-banner.jpg.xhtml?ln=images') no-repeat; background-size: cover; padding: 250px 0px; background-position: top right;}
.why_usbanner h1{color: var(--TextWhite); font-size: 40px; font-weight: bold;text-shadow: 0px 3px 6px #000000;}
.why_usbanner p{color: var(--TextWhite); max-width: 360px;text-shadow: 0px 3px 6px #000000;}

.whyus_hbanner.financeinfo_page{background: url('/javax.faces.resource/financeinfo-banner.jpg.xhtml?ln=images') no-repeat;background-size: cover; padding: 250px 0px; background-position: top right;}
.whyus_hbanner.contactus_page{background: url('/javax.faces.resource/contactus-banner.jpg.xhtml?ln=images') no-repeat;background-size: cover; padding: 250px 0px; background-position: top right;}
.whyus_hbanner.marketplace_page{background: url('/javax.faces.resource/marketplace-banner.png.xhtml?ln=images') no-repeat;background-size: cover; padding: 250px 0px; background-position: top right;}

.whyus_video_BX iframe{width: 100%; height: 350px;}
.whyus_video p + p{margin-top: 15px}
.whyus_video  .col-md-6{align-self: center;}

.faq-banner{background: url('') no-repeat; background-size: cover; padding: 165px 0px; background-position: top right; margin-top: 73px;}
.faq-banner h1, .marketplace_page  h1, .contactus_page  h1, .financeinfo_page h1, .aboutus-page h1{color: var(--TextWhite); font-size: 62px; font-weight: bold;text-shadow: 0px 3px 6px #000000;position: relative;
                                                                                                   top: 34px;}
.faq-banner p, .marketplace_page  p, .contactus_page  p{color: var(--TextWhite); max-width: 360px;text-shadow: 0px 2px 3px #000000;}

.aboutus-page h1 {
    color: var(--TextBlack);
    text-shadow: 0px 1px 1px #000000;
}
/*--Accordion --*/

/*==== Accordion ====*/
.customac{max-width: 100%; margin: 0 auto;}
.accordion {width: 100%; max-width: 100%; margin: 2rem auto; }

.accordion-item {background-color: transparent; color: #ffffff; margin-top: 0px; border-radius: 0rem;border: 0px; border-bottom: 1px solid #d5d8dc; }

.accordion-item-header {padding: 10px 20px; font-weight: 600; font-size: 22px; display: flex; align-items: center; position: relative; cursor: pointer; color: #523111;transition: 0.3s all ease-in-out }
.accordion-item-header.active {background-color: rgba(0,0,0,.7); color: #ffffff; }
.accordion-item-header:hover {background-color: rgba(0,0,0,.7); color: #ffffff; }
.accordion-item-header::after {content: "\002B"; font-size: 3rem; position: absolute; right: 1rem; font-weight: bold; }
.accordion-item-header.active::after {content: "\2212"; font-size: 2rem; }
.accordion-item-body {max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
.accordion-item-body-content {padding: 5px 30px; background: transparent; color: #ffffff;  padding-bottom: 30px;}
.accordion-item-body-content p{color: #000000;}
/*==== END Accordion ====*/




.whyquote_sec{}
.why_QT{background: rgb(1 141 73 / 18%); padding: 40px 40px; padding-left: 100px; color: var(--TextBlack); position: relative;}
.why_QT p{color: var(--TextBlack);}
.why_QT h3{margin-top: 15px; font-weight: bold; font-size: 22px;}
.why_QT sup {font-size: 36px; position: absolute; top: 26px; left: 55px; color: #7e9b8d; }

.allbenifits h3{color: var(--PColor); font-size: 24px; font-weight: bold;}
.allbenifits p{margin-top: 15px;}



.titlePD{font-size: 22px; color: var(--TextBlack); font-weight: 600;}
.vehiclesD_titleP {padding: 10px 0px; border-bottom: 1px solid rgb(34 34 34 / 18%); border-bottom: 1px solid rgb(34 34 34 / 18%); margin-bottom: 20px; }
.tabledet_first table tr td{font-size: 14px;color: var(--TextBlack); } 
.buttonsof_service button{height: 40px; width: 100%; margin-top: 10px;}
.chart_detailP iframe{width: 100%; min-height: 350px;}
.mapdet{ border: 1px solid rgb(0 0 0 / 10%); padding: 10px;}
.gotoback_page {color: var(--PColor); font-size: 14px; }

.weekly_BX{background: var(--bgGray); padding: 30px 30px; }
.weekly_BX h3{font-size: 22px; color: var(--TextBlack); font-weight: bold; margin-bottom: 20px;}
.weekly_BX p{text-align: justify;}

/*===  Multistep Form Pages  ===*/
.form_num li{display: inline-block; padding-right: 40px; position: relative;}
.form_num li:nth-of-type(4)::after{display: none;}
.form_num li::after{content: ''; position: absolute; top: 50%; right: -20%; width: 100%; height: 1px; background: var(--PColor);z-index: -1;}
.form_num li a{display: inline-block; width: 32px; height: 32px; border: 1px solid var(--PColor); color: var(--PColor); font-size: 16px; text-align: center; line-height: 30px; background: var(--TextWhite);}
.form_num li a:hover{border: 1px solid var(--PColor); color: var(--TextWhite); background: var(--PColor);}
.form_num li.active a{background: var(--PColor); color: var(--TextWhite);}

.MLT_form_titile h1{font-size: 54px; color: var(--TextBlack); font-weight: bold;}

.MLTF_rangS .rangSlid{background: rgb(1 141 73 / 10%); border: 0px;-webkit-box-shadow: none; padding: 20px 30px;}
.MLTF_ST{font-size: 28px; color: var(--TextBlack); font-weight: bold; }
.repeat_form_BBX{max-width: 611px;}



/* @media (min-width: 768px){
    .c-form__radio-list {margin-right:  -10px; margin-top: -10px; }
    .c-form__radio-item {padding-right:  10px; padding-top: 10px; }
}

.c-form__radio-list {padding: 0; list-style: none; display: block; display: flex; flex-wrap: wrap; }
.o-fake-input__wrapper {position: relative; }
.o-fake-input {
    position: absolute!important;
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    overflow: hidden!important;
    padding: 0!important;
    height: 1px!important;
    width: 1px!important;
    margin: -1px!important;
}
.c-fake-radio__display {color: var(--PColor); }

.c-app-form__step-list-item[aria-current=true]~.c-app-form__step-list-item .c-app-form__step-list-btn, .c-fake-radio__display {background: var(--SColor); }
.c-fake-radio__display {box-shadow: inset 0 0 0 1px var(--PColor); color: var(--PColor); background: #ffffff; }

.c-app-form__step-list-btn, .c-fake-radio__display {box-shadow: inset 0 0 0 1px var(--PColor); }
.c-fake-radio__display {display: block; cursor: pointer; padding: 11px 20px; border-radius: 20px; font-size: 14px; font-weight: 700; line-height: calc(17/14); text-align: center; transition: all .25s ease-in-out; }


.c-fake-radio:checked + .c-fake-radio__display {color: #ffffff; background: var(--PColor); } */


/*=== Log Checkbox ===*/
input#check {position: absolute; opacity: 0; width: 22px; height: 22px; }
input#check:checked + label svg path {stroke-dashoffset: 0; }
input#check:checked + label{border-color: var(--PColor); color: var(--PColor);}
input#check:focus + label {transform: scale(1.03); }
#check + label {display: block; border: 2px solid var(--TextBlack); width: 20px; height: 20px; border-radius: 3px; cursor: pointer; transition: all 0.2s ease; z-index: 1; position: relative; }
#check + label:active {transform: scale(1.05); border-radius: 3px; }
#check + label svg {pointer-events: none; position: relative; top: -3px; left: 1px; }
#check + label svg path {fill: none; stroke: var(--PColor); stroke-width: 7px; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 100; stroke-dashoffset: 101; transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91); }
#check + label::after{content: ''; position: absolute; top: 0; right: -164px; height: 22px; width: 164px; z-index: 2; cursor: pointer;}
.formm span{display: inline-block; position: relative; left: 30px; top: -24px; color: var(--TextBlack); font-size: var(--font18);}
.checkBXL {margin-top: 10px; }

input#check01 {position: absolute; opacity: 0; width: 22px; height: 22px; }
input#check01:checked + label svg path {stroke-dashoffset: 0; }
input#check01:checked + label{border-color: var(--PColor); color: var(--PColor);}
input#check01:focus + label {transform: scale(1.03); }
#check01 + label {display: block; border: 2px solid var(--TextBlack); width: 20px; height: 20px; border-radius: 3px; cursor: pointer; transition: all 0.2s ease; z-index: 1; position: relative; }
#check01 + label:active {transform: scale(1.05); border-radius: 3px; }
#check01 + label svg {pointer-events: none; position: relative; top: -3px; left: 1px; }
#check01 + label svg path {fill: none; stroke: var(--PColor); stroke-width: 7px; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 100; stroke-dashoffset: 101; transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91); }
#check01 + label::after{content: ''; position: absolute; top: 0; right: -164px; height: 22px; width: 164px; z-index: 2; cursor: pointer;}

.form_ApplicationID{max-width: 670px;}
.form_ApplicationID span{font-size: 14px; color: var(--TextBlack); background: #faf6f4; padding: 10px 40px; display: inline-block;}

.redcolor_BTN{background-color: #cf442d; border-color: #cf442d;}
.textarea_HBX{min-height: 120px !important;}


.PRD_img img {width: 100%; height: 100%; object-fit: cover; width: 100%; object-fit: cover; object-position: center center; transition: transform 4s ease 0s; min-width: 100%; height: 222px; max-height: 222px; }

.foot_socials ul li a i {align-self: center; }
.foot_socials ul li a {display: flex; justify-content: center; }

.carsell_bx_details {
    padding: 10px 15px 20px 15px;
    border: 1px solid rgb(0 0 0 / 13%);
}

.lbcParent .carsell_bx_details {
    width: 220px;
}

.carsell_bx_Dleft h3 {font-weight: 600; }
.save_sellR h5 {font-size: 14px; margin-top: 6px; font-weight: 500; }
.save_sellR h5 span {display: block; margin-top: 10px; }

.contact_form_BX textarea.form-control, .contact_form_BX textarea.form-control:focus, .contact_form_BX textarea.form-control:hover {min-height: 150px; }
/*body .ui-selectonebutton&gt;.ui-button.ui-state-active{background: #03562e !important;}
body .ui-selectonebutton&gt;.ui-button{background: #048b49 !important; padding: 4px 2px; margin: 0px; border: 0px !important; color: #ffffff;}*/


.Sborder_bott{position: relative;}
.Sborder_bott::after{content: '';position: absolute; bottom: -3px; left: 0; width: 40px; height: 3px; background: var(--PColor);}
.content_staticPS p{margin-top: 10px;}
.MLTF_ST_second{font-size: 20px; color: var(--TextBlack); font-weight: bold;}
.content_staticPS ul{margin-left: 20px;}
.content_staticPS ul li{list-style: disc;}

.button_web02 { color: #000000; background-color: #ffffff;border-color: #ffffff; border: 2px solid #000000;}
/*.content_staticPS a{border-radius: 0px;}*/

.logo_repet_sec .MLTF_ST{font-size: 20px;}
.MLTF_THT{font-size: 18px; color: var(--TextBlack); font-weight: bold;}
.rlinks{color: var(--PColor); font-size: 16px;}
.rlinks:hover{color: #000000;}
.logo_repet_sec {border-top: 1px dotted #d6d6d6;}
.repeat_secLog img{max-height: 145px; max-width: 240px; margin-top: 10px;}
.repeat_secLog {text-align: right; }


.product_listing .col-sm-12.col-md-12.col-lg-12 {margin-bottom: 20px; }

.sellyour_Vehicle{background: var(--bgGray);}

.sellyour_Vehicle .ui-card-body{height: 100%; display: flex; flex-direction: column; background: #ffffff;}
.sellyour_Vehicle .ui-card-content{height: 100%;}
.sellyour_Vehicle .ui-card-content img {max-width: 100%; max-height: 160px; display: inline-block; align-self: center; }
.sellyour_Vehicle .ui-card-content {text-align: center; display: flex; justify-content: center; }
.sellyour_Vehicle .ui-card-footer{text-align: center;}

.sellyour_Vehicle .col-md-4 {margin-bottom: 15px; background: transparent !important; box-shadow: none !important; border-radius: 0px !important;}

.sellyour_Vehicle .row{justify-content: center;}
.sellyour_Vehicle .RPTT_Heading{font-size: 36px;}
.sellyour_Vehicle  .ui-button-text { font-size: 16px;}
.sellyour_Vehicle .ui-card .ui-card-body {padding: 4rem 2rem; }


.sellyourCIn_Form .button_web01:hover{ padding: 9px 10px; color: var(--TextWhite); text-decoration: none; }


.slick-slider button { background: transparent !important;}
.slick-prev:before, .slick-next:before { font-size: 32px !important;}
.slick-prev, .slick-next {width: 32px !important; height: 32px !important;}
.customOneBtn .ui-state-active {background-color: #018d49!important; }

.title_prodetail, span.weeklyPmt { font-weight: bold !important;}
.table&gt;:not(caption)&gt;*&gt;* {padding: 1rem 1rem;}
.tabledet_first table tr td {width: 50%; }

span.weeklyPmt{font-size: 18px;}

.disclaimer_notes { padding-top: 0px;}
.disclaimer_notes p{font-size: 12px;}
.disclaimer_notes p{background: var(--bgGray); padding: 15px 20px;}


.ui-datepicker .ui-datepicker-title select {border: 1px solid #a1a1a1; padding: 0px 5px; appearance: auto; -webkit-appearance: auto; -moz-appearance: auto; }
body .ui-selectbooleanbutton.ui-state-active:not(.ui-state-disabled):hover, body .ui-selectonebutton&gt;.ui-button.ui-state-active:not(.ui-state-disabled):hover, body .ui-selectmanybutton&gt;.ui-button.ui-state-active:not(.ui-state-disabled):hover
{
    box-shadow: none !important;

}

body .ui-inputfield:hover, .ui-selectonemenu label.ui-selectonemenu-label:hover, body .ui-selectonemenu:hover{border-color: var(--PColor) !important;}
body .ui-inputfield:focus, body .ui-button:focus, .ui-selectonemenu label.ui-selectonemenu-label:focus{box-shadow: none !important; box-shadow: 0em !important;}
#currAdrj_idt100{padding-left: 15px; padding-right: 15px;}

.sellyourCIn_Form  .ui-chkbox .ui-chkbox-label { flex: 1;}
body .sellyourCIn_Form  .ui-chkbox .ui-chkbox-box {width: 30px !important;}

.lbcParent .container {
    margin: initial;
}

/*.container.listingBoxContainer{
    max-width: 900px;
}*/

.lbcParent .carsell_bx {
    flex-direction: row;
}

.carsell_bx {
    position: relative;
    display: flex;
    flex-direction: column;
}

.carsell_img {
    overflow: hidden;
    height: 288px;
}

.lbcParent .carsell_img {
    height: 440px;
    flex: 1;
}

.carsell_img img {object-fit: cover; width: 100%; height: 100%; object-position: center center; }

.slick-slider-item img {
    max-height: 600px; 
}

.sellyour_CAR .col-md-4 {
    align-self: center;
}

.sellyourCIn_Form .ui-wizard-navbar.ui-helper-clearfix .ui-wizard-nav-next,  .ui-wizard-navbar.ui-helper-clearfix .ui-wizard-nav-back {
    font-weight: 700;
    font-style: normal;
    border-color: var(--PColor);
    background: var(--PColor);
    color: var(--TextWhite);
    border: 2px solid var(--PColor);
    font-size: 14px;
    padding: 6px 15px;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px;
}
body .sellyourCIn_Form .ui-button.ui-button-text-icon-right .ui-icon,  body .sellyourCIn_Form .ui-wizard-nav-back .ui-icon{display: none;}

.sellyour_CAR  label{font-size: 16px;}


body .sellyour_CAR  .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title {
    border: 1px solid #5b7478;
    background: rgb(178 201 207 / 21%);
    color: #0b2521;
    padding: 1rem;
    margin: 0;
    border-right: 0 none;
    border-radius: 0;
    min-width: 168px;
    text-align: center;
    border-top: 0px;
    border-bottom: 0px;
}
.sellyour_CAR  .ui-wizard-step-title {
    font-size: 16px;}

body .sellyour_CAR  .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title.ui-state-highlight {
    background: #5b7478;
    color: #ffffff;
}

.sellyour_CAR ul.ui-wizard-step-titles.ui-helper-reset.ui-helper-clearfix{margin-bottom: 30px;}


.ui-panelgrid-blank.Jlogin_left .ui-g .ui-panelgrid-cell.ui-g-12.ui-md-4{align-self: center;}
.register_buttitle{text-align: center;font-weight: 600;font-size: 22px; color: #101010;}
 button.Jregisterbbtn{margin: auto;display: flex;}
 .Jlogin_left .ui-panelgrid-cell.ui-g-12.ui-md-4 .ui-divider-vertical.ui-divider-solid.ui-divider-center{padding: 100px 0;}
 .Jregisterbbtn .ui-panelgrid-cell.ui-g-12.ui-md-12 {text-align: center;}
 .loginpage{padding-top: 100px;}
 .forgotpass_BTN { font-size: 15px !important;}
 .loginP_logBTN .ui-panelgrid-cell.ui-g-12.ui-md-6 { align-self: center;}
 .Jlogin_left label { font-weight: 600 !important;}


.my_vehicles_page .ui-panelgrid-cell.ui-g-12.ui-md-12{ font-weight: 600; font-size: 16px;}
.my_vehicles_page .ui-outputlabel.ui-widget{font-size: 20px; color: #000000; font-weight: 500   !important;}
.edit_vehicle_page li.ui-tabs-header.ui-state-default.ui-corner-top{font-size: 16px; font-weight: 600; color: #000000;}
body .edit_vehicle_page .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a{font-size: 18px; font-weight: bold;}
body .ui-button{min-width: 66px;}


.theme_BX {padding: 0; text-align: left; border-radius: 0; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background-color: #e8e9ed; color: #b2b4bb; position: relative; z-index: 0; overflow: hidden;margin-bottom: 30px;}
.theme_imgBX{ height: 236px;}
.theme_imgBX img {width: auto; max-width: 100%; height: auto; margin: 0px auto; background-color: #e8e9ed; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; object-fit: contain;}
.theme_BX:hover .theme_imgBX img {transform: scale(1.05); }
.theme_imgBX {z-index: -1; position: relative; display: flex; overflow: hidden; }

.theme_BX .theme_CMbx {display: flex; align-items: center; justify-content: left; padding: 27px 15px; background: var(--TextWhite); position: relative; }
.theme-contentSBX {position: relative; z-index: 1; }
.theme_BX h4 {margin-bottom: 0; font-weight: 600; }
.theme_BX h4 a {text-decoration: none; color: #080909; font-size: 18px; font-weight: 700;}
.theme_BX h4:hover a{color: var(--PColor); }
.theme_BX p {margin-bottom: 0; color: #212121; }

.bannerppf {margin-top: 75px;}


.IMP_INF_RB ul li ol{padding-left: 20px;}

.IMP_INF_RB ul{margin-top: 15px;}
.IMP_INF_RB ul li, .IMP_INF_RB ul li ol lo{margin-bottom: 10px;}
.IM_Stitle{color: var(--PColor);}
.IM_title{font-size: 28px;}

.appsubmitt_extpage .IMP_INF_RB ul{padding-left: 20px;}
.appsubmitt_extpage .IMP_INF_RB ul li{list-style: disc;}
.appsubmitt_extpage .IMP_INF_RB h2{font-size: 14px;}
.appsubmitt_extpage .IMP_INF_RB p, .appsubmitt_extpage .IMP_INF_RB ul li{font-size: 12px;}







</pre></body></html>