.dh-Subscribe-area {
  position: relative;
  margin-bottom: -99px;
}
.dh-Subscribe-area .row.dh-bg {
  background: var(--color-primary);
  padding: 79px 0 79px 43px;
  border-radius: 10px;
}
.dh-Subscribe-form {
  margin: 0 0 0 7px;
}
.dh-Subscribe-title h2 {
  font-size:36px;
  font-weight: 800;
  color: var(--color-second);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crmFormVali-error {
    color: #ffffff!important;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: auto!important;
}

.dh-Subscribe-area .dh-form-field input {
font-size: 18px;
font-weight: 400;
height: 60px;
padding: 5px 35px 5px 28px;
position: relative;
width: 64%;
margin: auto;
border: 0;
border-radius: 5px;
box-shadow: 0px 5px 20px 0px rgb(164 155 221 / 41%);
background: #fff;
outline: 0;
color: black;
}
.dh-subscribe-button {
  color: var(--color-second);
  font-size: 18px;
  border: none;
  display: inline-flex;
  align-items: center;
  background: var(--btn-hover);
  padding: 16px 32px 18px;
  position: absolute;
  right: 61px;
  bottom: 0px;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.dh-subscribe-button i {
  font-size: 19px;
  padding-left: 9px;
}

.dh-footer-area {
  padding: 179px 0 12px;
  background-color: var(--title-text-color);
}
.dh-footer-area .dh-bio-content p {
  color: var(--color-second);
  font-size: 16px;
  font-weight: 400;
  padding: 36px 0 30px;
}
.dh-footer-menu-title {
  display: inline-block;
}
.dh-footer-menu-title h3 {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary);
  transition: .5s;
}
.dh-footer-area .dh-social-icon {
  display: inline-block;
  margin-left: 19px;
}
.dh-footer-area .dh-social-icon ul li {
  display: inline-block;
}
.dh-footer-area .dh-social-icon ul li a i {
  display: inline-block;
  color: var(--color-second);
  font-size: 15px;
  padding-right: 8px;
transition: .5s;
}
.dh-footer-service-menu {
  margin-left: 21px;
}
.dh-footer-title h4 {
  color: var(--color-second);
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 52px;
}
.dh-footer-area .dh-service-menu-items {
  margin-left: 32px;
}
.dh-footer-area .dh-service-menu-items ul li {
  display: inherit;
  position: relative;
  margin-top: 10px;
}
.dh-footer-area .dh-service-menu-items ul li::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  background: #fff;
  left: -31px;
  bottom: 12px;
  cursor: pointer;
  transform: scaleY(2);
  opacity: 1;
  transition: .5s;
}
.dh-footer-area .dh-service-menu-items ul li a {
  display: inline-block;
  color: var(--color-second);
  font-size: 16px;
  font-weight: 400;
  transition: .5s;
}
.dh-footer-title h2 {
  font-size: 22px;
  color: var(--color-second);
  font-weight: 500;
}
.dh-footer-Address {
  margin-left: 39px;
}
.dh-footer-Address-text p {
  font-size: 15px;
  color: var(--color-second);
}
.dh-footer-title h3 {
  color: var(--color-second);
  font-size: 22px;
  font-weight: 500;
}
.dh-footer-area .dh-single-recent-post-box {
  display: inline-block;
  margin-bottom: 30px;
}
.dh-footer-Posts {
  margin-left: 30px;
}
.dh-footer-area .dh-post-thumb {
  float: left;
  margin-right: 14px;
}
.dh-footer-area .dh-post-thumb img {
  max-height: 81px;
  max-width: 81px;
}
.dh-footer-area .dh-post-content-text p {
  color: var(--color-second);
  font-size: 16px;
  font-weight: 400;
}
.dh-footer-area .dh-post-content-text h4 {
  color: var(--color-second);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 10px;
}
.dh-footer-area .dh-post-content-text span {
  color: var(--color-second);
  font-size: 14px;
  font-weight: 400;
}
.dh-footer-copyright-text p {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: "Roboto";
}
.dh-footer-copyright-menu {
  text-align: right;
}
.dh-footer-copyright-menu ul li {
  display: inline-block;
}
.dh-footer-copyright-menu ul li a {
  opacity: 50%;
  padding-left: 29px;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: "Roboto";
}
.dh-footer-area .dh-post-content-text h4 a:hover {
  color: var(--color-primary);
}
.dh-footer-area .dh-service-menu-items ul li:hover::before{
color: var(--color-primary);
}
.dh-footer-area .dh-social-icon ul li a i:hover{
color: var(--color-primary);
}
.dh-footer-area .dh-service-menu-items ul li a:hover {
  color: var(--color-primary);
}
.dh-footer-area .dh-service-menu-items ul li:hover:before {
  opacity: 1;
  transform: scaleY(1);
  background: var(--color-primary);
}

@media (min-width: 1500px) {
  .dh-Subscribe-area .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dh-Subscribe-area .container {
    max-width: 1140px;
  }
  .dh-footer-area {
    padding: 159px 0 12px;
  }
}

@media (min-width: 1170px) and (max-width: 1199px) {
  .dh-Subscribe-title h2 {
    font-size: 34px;
    margin-top: 10px;
  }
  
  .dh-footer-Address {
    margin-left: 0;
  }
  
  .dh-footer-Posts {
    margin-left: 0;
  }
  
  .dh-footer-Posts .dh-post-content-text h4 {
    font-size: 17px;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dh-Subscribe-title h2 {
    font-size: 32px;
  }
  .dh-subscribe-button {
    right: 50px;
  }
  .dh-footer-area {
    padding: 200px 0 12px;
  }
  .dh-footer-Posts {
    margin-left: -11px;
  }
  .dh-footer-Address {
    margin-left: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dh-Subscribe-area {
    margin-bottom: -55px;
    padding: 0px 0 0;
  }
  .dh-Subscribe-area .row.dh-bg {
    padding: 31px 0 31px;
  }
  .dh-Subscribe-title {
    padding: 11px 0 0;
  }
  .dh-Subscribe-title h2 {
    font-size: 26px;
    margin: 0 0 0 3px;
    position: relative;
    left: 11px;
  }
  .dh-Subscribe-form {
    margin: 0 0 0 7px;
    position: relative;
    left: 20px;
  }
  .dh-Subscribe-area .dh-form-field input {
    height: 50px;;
  }
  .dh-subscribe-button {
    padding: 9px 13px 17px;
    right: 37px;
  }
  .dh-subscribe-button i {
    font-size: 14px;
  }
  .dh-footer-copyright-menu ul li a {
    font-size: 14px;
    padding-left: 17px;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-service-menu {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .dh-footer-Posts {
    margin-left: 0;
  }
  .dh-footer-area {
    padding: 125px 0 12px;
  }
  .dh-footer-title h4 {
    margin-bottom: 41px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dh-Subscribe-area .row.dh-bg {
    padding: 20px 0 20px;
  }
  .dh-Subscribe-area {
    margin-bottom: -52px;
  }
  .dh-Subscribe-title {
    padding-left: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  .dh-Subscribe-title h2 {
    font-size: 20px;
  }
  .dh-Subscribe-area .dh-form-field input {
    font-size: 10px;
    height: 42px;
    padding: 5px 130px 5px 28px;
    width: 56%;
  }
  .dh-subscribe-button {
    font-size: 16px;
    padding: 10px 12px;
    right: 225px;
  }
  .dh-subscribe-button i {
    font-size: 15px;
  }
  .dh-footer-area .dh-bio-content p {
    padding: 18px 0 2px;
  }
  .dh-footer-title h4 {
    margin: 20px 0 21px;
  }
  .dh-footer-service-menu {
    margin-left: 0;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
  }
  .dh-Subscribe-form {
    text-align: center;
  }
  .dh-subscribe-button {
    right: 120px;
  }
  .dh-footer-copyright-text {
    text-align: center;
  }
  .dh-footer-copyright-menu {
    text-align: center;
  }
  .dh-footer-area {
    padding: 122px 0 12px;
  }
  .dh-footer-area .dh-bio-content p {
    width: 70%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-Subscribe-area .row.dh-bg {
    padding: 26px 0 37px;
  }
  .dh-Subscribe-title {
    padding-left: 0;
    text-align: center;
    margin-bottom: 7px;
  }
  .dh-Subscribe-title h2 {
    font-size: 35px;
  }
  .dh-Subscribe-area .dh-form-field input {
    height: 52px;
    width: 86%;
  }
  .dh-Subscribe-area .dh-form-field {
    text-align: center;
  }
  .dh-subscribe-button {
    padding: 14px 24px 14px;
    right: 46px;
  }
  .dh-footer-service-menu {
    margin-bottom: 24px;
  }
  .dh-footer-service-menu {
    margin-left: 0;
    padding-top: 23px;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
    padding-top: 11px;
  }
  .dh-footer-title h4 {
    margin-bottom: 30px;
  }
  
  .dh-footer-copyright-text {
    text-align: center;
  }
  .dh-footer-copyright-menu {
    text-align: center;
  }
  .dh-footer-copyright-menu ul li a {
    padding-left: 13px;
  }
  .dh-footer-area {
    padding: 168px 0 12px;
  }
  .dh-footer-area .dh-bio-content p {
    width: 79%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dh-Subscribe-area .row.dh-bg {
    padding: 20px 0 26px;
  }
  .dh-Subscribe-title {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .dh-Subscribe-title h2 {
    font-size: 23px;
  }
  .dh-Subscribe-area .dh-form-field {
    text-align: center;
  }
  .dh-subscribe-button {
    right: 31px;
  }
  .dh-Subscribe-area .dh-form-field input {
    padding: 5px 35px 5px 8px;
  }
  .dh-Subscribe-area .dh-form-field input {
    height: 36px;
    width: 89%;
  }
  .dh-subscribe-button {
    font-size: 15px;
    padding: 5px 10px 7px;
  }
  .dh-footer-area .dh-service-menu-items ul li::before {
    height: 0;
  }
  .dh-footer-service-menu {
    margin-left: 0;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
  }
  .dh-footer-area .dh-service-menu-items {
    margin-left: 0;
  }
  .dh-footer-service-menu {
    margin-bottom: 24px;
  }
  .dh-footer-service-menu {
    margin-left: 0;
    padding-top: 23px;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
    padding-top: 11px;
  }
  .dh-footer-title h4 {
    margin-bottom: 17px;
  }
  .dh-footer-copyright-menu ul li a {
    padding-left: 7px;
  }
  .dh-footer-copyright-text {
    text-align: center;
    padding-bottom: 70px;
  }
  .dh-footer-copyright-menu {
    text-align: center;
  }
  .dh-footer-area {
    padding: 167px 0 12px;
  }
}

p{
  font-size: 16px!important;
}
@media (max-width:991px) {
  p{
  font-size: 14px!important;
}
}

@media (max-width:791px) {
  p{
  font-size: 13px!important;
}
}
