﻿
/**/ /* ===== Scrollbar thin CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: green;
    /*scrollbar-color: #d5ac68 #f1db9d;*/
    /*scrollbar-width: thin;*/
    -ms-overflow-style: none;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        max-width: 100vw;
        overflow-x: scroll;
        position: relative;
        scrollbar-color: #d5ac68 #f1db9d;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }


    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #808080;
        border-radius: 10px;
        border: 6px solid #ffffff;
        scrollbar-color: #d5ac68 #f1db9d;
        scrollbar-width: thin;
        -ms-overflow-style: none;
    }
/**/ /* ===== Scrollbar thin CSS end ===== */

.logo {
    color: #ff5502;
    font-weight: bold;
    font-size: 19px;
    line-height: 0.5;
}

.logo-info {
    color: #383838;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

.head-img p {
    text-align: end;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight:600;
}

.head-img img {
    width: 75px;
    border-radius: 50%;
    margin-left: 8px;
    border: 2px solid #000;
}
/*.head-img p,
.head-img .apcm{
    display:none;
}*/
.headerColor {
    background: #e7e7e7;
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 11px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 0px;
    padding: 4px 0px;
}

.nav-item .nav-link {
    padding: 6px 14px !important;
}

.nav-item .nav-link {
    background: #198754 !important;
    color: #fff;
    margin: 3px 5px;
    font-size: 14px
}

    .nav-item .nav-link.active {
        background: #198754 !important;
        color: #fff;
        margin: 3px 5px;
        font-size: 14px
    }

h5.formHeadingsSecondary {
    background-color: #e7e7e7;
    padding: 12px 10px;
    color: #ff5502 !important;
    font-weight: bold;
}

h4.formHeadingsSecondary {
    background-color: #e7e7e7;
    padding: 5px 10px;
    color: #ff5502 !important;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0px;
}

.main-section {
    margin-bottom: 40px;
}

.panel1 .card {
    border: 1px dashed #9b9b9b;
}

.dropdown-item:hover {
    background: #198754 !important;
    color: #fff !important;
    margin: 1px 0px;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 37px !important;
        padding: 0px;
    }
}

.ministers {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.f-r {
    float: right;
    color: #fff;
    margin-bottom: 0px;
}

    .f-r img {
        width: 100px;
        padding:5px 7px;
        background:#fff;
        border-radius:19px;
    }
     
    /*card-step style*/
    a,
    a:hover {
        text-decoration: none;
    }

.main-content {
    margin: 20px 0px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.wrapper {
    width: 100%;
    width: 100%;
    height: auto;
    padding: 48px 20px 5px 20px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .wrapper {
        height: auto;
        min-height: 100vh;
        padding-top: 100px;
    }
}

.profile-card {
    width: 100%;
    margin: auto;
    box-shadow: 0px 4px 30px -10px rgba(13, 28, 39, 0.6);
    background: #fff;
    border-radius: 12px;
  /*  max-width: 700px;*/
    position: relative;
}

    .profile-card.active .profile-card__cnt {
        filter: blur(6px);
    }

    .profile-card.active .profile-card-message,
    .profile-card.active .profile-card__overlay {
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0.1s;
    }

    .profile-card.active .profile-card-form {
        transform: none;
        transition-delay: 0.1s;
    }

.profile-card__img {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    /* box-shadow: 0px 5px 50px 0px #6c44fc, 0px 0px 0px 7px rgba(107, 74, 255, 0.5); */
    box-shadow: 0px 0px 17px -3px #6e6e6e, 0px 0px 6px 4px rgb(255 255 255 / 50%);
}

@media screen and (max-width: 576px) {
    .profile-card__img {
        width: 120px;
        height: 120px;
    }
}

.profile-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-card__cnt {
    margin-top: -35px;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 40px;
    transition: all 0.3s;
}

.profile-card__name {
    font-weight: 700;
    font-size: 24px;
    color: #6944ff;
    margin-bottom: 15px;
}

.profile-card__txt {
    font-size: 18px;
    font-weight: 500;
    color: #324e63;
    margin: 15px 0px;
}

    .profile-card__txt strong {
        font-weight: 700;
    }

.profile-card-social {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.profile-card-ctr {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .profile-card-ctr {
        flex-wrap: wrap;
    }
}

.profile-card__button {
    background: none;
    border: none;
    font-family: "Quicksand", sans-serif;
    font-size: 19px;
    /* margin: 15px 35px;
    padding: 15px 40px;*/
    min-width: 100%;
    border-radius: 50px;
    min-height: 44px;
    color: #fff;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .profile-card__button {
        min-width: 170px;
        margin: 15px 25px;
    }
}

@media screen and (max-width: 576px) {
    .profile-card__button {
        min-width: inherit;
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        max-width: 300px;
    }

        .profile-card__button:last-child {
            margin-bottom: 0;
        }
}

.profile-card__button:focus {
    outline: none !important;
}

@media screen and (min-width: 768px) {
    .profile-card__button:hover {
        transform: translateY(-5px);
    }
}

.profile-card__button:first-child {
    margin-left: 0;
}

.profile-card__button:last-child {
    margin-right: 0;
}

.profile-card__button.button--blue {
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    box-shadow: 0px 2px 8px rgba(19, 127, 212, 0.4);
    font-size: 14px;
    line-height: 40px;
    font-size: 12px;
}

.profile-card__button.button--green {
    background: linear-gradient(45deg, #06bb67, #198754);
    box-shadow: 0px 2px 8px rgba(19, 127, 212, 0.4);
    font-size: 14px;
    line-height: 40px;
    font-size: 12px;
}

.profile-card__button.button--red {
    background: linear-gradient(45deg, #ff5f6e, #dc3545);
    box-shadow: 0px 2px 8px rgba(19, 127, 212, 0.4);
    font-size: 14px;
    line-height: 40px;
    font-size: 12px;
}

.profile-card__button.button--blue:hover {
    box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
    line-height: 40px;
}

/*card-step styles end*/
.headerColor {
    background-image: url('../images/bg5.png');
     padding: 5px 0px;
}

.card .list-group-item {
    font-size: 14px;
}

.list-group-item span {
    color: red;
    margin-right: 8px;
}

.list-group-item i {
    color: #037e73;
    position: absolute;
    margin-top: 2px;
    font-size: 17px;
    margin-left: -20px;
}

.card2 .list-group-item i {
    color: #bb2f5f;
    position: absolute;
    margin-top: 2px;
    font-size: 17px;
    margin-left: -20px;
}

.card3 .list-group-item i {
    color: #4a4581;
    position: absolute;
    margin-top: 2px;
    font-size: 17px;
    margin-left: -20px;
}

.cards .card1 .card-header {
    background: #037e73;
    color: #fff;
}

.cards .card2 .card-header {
    background: #bb2f5f;
    color: #fff;
}

.cards .card3 .card-header {
    background: #4a4581;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.cards .card {
    box-shadow: 0px 0px 6px #c9c1c1;
    height: 315px;
}

.cards .card1 {
    border: 1px solid #037e73;
}

.cards .card2 {
    border: 1px solid #bb2f5f;
}

.cards .card3 {
    border: 1px solid #4a4581;
}

.spacegroteskFont #Label1 {
    padding: 8px 14px;
    background: #198754 !important;
    color: #fff;
    margin: 3px 5px;
    font-size: 14px;
    border-radius: 0.5rem;
}

.newdd {
    width: 400px
}

.ui-datepicker {
    z-index: 2 !important;
}

.buttons {
    display: flex;
    width: fit-content;
}

.scroll p {
    color: #fff;
    font-size: 1.5rem;
}

.btn.book-now {
    background: linear-gradient(45deg, #06bb67, #198754);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: auto;
    position: fixed;
    right: 0;
    top: 40%;
    text-align: center;
    text-decoration: none;
    /*text-transform: uppercase;*/
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(0deg);
    transform-origin: bottom right;
    width: 140px;
    z-index: 9;
    border-radius: 50px;
    min-height: 40px;
    /* Hover styles, 
  media queries */
}

.btn.btn-primary {
    background: linear-gradient(45deg, #06bb67, #198754);
}


/*Responsive desingns  */
@media screen and (max-width: 1920px) {
    .profile-card__button.button--blue {
        font-size: 14px;
    }
}

@media screen and (max-width: 1400px) {

    .profile-card__button.button--blue {
        font-size: 11px;
    }
}

@media screen and (max-width: 1280px) {
    .profile-card__cnt {
        padding: 5px 5px 20px 5px;
    }

    .profile-card__button.button--blue {
        font-size: 12px;
    }

        .profile-card__button.button--blue:hover {
            line-height: inherit
        }
}

@media screen and (max-width: 1080px) {
    .profile-card__cnt {
        padding: 5px 5px 20px 5px;
    }

    .profile-card__button.button--blue {
        font-size: 12px;
        min-height: fit-content;
        padding: 8px 8px 10px 8px;
        line-height: 1.5;
    }

        .profile-card__button.button--blue:hover {
            line-height: inherit
        }

    .profile-card__img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 991px) {

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .cards .card {
        height: 315px;
        overflow: auto;
    }

    .logo {
        font-size: 14px;
        line-height: 0.5;
    }

    .logo-info {
        font-size: 14px;
        line-height: 0.5;
    }

    .ministers {
        font-size: 13px;
    }

    .head-img p {
        font-size: 12px;
    }

    .head-img img {
        width: 55px
    }

    .col-md-1 .img-fluid {
        max-width: 55px !important;
    }

    .profile-card__button.button--blue {
        font-size: 14px;
    }

    .card .list-group-item {
        font-size: 12px;
    }

    .card .card-header {
        font-size: 14px;
    }

    footer p {
        font-size: 12px;
    }

    .profile-card__cnt {
        padding: 5px 12px 20px 30px;
    }
}

@media (max-width: 576px) {
    .col-12 {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .wrapper {
        height: auto;
        min-height: initial;
        padding-top: 40px;
    }

    .cards .card {
        height: 255px;
        overflow: auto;
    }

    .newdd {
        width: initial;
    }

        .newdd table tr td {
            display: block;
        }

        .newdd .form-control {
            height: 81px;
        }

    #btnRegister {
        margin-bottom: 5px;
    }
}

/*Responsive desingns  end */
.login-btn {
    background: #198754 !important;
    color: #fff;
    margin: 3px 5px;
    font-size: 14px;
}


/* letter-popup start*/

.letter {
    margin: 10px;
    font-size: 1.50em;
}

.divHeader {
    text-align: right;
    border: 1px solid;
}

.divReturnAddress {
    text-align: left;
}

.letter h4 {
    font-weight: 600;
}

.letter p {
    font-size: 16px;
}

.divReturnAddress ol li {
    font-size: 16px;
}

.letter-head {
    text-align: center;
}

.divSubject {
    clear: both;
    font-weight: bold;
    padding-top: 20px;
}

.divAdios {
    float: right;
    padding-top: 25px;
}
/* letter-popup end*/

#rbtradio tbody tr td,
#rbtnlstRP tbody tr td {
    padding: 0px 5px;
}

    #rbtradio tbody tr td input,
    #rbtnlstRP tbody tr td input {
        margin: 0px 3px;
    }

.form-floating > label {
    color: black !important;
}


/*
.card-body {
border:1px solid #ccc;
padding:12px;
margin:5px
}*/

.card-title {
    color:#ff5502!important;
    padding:10px;
    background:#e7e7e7;
    font-weight:bold;

}

    .card-title h5 {
        font-weight:bold;
    }

    .card {
        padding: 12px;
        margin-top: 10px;
    }

#OTP .col-md-2 {
    padding: 3px;
}

.row-fix {
    width: 100%;
    margin: 0 auto;
}

.mt-25 {

margin-top:25px;

}

.form-floating .btn-success {
    position: absolute;
    right: 12px;
    top: 18px;
    padding: 2px 0px;
    min-width:80px !important;
}
ol {
    counter-reset: item;
}

    ol li {
        list-style: none;
        position: relative;
        padding-left: 20px;
    }

    ol li::before {
        content: counter(item) ".";
        counter-increment: item;
        position: absolute;
        left: 0;
        color: #ff5502;
        font-weight:600;
    }
.roman {
    color: #ff5502;
    padding-right:5px;
}