body {
    font-family: Calibri,Tahoma,times new roman;
    overflow-x: hidden;
    padding-top: 140px
}

ul {
    padding: 0;
    margin: 0
}

a:hover,a:focus {
    text-decoration: none;
    outline: 0
}

@font-face {
    font-family: calibri;
    src: url(../fonts/Calibri.eot);
    src: url(../fonts/Calibri.eot?#iefix) format('embedded-opentype'),url(../fonts/Calibri.woff) format('woff'),url(../fonts/Calibri.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: calibri;
    src: url(../fonts/Calibri-Bold.eot);
    src: url(../fonts/Calibri-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/Calibri-Bold.woff) format('woff'),url(../fonts/Calibri-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

.main_btn {
    background-color: #f6bf16;
    color: #404041;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.8);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.8)
}

.main_btn:hover,.main_btn:focus {
    color: #404041
}

.main_section {
    /* padding-top:50px; */
    /* padding-bottom:50px; */
    overflow: hidden
}

.sec_overlay {
    background-color: rgba(0,0,0,.45);
    padding-top: 50px;
    padding-bottom: 50px
}

.section_title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0d0d0d
}

.section_desc {
    color: gray;
    font-size: 18px
}

.backToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: #131212;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.backToTop.active {
    opacity: 1;
    visibility: visible
}

.backToTop:before {
    content: '\f077';
    font-family: FontAwesome;
    display: block
}

.sub_pge_intro {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px
}

.info_nav_cont {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.info_nav_cont.activeScr {
    top: -40px
}

.hd_info {
    background-color: #f8f8f8;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: default
}

.com_loc,.com_tel {
    overflow: hidden
}

.com_loc {
    display: inline;
    color: gray;
    font-size: 1.2rem
}

.com_tel {
    float: right;
    color: #7e7e7e;
    border-left: 1px solid #d7d7d7
}

.com_tel>span>a {
    text-decoration: none;
    color: gray
}

.hd_info i {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 6px;
    font-size: 20px
}

.hd_info span {
    float: left
}

.com_tel>span {
    font-weight: 700
}

.dk_navbar {
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.info_nav_cont.activeScr .dk_navbar {
    border-bottom: 1px solid #f6d96f
}

.brand_logo,.dk_mn_links {
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.brand_logo {
    margin-left: 45px;
    margin-right: 20px
}

.brand_logo>a {
    display: block
}

.com_logo {
    height: 95px;
    margin: 0
}

.dk_mn_links .dk_lk_list {
    margin: 25px 0;
    height: 50px;
    line-height: 50px
}

.dk_mn_links .dk_lk_list>li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0 5px
}

.dk_mn_links .dk_lk_list>li>a {
    color: #000;
    font-size: 16px
}

.dk_mn_links .dk_lk_list>li.active {
    border-bottom: 4px solid #f6bf32
}

.open_sb_mneu {
    padding-left: 7px;
    display: inline-block;
    cursor: pointer
}

.sb_menu_cont {
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    width: 150px;
    z-index: 10;
    border: 1px solid #f8f8f8;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.activeScr .sb_menu_cont {
    top: 50px
}

.activeScr .sb_menu_cont.active {
    top: 40px
}

.sb_menu_cont.active {
    top: 50px;
    opacity: 1;
    visibility: visible
}

.sb_menu_cont>li {
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #555658
}

.sb_menu_cont>li:nth-last-of-type(1) {
    border-bottom: 0
}

.sb_menu_cont>li>a {
    display: block;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sb_menu_cont>li>a:hover {
    transform: translateX(10px)
}

.search_btn {
    display: none;
    float: right;
    color: #f6bf16;
    height: 40px;
    line-height: 40px;
    margin: 30px 0;
    padding: 0 10px;
    cursor: pointer
}

#home_pg_sldr {
    overflow: hidden
}

#home_pg_sldr .carousel-control {
    width: 5%
}

#home_pg_sldr .carousel-control:focus {
    opacity: .5
}

#home_pg_sldr .carousel-control>span {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: #000;
    color: #797979;
    border-radius: 50%
}

.carousel-fade .carousel-inner {
    background: #000
}

.carousel-fade .carousel-control {
    z-index: 2
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .next.left,.carousel-fade .prev.right,.carousel-fade .item.active {
    opacity: 1
}

.carousel-fade .active.left,.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,.carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .carousel-fade .carousel-inner>.item.prev,.carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .carousel-fade .carousel-inner>.item.next.left,.carousel-fade .carousel-inner>.item.prev.right,.carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5
}

.carousel-control .prev {
    margin-left: -15px;
    left: 50%
}

.carousel-control .next {
    margin-right: -15px;
    right: 50%
}

.carousel .control-box {
    opacity: 0
}

a.carousel-control.left {
    left: 0;
    background: 0 0;
    border: 0
}

a.carousel-control.right {
    right: 0;
    background: 0 0;
    border: 0
}

.control-box,a.carousel-control,.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.header_content {
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center
}

.header_overlay {
    height: 100%;
    background-color: rgba(0,0,0,.45)
}

.hd_content {
    margin-top: 200px;
    margin-bottom: 30px;
    color: #fff
}

.hd_content .big_sp,.hd_content .sm_sp {
    display: block;
    line-height: normal
}

.hd_content .big_sp {
    font-size: 70px;
    font-weight: 700
}

.hd_content .sm_sp {
    font-size: 35px
}

.header_content .main_btn {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px
}

.about_com {
}

.about_com_box {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 1px 2px 1px #e2e2e2;
    box-shadow: 0 1px 2px 1px #e2e2e2
}

.about_com_box>.row>div {
    border-right: 1px solid #f7f7f7
}

.about_com_box>.row>div:nth-last-of-type(1) {
    border-right: 0
}

.abt_com_inf {
    padding: 0 40px;
    color: #000
}

.abt_com_inf_ttle {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 17px
}

.abt_com_inf_ttle:before {
    content: '';
    width: 35px;
    height: 3px;
    background-color: #f6bf16;
    position: absolute;
    bottom: -7px
}

.com_adv_list {
    text-align: left
}

.abt_com_lst>li {
    height: 30px;
    line-height: 30px
}

.abt_com_lst.com_adv_list>li {
    position: relative;
    padding-left: 30px
}

.abt_com_lst.com_adv_list>li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #f6bf16;
    width: 30px;
    text-align: center;
    font-size: 20px
}

.opn_dys_list>li {
    overflow: hidden;
    font-weight: 700
}

.op_day {
    float: left;
    color: #000
}

.op_time {
    float: right;
    color: #a6a6a6
}

.abt_com_lst.in_tch_lst {
    font-weight: 700
}

.cpy_num {
    color: #f6bf16;
    font-size: 17px
}

.con_type {
    width: 50px;
    display: inline-block;
    margin-right: 5px
}

.con_num {
    color: #a6a6a6
}

.info_nav_cont .dk_navbar,.info_nav_cont .com_logo,.info_nav_cont .dk_mn_links .dk_lk_list,.info_nav_cont .search_btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.info_nav_cont.activeScr .dk_navbar {
    height: 60px;
    line-height: 60px
}

.info_nav_cont.activeScr .com_logo {
    height: 40px;
    margin: 10px 0
}

.info_nav_cont.activeScr .dk_mn_links .dk_lk_list {
    height: 40px;
    line-height: 40px;
    margin: 10px 0
}

.info_nav_cont.activeScr .search_btn {
    margin: 10px 0
}

.info_nav_cont.activeScr .dk_mn_links .dk_lk_list>li.active {
    border-bottom: 2px solid #f6bf32
}

.v_repr_serv {
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 10px
}

.sin_serv {
    float: left;
    width: calc(25% - 10px);
    margin: 30px 5px
}

.sin_serv>a {
    display: block
}

.serv_img {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #f6be31;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sin_serv:hover .serv_img {
    -webkit-transform: translateY(10px) rotate(20deg);
    -moz-transform: translateY(10px) rotate(20deg);
    -o-transform: translateY(10px) rotate(20deg);
    -ms-transform: translateY(10px) rotate(20deg);
    transform: translateY(10px) rotate(20deg)
}

.serv_ttle {
    font-size: 15px;
    color: #000
}

.main_section.about_us_sec {
    background-image: url(../img/about_us_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    padding-bottom: 0
}

.about_us_sec .section_title {
    color: #fff
}

.about_us_sec .sec_sub_title {
    margin-top: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.about_us_sec .section_desc {
    color: #fff;
    padding: 0 110px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 22px
}

.about_us_sec .main_btn {
    padding-left: 35px;
    padding-right: 35px
}

#our_team_carousel {
    padding: 40px 20px 0
}

#our_team_carousel .carousel-control {
    position: absolute;
    top: calc(50% - 20px);
    bottom: auto;
    width: 40px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #221f1f;
    background: 0 0;
    text-align: center;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-text-shadow: none;
    text-shadow: none
}

#our_team_carousel .carousel-control.left {
    left: -40px
}

#our_team_carousel .carousel-control.right {
    right: -40px
}

.memb_detail {
    padding: 20px;
    text-align: left;
    color: #000;
    background-color: #f8f8f8
}

.memb_name,.job_title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis
}

.memb_name {
    font-weight: 700;
    font-size: 17px
}

.pop_prod_sec {
    background-color: #f8f8f8
}

.pop_prducts_cont {
    margin-top: 30px
}

.slick-prev,.slick-next {
    position: absolute;
    top: 50%;
    width: 25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: '\f100'
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: '\f101'
}

.sin_prod {
    outline: none
}

.prod_img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 1px solid #efba15
}

.prod_ttle {
    font-size: 17px
}

.prod_price {
    font-weight: 700;
    color: #f6bf16;
    font-size: 15px
}

.main_section.faq_sec {
    padding-bottom: 0
}

.faq_cont {
    margin-top: 50px
}

.faq_img {
    height: 500px;
    margin-top: -20px
}

.sgle_ques {
    position: relative;
    border: 1px solid #d7d7d7;
    border-top: 0;
    cursor: pointer;
    text-align: left;
    padding: 20px;
    color: #868686;
    font-size: 18px
}

.sgle_ques:nth-of-type(1) {
    border-top: 1px solid #d7d7d7
}

.faq_ques {
    overflow: hidden
}

.qs_text {
    float: left;
    height: 30px;
    line-height: 30px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.qs_angle {
    float: right;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #ef9120
}

.qs_angle:before {
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    height: 100%
}

.qs_angle.open:before {
    content: '\f106'
}

.faq_ans {
    padding-top: 40px;
    display: none
}

.faq_read_more {
    margin-top: 10px;
    margin-bottom: 10px
}

.faq_sec .main_btn {
    float: right;
    cursor: pointer
}

.faq_kw_srch {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7
}

.faq_kw_ipt {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    height: 40px;
    padding: 0 50px 0 20px
}

.faq_kw_srch i {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    color: #000
}

.faq_ppup_accd {
    max-height: 356px;
    overflow-y: auto
}

.faq_sec .pagination {
    margin: 10px 0 0
}

.desktop-menu {
    width: 100%;
    margin: 40px 0 0
}

.desktop-menu .navbar-inverse {
    background: 0 0;
    border: none
}

.desktop-menu .navbar-nav>li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0 5px
}

.desktop-menu .navbar-nav>li>a {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 16px
}

.desktop-menu .navbar-inverse .navbar-nav>.open>a,.desktop-menu .navbar-inverse .navbar-nav>.open>a:focus,.desktop-menu .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
    background-color: #fff
}

.desktop-menu .navbar-inverse .navbar-nav>li>a:focus,.desktop-menu .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent
}

.desktop-menu .dropdown-menu>li>a {
    padding: 8px 20px;
    text-transform: uppercase;
    color: #000
}

.dropdown:hover .dropdown-menu {
    display: block
}

@media only screen and (min-width: 768px) {
}

.location-left {
    width: 100%;
    overflow: hidden;
    position: relative
}

.location-left img {
}

.location-right h2 {
    font-size: 30px
}

.location-left h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    position: absolute;
    top: 40%;
    left: 30%
}

.location-right p {
    padding-top: 10px;
    line-height: 24px;
    font-size: 18px
}

.contact-left {
    width: 100%;
    overflow: hidden
}

.contact-left img {
}

.contact-left p {
    padding-top: 10px;
    line-height: 28px;
    font-size: 18px
}

.contact-right h2 {
    font-size: 30px
}

.contact-right h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

.contact-right p {
    padding-top: 10px;
    line-height: 28px;
    font-size: 18px
}

.contact-right p a {
    text-decoration: none;
    color: #f6bf32
}

.contact-right p a:hover {
    text-decoration: none
}

.google-map {
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding-bottom: 60%
}

.google-map>* {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

.map_sec {
    height: 500px
}

#map {
    width: 100%;
    height: 100%
}

.main_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #404041;
    overflow: hidden
}

.footer_sec {
    color: #fff
}

.ft_sec_ttle {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    color: #fffefc
}

.ft_sec_ttle:before {
    content: '';
    width: 35px;
    height: 3px;
    background-color: #f6bf16;
    position: absolute;
    bottom: -5px;
    left: -2px
}

.abt_us_ft {
    line-height: 1.4;
    font-size: 16px
}

.soc_md_links>li {
    display: inline-block;
    font-size: 22px
}

.soc_md_links>li>a {
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.soc_md_links>li>a[soc=facebook]:hover {
    background-color: #4267b2
}

.soc_md_links>li>a[soc=twitter]:hover {
    background-color: #1da1f2
}

.soc_md_links>li>a[soc=gplus]:hover {
    background-color: #dc4a38
}

.soc_md_links>li>a[soc=instagram]:hover {
    background-color: #0077b5
}

.soc_md_links>li>a i:before {
    display: block;
    height: 38px;
    line-height: 1.7
}

.stmap_lst {
    overflow: hidden
}

.stmap_lst>li {
    float: left;
    font-size: 13px;
    width: 50%;
    margin-bottom: 10px
}

.stmap_lst>li>a {
    color: #fff
}

.stmap_lst>li.active>a {
    color: #f6bf16
}

.ft_cont_meth {
    margin-bottom: 10px;
    font-size: 17px
}

.ft_cont_meth:before {
    content: '';
    font-family: FontAwesome;
    color: #f6bf16;
    float: left;
    font-size: 27px
}

.ft_cont_meth.email_cont,.ft_cont_meth.phone_cont {
    height: 30px;
    line-height: 30px
}

.ft_cont_meth.phone_cont {
    font-size: 19px
}

.ft_cont_meth.loc_cont {
    margin-bottom: 0
}

.ft_cont_meth.email_cont:before,.ft_cont_meth.phone_cont:before,.ft_cont_meth.loc_cont:before {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 10px
}

.ft_cont_meth.email_cont:before {
    content: '\f0e0'
}

.ft_cont_meth.phone_cont:before {
    content: '\f095'
}

.ft_cont_meth.loc_cont:before {
    content: '\f041';
    height: 48px;
    line-height: 48px
}

.mail_list_p {
    color: #fff
}

.mail_list_form {
    overflow: hidden
}

.mail_list_form input {
    height: 40px;
    padding: 0 10px;
    border: 0;
    outline: 0
}

.mail_list_form input[type=email] {
    float: left;
    width: 75%;
    color: #000
}

.mail_list_form input[type=button] {
    float: left;
    width: 25%;
    background-color: #f6bf16;
    color: #404041
}

.copy_right_sec {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    color: #fff;
    font-size: 17px
}

.copy_right_sec span {
    display: inline-block;
    padding: 0 10px
}

.copy_right_sec a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.aaa_link:hover {
    color: #f6bf16;
    -webkit-text-shadow: 2px 2px 0 #000;
    text-shadow: 2px 2px 0 #000
}

.ais_link:hover {
    color: #f6303e;
    -webkit-text-shadow: 2px 2px 0 #000;
    text-shadow: 2px 2px 0 #000
}

.sub_pg_desc {
    margin-bottom: 20px
}

.tire_serv_sec {
    color: #000
}

.sub_pg_cont_sprt {
    margin-bottom: 50px
}

.sub_pg_cont_sprt:nth-last-of-type(1) {
    margin-bottom: 0
}

.sub_pg_cont_sprt h3 {
    color: #404041;
    font-weight: 700
}

.sub_pg_cont_sprt p {
    margin-bottom: 0;
    font-size: 16px
}

.tire_serv_type {
}

.tire_serv_type .row>div:nth-of-type(2n+1) {
    padding-left: 15px;
    padding-right: 5px
}

.tire_serv_type .row>div:nth-of-type(2n+2) {
    padding-left: 5px;
    padding-right: 15px
}

.tire_type {
    overflow: hidden;
    padding: 30px 20px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    height: 270px
}

.tire_ico {
    float: left;
    width: 140px;
    margin-right: 10px
}

.tire_desc {
    font-size: 17px;
    display: table-cell;
    vertical-align: middle
}

.tire_ttle {
    color: #f6bf16;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px
}

.serv_frmla {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    font-size: 20px
}

.serv_vc_lst {
    font-size: 16px;
    margin: 20px
}

.serv_vc_lst>li {
    margin-bottom: 10px
}

.oil_tble_cont {
    overflow-x: auto;
    margin-bottom: 20px
}

.oil_chge_table {
    width: 100%;
    text-align: center
}

.tble_icon {
    width: 120px
}

.oil_chge_table thead {
    border-bottom: 3px solid #f6bf32;
    color: #f6bf32
}

.oil_chge_table th {
    text-align: center;
    font-size: 28px;
    border-right: 1px solid #494949;
    padding: 0 20px;
    height: 100px
}

.oil_chge_table td {
    border-bottom: 1px solid #494949;
    border-right: 1px solid #494949;
    width: 20%;
    padding: 0 20px;
    font-size: 20px;
    color: #404041;
    height: 100px
}

.oil_chge_table td:nth-of-type(1) {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 10px!important
}

.oil_chnge_ext_info {
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin-bottom: 10px
}

.oil_chnge_ext_info:nth-last-of-type(1) {
    margin-bottom: 0
}

.oil_chnge_ext_info .oil_ext_ttle {
    color: #f6bf16;
    text-decoration: underline;
    font-size: 28px
}

.oil_chnge_ext_info .oil_ext_p {
    font-size: 21px;
    color: #000
}

.sub_pge_intro.othr_serv_intro {
    margin-bottom: 20px
}

.sgle_oth_serv {
    border: 1px solid #ccc;
    margin-left: 100px;
    margin-bottom: 20px
}

.sgle_oth_serv:nth-last-of-type(1) {
    margin-bottom: 0
}

.oth_serv_lk {
    position: relative;
    display: block
}

.oth_serv_ico {
    position: absolute;
    top: 24px;
    left: -100px;
    border: 1px solid #404041;
    background-color: #fff;
    padding: 40px;
    border-radius: 50%
}

.oth_serv_ico>img {
    width: 120px
}

.oth_srv_det {
    width: 613px;
    padding-left: 120px;
    display: table-cell;
    vertical-align: middle
}

.oth_srv_bg {
    display: table-cell;
    vertical-align: middle
}

.srv_dt_ttle {
    color: #f6bf16;
    font-size: 26px
}

.srv_dt_desc {
    font-size: 17px;
    color: #000
}

.othr_serv_suppge_intro {
    font-size: 21px;
    margin-bottom: 50px
}

.oth_sv_subsec .aaa_link {
    color: #f6bf16;
    -webkit-text-shadow: 1px 1px 0 #000;
    text-shadow: 1px 1px 0 #000
}

.otsv_cont {
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin-bottom: 20px
}

.otsv_ttle {
    color: #f6bf16;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.otsv_desc {
    color: #000;
    font-size: 20px
}

.oth_sv_list {
    padding-left: 20px
}

.sd_ext_ttle,.oth_sv_sd_hint_ttle {
    color: #414143;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.sv_notes_lst {
    margin-bottom: 40px
}

.sv_notes_lst>li {
    position: relative;
    color: #000;
    font-size: 22px;
    padding-left: 40px;
    margin-bottom: 20px
}

.lst_num {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6bf16;
    padding: 0 5px
}

.oth_sv_sd_hint {
    color: #000;
    font-size: 22px
}

.oth_sv_sd_hint_ttle {
    padding-left: 40px;
    position: relative
}

.oth_sv_sd_hint_ttle .lst_num {
    padding: 0 12px
}

.fleet_form_cont {
    margin-top: 30px
}

.det_cont {
    overflow: hidden;
    margin-bottom: 20px
}

.det_cont label {
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 400
}

.wpcf7-form input[type=text],.wpcf7-form input[type=tel],.wpcf7-form input[type=email] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #404041;
    padding: 0 10px;
    font-size: 18px;
    outline: 0
}

.fleet_sel_opt {
    float: right;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.sing_opt {
    float: left
}

.sing_opt span {
    display: block;
    font-size: 13px;
    width: 60px;
    text-align: center;
    border-left: 1px solid #ccc;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffd65e;
    background: -moz-linear-gradient(top,rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
    background: linear-gradient(to bottom,rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e',endColorstr='#febf04',GradientType=0)
}

.sing_opt:nth-of-type(1) span {
    border-left: 0
}

.sing_opt input[type=radio] {
    display: none
}

.sing_opt input[type=radio]:checked+span {
    background: #eaba25
}

.fleet_sel_opt.fleet_type .sing_opt span {
    width: 100px
}

.aaa_fleet_form input[type=submit] {
    margin: 30px auto 0;
    border: 0;
    width: 250px;
    display: block
}

.fleet_pay_opt {
    color: #000
}

.fleet_pay_opt h3 {
    margin-bottom: 20px;
    font-weight: 700
}

.fleet_pay_opt p {
    font-size: 20px;
    margin-bottom: 0
}

.coupons_header_content {
    position: relative;
    height: 500px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.coupons_hd_overlay {
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 10px
}

.coupons_hd_content {
    height: 100%;
    border: 2px dashed #f6bf32
}

.coup_site_logo {
    padding-top: 150px
}

.coup_site_logo>img {
    width: 340px
}

.coup_hd_text {
    color: #f6bf32;
    -webkit-text-shadow: 0 3px 2px #000;
    text-shadow: 0 3px 2px #000
}

.coup_hd_text h1 {
    margin-top: 30px;
    font-size: 50px
}

.coup_hd_text i {
    font-size: 20px;
    margin-top: 90px
}

.sin_coup {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.sin_coup img {
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.sin_coup:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.coup_contact_us {
    background-color: #404041;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px
}

.stat_name {
    margin-top: 0;
    font-weight: 700;
    color: #f6bf32
}

.coup_cont_us>li {
    border-bottom: 1px solid #fbd505;
    padding: 5px 0
}

.cpup_contact_cont {
    overflow: hidden
}

.cpup_contact_cont i {
    float: left;
    width: 35px;
    font-size: 30px;
    margin-right: 5px;
    padding-top: 5px
}

.cpup_contact_cont span {
    float: left;
    width: calc(100% - 40px);
    font-size: 15px
}

.cpup_contact_cont .phone_num {
    font-size: 23px;
    margin-top: 3px;
    font-weight: 700;
    color: #f6bf32
}

.work_time span {
    float: right;
    width: calc(100% - 40px)
}

.site_location #map {
    height: 165px
}

.site_location h5 {
    color: #f6bf32;
    margin: 10px 0 2px
}

.popup_fscreen {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(64,64,64,.6);
    z-index: 100
}

.ppup_cont {
    position: relative;
    background-color: #fff;
    width: 900px;
    margin: 100px auto;
    padding: 20px;
    border: 2px solid #f6bf32;
    border-radius: 5px
}

.ppup_close_btn {
    position: absolute;
    top: -15px;
    right: -16px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 2px solid #f6bf32;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ppup_close_btn i {
    display: block;
    line-height: 1.2
}

.coup_print {
    cursor: pointer;
    margin: 10px auto 0;
    text-align: center;
    width: 120px;
    display: block
}

.coup_print span,.coup_print i {
    padding: 0 3px;
    font-size: 17px
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.com_loc div {
    padding-right: 10px;
    border-right: 1px solid #d7d7d7;
    margin-right: 10px
}

.com_loc:last-child div {
    border: 0!important
}

.activeScr .desktop-menu {
    margin: 20px 0 0!important
}

.screen-reader-response {
    display: none
}

.wpcf7-not-valid-tip {
    color: red
}

.invalid .wpcf7-response-output {
    color: red;
    text-align: center
}

.valid .wpcf7-response-output {
    color: green;
    text-align: center
}

.sb_pge_header_content.header_content{
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
    margin-bottom:40px;
}
