/* Header Css */

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    /*.dropdown .dropdown-menu {*/
    /*    display: none;*/
    /*}*/
}

@media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}

@media all and (max-width : 768px){
.cta-sec img {
    transform: none;
    margin-left: 0px;
    margin-top: 30px;
}

section.expect-sec img {
    transform: none;
    margin-left: 0px;
    margin-top: 60px;
}

section.expect-sec h2 {
    font-size: 45px;
    line-height: 60px;
}

section.expect-sec p {
    width: 85%;
}

section.expect-sec ul li {
    width: 100%;
}

section.review-sec h2 {
    font-size: 45px;
    line-height: 60px;
}

.col-md-5.starcol {
    margin-top: 25px;
}

section.copyright ul {
    justify-content: center;
}

p.copyright {
    text-align: center;
    margin-bottom: 10px;
}

.footer-sec h2 {
    margin-top: 25px;
}

section.package-sec h2 {
    font-size: 45px;
    line-height: 60px;
}

section.package-sec p {
    width: 85%;
}

section.portfolio-sec p.subtxt {
    width: 85%;
}

section.portfolio-sec h2 {
    font-size: 44px;
    line-height: 60px;
}

section.manifesto-sec img {
    transform: none;
    margin: 0px;
    margin-top: 50px;
}

section.service-sec h2 {
    font-size: 45px;
}

button.slick-arrow {
    display: none;
}

.footer-sec ul li {
    font-size: 15px;
}

.modal-dialog.modal-dialog-centered {
    max-width: 100% !important;
}

.modal button.close {
    right: -5px;
}

ul.navbar-nav {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    gap: 20px !important;
    width: 100%;
}

.header-btn.d-flex {
    display: none !important;
}

.navbar-dark .navbar-toggler {
    color: white;
    border-color: white !important;
}
}