/*
Theme Name: Car Booking
Description: This is a child theme
Author: TranTan
Template: ttsoft
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.box_bottom_slider {
    padding: 10px;
    background: #ffffff05;
    font-size: 17px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
    overflow: hidden;
    height: 160px;
}
.box_bottom_slide ul{
	list-style:none;
}
.dc_datxe{
    top: 7em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}
.dc_datxe>li {
    margin-left: 0px!important;
    margin-bottom: 0px;
    list-style: none;
    border-bottom: 1px dashed #737373;
    font-size: 14px;
    padding: 10px 0px;
    transition: background-color 0.5s;
    position: relative;
    width: 100%;
    float: left;
    overflow: visible!important;
	color: #fff;
}
.box-title {
    padding: 10px 0px;
    color: #4fa54a;
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    text-transform: uppercase;
	margin-bottom:15px;
}

.box-title:after {
    border: none;
    content: "";
    display: block;
    border-bottom: 3px solid #009933;
    width: calc(50% - 5px);
    padding-bottom: 10px;
    position: absolute;
    bottom: -2px;
    left: 0!important;
    right: auto;
}
.tt_homepage h3 {
    text-align: center;
    border: unset;
    font-size: 22px;
    font-weight: bold;
}
.tt_homepage h3 span
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
.tt_homepage h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
    width: 45px;
    right: 0;
    display: block;
    margin: auto;
}
.questionbox_block .accordion-title {
    border-top: 0px solid #ddd;
}
.questionbox_block .toggle {
    left: unset;
    right: 0;
}
.questionbox_block .accordion-title:before {
    content: "\f02e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #4fa54a;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 0.4rem;
}
.questionbox_block .accordion-title.active {
    border-top: 3px solid #4fa54a;
    border-bottom: 1px solid #eee;
}
.questionbox_block .toggle i {
    font-size: 0.8em;
    color: white;
}
.questionbox_block .accordion-inner {
    padding: 5px;
}
.questionbox_block .accordion-inner p {
    font-size: 13px;
    margin-top: 15px;
}
.dgkh_home:before {
    content: "";
    width: 87%;
    height: 134px;
    -webkit-transform: skew( -20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: inline-block;
    background: #2b9670;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 60px;
}
.ft_titlee .section-title-normal span {
    border-bottom: 2px solid #ff8a00 !important;
}
.ft_titlee {
    margin-bottom: 0;
}
.info_ft {
    margin: 0;
    list-style: none;
}
.info_ft li {
    margin-left: 0 !important;
}
.info_ft li {
    border-bottom: 1px dashed rgba(255,255,255,0.08);
	font-size:14px;
}
.ft_title {
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.ft_title:after {
    content: '';
    position: absolute;
    left: 0;
    border: 2px solid #ff8a00;
    z-index: 1;
    width: 25%;
    margin-top: 35px;
}
h3.ft_title_ct {
    font-size: 16px;
    line-height: 150%;
    margin: 10px 0;
}
ul.ft_list {
    padding: 0;
}
.ft_list li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
    list-style: none;
    margin-left: 0 !important;
}
.header-nav-main li a {
    color: #4fa54a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 15px;
}