/******==================== Quick Links Page CSS Start ====================******/
.sitemap-sec{margin-top: 30px; padding-bottom: 30px; display: inline-block; width: 100%;}
.sitemap-sec:first-child{margin-top: 0px;}
.sitemap-sec .sub-title{margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between;}
.sitemap-sec .sub-title .down-arrow{display: none;}
.sitemap-sec .sub-title a{font-size: 24px; color: #252B33; font-weight: 600; position: relative;transition: all 0.3s ease-in-out;}
.sitemap-sec .sub-title a::after {position: absolute; content: ""; height: 3px; width: 0; left: 0%; right: 0; bottom: -2px; background-color: transparent; color: #f13c31; border-bottom: 2px solid #f13c31; transition: all 0.3s ease-in-out; transform: translate(0%, 0) translateZ(0); -webkit-transform: translate(0%, 0) translateZ(0);}
.sitemap-sec .sub-title a:hover::after{width: 100%;}
.sitemap-sec .sub-title h3{font-size: 24px; font-weight: 600;}
.sitemap-sec ul{display: flex; flex-wrap: wrap;margin: 0rem;}
.sitemap-sec ul li{display: inline-block; width: 33.3333%; margin-bottom: 10px; position: relative; padding:0px 15px;}
.sitemap-sec ul li:last-child{margin-bottom: 0px;}
.sitemap-sec ul li::before{content: '•'; position: absolute; top: -5px; left: 0px; color: #000;font-size: 22px;}
.sitemap-sec ul li a{font-size: 16px; color: #252B33; transition: all 0.3s ease-in-out; position: relative;}
.sitemap-sec ul li a:hover,.sitemap-sec .sub-title a:hover{color: #f13c31 !important;}
/******==================== Quick Links Page CSS End ====================******/

/******==================== Black Theme CSS Start ====================******/
.theme-black {background: #000000;}
.theme-black h1,.theme-black h2,.theme-black h3, .theme-black h4, .theme-black h5, .theme-black h6, .theme-black p, .theme-black span, .theme-black blockquote, .theme-black strong, .theme-black b, .theme-black u, .theme-black center, .theme-black ol, .theme-black ul, .theme-black li, .theme-black li a,.theme-black .sitemap-sec ul li::before,.theme-black .sitemap-sec .sub-title a,.theme-black .sitemap-sec .sub-title .down-arrow{ color:#fff !important;}
.theme-black .sitemap-sec .sub-title a:hover{color: #f13c31 !important;}
.theme-black .sitemap-sec{border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.theme-black .sitemap-sec:last-child{border-bottom: none;}
/******==================== Black Theme CSS End ====================******/

/* iPad 9th Gen Css Start */
@media only screen and (min-width: 744px) and (max-width: 1199px)  {
.sitemap-sec ul li {width: 50%;}
}
/* iPad 9th Gen Css End */