/*
============================
Name:  Lawsy Law Consulting Theme
Version: 1.0.0
Description:Lawsy law - Lawyer & Attorney Consulting Templete
Author: unifato
Version: 1.0.0
Author URI: https://themeforest.net/user/unifato/portfolio
Location:
============================
*/

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
input, textarea, select, option {
  max-width: 100%;
}

img{
  max-width: 100%;
  max-height: 100%;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus{
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
}
p{
  margin: 0;
}


/* start new css */
.header-top-border{
  background-color: #d3ac2b;
}

.social-mediya ul li {
  margin-left: 10px;
}
.social-mediya ul li a{
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  border-radius: 5px;
}

.social-mediya ul li a:hover{
  background-color: #ffffff ;
  color: #00549e !important;
}

.homepage7 .header-elements .site-logo a img {
  filter: brightness(100) !important;
}
.header.sticky .header-elements .site-logo a img {filter: none !important;}

.header.sticky .header-elements .main-menu-ex ul li a {
  color: #3b475c !important;
}
.header.sticky .header-elements .main-menu-ex ul li a:hover {
  color: #d3ac2b !important;
}



.reliese .real-icon {
    margin-right: 10px;
}

.reliese .real-icon i {
    background: #c5a22d;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.reliese {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.reliese .real-icon {
  margin-right: 10px;
  flex-shrink: 0;
}

.reliese .real-text {
  margin-top: 4px;
  flex: 1;
}
.dreeling ul{
  margin-bottom: 15px;
  background-color: #3b475c;
  border-radius: 50px;
  padding: 10px 15px;
  color: #ffffff;
}
.dreeling ul li:first-child{
  margin-left:20px;
}

.dreeling ul li i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #d3ac2b;
  margin-right: 10px;
}
.dreeling ul li p{
  font-size: 20px;
}