#header {
    background-color: #0d4b88;
}
.section-head {
    background-color: #0d4b88;
    background-image: linear-gradient(130deg, #0d4b88, #16213d);  
    position: relative;
    overflow: hidden;
}
.head-banner{
    text-align: center;
}
.head-banner img{
    width: 100%;
}
.head-content {
    padding: 30px 0; 
    margin-top: 150px; 
    width: 100%;
     
}
.head-alias{
    color: #fff; 
    text-align: left; 
}
.head-alias .head-alias-content{
    text-align: center; 
}

.support-content{
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
}
.care_title{
    color: #fff;
    text-transform: uppercase;
    text-align: center; 
}
#support_care ul.care_tools{
    text-align: center; 
}
#support_care ul.care_tools li {
    margin: 0;
    margin-right: 0px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
} 
#support_care ul.care_tools li a {
    display: block;
    background-color: #c99b52;
    color: #fff; 
    padding: 7px 15px;
    border-radius: 5px;
}
#support_care ul.care_tools li a:hover{
  background-color: #0d4b88;
  color: #fff;
}


.head-title {
    text-align: center; 
}

.head-title span {
    position: relative;
    display: inline-block;
    color: #fff; 
    text-transform: uppercase;
    padding: 0 36%;
}
 
.head-title span::before, .head-title span::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 38%;
    top: 50%;
}
.head-title span::after {
    right: 0;
}
.head-title span::before {
    left: 0;
} 



.group{
  display: block;
  background-color: #dfdfdf;
  padding: 20px;
}
.group .group-title{
  position: relative;
  color: #0d4b88;
  margin-bottom: 40px;
}
.group .group-alias{
    padding-bottom: 20px;
}
.group .group-title::after {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #c99b52;
    content: '';
}
.group.group-footer{
  padding: 7px;
}
ul.contact-list{
  margin: 0;
  padding: 0;
}
.contact-list li {
    width: 100%;
    border-bottom: 1px dashed #0d4b88;
    padding: 10px 0;
}
.lsn > li {
    list-style: none;
}
.contact-list li a{
  position: relative;
  padding-left: 30px;
}
.contact-list li a::before {
    position: absolute;
    left: 0;
    width: 20px;
    border-right: 1px solid #0d4b88;
    height: 20px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
}
.contact-list li a.icon-phone::before {
    background-image: url(../../../../uploads/2021/09/icon-phone.png);
    background-position: top left;
}
.contact-list li a.icon-email::before {
    background-image: url(../../../../uploads/2021/09/icon-email.png);
}
.contact-list li a.icon-local-phone::before {
    background-image: url(../../../../uploads/2021/09/icon-local-phone.png);
}
.icon-pdf {
    padding-left: 18px;
    background-image: url(../../../../uploads/2021/09/icon-pdf.png);
    background-size: 10px auto;
    background-position: center left;
    background-repeat: no-repeat;
}
.reportall .title {
    padding: 9px 0 9px 0;
    border-bottom: 1px dashed #0d4b88;
    margin-bottom: 0;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
}

.news-list {
    border-top: 1px dashed #0d4b88;
    margin: 0;
    padding: 0;
}
.news-list li {
    width: 100%;
    border-bottom: 1px dashed #0d4b88;
    padding: 10px 0 10px 18px;
    padding-left: 18px; 
    background-size: 10px 14px;
    background-repeat: no-repeat;
    background-position: left center;
}
.news-list li.last-icon-angle-right {
    padding-left: 0;
    background-image: url(../../../../uploads/2021/09/icon-angle-right.png);
    background-size: 6px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
}


@media (max-width: 1199.98px) {
    .site-navbar .site-navigation .site-menu > li > a{
        color: #fff;
    }
}
@media (min-width: 977px) {
    .head-alias .head-alias-content{ /*font-size: 23px;*/ }
    .care_title{
        font-size: 17px;
    }
    #support_care ul.care_tools li a{
        font-size: 17px;
    }
    .head-alias .head-alias-content{
        padding-bottom: 5%;
    }
}
 
 

@media (min-width: 1200px) {
    .head-content .head-content-inner { padding: 0 166px; }
    .cd-gt, .cd-bc{ min-height: 145px; }  
    .lh{  min-height: 436px;}
    #support_care ul.care_tools li a {
        font-size: 18px;
    }
    .care_title{
        font-size: 20px;
    } 
    .head-alias{
        font-size: 18px; 
    }
    .head-title span{ 
        font-size: 22px;
    }
    #support_care ul.care_tools{
        padding: 20px 0;
    }
    .head-alias .head-alias-content{
        padding-bottom: 3%;
    }
    .care_title{
        font-size: 22px;
    }
    #support_care ul.care_tools li a{
        font-size: 20px;
    } 
}

@media (min-width: 1366px) {
  
}
@media (min-width: 1400px) {
  
}
@media (min-width: 1600px) { 

}









@media (max-width: 1199.98px) {
    .head-content{
        margin-top: 9%;
        padding: 15px 0;
    }
    #support_care ul.care_tools{
        padding: 10px 0;
    }
}
@media (max-width: 810px) {
    .head-alias{
        padding-bottom: 3%;
    }
    .head-content{
        margin-top: 3%;
    }  
    .ffooter{
        padding: 0;
    }
    .head-banner{
        height: 389px;
        background: url("../../images/mobile-supporrt-2.jpg") top center no-repeat;
        background-size: 100% auto;
    }
}
@media (max-width: 768px) {
    #support_care ul.care_tools li{
        display: block;
    }
    #support_care ul.care_tools li a{
        font-size: 17px;
    }
    .care_title{ 
        padding-bottom: 10px;
        font-size: 16px;
    }
    .head-alias-content{
        display: none;
    }
    .head-alias{
        padding-bottom: 20px;
    }
    .care_mright{
        margin-top: 20px;
    }
    .head-banner img{
        display: none;
    }
    .head-banner{
        height: 389px;
        background: url("../../images/mobile-supporrt.jpg") top center no-repeat;
        background-size: 100% auto;
    }
    .head-title span::before, .head-title span::after{
        width: 32%
    }

}
@media (max-width: 385px) {
    .head-content {
        margin-top: 8%;
    } 
    .head-title span{ 
        font-size: 16px;
    }
    p{
        margin-bottom: 0.6rem;
    } 
    #support_care ul.care_tools{
        padding: 0;
    }
    
    .head-banner img{
        display: none;
    } 
    .head-title span{ font-weight: bold; }
}

 @media only screen and (min-width: 768px) and (max-width: 810px)  {
  .care_title{
    font-size: 17px;
  }
  #support_care ul.care_tools li a{
    font-size: 17px;
  }
  .head-alias{
    padding-bottom: 7%;
  }
 }
 @media only screen and (min-width: 811px) and (max-width: 1024px)  {
    .care_title{
        font-size: 17px;
    }
    #support_care ul.care_tools li a{
        font-size: 17px;
    }
    .head-alias{
        padding-bottom: 7%;
    }
 }
