.logo { display:flex;}
.logo img{ margin-right:10px;}
h1.sitename{ line-height:34px; }
.footer_area  li{ list-style:none;}
.footer_area  li a{ color:#fff !important;}
.page-title {
    color: #fff;
    background-color: #175888;
    padding: 25px 0;
    position: relative;
	margin-bottom:20px;
}
.page-title h1{color: #fff;}
.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.page-title .breadcrumbs ol li  a{ color:#fff;}
.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb,#fff, transparent 70%);
}
.main{ padding-bottom:60px;}
.post-item h4 { font-size:14px !important;}
.post-item h4 a{     color: var(--text-color-dark)!important;}
.widget-title { font-size:18px;}
.modal-header .btn-close {
    padding: .5rem;
    margin: 20px;
}
.h1, h1 {
        font-size: 2rem;
    }
article h2{ font-size:18px;}	
article{
border-bottom:1px dashed #ccc;
padding-bottom: 5px;
}
.social_media_v_one.style_two ul li a {
    background-color: transparent !important ;
	
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #6CC266;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
  padding: 11px;

}

.scroll-top:hover {
  background-color: color-mix(in srgb, #6CC266, transparent 20%);
  color:  #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
:root {
  scroll-behavior: smooth;
}
.bxshdow{
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 25px #999;
    border: 1px solid #bbb;
    overflow: hidden;	
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0 10px; /* optional spacing */
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li:not(:first-child)::before {
    content: "|";
    position: absolute;
    left: 0;
    color: #fff; /* white color */
    padding-right: 10px; /* optional spacing after the pipe */
	    font-size: 12px;
    line-height: 27px;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li:first-child{
   
    padding-left: 0px;
}
.footer_seven {
    padding-top: 30px;
}

@media only screen and (max-width: 600px) {
  .header .header_logo_box img, .default_sickty_heaad .header_logo_box img {
	  width:80px;
    
  }
  br{ display:block;}
  .sitename span{ font-size:16px !important; line-height:28px;}
  #footer_contents ul {
  padding-left: 0px;
  }
  .form-h4 {
  font-size: 18px !important;
  }
  .title_all_box.style_seven .title, .title_all_box.style_seven h1, .title_all_box.style_seven h2, .title_all_box.style_seven h3, .title_all_box.style_seven h4, .title_all_box.style_seven h5, .title_all_box.style_seven h6{
	   font-size: 20px !important;
	  }
	  .title_all_box .title_sections h2, .title_all_box.style_one .title_sections h2, .title_all_box.style_two .title_sections h2, .title_all_box.style_one .title_sections .title, .title_all_box.style_two .title_sections .title{ font-size: 20px !important;}
	  .choose_box.type_one .text_box h2 a{ font-size: 20px !important;}
	   .title_all_box.style_seven .title, .title_all_box.style_six .title_sections .title {
    font-size: 20px !important;
  }
	.crt_mobile_menu .logo_default{ width:80px;}  
	.crt_mobile_menu  .sitename span {
    font-size: 14px !important;
    line-height: 28px;
  }
}