<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1200px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1300px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 100%;
    }
}
@media (min-width: 1500px){
    .container{
        max-width: 1480px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1520px;
    }
}
@media (min-width: 1700px){
    .container{
        max-width: 1620px;
    }
}
@media (min-width: 1800px){
    .container{
        max-width: 1720px;
    }
}


/*dark mode css*/

.dark-mode .list-unstyled img {filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);}
/*dark mode css*/

.cms-content-pages { padding-bottom: 20px; }
.cms-content-pages a{color: #ffb100 !important; word-wrap: break-word;}
.cms-content-pages a:hover{color: #ffb100 !important;}
.brand-listing-container { background-color: transparent; }
.brand-listing-container .title-section .title-brands span { background-color: #f8f8fa; font-family: 'Poppins', sans-serif !important; color: #666666;}
.brand-listing-container .btn.active, .sitemap_links .btn.active, .brand-listing-container .btn.active { background-color: #464646 !important; }

.h1 { font-size: 26px; }
.h2 { font-size: 20px; /*--font-weight:normal;--*/ font-weight:600; }

ol, ol li { list-style-type: decimal; }
ul.pl-3.pt-1.pb-1 li{list-style-type: disc; }
/*------*/
.cat-name{ text-transform: capitalize; }


ul.pl-4 {
    text-transform: capitalize;
    background: #00000005;
    border-left: solid 1px #ccc;
    margin-left: 5px;
    padding: 2px 0px 2px 10px !important;
}
ul.pl-4 i.fas.fa-angle-right {margin-left: 10px !important;transform: rotate(90deg);}
ul.pl-4 a.cat-name.d-block.mb-2 {
    text-transform: capitalize;
    padding: 5px !important;
    margin-bottom: 0px !important;
}

.list-group-item+.list-group-item{ border-top-width: 1px;}
/*----*/


.content-v1 { background:#fff; }
/*.content-v1 p{text-align:justify; }*/
.content-v1 h1{ line-height:normal; margin-bottom: 24px !important;  }
.content-v1 h2{margin-bottom: 16px !important;  }
.content-v1 ul{ margin: 15px 0px; list-style:disc; padding-left:20px; }
.content-v1 ul li{ list-style:disc; margin-bottom:7px;}
.content-v1 ul ul li{ list-style:circle;}
.content-v1 ul.check-list { padding:0px; margin: 20px 0px;}
.content-v1 ul.check-list li{ position: relative; list-style:none; padding-left:20px; }
.content-v1 ul.check-list li:before{ content:'\f14a'; color:#ffb100; font-size:14px;font-family: "Font Awesome 5 Free"; left:0; position:absolute; }
.content-v1 img.graph{ max-width:700px; width:100%; }
.content-v1 .table-wraper{width:100%; overflow:auto; }
.content-v1 .table-wraper table { width:auto;  text-align: left;  }
.content-v1 .table-wraper table td,
.content-v1 .table-wraper table th{ padding:10px; font-size:14px;border:solid 1px #151515; }

/*heading css*/
.title-brands span {background-color: #f8f8fa; font-family: 'Poppins', sans-serif !important; color: #666666; z-index: 9; padding: 0 15px; position: initial;}
.title-section .title-brands::after { position: absolute; width: 100%;border-bottom: 1px solid #ccc; content: ""; left: 0; right: 0; top: 50%; z-index: -1;}
.title-brands {position: relative;line-height: normal; text-align: center;max-width: 80%;margin: 40px auto 10px;font-size: 30px; z-index: 9;}
main{ margin-bottom:40px }
.sitemap_links a {
    width: 100%;
    max-width: 145px;
}
/*heading css*/

@media (max-width: 1549px){
.title-section .title-brands { font-size: 20px;}
}
@media (max-width: 1023px){
.title-section .title-brands { font-size: 18px; max-width: 100%;}
}

/*heading css*/


@media (max-width: 1279px){
.h1 { font-size: 26px; }
.h2 { font-size: 22px; }
}


@media (max-width: 1023px){
.h1 { font-size: 22px; }
.h2 { font-size: 18px; }
}

@media (max-width: 767px){
	.h1 { font-size: 18px; }
	.h1.mb-5 { margin-bottom:1rem!important;  }
.h2 { font-size: 16px; }
p, ul, li { font-size: 13px; }

.pl-5, .px-5 {
    padding-left: 1.5rem!important;
}
.pr-5, .px-5 {
    padding-right: 1.5rem!important;
}

.pb-5, .py-5 {
    padding-bottom: 1.5rem!important;
}

.pt-5, .py-5 {
    padding-top: 1.5rem!important;
}

	}


@media (max-width: 565px){
.sitemap_links .col-sm-3 { width: 50%;}
.sitemap_links.mt-5 { margin-top: 1rem!important;}

.content-v1 .table-wraper table td,
.content-v1 .table-wraper table th{ padding:5px; font-size:12px; }
.content-v1 .table-wraper table{ min-width: 100%; }
}

@media (max-width:991px){

    .title-section .title-brands { font-size:14px }
    }
 @media (max-width:480px){
   .title-section .title-brands::after { border-bottom:none; }
    }</pre></body></html>