body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    font-family: 'Poppins', sans-serif;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffff;
    transition: .3s;
    box-shadow: 0 2px 6px #00000029;

}
header > .container {
    padding-top: 24px;
    padding-bottom: 24px;
    transition: .3s;
}
header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
header .header-logo .logo {
    max-width: 300px;
}
.call-btn a {
    background-color: #005F9E;
    padding: 7px 25px;
    border-radius: 5px;
    width: 65px;
    height: 38px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}
#main-content{
    padding-top:100px !important;
    background-color: #F5F5F5;
}
.vertical-topten.fufei {
    padding-bottom: 20px;
}
.riq-list {
    font-family: 'Poppins', sans-serif;
}
.riq-list .container {
    max-width: 1000px;
}
.riq-list a {
    color: #00AFEF;
}
.riq-list a:hover {
    text-decoration: none;
}
.riq-list .btn {
    border-radius: 2px;
    cursor: pointer
}

.riq-list .cover-container {
    position: relative;
    padding: 30px 10px;
    ;
}
.default-hero .title {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}
.subtitle {
    text-align: center;
    font-size: 22px;
    color: #38C8FE;
    padding-top: 10px;
}
.top-listed-companies {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
    border-radius: 10px;
}
.riq-list .top-listed-companies.rank-1{
    border-radius: 10px;
    display: block;
    min-height: 155px;
    overflow: hidden;
    background-color: #005008;
    padding: 2px;
}
.rec {
    background-color: #005008;
    padding: 5px;
}
.recom-text {
    color: #ffffff;
    font-weight: 500;
    padding-left: 15px;
}
.riq-list .top-listed-companies.rank-other{
    border: 1px solid #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    display: block;
}
.riq-list .top-listed-companies.rank-other{
    margin-top: 10px;
}
.riq-list .top-listed-companies .first {
    min-height: 131px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.riq-list .top-listed-companies .entry {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 10px;
}
.riq-list .top-listed-companies .left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}
.company-rating {
    padding-top: 10px;
}
.five-stars i {
    margin: 0 0px;
    font-size: 14px;
    color: #FFEE00;
}
.feature {
    display: flex;
    justify-content: space-between;
    ;
}
.riq-list .top-listed-companies .company {
    flex-shrink: 0
}
.riq-list .top-listed-companies .company-logo-block .company-logo a {
    display: inline-block;
    width: 100%
}
.riq-list .top-listed-companies .company-logo-block .company-logo img {
    width: 100%;
    max-width: 150px;
    line-height: normal
}
.riq-list .top-listed-companies .middle .summary {

}
.riq-list .main-content p {
    font-size: 30px;
    font-weight: bold;
}
.riq-list .top-listed-companies.rank-1 .right {

}
.riq-list .top-listed-companies .right {
    justify-content: flex-end;
}
.riq-list .top-listed-companies .links {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}
.top-listed-companies .links a{
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    padding: 15px 22px;
    background-color: #005F9E;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}
.top-listed-companies .btn-txt {

}
.top-listed-companies .links a i {
    padding-left: 10px;
}
.primary-color{
    background-color: #3E4095 !important;
    box-shadow: none !important;
}
.riq-list .company-logo-block {
    text-align: left;
    width: 100%
}
.riq-list .company-logo-block .company-logo {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.riq-list .company-logo-block .company-logo .logo-link {
    width: 100%;
    height: auto;
    white-space: nowrap
}
.riq-list .company-logo-block .company-logo img {
    max-width: 100%
}
.agent-footer {
    background: #005F9E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 20px 0;
}
.agent-txt{
    color: #ffffff;
}
.at-1{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.at-2{
    font-size: 15px;
    line-height: 20px;
}
.online-status {
    display: flex;
    align-items: center;
}
.dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #40D202;
    border: 2px solid #fff;
    margin-right: 4px;
}
.online {
    border: 2px solid #ffffff;
}

@media (min-width: 768px) {
    .riq-list .top-listed-companies .middle {
        position: relative;
    }

}
@media (min-width: 576px) {
    .riq-list .top-listed-companies .entry {
        min-height: 150px
    }
    .middle {
        display: flex !important;
        justify-content: center;
        align-items: flex-start;
    }
}
@media (max-width: 1200px){

}
@media (max-width: 992px){
    .default-hero .title{
        font-size: 45px;
    }
    .subtitle{
        padding-top: 10px;
        font-size: 18px;
    }
    .riq-list .cover-container {
        position: relative;
        padding: 20px 10px;
    }
    .riq-list .main-content p {
        font-size: 23px;
    }
}
@media (max-width: 767px) {
    .default-hero .title {
        font-size: 36px;
    }
    #main-content{
        padding-top:90px !important
    }
    .riq-list .top-listed-companies .entry{
        height: 100%;
        max-height: 250px;
        padding: 10px 10px;
    }
    .riq-list .top-listed-companies .links {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .riq-list .top-listed-companies .links .site {
        min-width: auto;
        width: 100%
    }
    .riq-list .top-listed-companies.rank-1 .right {
        margin: 10px 0 10px 0;
    }
    .top-listed-companies .links a{
        max-width: 310px;
        box-sizing: border-box;
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    header .header-logo .logo {
        max-width: 250px;
    }
    .riq-list .cover-container{
        padding: 0;
    }
    .default-hero{
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .default-hero .title{
        font-size: 33px;
        text-align: left;
    }
    .default-hero .subtitle {
        text-align: left;
        font-size: 17px;
        padding-top: 5px;
    }
    .recom-text{
        font-size: 15px;
        padding-left: 5px;
    }
    .riq-list .top-listed-companies .entry {
        height: 100%;
        max-height: 100%;
    }
    .riq-list .main-content p {
        font-size: 30px;
        font-weight: bold;
    }
    #main-content {
        padding-top: 80px !important;
    }
    .riq-list .top-listed-companies {
    }
    .riq-list .top-listed-companies .left {
        width: 100%;
        padding: 0px;
    }
    .riq-list .top-listed-companies .company{
        flex-shrink: unset;
    }
    .riq-list .top-listed-companies .right {
        width: 100%
    }
    .riq-list .top-listed-companies .links{
        margin-top: 10px;
    }
    .riq-list .fufei .top-listed-companies .middle {
        border-bottom: none
    }
    .riq-list .top-listed-companies.rank-other {
        margin-top: 13px;
    }
    .company-rating {
        padding-top: 20px;
    }
    .at-1 {
        font-size: 16px;
    }
    .at-2 {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    header .header-logo .logo {
        max-width: 220px;
    }
    .default-hero .title {
        font-size: 30px;
    }
    .subtitle{
        font-size: 18px;
    }
    .riq-list .main-content p {
        font-size: 25px;
        font-weight: bold;
    }
    .company-rating {
        padding-top: 20px;
    }
    .riq-list .top-listed-companies .links {
        width: 100%;
    }
    .top-listed-companies .links a{
        font-size: 18px;
    }
    .top-listed-companies .links img.callto {
        width: 33px;
        height: 30px;
    }
}
@media (max-width: 380px) {
    header .header-logo .logo {
        max-width: 190px;
    }
    .default-hero .title {
        font-size: 22px;
    }
    .default-hero .subtitle {
        font-size: 15px;
    }
    .call-btn a{
        padding: 5px 10px;
        font-size: 14px;
    }
    .five-stars i {
        font-size: 12px;
    }
    .riq-list .main-content p {
        font-size: 21px;
        font-weight: bold;
    }
    .top-listed-companies .links a{
        padding: 10px 22px;
    }
    .at-1 {
        font-size: 14px;
    }
    .at-2 {
        font-size: 12px;
    }
}




@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@keyframes call-now-loading {
    0% {
        top: 0px;
        height: 28px
    }
    50%,
    100% {
        top: 6px;
        height: 18px
    }
}

footer .about-links {
    font-size: 13px;
    color: #4A4A4A;
    max-width: 932px;
    margin: 0 auto;
}
.about-links ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    padding: 20px 0;
}
.about-links ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.about-links ul li a{
    padding: 14px;
    font-size: 13px;
    line-height: 25px;
}
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    top: -80px;
    width: 100%;
    text-align: center;
}
.inner-body {
    min-height: calc(100% - 70px);
    padding-bottom: 70px;
}
.fixed-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 999;
}