body {
    margin: 0 auto;
    font-size: 11pt;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.top-area {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    background-color: #161616;
}

.tpadd {
    margin: 0 5px 0 0;
}

.tp_adrs {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12pt;
    text-align: left;
    font-weight: 600;
}

.tphqt {
    display: none;
}

.tp_list {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12pt;
    text-align: right;
}

    .tp_list span {
        font-weight: 400;
    }

    .tp_list a {
        color: #fff;
        font-weight: 600;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .tp_list a:hover {
            color: #fff;
        }

.soc_list {
    width: 100%;
    float: right;
    color: #fff;
    font-size: 10pt;
    text-align: right;
    padding: 0 0 0 0;
}

.req_qut {
    float: right;
    width: auto;
    color: #fff;
    font-size: 13pt;
    margin: 20px 0 0 0;
}

    .req_qut a {
        color: #fff;
        font-weight: 500;
        margin: 0 0 0 0;
        border-radius: 5px;
        padding: 9px 20px 11px 20px;
        background-color: #161616;
    }

        .req_qut a:hover {
            color: #fff;
            background-color: #e81e0f;
        }

.btns {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    display: none;
}

.top-fl {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    background-color: #fff;
}

.sldr_area {
    float: left;
    width: 100%;
    padding: 10px 0 50px 0;
    background-image: url(images/slider_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.sldr_lft {
    float: left;
    width: 50%;
    margin: 200px 0 150px 0;
}

.sldr_prov {
    width: auto;
    float: left;
    color: #fff;
    font-size: 16pt;
    font-weight: 500;
    padding: 5px 20px;
    margin: 0 80% 5px 0;
    text-align: left;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #e81e0f;
}

.sldr_head {
    color: #fff;
    font-size: 30pt;
    font-weight: 600;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    /*text-shadow: 1px 1px 5px rgba(0,0,0,.9);*/
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.sldr_sub_head {
    color: #fff;
    font-size: 17pt;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.quotee-bg {
    float: right;
    width: 30%;
    z-index: 9;
    border-radius: 10px;
    margin: 30px 0 0 0;
    background: rgba(230,32,15,.9);
    padding: 20px 20px 10px 20px;
}

.fullyins {
    float: left;
    width: 90%;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 0 15px 0;
    margin: 0 5% 0 5%;
    text-transform: uppercase;
}

.licen {
    float: left;
    width: 84%;
    color: #111;
    font-size: 12pt;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 0 5px 0;
    margin: 0 8% 2% 8%;
    background-color: #fac905;
}

.quote-bg {
    float: left;
    width: 30%;
    margin: -510px 0 0 65%;
    padding: 20px 20px 10px 20px;
    position: absolute;
    z-index: 9;
    background: rgba(230,32,15,.9);
}

.quote-sub {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    text-align: center;
    line-height: .8;
    text-transform: uppercase;
}

.quote-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20pt;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.quote-dvde {
    float: left;
    width: 50%;
    color: #fff;
    padding: 0 2px 0 2px;
}

.quote-data {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}

.quote_phn {
    width: 100%;
    float: left;
    color: #fff;
    line-height: .6;
    font-size: 28pt;
    font-weight: 700;
    margin: 7px 0 0 0;
    text-align: center;
    padding: 0 0 0 0;
}

    .quote_phn a {
        color: #fff;
        text-decoration: none;
    }

        .quote_phn a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.fullyinshdr {
    float: left;
    width: 90%;
    color: #fff;
    font-size: 20pt;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 0 10px 0;
    margin: 7% 5% 0 5%;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.licenhdr {
    float: left;
    width: 30%;
    color: #111;
    font-size: 14pt;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 0 5px 0;
    margin: 0 35% 1% 35%;
    background-color: #fac905;
}

.rdclr {
    color: #b51200;
}

.yelclr {
    color: #fac905;
}

.bxx_area {
    width: 100%;
    float: left;
    color: #fff;
    background-color: #111;
}

.bxx_content {
    width: 100%;
    float: left;
    color: #fff;
    height: 150px;
    padding: 20px 20px 20px 20px;
}

.bxx_img {
    width: 20%;
    float: left;
    text-align: left;
    padding: 20px 0 0 0;
}

.bxx_txt {
    width: 80%;
    float: left;
    color: #111;
    font-size: 19pt;
    padding: 10px 0 0 0;
    text-align: left;
}

.bxx_txt_blk {
    width: 80%;
    float: left;
    color: #fff;
    font-size: 19pt;
    padding: 10px 0 0 0;
    text-align: left;
}

.bxx_txt a {
    color: #003366;
}

    .bxx_txt a:hover {
        color: #000;
    }

.bxx_rdclr {
    background-color: #b51200;
}

.bxx_yelclr {
    background-color: #fac905;
    background-color: #ddd;
}

.logo {
    float: left;
    color: #000;
    font-size: 18pt;
    font-weight: 700;
}

.sldr_mor {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 13pt;
}

    .sldr_mor a {
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        background-color: #b51200;
        font-weight: 600;
        border-radius: 5px;
    }

        .sldr_mor a:hover {
            color: #fff;
            background-color: #2a3640;
            text-decoration: none;
            padding: 10px 25px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.top-rgt {
    float: right;
    width: 22%;
    color: #fff;
    font-size: 10.5pt;
    margin: 10px 0 0 0;
}

.red {
    color: red;
}

.top_mob {
    width: 28%;
    float: left;    
    margin: 18px 0 0 0;
    text-align: right;
    padding: 0 0 0 0;
    display: block;
}

    .top_mob a {
        color: #fff;
        font-size: 17pt;
        font-weight: 600;
        border-radius: 10px;
        padding: 5px 20px 5px 20px;
        text-decoration: none;
        background-color: #333;
    }

        .top_mob a:hover {
            color: #fff;
            background-color: #E81E0F;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.menu_bar {
    width: 62%;
    float: left;
    margin: 10px 0 0 20px;
}

.brnd_name {
    width: 20%;
    float: left;
    text-align: right;
}

.brnd_mar {
    margin: 0 0 0 15px;
}

.brnd_name1 {
    display: none;
}

.sldr {
    width: 100%;
    float: left;
}

.sldr_arrw {
    margin-top: 100px;
}

.sldr_prvd {
    width: auto;
    float: left;
    color: #fff;
    font-size: 15pt;
    font-weight: 500;
    padding: 5px 10px;
    margin: 0 80% 20px 0;
    text-transform: uppercase;
    background-color: #e81e0f;
}

.get_qut {
    float: left;
    margin: 5px 0 0 0;
}

    .get_qut a {
        float: left;
        font-size: 15pt;
        color: #fff;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #e81e0f;
    }

        .get_qut a:hover {
            color: #fff;
            background-color: #161616;
            text-decoration: none;
            border: 1px solid #fff;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.sldr_heading {
    color: #fff;
    font-size: 30pt;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    /*text-shadow: 1px 1px 5px rgba(0,0,0,.9);*/
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.sldr_sub_heading {
    color: #2a3640;
    font-size: 25pt;
    font-weight: 700;
    font-family: 'Roboto Slab', sans-serif;
}

.all_heading {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #f6841f;
}

    .all_heading h1 {
        color: #fff;
        font-size: 27pt;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    }

.rd_ttl {
    color: #161616;
    font-size: 15pt;
    font-weight: 700;
    text-align: left;
}

.map_area {
    width: 100%;
    float: left;
}

.rod_grp {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 2px dashed #ccc;
}

.srv_bg {
    width: 100%;
    float: left;
    /*background-color: #f5f5f5;*/
    padding: 50px 0 30px 0;
    margin: 0 0 0 0;
    background-attachment: fixed;
    background-image: url(images/services_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

    .srv_bg h1 {
        font-size: 25pt;
        text-align: left;
        color: #fff;
        font-weight: 600;
        margin: 0 0 15px 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
    }

    .srv_bg h2 {
        font-size: 16pt;
        text-align: left;
        color: #fff;
        font-weight: 300;
        margin: 0 0 20px 0;
        line-height: 1.3;
        text-align: center;
    }

    .srv_bg h3 {
        font-size: 15pt;
        text-align: left;
        color: #fff;
        font-weight: 300;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .srv_bg h4 {
        font-size: 13pt;
        text-align: left;
        color: #666;
        font-weight: 100;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

.srv_box {
    width: 94%;
    float: left;
    border-radius: 5px;
    margin: 3% 3% 3% 3%;
    background-color: #ffffff;
    padding: 15px 15px 15px 15px;
}

.srv_box_a {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 10pt;
    color: #e5e5e5;
    font-weight: 500;
}

    .srv_box_a a {
        color: #fff;
        border-radius: 3px;
        padding: 5px 10px 5px 10px;
        background-color: #e81e0f;
    }

        .srv_box_a a:hover {
            color: #fff;
            background-color: #161616;
        }

.srv_box_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.srv_box h3 {
    font-size: 13pt;
    color: #161616;
    font-weight: 600;
    margin: 0 0 0 0;
    line-height: 1.3;
    text-align: center;
    padding: 10px 0 5px 0;
    font-family: 'Poppins', sans-serif;
}

.srv_box_c {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
    color: #444;
    text-align: justify;
    line-height: 1.5;
}

.srv_box_d {
    width: 100%;
    float: left;
    background-color: #fff;
}

.svc_zone {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0px;
    /*background-color: #f5f5f5;*/
    background-image: url(images/prod_bg.jpg);
    background-repeat: repeat;
}

    .svc_zone h1 {
        font-size: 30pt;
        text-align: left;
        color: #2a3640;
        font-weight: 600;
        margin: 20px 0 10px 0;
        text-align: center;
        font-family: 'Roboto Slab', sans-serif;
    }

    .svc_zone span {
        font-size: 13pt;
        color: #333;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 3px solid #e01e48;
    }

.svc_pnl {
    width: 96%;
    float: left;
    background-color: #fff;
    padding: 25px 10px;
    margin: 2% 2% 2% 2%;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #e5e5e5;
}

.svc_pnl_a {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.svc_pnl_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.svc_pnl h3 {
    font-size: 13pt;
    color: #2a3640;
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 15px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
}

.svc_pnl_c {
    width: 100%;
    float: left;
    padding: 10px 20px 20px 20px;
    margin: 0 0 10px 0;
    color: #868c93;
    text-align: justify;
    line-height: 1.6;
}

.svc_pnl-mor {
    float: left;
    color: #ffffff;
    margin: 0 35% 8% 35%;
    font-size: 11pt;
    font-family: 'Roboto Slab', sans-serif;
}

    .svc_pnl-mor a {
        color: #fff;
        text-decoration: none;
        padding: 7px 15px;
        font-weight: 600;
        margin: 0 0 0 0;
        border-radius: 3px;
        background-color: #e01e48;
    }

        .svc_pnl-mor a:hover {
            color: #fff;
            background-color: #2a3640;
            text-decoration: none;
            padding: 7px 15px;
            margin: 0 0 0 0;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.cit_area {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.cit_hd {
    width: 50%;
    float: left;
    position: relative;
    color: #000;
    font-size: 15pt;
    font-weight: 700;
    margin: 0 25% 0 25%;
    padding: 10px 0 10px 0;
    background: #fff;
    border: 1px solid #959595;
    border-bottom: 5px solid #e81e0f;
}

.cit_list {
    width: 100%;
    float: left;
    margin: -25px 0 0 0;
    padding: 50px 0 50px 0;
    text-align: left;
    background: #f5f5f5;
}

.cit_list_grp {
    width: 20%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0;
}

    .cit_list_grp a {
        color: #333;
    }

        .cit_list_grp a:hover {
            color: #e81e0f;
        }

    .cit_list_grp ul {
        padding: 0 0 0 0;
        margin: 0 0 0 40px;
        list-style: none;
    }

    .cit_list_grp li {
        padding: 0 0 0 0;
        margin: 1px 0 1px 0;
        color: #000;
        line-height: 2.3;
        font-weight: 600;
        list-style-image: url(images/ct_icon.png);
    }

.choos {
    width: 100%;
    float: left;
    padding: 30px 0 50px 0;
    background-color: #f5f5f5;
    /*background-image: url(images/whcho_bg.jpg);        
	background-position: 50% 0;
	background-size: cover;*/
}

    .choos h2 {
        font-size: 30pt;
        color: #6ab314;
        text-align: center;
        font-weight: 700;
        margin: 10px 0 30px 0;
        text-transform: uppercase;
        font-family: 'Roboto Slab', sans-serif;
    }

    .choos span {
        color: #333;
        font-weight: 300;
    }

.choos_data {
    width: 94%;
    float: left;
    height: 200px;
    text-align: left;
    margin: 0 3% 0 3%;
    padding: 0 8% 7% 8%;
    background-color: #fff;
    border: 1px solid #eee;
}

.choos_ttl {
    width: 100%;
    float: left;
    color: #004990;
    text-align: center;
    font-size: 17pt;
    font-weight: 600;
    padding: 3px 0 3px 22px;
    margin: 10px 0 10px 0;
    font-family: 'Roboto Slab', sans-serif;
}

.choos_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 15px 0;
}

.choos_txt {
    width: 100%;
    float: left;
    color: #666;
    text-align: center;
}

.test_slide {
    width: 100%;
    float: left;
    padding: 80px 0px 80px 0px;
    background-image: url(images/test_slide.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

    .test_slide h2 {
        font-size: 25pt;
        color: #e81e0f;
        text-align: center;
        font-weight: 600;
        margin: 10px 0 30px 0;
        font-family: 'Poppins', sans-serif;
    }

    .test_slide span {
        font-size: 13pt;
        color: #161616;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 600;
        text-align: left;
        border-bottom: 3px solid #ccc;
    }

.vismiss {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0px;
    background-color: #f5f5f5;
}

.vismiss-info {
    width: 85%;
    float: right;
    padding: 50px;
    margin: 50px 0 0 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 5px 10px 10px rgba(0,0,0,0.10);
}

    .vismiss-info h2 {
        font-size: 17pt;
        color: #e01e48;
        text-align: left;
        font-weight: 400;
        margin: 10px 0 15px 0;
        font-family: 'Roboto Slab', sans-serif;
    }

.con_1 {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 13pt;
    font-weight: 600;
    color: #161616;
    font-family: 'Roboto Slab', serif;
}

.con_2 {
    font-size: 22pt;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-family: 'Poppins', serif;
}

.con_grp {
    width: 94%;
    float: left;
    margin: 10px 3% 0 3%;
    padding: 40px 0 30px 0;
    color: #2a3640;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

    .con_grp h2 {
        color: #161616;
        font-size: 15pt;
        font-weight: 600;
    }

    .con_grp a {
        color: #666;
    }

        .con_grp a:hover {
            color: #6ab314;
        }

.con_time {
    width: 31%;
    float: left;
    margin: 10px 34% 20px 34.5%;
    padding: 20px;
    background-color: #222;
    font-family: 'Roboto Slab', serif;
}

    .con_time h4 {
        color: #fff;
        font-size: 15pt;
        font-weight: 600;
        text-align: center;
        margin: 15px 0 15px 0;
    }

.wel-bg {
    width: 100%;
    float: left;
    padding: 60px 0;
    /*background-image: url(images/wel_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;*/
}

.wel-bg-area {
    width: 100%;
    float: left;
    padding: 0 10px 0 0;
    opacity: .9;
    border-radius: 10px;
    background-color: #fff;
}

.wel-bg-inner {
    width: 97%;
    float: left;
}

.wel-bg-rgt {
    width: 100%;
    float: left;
    padding: 90px 0 0 50px;
}

.dvscroll {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.wel-bg h1 {
    font-size: 25pt;
    text-align: left;
    color: #e81e0f;
    font-weight: 600;
    margin: 10px 0 10px 0;
    text-align: left;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}

.wel-bg span {
    font-size: 13pt;
    color: #161616;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 500;
    text-align: left;
    border-bottom: 3px solid #ccc;
}

.wel-bg-mor {
    float: left;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12pt;
    font-family: 'Roboto Slab', sans-serif;
}

    .wel-bg-mor a {
        color: #fff;
        font-weight: 500;
        padding: 10px 30px;
        margin: 0 30px 0 0;
        border-radius: 5px;
        background-color: #161616;
    }

        .wel-bg-mor a:hover {
            color: #fff;
            background-color: #e81e0f;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.wel-clr {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0.9;
    padding: 50px;
}

.wel-nam {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 18pt;
    font-weight: 600;
    padding: 20px 0;
    margin: -30px 0 0 35%;
    border-radius: 5px;
    background-color: #6ab314;
    font-family: 'Roboto Slab', sans-serif;
}

    .wel-nam span {
        color: #fff;
        opacity: .6;
        font-size: 14pt;
    }

.wel-bg ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wel-bg li {
    padding: 0;
    margin: 0 0 0 20px;
    list-style-image: url(images/check_ico.png);
}

.gvcal {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #e81e0f;
}

    .gvcal a {
        color: #fff;
    }

        .gvcal a:hover {
            color: #fff;
        }

    .gvcal h3 {
        font-size: 50pt;
        text-align: center;
        color: #fff;
        font-weight: 600;
        margin: 10px 0 20px 0;
        line-height: 1.3;
        font-family: 'Poppins', sans-serif;
    }

    .gvcal span {
        font-size: 20pt;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        opacity: .6;
    }

.txt {
    color: #333;
}

.weofr {
    width: 100%;
    float: left;
    padding: 60px 0;
    /*background-image: url(images/wel_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;*/
}

.weofr_lft {
    width: 100%;
    float: left;
}

.weofr_rgt {
    width: 100%;
    float: left;
    padding: 0 0 0 50px;
}

.weofr_ttl {
    font-size: 25pt;
    color: #161616;
    font-weight: 600;
    padding: 0 0 0 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.weofr ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.weofr li {
    padding: 0;
    text-align: left;
    margin: 0 0 0 20px;
    list-style-image: url(images/check_ico.png);
}

.img_Left {
    margin: 0 20px 20px 0;
    /*box-shadow: 1px 1px 5px 1px #999;*/
    border: 5px solid #fdc9c5;
}

.img_Right {
    margin: 0 0 20px 20px;
    /*box-shadow: 1px 1px 5px 1px #999;*/
    border: 5px solid #fdc9c5;
}

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #fff;
}

    .all_main ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .all_main li {
        padding: 0;
        margin: 0 0 0 30px;
        list-style-image: url(images/check_ico.png);
    }

    .all_main a {
        color: #333;
    }

        .all_main a:hover {
            color: #000;
        }

.about_heading {
    float: left;
    width: 100%;
    background-image: url(images/oth_hdr_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.heading_ovly {
    float: left;
    width: 100%;
    padding: 150px 0 150px 0;
    background-color: rgba(0,0,0,0.6);
}

.about_heading h1 {
    font-size: 30pt;
    color: #e81e0f;
    font-weight: 600;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	-webkit-text-stroke-color: #b51200;
	-webkit-text-stroke-width: 2px;*/
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.heading_info {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16pt;
    font-weight: 300;
    text-align: center;
    padding: 0 0 0 0;
}

.cartow_heading {
    float: left;
    width: 100%;
    background-image: url(images/cartow_header.webp);
    background-position: 50% 0;
    background-size: cover;
}

    .cartow_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	-webkit-text-stroke-color: #b51200;
	-webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.sports_cartow_heading {
    float: left;
    width: 100%;
    background-image: url(images/sports_cartow_header.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .sports_cartow_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	    -webkit-text-stroke-color: #b51200;
	    -webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.biketow_heading {
    float: left;
    width: 100%;
    background-image: url(images/biketow_header.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .biketow_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	    -webkit-text-stroke-color: #b51200;
	    -webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.scissortow_heading {
    float: left;
    width: 100%;
    background-image: url(images/scissortow_header.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .scissortow_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	    -webkit-text-stroke-color: #b51200;
	    -webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.forktow_heading {
    float: left;
    width: 100%;
    background-image: url(images/forktow_header.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .forktow_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	    -webkit-text-stroke-color: #b51200;
	    -webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.wreck_heading {
    float: left;
    width: 100%;
    background-image: url(images/roadside-header.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .wreck_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	    -webkit-text-stroke-color: #b51200;
	    -webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.emerg_heading {
    float: left;
    width: 100%;
    background-image: url(images/emergency-header.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .emerg_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	    -webkit-text-stroke-color: #b51200;
	    -webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.bogout_heading {
    float: left;
    width: 100%;
    background-image: url(images/bogout-header.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .bogout_heading h1 {
        font-size: 30pt;
        color: #e81e0f;
        font-weight: 600;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        /*text-shadow: 1px 1px 8px rgba(0,0,0,3);
	    -webkit-text-stroke-color: #b51200;
	    -webkit-text-stroke-width: 2px;*/
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.contact_heading {
    float: left;
    width: 100%;
    background-image: url(images/contact_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .contact_heading h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        padding: 0 0 50px 0;
        text-transform: uppercase;
        font-family: 'Roboto Slab', sans-serif;
    }

.small_head {
    font-size: 14pt;
    color: #2a3640;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto Slab', sans-serif;
}

.bott-full {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 50px 0 30px 0;
    background-image: url(images/bott_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.bott_clr {
    color: #e81e0f;
    font-weight: 600;
}

.bt-hd {
    float: left;
    width: 100%;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 13pt;
    margin: 0 0 10px 0;
    font-family: 'Poppins', serif;
}

.bt-txt {
    color: #afb7be;
}

.bt-b2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #ccc;
    line-height: 30px;
}

    .bt-b2 a {
        color: #ccc;
        text-decoration: none;
    }

        .bt-b2 a:hover {
            color: #e81e0f;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.bt-c2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #ccc;
    line-height: 25px;
}

    .bt-c2 a {
        color: #ccc;
        text-decoration: none;
    }

        .bt-c2 a:hover {
            color: #e81e0f;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.footer-full {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 0 0 20px 0;
}

.ftr-inner {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}

.ftr-lt {
    width: 50%;
    float: left;
    color: #ccc;
    text-align: left;
}

.ftr-cen {
    width: 100%;
    float: left;
    color: #ccc;
    text-align: center;
}

.ftr-rt {
    width: 50%;
    float: left;
    color: #ccc;
    text-align: right;
}

    .ftr-rt a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

        .ftr-rt a:hover {
            color: #e81e0f;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

#photo_rotate img {
    width: auto;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    #photo_rotate img:hover {
        border-radius: 0 0 0 0;
        -moz-transform: scale(1.2) rotate(-720deg);
        -webkit-transform: scale(1.2) rotate(-720deg);
        -o-transform: scale(1.2) rotate(-720deg);
        -ms-transform: scale(1.2) rotate(-720deg);
        transform: scale(1.2) rotate(-720deg);
        background: transparent;
    }

.btmfix {
    display: none;
}

.btmrgtfix {
    display: none;
    position: fixed !important;
    right: 10px !important;
    bottom: 15px !important;
    max-width: none !important;
    z-index: 2147482999 !important;
    box-shadow: 0 0 5px 0 #999;
}










@media (max-width:480px) {

    .top-fl {
        float: left;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .logo {
        float: left;
        text-align: left;
        padding: 0;
    }

    .top-rgt {
        float: right;
        width: 60%;
        margin: 0;
    }

    .phone {
        width: 100%;
        float: left;
        font-size: 17px;
        font-weight: 500;
        margin: 5px 0 0 0;
    }

    .ftr-lt {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 11pt;
    }

    .ftr-rt {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 11pt;
        margin: 2px 0 0 0;
    }

    .sldr_mar {
        margin-top: 180px;
    }

    .wel-bg h1 {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 19pt;
        margin: 0 0 5px 0;
    }

    .wel-bg span {
        float: left;
        text-align: center;
        width: 40%;
        font-size: 13pt;
        margin: 0 30% 5px 30%;
    }

    .wel-bg {
        padding: 30px 0 40px 0;
        /*background-image: url(images/wel_bg.jpg);
        background-repeat: no-repeat;
        background-position: 64% 0;
        background-size: cover;*/
    }

    .wel-bg-rgt {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .bt-b2 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 11pt;
        line-height: 25px;
        margin: 0 0 20px 0;
    }

    .sldr_arrw {
        display: none;
    }

    .caro_hgt {
        height: 350px;
    }

    .all_heading h1 {
        font-size: 25pt;
        color: #fff;
        font-weight: 600;
        padding: 20px 0 20px 0;
        text-transform: uppercase;
        font-family: 'Roboto Slab', sans-serif;
    }

    .tp_list {
        float: left;
        width: 100%;
        color: #868c93;
        font-size: 11pt;
    }

        .tp_list a {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.5;
            border-right: 0;
        }

    .soc_list {
        width: 100%;
        float: left;
        color: #868c93;
        font-size: 10pt;
        text-align: center;
        padding: 3px 20px 0 0;
    }

    .menu_bar {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .wel-nam {
        width: 70%;
        float: left;
        font-size: 14pt;
        padding: 10px 0;
        margin: -30px 15% 20px 15%;
    }

        .wel-nam span {
            color: #fff;
            opacity: .6;
            font-size: 11pt;
        }

    .svc_zone {
        width: 100%;
        float: left;
        padding: 30px 0 50px 0px;
        /*background-color: #f5f5f5;*/
        background-image: url(images/prod_bg.jpg);
        background-repeat: repeat;
    }

        .svc_zone h1 {
            font-size: 17pt;
        }

        .svc_zone span {
            font-size: 12pt;
        }

    .svc_pnl {
        width: 96%;
        float: left;
        background-color: #fff;
        padding: 5px;
        margin: 2% 2% 2% 2%;
        border-radius: 5px;
        box-shadow: 1px 1px 5px 1px #e5e5e5;
    }

    .svc_pnl-mor {
        float: left;
        color: #ffffff;
        margin: 0 31% 8% 31%;
        font-size: 11pt;
        font-family: 'Roboto Slab', sans-serif;
    }

    .choos {
        width: 100%;
        float: left;
        padding: 30px 0 30px 0;
        background-color: #f5f5f5;
        /*background-image: url(images/whcho_bg.jpg);        
	background-position: 10% 0;
	background-size: cover;*/
    }

        .choos h2 {
            font-size: 23pt;
            margin: 10px 0 10px 0;
        }

    .choos_data {
        width: 94%;
        float: left;
        height: auto;
        text-align: left;
        margin: 3% 3% 3% 3%;
        padding: 0% 8% 5% 8%;
        background-color: #fff;
        border: 1px solid #eee;
    }

    .test_slide h2 {
        font-size: 23pt;
    }

    .test_slide span {
        font-size: 12pt;
    }

    .gvcal h3 {
        font-size: 30pt;
    }

    .gvcal span {
        font-size: 15pt;
    }

    .vismiss-info {
        width: 100%;
        float: right;
        padding: 30px;
        margin: 0 0 10px 0;
        z-index: 1;
        background-color: #fff;
        box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.10);
    }

    .con_1 {
        font-size: 12pt;
        margin: 0 0 0 0;
    }

    .con_2 {
        font-size: 17pt;
        margin: 0 0 5px 0;
    }

    .con_grp {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        padding: 40px 0 30px 0;
        color: #2a3640;
        background-color: #f9f9f9;
    }

    .con_time {
        width: 100%;
        float: left;
        margin: 10px 0 20px 0;
        padding: 20px;
        background-color: #2a3640;
        font-family: 'Roboto Slab', serif;
    }

        .con_time h4 {
            color: #fff;
            font-size: 15pt;
            font-weight: 600;
            text-align: center;
            margin: 15px 0 15px 0;
        }

    .sldr_mor {
        color: #ffffff;
        margin: 0 auto;
        margin-top: 5px;
        font-size: 10pt;
    }

        .sldr_mor a {
            color: #fff;
            text-decoration: none;
            padding: 3px 10px;
            background-color: #b51200;
            font-weight: 600;
            border-radius: 5px;
        }

            .sldr_mor a:hover {
                color: #fff;
                background-color: #222;
                text-decoration: none;
                padding: 3px 10px;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    .sldr_heading {
        color: #fff;
        font-size: 14pt;
        font-weight: 700;
        margin: 0 0 5px 0;
        text-align: center;
        font-family: 'Poppins', sans-serif;
    }

    .sldr_sub_heading {
        color: #2a3640;
        font-size: 11pt;
        font-weight: 700;
        text-align: left;
        font-family: 'Roboto Slab', sans-serif;
    }

    .top-area {
        display: block;
        padding: 5px 0 5px 0;
    }

    .tp_adrs {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 11pt;
        text-align: center;
    }

    .about_heading {
        float: left;
        width: 100%;
        background-image: url(images/oth_hdr_bg.webp);
        background-position: 40% 50%;
        background-size: cover;
    }

        .about_heading h1 {
            font-size: 20pt;
            font-weight: 600;
            padding: 0 0 0 0;
            line-height: 1.3;
        }

    .heading_info {
        font-size: 14pt;
        padding: 0 0 0 0;
    }

    .contact_heading {
        float: left;
        width: 100%;
        background-image: url(images/contact_header.jpg);
        background-position: 75% 0;
        background-size: cover;
    }

        .contact_heading h1 {
            font-size: 20pt;
            font-weight: 600;
            padding: 0 0 0 0;
            line-height: 1.3;
        }

    .cartow_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .sports_cartow_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .wreck_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .biketow_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .scissortow_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .forktow_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .emerg_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .bogout_heading h1 {
        font-size: 20pt;
        font-weight: 600;
        padding: 0 0 0 0;
        line-height: 1.3;
    }

    .heading_ovly {
        padding: 100px 0 100px 0;
    }

    .brnd_name {
        display: none;
    }

    .brnd_name1 {
        width: 100%;
        float: left;
        text-align: center;
        display: block;
        padding: 5px 0 5px 0;
    }

    .wel-bg-area {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        border-radius: 10px;
    }

    .wel-bg-inner {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .srv_box {
        width: 100%;
        float: left;
        padding: 15px;
        margin: 3% 0 3% 0;
    }

    .quote-bg {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 20px 20px 20px 20px;
        position: relative;
        z-index: 9;
        background-color: #111;
        /*background: rgba(0,0,0,.8);*/
        border-top: 1px solid #333;
    }

    .quote-sub {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 10pt;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
    }

    .quote-title {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 20pt;
        font-weight: 400;
        text-transform: uppercase;
    }

    .quote-data {
        float: left;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .quote_phn {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 25pt;
        font-weight: 700;
        margin: 10px 0 5px 0;
        text-align: center;
        padding: 0 0 0 0;
    }

        .quote_phn a {
            color: #fff;
            text-decoration: none;
        }

            .quote_phn a:hover {
                color: #fff;
                text-decoration: none;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .bxx_content {
        width: 100%;
        float: left;
        color: #fff;
        height: auto;
        padding: 20px 20px 20px 20px;
    }

    .bxx_img {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 0 0 0;
    }

    .bxx_txt {
        width: 100%;
        float: left;
        color: #111;
        font-size: 22pt;
        padding: 10px 0 0 0;
        text-align: center;
    }

    .bxx_txt_blk {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 19pt;
        padding: 10px 0 0 0;
        text-align: center;
    }

    .srv_bg {
        width: 100%;
        float: left;
        /*background-color: #f5f5f5;*/
        padding: 50px 0 30px 0;
        margin: 0 0 0 0;
        background-attachment: fixed;
        background-image: url(images/services_bg.webp);
        background-position: 80% 0;
        background-size: cover;
    }

        .srv_bg h1 {
            font-size: 20pt;
            margin: 0 0 15px 0;
            text-align: center;
        }

        .srv_bg h2 {
            font-size: 13pt;
            margin: 0 0 20px 0;
            line-height: 1.3;
            text-align: center;
        }

        .srv_bg h3 {
            font-size: 13pt;
            margin: 0 0 10px 0;
            text-align: center;
        }

    .srv_box h3 {
        font-size: 13pt;
        margin: 0 0 1px 0;
        text-align: center;
        padding: 13px 0 5px 0;
    }

    .img_Left {
        margin: 0 0 20px 0;
    }

    .img_Right {
        margin: 0 0 20px 0;
    }

    .licen {
        float: left;
        width: 88%;
    }

    .gvcal {
        width: 100%;
        float: left;
        padding: 20px 0 0 0;
    }

    .tphqt {
        float: left;
        width: 100%;
        display: block;
        padding: 5px 0 5px 0;
    }

    .tphqt_1 {
        float: left;
        width: 55%;
        color: #111;
        font-size: 20pt;
        font-weight: 700;
        line-height: 1;
    }

    .tphqt-sub {
        color: #111;
        font-size: 12pt;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        text-transform: uppercase;
    }

    .tphqt_1 a {
        color: #003366;
        text-decoration: none;
    }

        .tphqt_1 a:hover {
            color: #666;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

    .tphqt_2 {
        float: left;
        width: 44%;
        margin: 11px 0 0 0;
    }

        .tphqt_2 a {
            color: #000;
            font-size: 11pt;
            font-weight: 700;
            text-transform: uppercase;
            padding: 7px 13px 7px 13px;
            background-color: #ddd;
        }

            .tphqt_2 a:hover {
                color: #fff;
                padding: 7px 13px 7px 13px;
                background-color: #111;
            }

    .top_mob {
        display: none;
    }

    .fullyinshdr {
        float: left;
        width: 90%;
        color: #fff;
        font-size: 12pt;
        font-weight: 700;
        border-radius: 5px;
        padding: 0 0 5px 0;
        margin: 20% 5% 0 5%;
        text-transform: uppercase;
    }

    .licenhdr {
        float: left;
        width: 76%;
        color: #111;
        font-size: 11pt;
        font-weight: 700;
        border-radius: 5px;
        padding: 5px 0 5px 0;
        margin: 0 12% 2% 12%;
        background-color: #fac905;
    }

    .btmfix {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 16pt;
        font-weight: 600;
        padding: 5px 0 7px 0;
        margin: 0;
        right: 0px;
        position: fixed;
        bottom: 0 !important;
        z-index: 10;
        display: block;
        background-color: #017c04;
    }

        .btmfix a {
            color: #fff;
        }

            .btmfix a:hover {
                color: #fff;
                opacity: .8;
            }

    .footer-full {
        float: left;
        width: 100%;
        padding: 0 0 65px 0;
    }

    .btmrgtfix {
        position: fixed !important;
        right: 10px !important;
        bottom: 55px !important;
        max-width: none !important;
        z-index: 2147482999 !important;
        box-shadow: 0 0 5px 0 #999;
    }

    .sldr_lft {
        float: left;
        width: 100%;
        margin: 50px 0 0 0;
    }

    .sldr_prov {
        width: 40%;
        float: left;
        font-size: 12pt;
        font-weight: 500;
        padding: 5px 15px;
        margin: 0 30% 5px 30%;
        text-align: center;
    }

    .sldr_head {
        font-size: 17pt;
        text-align: center;
    }

    .sldr_sub_head {
        font-size: 13pt;
        text-align: center;
    }

    .quotee-bg {
        float: left;
        width: 100%;
        z-index: 9;
        border-radius: 10px;
        margin: 30px 0 0 0;
        padding: 20px 20px 10px 20px;
    }

    .weofr_rgt {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .weofr_ttl {
        font-size: 19pt;
        color: #161616;
        padding: 0 0 0 0;
        text-align: center;
    }

    .sldr_area {
        float: left;
        width: 100%;
        padding: 10px 0 50px 0;
        background-image: url(images/slider_bg.webp);
        background-position: 30% 0;
        background-size: cover;
    }

    .req_qut {
        display: none;
    }

    .btns {
        float: left;
        width: 100%;
        margin: 0 0 8px 0;
        display: block;
    }

    .rqcal {
        width: auto;
        margin: 0 0 0 0;
    }

        .rqcal a {
            float: left;
            width: 48%;
            color: #fff;
            font-size: 12pt;
            font-weight: 600;
            margin: 0 1% 0 1%;
            border-radius: 5px;
            padding: 9px 10px 11px 10px;
            background-color: #e81e0f;
        }

            .rqcal a:hover {
                color: #161616;
                background-color: #ccc;
            }

    .requt {
        width: auto;
        color: #fff;
        margin: 0 0 0 0;
    }

        .requt a {
            float: left;
            width: 48%;
            color: #fff;
            font-size: 12pt;
            font-weight: 600;
            margin: 0 1% 0 1%;
            border-radius: 5px;
            padding: 9px 10px 11px 10px;
            background-color: #161616;
        }

            .requt a:hover {
                color: #161616;
                background-color: #ccc;
            }

    .rd_ttl {
        color: #161616;
        font-size: 13pt;
        font-weight: 600;
        text-align: left;
        line-height: 1.3;
    }

    .wel-bg-mor {
        float: none;
        margin-top: 25px;
        text-align: center;
        margin-bottom: 30px;
    }

    .cit_area {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .cit_hd {
        width: 80%;
        float: left;
        position: relative;
        color: #000;
        font-size: 13pt;
        font-weight: 700;
        margin: 0 10% 0 10%;
        padding: 10px 0 10px 0;
        background: #fff;
        border: 1px solid #959595;
        border-bottom: 5px solid #e81e0f;
    }

    .cit_list {
        width: 100%;
        float: left;
        margin: -25px 0 0 0;
        padding: 50px 0 50px 0;
        text-align: left;
        background: #f5f5f5;
    }

    .cit_list_grp {
        width: 50%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0;
    }

        .cit_list_grp a {
            color: #333;
        }

            .cit_list_grp a:hover {
                color: #e81e0f;
            }

        .cit_list_grp ul {
            padding: 0 0 0 0;
            margin: 0 0 0 40px;
            list-style: none;
        }

        .cit_list_grp li {
            padding: 0 0 0 0;
            margin: 0 0 0 0;
            color: #000;
            line-height: 2.3;
            font-weight: 600;
            list-style-image: url(images/ct_icon.png);
        }
}
