/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
line-height: 1;
border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
/*font-family: 'Slabo 27px', serif;*/
font-size: 2.25rem;
}

.blog-header-logo:hover {
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
/*font-family: 'Slabo 27px', serif;*/
}

.display-4 {
font-size: 2.5rem;
}
@media (min-width: 768px) {
.display-4 {
  font-size: 3rem;
}
}

.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}

.nav-scroller .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: .875rem;
}

.card-img-right {
height: 100%;
border-radius: 0 3px 3px 0;
}

.flex-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
.h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
* Blog name and description
*/
.blog-title {
margin-bottom: 0;
font-size: 2rem;
font-weight: 400;
}
.blog-description {
font-size: 1.1rem;
color: #999;
}

@media (min-width: 40em) {
.blog-title {
  font-size: 3.5rem;
}
}

/* Pagination */
.blog-pagination {
margin-bottom: 4rem;
}
.blog-pagination > .btn {
border-radius: 2rem;
}

/*
* Blog posts
*/
.blog-post {
margin-bottom: 4rem;
}
.blog-post-title {
margin-bottom: .25rem;
font-size: 2.5rem;
}
.blog-post-meta {
margin-bottom: 1.25rem;
color: #999;
}

/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #999;
background-color: #f9f9f9;
border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .blog-header-logo  {
/*font-family: 'Slabo 27px', serif !important;*/
}
p, a, .hed-sub-des{
/*font-family: 'Dosis', sans-serif;*/
font-size: 17px ;
}
small{
/*font-family: 'Dosis', sans-serif;*/
}
a.p-2{
color: black !important;
font-weight: bold !important;
}
.bold-a{
font-weight: bold;
}
.li-sm{
letter-spacing: 1px;
color: #000;
font-size: 12px;
}
.card{
border-color:rgb(177 175 175 / 13%);
}
.li-head{
font-size: 28px;
font-weight: bold;
}
.sidebar-head{
font-weight: bold;
}
.sidebar-box{
background-color: #f9f9f9!important;
}
.tags li{
font-weight: bold;
}

.blog-header-logo img{
    margin: 10px;
}

.blog-box img{
width: 100%;
}
.list-unstyled-category{
padding: 0px;
}
.list-unstyled-category li{
  list-style-type: none;
  padding: 7px 12px;
}

.hed-sub-text p{
  display: inline-block;
  margin-left: 10px;
}
.prettyprint{
  padding: 5px 20px;
  overflow: auto;
}
.step{
  display: inline-block;
  margin-top: 20px;
  padding: 12px 7px;
  width: 100%;
  margin-bottom: 10px;
  background: #e0e0e0 !important;
  color: #026d19 !important;
  font-weight: bold;
}
.blog-title-sub{
color: #202D40;
}
.box-post{
box-shadow: 0px 0px 2px black;
padding: 10px;
margin-bottom: 10px;
}
.blog-cat-name{
background-color: #F9F9F9;
color: #026d19;
padding: 3px 10px;
margin-bottom:10px;
border-radius: 5px;
}
.blog-cat-name h3{
font-weight: bold;
font-size: 35px;
margin: 0px;
}
.featured{
display: none;
}
.card-img-right-post{
width: 300px;
border-radius: 0px 3px 3px 0px;
}

.blog-box-main:hover{
text-decoration: none;
}
.blog-box-main:hover .box-shadow{
box-shadow: 0px 0px 2px black;
transition: 1s;
}
.pagination button{
background-color:#271EA2 !important;
color:#fff;
padding: 5px 10px;
border-radius: 10px;
cursor: pointer;
}

.ssk-group{
margin-top: 10px;
}
.continue-box{
margin-top: 18px;
}
hr{
margin-top:3px;
margin-bottom:10px;
}
.prettyprint{
width: 100% !important;
margin:0px !important;
}
.list-detail-info{
margin-bottom: 20px;
}
.blog-article{
width: 100%;
box-shadow: 0px 0px 2px black;
}
.page-head-del{
font-weight: bold;
color: #202D40; 
margin-top: 20px;
}
.ssk-del{
display: inline;
}

#custom-search-input .search-query {
  padding: 6 !important;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  border:none;
  box-shadow: 0px 0px 2px gray;
  position: absolute;
  width: 100%;
  margin-right: 10px !important;
}

#custom-search-input {
  margin:0;
  margin-top: 10px;
}
#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 6px;
  position: relative;
  left: 280px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#28a74a;
}

.search-query:focus + button {
  z-index: 3;   
}
footer{
    margin-top: 20px; 
}
.box-cat-detail{
    box-shadow: 0px 0px 1px #202D40;
    padding: 10px 20px;
    margin-bottom: 15px;
    background: #FBF9F8;
}
.blogcattext{
    color: #202D40;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.blogcattext p{
    color: #202D40;
    font-size: 15px;
    font-weight: bold;
}
.blogcattext:hover{
    /*text-shadow: 0px 0px 1px black;*/
    /*transition: 0.6s;*/
    text-decoration: none;
}
.box-cat-detail:hover{
    border-left: 2px solid #271EA2;
}

.next-perv{
color:  #fff;
background-color: #202D40;
padding: 5px 10px;
border-radius:5px;
font-weight: bold;
} 
.next-perv:hover{
color:  #fff;
text-decoration: none;
}

.next-perv:hover{
background: #28a74a;
transition: 0.5s;
}

.nav-link{
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 12px 0px !important;
    font-weight: bold;
}
.nav-link:first-child {
padding-left: 0px !important;
}
.smartphone {
    position: relative;
    width: 278px;
    height: 556px;
    border: 16px black solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
content: '';
display: block;
width: 60px;
height: 5px;
position: absolute;
top: -30px;
left: 50%;
transform: translate(-50%, -50%);
background: #333;
border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  width: 360px;
  height: 640px;
  background: white;
}
.smartphone img{
  width: 100%;
  height: 100%;
}
@media (min-width:0px) and (max-width: 700px){
.nav-link{
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px !important;
}
.navbar-toggler{
  position: relative;
  right: -250px;
}
}
.relatedBlog{
  color: #000;
  background-color: #F9F9F9;
  padding: 10px 15px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  /*min-height: 100px;*/
}

.relatedBlog .relatedBlog-link{
  font-weight: bold;
  color: #228B22;
}

.relatedBlog h4{
  font-weight: bold;
}

.relatedBlog li{
  margin-bottom: 5px;
  list-style: none;
}
.next-prev-link a{
  color: #271ea2 !important;
  text-decoration: none;
  font-size: 16px !important;
  width: 100%;
  font-weight: bold;
}
.next-prev-link span{
  color: #C0C0C0; 
  font-size: 14px;
}
.latest-post-side .no-post{
  color: gray;
  font-size: 26px;
  font-weight: bold;
}
.latest-post-side .link-post-la{
  color: #000;
  font-size: 17px;
}
.latest-post-side .time-post{
  font-size: 13px;
  color: #2E2E2E;
  /*font-family: 'Dosis', sans-serif;*/
}
.category-link{
  color: #228B22;
}
.latest-post-side p{
  margin-bottom: 10px;
}
.latest-post-side li{
  border-bottom: 1px solid #e8e7e7;
}
.related-title-top{
  margin: 0px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
  margin-top: 55px !important;
}
.tags li{
  border-bottom: 1px solid #e8e7e7;
  padding: 7px 0px;
}
.hr-rela{
margin:22px 0px;
}
.tags .text-conter-post{
color: gray;
margin: 0px;
}
.list-random li{
  padding: 7px 0px !important;
}
.top-link-page{
  padding: 0px;
}
.top-link-page li{
  list-style-type: none;
}
.footer-box{
  margin-bottom: 15px;
}
.footer-box .footer-link{
  margin-right: 20px;
  margin-left: 20px;
}
.footer-box .dummy-api{
  font-weight: bold;
}
.footer-copy{
  margin-top: 15px !important; 
}

.disclaimer{
  margin-top: 20px;
}

.privacy-policy-head{
  margin-top: 20px;
}

.about-us{
  margin-top: 20px;
}

.contac-us{
  margin-top: 20px;
}
.enlighter-default{
  white-space: pre !important;
  overflow: auto !important; 
}
.footer-copy{
    color: #fff !important;
}
/*.footer-box a{
    text-decoration: none;
}*/
.f-16{
    font-size: 16px;
}
.mywebtuts-blog-top .special{
    margin-bottom: 10px;
}