/*!
Theme Name: ehajj Portal
Theme URI: https://github.com/hafiz6512
Author: Hafizur Rahman
Author URI: https://github.com/hafiz6512
Autthor Email: hafiz6512@gmail.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ehajjportal
*/

@font-face {
    font-family: "kalpurush";
    src: url("../fonts/kalpurush/Kalpurush-Regular.eot");
    src: url("../fonts/kalpurush/Kalpurush-Regular.woff") format("woff"),
        url("../fonts/kalpurush/Kalpurush-Regular.ttf") format("truetype"),
        url("../fonts/kalpurush/Kalpurush-Regular.svg#Kalpurush-Regular")
            format("svg"),
        url("../fonts/kalpurush/Kalpurush-Regular.eot?#iefix")
            format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SolaimanLipi";
    src: url("../fonts/solaiman-lipi/SolaimanLipi.eot");
    src: url("../fonts/solaiman-lipi/SolaimanLipi.woff") format("woff"),
        url("../fonts/solaiman-lipi/SolaimanLipi.ttf") format("truetype"),
        url("../fonts/solaiman-lipi/SolaimanLipi.svg#SolaimanLipiNormal")
            format("svg"),
        url("../fonts/solaiman-lipi/SolaimanLipi.eot?#iefix")
            format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SiyamRupali";
    src: url("../fonts/siyam-rupali/SiyamRupali.eot");
    src: url("../fonts/siyam-rupali/SiyamRupali.woff") format("woff"),
        url("../fonts/siyam-rupali/SiyamRupali.ttf") format("truetype"),
        url("../fonts/siyam-rupali/SiyamRupali.svg#SiyamRupali") format("svg"),
        url("../fonts/siyam-rupali/SiyamRupali.eot?#iefix")
            format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #ffffff !important;
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: normal;
}
.body-pattern-bg {
    background: #ffffff url(../images/patern-mask.webp) repeat top left !important;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    line-height: 1.3;
    margin: 0 0 20px;
    font-weight: normal;
}
h1 {
    font-size: 40px;
    font-weight: bold;
}
h2 {
    font-size: 34px;
    font-weight: bold;
}
h3 {
    font-size: 24px;
    font-weight: bold;
}

a {
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    text-decoration: none !important;
    outline: none !important;
    color: #0F6849;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:active {
    color: #0F6849;
    outline: none;
    text-decoration: none !important;
}

.btn,
button {
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
button:focus {
    outline: none !important;
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
li {
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    list-style: none;
}

.btn {
    font-size: 16px;
}

.site-header .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.text-eng {
    font-family: "Inter", sans-serif !important;
}
.clr-red {
    color: #ff6262 !important;
}

.form-control {
    font-size: 15px;
    line-height: 1.2;
}
.form-control:focus,
.form-control:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #0F6849;
}

.sec-bg-white {
    background-color: #ffffff !important;
}
.sec-bg-gray {
    background-color: #f1f1f1 !important;
}

/**
 * header
 */
.site-main {
    padding-top: 75px;
}
.site-main .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(53, 53, 53, 0.05);
}

.site-main .site-header .navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.site-main .site-header .navbar .site-nav-box {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.site-main .site-header .navbar .navbar-brand {
    max-height: 60px;
    padding: 0;
}
.site-main .site-header .navbar .navbar-brand img {
    display: block;
    width: auto;
    max-height: 60px;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link {
    background: transparent;
    border-radius: 4px;
    padding: 12px 22px;
    border: none;
    font-size: 20px;
    line-height: 1;
    margin-right: 1px;
    color: #000000;
    display: inline-block;
}
.site-header .navbar-expand-lg .nav-src-btn {
    height: 40px !important;
    width: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #2c9400 !important;
    padding: 5px !important;
    border-radius: 3px !important;
    margin-left: 15px;
    color: #ffffff !important;
}
.site-header .navbar-expand-lg .nav-src-btn img {
    display: block;
    width: auto;
    height: auto;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link.active,
.site-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0f6849;
}

.menu-res-button {
    display: flex;
    column-gap: 15px;
}
.menu-res-button .nav-src-btn {
    margin-right: 15px;
}

.site-header .navbar-toggler {
    background-color: #0F6849;
    border-color: #0F6849;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    fill: #ffffff;
    background-size: 30px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.site-header .navbar-toggler .navbar-toggler-icon {
    background: url("../images/icon-plus-white.svg") no-repeat center center;
    background-size: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**
 * Language Btn
 */
.hjp-lang-btn {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    column-gap: 8px;
    align-items: center;
    color: inherit;
    margin: 0 5px;
}
.hjp-lang-btn {
    color: #0f6849 !important;
}
.hjp-lang-btn .icon-lang-toggler {
    width: 36px;
    height: 16px;
    background: #c4c4c4;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.hjp-lang-btn .icon-lang-toggler:before {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 100%;
    background-color: #0f6849;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.hjp-lang-btn.toggle-left .icon-lang-toggler:before {
    right: 16px;
}

.nav-link-flex {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 5px;
    align-items: center;
    justify-content: flex-start;
}
.menu-icon {
    width: 30px;
    text-align: center;
    margin-bottom: 4px;
}
.menu-icon img {
    width: auto;
    height: 20px;
    display: block;
}

.hajj-navbar {
    margin-left: auto;
    margin-right: 15px;
}

.btn-accent span,
button span {
    line-height: 1;
}

.btn-accent,
.btn-accenct {
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px 8px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #ffffff !important;
    background: #0F6849 !important;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn-accent.btn-wide,
.btn-accenct.btn-wide {
    padding-left: 35px;
    padding-right: 35px;
}
.btn-accent.btn-lg,
.btn-accenct.btn-lg {
    padding: 12px 40px;
    font-size: 18px;
}

.btn-accent:hover,
.btn-accenct:hover {
    transform: translateY(-5px);
}

body ::-webkit-input-placeholder {
    color: #a5abb3;
    opacity: 0.95 !important;
}
body :-moz-placeholder {
    color: #a5abb3;
    opacity: 0.95 !important;
}
body ::-moz-placeholder {
    color: #a5abb3;
    opacity: 0.95 !important;
}

/**
 * Checkbox & Radio
 */
.bs_checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 25px;
    vertical-align: top;
}
.bs_checkbox label {
    position: relative;
}

.bs_checkbox [type="radio"]:not(:checked),
.bs_checkbox [type="radio"]:checked,
.bs_checkbox [type="checkbox"]:not(:checked),
.bs_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.bs_checkbox [type="radio"]:not(:checked) + label,
.bs_checkbox [type="radio"]:checked + label,
.bs_checkbox [type="checkbox"]:not(:checked) + label,
.bs_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    width: 100%;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    color: #545d69;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="radio"]:not(:checked) + label:before,
.bs_checkbox [type="radio"]:checked + label:before,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:before,
.bs_checkbox [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url(../images/icon-checkbox.svg) no-repeat center center;
    background-size: 100%;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after {
    transition: all 0.2s;
    background: url(../images/icon-checkbox-check.svg) no-repeat center center;
    background-size: 100%;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.bs_checkbox [type="radio"]:disabled:not(:checked) + label:before,
.bs_checkbox [type="radio"]:disabled:checked + label:before,
.bs_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.bs_checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.bs_checkbox [type="radio"]:disabled:checked + label:after,
.bs_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.bs_checkbox [type="radio"]:disabled + label,
.bs_checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}

.bs_checkbox [type="checkbox"]:checked:focus + label:before,
.bs_checkbox [type="checkbox"]:not(:checked):focus + label:before {
    outline: none !important;
}

/** radio button **/
.bs_radio {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.bs_radio [type="radio"]:checked,
.bs_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.bs_radio [type="radio"]:checked + label,
.bs_radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    color: #545d69;
    font-size: 16px;
    font-weight: normal;
}

.bs_radio [type="radio"]:checked + label:before,
.bs_radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 1px solid #0F6849;
    border-radius: 100%;
    background: #fff;
}
.bs_radio [type="radio"]:checked + label:after,
.bs_radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0F6849;
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.bs_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.bs_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hajj-hr:after,
.hajj-hr:before {
    content: "";
    clear: both;
    display: table;
}
.hajj-hr {
    margin: 20px 0;
    height: 1px;
    border-top: 1px solid #dadee3;
    width: 100%;
}

.clr-navyBlue {
    color: #130f8b !important;
}

.img-block img,
.img-block {
    display: block;
    max-width: 100%;
}

/**
 * Home Slider
 */
.home-intro-section {
    padding: 30px 0 20px;
}
.home-slider {
    position: relative;
}
.home-slider .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
}
.home-slider .carousel-indicators li {
    background-color: #ffffff;
    opacity: 1;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.home-slider .carousel-indicators li.active {
    background-color: #0F6849;
}

.home-slider-item {
    position: relative;
    width: 100%;
    height: 348px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 25px 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.slider-notice {
    position: relative;
    display: inline-block;
    width: 75%;
    max-width: 670px;
}
.slider-notice .slider-notice-item {
    width: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: left;
    padding: 10px 20px;
    min-height: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px;
}
.slider-notice .slider-notice-item p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}

/**
 * Banner message Lists
 */
.hjp-msg-lists {
    position: relative;
    width: 100%;
}
.hjp-msg-lists .msg-title {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    background: #0f6849;
    color: #fff;
    margin-bottom: 10px;
}
.hjp-msg-lists .msg-title h4,
.hjp-msg-lists .msg-title h3 {
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: normal;
    font-size: 20px;
}

.hjp-msg-item {
    position: relative;
    padding: 10px 10px 10px 100px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    min-height: 90px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.hjp-msg-item:hover {
    transform: translateY(-5px);
}
.hjp-msg-item .msg-item-photo {
    position: absolute;
    height: calc(100% - 20px);
    width: 80px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.hjp-msg-item .msg-item-photo img {
    border-radius: 10px;
    display: block;
    max-width: 100%;
}
.hjp-msg-item p {
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    padding-right: 60px;
    width: 100%;
}
.hjp-msg-item p span {
    display: block;
}
.hjp-msg-item .msg-designation {
    font-weight: normal;
}

.hjp-msg-item h5 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 5px);
    display: block;
    font-weight: bold;
}
.hjp-msg-item .msg-item-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.hjp-msg-item p .msg-details-btn {
    position: absolute;
    right: 0;
    bottom: -5px;
    font-weight: 600;
    color: #000;
}
.hjp-msg-item p .msg-details-btn:hover {
    color: #1c9d50;
}

/**
 * Hajj Search
 */
.hjp-search-block {
    position: relative;
    min-height: 85px;
    background: #f1f1f1;
    padding: 10px 30px;
    display: block;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    text-align: center;
}
.hjp-search-block h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    white-space: nowrap;
}

.hjp-src-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
}
.hjp-src-box .form-control {
    height: 56px;
    padding: 15px 140px 15px 15px;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
}

.hjp-src-box .src-btn {
    display: flex;
    width: 110px;
    height: 36px;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 8px;
    font-size: 14px;
    line-height: 16px;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 4px;
    background: #0f6849;
    color: #ffffff;
    padding: 8px 10px;
}
.icon-src-white {
    background: url(../images/icon-search-white.svg) no-repeat center center;
    background-size: 16px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.hjp-audio-player {
    position: relative;
    height: auto;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.audio-player-wrap {
    margin-top: 5px;
    display: block;
}
.audio-player-wrap audio {
    max-width: 100%;
    display: block;
    border-radius: 4px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/**
 * Hajj Registration Info
 */
.hajj-registration-info {
    position: relative;
}
.hajj-reg-info-container .row .col-lg-6 {
    margin-bottom: 30px;
}

.hajj-reg-info-content {
    position: relative;
    text-align: center;
    padding: 20px 0;
    background: rgba(241, 241, 241, 0.54);
    border-radius: 25px;
    border: 1px solid #2099cc;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.reg-info-cornar {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hajj-reg-info-content:after,
.hajj-reg-info-content:before {
    content: "";
    width: calc(100% - 100px);
    position: absolute;
    left: 50px;
    top: -1px;
    height: 1px;
    background: rgba(241, 241, 241, 1);
    z-index: 10;
}
.hajj-reg-info-content:after {
    top: auto;
    bottom: -1px;
}

.reg-info-cornar:after,
.reg-info-cornar:before {
    content: "";
    height: calc(100% - 100px);
    position: absolute;
    left: -1px;
    top: 50px;
    width: 1px;
    background: rgba(241, 241, 241, 1);
    z-index: 10;
}
.reg-info-cornar:after {
    left: auto;
    right: -1px;
}

.hajj-reg-info-content .hajj-reg-title {
    display: flex;
    text-align: center;
    min-height: 50px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reg-subtitle {
    display: block;
    font-size: 16px;
}
.hajj-reg-info-content h3 {
    margin-bottom: 0;
}
.hajj-reg-info-content h2 {
    color: #0F6849;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
}
.hajj-reg-info-content .hajj-info-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.hajj-reg-info-content .hajj-info-block .hajj-reg-info-item {
    flex-grow: 1;
    position: relative;
    padding: 15px 20px;
    width: 50%;
}
.hajj-reg-info-content .hajj-info-block .hajj-reg-info-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 1px;
    background: #2099cc;
    display: block;
}
.hajj-reg-info-content .hajj-info-block .hajj-reg-info-item:last-child:before {
    display: none;
}
.hajj-reg-info-content h3 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: normal;
}
.hajj-reg-info-content .hajj-info-block .hajj-reg-info-item p {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: normal;
}

/**
 * Footer
 */
.footer-top {
    position: relative;
    width: 100%;
    background: #0F6849;
    color: #ffffff;
    padding: 50px 0 30px;
}
.footer-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-appstore {
    margin-bottom: 15px;
}
.footer-appstore a {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
}
.footer-appstore a img {
    /* border-radius: 40px; */
}
.footer-appstore a:hover {
    transform: translateY(-5px);
}

.footer-text {
    width: 100%;
    display: inline-block;
    max-width: 1080px;
    text-align: center;
    color: #f1f1f1;
}
.footer-text p {
    line-height: 1.7;
}

.footer-menu {
    /*border-top: 1px solid #ffffff;*/
    position: relative;
    width: 100%;
    padding: 20px 100px 0;
}
.footer-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.footer-menu li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.footer-menu .footer-menu-list li {
    padding: 0 15px;
}
.footer-menu .footer-menu-list li a {
    position: relative;
    padding: 5px 1px;
    display: block;
}
.footer-menu .footer-menu-list li a:before {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #ffffff;
    -webkit-transition: width 0.4s ease-in-out 0s;
    -moz-transition: width 0.4s ease-in-out 0s;
    -ms-transition: width 0.4s ease-in-out 0s;
    -o-transition: width 0.4s ease-in-out 0s;
    transition: width 0.4s ease-in-out 0s;
}
.footer-menu .footer-menu-list li a:hover:before {
    width: 100%;
}

.footer-menu .footer-social-menu {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
    text-align: right;
}
.footer-menu .footer-social-menu li a {
    font-size: 20px;
}

.footer-copyright {
    background: transparent;
    padding: 20px 0;
    position: relative;
    color: #464646;
    border-top: 1px solid rgba(112, 112, 112, 0.38);
}

.copyright-content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 140px;
    text-align: center;
}
.copyright-content p {
    font-family: "Inter", sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    margin: 5px 0;
}
.copyright-content p,
.copyright-content p a {
    color: #000000;
}

.copyright-content .developed-by {
    position: absolute;
    right: 0;
    top: 8px;
}
.copyright-content .dby-others-logo {
    position: absolute;
    top: 0;
    left: 0;
}

.ehajj-footer-logo a {
    display: block;
}

.dby-others-logo,
.developed-by {
    width: 140px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #464646;
    display: inline-block;
    padding: 10px 0;
}
.dby-others-logo span,
.developed-by span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
}
.dby-others-logo span {
    font-size: 14px;
    margin-bottom: 10px;
}
.dby-others-logo img,
.developed-by img {
    display: inline-block;
    max-width: 90px;
}

/**
 * Table
 */
.dash-list-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dash-table.table {
    background: #ffffff;
    min-width: 820px;
    margin-bottom: 10px;
    border: none;
}
.dash-list-table .btn {
    font-size: 15px;
}
.dash-table.table thead th,
.dash-table.table tbody td {
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    border: none;
    border-bottom: none;
    text-align: center;
    vertical-align: middle;
    background: rgba(245, 245, 245, 0.5);
}
.dash-table.table tbody td i.fa {
    font-size: 20px;
}

tr.table-row-space td,
.dash-table.table tr.table-row-space td {
    padding: 3px !important;
    border: none !important;
    background: #fff;
    border-radius: none !important;
    font-size: 10px;
    line-height: 1;
}
.dash-table.table thead th {
    font-weight: normal;
    color: #000000;
    background: #d2d2d2;
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    font-size: 18px;
    font-weight: normal;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(112, 112, 112, 0.36);
}
.dash-table.table tbody tr td:last-child {
    border-radius: 0 6px 6px 0;
}
.dash-table.table tbody tr td:first-child {
    border-radius: 6px 0 0 6px;
}
.dash-table.table thead tr th:first-child {
    border-radius: 6px 0 0 0;
}
.dash-table.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
}

.dash-content-main .dash-hajj-info-section .section-title:before,
.dash-content-main .dash-hajj-info-section .section-title:after {
    display: none !important;
}

.section-title:before {
    display: none !important;
}
.card-magenta:not(.card-outline) > .card-header {
    background-color: #0F6849 !important;
}
.card-header {
    padding: 0.2rem 1rem !important;
}
.card-header h5 {
    margin: 8px 0 10px !important;
}

/**
 *   Signup Section
 */
.search-title {
    display: inline-block;
    margin-bottom: 15px;
}
.search-title h3,
.ehajj-form-title h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
}

.form-content {
    position: relative;
}
.form-content .form-block {
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    margin-bottom: 12px;
}
.form-content .form-block .form-label-left {
    width: 220px;
    text-align: left;
    padding: 5px;
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}
.form-content .form-block .form-input {
    width: calc(100% - 220px);
    padding: 5px 0 5px 20px;
}
.form-content .form-block .form-input .form-control {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px 6px;
}
.form-content .form-block .form-input input[type="submit"],
.form-content .form-block .form-input .btn {
    width: auto;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    background: #0F6849;
    color: #ffffff;
    border-color: #0F6849;
}

.form-content .form-control,
.form-control {
    border-color: #bfbfbf;
}
.form-content .form-control:focus,
.form-content .form-control:active,
.form-control:active,
.form-control:focus {
    border-color: #0F6849;
}

select.form-control {
    background: #ffffff url("../images/icon-dropdown-arrow.svg") no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 24px 24px;
    padding-right: 30px !important;
    cursor: pointer;
    moz-appearance: none;
    webkit-appearance: none;
    appearance: none;
}
select.form-control.form-control-sm {
    background-size: 18px 18px;
    padding-right: 24px !important;
}
.ehajj-icon-calender {
    height: 20px;
    width: 20px;
    background: url("../images/icon-calender.svg") no-repeat center center;
    background-size: 20px 20px;
}

.ehajj-search-input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.ehajj-search-input .form-control {
    font-family: "Siyam Rupali", "SolaimanLipi", Inter, sans-serif;
    height: 36px;
    padding-right: 38px;
    font-weight: normal;
    border-color: #0F6849;
}
.ehajj-search-input .btn-ehajj-search {
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 36px;
    align-items: center;
    justify-content: center;
    background: #0F6849;
    border-color: #0F6849;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

.btn.btn-sm {
    padding-left: 1rem;
    padding-right: 1rem;
}

.dash-list-table {
    position: relative;
}
.dash-list-table .dash-table.table {
    margin-bottom: 0;
}
.dash-list-table .table tfoot th,
.dash-list-table .table thead th {
    color: #ffffff;
    border-bottom-color: #0F6849;
    border-top-color: #0F6849;
    background-color: #0F6849;
}
.dash-list-table .table tfoot th:first-child,
.dash-list-table .table thead th:first-child {
    border-left-color: #0F6849;
}
.dash-list-table .table tfoot th:last-child,
.dash-list-table .table thead th:last-child {
    border-right-color: #0F6849;
}
.dash-list-table .page-item.active .page-link {
    color: #fff;
    background-color: #0F6849;
    border-color: #0F6849;
}
div.dataTables_wrapper
    div.dataTables_paginate
    ul.pagination
    .page-item.active
    .page-link:focus {
    background-color: #0F6849;
}

.dataTables_wrapper {
    padding: 0px;
}

.hajj-reg-info-container {
    margin-top: 15px;
}
.hajj-info-box {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.hajj-info-box h2 {
    font-weight: initial;
}

.ehajj-pagination {
    text-align: center;
    display: block;
}
.ehajj-pagination .pagination {
    justify-content: center;
}
.pagination .page-link {
    color: #0F6849;
    font-size: 15px;
}
.pagination .page-link:focus,
.pagination .page-link:active {
    outline: none !important;
    box-shadow: none !important;
}

.table > :not(caption) > * > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.hajj-notice-sec {
    position: relative;
    padding: 30px 0;
}

.sec-title {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.sec-title h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}
.sec-title h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}

.notice-container .notice-item {
    position: relative;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f8fa;
    padding: 10px 90px 10px 15px;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.32);
}
.notice-container .notice-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
}
.notice-container .notice-item p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}
.notice-container .notice-item .notice-date {
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    line-height: 24px;
}
.notice-container .notice-item .notice-action {
    position: absolute;
    right: 5px;
    top: 0;
    width: 80px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.notice-container .notice-item .notice-action .icon-img40 {
    margin: 0 2px;
}

.icon-img40 {
    display: inline-block;
    height: 40px;
    width: 40px;
}
.icon-pdf-red {
    background: url(../images/icon-pdf-red.svg) no-repeat center center;
    background-size: 30px 30px;
}
.icon-download-green {
    background: url(../images/icon-download-green.svg) no-repeat center center;
    background-size: 24px 20px;
}
.icon-download-white {
    background: url(../images/icon-download-white.svg) no-repeat center center;
    background-size: 24px 20px;
}

.icon-youtube-original {
    background: url(../images/icon-youtube-original.svg) no-repeat center center;
    background-size: 30px 30px;
}

.hajj-package-list {
    position: relative;
    margin-bottom: 30px;
}
.hajj-package-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hajj-package-list .package-list-item {
    position: relative;
    padding: 10px 90px 10px 20px;
    width: 100%;
    display: flex;
    min-height: 50px;
    color: #ffffff;
    background-color: #0f6849;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.hajj-package-list .package-list-item,
.hajj-package-list .package-list-item .list-text {
    font-size: 20px;
    line-height: 24px;
}
.hajj-package-list .package-list-item .list-text {
    display: block;
}
.hajj-package-list .package-list-item .lists-action {
    position: absolute;
    right: 5px;
    top: 0;
    width: 80px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.hajj-package-list .package-list-item .lists-action .icon-img40 {
    margin: 0 2px;
}

.hajj-important-links {
    padding: 30px 0;
}
.hajj-imp-links-item {
    position: relative;
    display: flex;
    width: 100%;
    padding: 5px 10px 5px 45px;
    min-height: 35px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    color: #494949;
    font-family: "Inter", sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.hajj-imp-links-item:before {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    left: 2px;
    top: 5px;
    display: block;
    background: url(../images/icon-links-green.svg) no-repeat center center;
    background-size: 30px 30px;
}
.hajj-imp-links-item:after {
    content: "";
    height: 1px;
    width: calc(100% - 50px);
    position: absolute;
    left: 45px;
    bottom: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.38);
    display: block;
}

.btn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
}

/**
 * File Upload
 */
.ehajj-text-form {
    position: relative;
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.ehajj-text-form label {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    color: #130f8b;
    font-size: 1.12rem;
}
.file-upload-box {
    width: 100%;
    text-align: center;
    border: 1px dashed #d0d5dd;
    padding: 15px;
}
.file-upload-box .upload-box-container {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}
.file-upload-box .upload-box-container p {
    font-size: 0.9rem;
    margin: 10px 0;
    color: #8d9194;
}
.file-upload-box .upload-box-container p strong {
    font-size: 1rem;
    color: #000000;
}

.file-upload-box .upload-icon {
    display: flex;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.file-upload-box .upload-icon img {
    display: block;
    max-width: 30px;
}

.file-upload-box .btn-filebrowse {
    border: 1px solid #0F6849;
    border-radius: 4px;
    background-color: #0F6849;
    height: 44px;
    padding: 10px 20px;
    color: #ffffff;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 140px;
}
.file-upload-box .btn-filebrowse:hover {
    color: #ffffff;
}
.file-upload-box .btn-filebrowse i {
    margin-left: 10px;
}
.btn-filebrowse input.uploadInput {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/**
 * Hajj Help Feature Tab
 */
.hajj-help-feature {
    margin-bottom: 40px;
}
.hjp-feature-tab-menu .nav-tabs {
    flex-wrap: nowrap;
    background: transparent;
    display: flex;
    justify-content: center;
    border: none !important;
    column-gap: 10px;
}
.hjp-feature-tab-menu .nav-item {
    width: 25%;
    flex-basis: 25%;
    /*text-align: center;*/
}

.hjp-feature-tab-menu .hjp-tab-menu-item {
    display: flex;
    /*height: 100%;*/
}
.hjp-feature-tab-menu .hjp-tab-menu-item .tab-menu-title {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    text-align: left;
    min-height: 50px;
}

.hjp-feature-tab-menu .hjp-tab-menu-item .tab-menu-details {
    margin-top: 15px;
    text-align: left;
}
.hjp-feature-tab-menu .hjp-tab-menu-item .tab-menu-details p{
    font-size: 16px;
}

.hjp-feature-tab-menu .hjp-tab-menu-item h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
}

.hjp-feature-tab-menu .nav-item a {
    /*display: flex;*/
    min-height: 80px;
    width: 100%;
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    margin: 0 !important;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 20px;
    border: none;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.hjp-feature-tab-menu .nav-item a:hover,
.hjp-feature-tab-menu .nav-item a.active {
    color: #ffffff !important;
    background: #0f6849;
}

.hjp-feature-tab-menu .nav-item a .tab-menu-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.hjp-feature-tab-menu .nav-item a .tab-menu-icon img {
    width: 42px;
    height: auto;
    display: block;
}

.hjp-feature-tab-menu .nav-item a .tab-menu-icon svg {
    height: 42px;
}
.hjp-feature-tab-menu .nav-item a .tab-menu-icon svg path {
    fill: #0f6849;
}
.hjp-feature-tab-menu .nav-item a:hover .tab-menu-icon svg path,
.hjp-feature-tab-menu .nav-item a.active .tab-menu-icon svg path {
    fill: #ffffff !important;
}

.hjp-feature-tab-menu .nav-item a:hover svg path,
.hjp-feature-tab-menu .nav-item a.active svg path {
    fill: #ffffff !important;
}
.hjp-feature-tab-menu .nav-item a .tab-menu-icon .tab-icon-white {
    opacity: 0;
    position: absolute;
}
.hjp-feature-tab-menu .nav-item a.active .tab-menu-icon .tab-icon-white,
.hjp-feature-tab-menu .nav-item:hover a .tab-menu-icon .tab-icon-white {
    opacity: 1;
}

.hjp-tab-content {
    position: relative;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.tab-help-content {
    position: relative;
    padding: 30px 20px 15px;
}

/**
 * Hajj Accordian
 */
.hjp-nibondhon-steps-sec {
    position: relative;
    padding-bottom: 30px;
}
.hjp-acd-item {
    background: #ffffff;
    position: relative;
    display: inline-block;
    width: 100%;
    color: #63747b;
    border-radius: 6px;
    box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
}
.hjp-acd-item .accordian-head {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 15px 100px 15px 75px;
    background: #0F6849;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: background 0.3s ease-in-out 0s;
    -moz-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
    -ms-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
}
.hjp-acd-item .accordian-head.collapsed {
    background: #ffffff;
    color: #1b3540;
}
.hjp-acd-item .accordian-head.collapsed:hover {
    background: #0F6849;
    color: #ffffff;
}
.hjp-acd-item .hjp-acd-link-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 5px;
    color: #0F6849;
    border: 1px solid #0F6849;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.hjp-acd-item .hjp-acd-link-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #0F6849;
}

.accordian-head .accordian-indicator {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    background-color: #f1f1f1;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.accordian-head .accordian-indicator .icon-plus {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
}
.accordian-head .accordian-indicator .icon-plus:after,
.accordian-head .accordian-indicator .icon-plus:before {
    content: "";
    position: absolute;
    display: block;
    background: #0f6849;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.accordian-head .accordian-indicator .icon-plus:after {
    opacity: 0;
}
.accordian-head .accordian-indicator .icon-plus:before {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.accordian-head.collapsed .accordian-indicator .icon-plus:after,
.accordian-head .accordian-indicator.collapsed .icon-plus:after {
    width: 2px;
    height: 14px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.hjp-acd-item .hjp-acd-title h4,
.hjp-acd-item .hjp-acd-title h3 {
    font-size: 20px;
    margin: 5px 0;
    font-weight: normal;
}
.hjp-acd-item h4 {
    font-size: 16px;
}
.hjp-acd-item .hjp-acd-content p {
    margin: 0;
    padding: 10px 0;
    color: #707070;
}
.hjp-acd-item .hjp-acd-content ul {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    list-style: none;
}
.hjp-acd-item .hjp-acd-content ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 5px 0 10px 25px;
    color: #707070;
    font-size: 16px;
    line-height: 1.5;
}
.hjp-acd-item .hjp-acd-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    display: block;
    border: 3px solid #0F6849;
}

.hjp-acd-item .hjp-acd-content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px;
}

.hjp-acd-item .hjp-acd-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
}

/**
 * Home Notice Section
 */
.hajj-home-notice-sec {
    position: relative;
    padding: 0 0 50px;
}
.tab-notice-content {
    position: relative;
    width: 100%;
    padding: 30px 20px 15px;
}
.hjp-notice-tab-menu {
    width: 100%;
}
.hjp-notice-tab-menu .nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 0;
    border: none;
}

.hjp-notice-tab-menu .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 15px 30px;
    height: 100%;
    flex-direction: column;
    background: #f5f5f5;
    position: relative;
    color: #000000;
}
.hjp-notice-tab-menu .nav-item .nav-link.active,
.hjp-notice-tab-menu .nav-item .nav-link:hover {
    color: #0f6849;
}

.hjp-notice-tab-menu .nav-item .nav-link.active{
    background-color: #ffffff;
}

.hjp-notice-tab-menu .nav-item .nav-link:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    background: transparent;
    display: block;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.hjp-notice-tab-menu .nav-item .nav-link:hover:before,
.hjp-notice-tab-menu .nav-item .nav-link.active:before {
    background: #0f6849;
    width: 100%;
    left: 0;
}
.hjp-notice-tab-menu .nav-item .nav-link .tab-menu-icon {
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
}
.hjp-notice-tab-menu .nav-item .nav-link .tab-menu-icon img {
    width: 24px;
    display: block;
    height: auto;
}
.hjp-notice-tab-menu .nav-item .nav-link .tab-menu-icon svg {
    display: block;
    height: 24px;
}
.hjp-notice-tab-menu .nav-item .nav-link .tab-menu-icon svg path{
    fill: #0f6849;
}
.hjp-notice-tab-menu .nav-item .nav-link.active .tab-menu-icon svg path,
.hjp-notice-tab-menu .nav-item .nav-link:hover .tab-menu-icon svg path {
    fill: #0f6849;
}

.hjp-notice-tab-menu .nav-item .nav-link h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
}

.hjp-filter-title {
    width: 100%;
    max-width: 270px;
    margin-bottom: 20px;
}

.icon-pdf-download {
    display: inline-block;
    background: url(icon-pdf-green.svg);
}

.hjp-news-lists ul li {
    position: relative;
    display: inline-block;
    padding: 10px 50px 10px 35px;
    text-align: left;
    border-bottom: 1px dashed #d2d2d2;
    width: 100%;
}
.hjp-news-lists ul li a {
    color: #000;
}
.hjp-news-lists ul li .news-list-title {
    display: block;
    margin: 0;
}
.hjp-news-lists ul li .news-list-date {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 15px;
    font-weight: bold;
    font-size: 80%;
}
.hjp-news-lists ul li .icon-pdf-download {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.hjp-news-lists ul li:before {
    content: "";
    height: 38px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(../images/icons/icon-list-arrow-right.svg) no-repeat center
        center;
    background-size: 100%;
}

.icon-pdf-download {
    background: url(../images/icons/icon-pdf-green.svg) no-repeat center center;
    background-size: 20px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.news-seemore-text {
    color: #0f6849;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

/**
 * Contact Page
 */
.hjp-row-gap {
    row-gap: 30px;
}
.contact-main-sec {
    position: relative;
    padding: 60px 0;
}
.white-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(77, 139, 79, 0.08);
    padding: 15px;
}
.hjp-helpline {
    justify-content: center;
    text-align: center;
}
.hjp-blue-box {
    display: flex;
    align-items: center;
    height: 100%;
    background: #0f6849;
    border-radius: 8px;
    color: #ffffff;
    padding: 15px 20px;
}
.hjp-blue-box a {
    color: #ffffff;
}

.hjp-helpline-info {
    padding: 50px 0;
}

.hjp-helpline-info p {
    margin-bottom: 15px;
    width: 100%;
    max-width: 320px;
}
.contact-main-sec .cnt-p-text {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

.hjp-helpline .helpline-btn {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px 20px 10px 60px;
    background: #ffffff;
    color: #0f6849;
    font-size: 24px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    max-width: 240px;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.hjp-helpline .helpline-btn .icon-phone {
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    align-items: center;
    justify-content: center;
}
.hjp-helpline .helpline-btn .icon-phone img {
    width: 30px;
    display: block;
    max-width: 100%;
}

.hajj-contact-info {
    position: relative;
}
.hajj-contact-info .hjp-blue-box {
    justify-content: space-between;
    margin-bottom: 15px;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.hajj-contact-info .hjp-blue-box:last-child {
    margin-bottom: 0;
}
.hajj-contact-info .hjp-blue-box .contact-number {
    width: 180px;
    display: block;
}
.hajj-contact-info .hjp-blue-box .contact-number span {
    display: block;
}

.cnt-info-title {
    text-align: center;
}
.cnt-info-title h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0;
}

.cnt-address-item {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 20px;
}
.cnt-address-item p {
    margin-bottom: 0;
    line-height: 1.7 !important;
}
.cnt-address-item h4 {
    font-size: 20px;
    font-weight: normal;
}

.icon-text-link {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    height: 15px;
    width: 15px;
    background: url(../images/link-external.svg) no-repeat center center;
    background-size: 14px;
}

.refund-main-sec,
.prp-main-sec {
    padding: 60px 0;
}
.prp-main-sec .hjp-blue-box {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
}
.prp-main-sec a.hjp-blue-box:hover {
    color: #ffffff;
}

.tab-form-content table {
    min-width: 570px;
}
.tab-form-content table th {
    white-space: nowrap;
    font-size: 14px;
    border-bottom: none;
}
.tab-form-content table td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.tab-form-content .package-list-item a {
    display: block;
}
.tab-form-content .package-list-item .icon-img40 {
    height: 30px;
    background-size: 24px 24px;
}

.accordian-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.refund-form-btn {
    color: #ffffff;
    padding: 10px 20px;
    line-height: 1.3;
    margin: 0 0 20px;
    font-size: 15px;
}

.refund-step-img {
    display: block;
    margin: 20px 0;
    width: 100%;
    max-width: 800px;
}
.refund-step-img img {
    display: block;
    max-width: 100%;
}

.page-desc p {
    font-size: 15px;
    line-height: 1.5;
}

.text-large {
    font-size: 20px;
}

.hajj-flight-info-table {
    position: relative;
}

.tab-flight-content{
    padding: 0px;
}

.flight-info-table tr th,
.flight-info-table tr td{
    border: none;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.flight-info-table tr th{
    white-space: nowrap;
}
.flight-info-table thead tr,
.flight-info-table tbody tr{
    background-color: #f5f6f7;
    transition: background-color 0.3s ease-in-out 0s;
}
.flight-info-table tbody tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}
.flight-info-table tbody tr:hover{
    background-color: #f5f5f5;
}

.btn-circle-right{
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #7bc678;
    background-color: rgba(201, 232, 200, 0.30);
    margin: 0 auto;
    border-radius: 50%;
}
.btn-circle-right:hover{
    background-color: #7bc678;
}
.btn-circle-right:hover svg path{
    stroke: #ffffff;
}

/**
 * Pagination
 */
.hajj-info-pagination{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
}
.hajj-info-pagination .pagination .page-item{
    margin: 0 5px;
}
.hajj-info-pagination .pagination .page-item a{
    border-radius: 4px;
    border: 1px solid #dfe2e6;
    color: #000;
    background: none;
    font-size: 14px;
    font-weight: 500;
}
.hajj-info-pagination .pagination .page-item:hover a,
.hajj-info-pagination .pagination .page-item.active a{
    border: 1px solid #0f6849;
    color: #0f6849;
}

.back-btn-sec{
    display: flex;
    padding: 15px 0;
}
.info-back-btn{
    height: 24px;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    background: #0f6849;
    color: #ffffff !important;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}


.air-logo{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.air-logo img{
    max-width: 120px;
    /* max-width: 80px; */
    height: auto;
}


.modal.fade .modal-dialog{
    margin-top: 100px;
    max-width: 900px;
}

.modal-header{
    min-height: 40px;
    position: relative;
    border: none;
    padding-right: 40px;
    padding-bottom: 15;
    border-bottom: 3px solid #F5F6F7;
    background-color: rgba(201, 232, 200, 0.30);
}
.modal-header .close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}


.flight-info-content{
    position: relative;
}

.flight-info-head{
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    color: #272A3D;
    align-items: flex-start;
}

.flight-info-content h3,
.flight-info-head h3{
    font-size: 18px;
    margin-bottom: 0;
}
.flight-info-head .air-company-logo{
    width: 140px;
}
.flight-info-head .air-company-logo img{
    max-width: 100%;
    /* max-width: 70%; */
}

.modal-table .flight-datails-table{
    background: #F5F6F7;
    border-radius: 4px;
    border: none;
}
.modal-table .flight-datails-table td,
.modal-table .flight-datails-table th{
    border: none;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: left;
}
.modal-table .flight-datails-table td:last-child,
.modal-table .flight-datails-table th:last-child{
    text-align: right;
}

.flight-datails-table tbody tr:nth-of-type(2n+1) {
    background-color: #F2F2F2;
}

.modal-table tr{
    transition: background-color 0.3s ease-in-out 0s;
}
.modal-table .booking-datails-table{
    border: 1px solid #e9e5e5;
}
.modal-table .booking-datails-table td,
.modal-table .booking-datails-table th{
    border: none;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: center;
}
.modal-table .booking-datails-table tr td:first-child,
.modal-table .booking-datails-table tr th:first-child{
    text-align: left;
}

.booking-datails-table tbody tr:nth-of-type(2n+1) {
    background-color: #f3f4f5;
}

.modal-table{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-table table{
    min-width: 450px;
}


.agency-booking-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 15px;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}
.has-search-right {
    position: relative;
    margin: 0;
}
.has-search-right .form-control {
    padding-right: 40px;
}
.has-search-right .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #aaa;
}

.nb-text-info{
    padding: 0 0 10px;
    text-align: left;
}
.nb-text-info p{
    font-size: 13px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: italic;
    color: #4e4e4e;
}
.nb-text-info p span{
    font-size: 80%;
    display: block;
}

.hajj-advance-search{
    position: relative;
    width: 100%;
    padding-right: 180px;
    margin-bottom: 24px;
}

.hajj-adv-src-content .row{
    row-gap: 16px;
    margin-left: -8px;
    margin-right: -8px;
}
.hajj-adv-src-content .row .col-lg-3,
.hajj-adv-src-content .row .col-md-6{
    padding-left: 8px;
    padding-right: 8px;
}

.hajj-adv-src-content .adv-src-item{
    position: relative;
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid #dfe2e6;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 6px 50px 6px 12px;
    column-gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.hajj-adv-src-content .adv-src-item:after{
    display: none !important;
}

.adv-src-item .adv-src-icon{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background-color: rgba(201, 232, 200, 0.30);
    border-radius: 50%;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
.adv-src-item .adv-src-text{
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    color: #15294B;
    font-family: "Inter", sans-serif !important;
    width: 100%;
}
.adv-src-item .adv-src-text .src-title{
    font-size: 14px;
    display: block;
}
.adv-src-item .adv-src-text .src-option-text{
    font-size: 12px;
    display: block;
    color: #98A1B0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 30px;
}
.adv-src-item .adv-src-dd-icon{
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hajj-advance-search .src-submit-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
}
.btn-find-now{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #0f6849;
    border-radius: 12px;
    font-size: 16px;
    font-weight: normal;
    border: none;
    box-shadow: none;
    color: #ffffff;
    padding: 6px 20px;
    width: 100%;
    max-width: 300px;
}

.adv-src-dd-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    border: none !important;
    padding: 2px 0 0;
}
.adv-src-dd-menu .serach-dd-menu{
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 18px 34px 0px rgba(0, 0, 0, 0.13);
    padding: 10px;
    display: block;
    width: 280px;
}
.adv-src-dd-menu .serach-dd-menu li{
    display: block;
    margin-bottom: 1px;
}
.adv-src-dd-menu .serach-dd-menu li a{
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 6px;
    align-items: center;
    border-radius: 4px;
    color: #000000;
    font-size: 15px;
}
.dd-menu-icon{
    display: flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}
.dd-menu-icon svg{
    width: 16px;
}
.adv-src-dd-menu .serach-dd-menu li a:hover{
    background: rgba(201, 232, 200, 0.30);
}


/**
 * style April 27, 2024
 */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
}

#flight-info-table_paginate a {
    border-radius: 4px;
    border: 1px solid #dfe2e6;
    color: #000;
    background: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
}

.hajj-flight-title{
    position: relative;
    margin-bottom: 24px;
    text-align: left;
}
.hajj-flight-title h3{
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
    display: flex;
    column-gap: 8px;
    flex-wrap: nowrap;
}
.hajj-flight-title h3 .hfl-title-icon{
    min-width: 20px;
}

.pre-hajj-flight-sec {
    padding: 0;
}

.pre-hajj-flight-item{
    position: relative;
    display: block;
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.pre-hajj-flight-item .pre-hajj-flight-logo{
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
.pre-hajj-flight-item .pre-hajj-flight-logo img{
    display: block;
    max-width: 150px;
}

.pre-hajj-flight-details{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    width: 100%;
}

.pre-hajj-flight-details .pre-hajj-details-item{
    position: relative;
    background: #f3f4f8;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
    text-align: center;
    color: #000000;
    width: calc(50% - 8px);
}
.pre-hajj-flight-details .pre-hajj-details-item span{
    font-family: "Inter", sans-serif !important;
    line-height: 1.2;
    display: block;
    white-space: nowrap;
}
.pre-hajj-flight-details .pre-hajj-details-item .desc-title{
    color: #6d717c;
    font-size: 16px;
    font-weight: normal;
}
.pre-hajj-flight-details .pre-hajj-details-item .desc-number{
    font-weight: bold;
    font-size: 20px;
}



.hajj-statistics-sec{
    /*background: #ffffff;*/
    position: relative;
    padding: 40px 0;
}
.hajj-statistics-sec .row{
    row-gap: 30px;
    padding-top: 25px;
}

.hajj-statistics-sec .canvasjs-chart-credit{
    display: none !important;
}

.hajj-stc-graph-container{
    height: 300px;
    width: 100%;
    text-align: center;
}

.stc-chart-title{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.stc-chart-title h3{
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.hajj-stc-graph-box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-top: 0px;
    position: relative;
}
.hajj-stc-graph-box .stc-chart-title{
    padding-top: 25px;
    width: 100%;
    text-align: center;
}

.hajj-stc-graph-box p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

/**
 * Update August 29, 2024
 */
#newsTable tr td:nth-child(1) {
    width: 90%;
}
#newsTable tr td:nth-child(2) {
    width: 10%;
    text-align: center;
}
#agencyListTable tr td:nth-child(1) {
    width: 8%;
    text-align: center;
}
#agencyListTable tr td:nth-child(2) {
    width: 35%;
}
.news-list-title {
    margin: 0px;
}
.news-icon img {
    height: 22px;
    width: 30px;
}
.hjp-src-box .form-control {
    padding: 15px 50px 15px 15px;
}
.hjp-src-box .src-btn {
    width: 36px;
}
#pilgrim_srch_val::placeholder {
    font-size: 12px; /* Adjust the font size as needed */
}
.icon-minus, .icon-plus {
    color: #0F6849;
}
#prev_news{
    cursor: pointer;
}
#flight-info-table_filter {
    display: none;
}
@media screen and (max-width: 600px) {
    #newsTable tr td:nth-child(1) {
        width: 96%;
    }
    #newsTable tr td:nth-child(2) {
        width: 4%;
    }
    #newsTable tr td,#agencyListTable tr td{
        font-size: 14px;
    }
    #agencyListTable tr td:nth-child(1) {
        width: 4%;
    }
    #agencyListTable tr td:nth-child(2) {
        width: 10%;
    }
    .dataTables_info, .dataTables_paginate {
        font-size: 13px;
    }
}
.btn-outline-button {
    color: #00684D;
    background-color: transparent;
    background-image: none;
    border-color: #00684D;
}
.btn-outline-button:hover {
    color: #ffffff !important;
    background-color: #00684D;
    border-color: #097E35;
}
.btn-outline-button:disabled {
    color: #fff;
    background-color: #00684D;
    border-color: #097E35;
    opacity: 1 !important;
    cursor: not-allowed;
}
#govt-accordian-indicator, #private-accordian-indicator {
    height: 35px !important;
    width: 35px !important;
}
#govt-accordian-title, #private-accordian-title {
    font-size: 16px !important;
}
#govt-accordian-head, #private-accordian-head {
    min-height: 50px !important;
    padding: 5px 100px 0 75px !important;
}
@media only screen and (max-width: 768px) {
    .tab-notice-content {
        position: relative;
        width: 100%;
        padding: 30px 0 15px;
    }
}

.footer-subscribe-sec{
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.footer-subscribe-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #00684D;
    flex-wrap: nowrap;
    column-gap: 5px;
    height: 50px;
    padding: 10px 20px 10px 15px;
    background: #ffffff;
    border-radius: 40px;
    margin-bottom: 20px;
    border: none !important;
    font-size: 16px;
    line-height: 20px;
}
.footer-subscribe-btn .fs-btn-icon{
    height: 30px;
    width: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: shakeAnim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
.required-star::after {
    content: "*";
    color: red;
    margin-left: 5px;
}
.modal-header .close {
    top: 10px !important;
    right: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    opacity: 1;
}

.site-header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px;
}

.site-nav-box .nav-link.login-btn,
.site-header .navbar-expand-lg .navbar-nav .nav-link.login-btn{
    background: #0F6849;
    color: #ffffff;
    font-size: 16px;
    border-radius: .25rem;
}

.hjp-feature-tab-menu .nav-tabs{
    column-gap: 20px;
}
.hjp-feature-tab-menu .nav-item{
    /*width: 33.3333%;*/
    /*flex-basis: 33.3333%;*/
    width: 20%;
    flex-basis: 20%;
}
.hjp-feature-tab-menu .hjp-tab-menu-item{
    position: relative;
}
.hjp-feature-tab-menu .nav-item a{
    border: 1px solid rgba(15, 104, 73, 0.20);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
}

.hjp-feature-tab-menu .hjp-tab-menu-item .hjp-step-number{
    height: 47px;
    width: 47px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #0F6849;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -11px;
    font-size: 12px;
    line-height: 1.3;
}
.hjp-feature-tab-menu .hjp-tab-menu-item .hjp-step-number strong{
    font-size: 14px;
}

.hjp-feature-tab-menu .hjp-tab-menu-item a .hjp-step-number-new {
    text-align: left;
}
.hjp-feature-tab-menu .hjp-tab-menu-item a .hjp-step-number-new strong {
    font-size: 40px;
}

.hjp-feature-tab-menu .hjp-tab-menu-item h3 .menu-subtitle{
    color: #A0A5A2;
    font-size: 80%;
    display: block;
}

.hjp-main-sec{
    position: relative;
    padding: 40px 0;
}

.sec-tab-menu{
    position: relative;
    width: 100%;
}
.sec-tab-menu .nav-tabs{
    border: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
}
.sec-tab-menu .nav-tabs .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid #DADEE3 !important;
    color: #858C94;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 30px;
    font-weight: normal;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 0;
}
.sec-tab-menu .nav-tabs .nav-link.curent-tab:hover,
.sec-tab-menu .nav-tabs .nav-link.curent-tab,
.sec-tab-menu .nav-tabs .nav-link:hover,
.sec-tab-menu .nav-tabs .nav-link.active{
    background: #394452;
    color: #ffffff;
    border-color: #394452 !important;
}

.flex-bg-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec-tab-container{
    padding: 20px 0 20px;
}
.sec-tab-container .flex-bg-center{
    padding-top: 15px;
}
.btn-sec-group{
    display: flex;
    width: 100%;
}
.btn-application{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: #0F6849;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    flex-wrap: nowrap;
    column-gap: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.btn-application:hover{
    color: #ffffff;
    transform: translateY(-5px);
}

.sec-tab-container{
    position: relative;
    text-align: left;
    color: #394452;
}
.sec-tab-container h5,
.sec-tab-container ul li,
.sec-tab-container p{
    font-size: 16px;
    line-height: 1.5;
}
.sec-tab-container h5{
    margin-bottom: 5px;
    font-weight: bold;
}
.sec-tab-container p{
    padding: 10px 0;
    margin-bottom: 0;
}
.sec-tab-container #newsTable p{
    padding: 0;
}
.sec-tab-container .pargraph-list{
    padding-left: 12px;
    margin-bottom: 20px;
}
.sec-tab-container ul li{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 18px;
}
.sec-tab-container ul li:before{
    content: "";
    height: 7px;
    width: 7px;
    display: block;
    background: #394452;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 50%;
}

.hajj-video-sec{
    position: relative;
    padding-bottom: 30px;
}

.gallery-video-item{
    position: relative;
    height: 100%;
    width: 100%;
    color: #000000;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #EFEBEB;
}
.gallery-video-item .gallery-video-img{
    position: relative;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px 6px 0 0;
}
.gallery-video-desc{
    display: inline-block;
    width: 100%;
    padding: 20px 20px 10px;
    text-align: left;
}
.post-date{
    display: inline-block;
    margin: 0 10px 10px 0;
    background: #F0F4FC;
    border-radius: 2px;
    color: #318DDE;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    vertical-align: middle;
}

.gallery-video-item .post-title{
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
}

.video-lenth {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 5px;
    color: #969696;
    vertical-align: middle;
}

.video-paly-btn{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.video-paly-btn img{
    display: block;
    max-width: 100%;
    border-radius: 100%;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

/**
 * Nested Accordian
 */
.hajj-help-feature .hjp-acd-item .hjp-acd-content{
    border: 1px solid #B3B3B3;
    border-top: none;
}
.hjp-acd-item .accordian-head{
    padding-left: 65px;
}
.accordian-head .accordian-indicator{
    height: 32px;
    width: 32px;
}

.hjp-acd-item .hjp-acd-content .hjp-acd-title h4,
.hjp-acd-item .hjp-acd-content .hjp-acd-title h3{
    margin-bottom: 5px;
}

.hjp-acd-item .hjp-acd-content .accordian-head.collapsed{
    background: #E9E9E9;
    color: #1b3540;
}

.hjp-acd-item .hjp-acd-content .accordian-head{
    background: #169464;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
}

.hjp-acd-item .hjp-acd-content ul li.nav-item{
    width: auto;
    padding: 0;
}
.hjp-acd-item .hjp-acd-content ul li.nav-item:before{
    display: none !important;
}

.sec-tab-desc{
    padding-bottom: 30px;
}

.hjp-acd-item .hjp-acd-content ul.nav-tabs{
    padding-left: 0;
}

/**
 * Hajj Datatable
 */
.hajjDataTable{

}
.hajjDataTable table.dataTable{
    border-collapse: collapse;
}
.hajjDataTable table.dataTable > tbody > tr > td,
.hajjDataTable table.dataTable > thead > tr > th,
.hajjDataTable table.dataTable > thead > tr > td{
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #D9D9D9 !important;
    padding: 10px !important;
    text-align: center;
}
.hajjDataTable table.dataTable > tbody > tr > td{
    vertical-align: top;
}
.hajjDataTable table.dataTable > thead > tr > th{
    background: #F0F0F0;
}
.hajjDataTable table.dataTable .hajj-table-lists{
    margin: 0;
    margin: 0;
    list-style: none;
}
.hajjDataTable table.dataTable .hajj-table-lists .table-list-item{
    padding: 10px;
    text-align: left;
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #091E42;
    box-sizing: border-box;
}
.hajjDataTable table.dataTable .hajj-table-lists .table-list-item span{
    display: block;
}
.hajjDataTable table.dataTable .hajj-table-lists .table-list-item:nth-child(2n+1){
    background-color: #FCFCFC;
}

.hajjDataTable .dataTables_filter{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-bottom: 20px;
}

.table-form-search{
    position: relative;
}

.hajjDataTable .table-form-group .form-control,
.hajjDataTable .table-form-search .form-control{
    border: 1px solid #BFBFBF;
    height: 40px;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    min-width: 170px;
}

.hajjDataTable .table-form-search .form-control{
    padding-left: 40px;
    text-align: center;
}
.hajjDataTable .table-form-search .table-src-icon{
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hajjDataTable .table-form-search .table-src-icon svg{
    width: 16px;
}
.hajj-datatable-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    flex-wrap: wrap;
}

.hajjDataTable .dataTables_paginate{
    margin-top: 15px;
}
.hajjDataTable .dataTables_paginate,
.hajjDataTable .paginate-page-number{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 3px;
}
.hajjDataTable .hajj-datatable-footer .dataTables_paginate .paginate_button{
    min-width: 20px;
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #DFE2E6;
    background: none !important;
    color: #091E42 !important;
}
.hajjDataTable .hajj-datatable-footer .dataTables_paginate .paginate_button:hover,
.hajjDataTable .hajj-datatable-footer .dataTables_paginate .paginate_button.current{
    border-color: #0F6849;
    color: #0F6849 !important;
    background: none !important;
}
.table-btn-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-outline-blue{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 6px;
    padding: 5px 15px;
    border: 1px solid #0063F7;
    background: #ffffff;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.2;
    color: #0063F7;
}
.btn-outline-blue:hover{
    color: #ffffff;
    background: #0063F7;
}

.hajj-agency-desc{
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 2px;
    text-align: left;
}

/**
 * Pay Order Section
 * New Style 2025-01-06
 */
.tab-hajj-content{
    position: relative;
    padding: 24px;
}
.hajj-flight-tab-sec{

}
.row-gap{
    row-gap: 20px;
}
.hajj-flight-sec{
    padding: 15px 15px 0;
}
.tab-sec-info-text{
    display: block;
    padding-bottom: 10px;
}
.tab-sec-info-text p{
    font-size: 14px;
    margin-bottom: 10px;
}

.hajj-flight-item .hajj-flight-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.hajj-flight-item .hajj-flight-logo img{
    max-height: 55px;
    width: auto;
}

.hajj-flight-item{
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 1px solid #f3f3f3;
    padding: 15px 15px 50px;
    border-radius: 6px;
}
.hajj-flight-details{
    display: flex;
    flex-wrap: wrap;
    column-gap: 9px;
    row-gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.hajj-flight-details .hajj-details-item{
    position: relative;
    background: #f3f4f8;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
    text-align: center;
    color: #000000;
    width: calc(50% - 5px);
    flex-grow: 1;
}
.hajj-flight-details .hajj-details-item.col_3{
    width: calc(33.3333% - 6px);
}
.hajj-flight-details .hajj-details-item.col_5{
    width: calc(20% - 8px);
}
.hajj-details-item span{
    font-family: "Inter", sans-serif !important;
    line-height: 1.2;
    display: block;
    white-space: nowrap;
}
.hajj-details-item .desc-title{
    color: #6d717c;
    font-size: 16px;
    font-weight: normal;
}
.hajj-details-item .desc-number{
    font-weight: bold;
    font-size: 20px;
}

.hajj-flight-item .flight-details-btn{
    height: 48px;
    padding: 10px 20px;
    font-size: 16px;
    color: #0F6849;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 5px;
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    background-color: transparent;
    border-radius: 4px;
}
.hajj-flight-item .flight-details-btn:hover{
    background-color: rgba(201, 232, 200, 0.30);
}

/**
 * Hajj 2nd Lavel Tab
 */
.hajj-agency-bank-tab-sec{
    position: relative;
    padding-top: 30px;
}

.hajj-2nd-lavel-tab-menu{
    position: relative;
    width: 100%;
}
.hajj-2nd-lavel-tab-menu .nav-tabs{
    border: none;
}
.hajj-2nd-lavel-tab-menu .nav-tabs .nav-link{
    border: none;
    margin: 0 0 0 1px;
    border-radius: 0;
    padding: 0;
}

.nav-tabs .nav-link .tabmenu-2ndl-item{
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    color: #667085;
    background: #EAECF0;
    transition: all 0.3s ease-in-out 0s;
}
.nav-tabs .nav-link.active .tabmenu-2ndl-item,
.nav-tabs .nav-link:hover .tabmenu-2ndl-item{
    color: #ffffff;
    background: #0F6849;
}
.nav-tabs .nav-link .tabmenu-2ndl-item .tabmenu-2ndl-icon svg{
    width: 14px;
}
.nav-tabs .nav-link .tabmenu-2ndl-item .tabmenu-2ndl-icon svg path{
    fill: #667085;
}

.nav-tabs .nav-link.active .tabmenu-2ndl-item .tabmenu-2ndl-icon svg path,
.nav-tabs .nav-link:hover .tabmenu-2ndl-item .tabmenu-2ndl-icon svg path{
    fill: #ffffff;
}

.hajj-2nd-lavel-tab-content{
    width: 100%;
}
.tab-2ndl-content{
    position: relative;
    padding-top: 10px;
    width: 100%;
}
.tab-2ndl-content .back-btn-sec{
    padding-top: 5px;
    align-items: center;
}

.info-back-btn{
    height: 28px;
    border-radius: 5px;
}
.tab-2ndl-content .info-back-btn{
    margin-right: 10px;
}


.tab-2ndl-content .table-title-label,
.tab-2ndl-content .pay-order-title{
    display: inline-block;
    text-align: left;
    color: #0F6849;
    font-size: 16px;
    line-height: 18px;
}
.tab-2ndl-content .table-title-label{
    width: 100%;
    padding-bottom: 10px;
}

/**
 * Pay Order Information page
 */
.hajj-poi-head{
    margin-bottom: 20px;
}
.pay-order-info-title{
    position: relative;
    width: 100%;
    padding-right: 230px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 15px;
}
.pay-order-info-title h3{
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #000000;
}
.pay-order-info-title p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #667085;
    font-weight: 400;
}

.pay-order-info-title .pay-order-filter{
    width: 220px;
    position: absolute;
    right: 0;
    top: 0;
}

/**
 * DropDown Seelct Menu
 */

.hajjDropdown-menuWrap{
    position: relative;
    width: 100%;
}

.select-arrow{
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M4.5 6.5L8.5 10.5L12.5 6.5" stroke="%231D2939" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.hajjDropdownTrigger{
    background: #ffffff;
    width: 218px;
    height: 40px;
    padding: 8px 10px;
    box-shadow: none;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.hajjDropdownTrigger:hover {
    background-color: #ffffff;
    border-color: #0F6849;
}

.hajjDropdownTrigger img{
    max-width: 100%;
    width: auto;
    height: 25px;
}
.hajjDropdownTrigger svg{
    width: 25px;
    float: left;
    height: 25px;
}

.dropdownMenu {
    width: 220px;
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: 0px 18px 34px 0px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    background: #ffffff;
    padding: 10px;
}

.dropdownMenu.show {
    display: block;
}

.dropdownMenu .dropdown-item img{
    width: auto;
    height: 25px;
}
.dropdown-item svg {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    color: #222;
}

.dropdown-item {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border: 0;
    padding: 5px 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    background-color:#fff;
    color: #5a616c;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    border-radius: 4px;
}

.dropdown-item:not(:last-child){
    border-bottom: 1px solid #EDEDED;
}

/***** Greenish type table head and border color | Start **/
.hajj-table-gr > thead {
    background: #e8f2e8;
}

.hajj-table-gr > thead th {
    border-color: #e8f2e8;
}

.hajj-table-gr > tbody td {
    border-color: #e8f2e8;
}

table.hajj-table-gr > thead > tr > th, table.hajj-table-gr > thead > tr > td {
    border: none !important;
}


.hajj-table-gr {
    border-bottom: none !important;
}
/***** Greenish type table head and border color | End **/

/** Agency wise payorder summery table Style | Start **/
button.next-pg-btn {
    background: #e8f2e8;
    color: #28a745a6;
    border-color: #28a745a6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.hajj-payorder-table-group {
    overflow-x: auto;
}
.hajj-payorder-table-group .dataTables_wrapper {
    padding: 0;
}
.hajj-payorder-table-group .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 10px; /* Adjust button size */
    font-size: 12px;  /* Adjust font size */
    margin: 2px;      /* Add spacing between buttons */
    border-radius: 3px; /* Optional: Add rounded corners */
    border: 1px solid #ccc; /* Optional: Border styling */
}

.hajj-payorder-table-group .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #e8f2e8; /* Active button background color */
    border: 1px solid #ccc; /* Active button border */
}

.hajj-payorder-table-group .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #e8f2e8 !important;
    border: 1px solid #ccc;
    color: #000b16 !important;
}


/** Agency wise payorder summery table Style | end **/

/*
    labbayk app sec
*/
.hajj-labbayk-app .labbayk-app-container {
    border: 3px solid #000b16;
    position: relative;
    margin: 35px 0;
}
.hajj-labbayk-app .labbayk-app-container .section-title{
    display: flex;
    background-color: #ffffff;
    border: 3px solid #000b16;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    text-align: center;
}

.hajj-labbayk-app .labbayk-app-container .section-title p{
    margin: 0;
    padding: 0;
    font-size: 22px;
}
.hajj-labbayk-app .labbayk-app-container .section-content p{
    margin: 0;
    padding: 10px 0;
}


/**
 * Hajj It-service Style
 */
.hajj-activities-content{
    position: relative;
    width: 100%;
}
.hajj-activities-sec-block{
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.hajj-activities-sec-block:last-child{
    margin-bottom: 5px;
}
.hajj-activities-sec-block .news-post-title{
    font-size: 44px;
}
.hajj-activities-sec-block h2{
    font-size: 30px;
    margin-bottom: 15px;
    line-height: normal;
    letter-spacing: 0.3px;
    font-weight: normal;
}
.hajj-activities-sec-block h3{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}
.hajj-activities-sec-block p{
    font-size: 18px;
    line-height: normal;
    color: #505151;
    padding: 3px 0;
    margin: 0;
    letter-spacing: 0.54px;
    font-weight: normal;
}

.hajj-activities-sec-block .img-block{
    width: 100%;
}
.hajj-activities-sec-block .img-block img{
    max-width: 100%;
}

.pargraph-list{
    padding: 0;
    margin: 0;
    width: 100%;
}
.pargraph-list-hand li,
.pargraph-list li{
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    line-height: normal;
    color: #505151;
    letter-spacing: 0.54px;
    font-weight: normal;
}
.pargraph-list-hand li:before,
.pargraph-list li:before{
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 12px;
}
.pargraph-list li:before{
    background-size: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M1.79757 3.51063C1.75026 3.62486 1.73789 3.75056 1.76203 3.87183C1.78617 3.99309 1.84574 4.10447 1.9332 4.19187L7.74132 10L1.9332 15.8081C1.84582 15.8955 1.78631 16.0069 1.76221 16.1281C1.7381 16.2493 1.75048 16.375 1.79777 16.4892C1.84507 16.6033 1.92515 16.7009 2.02791 16.7696C2.13067 16.8383 2.25148 16.875 2.37507 16.875H9.25007C9.41582 16.875 9.57476 16.8091 9.69195 16.6919L15.9419 10.4419C16.0591 10.3247 16.1249 10.1657 16.1249 10C16.1249 9.83427 16.0591 9.67533 15.9419 9.55813L9.69195 3.30813C9.57476 3.19091 9.41582 3.12504 9.25007 3.125H2.37507C2.25147 3.12497 2.13063 3.16159 2.02784 3.23023C1.92505 3.29887 1.84491 3.39645 1.79757 3.51063ZM8.99132 4.375L14.6163 10L8.99132 15.625H3.88382L9.06695 10.4419C9.18412 10.3247 9.24994 10.1657 9.24994 10C9.24994 9.83427 9.18412 9.67533 9.06695 9.55813L3.88382 4.375H8.99132ZM11.9332 3.30813C12.0504 3.19096 12.2093 3.12513 12.3751 3.12513C12.5408 3.12513 12.6997 3.19096 12.8169 3.30813L19.0669 9.55813C19.1841 9.67533 19.2499 9.83427 19.2499 10C19.2499 10.1657 19.1841 10.3247 19.0669 10.4419L12.8169 16.6919C12.6991 16.8057 12.5412 16.8687 12.3773 16.8673C12.2134 16.8659 12.0567 16.8001 11.9408 16.6843C11.8249 16.5684 11.7592 16.4116 11.7578 16.2478C11.7564 16.0839 11.8193 15.926 11.9332 15.8081L17.7413 10L11.9332 4.19187C11.816 4.07467 11.7502 3.91573 11.7502 3.75C11.7502 3.58427 11.816 3.42533 11.9332 3.30813Z" fill="%230F6849"/></svg>');
}

.pargraph-list-hand li:before{
    background-size: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><g clip-path="url(%23clip0_6850_52374)"><path d="M1.67188 6.08514H1.08594C0.762344 6.08514 0.5 6.34749 0.5 6.67108V16.0461C0.5 16.3697 0.762344 16.632 1.08594 16.632H1.67188C2.3191 16.632 2.84375 16.1074 2.84375 15.4601V7.25702C2.84375 6.60983 2.3191 6.08514 1.67188 6.08514Z" fill="%230F6849"/><path d="M18.7422 6.08513H13.0473L11.1911 4.22947C10.1313 3.16915 8.45133 3.07763 7.28176 4.01033L4.01562 6.62345C4.01562 14.1909 4.01562 12.3243 4.01562 15.7094C5.70305 16.3102 7.47117 16.632 9.28906 16.632H11.6328C12.6021 16.632 13.3906 15.8435 13.3906 14.8742C13.3906 14.6459 13.3471 14.4274 13.267 14.2265C14.0132 14.0234 14.5625 13.3396 14.5625 12.5305C14.5625 12.3022 14.519 12.0836 14.4389 11.8827C15.1851 11.6796 15.7344 10.9958 15.7344 10.1867C15.7344 9.9813 15.6989 9.78392 15.6337 9.60079H18.7422C19.7115 9.60079 20.5 8.81228 20.5 7.84298C20.5 6.87368 19.7115 6.08513 18.7422 6.08513Z" fill="%230F6849"/></g><defs><clipPath id="clip0_6850_52374"><rect width="20" height="20" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
}

.list-stripe li{
    background-color: #ffffff;
    border-bottom: 1px solid #E8F2E8;
    padding: 10px;
}
.list-stripe li:nth-child(even){
    background-color: #FAFBFB;
}

.pargraph-list.list-stripe li,
.pargraph-list-hand.list-stripe li{
    padding-left: 40px;
}
.pargraph-list.list-stripe li:before,
.pargraph-list-hand.list-stripe li:before{
    left: 10px;
}

.hajj-actv-facility-sec{
    width: 100%;
}
.actv-facility-item{
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    margin: 10px auto 0;
}
.actv-facility-item .actv-facility-item-icon{
    display: flex;
    height: 80px;
    width: 100px;
    align-items: center;
    justify-content: center;
}
.actv-facility-item .actv-facility-item-icon img{
    width: auto;
    height: 70px;
}

.hajj-activity-info{
    padding-top: 10px;
}
.hajj-activity-info .row{
    row-gap: 12px;
    margin-left: -8px;
    margin-right: -8;
}
.hajj-activity-info .row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
}
.hajj-info-item{
    position: relative;
    background: #ffffff;
    border: 1px solid #EAECF0;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    margin-top: 5px;
}
.hajj-info-item .hajj-info-item-icon{
    display: flex;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.hajj-info-item .hajj-info-item-icon svg{
    max-width: 50px;
    max-height: 50px;
}
.hajj-info-item .hajj-info-item-desc{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    background: #EAECF0;
    border-radius: 8px;
    width: 100%;
}
.hajj-info-item .hajj-info-item-desc span{
    font-size: 16px;
    display: block;
    color: #667085;
}
.hajj-info-item .hajj-info-item-desc .desc-number{
    font-weight: bold;
    color: #1D2939;
    font-size: 20px;
}

/**
 * Hajj Help Desk Tab
 */
.hajj-help-tab-filter{
    display: flex;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.hajj-help-tab-filter .hht-filter-item{
    display: block;
}

.filter-btn-outline{
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    background: #ffffff;
    color: #000000;
    flex-wrap: nowrap;
    column-gap: 10px;
}

.input-search-group{
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
    max-width: 230px;
}
.input-search-group .form-control{
    padding-right: 42px;
}
.input-search-group .filter-src-btn{
    height: 100%;
    width: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.input-search-group .filter-src-btn svg{
    max-width: 16px;
    max-height: 16px;
}

.hajj-news-post-item{
    position: relative;
    display: block;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.hajj-news-post-item .news-post-img{
    height: 270px;
    width: 100%;
    margin-bottom: 15px;
}
.news-post-img img{
    border-radius: 10px;
}

.img-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-post-meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.2;
}

.news-post-date{
    color: #64607D;
    display: inline-block;
}
.news-post-type{
    display: inline-block;
    padding: 6px 12px;
    background: rgba(162, 233, 179, 0.50);
    border-radius: 40px;
    white-space: nowrap;
}

.news-post-desc h3{
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
}
.news-post-desc p{
    margin: 0;
    padding: 10px 0;
}

.news-post-desc,
.news-post-desc p{
    font-size: 16px;
    line-height: 1.8;
    color: #64607D;
}

.post-btn-sec{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.post-btn-sec .btn-accent{
    border-radius: 10px;
    padding: 20px 50px;
    font-size: 16px;
}

.hajj-news-list-item{
    position: relative;
    display: block;
    padding: 10px 10px 10px 125px;
    width: 100%;
    border-bottom: 2px solid #DEE1E6;
    margin-bottom: 5px;
    color: #000000;
    transition: all 0.3s ease-in-out 0s;
}
.hajj-news-list-item .news-post-img{
    width: 110px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 10px;
}
.hajj-news-list-item .news-post-meta{
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 8px;
    gap: 5px;
}
.hajj-news-list-item .news-post-desc h3{
    font-size: 16px;
    width: calc(100% - 5px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out 0s;
}
.hajj-news-list-item:hover .news-post-desc h3{
    color: #0F6849;
}


/**
 * Single Post
 */
.news-single-post{
    position: relative;
    width: 100%;
}
.news-single-post .single-post-img{
    margin-bottom: 10px;
    display: block;
}
.news-single-post .single-post-img img{
    border-radius: 0;
    width: 100%;
}

.post-social-share{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding-top: 5px;
}
.post-social-share a{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-social-share a svg{
    max-width: 34px;
    max-height: 34px;
}

.paragraph-block{
    padding-top: 20px;
    width: 100%;
}
