.learn{
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    padding: 20px 0 65px 0;
}
.learn:after{
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    /* bottom: 10%; */
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #3fd0c9;
    z-index: 2;
}
.footer:after {
    z-index: -10!important;
}
/*.content{*/
/*    padding-top: 20px;*/
/*    padding-bottom: 50px;*/
/*    */
/*}*/
.content .container .container_list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.content .content-left{
    flex-basis: 75%;
    padding-left: 30px;
    padding-right: 15px;
}
.content .content-right{
    flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.content-left .about{
    border-bottom: 1px solid #DADADA;
    padding-bottom: 30px;
}
.content h3{
    font-size: 25px;
    font-family: Montserrat-Black, sans-serif;
    line-height: 35px;
    color: #041E4F;
    margin: 20px 0 20px 30px;
}
.content-left{
    padding-top: 30px;
}
.content-left .about .what-content{
    background: #fff url("../images/bg-learn.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.content-left .about .what-content .group-plus{
    position: absolute;
    top: 25%;
    left: 18%;
}
.content-left .about .what-content .group-plus.savings{
    top: 65%;
    left: 25%;
}
.content-left .about .what-content .group-plus.charging{
    top: 60%;
    left: 56%;
}
.content-left .about .what-content .group-plus.battery{
    top: 25%;
    left: 65%;
}
.content-left .about .what-content .group-plus .text-group{
    font-size: 15px;
    font-family: Montserrat-SemiBold, sans-serif;
    color: #000000;
    text-decoration: underline;
    transition: 0.4s;
}
.content-left .about .what-content .group-plus .text-group:hover{
    color: #3FD0C9;
}
.content-left .about .what-content .group-plus .border-group{
    height: 100px;
    border-left: 2px dashed #D08C3F;
    border-top: 2px dashed #D08C3F;
}
.content-left .about .what-content .group-plus.battery .border-group{
    height: 80px;
    border-left: none;
    border-right: 2px dashed #D08C3F;
    border-top: 2px dashed #D08C3F;
}
.content-left .about .what-content .group-plus.savings .border-group{
    height: 100px;
    border-left: 2px dashed #D08C3F;
    border-top: none;
    border-bottom: 2px dashed #D08C3F;
}
.content-left .about .what-content .group-plus.charging .border-group{
    height: 120px;
    border-left: none;
    border-right: 2px dashed #D08C3F;
    border-top: none;
    border-bottom: 2px dashed #D08C3F;
}
.content-left .about .what-content .group-plus .plus img{
    width: 21px;
    height: 21px;
    margin-left: -10%;
}
.content-left .about .what-content .group-plus.savings .plus img{
    margin-left: -16%;
}
.content-left .about .what-content .group-plus.charging .plus img {
    margin-left: 83%;
}
.content-left .about .what-content .group-plus.charging .plus img {
    margin-left: 82%;
}
.content-left .about .what-content .group-plus.battery .plus img {
    margin-left: 82%;
}
.content-left .about .what-content p{
    color: #32CB69;
    font-size: 20px;
    line-height: 24px;
    font-family: Montserrat-Bold, sans-serif;
    text-align: center;
    position: absolute;
    top: -3%;
    left: 33%;
    background-color: #fff;
    padding: 0 10px;
}
.content-left .about .what-content img{
    display: block;
    width: 100%;
}
.content-left .about .what-content .line{
    border-bottom: 1px solid #32cb69;
    width: 100%;
}
.content-left .about  .link{
    margin-top: 20px;
}
.content-left .about  .link:hover a{
    opacity: 0.6;
}
.content-left .about .link i{
    color: #3FD0C9;
}
.content-left .about .link a{
    color: #3FD0C9;
    font-size: 17px;
    line-height: 23px;
    font-family: Nunito-Bold, sans-serif;
    transition: 0.4s;
}
.content-right .EVGuide .group{
    padding: 15px;
}
.content-right .EVGuide .group i.fal.fa-search{
    font-size: 14px;
}
.title-alert{
    background-color: #041E4F;
    height: 53px;
    padding-left: 15px;
    padding-right: 15px;
}
.title-alert p{
    font-size: 14px;
    line-height: 53px;
    color: white;
    font-family: Montserrat-Bold, sans-serif;
    text-align: left;
}
.title-alert p a{
    color: #fff;
    transition: 0.4s;
}
.title-alert p a:hover{
    opacity: 0.9;
}
.content-right .EVGuide{
    border: 1px solid #707070;
    margin-bottom: 20px;
}
.content-right .EVGuide .div-search{
    border-radius: 10px;
    background: transparent;
    outline: none;
    padding: 5px 10px;
    border: 1px solid #707070;
    width: 100%;
    margin-bottom: 25px;
}
.content-right .EVGuide .div-search input{
    border: none;
    outline: none;
    color: #B0B0B0;
    font-family: Nunito-Regular, sans-serif;
}
.content-right .EVGuide .div-search input::placeholder{
    font-style: italic;
    color: #B0B0B0;
    font-size: 12px;
}
select#Select2 {
    border: none;
    background-color: transparent;
    font-size: 13px;
    color: #77777A;
    outline: none;
}
button.k-btn-menu {
    border: none;
    outline: none;
    background-color: transparent;
}
button.k-btn-menu i{
    font-size: 20px;
    color: #041E4F;
}
.content-right .modal-body .down a{
    padding-left: 5px;
}
.content-right .modal-body .down a:hover{
    background-color: #CBCBCC;
}
.content-right .modal-body .subscribe p{
    font-size: 15px;
    color: #041E4F;
    font-family: Nunito-Bold, sans-serif;
}
.content-right .modal-body .subscribe a {
    background-color: #041E4F;
    color: #fff;
    font-size: 10px;
    padding: 3px 3px 3px 15px;
    border-radius: 5px;
}
.content-right .modal-body .subscribe i {
    color: #041E4F;
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}
.content-right .panel-title {
    display: flex;
    justify-content: space-between;
}
.content-right .panel-title a:first-child{
    width: 95%;
}
.content-right .panel-title a:last-child{
    width: 5%;
}
.content-right .panel-title a {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    font-family: Nunito-SemiBold, sans-serif;
    display: block;
    transition: 0.4s;
    padding: 15px 15px;
    border-bottom: 1px solid #707070;
    text-align: left;
}
.content-right .panel-title:hover a{
    color: #3FD0C9;
    border-color: transparent;
}
.content-right .panel-title
.content-right .panel-title a i {
    color: #041E4F;
    font-weight: bold;
}

.content-right .down {
    background-color: #DADADA;
    padding: 5px 30px;
}

.content-right .down a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #041E4F;
    padding: 8px 0 5px 0;
    font-family: Nunito-Regular, sans-serif;
    text-align: left;
}
.content-right .EVGuide.other{
    height: 595px;
    background: #3fd0c9  url("../images/3301.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.content-right .EVGuide.other .group .text-group.other,
.content-right .EVGuide.other .group .text-group.other_2{
    position: absolute;
    top: 13%;
    left: 13.5%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 30px 15px 30px;
    text-align: center;
}
.content-right .EVGuide .group .text-group p a{
    color: #041E4F;
    text-decoration: underline;
    font-weight: bold;
    transition: 0.4s;
}
.content-right .EVGuide .group .text-group p a:hover{
    opacity: 0.8;
}
.content-right .EVGuide.other .group .text-group.other_2{
    top: 64%;
    left: 0;
    padding: 10px;
}
.content-right .EVGuide.other .group .text-group.other_2 p{
    font-family: Montserrat-SemiBold, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
}
.content-right .EVGuide.other .group .text-group.other p:first-child{
    font-family: Montserrat-Black, sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #041E4F;
}
.content-right .EVGuide.other .group .text-group.other p:last-child{
    font-family: Montserrat-Black, sans-serif;
    font-size: 57px;
    line-height: 69px;
    color: #041E4F;
    margin-bottom: 0;
}
/*css left*/
.content-left .EVGuide{
    margin-top: 5%;
    border: 1px solid #707070;
}
.content-left .EVGuide .title-alert{
    display: flex;
    justify-content: space-between;
}
.content-left .EVGuide .title-alert a{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: Nunito-Italic, sans-serif;
    line-height: 53px;
    text-decoration: underline;
    transition: 0.4s;
}
.content-left .EVGuide .title-alert a:hover{
    color: #3FD0C9;
}
.content-left .EVGuide .group .group-item{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
}
.content-left .EVGuide .group .group-item:last-child{
    border: none;
}
.content-left .EVGuide .group .img-group{
    flex-basis: 30%;
    padding-left: 15px;

}
.content-left .EVGuide .group .text-group{
    flex-basis: 70%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.content-left .EVGuide .group .img-group{
    position: relative;
}
.content-left .EVGuide .group .img-group .date-time{
    position: absolute;
    bottom: 0;
    left: 12%;
    background-color: #92D669;
}
.content-left .EVGuide .group .img-group .date-time p.date{
    font-size: 10px;
    color: #fff;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}
.content-left .EVGuide .group .img-group .date-time p.time{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}
.content-left .EVGuide .group .img-group img{
    width: 100%;
    height: 100%;
}
.content-left .EVGuide .group .text-group p{
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-family: Nunito-Regular, sans-serif;
    padding-left: 0;
    padding-right: 0;
}
.content-left .EVGuide .group .text-group .description h4.title{
    font-size: 17px;
    line-height: 23px;
    color: #000;
    font-family: Montserrat-SemiBold, sans-serif;
    margin-bottom: 20px;
    margin-top: 15px;
}
.content-left .EVGuide .group .text-group .link-down a{
    font-size: 15px;
    line-height: 20px;
    font-family: Nunito-SemiBold, sans-serif;
    color: #fff;
    background: #3FD0C9;
    display: inline;
    padding: 5px 15px;
    transition: 0.4s;
}
.content-left .EVGuide .group .text-group .link-down-other a{
    font-size: 13px;
    line-height: 20px;
    font-family: Nunito-BoldItalic, sans-serif;
    color: #041E4F;
    text-decoration: underline;
    transition: 0.4s;
}
.content-left .EVGuide .group .text-group .link-down-other a:hover{
    color: #3FD0C9;
}
.content-left .EVGuide .group .text-group .link-down-other a i{
    color: #3FD0C9;
    margin-left: 15px;
    font-size: 15px;
}
.content-left .EVGuide .group .text-group .link-down a i{
    margin-left: 15px;
}
.content-left .EVGuide .group .text-group .link-down a:hover{
    opacity: 0.6;
}
.show-desktop{
    display: block;
}
.show-mobile{
    display: none;
}
@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1024px) {
    i.fal.fa-search {
        display: none;
    }
    .content .content-left {
        flex-basis: 65%;
        padding-left: 0px;
    }
    .content .content-right {
        flex-basis: 35%;
    }
    .content-right .EVGuide.other .group .text-group.other{
        left: 23.5%;
    }
    .content-right .EVGuide.other {
        height: 497px;
        margin-bottom: 0;
    }
    .content-left .about .what-content .group-plus .text-group {
        font-size: 12px;
    }
}
@media screen and (max-width: 960px) {
    .content .container .container_list {
        display: block;
    }
    .content-right .EVGuide {
        margin-top: 20px;
    }
    .content .content-right {
        padding-left: 0;
    }
    .content-right .EVGuide.other .group .text-group.other {
        left: 36.5%;
    }
    .content-right .EVGuide.other .group .text-group.other_2 {
        top: 72%;
    }
}
@media screen and (max-width: 768px) {
    .content .content-left,
    .content .content-right{
        padding-right: 0px;
    }
    .down {
        background-color: #DADADA!important;
    }
}

@media screen and (max-width: 480px) {
    .content-left .EVGuide .group .group-item {
        display: block;
    }
    .content-left .EVGuide .group .img-group {
        padding-right: 15px;
    }
    .content-left .EVGuide .group .text-group p {
        margin-top: 15px;
    }
    .content-right .EVGuide.other .group .text-group.other {
        left: 25.5%;
    }
    .content h3 {
        margin: 0;
        text-align: center;
    }
    .content-left .about .what-content p {
        position: unset;
    }
    .title-alert p {
        font-size: 13px;
    }
    .content-left .about .what-content .group-plus .plus img {
        width: 16px;
        height: 16px;
        margin-left: -10%;
    }
    .content-left .about .what-content .group-plus .text-group {
        font-size: 10px;
    }
    .content-left .about .what-content .group-plus .border-group {
        height: 62px;
    }
    .content-left .about .what-content .group-plus.battery .border-group {
        height: 50px;
    }
    .content-left .about .what-content .group-plus.savings .border-group {
        height: 62px;
    }
    .content-left .about .what-content .group-plus.charging .border-group {
        height: 75px;
    }
    .content-left .about .what-content .group-plus.savings {
        top: 73%;
    }
    .content-left .about .what-content .group-plus.charging {
        top: 67%;
        left: 50%;
    }
    .content-left .about .link a {
        font-size: 11px;
    }
    .content-left .about .link i {
        font-size: 11px;
    }
    .content-left .about .what-content .group-plus.battery .plus img {
        margin-left: 78%;
    }
    .content-right .EVGuide .group {
        padding: 15px;
        text-align: left;
    }
}
@media screen and (max-width: 375px){
    .content-right .EVGuide.other .group .text-group.other {
        left: 23.5%;
    }
    .content-left .about .what-content .group-plus {
        top: 32%;
    }
    .content-left .about .what-content .group-plus .border-group {
        height: 50px;
    }
    .content-left .about .what-content .group-plus.battery .border-group {
        height: 37px;
    }
    .content-left .about .what-content .group-plus.savings .border-group {
        height: 46px;
    }
    .content-left .about .what-content .group-plus.charging .border-group {
        height: 57px;
    }
    .content-left .about .what-content .group-plus.battery {
        top: 32%;
    }
}
@media screen and (max-width: 360px){
    .content-right .EVGuide.other .group .text-group.other {
        left: 23.5%;
        top: 10%;
    }
    .content-right .EVGuide.other .group .text-group.other_2 {
        top: 65%;
    }

}
@media screen and (max-width: 320px){
    .content-right .EVGuide.other .group .text-group.other {
        left: 17.5%;
        top: 10%;
    }
    .content-left .about .what-content .group-plus .border-group {
        height: 43px;
    }
    .content-left .about .what-content .group-plus.savings .border-group {
        height: 38px;
    }
    .content-left .about .what-content .group-plus.charging .border-group {
        height: 48px;
    }
}