.custorm-hover a:hover {
    background: white !important;
}


.custorm-target-wrap {
    height: auto !important;
    overflow: hidden;
    margin-top: 0 !important;
}


#header {
    position: fixed !important;
    width: 100% !important;
    height: 100px;
}

.custom-menu {
    height: 100px;
}

.a-footer {
    color: #f9fbff;
    opacity: 0.6;
    display: block;
    padding: 3px 0;
}

.home-page .contents-01 .about__info {
    margin-bottom: 0 !important;
}

#cd-home-ppgd {
    margin-top: 7rem !important;
}

#header .gNavi li > a {
    font-size: 1.8rem !important;
    color: #dc3935;
}

#header .gNavi li > a:focus {
    color: #612dd3 !important;
}

.banner-items img {
    width: 100%;
}

/*#footer .f-navi .f-menu {*/
/*    width: auto !important;*/
/*}*/

.custorm-target-wrap {
    position: relative;
    text-align: justify;
}

.banner-items .banner-wrap .download-app {
    padding-bottom: 0 !important;
}

.custom_has_sub > a {
    padding: 1rem 2rem;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #000 !important;
    border-radius: 30px;
}

.custom_has_sub > a:hover {
    color: #fff !important;
}

.article_content {
    height: auto !important;
}

.banner-solution {
    overflow: hidden;
    position: relative;
}

.banner-solution img {
    max-width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}

.ekid_video {
    width: 100%;
    height: 100%;
}

.a-footer a {
    color: #f9fbff !important;
}

.download-app-2 {
    display: flex;
}

.app-items-1 {
    width: 50%;
    margin-right: 6px;
}

.banner-wrap-2 {
    display: none;
}

@media only screen and (max-width: 400px) {
    .banner-wrap-2 {
        display: block;
    }
}

.about__info .mtitle {
    margin-bottom: 0 !important;
}

.dropdown-menu {
    min-width: 7rem !important;
}

.target-wrap {
    height: auto !important;
}

.pricing-plans .wrap {
    width: 100%;
}

.text_decoration {
    text-decoration: line-through;
}



@media only screen and (max-width: 480px) {
    .f-menu {
        display: block !important;
        width: 80% !important;
        margin-left: 10% !important;
    }
}

.user-info {
    float: right;
    width: 55%;
}

.price-value h5 span{
    font-size: 16px !important;
}

.price-value .custom-size span {
    font-size: 24px !important;
}

.custorm_grid3 .price-value {
    background: orange;
}

.custorm_grid3 .price-value h5 span{
    color: #512884;
}

@media only screen and (min-width: 768px) {
    .price-value h2 a{
        font-size: 1.2em !important;
    }
}

@media only screen and (min-width: 768px) {
    .pricing-grid1, .pricing-grid2, .pricing-grid3 {
        width: 22% !important;
        float: left !important;
    }
    .pricing-grid1, .pricing-grid3{
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 768px) {
    .pricing-grid1, .pricing-grid2, .pricing-grid3 {
        width: 48% !important;
        float: left !important;
    }
    .pricing-grid1, .pricing-grid3{
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 480px) {
    .pricing-grid1, .pricing-grid2, .pricing-grid3 {
        width: 100% !important;
        float: none !important;
    }
}

.custorm-sub a{
    padding: 12px 0 !important;
}
.p-pricing{
    text-align: start;
    padding-left: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}
.whyt{
    background: #f4f4f4 !important;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #6610f2;
    border-radius: 10px 10px 10px 10px;
    color: white;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

/*.tag::after {*/
/*    background: #fff;*/
/*    border-bottom: 13px solid #DCDCDC;*/
/*    border-left: 10px solid #cccccc;*/
/*    border-top: 13px solid #DCDCDC;*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/

.tag:hover {
    background-color: crimson;
    color: white;
}

.tag:hover::after {
    border-left-color: crimson;
}










