
/** default-sidebar **/

.default-sidebar{
  position: relative;
}

.default-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: rgba(25, 36, 88, 0.05);
  border-radius: 5px;
  padding: 40px 40px 45px 40px;
}

.default-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.default-sidebar .widget-title h4{
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.default-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin-bottom: 0px;
}

.default-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #575757;
  padding: 10px 80px 10px 25px;
}

.default-sidebar .search-widget .search-form .form-group button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.default-sidebar .search-widget .search-form .form-group input:focus{

}

.default-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.default-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.default-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: var(--title-color);
  background: #fff;
  padding: 19px 28px;
  border-radius: 5px;
}

.default-sidebar .category-widget .category-list li a:hover,
.default-sidebar .category-widget .category-list li a.current{
  color: #fff;
}

.default-sidebar .category-widget .category-list li a i{
  position: relative;
  margin-right: 8px;
  top: 0px;
}

.default-sidebar .contact-widget .inner-box{
  position: relative;
  display: block;
  width: 100%;
  padding: 60px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.default-sidebar .contact-widget .inner-box:before{
  position: absolute;
  content: '';

  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0.75;
}

.default-sidebar .contact-widget .inner-box .icon-box{
  position: relative;
  display: block;
  font-size: 58px;
  color: #fff;
  margin-bottom: 26px;
}

.default-sidebar .contact-widget .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.default-sidebar .contact-widget .inner-box h4:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
}

.default-sidebar .contact-widget .inner-box .phone a{
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

.default-sidebar .contact-widget .inner-box .phone a:hover{
  text-decoration: underline;
}

.default-sidebar .contact-widget .inner-box .email a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 35px;
}

.default-sidebar .contact-widget .inner-box .email a:hover{
  text-decoration: underline;
}

.default-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding: 0px 0px 0px 100px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  min-height: 125px;
}

.default-sidebar .post-widget .post:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.default-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 78px;
  border-radius: 5px;
}

.default-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
}

.default-sidebar .post-widget .post .post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.default-sidebar .post-widget .post .post-info li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 18px;
  margin-right: 8px;
}

.default-sidebar .post-widget .post .post-info li:last-child{
  margin: 0px !!important;
}

.default-sidebar .post-widget .post .post-info li i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 12px;
}

.default-sidebar .post-widget .post .post-info li a{
  display: inline-block;
  color: var(--text-color);
}

.default-sidebar .post-widget .post .post-info li a:hover{

}

.default-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.default-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: var(--title-color);
}

.default-sidebar .post-widget .post h5 a:hover{

}

.default-sidebar .post-widget{
  padding-bottom: 0px;
}

.default-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.default-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  color: var(--title-color);
  text-transform: uppercase;
  background: #fff;
  padding: 8px 16px;
  border-radius: 5px;
}

.default-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
  background: #142458;
}

.default-sidebar .tags-widget{
  padding-bottom: 35px;
}



/** rtl-css **/

.rtl .default-sidebar .category-widget .category-list li a i{
  margin-right: 0px;
  margin-left: 8px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .appointment-section .inner-box .form-inner{
    margin-bottom: 30px;
  }

  .blog-list-content{
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .default-sidebar .sidebar-widget{
    padding-left: 30px;
    padding-right: 30px;
  }
}









































