/*abubakar css 1 psd*/
.a_clearfix:after{
    display:block;
    clear:both;
    content:'';
}
.a_section{

}
.a_section *{
    box-sizing: border-box;
}
.a_section .a_box1{
    /*    background-color: #f6f8fb;*/
    padding: 5px;
}
.a_section h2 {
    color: #21336b;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: left;
}
.a_section h2 span{
    color:#2e63ba;
    font-size:22px;
}
.a_section p {
    font-size: 21px;
    color: #000;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}
/*abubakar css 2 psd*/
.a_section .a_box2{
    background-color: #ebebeb;
}
.a_left {
    width: 25%;
    float: left;
    text-align: center;
    padding: 20px 10px;
}
.a_middle{
    width: 45%;
    float: left;
    padding-top: 20px;
    text-align: left;
}
.a_right {
    width: 30%;
    float: right;
    background-color: #ff9800;
    position: relative;
    text-align: center;
}
.a_left a {
    font-size: 14px;
    font-weight: bold;
    color: #4d78bf;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.a_left a img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    float: none;
    width: 120px;
}
.a_left a span {
    display: block;
}
.a_middle h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.a_middle h3 a{
    color: #23336b;
    font-size: 16px;
}
.a_middle ul{
    margin:0;
    padding:0;
    color: #4a575c;
    font-size: 14px;
    list-style-position: inside;
}
.a_middle ul li{
    margin-bottom: 3px;
}
.a_right a {
    position: absolute;
    right: 23px;
    top: 50%;
    width: 31px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/right-arrow.jpg);
    margin-top: -16px;
}
.a_right strong {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 70%;
    float: left;
    border-right: 1px solid #ff8400;
    padding: 51px 0 42px;
}
/*abubakar css 3 psd*/
.a_box3{

}
.a_box3 .a_learn_more{
    background-image: url('../images/learn-more-btn.jpg');
    width: 115px;
    height: 28px;
    margin: 0 auto;
}
.a_box3 .a_right {
    background-color: transparent;
    position: relative;
    padding-top: 70px;
    padding-right: 50px;
}
.a_box3 .a_get_quote {
    width: 123px;
    height: 64px;
    background-image: url(../images/get-quote-btn.jpg);
    position: relative;
    top: auto;
    right: auto;
    float: right;
}

/*Mansoor*/
.a_box3 .y-star{
    float: left;
    margin: 42px 5px 0px 15px; 
    width: 22px;
    vertical-align: middle;
}
.a_box3 .y-star h1{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.a_box3 .a_left {
    width: 20%;
    padding: 20px 0px;
}
.a_box3 .a_middle {
    width: 53%;
    padding-left: 30px;
}
.a_box3 .a_right {
    width: 22%;
}
.a_section h2 {
    color: #1418ab;
    margin-bottom: 10px;
    line-height: 28px;
}
.listing-2{
    border-radius: 4px;
    box-shadow: 0 0 5px #666;
    padding: 20px 0;
    margin: 10px 0;
}
.listing-2:hover{
    border-radius: 4px;
    box-shadow: 0 0 5px blue;
    transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 860px) {
    .a_box3 .y-star {
        display: none;
    }
    .a_box3 .a_left {
        width: 100%;
        padding: 10px 0px;
        float: none;
    }
    .a_box3 .a_middle {
        width: 100%;
        padding-left: 10px;
        padding-right:10px;
        text-align: left;
        float: none;
        max-width: 425px;
        margin: 0 auto;
    }
    .a_box3 .a_right {
        width: 100%;
        float: none;
        padding-top: 50px;
        padding-right: 0;
    }
    .a_box3 .a_get_quote {
        float: none;
    }
}
.listing_wrap:after{
    display:block;
    clear:both;
    content:'';
}
.company_listing{
    padding: 0px 0;
    margin: 10px 0;
    max-width: 911px;
    margin: 0 auto;
    background: #fffff5;
    border-bottom: 1px dashed #cacac8;
}
.company_listing:first-child {
    border-top: 1px dashed #cacac8;
}
.company_listing:hover{
    transition: all 0.5s ease 0s;
}
.company_listing *{
    box-sizing: border-box;
}
.company_listing .a_box1{
    padding: 5px;
}
.company_listing h2 {
    color: #21336b;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 5px;
}
.company_listing h2 span{
    color:#2e63ba;
    font-size:22px;
}
.company_listing p {
    font-size: 21px;
    color: #000;
    margin: 0 0 10px;
}
.company_listing .a_box2{
    background-color: #ebebeb;
}
.company_listing .col_left {
    width: 27%;
    float: left;
    text-align: center;
    padding: 20px 10px;
}
.company_listing .col_middle{
    width: 45%;
    float: left;
    padding-top: 20px;
    text-align: left;
}
.company_listing .col_right {
    width: 20%;
    float: right;
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.col_left a {
    font-size: 14px;
    font-weight: bold;
    color: #4d78bf;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.col_left a img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    float: none;
}
.col_left a span {
    display: block;
}
.col_middle h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    font-family: arial;
    color: #2165a2;
}
.col_middle h3 a{
    color: #2165a2;
    text-decoration: none;
    font-size: 16px;
}
.col_middle h3 a:hover{
    text-decoration: underline;
}
.col_middle ul{
    margin:0 0 0 10px;
    padding:5px 0 0 10px;
    color: #000;
    font-size: 13px;
    list-style-type: square;
    font-family: arial;
}
.col_middle ul li{
    margin-bottom: 3px;
}
.col_right .get_quote_btn a.btn {
    background: #dc4040;
    color: #fff;
    border-bottom: 3px solid #c92424;
    border-right: 3px solid #c92424;
    display: inline-block;
    border-radius:8px;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
}
.col_right .get_quote_btn p { 
    padding:5px 0;
    text-align: center;
    border: none;
}
.col_right .get_quote_btn p a {
    color:#2165a2;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
}
.col_right .get_quote_btn a.btn span {
    display: block; 
    font-size: 11px;
    font-weight: normal;
}
.company_logo { 
    background: #fff; 
    border: 1px solid #cccccc; 
    border-bottom: 5px solid #ccc; 
    border-radius:5px; 
    padding: 20px 5px 5px;
    cursor: pointer;
    width: 180px;
    margin: 0 auto;
}
/*
.company_logo:hover { 
    border: 1px solid #fffab3; 
    border-bottom: 5px solid #fffab3; 
    box-shadow: 0 0 5px #fffab3;
    transition: all 0.5s ease 0s;
}*/
.company_logo ul {
    list-style: none;
    padding: 10px 0;
    margin: 0px;
}
.company_logo ul li {
    display: inline;
}
.company_logo span{ 
    background: #fffab3;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    display: block;
    padding: 5px;
}
.listing_wrap .y-star{
    float: left;
    margin: 42px 5px 0px 15px; 
    width: 22px;
    vertical-align: middle;
}
.listing_wrap .y-star h1{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.company_logo img {
    float: none;
}
.surehits_listing_ty{
    padding: 1px 10px;
}
.surehits_listing_ty p{
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .listing_wrap .y-star {
        display: none;
    }
    .listing_wrap .col_left {
        width: 100%;
        padding: 10px 0px;
        float: none;
    }
    .listing_wrap .col_middle {
        width: 100%;
        padding-left: 10px;
        padding-right:10px;
        text-align: left;
        float: none;
        max-width: 425px;
        margin: 0 auto;
    }
    .listing_wrap .col_right {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-right: 0;
    }
    .listing_wrap .a_get_quote {
        float: none;
    }
}