.center-tab-container {
    margin: 0;
    padding: 0
}

.center-tab-backimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.center-tabs {
    padding: 0;
    margin: 0;
    width: 100%;
    display: table;
    position: relative
}

.center-tab-list {
    margin: 0;
    padding: 0
}

.center-tab-ul {
    padding: 0;
    margin: 0 0;
    display: table;
    width: 20%;
    position: absolute;
    left: 40%;
    top: 10px;
}

.center-tab-text-content ul li {
    position: relative;
    padding: 10px 0 0 0px
}

/* .center-tab-text-content ul li:before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 10px
} */

.center-tabs .tabs {
    height: auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.center-tabs .tab {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis
}

.center-tabs .tab a {
    padding: 12px 0 0 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    -moz-transition: color .28s ease;
    -o-transition: color .28s ease;
    -ms-transition: color .28s ease;
    transition: color .28s ease;
    text-align: center !important;
    white-space: nowrap
}

.center-tabs .indicator {
    display: none
}

.center-tab-text-image {
    padding: 0px;
    margin: 0;
    width: 100%;
    /* height: 470px; */
    display: table;
    top: 0
}

.center-tab-text-content .center-tab-desc-content h1,
.center-tab-text-content .center-tab-desc-content h2,
.center-tab-text-content .center-tab-desc-content h3,
.center-tab-text-content .center-tab-desc-content h4,
.center-tab-text-content .center-tab-desc-content h5,
.center-tab-text-content .center-tab-desc-content h6 {
    padding: 0 !important;
    margin: 0 !important
}

.center-tab-img {
    padding: 10px;
    margin: 0;
    width: 40%
}

.center-tab-img img {
    padding: 0;
    margin: 0;
    width: 100%
}

.center-tab-content {
    padding: 0;
    margin: 0
}

.center-tab-content a {
    padding: 10px 15px;
    margin: 10px 0 0;
    display: table
}

.tab a {
    display: block;
    font-size: 14px;
    font-weight: 700
}

.tabs {
    position: relative
}

.center-tab-text-content p {
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 24px
}

.center-tab-text-content {
    width: 40%;
    margin: 0;
    padding: 10px;
    float: right;
}

.center-tab-text-image .left .center-tab-img {
    float: left !important
}

.center-tab-text-image .left .center-tab-text-content {
    float: right !important
}

.center-tab-text-image .right .center-tab-img {
    float: right !important
}

.center-tab-text-image .right .center-tab-text-content {
    float: left !important
}

.center-tab-text-content ul {
    margin: 0
}

@media (min-width:280px) and (max-width:767px) {
    .center-tab-img {
        width: 100%
    }

    .center-tab-list {
        margin: 0;
        padding: 0;
        width: 100%;
        left: 0
    }

    .center-tab-list {
        position: none
    }

    .center-tab-list {
        margin: 0;
        padding: 0;
        position: static
    }

    .center-tab-text-content {
        margin: 0;
        padding: 20px;
        float: none
    }

    .center-tab-text-content {
        width: 100%
    }

    .center-tab-ul li:hover a::before {
        display: none
    }

    .center-tab-ul li:hover a::after {
        display: none
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .center-tab-img {
        width: 100%
    }

    .center-tab-list {
        margin: 0;
        padding: 0;
        width: 100%;
        left: 0
    }

    .center-tab-text-content {
        margin: 0;
        padding: 20px;
        float: none
    }

    .center-tab-list {
        position: none
    }

    .center-tab-text-content {
        width: 100%
    }

    .center-tab-list {
        margin: 0;
        padding: 0;
        position: static
    }

    .center-tab-ul li:hover a::before {
        display: none
    }

    .center-tab-ul li:hover a::after {
        display: none
    }
}

.hover-tab-li {
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.center-tab-list .center-tab-ul li :hover.hover-tab-li {
    opacity: 1
}

.center-tab-list .center-tab-ul li span {
    transition: all .4s cubic-bezier(.4, .25, .3, 1.3) .1s;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 60px;
    vertical-align: middle
}

.center-tab-list .center-tab-ul li a {
    transition: all 450ms cubic-bezier(.4, .25, .3, 1.3);
    width: 60px;
    height: 60px;
    margin: 0 0 30px 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    line-height: 34px
}

.center-tab-list .center-tab-ul li a:hover {
    width: 170px;
    border-radius: 0
}

.center-tab-list .center-tab-ul li a.active {
    width: 170px;
    border-radius: 0
}

.center-tab-list .center-tab-ul li:hover span {
    transform: translate(-50%, -150%)
}

.center-tab-list .center-tab-ul li:hover span a {
    transform: translate(-50%, -50%)
}

.center-tab-list .center-tab-ul li:hover span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%)
}

.center-tab-list .center-tab-ul li:hover span a {
    transform: translate(-50%, 50%);
    text-transform: uppercase
}

.center-tab-ul .indicator {
    display: none !important
}

.center-tab-ul:after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #fff;
    top: 0;
    bottom: 30px;
    left: 50%;
    margin-left: -3px
}

.center-tab-text-content h1,
.center-tab-text-content h2,
.center-tab-text-content h3,
.center-tab-text-content h4,
.center-tab-text-content h5,
.center-tab-text-content h6 {
    margin-bottom: 20px
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait),
(min-width:320px) and (max-width:480px),
(min-width:481px) and (max-width:767px) {
    .center-tab-ul:after {
        content: none
    }

    .center-tab-text-image {
        position: static
    }

    .center-tab-list .center-tab-ul li a {
        border-radius: 0;
        width: 100%;
        margin: 0 0 10px 0
    }

    .center-tab-ul {
        position: relative;
        width: 100%;
        left: 0
    }
}

.center-tab-img img {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.center-tab-img:hover img {
    -ms-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important
}

.center-tab-img {
    overflow: hidden
}

.center-tab-text-content h1 span,
.center-tab-text-content h2 span,
.center-tab-text-content h3 span,
.center-tab-text-content h4 span,
.center-tab-text-content h5 span,
.center-tab-text-content h6 span {
    line-height: 24px !important
}

@media (min-width:280px) and (max-width:767px) {
    .center-tab-container .h1-head span {
        font-size: 30px !important;
        line-height: 24px
    }

    .center-tab-text-content p span {
        font-size: 20px !important
    }

    .center-tab-text-content h1,
    .center-tab-text-content h2,
    .center-tab-text-content h3,
    .center-tab-text-content h4,
    .center-tab-text-content h5,
    .center-tab-text-content h6 {
        font-size: 14px !important;
        line-height: 24px !important
    }

    .center-tab-text-content h1 span,
    .center-tab-text-content h2 span,
    .center-tab-text-content h3 span,
    .center-tab-text-content h4 span,
    .center-tab-text-content h5 span,
    .center-tab-text-content h6 span {
        font-size: 14px !important;
        line-height: 24px !important
    }
    .center-tab-ul{
        position: inherit !important;
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .center-tab-container .h1-head span {
        font-size: 32px !important;
        line-height: 24px
    }

    .center-tab-text-content p span {
        font-size: 24px !important
    }

    .center-tab-text-content h1,
    .center-tab-text-content h2,
    .center-tab-text-content h3,
    .center-tab-text-content h4,
    .center-tab-text-content h5,
    .center-tab-text-content h6 {
        font-size: 15px !important;
        line-height: 24px !important
    }

    .center-tab-text-content h1 span,
    .center-tab-text-content h2 span,
    .center-tab-text-content h3 span,
    .center-tab-text-content h4 span,
    .center-tab-text-content h5 span,
    .center-tab-text-content h6 span {
        font-size: 15px !important;
        line-height: 24px !important
    }
}

.tab a {
    text-decoration: none;
}

.tab-content a {
    text-decoration: none;
}




@media only screen and (min-width: 993px) {
    .mobile-image-center-tab {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .desktop-image-center-tab {
        display: none !important;
    }
}

/* .small img {
    width: 60% !important;
    display: block;
    margin: auto !important;
}
.medium img {
    width: 80% !important;
    display: block;
    margin: auto !important;
}
.large img {
    width: 100% !important;
    display: block;
} */
.cent_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cen_tab_rite {
    flex-direction: row-reverse;
 }
 .cen_tab_left {
    flex-direction: row;
 }