body {
    margin: 0;
    background-color: #fff;
    font-family: 'roboto';
    }
/**navbar**/
#navbar {
    position: fixed;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 10;
}#navbar .search_box{
    background: #fff;
    padding: 15px 15px 10px 15px;
}#appList{
    margin-top: -17px;
}
.logo img{
    width: 75px;
}
#navbar #search{
    border-left: 0px;
    padding: 10px;

}
#navbar .input-group{
    border-radius: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
}
.seachbtn{
    padding: 0px 25px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}
#search:focus{
    border-color:#ced4da  !important;
    box-shadow: none !important;
}
#navbar .sricon{
    background: #fff !important;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    color: #9B9B9B;
    padding-left: 20px;
    font-size: 18px;
}
.seachbtn{
    background:#4285F4;
    padding: 0px 35px;
}
#pagetop{
    padding-top: 100px;
}  

/**footer**/
footer .logo{
    width: 300px;
}
footer{
    width: 100%;
    background-size: cover;
    background-position: center;
    position: sticky;
    padding-bottom: 30px;
}
.back_top{
    background: #4285F4;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid;
    border-radius: 15px;
    cursor: pointer;
}

/***Home page***/
   
    .owl-theme .owl-dots .owl-dot.active span{
        background: #4285f4 !important;
    }.blog_sctn .home-demo .card{
        box-shadow: 0px 3px 5px #00000029 !important;
    }

    #homepage .carosal-hme{
        background-size: cover;
        background-position: center;
        position: sticky;
        padding-bottom: 30px;
    }
    #homepage .other_apps .card-text, #homepage .blog_sctn .card-text{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 45px;
        padding: 0px 20px 0px 20px;
        font-size: 16px;
        text-align: justify;
    }
    #homepage .other_apps .card-title, #homepage .blog_sctn .card-title, #blogs-list .blog_sctn .card-title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 50px;
        -webkit-box-orient: vertical;
    }
    #homepage .parent.card{
        box-shadow: 0 2px 19px 2px rgba(0, 0, 0, 0.1);
        border: none;
        border-radius: 0px;
    }
    #homepage .carosal-hme .carousel-item{
        margin-top: 0px !important;
        margin-bottom: 60px !important;
        padding: 10px;
    }

    #homepage .other_apps img{
        width: 70%;
        margin-top: 40px !important;
        margin-bottom: 15px !important;
    }
    #homepage .other_apps img, #homepage .blog_sctn .card img{
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        display: flex;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    #homepage .other_apps .lists{
        margin: 0 auto;
        border: 2px solid #ccc;
    }
    #homepage .other_apps .lists a{
        background:#3F80EB !important;
        padding: 8px 25px;
        color: #fff;
        box-shadow: #3F80EB36;
    }
    #homepage .other_apps .crdtop{
        border:none;
        box-shadow: 0 2px 19px 2px rgba(0, 0, 0, 0.1);
        border-radius: 25px 25px 0px 0px;
        padding: 0px 25px 0px 25px;
    }
    #homepage .blog_sctn{
        background:#F7F7F7;
        position: sticky;
    }
    .blog_sctn .card, .blog_sctn .card img, .blog_sctn .card img {
        border-radius: 20px;
        box-shadow: 0px 3px 25px #00000029;
        border: none;
    }.blog_sctn .owl-dots{
        display: none;
    }
    #homepage .blog_sctn .card-body .read_blog, #blogs-list .blog_sctn .read_blog{
        border: 1px solid #707070;
        color: #000;
        padding: 5px 25px;
        text-decoration: none;
        border-radius: 8px;
    }
    .more_blg{
        background: #FFA000;
        color: #fff;
        padding: 10px 25px;
        border: 1px solid #FFA000;
        border-radius: 16px;
    }
    #homepage .testimonial .round_r{
        border: 1px solid #707070;
        border-radius: 50%;
        width: 55px;
        height:55px;
        margin: 0 auto;
    }
    #homepage .testimonial .card{
        box-shadow:0px 3px 15px #00000040;
        border: none;
        border-radius: 20px;
    }
    #homepage .home-demo .item {
        padding: 15px;
    }
    #homepage .home-demo1 .item img{
        width:100% !important;
        height:500px !important;
        box-shadow: 0px 1px 10px #0000002e;
        border-radius: 5px;
     }
    #homepage .testimonial h2{
        margin-bottom: 0px;
    }
   
    .carousel-indicators [data-bs-target]{
        background-color: #3F80EB;
        height: 7px;
    }.result_apps .short_div{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    /**blog**/
    .screenshot.image1{
        text-align: center;
    }
    .screenshot.image1 img{
        width: 80%;
    }.bg-green-color {
        background-color: #4788f4;
        color: white;
    }
   #view_blog .fa {
        padding: 10px;
        font-size: 14px;
        width: 36px;
        margin-left: 15px !important;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
      }#view_blog .fa:hover {
          opacity: 0.7;
          color:#fff;
      }#view_blog .search input{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0.6rem;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        }#view_blog .search button{
            background: #60BB63;
            padding: 0px 35px;
            color: #fff;
            border: none;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
        }#view_blog .search input:focus{
            box-shadow:none ;
        }
      #view_blog  .fa-facebook {
        background: #3B5998;
        color: white;
      }#view_blog  .fa-whatsapp {
        background: #25D366;
        color: white;
      }#view_blog  .fa-twitter {
        background: #55ACEE;
        color: white;
      }#view_blog .fa-linkedin {
        background: #007bb5;
        color: white;
      }.desktop_r{
        display: none;
      }.recent-search img{
        border-radius: 10px;
      }.recent-search h6, .next-blog h5{
        font-weight: bolder;
        color: #808080;
      }#view_blog .recent-list{
        border-bottom: 2px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
      }.recent-list.value3{
        border-bottom:none  !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
      }.next-blog button{
        background: #3F80EB !important;
        color: #fff;
        border: 0px;
        padding: 8px 25px;
        border-radius: 8px;
      }
      /**blogs**/
      #blogs-list .logo, #view_blog .logo{
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        width: 65px;
        align-items: center;
        justify-content: center;
        display: flex;
        cursor: pointer;
      }#blogs-list .blog-header, #view_blog .blog-header{
        padding: 3% 0%;
        }#blogs-list .logo img, #view_blog .logo img{
        width: 50px;
      }#blogs-list .card{
        margin-bottom: 25px;
      }#view_blog .blog-title{
        font-weight: bolder;
      }.search-blog .card{
        padding: 20px;
        background: #fff;
        border: none;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
      }#view_blog .head-card{
        width: 95%;
      }#view_blog .recent-search .card-title{
        border-bottom: 3px solid #60BB63;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-bottom: 15px;
      }#BlogList .dropdown-menu{
        border-top: none ;
        border-radius: 0px;
      }#BlogList .dropdown-menu{
        max-height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
        border-radius: 0px;
        border-top: 0px;
    }#BlogList .dropdown-menu a{
        text-decoration:none;
        color:#000 !important;
    }

    #BlogList .dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }
    #BlogList .dropdown-menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
    }
    #BlogList .dropdown-menu::-webkit-scrollbar-thumb {
        background: red; 
        border-radius: 10px;
    }
    #BlogList .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #ea4335d4; 
    }.remove_h:hover{
        background:transparent !important;
        color:#000 !important;
    }#BlogList li:hover{
        background:#4285f4c4;
        color:#fff;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    }#BlogList ul{
        padding: 0px;
    }#BlogList li{
        border-bottom: 1px solid #cccccc5c;
        padding: 10px;
    }#blogs-list .search{
        width: 60%;
        margin: 0 auto !important;
    }
    #blogs-list #search{
        padding: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }.seachbtn{
        border: 0px;
        color: #fff;
    }#Listblogs .dropdown-menu{
        border: 0px;
    }.box-comment{
        border: 1px solid #eee;
        padding: 25px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }.box-comment h4, .reply-comment h4{
        border-bottom: 3px solid #000;
        width: fit-content;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }.box-comment button{
        padding: 10px 50px;
        border: none;
        background: #4285f4;
        border-radius: 5px;
        color: #fff;
    }.comment-list .card{
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        border: 1px solid #eee;
        padding: 25px;
    }.box-comment input:focus, .box-comment textarea:focus, .reply-comment textarea:focus, .reply-comment input:focus{
        box-shadow: none;
    }.comment-list .reply_btn, .comment-list .cancel_btn{
        background: #679df6;
        border: none;
        padding: 3px 15px;
        border-radius: 8px;
        cursor: pointer;
        color: #fff;
    }.comment-list .c-name{
        border-bottom: 2px solid #808080;
        width: fit-content;
        padding-bottom: 10px;

    }.comment-list img{
        border-radius: 50%;
        margin-right: 5px;
        width: 40px;
    }.next-blog .card{
        padding: 15px;
        background: #fff;
        border: none;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    }.next-blog .card .card-title{
        margin-bottom: 15px;
        border-bottom: 3px solid #60BB63;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-bottom: 10px;
    }.next-blog h5, .next-blog p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 50px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        align-items: center;
        display: flex;
    }.reply-comment button{
        padding: 8px 30px;
        border: none;
        background: #4285f4bd;
        border-radius: 5px;
        color: #fff;
    }.reply-comment .cancel_btn{
        padding: 8px 30px;
        border: none;
        background: #c5c5c5;
        border-radius: 5px;
        color: #fff;
    } #view_blog .blog-header {
        padding: 3% 0%;
    }
    




      /**top button**/
      
    #myBtn{
        position: fixed;
        bottom: 40px;
        right: 30px;
        z-index: 99;
        font-size: 20px;
        outline: none;
        background-color: #679df6;
        cursor: pointer;
        padding: 15px 18px;
        border-radius: 50%;
        border: none;
        color: #fff;
    }#LatestBlog {
        position: fixed;
        bottom: 60px;
        right: 0px;
        z-index: 99;
        font-size: 20px;
        width: 30%;
        outline: none;
        cursor: pointer;
        padding: 15px 18px;
        border-radius: 50%;
        border: none;
        color: #fff;
    }#LatestBlog p{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        align-items: center;
        display: flex;
    }#LatestBlog .logo img{
        width: 20px;
        height: 20px;
        align-items: center;
        display: flex; 
    }#LatestBlog .logo{
        border-radius: 50%;
        width: fit-content;
        padding: 10px;
        background: #fff;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }#LatestBlog .toast-header{
        background: #679df6;
        color: #fff;
    }.reply_card{
        border: 2px solid #e7e7e7;
        border-radius: 10px;
        padding: 15px;
    }.reply_msg img{
        width: 35px;
    }


    @media(max-width: 480px) {
        #homepage .carousel-item img{
            height: 250px !important;
            border-radius: 10px;
        }
        .testimonial .card, .blog_sctn .card{
            margin-bottom: 25px;
        }
        #homepage .carousel-item {
            padding: 0px 10px;
        }

        #pagetop h3{
            margin-top: 10px;
            margin-bottom: 20px;
        }.logo img{
            width: 45px;
        }
    }

    @media(max-width: 767px) {
        #homepage .carousel-item img{
            height: 300px !important;
            border-radius: 10px;
        }
        .testimonial .card, .blog_sctn .card{
            margin-bottom: 25px;
        }
        #homepage .carousel-item {
            padding: 0px 10px;
        }

        #pagetop h3{
            margin-top: 10px;
            margin-bottom: 20px;
        }
        #homepage .other_apps img, #homepage .blog_sctn .card img {
            height: auto;
        }#app-detail .app_bnr, .mobile_r{
            display: none !important;
        }.desktop_r{
            display: block;
        }
    }

    @media(max-width: 1024px) {
        #homepage .carousel-item img{
            height: 300px !important;
            border-radius: 10px;
        }
        .testimonial .card, .blog_sctn .card{
            margin-bottom: 25px;
        }
        #homepage .carousel-item {
            padding: 0px 10px;
        }

        #pagetop h3{
            margin-top: 10px;
            margin-bottom: 20px;
        }
        #homepage .other_apps img, #homepage .blog_sctn .card img {
            height: auto;
        }
        #homepage .testimonial .round_r{
            width: 25px;
            height: 25px;
        }
        #homepage .testimonial h2{
            font-size: 22px;
        }
    }


    /**app-detail**/
    
    #app-detail .blog-bg, #app_feature .feature-bg {
        background: #F7F7F7 0% 0% no-repeat padding-box;
    }

    #app_feature p{
        font-size: 20px;
    }

    #app-detail .app_bnr img{
        border-radius: 10px;
        max-width: 100%;
        height: auto;
    }

    #app-detail .logo img{
        border-radius: 10px;
    }
    #app-detail .carousel-indicators{
        margin-bottom: -2rem;
    }
   #app_feature .feature_dt img{
        width: 80%;
        border-radius: 10px;
        margin: 0 auto;
    }

    @media(max-width: 480px) {
        #app_feature .pt-4{
            margin-top: -1rem !important;
        }
        #app_feature .feature_dt img {
            width: 100% !important;
        }
        #app_feature .feature_dt h3{
            margin-top: 15px;
            text-align: start !important;
        }
        #app-detail .app_bnr img {
            max-width: 95%;
        }
        #app-detail .feature_dt{
            padding: 0px 20px;
        }
        footer .logo{
            margin-bottom: 30px;
            width: 200px;
        }
        footer{
            padding: 0px 10px !important;
        }
        footer .text-end{
            text-align: start !important;
        }
        .seachbtn{
            padding: 10px;
            font-size: 14px;
        }
    }

    @media(max-width: 767px) {
        #app_feature .pt-4{
            margin-top: -1rem !important;
        }
        #app_feature .feature_dt img {
            width: 100% !important;
        }
        #app_feature .feature_dt h3{
            margin-top: 15px;
            text-align: start !important;
        }
        #app-detail .app_bnr img {
            max-width: 95%;
        }
        #app-detail .feature_dt{
            padding: 0px 20px;
        }
        footer .logo{
            margin-bottom: 30px;
            width: 200px;
        }
        footer{
            padding: 0px 10px !important;
        }
        footer .text-end{
            text-align: start !important;
        }
        .seachbtn{
            padding: 10px;
            font-size: 14px;
        }
        #app_feature .feature img{
            height: auto !important;

        }#homepage .item img {
            height: 180px !important;
        }#homepage .home-demo .item{
            padding: 0px;
        }
        
    }

    @media (max-width: 1024px) {
        #app_feature .feature img {
            height: auto;
            width: 100%;
        }
        #app_feature .feature_dt img{
            width: 100% !important;
        }
        .feature_dt .alsf{
            align-self: center !important;
        }
        #app_feature .feature img{
        height: auto !important;
        }
        footer .logo{
            width: 200px;

        }
    }