html {
    -webkit-text-size-adjust: none;
}

.s1.parallax {
    height: 200px;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    background-color: #4fbf1c;
    outline: none !important;
}

.swal-button:not([disabled]):hover {
    background-color: #70bb3c;
    outline: none;
}

.swal-title {
    color: rgb(79, 191, 28);
    font-size: 21px;
}

.swal-text {
    font-size: 14px;
    text-align: center;
}

.swal-icon--success__ring {
    border: 4px solid hsl(101.2, 74.4%, 42.9%);
    background-color: #48a806c7;
    color: white !important;
}

.swal-icon--success__line {
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 9;
}

.logo-brand {
  transition: none !important;
}

@media (max-width: 620px) {
    .nav-bar .navbar-light .navbar-brand img {
        max-height: 80px;
    }

    .carousel-indicators {
        margin-bottom: -2rem;
    }

    p {
        font-size: 16px;
        margin-bottom: 20px !important;
        line-height: 20px;
    }

    .display-4.mb-4.pmst1 {
        font-size: 18px;
    }

    .pb-5 {
        padding-bottom: 1rem !important;
    }

    .pmst1 {
        font-size: 17px;
    }

    .btn-xl-square {
        display: none;
    }

    .footer-item.address p {
        line-height: 19px;
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        font-size: 16px;
    }

    .dropdown-item {
        font-size: 14px;
        padding: 7px 1rem;
    }

    .s1.parallax {
        height: 200px;
    }

    .pagee-header-panner-pms-b1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0px !important;
    }

    .pagee-header-panner-pms-bc1 {
        color: white;
        font-weight: normal;
        font-size: 13px;
        line-height: 13px;
    }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }

    .brand-logo-loader {
        width: 55px;
    }

    .container-fluid.feature.bg-light.py-4.pms-sect-s1 {
        padding: 0px !important;
    }

    .footer-item p {
        font-size: 15px;
        color: #fff;
    }

    .footer-item.pms-useful-links a {
        color: #fff !important;
        font-size: 15px;
    }

}