.home-state-wise-section {
    background: #F0F4F6;
    margin-top: 43px;
    margin-bottom: 18px;
    border-radius: 10px;
    padding-bottom: 30px;
}
.home-state-wise-section h2{
    padding: 30px 25px 0px 25px;
    line-height: 30px;
    font-size: 24px;
}
.home-state-wise-section p{
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 15px;
}
.home-state-wise-section .state-section {
    padding-bottom: 25px;
    font-size: 18px;
    color: #353643;
}
.home-state-wise-section .sec-show-container{
    padding: 0 25px;
}
.home-state-wise-section .sec-show-container:not(.sec-show-ltd) {
    max-height: 400px;
    overflow-y: auto;
}
.state-section a:focus,
.state-section a:active{
    color: #0689D6 !important;
    transition: all 0.09s;    
}
.shop-home-read-more a:hover,
.shop-home-read-more a:focus,
.shop-home-read-more a:active
{
    color: #006AA8;
    font-size: 14.5px;
    transition: all 0.09s;    
}
.home-banner-container .home-banner-form-container .home-banner-form-submit:focus {
    background-color: #006AA8;
    box-shadow: 0 0 0 2pt #a7d6f1;
    outline: none;
}
.home-state-wise-section .state-section a {
    line-height: 21px;
    color: #0689D6;
    font-weight: 400;
}
.home-state-wise-section .state-section a:hover {
    text-decoration: none;
}
.home-state-wise-section .state-section span {
    line-height: 18px;
    padding-top: 8px;
    font-weight: 700;
}
.home-state-wise-section .sec-show-ltd .state-section:nth-child(n+9){
    display: none;
}
.home-state-wise-section.article-linking .sec-show-ltd ul, .home-state-wise-section.article-linking .sec-show-ltd ul li:last-child {
    margin-bottom: 0px;
}
.sec-show-container .see-more{
    color: #0689D6;
    cursor: pointer;  
    position: relative;
}
.sec-show-container .see-more:after{
    position: absolute;
    content: '';
    top: 3px;
    border: solid #0689D6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transition: transform 0.3s linear;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
}
.home-state-wise-section .sec-show-ltd .state-section:nth-child(n+9){
    display: none;
}
.home-state-wise-section.article-linking{
    padding: 30px 0px;
}
.home-state-wise-section.article-linking .sec-show-ltd ul li:nth-child(n+6){
    display: none;
}
.home-state-wise-section.article-linking .sec-show-container {
    padding: 0px;
}
.home-state-wise-section.article-linking h2 {
    padding: 0px 0px 0px 50px;
    display: flex;
    position: relative;
}
.home-state-wise-section.article-linking h2::before {
    content: " ";
    background-image: url(/images/insure_icon.svg);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 11px;
    background-size: 46%;
    top: 5px;
}
.home-state-wise-section.article-linking .auto .section-image {
    background-image: url("/images/car-shield-image.png");
    height: 167px;
    background-size: 72%;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}
.home-state-wise-section.article-linking .section-image {
    margin: auto;
}
@media (min-width: 768px){
    .home-state-wise-section .sec-show-container:not(.sec-show-ltd) {
        max-height: 300px;
    }
    .home-state-wise-section .sec-show-ltd .state-section.city:nth-child(9){
        display: block;
    }
    .home-state-wise-section .sec-show-ltd .state-section:nth-child(n+10){
        display: none;
    }
    .section-image{
        background-image: url(/images/state-city.png);
        height: 190px;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-top: 28px;
        background-position-x: right;
    }
    .home-state-wise-section.article-linking .auto .section-image {
        background-size: cover;
    }
    .home-state-wise-section h2{
        padding-left: 33px;
    }
}
@media (min-width: 1200px){
    .home-state-wise-section.article-linking .auto .section-image {
        background-size: 72%;
    }
}