/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/
.login-icons {font-size: 24px;}
.login-page .login-icons svg {height : 70px; width:45px;}
.login-page{ padding: 40px 60px 40px; }

/* new vikas */
header {height:75px;}
.p-t-10 {padding-top:10px;}
.m-rl-15 {margin:0 15px;}
.logo-img {width:200px;  }
#main-container {margin-top:45px;}

.yp_side_drawer ul.sections {border-bottom : 0px !important; }
nav.navbar-findcond .logo-img {max-width:150px;}

.yp_side_drawer ul.sections li a:before {content: '';position: absolute;bottom: 5px;left: 34px;width: 0px;height: 0px;border-radius: 50%;background: #04abf2;opacity: 0;visibility: hidden;}
.yp_side_drawer {top : 75px;}
.yp_side_drawer ul.sections { padding:0px 0; }
.home-page-categories .title h4 { font-size: 24px; }
.home-page-categories .title h4 div { display:none; }
.home-page-categories .videos .video-list .video-list-title h4, .video-latest-list .video-title h4 { 
    font-size: 1.65rem;
    color: #212529;
    max-height: 4.25rem;
    line-height:2rem;
}

.home-page-categories .videos .video-list .video-list-by{ font-size: 15px; }
.pt_vid_fixed_height { max-height:75px; }

.pt_sec_nav_cats {
    /* margin: -20px -15px 0; */
    /* background: rgb(255 255 255 / 72%); */
    padding: 15px 15px;
    /* box-shadow: 0 1px 0 rgb(0 0 0 / 6%); */
    position: relative;
    z-index: 9;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

* {
    outline: 0 !important;
}

.view_more_link a svg { background-color:#212529;}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

.vidcheck { float:left; padding:5px 0;}
.vidcheck span {font-size:13px; padding:0 5px; float:left;}
.vidcheck img { height:20px !important; width:20px !important; float:left; vertical-align:middle; position:relative !important;}


@media (max-width: 620px){
.vidcheck {
  min-height: 20px !important;
max-height: 20px !important; 
}
}

@media (max-width: 400px) {
.home-page-categories .videos .video-list .vidcheck img  {
  min-height: 20px !important;
max-height: 20px !important; 
}
}