.privacy-policy-banner-sec {background-size: cover;height: 65vh;}.privacy-policy-banner-sec .banner-content {padding-top: 100px;display: flex;flex-direction: column;justify-content: center;z-index: 2;}.privacy-policy-banner-sec .banner-content h1 {color: #FEC012;font-size: calc(100px - 70px);font-style: normal;font-weight: 600;line-height: 1.4;}.privacy-policy-banner-sec .banner-content p {color: #F4F4F4;font-size: 18px;font-style: normal;font-weight: 500;}.privacy-policy-banner-sec .banner-content h1 span {color: #FEC012;}.privacy-policy-banner-sec .banner-content .btn-warning {font-weight: 600;width: 100px;}.normal-list ul {padding-left: 2rem;margin-bottom: 12px;margin-left: 0px !important;font-size: 13px;}section .sec-header p {color: #212529;font-size: 13px;font-weight: 400;font-style: normal;line-height: 22px;}section .sec-header h2 {color: #000;font-family: Segoe UI;font-size: 22px;font-style: normal;font-weight: 600;line-height: normal;}section .sec-header h3 {color: var(--segoe-ui-subtitle, #000);font-family: Segoe UI;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;}section .sec-header p span {color: #154B7F;}.terms-conditions-banner-sec {background: #07295D;background-size: cover;height: 50vh;}.terms-conditions-banner-sec .banner-content {padding-top: 100px;display: flex;flex-direction: column;justify-content: center;z-index: 2;}.terms-conditions-banner-sec .banner-content h1 {color: #FEC012;font-size: calc(100px - 70px);font-style: normal;font-weight: 600;line-height: 1.4;}.terms-conditions-banner-sec .banner-content p {color: #F4F4F4;font-size: 18px;font-style: normal;font-weight: 500;}.terms-conditions-banner-sec.banner-content h1 span {color: #FEC012;}.terms-conditions-banner-sec .banner-content .btn-warning {font-weight: 600;width: 100px;}.sec-header ol {padding-left: 0px;margin-top: 0;margin-bottom: 1rem;}@media screen and (max-width: 576px){.privacy-policy-banner-sec {height: 50vh;}.terms-conditions-banner-sec {height: 50vh;}}@media screen and (min-width: 1400px){section .sec-header p {color: #212529;font-size: 16px;font-weight: 400;font-style: normal;line-height: 22px;margin-bottom: 12px;}section .sec-header h2 {color: #000;font-family: Segoe UI;font-size: 26px;font-style: normal;font-weight: 600;line-height: normal;}section .sec-header h3 {color: var(--segoe-ui-subtitle, #000);font-family: Segoe UI;font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;}.normal-list ul {font-size: 16px;}}
.sitemap-home-sec h2{
    color: #000;
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sitemap-home-sec ul li a{
    color: #fec012;
    font-size: 14px;
    font-weight: 400;
   
    
}
.sitemap-home-sec ul li{
    display: flex;
    gap: 5px;
}
.sitemap-home-sec .site-hm li::before{
    display: inline-flex;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: url(../images/leftarrowhome.png) no-repeat center center;
    background-repeat: no-repeat;
    background-size: 0.7rem;
    background-position-y: 5px;
    transition: transform .2s ease-in-out;
}

.sitemap-pages-sec h2{
    color: #000;
    font-family: Segoe UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sitemap-pages-sec ul li{
    color: #0e80ae;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 5px;
   
}
.sitemap-pages-sec ul li a{
    color: #0e80ae;
    font-size: 14px;
    font-weight: 400;
   
}

.sitemap-pages-sec .site-pages li::before{
    display: inline-flex;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: url(../images/leftarrowsitemapages.png) no-repeat center center;
    background-repeat: no-repeat;
    background-size: 0.7rem;
    background-position-y: 7px;
    transition: transform .2s ease-in-out;
}
.sitemap-pages-sec label{
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400;
    
}