@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*:not(i),
.alt-font,
.btngold-custom {
    font-family: "Prompt", sans-serif;
}

.navbar .navbar-nav .nav-link {
    width: max-content;
}

header .navbar [class*=col-] .navbar-nav {
    flex-wrap: wrap;
    padding: 15px 20px;
}

.header-logo {
    align-items: center;
}

.btngold-custom {
    /* background-color: #CFB583; */
    color: #212E51;
    font-weight: 400;
    padding: 10px 60px;
    border-radius: 10px;
    border-width: 3px;
    background: linear-gradient(#CFB583, #CFB583) padding-box,
        linear-gradient(165deg, rgba(160, 133, 86, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(160, 133, 86, 1) 100%) border-box;
}

.partner-logo {
    background-color: #212E51;
}

.text-gold {
    color: #CFB583;
}

hr.goldenline {
    width: 40%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(187, 142, 65, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(187, 142, 65, 1) 100%) 1;
    opacity: 1;
    margin: 15px 0px;
}

.section-title.bottomline h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title.bottomline h3.text-shadow {
    text-shadow: #000 1px 0 10px;
}

.text-darkblue {
    color: #212E51;
}

.mr-10px {
    margin-right: 10px;
}

.call-btn {
    background: #CFB583;
    color: #fff;
    border-radius: 5px;
    max-width: 200px;
    box-shadow: 0px 0px 20px 0px rgba(207, 181, 131, 0.75);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(207, 181, 131, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(207, 181, 131, 0.75);
    margin-bottom: 30px;
}

.line-btn {
    background: #06C755;
    color: #fff;
    border-radius: 5px;
    max-width: 200px;
    box-shadow: 0px 0px 20px 0px rgba(207, 181, 131, 0.75);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(207, 181, 131, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(207, 181, 131, 0.75);
}

.header-top-right .btn-box .call-btn {
    background: transparent;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: start;
}

.header-top-right .btn-box .call-btn i {
    color: #CFB583;
}

.btn-box {
    padding: 20px 0px;
    display: flex;
    justify-content: stretch;
    flex-direction: column;
}

.btn-box a.btn:hover {
    background: #212E51;
    color: #fff;
}

.navbar {
    background: #212E51;
}

.header-light .navbar-nav .nav-link {
    color: #97A4C7;
}

.bg-maincolor {
    background: #212E51;
}

.bg-maincolor a {
    color: #fff;
}

.bg-maincolor p {
    color: #e3ded1;
}

.bg-custom-gold {
    background: #CFB583;
}

#map {
    width: 100%;
    height: 100%;
}

.map-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map-wrapper a {
    display: flex;
    justify-content: center;
}

.border-color-transparent-white-light {
    border-top: 1px solid #CFB583 !important;
}

.sticky-icon {
    position: fixed;
    top: 25%;
    right: 15px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    z-index: 9999;
}

.sticky-icon ul li {
    margin-top: 17px;
    margin-bottom: 17px;
}

.sticky-icon ul li a img {
    width: 60px;
    height: auto;
}

footer .footer-logo img {
    max-height: max-content;
}

@media only screen and (min-width: 992px) {
    header .navbar-brand img {
        max-height: max-content;
    }
}

.fs-50 {
    font-size: 50px;
}

.fs-35 {
    font-size: 35px;
}

.pricing-table-style-04 .accordion-item.active-accordion {
    background-color: #212E51 !important;
}