/* 
 Theme Name:   estate-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     expert-estate-manager
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
.breadcrumb-section h1 {
    font-size: 40px;
}

.inarea-blog-2-column-area {
    padding-bottom: 0;
}

strong {
    font-weight: bold;
}

.sidebar {
    margin-bottom: 30px;
}

.section {
    padding: 40px 0;
}

.hero {
    padding-bottom: 40px;
}

.bg-light {
    background: #f3f3f3;
    padding: 40px 20px;
}

.bg-light-primary {
    background-color: rgba(3, 181, 195,0.3);
    padding: 40px 20px;
}

.bg-dark {
    background: #26333e;
    padding: 40px 20px;
}

.bg-dark h2,
.bg-dark a {
    color: var(--color-primary1);
}
.bg-dark p {
    color: #fff;
}

.box {
    height: 100%;
    padding: 15px;
    background-color: rgba(3, 181, 195,0.3);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

input[type="submit"] {
    padding: 20px 30px;
    border-radius: 25px;
}

.nf-form-title h2 {
    margin-bottom: 15px; 
}

.box1 {
    border: 2px solid var(--color-primary1);
    border-radius: 25px;
    padding: 25px;
    height: 100%;
}

.box1 h2 {
    text-align: center;
    color: var(--color-primary1);
}

.sidenav {
    height: auto;
    left: 65%;
}

@media (max-width: 526px ) {
    .sidenav {
        left: 60%;
    }
}


@media (max-width: 360px ) {
    .sidenav {
        left: 50%;
    }
}


@media (max-width: 768px) {
    .breadcrumb-section h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.75rem;
    }
    h3 {
      font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section h1 {
      font-size: 1.75rem;
    }
    h2 {
      font-size: 1.5rem;
      text-align: center;
    }
    h3 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 1000px) {
    .sidebar {
        margin-top: 0;
    }
}

#scrolltop {
    height: auto;
}

.footer-area .footer-row {
    padding: 25px 0;
}

.copy-right p a {
    color: var(--color-primary1);
}

.footer-area .widget form button {
    width: 90px;
    border-radius: 25px;
}