html{
    scroll-behavior: smooth;
}
body{
    font-family: 'KoHo', sans-serif;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    min-height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.wrap{
    min-height: 94vh;
}
.logo img{
    width: 200px;
}
.header{
    background-color: #fff !important;
    box-shadow: 0 0 12px -7px;
}
.nav_link{
    padding: 0 .9rem !important;
}
.header .navbar-nav .active>.nav_link, .header .navbar_nav .nav_link.active, .header .navbar_nav .nav_link.show, .header .navbar_nav .show>.nav_link{
    color: rgb(177 17 7);
}
.instant_menu:hover{
    transform: scale(1.07);
}
.instant_menu{
    position: relative;
    font-weight: 700;
    transition: transform .4s;
    color: #0f3e6a !important;
}
.instant_menu:before{
    content: "";
    position: absolute;
    background: #b11107;
    width: 80%;
    height: 3px;
    bottom: -5px;
    border-radius: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
.carousel-control-prev{
    background: #b11107;
    height: 12px;
    top: 50%;
    width: 50px;
    height: 50px;
    left: 5%;
    border-radius: 50%;
    opacity: .7;
}
.carousel-control-next{
    background: #b11107;
    height: 12px;
    top: 50%;
    width: 50px;
    height: 50px;
    right: 5%;
    border-radius: 50%;
    opacity: .7;
}
.table_h{
    height: 50px;
    vertical-align: top !important;
}
.results_table_graph th,.results_table_graph td {
    padding: 10px 5px !important;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle !important;
}
.spacer{
    height: 30px;
}

/* about */
.section{
    padding: 80px 0 0;
}
.heading h1, h2{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #b11107;
    margin-bottom: 1rem;
}
.heading p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #8c8c8c;
    font-style: italic;
}
.line{
    width: 8%;
    border: 2px solid #0c2c4c;
    border-radius: 25px;
    margin: .5rem auto;
}
.about_body{
    margin-top: 2rem;
    text-align: justify;
}
/* service */
.do_card{
    margin-bottom: 2rem;
}
.do_card img{
    width: 100%;
    height: 215px;
    object-fit: cover;
    margin-bottom: 1rem;
    transition: transform .4s; /* Animation */
}
.do_card h3{
    color: #b11107;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 4  00;
    text-align: center;
}
.do_card p{
    font-weight: 400;
    text-align: justify;
}
/* contact */
.contact{
    padding: 50px 0;
}
.submit_btn{
    background-color: #b11107;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    border-radius: 0;
}
.submit_btn:hover, .submit_btn:focus{
    color: #fff;
    opacity: .8;
    box-shadow: none;
}
.contact_img{
    width: 95%;
    border-radius: 15px;
    box-shadow: 0 0 12px -7px;
}
.custom_form label{
    font-size: 14px;
}
.custom_input::placeholder{
    font-size: 12px;
}
.custom_input{
    border-radius: 0;
    height: 45px;
}
.custom_input:focus{
    box-shadow: none !important;
    border: 3px solid #b11107;
}
.address a{
    color: #333;
}
.address i{
    color: #b11107;
    margin-right: 6px;
}
.address li{
    line-height: 2.5;
}
/* instant quote */
.instant-quote{
    padding: 40px 0;
}
.card_instant_quote{
    padding: 1rem 2rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.go_btn{
    background-color: #0f3e6a;
    width: 150px;
    color: #fff;
}
.go_btn:hover, .go_btn:focus, .go_btn:active{
    color: #fff;
    opacity: .8;
    box-shadow: none;
}
/* results */
.results{
    padding: 40px 0;
}
.card_instant_quote{
    padding: 1rem 2rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.results_table th,.results_table td{
    padding: 5px !important;
    font-size: 16px;
}
.graph{
    width: 300px;
}

/* targeting_ */
.targeting_card{
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.targeting_head h4{
    color: #b11107;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.targeting_head p{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}
.targeting_card{
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: -1px;
    min-height: 346px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.targeting_img img{
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin: auto;
    display: block;
    position: relative;
}
.targeting_value{
    position: absolute;
    text-align: center;
    top: 19%;
    left: 0;
    right: 0;
}
.targeting_value h4{
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.targeting_value p{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
/* targeting_ */
.pricing_options{
    padding: 40px 0;
}
.card_pricing_options{
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.targeting_head h4{
    color: #b11107;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.targeting_head p{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}
.targeting_card{
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: -1px;
    min-height: 346px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* pricing */
.card_pricing_options{
    padding: 2rem 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.pricing_body{
    margin-top: 2rem;
}
.pricing_head h3{
    font-size: 25px;
    font-weight: 600;
    color: #b11107;
}
.price_card{
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
    margin: 1.2rem 0;
    position: relative;
    min-height: 255px;
}
.price_card li{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}
.price_card p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}
.price_card h4{
    text-align: center;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}
.price_card ul{
    margin-top: 1rem;
}
.cart_btn{
    position: absolute;
    background-color: #0c2c4c;
    font-size: 15px;
    color: #fff;
    bottom: -16px;
    width: 200px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 25px;
    font-weight: 600;
}
.cart_btn:hover, .cart_btn:focus{
    box-shadow: none;
    color: #fff;
    background-color: #b11107;
}
/* special */
.special_options{
    padding: 40px;
}
.card_special_options{
    padding: 2rem 1rem 3rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.special_head h3{
    font-size: 25px;
    font-weight: 600;
    color: #b11107;
}
.special_card{
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
    margin: 1.2rem 0;
    position: relative;
    min-height: 255px;
}
.special_card li{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}
.special_card p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
}
.special_card h4{
    text-align: center;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}
.special_card ul{
    margin-top: 1rem;
}
.special_looking{
    position: relative;
    margin-top: 2.5rem;
}
.looking_card{
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
    margin-top: 1.2rem;
}
.checkout_btn{
    background-color: #b11107;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
}
.checkout_btn:hover{
    color: #fff;
    background-color: #0c2c4c;
}
.checkout_btn:focus{
    background-color: #0c2c4c;
    color: #fff;
    box-shadow: none;
}
.payment_btn{
    background-color: #b11107;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    border-radius: 0;
    padding: .7rem;
}
.payment_btn:hover{
    color: #fff;
    background-color: #0c2c4c;
}
.payment_btn:focus{
    background-color: #0c2c4c;
    color: #fff;
    box-shadow: none;
}
/* checkout */
.table_checkout th,.table_checkout td{
    padding: 8px 0 !important;
}
.table_checkout th{
    text-align: left;
}
.table_checkout td{
    text-align: right;
}
.checkout_heading_pop{
    color: #b11107;
}
.pop_heading{
    padding: .3rem 1rem;
}
.f30{
    font-size: 30px;
}
.checkout{
    padding: 40px 0;
}
.checkout_form {
    margin-bottom: 1rem;
}
.card_order_sumary{
    font-size: 15px;
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.info_card{
    padding: 1rem;
    margin: auto;
    display: block;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
/* footer */
footer{
    background-color: #fff;
    padding: .5rem;
    border-top: 1px solid #ddd;
}
footer p{
    margin: 0;
    color: #333;
    text-align: center;
}
footer a{
    color: #333;
}
footer a:hover{
    color: #0c2c4c;
}
.login_card{
    margin: 3rem auto;
    display: block;
    padding: 1rem 2rem;
    border-radius: 20px;
    box-shadow: 0 0 10px -7px;
    border: 0;
}
.login_btn{
    border-radius: 0;
    padding: .5rem;
}
.dropdown_item{
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 400;
}
.dropdown_menu{
    border: 0;
    width: 190px;
    box-shadow: 0 0 9px -4px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.dropdown_item:hover, .dropdown_item:focus{
    color: #ffffff;
    text-decoration: none;
    background-color: #b11107;
    font-weight: 500;
}
.cart_bg{
    position: relative;
}
.shopping_bag{
    color: #b11107;
    font-size: 24px;
}
.cart_box{
    position: absolute;
    min-width: 450px;
    right: 0;
    border-radius: 9px;
    top: 25px;
    display: none;
}
.cart_bg:hover .cart_box{
    display: block;
}
.cart_list_group {
    padding: 12px 15px;
    font-weight: 400;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
    color: #b11107;
    border-radius: 0 !important;
}
.cart_group{
    max-height: 170px;
    overflow-y: auto;
    border-radius: 11px;
}
.cart_box:after {
    content: "";
    position: absolute;
    right: 21px;
    top: 4px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 13px solid #b11107;
}
.badge-red{
    color: #fff;
    background-color: #b11107;
    padding: 4px 6px;
    font-size: 10px;
    margin-left: 5px;
}
.badge-blue{
    color: #fff;
    background-color: #134275;
    padding: 4px 6px;
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
    left: 23px;
    top: -8px;
    border-radius: 13px;
    border: 2px solid #fff;
}
.cart_box::before{

}
.cart_price{
    margin-left: auto;
    margin-right: .2rem;
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    line-height: 0;
}
.cart_group_main{
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 12px -7px;
    border-radius: 12px;
    position: relative;
    top: 16px;
    overflow: hidden;
}
.cart_top_table{
    background-color: #efefef;
    margin: 0;
    font-size: 14px;
}
.cart_top_table th{
    padding: 5px 10px !important;
    text-align: right;
    width: 100%;
}
.cart_top_table td{
    padding: 5px 16px !important;
    text-align: right;
    width: 100%;
}
.cart_bottom{
    background-color: #f8f8f8;
    height: 170px;
}
.shopping_pop{
    padding: 1rem 2rem;
}
.table_order th, td{
    /*font-weight: 500;*/
    font-size: 15px;
    padding: 10px 15px;
}
.view_order{
    color: #b11107;
    font-size: 22px;
    text-align: center;
}
/*Account*/
.my_account{
    padding: 50px 0;
}
.account_card{
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
    margin-bottom: 1rem;
}
.red_head{
    color: #b11107;
    font-weight: 600;
}
.grid-view {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/*history*/
.order_history_card{
    padding: 1rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
    margin-bottom: 1rem;
}
.table_history{
    font-size: 15px;
}
.table_history th, td{
    padding: 12px 8px !important;
}
.order_head{
    color: #b11107;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.aboutus h3{
    font-size: 27px;
    text-align: center;
    font-weight: 600;
}
.aboutus a{
    color: #0f3e6a;
    transition: transform .4s;
    border-bottom: 4px solid #b11107;
    /*text-shadow: 3px 0px 1px rgb(0 0 0 / 40%);*/
    font-weight: 500;
    animation: blink 1.5s ease-in-out infinite;
}
.aboutus a:hover{
    text-decoration: none;
}

@keyframes blink{
    0%{opacity: .1;}
    50%{opacity: .7;}
    70%{opacity: .8;}
    100%{opacity: 1;}
}
@media (max-width: 767px){
    .navbar_nav{
        line-height: 2;
        padding: 1rem 0;
    }
    .nav_link{
        padding: 4px 0 !important;
    }
    .instant_menu:before {
        content: "";
        position: absolute;
        background: #b11107;
        width: 40%;
        height: 4px;
        bottom: 2px;
        border-radius: 25px;
        left: 0;
        right: 0;
        margin: unset;
    }
    .contact_img{
        margin: 0 auto 1rem;
        display: block;
    }
    .card_instant_quote{
        padding: 1rem;
    }
    .line{
        width: 30%;
    }
    .carousel-control-next {
        width: 30px;
        height: 30px;
        top: 40%;
    }
    .carousel-control-next-icon{
        width: 12px;
        height: 12px;
    }
    .carousel-control-prev-icon{
        width: 12px;
        height: 12px;
    }
    .carousel-control-prev {
        width: 30px;
        height: 30px;
        top: 40%;
    }
    .cart_bg{
        top: 13px;
    }
    .badge-blue{
        left: 5px;
        top: -4px;
    }
    .cart_header{
        margin: 0 20px 0 auto;
        padding-top: 0;
    }
    .aboutus h3{
        line-height: 1.5;
    }
    .shopping_pop{
        padding: 1rem;
    }
    .checkout_btn{
        width: 100% !important;
        float: right !important;
    }
    .table_checkout {
        font-size: 13px;
    }
    .table_checkout th, .table_checkout td {
        padding: 8px !important;
    }
    .cart_box{
        position: absolute;
        left: -202px;
        border-radius: 9px;
        top: 35px;
        min-width: 310px;
        display: none;
    }
    .cart_box:after{
        right: 88px;
        top: 0;
    }
    .cart_group_main{
        top: 12px;
    }
    .cart_list_group{
        font-size: 12px;
        padding: 12px;
    }
    .logo img{
        width: 160px;
    }
    .cart_top_table{
        font-size: 12px;
    }
    .cart_bottom{
        height: 190px;
    }
}
@media (min-width: 768px){
    .cart_header{
        margin: 0 20px 0 auto;
        padding-top: 0;
    }
}
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait) {
    .logo img {
        width: 150px;
    }
    .nav_link {
        padding: 0 .5rem !important;
        font-size: 15px;
    }
}
#loader {
    position: fixed !important;
    left: 65px;
    top: 65px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    background: none;
    border: none;
    cursor: wait;
    z-index: 1020;
}

#loader .loader-image {
    content: url('../images/loading.gif');
    margin:0 auto;
}
.contact_info i {
    width: 18px;
    color: #cc0303;
    text-align: left;
}
.nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}