.page-item.active .page-link {
    background-color: #e60000;
    border-color: #e60000;
}
.bcde-promo-container {
    display: flex;
    flex-flow: row wrap;
    min-width: 50%;
    box-shadow: 0px 0px 12px #b4b7b4;
    border: 1px solid #9e9c9c;
    background-color: #fff;
}

.offer_blog .bcde-promo-container, 
.team_blog .bcde-promo-container
{
    display: inherit;
}


.team_blog .bcde-text-container {
    text-align: center;
}

.team_blog .bcde-text-container .title {
    font-size: 21px;
    text-transform: capitalize;
    line-height: inherit;
    margin-bottom: 3px;
}


.team_blog .bcde-text-container .subtitle {
    text-transform: capitalize;
    font-size: 17px;
    line-height: inherit;
    font-weight: 500;
}

.team_blog .bcde-text-container {
    padding-top: 1rem;
}



.team_blog .bcde-main-content {
    min-height: 6.3rem;
}


.offer_blog .bcde-main-content {
    min-height: 17.7rem;
}

/* Accessories css*/
/*.accessories .bcde-promo-container
{
    box-shadow: none;
}*/

.accessories .rprice{
    color: #e60000;
    font-weight: 900;
    font-size: 19px;
}

.accessories .bcde-image-container{
    border: 1px solid #cecece;
}
.accessories .bcde-text-container .title a{
    color: #000;
}
.accessories .bcde-text-container .title a:hover{
    color: #e60000;
}
.bcde-image-container {
    flex: 1;
    min-width: 50%;
    overflow: hidden;
}

.bcde-image-container img{
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bcde-image-container:hover img{
    transform: scale(1.1);
}

.bcde-main-content {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 23rem;
}

.bcde-text-container, .bcde-bottom-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.bcde-text-container {
    padding-top: 1.5rem;
}

.bcde-text-container .title {
    font-size: 43px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Proxima Nova Bl';
    line-height: 43px;
}

.bcde-text-container .title a{
    color: #000;
}
.bcde-text-container .title a:hover{
    color: #e60000;
}


.bcde-text-container .subtitle {
text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    color: #000;
}

.bcde-text-container .description {
    color: #757575;
    font-weight: 500;
    font-size: 0.9rem;
}
.bcde-text.small-upper-space {
    padding-top: 0.5rem;
}
.bcde-text.grey {
    color: #757575;
}


.request-button, .offer-details-btn a {
    color: #fff !important;
    background: linear-gradient(#e60000,#ca0000);
    text-align: center;
    font-size: 0.9rem;
    font-family: 'Proxima Nova Bl';
    margin-bottom: 1rem;
}

.request-button {
    display: block;
    padding: 0.6em 1em;
}

.offer-details-btn a {
    display: inline-block;
    padding: 1em 3em;
}
.home_services .common-description .about h1,
.home_services .common-description .about h2,
.home_services .common-description .about h4,
.home_services .common-description .about h5,
.home_services .common-description .about h6{
    margin-bottom: 35px;
}
.request-button:hover {
    background: linear-gradient(#ffd700,#ffd700);
    color: #8b4513 !important;
}

.home_services .common-heading h1 {
    font-family: 'Proxima Nova Bl';
    text-transform: uppercase;
    font-size: 2.6rem;
}

.bcde-image {
    width: 100%;
    height: 100%;
}

.bcde-bottom-container {
    padding-bottom: 1.3rem;
    padding-top: 1.5rem;
}

/*Header bottom style*/
.header_bottom {
    display: flex;
    height: 85px;
    width: 100%;
    border-top: .375rem solid #ffe600;
    z-index: 9;
    margin-top:  -1px;
    box-shadow: 0px 0px 23px #767676;
}
.fixed-header .header_bottom {
    position: fixed;
    left: 0;
    top: 80px;
    /*box-shadow: 0px 0px 23px #767676;*/
    width: 100%;
    background: #fff;
    z-index: 40;
}
.cta-content-div {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 25%;
    justify-content: center;
    border-right: 1px solid #cac9c9;
}
.cta-content-div:hover {
    background: #ffe600;
}

.cta-content-div:hover .cta-svg svg {
    fill: #000;
}
.cta-svg svg {
    width: 3.5rem;
    height: 3.5rem;
   fill: #e60000;
}

/*.cta-svg svg path{
    fill: #e60000;
}
*/
.cta-text {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    padding-left: 0.5rem;
    word-break: break-word;
    width: 142px;
}

.cta-text a{
    color: #000;
    font-weight: 700;
}

.cta-text a:hover{
    text-decoration: underline; 
}

.bcde-legal {
    color: #757575;
    font-size: .75rem;
    text-align: left;
    margin-bottom: 0;
}


/* faq css*/
/*FAQ CSS Start*/
.faq-accordion-item * {
    color: #000000;
}

.faq-accordion-item .card-header button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 50px 13px 20px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 0;
    border: 0!important;
    position: relative;
}

.faq-accordion-item .card-header button .details,
.faq-accordion-item .card-header button .details ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.faq-accordion-item .title {
    font-size: 20px;
    line-height: 21px;
    margin: 0;
    font-weight: 500;
}

.faq-accordion-item .details ul li {
    font-size: 15px;
    margin: 0px 6px;
}

.faq-accordion-item .card-header {
    padding: 0;
    border-radius: 0;
    border-bottom: 0;
}

.faq-accordion-item .price {
    font-size: 15px;
    margin-bottom: 0;
}

.faq-accordion-item .card-header button:hover {
    text-decoration: none;
}
.faq-accordion-item .card {
    border-radius: 0;
}

.faq-accordion-item .card-header button:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
    text-decoration: none;
}
.detail-features li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
}
.faq-accordion-item .card-body img {
    max-width: 100%;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}

.faq-accordion-item .card-body {
    text-align: center;
    padding: 20px 20px 30px;
}

.faq-accordion-item .card-body p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #1f1f1f;
    line-height: 1.5;
}
.faq-accordion-item .main-icon {
    position: absolute;
    top: 50%;
    display: inline-flex;
    right: 20px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.faq-accordion-item .card-header button.collapsed .main-icon {
    transform: translateY(-50%) rotate(180deg);
}
/*FAQ CSS End*/

.btn_alert {
    background: #ffe600;
    font-size: 1.4625rem;
}

.btn_alert strong{
    font-family: 'Proxima Nova Bl';
}

.btn_text {
    font-weight: 600;
}

.close_btn{
    opacity: 1;
    font-size: 3rem;
    line-height: 0.8;
    text-shadow: none;
}

.why-choose-us .common-description .about ul {
    padding-left: 24px;
}
.why-choose-us .common-description .about ul li{
    position: relative;
    list-style: none !important;
}

.why-choose-us .common-description .about  ul li:before {
    content: "";
    left: -30px;
    position:absolute;
    top:0;
    background: url(../image/check.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position: 6px 4px;
 }


 .thead-background th {
    color: #fff;
    background-color: #f23214;
    border-color: #f23214;
}




.single-page-price {
    font-size: 19px;
}

.single-page-price .rprice.ml-1 {
    color: #e60000;
    font-size: 20px;
}


.price-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}


/* footer custom style */
.footer_border {
    border-bottom: 1px solid #fff;
}

.footer_service .footer-nav-item-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer_service .footer-nav-item-inner .footer-nav-item {
    flex-direction: column;
    flex-basis: 25%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    background: #edf0fa;
}

@media(max-width:  767px){
    .fixed-header .header_bottom{
        position: inherit;
        top: 0;
    }
    .header_bottom {
        flex-wrap: wrap;
        height: auto;
    }

    .header_bottom .cta-content-div {
        flex-basis: 50%;
        flex-direction: column;
        border: 1px solid #e4e4e4;
        padding: 11px 0;
    }

    .header_bottom .cta-text {
        font-size: 12px;
        width: auto;
    }

    .footer_service .footer-nav-item-inner .footer-nav-item {
        flex-basis: 50%;
    }
}