html,
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.01);
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 40vh auto auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    justify-content: center;
    color: black;
    text-align: center;
    border-top: 1.1em solid rgba(0, 0, 0, 1);
    border-right: 1.1em solid rgba(0, 0, 0, 1);
    border-bottom: 1.1em solid rgba(0, 0, 0, 1);
    border-left: 1.1em solid rgba(0, 0, 0, 0.4);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    z-index: 16;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 15;
}

.scrollToTopBtn {
    display: none;
}


@media only screen and (max-width: 575px) {
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        font-family: 'Poppins', sans-serif;
    }

    .message-title {
        font-size: 1rem;
    }

    .contactUSInput {
        font-size: 0.8rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSBtn {
        font-size: 0.8rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSText {
        font-size: 0.8rem !important;
        font-weight: 600;
        letter-spacing: 2px !important;
    }

    .contactUSIcon {
        border-radius: 50%;
        width: 3vw;
        margin: auto;
        height: 6vh;
    }

    .scrollToTopBtn {
        font-size: 3.5rem !important;
        right: 1vh;
        bottom: 1vh;
        z-index: 1000;
    }

    .row {
        width: 100%;
    }

    .menu {
        width: 100vw;
        max-height: 15%;
        background-color: transparent;
    }

    .menu-mobile-button {
        height: auto;
        width: auto;
        font-size: 1.8rem;
    }

    .adIcon {
        font-size: 2rem;
        margin-top: 10px;
    }

    .contactUSIcon {
        border-radius: 50%;
        width: 12vw;
        margin: auto;
        height: 6vh;
    }

    .contactUSInput {
        font-size: 2rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSBtn {
        font-size: 2rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSText {
        font-size: 1.2rem !important;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .videoTitle {
        font-size: 3.2rem !important;
        text-align: center;
    }


    button:hover,
    button:focus,
    button:active {
        outline: none !important;
    }

    .menu-mobile-icon {
        z-index: 2;
        width: 7vw;
        height: 7vh;
        border: none;
    }

    .menu-dropdown-btn div a {
        font-size: 3.3rem;
    }

    .menu-item {
        font-size: 1.3rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 4px;
        font-weight: 400;
        margin-left: 2vh;
    }

    .menu-item-right {
        text-align: right;
        font-size: 1.3rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 400;
        margin-right: 5vh !important;
    }

    .org-logo {
        font-size: 2.6rem;
        text-align: center;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .form-div {
        height: 65vh;
        width: 100%;
    }

    .selection-form {
        font-size: 1rem !important;
    }

    .selection-form select {
        font-size: 1.5rem !important;
        letter-spacing: 2px !important;
    }

    .selection-form-inputArea {
        font-size: 1.5rem !important;
        text-align: center !important;
        letter-spacing: 2px !important;
    }

    .selection-form-option {
        font-size: 1rem !important;
        text-align: center !important;
        letter-spacing: 2px !important;
    }

    .selection-form-btn {
        font-size: 1.3rem !important;
        letter-spacing: 2px !important;
    }

    .page-content {
        height: auto;
        width: 100%;

    }

    .card-body h5 {
        font-size: 1.5rem !important;
    }

    .card-body a {
        font-size: 1rem !important;
        margin: auto;
    }

    .card-body p {
        font-size: 1.1rem !important;
    }

    .login-modal-title {
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .login-modal-btn-close {
        font-size: 1.2rem;
    }

    .login-form-title-logo {
        font-size: 5rem;
        font-weight: 600;
        letter-spacing: 8px;
    }

    .login-form-label {
        font-size: 1rem !important;
        letter-spacing: 3px;
    }

    .login-form-link {
        font-size: 1rem;
        text-decoration: none;
        letter-spacing: 3px;
    }

    .login-form-login-btn {
        font-size: 1rem !important;
        letter-spacing: 5px;

    }

    .footer_1 {
        font-size: 2.4rem;
        letter-spacing: 2px;
        text-align: center;
    }

    .footer_2 {
        font-size: 5rem;
        letter-spacing: 2px;
        text-align: center;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 7));
        }
    }

    .slider {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slider::before,
    .slider::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }

    table tr {
        letter-spacing: 3px;
        font-size: 1.7rem;
    }

    .service_name {
        text-transform: uppercase;
        margin-bottom: .5em;
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 5px;
        color: white;
    }

    .search-box {
        width: fit-content;
        height: fit-content;
        position: relative;
    }

    .input-search {
        height: 30px;
        width: 30px;
        border-style: none;
        font-size: 16px;
        letter-spacing: 2px;
        outline: none;
        border-radius: 25px;
        transition: all .5s ease-in-out;
        background-color: transparent;
        padding: 10px 40px 10px 10px;
        color: black;
    }

    .input-search::placeholder {
        color: black;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    .btn-search:focus ~ form .input-search {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .input-search:focus {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .slick-slide {
        margin: 10px
    }

    .card-title {
        font-size: 1.4rem !important;
        color: black;
    }

    .card-title-main {
        font-size: 1.4rem !important;
        color: black;
    }

    .card-text {
        font-size: 1.8rem;
    }

    .card-body .btn {
        font-size: 2rem;
    }

    .ctg-title {
        font-size: 1.7rem !important;
        letter-spacing: 2px !important;
        text-shadow: #e0e0e0 1px 1px 0;
        color: #616161;
        font-weight: 800;
    }

    .form-div2 {
        width: 100vw;
        height: 25vh;
    }
}


@media only screen and (min-width: 576px) {
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        font-family: 'Poppins', sans-serif;
    }

    .contactUSInput {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSBtn {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSText {
        font-size: 1rem !important;
        font-weight: 600;
        letter-spacing: 2px !important;
    }

    .contactUSIcon {
        border-radius: 50%;
        width: 3vw;
        margin: auto;
        height: 6vh;
    }

    .scrollToTopBtn {
        font-size: 3.5rem !important;
        right: 11%;
        bottom: 1vh;
        z-index: 1000;
    }

    .row {
        width: 100%;
    }

    .menu {
        width: 100vw;
        height: 10%;
        background-color: transparent;
    }

    .menu-mobile-button {
        height: auto;
        width: auto;
        font-size: 2rem;
    }

    .adIcon {
        font-size: 2.5rem;
        margin-top: 10px;
    }

    .contactUSIcon {
        border-radius: 50%;
        width: 12vw;
        margin: auto;
        height: 6vh;
    }

    .contactUSInput {
        font-size: 2.5rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSBtn {
        font-size: 2.5rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSText {
        font-size: 1.1rem !important;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .videoTitle {
        font-size: 3.2rem !important;
        text-align: center;
    }


    button:hover,
    button:focus,
    button:active {
        outline: none !important;
    }

    .menu-mobile-icon {
        z-index: 2;
        width: 7vw;
        height: 7vh;
        border: none;
    }

    .menu-dropdown-btn div a {
        font-size: 3.3rem;
    }

    .menu-item {
        font-size: 1.6rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 4px;
        font-weight: 400;
        margin-left: 2vh;
    }

    .menu-item-right {
        text-align: right;
        font-size: 1.6rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 400;
        margin-right: 5vh !important;
    }

    .org-logo {
        font-size: 4rem;
        text-align: center;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .form-div {
        height: 40vh;
        width: 100%;
    }

    .selection-form {
        font-size: 1rem !important;
    }

    .selection-form select {
        font-size: 1.5rem !important;
        letter-spacing: 2px !important;
    }

    .selection-form-inputArea {
        font-size: 1rem !important;
        text-align: center !important;
        letter-spacing: 2px !important;
    }

    .selection-form-option {
        font-size: 1rem !important;
        text-align: center !important;
        letter-spacing: 2px !important;
    }

    .selection-form-btn {
        font-size: 1.3rem !important;
        letter-spacing: 2px !important;
    }

    .page-content {
        height: auto;
        width: 100%;

    }

    .card-body h5 {
        font-size: 2rem !important;
    }

    .card-body a {
        font-size: 1.3rem !important;
    }

    .card-body p {
        font-size: 1.5rem !important;
    }

    .login-modal-title {
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .login-modal-btn-close {
        font-size: 1.2rem;
    }

    .login-form-title-logo {
        font-size: 5rem;
        font-weight: 600;
        letter-spacing: 8px;
    }

    .login-form-label {
        font-size: 1rem !important;
        letter-spacing: 3px;
    }

    .login-form-link {
        font-size: 1rem;
        text-decoration: none;
        letter-spacing: 3px;
    }

    .login-form-login-btn {
        font-size: 1rem !important;
        letter-spacing: 5px;

    }

    .footer_1 {
        font-size: 2.4rem;
        letter-spacing: 2px;
        text-align: center;
    }

    .footer_2 {
        font-size: 5rem;
        letter-spacing: 2px;
        text-align: center;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 7));
        }
    }

    .slider {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slider::before,
    .slider::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }

    table tr {
        letter-spacing: 3px;
        font-size: 1.7rem;
    }

    .service_name {
        text-transform: uppercase;
        margin-bottom: .5em;
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 5px;
        color: white;
    }

    .search-box {
        width: fit-content;
        height: fit-content;
        position: relative;
    }

    .btn-search:focus ~ form .input-search {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .input-search:focus {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .slick-slide {
        margin: 10px
    }

    .card-title {
        font-size: 1.6rem !important;
        color: black;
    }

    .card-text {
        font-size: 1.4rem;
    }

    .card-body .btn {
        font-size: 1.6rem;
    }

    .ctg-title {
        font-size: 2rem !important;
        letter-spacing: 2px !important;
        text-shadow: #e0e0e0 1px 1px 0;
        color: #616161;
        font-weight: 800;
    }

    .form-div2 {
        width: 100vw;
        height: 25vh;
    }
}


@media only screen and (min-width: 768px) {
    body {
        font-family: 'Poppins', sans-serif;
    }

    .ctg-title {
        font-size: 2.5rem !important;
        letter-spacing: 2px !important;
        text-shadow: #e0e0e0 1px 1px 0;
        color: #616161;
        font-weight: 800;
    }

    .scrollToTopBtn {
        font-size: 3.5rem !important;
        right: 8.4%;
        bottom: 1vh;
        z-index: 1000;
    }

    .adIcon {
        font-size: 1.3rem;
    }

    .contactUSInput {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSBtn {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSText {
        font-size: 1rem !important;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .contactUSIcon {
        border-radius: 50%;
        width: 3vw;
        margin: auto;
        height: 6vh;
    }

    .row {
        width: 100%;
    }

    .menu {
        width: 100vw;
        height: 10vh;
        background-color: transparent;
    }

    .menu-mobile-button {
        height: auto;
        width: auto;
    }

    button:hover,
    button:focus,
    button:active {
        outline: none !important;
    }

    .menu-mobile-icon {
        z-index: 2;
        width: 4vw;
        height: 4vh;
        border: none;
    }

    .menu-dropdown-btn div a {
        font-size: 3rem;
    }

    .menu-item {
        font-size: 1.7rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 4px;
        font-weight: 400;
    }

    .menu-item-right {
        text-align: right;
        font-size: 1.7rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 4px;
        margin-right: 5vh !important;
        font-weight: 400;
    }

    .menu-icon {
        font-size: 1.7rem;
    }

    .org-logo {
        font-size: 3rem;
        text-align: center;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .form-div {
        height: 40vh;
        width: 100%;
    }

    .selection-form {
        font-size: 1.4rem !important;
    }

    .selection-form select {
        font-size: 1.4rem !important;
        letter-spacing: 2px;
    }

    .selection-form-option {
        font-size: 1rem !important;
        text-align: center !important;
        letter-spacing: 2px !important;
    }

    .selection-form-btn {
        font-size: 1.1rem !important;
        letter-spacing: 2px;
    }

    .page-content {
        height: auto;
        width: 100%;
    }

    .card-body h5 {
        font-size: 2rem !important;
    }

    .card-body a {
        font-size: 1.3rem !important;
    }

    .card-body p {
        font-size: 1.5rem !important;
    }

    .login-modal-title {
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .login-modal-btn-close {
        font-size: 1.2rem;
    }

    .login-form-title-logo {
        font-size: 5rem;
        font-weight: 600;
        letter-spacing: 8px;
    }

    .login-form-label {
        font-size: 1rem !important;
        letter-spacing: 3px;
    }

    .login-form-link {
        font-size: 1rem;
        text-decoration: none;
        letter-spacing: 3px;
    }

    .login-form-login-btn {
        font-size: 1rem !important;
        letter-spacing: 5px;

    }

    .footer_1 {
        font-size: 2.8rem;
        letter-spacing: 2px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 7));
        }
    }

    .slider {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slider::before,
    .slider::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }

    table tr {
        letter-spacing: 3px;
        font-size: 1.7rem;
    }

    .service_name {
        text-transform: uppercase;
        margin-bottom: .5em;
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 5px;
        color: white;
    }

    .form-div2 {
        width: 100vw;
        height: 25vh;
    }
}


@media only screen and (min-width: 992px) {
    body {
        font-family: 'Poppins', sans-serif;
    }

    .scrollToTopBtn {
        font-size: 2.5rem !important;
        right: 5%;
        bottom: 1vh;
    }

    .adIcon {
        font-size: 1.3rem;
    }

    .contactUSInput {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSBtn {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSText {
        font-size: 1rem !important;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .contactUSIcon {
        border-radius: 50%;
        width: 3vw;
        margin: auto;
        height: 6vh;
    }

    .row {
        width: 100%;
    }

    .menu {
        width: 100vw;
        height: 10vh;
        background-color: transparent;
    }

    .menu-mobile-button {
        height: auto;
        width: auto;
    }

    button:hover,
    button:focus,
    button:active {
        outline: none !important;
    }

    .menu-mobile-icon {
        z-index: 2;
        width: 7vw;
        height: 7vh;
        border: none;
    }

    .menu-dropdown-btn div a {
        font-size: 3.3rem;
    }

    .menu-item {
        font-size: 0.8rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 0;
        font-weight: 400;
        margin-left: 1vh;
    }

    .menu-item:hover {
        transition: transform .5s, opacity .5s;
        transform: scale(1.05);
    }

    .menu-item-right {
        text-align: right;
        font-size: 2rem;
        text-decoration: none;
        color: black;
        letter-spacing: 4px;
        margin-right: 2vh;
        font-weight: 400;
    }

    .menu-icon {
        font-size: 0.8rem;
    }

    .org-logo {
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .form-div {
        height: 40vh;
        width: 100%;
    }

    .selection-form {
        font-size: 1.1rem !important;
    }

    .selection-form select {
        font-size: 1rem !important;
        letter-spacing: 2px;
    }

    .selection-form-option {
        font-size: 1rem !important;
        text-align: center !important;
        letter-spacing: 2px !important;
    }

    .selection-form-btn {
        font-size: 1.1rem !important;
        letter-spacing: 2px;
    }

    .page-content {
        height: auto;
        margin-top: 0;
        width: 100%;
    }

    .card-body h5 {
        font-size: 1.2rem !important;
    }

    .card-body a {
        font-size: 1rem !important;
    }

    .card-body p {
        font-size: 1rem !important;
    }

    .login-modal-title {
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .login-modal-btn-close {
        font-size: 3rem;
    }

    .login-form-title-logo {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 8px;
    }

    .login-form-label {
        font-size: 1rem !important;
        letter-spacing: 3px;
    }

    .login-form-link {
        font-size: 1.1rem;
        text-decoration: none;
        letter-spacing: 3px;
    }

    .login-form-login-btn {
        font-size: 1.2rem !important;
        letter-spacing: 3px;

    }

    .table-title-row {
        height: 8vh;
        width: 100%;
    }

    .footer_1 {
        font-size: 1.5rem;
        margin-top: 2%;
        letter-spacing: 3px;
    }

    table tr {
        letter-spacing: 3px;
        font-size: 1rem;
        word-break: break-all;
    }


    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 7));
        }
    }

    .slider {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slider::before,
    .slider::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }

    .service_name {
        text-transform: uppercase;
        margin-bottom: .5em;
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 5px;
        color: white;
    }

    .ctg-title {
        font-size: 1.8rem !important;
        letter-spacing: 2px !important;
        text-shadow: #e0e0e0 1px 1px 0;
        color: #616161;
        font-weight: 800;
    }

    .search-box {
        width: fit-content;
        height: fit-content;
        position: relative;
    }

    .input-search::placeholder {
        color: black;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    .btn-search {
        width: 30px;
        height: 30px;
        border-style: none;
        font-size: 16px;
        font-weight: bold;
        outline: none;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        right: 0;
        color: black;
        background-color: transparent;
        pointer-events: painted;
    }

    .btn-search:focus ~ form .input-search {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .input-search:focus {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .slick-slide {
        margin: 10px
    }

    .card-title {
        font-size: 1.3rem !important;
        color: black;
    }

    .card-text {
        font-size: 1.2rem;
    }

    .card-body .btn {
        font-size: 1.2rem;
    }

    .form-div2 {
        width: 100vw;
        height: 25vh;
    }
}

@media only screen and (min-width: 1200px) {
    body {
        font-family: 'Poppins', sans-serif;
    }

    .scrollToTopBtn {
        font-size: 2.5rem !important;
        right: 4%;
        bottom: 1vh;
    }

    .adIcon {
        font-size: 1.5rem;
    }

    .contactUSInput {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSBtn {
        font-size: 1rem !important;
        letter-spacing: 2px !important;
    }

    .contactUSText {
        font-size: 1.1rem !important;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .contactUSIcon {
        border-radius: 50%;
        width: 3vw;
        margin: auto;
        height: 6vh;
    }

    .row {
        width: 100%;
    }

    .menu {
        width: 100vw;
        height: 10vh;
        background-color: transparent;
    }

    .menu-mobile-button {
        height: auto;
        width: auto;
    }

    .videoTitle {
        font-size: 1.5rem !important;
        letter-spacing: 2px;
        text-align: center;
    }

    .scrollToTopBtn {
        font-size: 2rem !important;
    }

    button:hover,
    button:focus,
    button:active {
        outline: none !important;
    }

    .menu-mobile-icon {
        z-index: 2;
        width: 7vw;
        height: 7vh;
        border: none;
    }

    .menu-dropdown-btn div a {
        font-size: 3.3rem;
    }

    .menu-item {
        font-size: 0.77rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 1px;
        font-weight: 400;
        margin-left: 1vh;
    }

    .menu-item:hover {
        transition: transform .5s, opacity .5s;
        transform: scale(1.05);
    }

    .menu-item-right {
        text-align: right;
        font-size: 2rem;
        text-decoration: none;
        color: black;
        letter-spacing: 4px;
        margin-right: 2vh;
        font-weight: 400;
    }

    .menu-icon {
        font-size: 0.8rem;
    }

    .org-logo {
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .form-div {
        height: 45vh;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .selection-form {
        font-size: 1.4rem;
    }

    .selection-form select {
        font-size: 0.92rem !important;
        letter-spacing: 1px;
    }

    .selection-form-inputArea {
        font-size: 0.9rem !important;
        text-align: center !important;
        letter-spacing: 1px !important;
    }

    .selection-form-option {
        font-size: 1rem !important;
        text-align: center !important;
        letter-spacing: 1px !important;
    }

    .selection-form-btn {
        font-size: 0.95rem !important;
        letter-spacing: 1px;
    }

    .page-content {
        height: auto;
        margin-top: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .card-body h5 {
        font-size: 1.07rem !important;
    }

    .card-body a {
        font-size: 0.85rem !important;
    }

    .card-body p {
        font-size: 0.9rem !important;
    }

    .login-modal-title {
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .login-modal-btn-close {
        font-size: 3rem;
    }

    .login-form-title-logo {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 8px;
    }

    .login-form-label {
        font-size: 1rem !important;
        letter-spacing: 3px;
    }

    .login-form-link {
        font-size: 1.1rem;
        text-decoration: none;
        letter-spacing: 3px;
    }

    .login-form-login-btn {
        font-size: 1.2rem !important;
        letter-spacing: 3px;

    }

    .table-title-row {
        height: 8vh;
        width: 100%;
    }

    .footer_1 {
        font-size: 1rem;
        letter-spacing: 3px;
    }

    .footer_2 {
        font-size: 2rem;
        letter-spacing: 3px;
    }

    table tr {
        letter-spacing: 3px;
        font-size: 1rem;
    }


    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 7));
        }
    }

    .slider {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slider::before,
    .slider::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }

    .service_name {
        text-transform: uppercase;
        margin-bottom: .5em;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 5px;
        color: white;
    }

    .card-title {
        font-size: 1.2rem !important;
        color: black;
    }

    .card-text {
        font-size: 1rem;
    }

    .card-body .btn {
        font-size: 1rem;
    }

    .infinite-slider-items {
        width: 100%;
    }

    .slick-slide {
        margin: 10px
    }

    .ctg-title {
        font-size: 1.7rem !important;
        letter-spacing: 2px !important;
        text-shadow: #e0e0e0 1px 1px 0;
        color: #616161;
        font-weight: 800;
    }

    .search-box {
        width: fit-content;
        height: fit-content;
        position: relative;
    }

    .input-search {
        height: 30px;
        width: 30px;
        border-style: none;
        font-size: 14px;
        letter-spacing: 2px;
        outline: none;
        border-radius: 25px;
        transition: all .5s ease-in-out;
        background-color: transparent;
        padding: 10px 40px 10px 10px;
        color: black;
    }

    .input-search::placeholder {
        color: black;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    .btn-search {
        width: 30px;
        height: 30px;
        border-style: none;
        font-size: 20px;
        font-weight: bold;
        outline: none;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        right: 0;
        color: black;
        background-color: transparent;
        pointer-events: painted;
    }

    .btn-search:focus ~ form .input-search {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .input-search:focus {
        width: 250px;
        border-radius: 0;
        background-color: transparent;
        border-bottom: 1px solid black;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .ctg-title {
        font-size: 1.6rem;
        letter-spacing: 4px;
    }

    .form-div2 {
        width: 100vw;
        height: 25vh;
    }
}


@media only screen and (min-width: 1400px) {
    body {
        font-family: 'Poppins', sans-serif;
    }

    .scrollToTopBtn {
        font-size: 2.5rem !important;
        right: 3.3%;
        bottom: 1vh;
    }

    .row {
        width: 100%;
        overflow: hidden !important;
    }

    .menu {
        width: 100vw;
        height: 10vh;
        background-color: transparent;
    }

    .menu-mobile-button {
        height: auto;
        width: auto;
    }

    button:hover,
    button:focus,
    button:active {
        outline: none !important;
    }

    .menu-mobile-icon {
        z-index: 2;
        width: 7vw;
        height: 7vh;
        border: none;
    }

    .menu-dropdown-btn div a {
        font-size: 3.3rem;
    }

    .menu-item {
        font-size: 0.8rem !important;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 400;
        margin-left: 1vh;
    }

    .menu-item:hover {
        transform: scale(1.05);
    }

    .menu-item-right {
        text-align: right;
        font-size: 2rem;
        text-decoration: none;
        color: black;
        letter-spacing: 4px;
        margin-right: 2vh;
        font-weight: 400;
    }

    .menu-icon {
        font-size: 0.95rem;
    }

    .org-logo {
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        color: black;
        letter-spacing: 3px;
        font-weight: 600;
    }

    .form-div {
        height: 40vh;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .selection-form {
        font-size: 1.6rem;
    }

    .selection-form select {
        font-size: 1rem;
        letter-spacing: 3px;
    }

    .selection-form-option {
        font-size: 1rem;
        text-align: center !important;
        letter-spacing: 3px !important;
    }

    .selection-form-btn {
        font-size: 1.1rem !important;
        letter-spacing: 3px;
    }

    .page-content {
        height: auto;
        margin-top: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .card-body h5 {
        font-size: 2.8rem;
    }

    .login-modal-title {
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 5px;
    }

    .login-modal-btn-close {
        font-size: 3rem;
    }

    .login-form-title-logo {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 8px;
    }

    .login-form-label {
        font-size: 1rem !important;
        letter-spacing: 3px;
    }

    .login-form-link {
        font-size: 1.1rem;
        text-decoration: none;
        letter-spacing: 3px;
    }

    .login-form-login-btn {
        font-size: 1.2rem !important;
        letter-spacing: 3px;

    }

    .table-title-row {
        height: 8vh;
        width: 100%;
    }

    .footer_1 {
        font-size: 1.3rem;
        margin-top: 2%;
        letter-spacing: 3px;
    }

    table tr {
        letter-spacing: 3px;
        font-size: 0.8rem;
    }


    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 7));
        }
    }

    .slider {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slider::before,
    .slider::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }

    .service_name {
        text-transform: uppercase;
        margin-bottom: .5em;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 5px;
        color: white;
    }

    .card-title {
        font-size: 1.3rem !important;
        color: black;
    }

    .card-text {
        font-size: 1rem;
    }

    .card-body .btn {
        font-size: 1rem;
    }

    .infinite-slider-items {
        width: 100%;
    }

    .slick-slide {
        margin: 10px;
    }

    .ctg-title {
        font-size: 1.6rem !important;
        letter-spacing: 2px !important;
        text-shadow: #e0e0e0 1px 1px 0;
        color: #616161;
        font-weight: 800;
    }

    .contactUSText {
        font-size: 1rem !important;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .form-div2 {
        width: 100vw;
        height: 25vh;
    }
}

.active_tab {

    background-color: rgb(227, 227, 227);

    padding-top: 1%;

    padding-bottom: 1%;

    font-weight: 600;

}

.active_ctg {

    font-weight: 600;
}

/* Style for the PayPal button */
.paypal-btn {
    /* Apply background image */
    background-image: url("../dist/img/paypal.png");
    /* Set background size */
    background-size: contain;
    /* Set background position */
    background-position: center;
    /* Set background repeat */
    background-repeat: no-repeat;
    /* Set button height */
    height: 50px; /* Adjust height as needed */
    /* Set button width */
    width: 100%; /* Make button width responsive */
    /* Remove default button styles */
    border: none;
    /* Add cursor pointer */
    cursor: pointer;
    /* Add some padding */
    padding: 10px;
    /* Add box shadow for a raised effect */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Add border-radius for rounded corners */
    border-radius: 5px;
    /* Add transition for smooth hover effect */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover effect */
.paypal-btn:hover {
    /* Add some scale on hover */
    transform: scale(1.05);
    /* Add some shadow on hover */
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

/* Style for the PayPal button */
.stripe-btn {
    /* Set button height */
    height: 50px; /* Adjust height as needed */
    /* Set button width */
    width: 100%; /* Make button width responsive */
    /* Remove default button styles */
    border: none;
    /* Add cursor pointer */
    cursor: pointer;
    /* Add some padding */
    padding: 10px;
    /* Add box shadow for a raised effect */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Add border-radius for rounded corners */
    border-radius: 5px;
    /* Add transition for smooth hover effect */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover effect */
.stripe-btn:hover {
    /* Add some scale on hover */
    transform: scale(1.05);
    /* Add some shadow on hover */
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}
