.user-query {
    margin-bottom: 1.5rem !important;
}

.lazy-loaded{
   border: 1px solid #aaaaaa !important;
}
.related-posts img.lazy-loaded {
    border: none !important;
}
.post-box img.lazy-loaded {
    border: none !important;
}
.also-read {
    background-color: #edfcff;
    padding: 10px !important;
    margin-bottom: 20px;
    line-height: 31px;
    word-wrap: break-word;
    border-radius: 5px;
    border: 1px solid #b5e2f9;
}
.breadcrumb-bg-inside-page {
   background-color: #135499 !important;
    height: 140px !important;
}
.left-content {
       box-shadow: 0 0px 6px rgb(7 103 183);
    padding: 0 25px 35px 25px;
    margin-top: 25px;
    border-radius: 10px;
    position: relative;
    bottom: 100px !important;
    background: white;
    border: 1px #135499 !important;
}
 .breadcrumb-inside-page{
         padding: .75rem .0rem !important;
         background-color: transparent !important;
         color: #fff !important;
 }
 .breadcrumb-inside-page a {
    color: #ffffff !important;
}
.content_right_sec1 .text-center a img{
       box-shadow: 0 0px 6px rgb(7 103 183);
    padding: 20px 20px 19px 20px;
    border: 1px #135499;
    border-radius: 10px;
}
/*.sidebar-container .widget-area a img{*/
/*       box-shadow: 0 0px 6px rgb(7 103 183);*/
/*    padding: 20px 20px 19px 20px;*/
/*    border: 1px dashed #135499 !important;*/
/*    border-radius: 10px;*/
/*}*/
.widget{
      box-shadow: 0 0px 6px rgb(7 103 183);
    padding: 20px 20px 19px 17px;
    border: 1px #135499 !important;
    border-radius: 10px;
    margin: 20px 0px 20px 0px;
}
.widget-area img {
    text-align: center !important;
    margin-top: 0px !important;
}

.wp-block-heading {
    font-size: 20px !important;
    color: #212529;
    font-weight: 700;
    text-align: center;
    vertical-align: inherit;
    padding: 7px 9px;
    border-radius: 4px;
    box-shadow: 0 0px 6px rgb(7 103 183);
    background-color: #f2f9ff;
    display: inline-block;
    margin-bottom: 9px;
    
}
.wp-block-group__inner-container{
    text-align: center;
}
.post-box{
    box-shadow: 0 0px 6px rgb(7 103 183);
    padding: 20px 20px 19px 20px;
    border: 1px #135499;
    border-radius: 10px;
    min-height: 27rem;
    margin-bottom: 30px;
}
.breadcrumb, .no-margin {
    margin: 13px 0px !important;
}
.left-content h1{
    font-size: 2rem !important;
}
#recent-posts-2 ul li, .widget_recent_entries ul li{
    border:none !important;
    padding:0 !important
}
#recent-posts-2 ul li, .widget_recent_entries ul li a{
	color: #0e2b3d !important;
	position: relative;
    left: 15px;
    font-weight: 500;
    font-size: 15px;
}
/*#recent-posts-2 ul li, .widget_recent_entries ul li a:before{*/
/*	color: #303440;*/
/*    content: '\f105';*/
/*    font-size: 16px;*/
/*    font-family: "fontello";*/
/*    left: -12px;*/
/*    top: -3px;*/
/*    margin-right: 3px;*/
/*}*/
.related-posts .card{
    box-shadow: 0 0px 6px rgb(7 103 183);
    padding: 20px 15px 20px 15px;
    border: 1px #135499;
    border-radius: 10px;
    min-height: 262px;
}
.ez-toc-icon-toggle-span{
    border: 1px solid #fff !important;
    border-radius: 4px;
}
.ez-toc-icon-toggle-span svg{
    color: #fff !important;
    fill: #fff !important;
}
.ez-toc-title-container {
    padding: 10px 16px 8px 8px !important;
}
#ez-toc-container.ez-toc-light-blue {
    margin: 35px 0px !important;
}
#recent-posts-9 ul li, .widget_block .wp-block-group ul li{
    position: relative;
        text-align: left;
}
#recent-posts-9 ul li::before, .widget_block .wp-block-group ul li::before{
    content: "\261D";
    display: inline-block;
    transform: rotate(90deg) scaleX(-1);
    left: -14px;
    top: 3px;
    position: absolute;
}
.widget ul, .widget_recent_entries ul {
    padding: 8px !important;
}
.widget ul li a, .widget_recent_entries ul li a {
    color: #3e3e3e !important;
    font-weight: 600;
    font-size: 15px;
    left: 15px;
    position: relative;
}
.media-box {
    background-color: #f2f9ff !important;
    padding: 20px !important;
    border-left: 3px solid #1c4976 !important;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 5%) !important;
}
.pink-box{
    background-color: #f7fff9;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #FF69B4;
    border-radius: 15px;
}
.green-box{
    background-color: #f7fff9;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #00e477;
    border-radius: 15px;
}
.blue-box{
    background-color: #f7fff9;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #1c8edf;
    border-radius: 15px;
}
.widget_block .wp-block-group .wp-block-categories .wp-block-categories__label{
  display: none !important;
}

.widget_block .wp-block-group .wp-block-categories select{
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    border-color: #3970a787;
    background-color: #f2f9ff;
    color: #3a72a9;
    padding: 10px;
}