.contact-item-top-icon i {
    /* width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.contact-item-top-icon {
    margin-bottom: 5px;
}

.contact-item-top-icon h5 {
    margin: 0;
    font-size: 1rem;
    margin-left: 10px;
}

.contact-item-top-info span {
    color: var(--tp-color-gray);
    line-height: 1.8;
    font-size: 1rem;
}

.contact-item-top-info a {
    color: var(--tp-secondary-color);
    font-size: 16px;
    margin-left: 9px;
}

.contact-form {
    margin-top: 60px;
}

iframe {
    width: 100%;
}

.tp-contact-items {
    padding-left: 40px;
}

.tp-contact-items ul li {
    margin-bottom: 30px;
}

.tp-footer-header {
    color: #0099cd;
    margin-bottom: 40px;
    font-size: 28px;
}

.map-area-img {
    height: 310px;
}

.tp-footer-form-items {
    display: flex;
    flex-direction: row;
}

.form-control {
    width: 100%;
    border: 0.1px solid var(--tp-primary-color);
    background-color: white;
}

.form-control:hover {
    border: 0.1px solid var(--tp-primary-color);
    box-shadow: none;
    background-color: var(--tp-input-color);
}

.form-control::before {
    border: 0.1px solid var(--tp-primary-color);
    box-shadow: none;
    background-color: var(--tp-input-color);
}

.form-control:active {
    border: 0.1px solid var(--tp-primary-color);
    box-shadow: none;
    background-color: var(--tp-input-color);
}

.form-control-width {
    height: 60px !important;
}

.form-control-width-footer {
    height: 50px !important;
    width: 270px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    /* background-color: rgb(159, 159, 159) !important; */
}

.form-control-width-footer2 {
    height: 40px !important;
    width: 230px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.form-control-0 {
    width: 95%;
}

.form-field {
    width: -webkit-fill-available;
    width: -moz-available;
}

.footer-item-top-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tp-input-color);
    /* padding-top: 2.7%; */
    /* padding: 2.7% 2% 0 2%; */
    margin: 2% 0;
    width: 40px;
}

.tp-footer-bottom-section {
    padding: 0 3%;
    background-color: var(--tp-color-black);
    font-style: normal;
}

.tp-footer-bottom-section p {
    color: rgb(181, 180, 180);
    text-align: center;
}

.footer-section {
    padding: 60px;
    background-color: rgb(14, 14, 14);
    display: flex;
    font-style: normal;
}

.tp-footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    /* background-color: rgb(37, 37, 37); */
}

.tp-footer-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
}

.tp-footer-items.first-item {
    width: 40%;
}

.tp-footer-items ul {
    padding-left: 0rem !important;
}

.btn-submit-footer {
    background-color: var(--tp-secondary-color);
}

.btn-submit-footer:hover {
    background-color: var(--tp-secondary-color);
}

.btn-submit-footer:hover span {
    font-size: 1rem;
}

.btn-submit-footer i {
    color: white;
}

.btn-submit-footer span {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.tp-footer-items p {
    text-align: left;
    margin-top: 20px;
    color: rgb(188, 187, 187);
}

.tp-footer-wrapper {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp-footer-items ul {
    width: max-content;
    margin-bottom: 0;
}

.tp-footer-items ul li {
    text-align: left;
    width: max-content;
}

.tp-footer-items-links {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-left: 0 !important;
}

.footer-icon {
    display: flex;
    gap: 20px !important;
    flex-direction: row;
}

.footer-icon .footer-icon-items {
    border: none;
    border-radius: 50%;
}

.footer-icon .footer-icon-items.active {
    border: 1px solid var(--tp-secondary-color);
    background-color: var(--tp-secondary-color);
}

.footer-icon .footer-icon-items a i {
    font-size: 1.4rem;
    color: white;
}

.footer-title {
    font-size: 1.1rem;
    color: white;
}

.line-white {
    color: white;
    width: 80%;
}

.tp-footer-items .first-footer-item {
    padding-right: 40px;
}

.tp-footer-items ul li h5 {
    color: rgb(225, 225, 225);
}

.tp-footer-items ul li a {
    font-size: 15px;
    position: relative;
    line-height: 1.8;
    width: max-content;
    display: flex;
    /* justify-content: left; */
    /* align-items: left; */
    padding-bottom: 4%;
    color: white;
    padding-left: 5px;
}

.tp-footer-items ul li a.active {
    color: var(--tp-secondary-color);
    font-weight: 700;
    font-size: 1.1rem;
}

.tp-footer-items-icon {
    display: none;
    padding-right: 1%;
    left: -10px;
    position: absolute;
}

.form-title {
    color: white;
}

.form-sub-title {
    font-weight: 500 !important;
    font-size: 1rem !important;
    color: rgb(188, 187, 187) !important;
}

.tp-footer-items ul li a:hover .tp-footer-items-icon {
    display: inline-block;
}

/* .tp-footer-items ul li a:hover {
    padding-left: 8%;
} */

.tp-footer-logo {
    padding: 0;
}

.tp-footer-logo img {
    width: 300px;
}

.form-controls h4 {
    text-align: justify !important;
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    padding: inherit;
}

.form-controls p {
    text-align: justify;
    color: rgb(188, 187, 187);
    font-size: 0.8rem;
    font-weight: 300;
    padding: inherit;
}

@media (max-width: 768px) {
    .d-sm-hide {
        display: none !important;
    }

    .footer-section {
        padding: 40px 20px;
    }

    .tp-footer-content {
        flex-direction: column;
        /* Stacks items vertically */
        align-items: center !important;
        /* Center the items in the column */
    }

    .tp-footer-items .line-white {
        margin: 5px 0 15px !important;
    }

    .tp-footer-wrapper {
        align-items: center !important;
        width: max-content;
    }

    .tp-footer-items ul {
        display: flex;
        flex-direction: column;
        width: max-content;
    }

    .tp-footer-items ul li {
        align-items: center !important;
        width: max-content;
    }

    .container-wrapper {
        padding: 40px 20px;
    }

    .tp-footer-form-items {
        display: flex;
        flex-direction: column;
    }

    .tp-footer-logo {
        width: 50%;
        /* Adjust logo size for smaller screens */
    }

    .d-sm-col {
        display: inline-block;
    }
}

.navbar-bottom-links .dropdown-submenu {
    position: relative;
}

.navbar-bottom-links .dropdown-submenu .dropdown-menu {
    top: 33px;
    left: 0;
    height: auto;
    max-width: fit-content;
    z-index: 9999;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar-bottom-links .dropdown-submenu .dropdown-menu.sub-dropdown-menu {
    left: 90% !important;
    top: 13px;
    height: auto;
    max-width: fit-content;
    z-index: 9999;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar-bottom-links .nav-item.dropdown-submenu .dropdown-menu.subicon {
    top: 11px;
    left: 140px;
}

.navbar-bottom-links .dropdown-submenu .dropdown-menu a {
    color: var(--tp-color-black);
    padding: 10px 30px 10px 0;
    font-size: 0.9rem;
    font-weight: 500;
    width: max-content;
    max-width: max-content;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
}

.navbar-bottom-links .dropdown-submenu .dropdown-menu a:hover {
    color: var(--tp-secondary-color);
}

.tp-footer-bottom-section p a {
    color: #0099cd;
}