:root {
    --header-h: 77px;
    --progress: 0%;
}
.notice a { 
    text-decoration: underline;
    color: blue;
}
.progress-bar-percent{
    width: var(--progress);
}
header.mainheader_buyersguide{
    min-width: 800px;
    height: 530px;
}
#header_top.header_top_buyersguide{
    min-width: 800px;
}
#header.header_buyersguide{
    width: 800px;
}
#header.header_buyersguide h1{
    font-size: 52px;
}
#jotform_box{
    background: #FAFAFC;    
    border: 5px solid #F1F0FA;
    box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
article.article_buyersguide{
    position: relative;
    top: -385px;
    margin-bottom: -395px;
    width: 800px;
    min-height: 1140px;
}
#comparison_header{
    width: 100%;
    margin: 30px auto 10px auto;
    clear: both;
}
#comparison_header p{
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -0.5px;
}
#extra_info{
    width: 100%;
    margin: 20px auto 10px auto;
    height: 330px;
}
#extra_info.info_white{
    margin-top: 20px;
}
#extra_info_left{
    width: 48%;
    margin-right: 4%;
    height: 330px;  
    float: left;  
}
.t_name{
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 26px;
    /*padding: 5px 0 0 40px;*/
    position: relative;
}
.info_white .t_name{
    color: #fff;
}
/*.t_name::before{
    content: '';
    height: 36px;
    width: 36px;
    background: #D9D9D9;
    position: absolute;
    top: -2px;
    left: -3px;
    border-radius: 50%;
}*/
.t_text{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
}
.info_white .t_text{
    color: #fff;
}
.t_rates{
    font-weight: 800;
    font-size: 26px;
    line-height: 29px;
    color: #7E71F5;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
#extra_info input[type=text]{
    width: 185px;
    height: 64px;
    background: #fff;
    border: 2.5px solid #8980F5;
    border-radius: 10px;
    padding: 10px 10px 10px 58px;
    margin-right: 9px;
    font-size: 24px;
    background: url(../imgs/compass.svg) no-repeat;
    background-size: 24px;
    background-position: 18px 18px;
    background-color: #fff;
}
#extra_info input[type=text]::placeholder{
    color: #000;
}
#extra_info input[type=button], #extra_info input[type=submit]{
    padding: 13px 22px;
    background: #7E71F5;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
#extra_info_right{
    width: 48%;
    height: 310px;
    background: #F7F7FC;
    border: 2px solid rgba(215,215,245, 0.8);
    border-radius: 7px;
    float: left;
    padding: 18px;
}
.k_title{
    font-weight: 800;
    font-size: 26px; 
    letter-spacing: -0.5px;  
}
.k_date{
    font-weight: 500;
    font-size: 14px;
    color: #5F5F61;
    margin-bottom: 10px;
}
.k_list {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    padding: 5px 0 5px 30px;
    position: relative;
    letter-spacing: -0.2px;
}
.k_list b{
    color: #6158C7;
    font-weight: 700;
}
.k_list1::before{
    content: '1';
}
.k_list2::before{
    content: '2'; 
}
.k_list3::before{
    content: '3';  
}
.k_list::before{
    position: absolute;
    background: #7E71F5;
    width: 20px;
    height: 20px;
    left: 0px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 1px;
    padding-left: 1px;
    font-size: 16px;
    font-weight: 700;
}


@media (max-width: 889px) {
    #header_top.header_top_buyersguide p.logo{
        width: 211px;
        left: 10px;
    }   
    #extra_info, #comparison_header p{
        width: 98%;
    }
    #extra_info input[type=button], #extra_info input[type=submit]{
        padding: 13px 18px;
    }
}
/* @media (max-width: 430px) { */
@media (max-width: 480px) {
    header.mainheader_buyersguide{        
        min-width: 360px;
        max-width: 448px;
        height: auto;
        padding-bottom: 5px;
    }
    #header.header_buyersguide{
        width: 100%;   
        height: auto; 
    }
    #header_top.header_top_buyersguide{
        min-width: 360px;
        max-width: 448px;
    }
    #header_top.header_top_buyersguide p.logo{       
        width: 150px;
        top: 14px;
        left: 0;
    }      
    #header.header_buyersguide h1{
        font-size: 37px !important;
        line-height: 40px !important;
        height: 130px;
    }
    article.article_buyersguide{
        min-width: 340px;
        max-width: 414px;
        width: 100%;
        top: 0;
        margin-bottom: 0;
    }
    #extra_info{
        width: 90%;
        height: 680px;
        margin: 60px auto;
    }
    #extra_info_left, #extra_info_right{
        width: 100%;
        height: auto;
    }
    #extra_info_right{
        margin-top: 20px;
    }
    #extra_info input[type=text]{
        height: 60px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #extra_info input[type=button], #extra_info input[type=submit]{
        margin-top: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    #comparison_header{
        width: 90%;
    }
    #comparison_header p {
        font-size: 25px;
        line-height: 30px;
    }
    #paragraphs.paragraphs_buyersguide{
        max-width: 448px;    
    }
    #faq.faq_buyersguide{ 
        max-width: 448px;  
    }
}

@media (max-width: 430px) {
    header.mainheader_buyersguide{   
        max-width: 430px;
    }
    #header_top.header_top_buyersguide{
        max-width: 430px;
    }
    #paragraphs.paragraphs_buyersguide{
        max-width: 430px;    
    }
    #faq.faq_buyersguide{ 
        max-width: 430px;  
    }
}

@media (max-width: 359px) {

    header.mainheader_buyersguide{   
        min-width: 320px;
    }
    #header_top.header_top_buyersguide{
        min-width: 320px;
    }

}