body {
    line-height: 1.8;
}

.simple_paragraph {
    width: 33%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
}

.offers_fluid {
    padding: 40px 0 70px;
    background-size: 9%;
}

.versions_filters.nav-tabs {
    border: 0;
}
.versions {
    padding: 20px 30px;
    background-color: #ffffff;
    box-shadow: 0px 22px 37px 0px rgba(32, 94, 171, 0.06);
}

.simple_text {
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    font-size: 3rem;
}
.one-feature {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid #f5f5f5;
    margin-bottom: 25px;
    position: relative;
}
.platfrom-icons{ position: absolute;
    width: 55px;
    height: 25px;
    text-align: right;
    top: 8px;
    right: 8px;
}
.versions-container #desktop .platfrom-icons, .versions-container #android .platfrom-icons, .versions-container #ios .platfrom-icons,.versions-container #browser .platfrom-icons{ display: none;}


.platfrom-icons .desktopshow-icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    color: #999;
     /*background-color: #f5f6f7;*/
}
.platfrom-icons .mobileshow-icon{
     width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    border-radius: 2px;
    color: #999;
    /*background-color: #f5f6f7;*/
    font-size: 16px;
}

/*#desktop .one-feature:after {  content: "\f26c"; font-size: 14px;}
#android .one-feature:after{content: "\f17b";}
#ios .one-feature:after{content: "\f179";font-size: 13px;}
#browser .one-feature:after{content: "\f2d0";font-size: 13px;}*/

.versions-container {
    position: relative;
    margin-top: -40px;
    padding: 0;
    background-color: transparent;
    box-shadow: 0 -5px 20px 0px rgba(3, 1, 21, 0.19);
}

.versions_filters.nav-tabs > li > a {
    margin-right: 10px;
    border: 1px solid #dddddd;
    color: #5e5e5e;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 10px;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
}

.versions_filters.nav-tabs > li.active > a, .versions_filters.nav-tabs > li.active > a:hover, .versions_filters.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #ee6a7c;
    border: 1px solid #ddd;
    cursor: default;
    border-radius: 25px;
}

.versions_filters.nav-tabs > li > a:active {
    color: #ffffff;
    background-color: #ee6a7c;
    border: 1px solid #ddd;
    cursor: default;
    border-radius: 25px;
}

.versions-div {
    text-align: center;
    overflow: auto;
    /* margin: 10px 0;*/
    width: 100%;
}

.versions-div > li.active > a {
    color: #fff;
    background: #2c2e3e;
    border-left: none;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #cccccc;
    /* border: none; */
}



.date-versions {
    position: relative;
}

.font-32 {
    font-size: 32px;
}

.position-absolute {
    position: absolute;
}

.date-year {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #b8b8b8;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background-color: #f0f0f0;
    min-width: 100px;
    line-height: 26px;
}

.month-year {
    line-height: 1.2;
    font-size: 11px;
    text-align: center;
}

#features {
    margin-bottom: 50px;
}

.app-first-release {
    top: 100%;
    left: -25px;
}

.tm-logo {
    background: url(../png/tm-logo.png) no-repeat center;
    width: 37px;
    height: 37px;
    margin: 5px auto 2px;
}

.end-month {
    line-height: 1.2;
    width: 50px;
    text-align: center;
}

.versions-number {
    color: #0045a4;
    padding-left: 90px;
}

.versions-number:after {
    content: '';
    position: absolute;
    width: calc(100% - 150px);
    border-top: 1px dashed #f1f1f1;
    top: 50%;
    margin-left: 15px;
}

#Existing, #Upcoming {
    padding: 15px 15px 70px 28px;
    background-color: #ffffff;
}

#Existing .nav-tabs, #Upcoming .nav-tabs {
    border-radius: 5px;
    display: inline-flex;
    border: 1px solid #ccc;
    background-color: #ededed;
    overflow: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    float: right;
}

.new-features {
    margin-bottom: 30px;
}

.new-features .row {
    display: flex;
    flex-wrap: wrap;
}

#Existing .nav-tabs > li.active > a, #Upcoming .nav-tabs > li.active > a {
    border-radius: 0;
    color: #fff;
    background-color: #0a2541;
    border-right: none;
}

.versions_filters li a.active{
    background-color: #0a2541;
    color: #ffffff;
}

#Existing .nav-tabs > li > a, #Upcoming .nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}

.features-headding {
    color: #f06b7c;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#all .nav-tabs > li > a, #desktop .nav-tabs > li > a , #android .nav-tabs > li > a, #ios .nav-tabs > li > a{
    background-color: #0a2541;
    color: #ffffff;
}

#all .nav-tabs > li > a:active , #desktop .nav-tabs > li > a:active, #android .nav-tabs > li > a:active, #ios .nav-tabs > li > a:active{
    background-color: #0a2541;
    color: #ffffff;
}

.all, .desktop, .android, .ios {
    border-left: 1px solid #cacaca;
    padding: 20px 35px;
    margin-bottom: 30px;
}

.all{
    /*position: relative;
    top: 40px;*/
}

.bg-white {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 45.57px 3.43px rgba(0, 0, 0, 0.07);
    margin-bottom: 0;
}

.icons {
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #94a0b5;
    /* padding: 5px 8px; */
    border-radius: 50%;
    color: #94a0b5;
}
.icons img{ width: 12px !important}

.new-features .features:nth-child(3) {
    border-right: none;
}

.enhancement{
    min-height: 230px;
}

.last-enhancements{
    min-height: 150px;
}

#navBarFixedTop {
    z-index: -1;
    display: none;
}

.offers_fluid {
    /*margin-top: 0;*/
}

#fh5co-menu {
    background: #1c4068;
    position: fixed;
    margin-top: 0px;
    top: 0;
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.video-call, .screen-sharing, .filter {
    min-height: 250px;
}

.versions_filters {
    padding: 0;
    display: inline-flex;
    list-style-type: none;
    border-radius: 20px;
    color: #525252;
    background-color: #ededed;
    overflow: hidden;
}

.favourite-contacts,.conversation-search, .forkout, .burn-out {
    min-height: 280px;
    padding: 15px;
}

.versions_filters li {
    /* padding: 5px 20px;*/
    cursor: pointer;
    border-right: 1px solid rgba(62, 88, 132, 0.15);
}

.versions_filters li:last-child {
    border-right: none;
}

.enhancements-row .col-xs-12  {
    padding-left: 15px;
    padding-right: 15px;
}

.one-feature .features-text {
    min-height: 170px;
}
.features-text {
    overflow: hidden;
    transition: all 2s;
    position: relative;
    padding-right: 8px;
}
span.version-icon {
    position: absolute;
    left: 0px;
    top: 1px;
    background: #f5f5f5;
    padding: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display:none
}
.features-text .font-18 {
    font-size: 15px;

}
.features-text .color-444 {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
}
/*.bug-fixtures .features-text {
    min-height: 130px;
}*/

/*.bug-fixtures .features {
    margin-bottom: 30px;
}*/

.bug-fixtures .features ul {
    padding-left: 20px;
}

.features-text-full {
    height: auto!important;
    transition: all 2s;
}

.text-underline {
    text-decoration: underline;
}


.element.style {
    position: absolute;
    left: 0px;
    top: 1px;
    background: #f5f5f5;
    padding: 5px;
}
ul.multilingual-list {
    padding-left: 0px !important;
    margin-top: 15px;
}
ul.multilingual-list li {
    display: inline-block;
    background: #f5f5f5;
    margin: 4px 4px;
    padding: 1px 4px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}


@media only screen and (max-width: 991px) {
    .favourite-contacts, .conversation-search, .forkout, .burn-out ,.enhancement{
        min-height: unset;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .p-lg-5{
        padding: 25px!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1126px) {
    .offers_fluid {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .p-lg-5{
        padding: 5px!important;
    }

.features {
    /*border-right: 1px solid #f1f1f1;*/

}

}

@media only screen and (max-width: 1280px){
    .date-year{
        left: 0;
    }

    .desktop, .android, .ios {
        border-left: 3px solid #cacaca;
        padding: 10px 15px;
        margin-bottom: 60px;
    }

    .all{
        padding: 30px 15px;
    }

    .versions-number{
        padding-left: 85px;
    }

    .versions-number:after {
        width: calc(100% - 140px);
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .simple_paragraph {
        width: 75%;
    }
}

@media only screen and (max-width:991px) {
    .offers_fluid {
        background-size: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .offers_fluid {
/*        margin-top: 110px!important;*/
        background-size: 50%;
    }
    #features {
        padding: 15px;
    }

    .end-date{
        left: -20px;
    }

    .simple_text {
        font-size: 25px;
    }

    .favourite-contacts, .conversation-search, .forkout, .burn-out{
        min-height: unset;
    }

    .date-year1 , .date-year{
        left: 0;
    }

    .versions-number:after {
        width: calc(100% - 180px);
    }

    .simple_paragraph {
        width: 75%;
    }


    #Existing, #Upcoming {
        padding: 10px 20px;
    }

    .versions-div .nav-tabs > li > a{
        padding: 10px 20px;
    }

    .date-year .font-32 {
        font-size: 24px;
    }

    .mobile-bug-fixtures {
        min-height: auto!important;
        height: auto!important;
    }
}

@media only screen and (max-width: 575px) {
    #Existing .nav-tabs, #Upcoming .nav-tabs {
        float: none;
        overflow: auto;
    }
}
