
/*** Footer ***/
.footer {
    color: var(--white-color);
    background: var(--extralight-gray);
    position: relative;
}

.footer-top{
    border-bottom: 1px solid rgba(256, 256, 256, .1);
} 



.footer h3{
    font-size: 1.1rem;
    color: var(--secondary-color);
}
.footer ul{
    padding: 0;
    margin-left:0px;
}

.insur-listing li{
    list-style: none;

}
.insur-listing li a:before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;  
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.footer li a{
    font-size: 0.8rem;
    color: var(--darkblue-color);
}
.footer li a:hover{
    color: var(--secondary-color);
}

.footer .btn.btn-link {
        display: block;
    margin: 5px 18px;
    padding: 0;
    text-align: left;
    color: var(--darkblue-color);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
}

.footer .btn.btn-link:hover {
    color: var(--secondary-color);
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary-color);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright .social-icon a {
    color: var(--white-color);
}
.footer .copyright a.social-icon {
    color: var(--white-color);
} 
.footer .copyright a {
    color: var(--secondary-color);
}

.footer .copyright a:hover {
    color: var(--darkblue-color);
}

.footer .form-control{
    font-weight: 300;
}



.footer img.footer-logo{
    height:90px;
}


.newsletterForm {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.newsletterForm .form-control{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.newsletterForm button.btn.theme-btn {
    padding: 12px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 7px;
}

input.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color:var(--darkblue-color) !important;
    font-weight: 300;
    letter-spacing: 1px;
  }
  
  input.form-control::placeholder {
    color:var(--darkblue-color) !important;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .disclaimer-text {
    background: #eef3fc;
}
.disclaimer-icon {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid #527db8;
    color: #527db8;
    border-radius: 50%;
    flex: none;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}
  

  .disclaimer-text small{
    display: block;
    font-weight: 300;
    font-size: 0.8rem;
    font-family: "Raleway", sans-serif;
    color: var(--black-color);
  }

  .social-icon .circle-icons{
    width: 35px;
    height: 35px;
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 17px;
  }

  .social-icon .circle-icons:hover{
    background: var(--secondary-color);
    color: var(--white-color);
  }


  .social-icon{
        width: 35px;
    height: 35px;
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 17px;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
       
        text-decoration:none;
        transition:0.3s;
    }

    .instagram-bg{
        background:#e1306c;
    }

    .facebook-bg{
        background:#1877F2;
    }

    .youtube-bg{
        background:#FF0000;
    }

    .linkedin-bg{
        background:#0A66C2;
    }

    .social-icon:hover{
        transform:translateY(-5px);
        color:#fff;
    }
  .copyright small{
    color: var(--black-color);
    font-weight: 200;
  }
  @media (max-width:767px){
    footer .col {
        width: 50%;
        flex: auto;
      }
  }

  
  @media (max-width:480px){
    .footer-top p {
        font-size: 0.8rem;
    }
  footer .col {
    width: 100%;
  }
  }
  


 