.footer-link.footer-link-hedding {
    margin: 0px 33px;
}
#bannerLink li {
    list-style: none;
}
#bannerLink li a {
   color: #e0ae25 !important;
}
#bannerLinks li {
    list-style: none;
}
body nav .nav-container .nav-container {
    box-shadow: none;
    width: 100%;
    padding: 0;
    position: relative;
}
header nav.header-fancy .nav-header {
    left: -15px;
    bottom: 0;
}
.core-nav .wrap-core-nav-list .core-nav-list li.auth-menu {
    position: relative;
}
.core-nav .wrap-core-nav-list .core-nav-list li .submenu {
    position: absolute;
    box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.1);
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 152px;
    border-radius: 0 0 10px 10px;
    padding: 10px 0px;
}
.core-nav .wrap-core-nav-list .core-nav-list li .submenu li {
    width: 100%;
    text-align: left;
}
.core-nav .wrap-core-nav-list .core-nav-list li .submenu li a {
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}

img {
    max-width: 100%;
}

#appointment_form {

    background-color: rgba(113, 140, 130, 0.7);
    padding: 30px;
    border-radius: 15px;
       -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.blog-post .blog-detail .price {
    padding: 5px 0 10px 0;
    float: left;
    width: 100%;
}
.blog-post .blog-detail .price b {
    font-size: 18px;
    color: #353535;
}
.team-details .team .team-photo img {
    height: auto;
    width: auto;
}
.team-details .team {
    padding: 30px;
}
#blog .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
}

#contactus #add_request {
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

.form-control {
    background: #f1f3f2;
}

.contactus-home h1 .theme-color {
    color: #fff !important;
}
.login-register-main .bg-gray-100 {
    background-color: transparent;
}

.login-register-main {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.active-btn {
    background-color: #e0ae25;
}

.active-btn:hover, .active-btn:focus  {
    background-color: #c6981a;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
#payment-form .card {
    border: none;
}
.class-details #paymentForm {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}


.btn-dark.disabled, .btn-dark:disabled {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}
.class-title {
    min-height: 55px;
}
.swal-text {
    text-align: center !important;
}
.swal-footer {
  text-align: center !important;
}
.swal-button {
    background-color: #718c82 !important;
    border-color: #718c82 !important;
}