.myfeatures {
    min-height: 115px
}

.taxi-main-content h2 {
    font-size: 45px;
    color: #f79400
}

section.make-different.ondemand_book {
    padding: 70px 0px
}

.vertical-tab {
    font-family: 'Lato', sans-serif;
    display: table
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
    border-right: 5px solid #282324
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top
}

.vertical-tab .nav-tabs li a {
    color: #1e191a;
    background: transparent;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 15px 10px 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s
}

.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a, .vertical-tab .nav-tabs li.active a:hover {
    color: #fc1b1b;
    background-color: transparent;
    border: none
}

.vertical-tab .nav-tabs li a:before, .vertical-tab .nav-tabs li a:after {
    content: '';
    height: 100%;
    width: 0;
    border: 2px solid #404040;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s
}

.vertical-tab .nav-tabs li a:after {
    background-color: #404040;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border-color: transparent;
    transform: translateY(-50%);
    top: 50%;
    left: auto;
    right: -23px
}

ul.lists {
    margin-top: 20px
}

.vertical-tab .nav-tabs li a:hover:before, .vertical-tab .nav-tabs li.active a:before {
    width: 100%;
    opacity: 1
}

.vertical-tab .nav-tabs li a:hover:after, .vertical-tab .nav-tabs li.active a:after {
    background-color: #faa113;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #000;
    opacity: 1;
    transform: translateY(-50%) scale(2)
}

.vertical-tab .tab-content {
    color: #404040;
    background-color: transparent;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px 25px;
    border-radius: 0 20px 20px 0;
    display: table-cell;
    position: relative;
    border: none
}

.vertical-tab .tab-content h3 {
    font-weight: 600;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 18px;
    text-transform: initial
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        border: none
    }

    .vertical-tab .nav-tabs li a {
        padding: 7px 20px;
        margin: 0 0 10px 0
    }

    .vertical-tab .nav-tabs li a:after {
        right: 10px
    }

    .vertical-tab .tab-content {
        padding: 20px 15px 10px;
        border-radius: 0;
        display: block
    }

    .vertical-tab .tab-content h3 {
        font-size: 18px
    }

    .taxi-main-content h1 {
        font-size: 25px;
        color: #f79400
    }
}

section.premium_feature .nav-tabs li:hover::after, section.premium_feature .nav-tabs > li.active::after {
    display: none
}

.serviceBox {
    text-align: center;
    position: relative
}

.serviceBox .service-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 45px;
    border: 2px solid #fba21a;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s
}

.serviceBox .service-icon:before, .serviceBox .service-icon:after {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fba21a;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) rotate(135deg);
    transition: all 0.3s ease 0s
}

.serviceBox .service-icon:after {
    width: 20px;
    height: 20px;
    background: #fba21a;
    border: none
}

.serviceBox:hover .service-icon:before {
    bottom: -16px;
    opacity: 1
}

.serviceBox:hover .service-icon:after {
    bottom: -8px;
    opacity: 1
}

.serviceBox .service-icon span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #fba21a;
    line-height: 104px;
    border-radius: 50%;
    border: 2px solid #fba21a;
    padding: 10px
}

.serviceBox .service-icon span:before, .serviceBox .service-icon span:after {
    content: '';
    display: block;
    width: 3px;
    height: 30px;
    background: #fba21a;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s
}

.serviceBox .service-icon span:after {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 3px solid #fba21a;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
    transform: translateX(-48%) rotate(45deg)
}

.serviceBox:hover .service-icon span:before, .serviceBox:hover .service-icon span:after {
    bottom: -30px;
    opacity: 1
}

.serviceBox .title {
    font-size: 20px;
    color: #fba21a;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.serviceBox .description {
    font-size: 15px;
    color: #555;
    padding: 0 10px;
    margin: 0
}

.serviceBox.skyblue .service-icon {
    border-color: #05b4b7
}

.serviceBox.skyblue .service-icon:before {
    border-bottom-color: #05b4b7;
    border-left-color: #05b4b7
}

.serviceBox.skyblue .service-icon:after, .serviceBox.skyblue .service-icon span:before {
    background: #05b4b7
}

.serviceBox.skyblue .service-icon span {
    border-color: #05b4b7;
    color: #05b4b7
}

.serviceBox.skyblue .service-icon span:after {
    border-right-color: #05b4b7;
    border-bottom-color: #05b4b7
}

.serviceBox.skyblue .title {
    color: #05b4b7
}

.serviceBox.pink .service-icon {
    border-color: #d41271
}

.serviceBox.pink .service-icon:before {
    border-bottom-color: #d41271;
    border-left-color: #d41271
}

.serviceBox.pink .service-icon:after, .serviceBox.pink .service-icon span:before {
    background: #d41271
}

.serviceBox.pink .service-icon span {
    border-color: #d41271;
    color: #d41271
}

.serviceBox.pink .service-icon span:after {
    border-right-color: #d41271;
    border-bottom-color: #d41271
}

.serviceBox.pink .title {
    color: #d41271
}

.serviceBox.green .service-icon {
    border-color: #0fb513
}

.serviceBox.green .service-icon:before {
    border-bottom-color: #0fb513;
    border-left-color: #0fb513
}

.serviceBox.green .service-icon:after, .serviceBox.green .service-icon span:before {
    background: #0fb513
}

.serviceBox.green .service-icon span {
    border-color: #0fb513;
    color: #0fb513
}

.serviceBox.green .service-icon span:after {
    border-right-color: #0fb513;
    border-bottom-color: #0fb513
}

.serviceBox.green .title {
    color: #0fb513
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px
    }
}

img.fullimg.why_taxsep {
    height: 720px;
    object-fit: cover
}

.serviceBox .service-icon span > svg {
    fill: #fba21a
}

.serviceBox .service-icon span img {
    position: relative;
    top: 15px;
    left: 10px;
    height: 60px;
}

.ondemand {
    position: relative;
    top: 5em
}

.serviceBox .service-icon span > svg > g > path {
    fill: #fba21a
}

section.premium_feature p {
    text-align: center;
    padding-bottom: 50px
}

section.premium_feature h2.section-title.text-center {
    margin-bottom: 15px
}

.main-timeline .timeline-content {
    background: linear-gradient(to right, #f9a622, #1c1718);
    padding: 20px 20px 20px 150px;
    min-height: 150px;
    display: block;
    position: relative;
    z-index: 1
}

.main-timeline .timeline-content:hover {
    text-decoration: none
}

.main-timeline .timeline-content:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 7px;
    right: 7px;
    left: 0;
    bottom: 0;
    z-index: -1
}

.main-timeline .timeline-icon {
    color: #fff;
    background: linear-gradient(to bottom, #fd9c00, #f9a828);
    font-size: 60px;
    text-align: center;
    line-height: 130px;
    height: 130px;
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0)
}

.main-timeline .title {
    color: #faa622;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 35px;
    padding: 10px 0px
}

.main-timeline .description {
    color: #666;
    font-size: 15px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: right;
    padding: 20px 150px 20px 20px
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: 7px;
    right: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    background: linear-gradient(to bottom, #1e191a, #000000)
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content {
    background: linear-gradient(to right, #ee9405, #1b1617)
}

.main-timeline .timeline:nth-child(4n+2) .title {
    color: #1b1617
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    background: linear-gradient(to bottom, #e58e02, #f9a826)
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content {
    background: linear-gradient(to right, #f8a624, #181415)
}

.main-timeline .timeline:nth-child(4n+3) .title {
    color: #e89106
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background: linear-gradient(to bottom, #1c1718, #020202)
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content {
    background: linear-gradient(to right, #fd9d02, #1b1617)
}

.main-timeline .timeline:nth-child(4n+4) .title {
    color: #171314
}

@media screen and (max-width: 576px) {
    .main-timeline .timeline-content {
        padding: 90px 20px 20px 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 90px 0 20px 20px
    }

    .main-timeline .timeline-icon {
        font-size: 40px;
        line-height: 80px;
        height: 80px;
        width: 80px
    }

    .main-timeline .title {
        font-size: 18px
    }
}

.mb-10 {
    margin-bottom: 10px !important;
}

.med_head {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
}

.timeline-icon img {
    width: 60px;
    position: relative;
    left: 20px;
    top: 20px;
}

.taxsep_cnt_form {
    border-radius: 10px;
    background: #fff;
}

.banner.taxsep-taxi {
    padding: 0;
}

a.dt-ub-button.big_btns {
    width: auto;
    padding: 7px 15px 8px;
}

.ecept_feature_list {
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 35px;
    box-shadow: 0 0 10px #c7c7c7;
    min-height: 340px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.what_feature_list:after {
    content: '';
    width: 40px;
    height: 35px;
    position: absolute;
    top: -14px;
    left: -9px;
    background: #faa1126e;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(73deg);
}

.what_feature_list:before {
    content: '';
    width: 40px;
    height: 35px;
    position: absolute;
    bottom: -10px;
    right: -13px;
    background: #faa1126e;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(26deg);
}

.ecept_feature_list h4 {
    font-size: 17px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(#faa113, #845203);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 1.4;
}

.exe_img img {
    height: 80px;
    margin-top: 20px;
}

.exe_img {
    text-align: center;
}

.ecept_feature_list p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
}

.pr_desc {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .ecept_feature_list {
        min-height: auto;
    }
}

.banner.taxsep-taxi {
    background-size: cover;
}

section.ecept_feature.extra-features-sec {
    background: #fff;
    border-bottom: 1px solid #eee;
}

section.extra-features-sec .ecept_feature_list {
    min-height: 360px;
}

section.extra-features-sec .ecept_feature_list .exe_img {
    /* display: none; */
}

section.extra-features-sec .ecept_feature_list h4 {
    text-transform: uppercase;
}

.product-features-inner .single-feature .features-icon {
    line-height: 55px;
}

.product-features .single-feature {
    margin-bottom: 0;
}

.product-features .features-details h5 {
    margin-top: 25px;
}

.nav-tabs > li:last-child > a {
    margin-right: 0;
}

/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%, 100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
}

.h1_tag h1.section-title {
    margin-left: 0;
}

header.header-area:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100px;
    /*background: url(../images/christmas-bg.png) no-repeat top center;!*marka*!*/
    background-size: cover;
    left: 0;
    z-index: -1;
}

.banner {
    padding-top: 100px !important;
}

.fades {
    height: 200px;
    width: 251px;
    position: absolute;
    bottom: 110px;
    right: 0;
    z-index: 999;
}

.xmas_box {
    position: fixed;
    right: 30px;
    bottom: 60px;
    top: auto;
    width: 210px;
    background: none;
    border: none;
    border-radius: 0px;
    z-index: 1000;
    padding: 0;
    margin: 0;
}

.xmas_box.alert-dismissible .close {
    bottom: 89px;
    left: 105px;
    position: absolute;
    color: #e82100;
    opacity: 1;
    text-shadow: none;
    font-size: 42px;
    z-index: 100;
    padding: 0px;
    border: none;
    border-radius: 0px;
    height: 30px;
}

.xmas_box.alert-dismissible .close:hover {
    background: none;
}

/*-- Top Content --*/
.xmas_box1 {
    position: relative;
    top: 0px;
    width: 100%;
    background: #000000;
    border: none;
    border-radius: 0px;
    z-index: 1000;
    padding: 0;
    margin: 0;
}

.xmas_box1 p {
    margin: 0px;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}

.xmas_box1.alert-dismissible .close {
    top: 15px;
    right: 15px;
    position: absolute;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 36px;
    z-index: 100;
    padding: 0px;
    border: none;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    background: #292929;
    border-radius: 7px;
    line-height: 0px;
}

.xmas_box1.alert-dismissible .close:hover {
    background: #303030
}