@import url('https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    list-style: none;
}
p,
li {
    font-family: "Poppins", sans-serif;
    font-size: 98%;
    list-style: none;
}

@font-face {
    font-family: 'balooregular';
    src: url('../fonts/Baloo-Regular-webfont.eot');
    src: url('../fonts/Baloo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Baloo-Regular-webfont.woff2') format('woff2'),
        url('../fonts/Baloo-Regular-webfont.woff') format('woff'),
        url('../fonts/Baloo-Regular-webfont.ttf') format('truetype'),
        url('../fonts/Baloo-Regular-webfont.svg#balooregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body.path-user {
    justify-content: end;
    background: url(../images/Login-page-Nec.svg) no-repeat;
    align-items: center;
    background-size: 60% 79%;
    background-position: left;
}
.header-wrapper .navbar{z-index:10;}
.path-user .inner-page-user {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 55px;
}

.path-user .inner-page-user .header-logo a.brand-logo {
    background: #495777;
    padding: 8px 14px;
    border-radius: 11px;
}
.header-logo a.brand-logo img {
max-width: 465px!important;
}

.path-user .nec-user {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.otp_sec {
    background: url(../images/light_b3.png) no-repeat;
    background-position: unset;
    background-size: cover;
    min-height: 100%;
}

.path-user .nec-user .brand {
    color: #383b3a;
    border: 1px solid #cccccc36;
    border-radius: 5px;
    box-shadow: 0 3px #cccccc96;
    padding: 0 8px;
    height: 33px;
    font-size: 12px;
    margin-top: 6px;
}
.brand-logo img{
    max-width: 100%;
    height: auto;
}
.path-user .inner-page-user .user-login-form {
    padding: 20px;
}

.path-user .inner-page-user .user-login-form .js-form-item {
    margin-bottom: 18px;
}

.path-user .inner-page-user .user-login-form .js-form-item label {
    font-size: 16px;
    margin-bottom: 0;
    color: #070707;
}

.path-user .inner-page-user .user-login-form .js-form-item input {
    padding: 8px 10px;
    display: block;
    width: 100%;
    -webkit-text-fill-color: #060606;
    transition: background-color 5000s ease-in-out 0s;
    background-color: #ffffff21;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding-left: 5px !important;
    min-width: 140px;
}

.captcha__title.js-form-required {
    display: none;
}

.user-login-form .captcha__element {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.path-user .inner-page-user .user-login-form .captcha__image-wrapper img {
    width: 100%;
    height: auto;
}

.path-user .inner-page-user .user-login-form .js-form-item.form-item-captcha-response {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0px;
}

.path-user .inner-page-user .user-login-form .form-item-captcha-response label {
    font-size: 12px;
}

.path-user .inner-page-user .user-login-form .description {
    display: none;
}

.path-user .inner-page-user .user-login-form .form-actions input {
    display: block;
    background-color: #129BEF;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 0px;
}

/*--topbar--*/
.topbar {
    padding: 0 0;
    color: #000;
    background-color: #004874;
}

.topbar ul li {
    list-style: none;
    padding: 0 8px;
    height: 35px;
    border-left: 1px solid #032f49;
}

.topbar ul li,
.topbar ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 9px 7px;
}
 li.theme-changer .inner a.high-contrast.light.current {
    color: #fff !important;
    background-color: #fff;
}
 li.theme-changer .inner {
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
}


.topbar ul li.theme-changer a {
    padding: 0 5px !important;
    margin: 0;
    border-radius: 2px;
}
.theme-changer.dark {
    display: block !important;
}

.topbar button {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
}

.topbar .font-inc .dropdown-menu {
    min-width: auto;
    background: #262930f2;
    border: 0;
    padding: 0;
    left: -6px !important;
}

.topbar .font-inc .dropdown-menu li {
    border: 0;
    border-bottom: 1px solid #efefef6b;
    padding: 0;
    height: auto;
}

.topbar .font-inc .dropdown-menu li a {
    padding: 9px 16px;
    display: block;
}

.topbar li.language {
    font-size: 14px;
    padding-right: 31px;
    padding-left: 10px;
    background: #034065 url(../images/arrow-down-ico.svg) no-repeat;
    background-position: 94% 42%;
}

.topbar .dropdown-toggle::after {
    display: none;
}

.topbar li.language .dropdown-menu {
    min-width: auto;
    padding: 0;
    left: -11px !important;
    top: 7px !important;
    border: none;
}

.topbar li.language .dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #efefef40;
    height: auto;
}

.topbar li.language .dropdown-menu li a {
    background-color: #034065;
    padding: 5px 26px;
    display: block;
    width: 100%;
    color: #fff;
}

.language-switcher-language-url ul {
    padding: 0;
}

.language-switcher-language-url ul li {
    height: 0px;
    color: #fff;
    padding: 0 0px;
    text-decoration: none;
    border-left: none !important;
}

.language-switcher-language-url ul li a {
    text-decoration: none;
}

.language-switcher-language-url .language-link.is-active {
    display: none;
}


/*--topbar end--*/

/*--header--*/
#block-unee-lastupdateblock span.lastupdated{color: #ffff;}

.banner-area {
    /* background: url(../images/Banner.png) no-repeat; */
    /* min-height: 100vh; */
    background-size: cover;
    background: #495777;
}

.flexslider {
    border: 0px solid #fff !important;
    margin-bottom: 0;
}

.logo-and-info .ticket-book a {
    color: #DF6951;
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    font-size: 98%;
}

.header {
    background-color: #384462;
}
.navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;        }     

.header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 15px 15px;
    font-size: 96%;
}

.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link.is-active {
    background-color: #025b92 !important;
    transition: 0.6s;
}

.login-btn a {
    background-color: #fff;
    padding: 5px 15px;
    display: block;
    margin-top: 3px;
    border-radius: 14px;
    margin-right: 6px;
}

.logo-and-info .ticket-book a img {
    margin-right: 5px;
   
}

.logo-and-info .ticket-book a:hover img {
    margin-right: 5px;
    filter: sepia(1);
}
.header #main-standardfront-page a {
    font-size: 0;
    background: url(../images/home-icon.svg) no-repeat;
    width: 24px;
    height: 43px;
    background-position: center;
    padding: 0px 26px;
}

.header .navbar-light .navbar-nav .nav-link span {
    right: 0;
}

.logo-and-info .ticket-book a:hover,
.hero-slider .caption a:hover,
.Lighthouse-tour a:hover,
.e-ticket a:hover,
.photo-gallery .gallery-btn a:hover,
.views-exposed-form .js-form-submit:hover,
.album-photo-gallery-listing ul li.pager__item a:hover,
.inner-page-content footer>a.views-display-link:hover {
    background-color: #06163A;
    transition: 0.6s;
    border: none;
    color: #fff;
}

.header ul.sf-menu.sf-horizontal.sf-shadow ul {
    background-color: #025b92 !important;
}

#search-block-form {
    position: relative;
}

#search-block-form input.form-search {
    border: none;
    background: transparent;
    padding-bottom: 0px;
    color: #fff;
    border-bottom: 1px solid #757575;
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}

.views-exposed-form .form-item-title {
    position: relative;
}

.views-exposed-form .form-item-title:before {
    content: '';
    background: url(../images/search.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 17px;
    left: 7px;
    top: 8px;
    z-index: 99;
    opacity: 0.4;
}

.views-exposed-form .form-item-field-start-date-and-end-date-value {
    position: relative;
}

.views-exposed-form .form-item-field-start-date-and-end-date-value:before {
    content: '';
    background: url(../images/calendar-check.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 17px;
    left: 7px;
    top: 8px;
    z-index: 99;
    opacity: 0.4;
}

.views-exposed-form .js-form-item-field-start-date-and-end-date-end-value {
    position: relative;
}

.views-exposed-form .js-form-item-field-start-date-and-end-date-end-value:before {
    content: '';
    background: url(../images/calendar-check.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 17px;
    left: 7px;
    top: 8px;
    z-index: 99;
    opacity: 0.4;
}

.views-exposed-form .form-item-field-start-date-and-end-date-value input {
    padding-left: 30px !important;
}

.views-exposed-form .js-form-item-field-start-date-and-end-date-end-value input {
    padding-left: 30px !important;
}


.views-exposed-form .form-item-title input {
    padding-left: 30px !important;
}

#search-block-form input.form-submit {
    background: url(../images/search.svg) no-repeat;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    left: 0;
    top: 3px;
    filter: invert(1);
    font-size: 0;
}

#searchform {
    border-bottom: 1px solid #757575;
    width: 215px;
    color: #fff;
}

#searchform input {
    border: none;
    background: transparent;
    padding-bottom: 4px;
    padding-left: 22px;
    color: #fff;
}

#searchform input:focus {
    outline: none;
}

#searchBox i.fa.fa-search {
    padding: 8px;
    cursor: pointer;
}

span#noEasy {
    position: relative;
}

.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -31px;
    line-height: 30px;
    font-family: 'FontAwesome';
}


div#searchBox #searchform .sb-icon-search:before {
    content: "\f002";
}

/*--header end--*/

/*--banner--*/

.flex-direction-nav a {
    font-size: 0;
}

.flex-direction-nav a.flex-prev:before {
    content: '';
    background: url(../images/arrow_forward.png) no-repeat center center #0000008f;
    width: 30px;
    height: 30px;

}

.flex-direction-nav a.flex-next:before {
    content: '';
    background: url(../images/arrow_forward_right.png) no-repeat center center #0000008f;
    width: 30px;
    height: 30px;

}


.flex-active-slide {
    position: relative;
}

.flex-caption {
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-71%, -50%);
    color: #fff;
    width: 43%;
}

.flex-caption h1 {
    font-size: 310%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-bottom: 26px;
}

.flex-caption p {
    font-size: 98%;
}

.flexslider .slides:after {
    display: none;
}

.lighthouse-btn a {
    background-color: #DA3A32 !important;
}

.flex-caption a {
    background-color: #DA3A32;
    padding: 9px 16px;
    text-decoration: none;
    color: #fff;
    font-size: 98%;
    border-radius: 11px;
}

/*--banner end--*/

/*--ticket--*/

.ticket-mode {
    background-color: #F2F5FF;
    padding: 20px;
}

.ticket-mode a {
    text-decoration: none;
    color: #000;
}

.ticket-mode a h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    font-size: 128%;
}

/*--ticket end--*/

/*--Lighthouse-tour--*/

.Lighthouse-tour .bg_img {
    right: 0;
    bottom: -38px;
    z-index: -1;
    width: 423px !important;
}

.Lighthouse-tour {
    padding-top: 60px;
    padding-bottom: 66px;
}

.Lighthouse-tour h5 {
    color: #F37002;
    font-weight: 500;
    font-size: 18px;
}

.Lighthouse-tour h3 {
    width: 64%;
    font-size: 160%;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.Lighthouse-tour p {
    font-weight: 400;
    font-size: 94%;
    line-height: 160%;
    text-align: justify;
}

.Lighthouse-tour a {
    background-color: #da3a32c7;
    padding: 12px 15px;
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
    font-size: 96%;
    text-align: center;
}
.Lighthouse-tour a:hover{
    background-color: #05163d !important;   
    border: 1px solid #0b2563;
    transition: 0.6s;
}

.popular_lighthouses .lighthouse {
    position: relative;
    transition: all .5s ease-in-out;
}

.popular_lighthouses span {
    position: absolute;
    bottom: 6%;
    left: 50%;
    color: #fff;
    font-weight: 500;
    width: 81%;
    text-align: center;
    transform: translate(-50%, 0%);
}
.footer-social-media-icons .social-media-icons ul.icons-social li a:hover img{
    filter: invert(1);
    transition: 0.6s;
}



.header-social-media-icons .social-media-icons ul.icons-social li a:hover img{
    filter: invert(1);
    transition: 0.6s;
    filter: drop-shadow(2px 4px 6px black);
    scale: 1.1;
}
.lighthouse:hover {
    transform: scale(1.05);
}

.lighthouse img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.lighthouse:before,
.fort:before {
    content: "";
    background: linear-gradient(45deg, #0000009c, transparent);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.odisha-lighthouse {
    z-index: 1;
}

/*--Lighthouse-tour end--*/

/*--e-ticket--*/

.e-ticket {
    background: url(../images/lighthouse_bg.jpg) no-repeat;
    padding: 48px;
    background-size: cover;
}

.e-ticket h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.e-ticket p {
    color: #fff;
}

.e-ticket span {
    color: #fff;
    font-size: 14px;
}


.e-ticket a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid;
    padding: 10px;
    border-radius: 100px;
}

/*--e-ticket--*/

/*--photo-gallery--*/

.photo-gallery {
    background-image: url(../images/Photo_Gallery_bg.jpg);
    background-repeat: no-repeat;
    padding-bottom: 5em;
    background-size: cover;
    padding-top: 5em;
}

.photo-gallery .fort img {
    height: 331px;
    width: 100%;
}

.photo-gallery h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.photo-gallery h4 {
    font-size: 38px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.photo-gallery p {
    width: 65%;
    line-height: 158%;
}

.section-one-block-one .fort img {
    height: 266px;
    border-radius: 10px;
}

.photo-gallery .marina-lighthouse img {
    height: 370px;
    width: 100%;
}

.photo-gallery .gallery-btn a {
    color: #fff;
    background-color: #DA3A32;
    border-radius: 11px;
    text-decoration: none;
    font-size: 96%;
    padding: 12px 10px 12px 15px;
}

.photo-gallery .pg img {
    width: 100%;
    height: 177px;
    border-radius: 10px;
}

.fort,
.pg,
.marina-lighthouse {
    position: relative;
}

.fort span a,
.block-two-sec-two span a {
    position: absolute;
    bottom: 2%;
    left: 50%;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transform: translate(-50%, -36%);
    font-size: 105%;
}

.block-two-sec-two a {
    text-decoration: none;
    color: #fff;
}

.four-lighthouse a {
    display: block;
}

.pg span,
.marina-lighthouse span {
    position: relative;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
}

/*--photo-gallery end--*/

/* .views-infinite-scroll-content-wrapper{  */
/* display: grid; */
/* grid-template-columns: repeat(3, 1fr); */
/* grid-template-rows: 1fr; */
/* grid-column-gap: 15px; */
/* grid-row-gap: 15px; */
/* } */

.views-infinite-scroll-content-wrapper .item-list .lighthouse-list {
    padding: 0;
}

/*--footer slider--*/

.footer-wrapper {background-color: #eee;}
.footer-wrapper .flexslider{background-color: transparent;}

.slick-prev:before,
.slick-next:before {
    font-size: 0 !important;
}

.lazy .slick-next,
.lazy .slick-next:hover,
.lazy .slick-next:focus {
    background: url(../images/arrow-right.png) no-repeat;
    width: 40px;
    height: 40px;
    filter: brightness(0.5);
    position: absolute;
    right: -50px;
    background-size: 30px;
}

.lazy .slick-prev,
.lazy .slick-prev:hover,
.lazy .slick-prev:focus {
    background: url(../images/arrow-left.png) no-repeat;
    width: 40px;
    height: 40px;
    filter: brightness(0.5);
    position: absolute;
    left: -40px;
    background-size: 30px;
}

.lazy .slick-slide img {
    width: 100%;
}

.lazy .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
}

/*--footer slider end--*/

/*--footer--*/
.footer {
    background-color: #1D1D1D;
}
#block-unee-footer ul {
    display: flex;
    list-style: none;
    gap: 40px;
    padding: 8px;
    margin: 0;
    flex-wrap: wrap!important;
    justify-content: center;
}
#block-unee-visitors ul li{color:#fff;}

#block-unee-footer li a {
    text-decoration: none;
    color: #fff;
    font-size: 95%;
}

.footer-data {
    background-color: #000;
    text-align: center;
}

.footer-data p {
    color: #fff;
    margin: 0;
    font-size: 93%;
    text-align: left;
}

.footer-data  #block-unee-lastupdateblock {text-align: left;}

/*--footer end--*/

/*--About-us--*/
.about_bg {
    background-color: #495777;
}

#block-unee-page-title h1 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.Inner-page-banner #block-unee-pagetitle h1 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
.page-node-type-events #block-unee-page-title h1 {
    font-size: 129%;
    font-weight: 600;
    line-height: 37px;
}

.Inner-page-banner #block-unee-breadcrumbs ol {
    display: flex;
    list-style: none;
    gap: 21px;
    margin-bottom: 0px;
    padding-left: 0;
}

.Inner-page-banner #block-unee-breadcrumbs ol li {
    color: #fff;
    position: relative;
}

.Inner-page-banner #block-unee-breadcrumbs ol li:before {
    content: "/";
    display: block;
    position: absolute;
    right: -15px;
}

.Inner-page-banner #block-unee-breadcrumbs ol li:last-child:before {
    display: none;
}

.Inner-page-banner #block-unee-breadcrumbs ol li a {
    color: #fff;
    text-decoration: none;
}

.Inner-page-banner {
    background: url(../images/inner-banner_dgll.jpg) no-repeat;
    background-size: cover;
    padding: 32px 0;
    min-height: 165px;
    display: flex;
    align-items: center;
    background-position-x: center;
}


/* .inner-section .inner-page-content img{ */
/* height: 250px; */
/* width:auto;  */
/* } */
.inner-page-content h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 18px;
}

/*--About-us end--*/
/*--org start--*/
div.orgChart {
    padding: 50px;
    box-sizing: border-box;
}

#orgChartContainer table,
#orgChartContainer table tr {
    border: none;
}

div.orgChart table th,
div.orgChart table td {
    border-right: none;
}

div.orgChart h2 {
    margin: 0px;
    font-size: 12px !important;
    font-weight: normal;
    min-height: 20px;
    color: #fff;
    padding-top: 8px;
}


div.orgChart ul {
    list-style: none;
    margin: 4px;
    padding: 0px;
    font-size: 0.8em;
    text-align: left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul {
    text-align: center;
}

div.orgChart table {
    width: 100%;
}

div.orgChart tr.lines td.line {
    width: 1px;
    height: 20px;
}

div.orgChart tr.lines td.top {
    border-top: 2px dashed black;
}

div.orgChart tr.lines td.left {
    border-right: 2px dashed black;
}

div.orgChart tr.lines td.right {
    border-left: 0px dashed black;
}

div.orgChart tr.lines td.half {
    width: 50%;
}

div.orgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0px 2px;
}

div.orgChart div.node {
    cursor: default;
    display: inline-block;
    padding: 5px;
    line-height: 1.3em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    box-shadow: 1px 1px 0px #ddd;
    padding: 10px 20px;
    z-index: 2;
}

.org-add-button,
.org-del-button,
.org-confirm-del-button {
    position: absolute;
    font-size: 12px;
}

.org-add-button {
    bottom: 3px;
    left: 5px;
    padding-left: 13px;

}

.org-add-button:hover,
.org-del-button:hover {
    background-color: #eef;
    border-radius: 2px;
    cursor: pointer;
}

.org-del-button {

    width: 12px;
    height: 12px;
    bottom: 7px;
    right: 5px;
}

.org-input {
    width: 90px;
}

.org-confirm-del-button {
    display: none;
}

.dg-col {
    background-color: #8c4303;
    color: #fff;
}

.ddg-col {
    background-color: #0c53c1;
    color: #fff;
    width: 120px;
}

.green-col {
    background-color: #027631;
    color: #fff;
}

.sky-bg {
    background-color: #027dab;
    color: #fff;
}

.blue-bg {
    background-color: #140195;
    color: #fff;
}

.purple-bg {
    background-color: #9A4FDC;
    color: #fff;
}

.red-bg {
    background-color: #a53434;
    color: #fff;
}

.path-circular .views-exposed-form {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
}

.views-exposed-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 35px;
}

.views-exposed-form .js-form-type-select {
    display: flex;
    gap: 10px;
}

.views-exposed-form .js-form-item input {
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-top: 0;
    padding: 8px 8px;
}

.views-exposed-form .js-form-item select {
    width: 250px;
}

.views-exposed-form .js-form-submit {
    height: 36px;
    border: 0;
    padding: 7px 22px;
    background-color: #DA3A32;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}


.album-photo-gallery-listing .card img {
    width: 100%;
    height: 200px;
}

.album-photo-gallery-listing .album.card a {
    font-size: 13px;
    padding: 14px 18px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-align: center;
    background: #e3e3e369;
    min-height: 65px;
    max-height: 65px;
    font-size: 92%;
}

.album-photo-gallery-listing ul li.pager__item {
    list-style: none;
    text-align: center;
}

.album-photo-gallery-listing ul li.pager__item a {
    background-color: #DA3A32;
    padding: 8px 11px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
}

.album-photo-gallery-listing ul li.pager__item a {
    font-size: 13px;
}

.album-photo-gallery-listing .card {
    transition: all .5s ease-in-out;
    /* padding: 10px; */
    min-height: 265px;
}

.album.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 7px;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.album-photo-gallery-listing .card:hover {
    transform: scale(1.1);
}

table {
    width: 100%;
    margin-bottom: 18px;
}

table.table-custom thead tr {
    background-color: #0967A8;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}

table.table-custom thead tr>th {
    font-weight: 700;
    font-size: 13px;
}

table.table-custom tbody td.views-field-nothing a {
    background-color: #0d2a47;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.inner-page-content footer>a.views-display-link {
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    background-color: #DA3A32;
    border-radius: 4px;
}

.ui-accordion .views-row>.views-row {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    margin-bottom: 1em;
}


.ui-accordion .ui-accordion-header {
    background: #fff;
    border: none;
    font-family: "Poppins", sans-serif;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #454545;
    border-radius: 10px;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    border: none;
}

.chosen-container-single .chosen-single {
    border: none !important;
    padding: 0;
    font-size: 14px;
}

.chosen-container.chosen-container-single.form-select {
    background-image: none !important;
    padding: .375rem .5rem .375rem .75rem;
}

.lighthouse-detail-page .lighthouse-list li .col-md-3 img {
    width: 100%;
    height: auto;
}

.lighthouse-detail-page .lighthouse-list li {
    list-style-type: none;
}

.lighthouse-detail-page .lighthouse-list li .col-md-3 {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    transition: all .5s ease-in-out;
    padding: 10px;
}

.lighthouse-detail-page h3 {
    font-size: 20px;
    margin: 30px 0;
}

.lighthouse-detail-page h4 {
    padding: 13px 5px;
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

/* .album-photo-gallery-listing footer{ float:left;} */
ul.sf-menu .sf-sub-indicator:after {
    content: '\F282';
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 0;
    font-family: 'bootstrap-icons';
    margin-left: 1px;
}

ul.sf-menu ul .sf-sub-indicator:after {
    content: '\F285';
    font-family: 'bootstrap-icons';
}

.lighthouse-detail-page a>img {
    width: 100%;
}

.lighthouse-detail-page .lighthouse-card {
    margin-bottom: 20px;
    text-align: center;
    min-height: 400px;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
}

.lighthouse-detail-page .lighthouse-card a {
    background: #277db9;
    padding: 6px 14px!important;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 118px;
    margin-left: 10px;
    position: absolute;
    bottom: 15px;
    left: 25%;
}

.lighthouse-detail-page .lighthouse-card p {
    padding: 5px 5px 10px 10px!important;
    margin: 0 auto !important;
    min-height: 91px;
    text-align: left;
}

.lighthouse-detail-page .lighthouse-card h5 {
    font-size: 15px;
    padding: 15px 10px 5px 10px;
    margin: 0 auto;
    font-weight: 600;
    min-height: 50px;
    text-align: left;
    background: #f1f1f1;
    margin-bottom: 10px;
    text-align: center;
}

.lighthouse-detail-page .lighthouse-card img {
    width: 100%;
}

.directorate-lighthouse-list .pager li {
    list-style-type: none;
    text-align: center;
    margin: 10px;
}

.directorate-lighthouse-list .pager li a {
    background-color: #DA3A32;
    padding: 8px 55px;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    transition: all 0.2s ease-out;
    letter-spacing: 0.63px;
}

#webform-submission-feedback-add-form .error,
#block-unee-content .error
{
    color: #dc3545;
    
}
.form-select {
    font-size: inherit;
}

.user-profile-dashboard {
    position: relative;
    margin-right: 20px !important;
}

.user-profile-dashboard>ul {
    position: absolute;
    list-style-type: none;
    background: #025b92;
    width: 100%;
    box-sizing: border-box;
    padding: 10px !important;
    top: 100%;
}

.user-profile-dashboard:is(ul) {
    list-style-type: none;
}

.user-profile-dashboard li,
.user-profile-dashboard li:hover,
.user-profile-dashboard a:hover {
    color: #fff;
}

.video-gallery-page .card {
    min-height: 305px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    border: none!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.video-gallery-page .card img {
    width: 100%;
    margin-bottom: 15px;
}

.upload-video-gallery-page .card {
    min-height: 260px;
}

.upload-video-gallery-page .col-lg-3 {
    margin-bottom: 15px;
}

.upload-video-gallery-page .card video {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.login-btn a {
    color: #DF6951;
}
.login-btn a:hover {
    background-color: #06163A;
    transition: 0.6s;
    border: none;
    color: #fff;
}

.pager__items {
    list-style-type: none;
}

.pager__items li {
    display: inline-block;
}

.pager__items li a {
    color: #000;
    text-decoration: none;
    padding: 5px;
    display: block;
}

.video-gallery-page .pager {
    text-align: right;
}

.ui-icon {
    background-image: none !important;
    position: relative;
    margin-right: 10px;
    height: 20px;
    display: flex;
    align-items: center;
}

.ui-icon:before {
    content: '\F282';
    font-family: 'bootstrap-icons';
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #000;
    position: absolute;
    left: 0;
    top: -2px;
    text-indent: 0;
    transform: rotate(-90deg);
}
.directorate-technical-details img {
    max-height: 410px;
    width: 100%;
    border-radius: 17px;
}
.directorate-technical-details {
    padding-bottom: 25px;
}

.directorate-lighthouse-list h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding-top: 30px;
}

.directorate-lighthouse-list .pager li.pager__item {
    margin-top: 35px;
}


.captcha.captcha-type-challenge--image {
    width: 70%;
    /* gap: 10px; */
}


/*
Feedback Form
*/
.webform-submission-feedback-form .captcha.captcha-type-challenge--image {
    width: 40% !important;
}

.webform-submission-feedback-form .captcha__image-wrapper img {
    max-height: 50px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.webform-submission-feedback-form {
    background: url(../images/feedback-graphics.svg);
    background-repeat: no-repeat;
    background-position: 84% 100%;
    background-size: auto;
    background-color: #f1f1f196;
    padding: 27px;
    background-position-y: center;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    opacity: .90;
}
.webform-submission-feedback-form .js-form-item {
    width: 40%;
    margin-bottom: 20px;
}

.webform-submission-feedback-form .js-form-item>label,
.webform-submission-feedback-form .js-form-item>input,
.webform-submission-feedback-form .js-form-item textarea {
    width: 100%;
    font-size: 15px;
    padding: 0 10px;
}

.webform-submission-feedback-form .js-form-item textarea {
    border-radius: 10px;
    border: 1px solid #c2bbbb;
}

.webform-submission-feedback-form .js-form-item>label {
    font-weight: 600;
}

.webform-submission-feedback-form .js-form-item>input {
    margin: 0;
    min-height: 45px;
    border-radius: 10px;
    border: 1px solid #c2bbbb;
}

.webform-submission-feedback-form .form-actions {
    width: 40%;
    margin-bottom: 30px;
    padding-top: 22px;
}

.webform-submission-feedback-form .form-actions input.form-submit {
    background-color: #DA3A32;
    border: none;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: 600;
}

.webform-submission-feedback-form .form-actions input.form-submit:hover {
    background-color: #DA3A32;
}

.captcha.captcha-type-challenge--image :is(label.js-form-required, .description, .captcha__description) {
    display: none;
}

.captcha__image-wrapper img {
    display: block;
    max-width: 85% !important;
    border: 1px solid #eee;
    padding: .35rem;
    margin-bottom: .5rem;
}

.captcha.captcha-type-challenge--image .reload-captcha-wrapper {
    position: absolute;
    top: 16px;
    right: 0px;
}


/*
Sitemape END
*/


/*
QR Page Start
*/
.page-node-type-lighthouses .block-region-top .directorate-technical-details h2 {
    font-size: 122%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-top: 30px;  
    color: #fff;
}

.qr-box {
    background: url(../images/bg-qr.png);
    padding: 26px 0;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 33px 0;
}

.qr-box .qr-code img {
    width: 50%;
}

.qr-box .qr-text {
    padding-left: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.qr-box .qr-text h5 {
    color: #ffff;
}

.qr-box .qr-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.qr-text a {
    color: #151515;
    background-color: #ffffff;
    padding: 11px 45px;
    border-radius: 11px;
    text-decoration: none;
    font-size: 13px;
}

.page-node-type-lighthouses footer {
    padding-top: 35px;
}

/*
QR Page end
*/



/*
Sitemape
*/
/* .dropdown li > span{}
.sitemap nav h2{font-size: 1.4rem;}
.sitemap ul.navbar-list{width: 100%;margin: 0;padding: 0;}
.sitemap ul.navbar-list li >ul{display: block; width: 100%;}
.sitemap ul.navbar-list li{float: left;display: inline-block;}
.sitemap ul.navbar-list li.dropdown{width: 100%;}
.sitemap ul.navbar-list li a, .dropdown li > span{font-size: 13px;background-color: #ebebeb;box-sizing: border-box;border-radius: 7px;font-weight: 500;margin: 0 5px 5px 0px;display: inline-block;padding: 3px 20px;line-height: 1.42857143;color: #333;white-space: nowrap;outline: aliceblue;text-decoration: none;}
.sitemap ul.navbar-list li a:hover{background-color: #dafbc6;}
.sitemap nav > ul.navbar-list > li{margin-bottom: 30px;}
.sitemap ul.navbar-list li >ul{display: block; box-shadow: none; border: none;}
.sitemap nav > ul.navbar-list > li >span,
.sitemap nav > ul.navbar-list > li >a{font-weight: 600; font-size: 18px;}
.sitemap nav > ul.navbar-list > li >ul li >span{font-weight: 600; font-size: 15px;}

.sitemap-item.sitemap-plugin--menu{
    display: block;
    clear: both;
} */

.sitemap-item ul.dropdown {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.sitemap-item ul.dropdown li {
    list-style: none;
    display: block;
    position: relative;
    /* padding-left: 3px; */
}

.sitemap-item ul.dropdown li>a {
    text-decoration: none;
    font-size: 13px;
    color: #1c1b1ba3;
    box-sizing: border-box;
    border-radius: 7px;
    font-weight: 600;
    margin: 0 5px 5px 0px;
}

.sitemap-item ul.dropdown li>a:hover {
    text-decoration: underline;
    color: #008ad2;
}

.sitemap-item ul.dropdown li>ul {
    row-gap: 18px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.sitemap-item ul.dropdown li>span {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 1em;
    display: block;
    color: #2e4687;
    font-weight: 500;
    margin-top: 16px;
}

.sitemap-item ul.dropdown:nth-child(2) ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.sitemap-item.sitemap-plugin--frontpage {
    display: none;
}

.sitemap-item h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #141414e8;
}

.sitemap-plugin--menu.sitemap-item--menu-footer {
    padding: 22px 15px;
    background-color: #f1f1f154;
    margin-left: -13px;
}

.sitemap-plugin--menu.sitemap-item--menu-footer ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    column-gap: 40px;
}

.sitemap-plugin--menu.sitemap-item--menu-footer ul li {
    width: 170px;
    border-right: 1px solid #ebebeb;
    padding-right: 18px;
}




.card.event-card h3,
.page-node-type-events .card.event-carddetail-page h3
{
    font-size: 114%;
    line-height: 27px;
    color: #151515d9;
    margin: 15px 0;
}

.card.event-card .date,
.page-node-type-events .card.event-carddetail-page .date{
    margin: 10px 0;

}

.card.event-card .location,
.page-node-type-events .card.event-carddetail-page .location{

    margin: 10px 0;

    line-height: 26px;
}

.card.event-card .location a,
.page-node-type-events .card.event-carddetail-page .location a
 {

    margin: 10px 0;

    color: #0d6efd;
}

.card.event-card, 
.page-node-type-events .card.event-carddetail-page {
    background-clip: border-box;
    border-radius: .25rem;
    padding: 19px;
    border: none !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 25px;
}

.inner-page-content footer>a.views-display-link {
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    background-color: #DA3A32;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

ul.sf-menu.menu li.sf-depth-1 {}

ul.sf-menu.menu li.sf-depth-1 span.sf-depth-1 {
    padding: 15px 22px; color: #fff;
}

ul.sf-menu.menu li.sf-depth-1 span.sf-sub-indicator {
    padding-left: 18px;
}

ul.sf-menu.menu li.sf-depth-2 span.sf-depth-2 {
    padding: 15px 25px;
}

ul.sf-menu.menu li.sf-depth-2 span.sf-sub-indicator {
    padding-left: 25px;
}

.form-search:focus {
    outline: none;
}

#block-unee-primary-local-tasks {
    display: none !important;
}

#block-unee-content .captcha.captcha-type-challenge--image {
    width: 100%;
    /* gap: 10px; */
}
#block-unee-content .event-box .views-view-grid .views-row.clearfix {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

#block-unee-content .webform-submission-feedback-form .js-form-item>label {
    font-weight: 600;
    padding: 0;
}

.photo-gallery .views-row {
    min-height: 197px;
    margin-bottom: 17px;
}

.photo-gallery .gallery-btn {
    margin: 15px 0;
}

.geofield-google-map {
    width: 100% !important;
    min-height: 200px;
    height: 220px !important;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.content .field-content p strong {
    font-size: 22px;
    font-weight: 700;
}

.content .field-content p {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 7px;
}

.content .views-field.views-field-body h2 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 15px;
}

.path-search .container-inline input.form-search {
    background: white;
    width: 340px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 22px;
    padding: 10px;
    color: #505060;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}

.path-search .container-inline {
    margin-bottom: 16px;
}

.path-search .search-form .container-inline .js-form-type-search>label {
    display: none
}



.path-search .search-form input.button {
    background-color: #DA3A32;
    border: navajowhite;
    padding: 10px 27px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-radius: 19px;
    margin-left: 12px;
}

.path-search .search-form input.button {
    background-color: #DA3A32;
    border: navajowhite;
    padding: 10px 27px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-radius: 19px;
    margin-left: 12px;
}

.sitemap-plugin--menu.sitemap-item--menu-main ul li:nth-child(3) {
    /* padding: 22px 15px; */
    /* background-color: #f1f1f154; */
}

.sitemap-plugin--menu.sitemap-item--menu-main ul li:nth-child(3)>ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    column-gap: 40px;
}

.sitemap-plugin--menu.sitemap-item--menu-main ul li:nth-child(3)>ul li {
    width: 180px;
    border-right: 1px solid #ebebeb;
    padding-right: 23px;
}

.sitemap-plugin--menu.sitemap-item--menu-main ul li:nth-child(3)>ul li ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.sitemap-plugin--menu.sitemap-item--menu-main ul li:nth-child(3)>ul li ul li {}

.sitemap-plugin--menu.sitemap-item--menu-main ul li a:before {
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 4px;
    height: 7px;
    position: absolute;
    left: -7px;
    top: 7px;
    z-index: 99;
    background-size: contain;
}

.sitemap-plugin--menu ul li a:before {
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 6px;
    height: 8px;
    position: absolute;
    left: -7px;
    top: 7px;
    z-index: 99;
    background-size: contain;
}

.sitemap-plugin--menu.sitemap-item--menu-main ul:first-child>li:nth-child(3) {
    padding: 22px 15px;
    background-color: #f1f1f154;
    margin-left: -13px;
}

.path-gallery .field-content {
    position: relative;
}

.path-gallery .field-content .card>div:before {
    content: '';
    background: url(../images//youtube-vid.svg) no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 40%;
    left: 50%;
    cursor: pointer;
    z-index: 1000;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

#block-unee-content .webform-submission-feedback-form .js-form-item>label:after,
#block-unee-content .user-login-form .js-form-item>label:after{
    content: "*";
    color: #d63d36;
    padding-left: 3px;
}

.photo-gallery .views-row {
    min-height: 223px;
    margin-bottom: 17px;
}

/* Photo Gallery inner page css */

.path-lighthouse-photo-gallery .album-photo-gallery-listing {}

.path-lighthouse-photo-gallery .album-photo-gallery-listing .lighthouse-photo-gallery.card {
    margin-bottom: 20px;
    /* text-align: center; */
    border-radius: 7px;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .5s ease-in-out;
    padding: 10px;
    min-height: 222px;
    background-color: #fff;
    background-clip: border-box;
    position: relative;
}

.path-lighthouse-photo-gallery .album-photo-gallery-listing .lighthouse-photo-gallery.card .photo-gallery-img {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;

}


.path-lighthouse-photo-gallery .album-photo-gallery-listing .lighthouse-photo-gallery.card .photo-gallery-img img {
    width: 100%;
    height: 200px;
}

.path-lighthouse-photo-gallery .album-photo-gallery-listing .lighthouse-photo-gallery.card .photo-gallery-title {
    font-size: 13px;
    padding: 7px 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 13px;
    left: 10px;
    text-shadow: #4e4e4e 1px 0 10px;
    background: #00000059;
    width: 92%;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.path-lighthouse-photo-gallery .inner-section {background: url(../images/photo-inner-gallery-bg.jpg) no-repeat;
    background-size: cover;
    padding: 32px 0;
    min-height: 169px;}

.photo-gallery-lighthouse-grid .slick-dots li button {width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;}

.photo-gallery-lighthouse-grid .slick-dots li.slick-active button {background: rgba(0, 0, 0, 0.9);
    cursor: default;}

.photo-gallery-lighthouse-grid button.slick-prev.slick-arrow {background: #fff url(../images/chevron_left.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px;
    opacity: 0.4;  font-size: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

.photo-gallery-lighthouse-grid button.slick-next.slick-arrow {background: #fff url(../images/chevron_right.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px;
    opacity: 0.4;opacity: 0.4;  font-size: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
    
    
.photo-gallery-lighthouse-grid .slick-dotted.slick-slider{
    margin-bottom: 30px;
    text-align: center!important;
    padding-bottom: 22px!important;
}
    
.photo-gallery-lighthouse-grid .slick-list .slick-track{
        display: flex!important;
        gap: 22px!important;
        justify-content: space-between;
        padding-bottom: 18px;
    }

    .photo-gallery-lighthouse-grid .slick-slide img
{
    display: block;
    width: 100%!important;
    max-width: 100%!important;
}




@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 575px) {
    /* .container {
        max-width: 680px !important;
    }  */

    .path-user .inner-page-user .header-logo a.brand-logo {
        background: url(../images/half_logo.png);
        width: 100%!important;
        height: 115px!important;
        background-repeat: no-repeat!important;
        background-size: contain!important;
        justify-content: center!important;
        display: flex!important;
        text-align: center!important;
        background-position: center!important;
    }
    .path-user .nec-user {
        justify-content: center!important;
        flex-direction: column!important;
    }
   
    .path-user .nec-user .brand {
        background-color: #ffffff !important;
        padding: 0 8px;
        box-shadow: none !important;
        margin-top: 16px;
        margin-right: 10px;
        border: none !important;
        font-size: 13px !important;
        color: #3434f7;
    }
    .path-user .nec-user .brand {
        position: relative !important;
        margin-left: 15px;
    }

    .path-user .nec-user .brand::before {
        content: '';
        left: -14px;
        line-height: 1;
        position: absolute !important;
        text-indent: 0;
        top: 0;
        font-family: 'bootstrap-icons';
        margin-left: 1px;
        background: url(../images/back.svg);
        width: 16px;
        height: 16px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 6px;
        opacity: 0.8;
    }




    



    
}

@media only screen and (max-width: 768px) {
    
}




@media only screen and (max-width: 1200px) and (min-width: 768px){

    

}

@media only screen and (min-width: 992px) {

}

@media (max-width: 1400px) {


}


@media screen and (max-width: 768px) {
    .banner-area .row{justify-content: space-between;}
    .banner-area .row >div{width: auto;}

    .header .collapse:not(.show){display: block !important;}
    .header .navbar-light .navbar-toggler{display: none !important;}
    #superfish-main-toggle span {
        font-size: 0;
        background: url(../images/hamburger-menu.svg) no-repeat;
        width: 33px;
        height: 30px;
        background-size: contain;
        display: inline-block;
        margin-left: 8px;
        transform: skewX(27deg);
    }
    /*.flex-caption {
        left: 240px;
        top: 79px;
        width: 55%;
    }*/
     .header .search-bar {
            position: absolute;
            top: 4px;
            right: 0;
        }

    ul.sf-menu.menu li.sf-depth-1 span.sf-depth-1 {
        padding: 15px 15px;
    }

    .header{position: relative;}

    ul .lazy {padding: 0;}
    
    .flex-caption p {
        font-size: 88%;
    }
    .flex-caption a {       
        padding: 6px 9px;        
        font-size: 88%;        
        font-weight: 600;
    }
    .flex-caption h1 {
        font-size: 22px;
    }
   /* .flex-caption {
        left: 289px;
        top: 121px;
        width: calc(100% - 33%);
        transform: translate(-50%, -50%);
    }  */  

    .brand-logo img {
            display: none;
        }
     .brand-logo {
            background: url(../images/half_logo.png);
            width: 65px;
            height: 62px;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
        }
        .logo-and-info .ticket-book a {
            padding: 7px 19px;
            margin-right: 10px;
            font-size: 13px;
            font-weight: 500;
            border-radius: 13px;
        }
        .login-btn a {
            padding: 7px 19px;
            margin-right: 10px;
            font-size: 13px;
            font-weight: 500;
            border-radius: 13px;
        }
        .skip-content a, .screen-reader a{font-size: 0 !important;}
    .skip-content a{background:url(../images/skiptocontent.png); width: 20px; height: 20px; display: inline-block; background-size: cover;}
    .screen-reader a{background:url(../images/screen-reader.png); width: 20px; height: 20px; display: inline-block; background-size: cover;}
    .login-btn a {
        padding: 7px 19px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 13px;
    }
    .logo-and-info .ticket-book a {
        padding: 7px 19px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 13px;
    }
   .ticket-book a img{
    display: none;
    }
    .topbar ul {
        padding: 0;
        margin: 0;
        justify-content: center !important;
    }
    #block-unee-uneeheaderdata a.text-white{       
        text-align: center;
    }






















    
    .brand-logo img{display: none;}
    .brand-logo {
        background: url(../images/half_logo.svg);
        width: 65px;
        height: 62px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .skip-content a, .screen-reader a{font-size: 0 !important;}
    .skip-content a{background:url(../images/skiptocontent.png); width: 20px; height: 20px; display: inline-block; background-size: cover;}
    .screen-reader a{background:url(../images/screen-reader.png); width: 20px; height: 20px; display: inline-block; background-size: cover;}
    .login-btn a {
        padding: 7px 19px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 13px;
    }
    .logo-and-info .ticket-book a {
        padding: 7px 19px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 13px;
    }
   .ticket-book a img{
    display: none;
    }

    #block-unee-uneeheaderdata{text-align: center;}

   /* .flex-caption {
        left: 240px!important;
        top: 79px!important;
        width: calc(100% - 23%)!important;
        transform: translate(-50%, -50%)!important;
    }*/
    
    .flex-caption h1 {
        font-size: 18px;
    }
    .flex-caption p {
        font-size: 82%;
    }
    .flex-direction-nav a.flex-next:before {
        content: '';
        width: 20px;
        height: 20px;
        background-size: 19px;
    }

    .flex-direction-nav a.flex-prev:before {
        content: '';        
        width: 20px;
        height: 20px;
        background-size: 19px;
    }

    .topbar ul li  {       
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .topbar ul {padding: 0; margin: 0; 
        justify-content: center !important;
    }
    .flex-caption p {
        font-size: 82%;
    }
    .flex-caption a {       
        padding: 6px 9px;        
        font-size: 82%;        
        font-weight: 600;
    }
    .ticket-mode .ticketing-booking {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .ticket-mode .ticketing-booking:nth-child(3){ border: none;}
    .ticket-mode a h4 {               
        font-weight: 600;
        font-size: 105%;
    }
    .ticket-mode .ticketing-booking p{        
        font-size: 83%;
        list-style: none;
    }
    .ticket-mode .ticketing-booking .img-fluid {
        max-width: 76%;
        height: auto;
    }
    .ticket-mode {
        background-color: #F2F5FF;
        padding: 20px 20px 4px 20px;
    }
 

 /* Please write css again when class edit according figma Start */
  
    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }

    .Lighthouse-tour .col-lg-8 {
        background-color: #ffff;
        width: 300px;
        opacity: .9;
        margin-top: 75px;
        padding-top: 12px;
        padding-left: 20px;
    }
    .Lighthouse-tour h5 {        
        font-size: 14px;
    }
    .Lighthouse-tour h3 {
        width: 100%;
        font-size: 22px;
        font-family: "Poppins", sans-serif;
    }
     .Lighthouse-tour p {
        width: 100%;
        font-size: 87%;
        line-height: 20px;
    }
    .Lighthouse-tour .bg_img {
        right: 0;
        bottom: inherit !important;
        z-index: -1;
        width: 294px !important;
        margin: 0;
        padding-right: 9px!important;
    }
    .Lighthouse-tour {
        padding-top: 18px;
        padding-bottom: 28px;
    }

    .lazy .slick-next,
    .lazy .slick-prev  {        
        display: none!important;
    }
    .photo-gallery .container > .row{
        display: flex;
        flex-wrap: wrap !important;
        flex-flow: column-reverse;
    }
    .photo-gallery .col-lg-6.pt-5{
        padding-top: 1px !important;
        margin-top: 0 !important;
    }
    #block-unee-views-block-homepage-photo-gallery-blocks-block-4 .block-two-sec-two{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 18px;
    }

    .photo-gallery .container .row .col-lg-6:nth-child(2) > .row{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    
#block-unee-footer ul {
    display: flex;
    list-style: none;
    column-gap: 40px;
    padding: 8px;
    margin: 0;
    flex-wrap: wrap!important;
    row-gap: 6px;
    justify-content: space-between;
}
#block-unee-footer ul >li{
    width: 43%;
}
.e-ticket {
       padding: 26px;   
}
.e-ticket .aos-init {
    margin-top: 10px !important;
    margin: 0;
    padding: 0;
}
.photo-gallery .gallery-btn {    
    padding-left: 12px;
}
.photo-gallery p {
    width: 100%;
    line-height: 158%;
    padding: 0 10px;
}
.photo-gallery h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
}
.photo-gallery .views-row {
    min-height: 195px;
    margin-bottom: 0;
}
.photo-gallery {  
    padding-bottom: 2em;   
    padding-top: 4em;
}
.section-one-block-one .fort img {
    height: 177px;
    border-radius: 10px;
}


/* LightHouse Section  Start */
.path-all-lighthouses .inner-section {padding-top: 20px !important;
    padding-bottom: 20px !important;  justify-content: center;}

    .views-exposed-form  {        
        padding-bottom: 20px;       
    }




}








.photo-gallery .section-one-block-one{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background-color: #f05a53;
    color: #ffff;
}

.ui-dialog .ui-dialog-titlebar-close {
       border: 1px solid #c4bfbf;
}

.path-user  ul {
    margin-top: 0;
    margin-bottom: 1rem;    
    color: #e42f2f;
    font-size: 12.5px;
    padding: 0;
    margin: 0;
    padding-left: 3px;
}
.path-user  ul li a {display: block;}
.form-text.required.error label#edit-pass-error{ display: none;
}

.user-login-form .form-item-pass {position: relative;}
.user-login-form .shwpd.eye-close,
.user-login-form .shwpd.eye-open{
    position: absolute;
    bottom: 40px;
    opacity: 0.7;
    right: 8px;
}






@media (max-width:768px){
    .flex-caption {
        text-align: center;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 45px;
    }
    .flex-caption h1 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .flex-caption p {
        font-size: 78%;
        line-height: 14px;
    }
    #home_slider3 ul.slides li{
        height: 190px;
    }
    #home_slider3 ul.slides li img{
        height: 190px;
    }
    .header ul.menu.sf-menu {
        position: absolute !important;
        background: #394461;
        z-index: 9999;
    }
    .popular_lighthouses .views-view-grid.horizontal .row div.col-lg-3{
        width: 47%;
        padding: 0;
        margin: 0;
    }
    .popular_lighthouses .four-lighthouse .views-view-grid.horizontal .row {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0;
        margin: 0;
    }
    .inner-section .container > .inner-page-content.row{
        padding: 0 22px;
    }
    .inner-section.py-5  {
        padding-top: 1.5rem !important;
        padding-bottom: 1rem !important;
    }
    .directorate-technical-details img {
        float: left;
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
    }
    .block-region-top h2{
        font-size: 110%;
        font-weight: 600;
    }
   .directorate-lighthouse-list ul.pager {
        margin-top: 0;
        margin-bottom: 1rem;
        padding-left: 0;
    }
    .directorate-lighthouse-list .pager li.pager__item {
        margin-top: 25px;
    }
    .directorate-lighthouse-list .pager li a {        
        padding: 7px 30px;   
        font-size: 16px;       
    }
    .directorate-lighthouse-list h3 {
    font-size: 20px;    
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
    }
    .page-node-191     .inner-section .container > .row {
        padding: 0;
        margin: 0;
    }
    ul.js-pager__items.pager{margin-top: 0;
        margin-bottom: 1rem;
        padding-left: 0;}
        .Inner-page-banner #block-unee-breadcrumbs h1{font-size: 18px;
            line-height: 24px;}

        .Inner-page-banner #block-unee-breadcrumbs ol li {            
            font-size: 78%;            
        }
        .Inner-page-banner #block-unee-breadcrumbs ol {gap: 18px;}
        .page-node-type-lighthouses .block-region-top h2 {
            font-size: 16px;
            font-weight: 600;
            padding-top: 8px;
            margin-bottom: 0;
        }
        
        .qr-box {
            padding: 18px 0px;
            border-radius: 12px;
            margin: 22px 0 30px 0;
            display: flex;
            flex-direction: column-reverse;
            flex-wrap: wrap;
            padding-left: 9px;
            text-align: center;
            padding-right: 9px;
            background-size: cover;
            background-position: right 40% bottom 48%;
        }
        .qr-box .qr-text {
            padding-left: 0px;
            flex-direction: column;
            padding-top: 22px;
            padding-right: 0px;
        }
        .qr-box .qr-text h5 {
            color: #ffff;
            font-size: 16px;
        }
        .qr-box .qr-text p {
            color: #fff;
            font-size: 12px;
            font-weight: 300;
            line-height: 21px;
        }
        .qr-text a {            
            padding: 8px 41px;
            border-radius: 11px;            
            font-size: 12px;
        }
        .qr-box .qr-code img {
            width: 40%;
        }
        .ui-accordion .ui-accordion-header {        
            min-height: 60px;           
            font-weight: 500;
            color: #454545;            
            font-size: 88%;
            padding-left: 16px;
        }
        .ui-icon:before {            
            width: 20px;
            height: 20px;            
            color: #454545;           
            left: -4px;
            top: -2px;          
            font-size: 11px;
            font-weight: 600;
        }
        .ui-icon {
            background-image: none !important;            
            margin-right: 10px;
            height: 22px;           
            width: 22px;
        }
        .ui-accordion-content p{            
            font-size: 92%;           
            line-height: 19px;
        }
        #block-unee-page-title h1 {      
            font-size: 28px;            
            margin-bottom: 8px;
        }

        .path-user .inner-page-user .header-logo a.brand-logo {            
            background: url(../images/half_logo.svg);
            width: 65px;
            height: 62px;
            display: inline-block;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: contain;
            }
        .photo-gallery-lighthouse-grid .slick-slide img
        {
            display: block;
            width: 100%!important;
            max-width: 100%!important;
            height: 180px;
        }
        .lighthouse img {
            width: 100%;
            height: 220px;
            border-radius: 8px;
        }
        body.path-user {            
            background: none!important;
        }
        .path-user .nec-user {            
            justify-content: space-between;
            padding-left: 18px;
        }
        .path-user .nec-user .brand {
            background-color: #fbfaff;
            padding: 0 8px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
            margin-top: 16px;
            margin-right: 10px;
        }
       
        .path-user .inner-page-user .user-login-form {
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            row-gap: 22px;
        }
        .path-user .inner-page-user {
            padding-top: 0;
            padding-bottom: 15px;
            box-shadow: none;
            margin-top: 40px;
        }
        .webform-submission-feedback-form{
            background: none;
        }

        .webform-submission-feedback-form .js-form-item {
            width: 100%;
            margin-bottom: 20px;
        }
        .content .field-content p strong {
            font-size: 16px;
            font-weight: 700;
        }
        .sitemap-plugin--menu.sitemap-item--menu-main ul li:nth-child(3)>ul li {
            
            border: none;
        }










}
.path-user form.user-pass .js-form-item input {
padding: 8px 10px;
    display: block;
    width: 100%;
    -webkit-text-fill-color: #060606;
    transition: background-color 5000s ease-in-out 0s;
    background-color: #ffffff21;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding-left: 5px !important;
    min-width: 140px;
}
 
.path-user form.user-pass .js-form-item label{    font-size: 16px;
    margin-bottom: 0;
    color: #070707;}
 
.path-user form.user-pass  .form-actions input {
    display: block;
    background-color: #129BEF;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 0px;
}
 
.path-user form.user-pass  p {
    font-family: "Poppins", sans-serif;
    font-size: 92%;
    list-style: none;
    padding-top:9px;
}
 
.path-user form.user-pass {
    padding: 20px;
}

/* Video Section */

.video-banner {
    position: relative;
    height: calc(100vh - 35px);
    overflow: hidden;
}


    .video-banner video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      z-index: -1;
      width: 100%;
    }

    .banner-content {
      position: relative;
      color: white;
      text-align: center;
      top: 40%;
      font-size: 2rem;
    }



    /* New */

.Lighthouse-trip-section .slick-controls{display: none;}
.Lighthouse-trip-section .inner-Lighthouse-trip-section {
    background-position: center;
    background: url(../images/trip-explore-img.png) no-repeat;
    background-size: cover;
    min-height: 200px;
    padding: 28px 0 135px 0;
}
.Lighthouse-trip-section .inner-Lighthouse-trip-section {}
.Lighthouse-trip-section .inner-Lighthouse-trip-section  .row.detail-trip-section{}
.Lighthouse-trip-section .inner-Lighthouse-trip-section .row.detail-trip-section h3 {
    color: #ffff;
    padding: 0;
    margin: 0;
}
.Lighthouse-trip-section .inner-Lighthouse-trip-section .row.detail-trip-section h5 {
    font-size: 100%;
    color: #fff;
    font-weight: 200;
    padding-bottom: 26px;
    padding-top: 6px;
}
.Lighthouse-trip-section .inner-Lighthouse-trip-section  .row.detail-trip-section .lighthouse-btn {}



.Lighthouse-trip-section .inner-Lighthouse-trip-section .row.detail-trip-section .lighthouse-btn a {
    background-color: #DA3A32 !important;
    color: #fff;
    text-decoration: none;
    font-size: 96%;
    padding: 12px 15px;
    border-radius: 9px;
}
.Lighthouse-trip-section .trip-slider-container {
    margin-top: -125px;
}
.Lighthouse-trip-section .trip-slider-container .slider-box {}
.Lighthouse-trip-section .trip-slider-container .slider-box .card-trip-box {
    border: 1px solid #fff;
    position: relative;
    margin: 6px;
}
.Lighthouse-trip-section .trip-slider-container .slider-box .card-trip-box .explore-img-box,
 .path-tags .explore-img-box{
    position: relative;
    border: 10px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.275) 0px 0px 10px;
    overflow: hidden;
}
   

/* .Lighthouse-trip-section .card-trip-box .explore-detail-box span, 
.path-tags .explore-detail-box span {
    font-weight: 500;
    padding-left: 26px;
    position: relative;
    display: block;
    width: 100%;
} */

.Lighthouse-trip-section .explore-img-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 103px;
    left: 0px;
    background: linear-gradient(14deg, rgba(0, 0, 0, 0.63), transparent);
    transition: 0.2s linear;
}
.Lighthouse-trip-section .explore-img-box:hover::before {
    height: 100%;
    transition: 0.2s linear;
}

.Lighthouse-trip-section .explore-img-box:hover {
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.275) 0px 0px 10px;
    transition: 0.2s linear;
}
.Lighthouse-trip-section .trip-slider-container .slider-box .card-trip-box .explore-img-box h4 {
    font-size: 106%;
    font-weight: 500;
    margin-block: 10px;
    position: absolute;
    bottom: 105px;
    padding-left: 13px;
    color: #ffff;
}

#sidebar-modal{
    transform: translateX(350px);
}
.path-frontpage .modal.show{
    transform: translateX(0) !important;
    transition-duration: 0.6s;
}
#sidebar-modal .modal-dialog {
    max-width: 350px;
}

#login-modal .modal-dialog {
    min-width: 450px;
}

#sidebar-modal .modal-title,
#login-modal .modal-title {
    font-size: 25px;
    font-weight: 600;
}

#sidebar-modal .modal-header,
#login-modal .modal-header {
    text-align: center;
    padding: 25px 30px 10px 30px;
    background: #092a48;
    color: #fff;
    border-bottom: 1px solid #174269;
}

#sidebar-modal .modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}

#login-modal .modal-body {
    padding: 14px 30px;
}
.modal.right.show .modal-content {
    overflow-y: visible !important;
}
#sidebar-modal ul.sf-menu .sf-sub-indicator::after {
    content: '';
    background: url(../images/arrow-down-b.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: -5px;
    background-position: center center;
    transition-duration: 0.3s;
    filter: invert(1);
}
ul.sf-menu a, ul.sf-menu span.nolink{    padding: 1em 1.2em;}
#sidebar-modal .modal-body ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
#sidebar-modal .modal-body ul li {
    width: 100%;
    position: relative;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0.3rem;
}
#sidebar-modal .modal-body ul li:hover, #sidebar-modal .modal-body ul li a:hover{
    background-color: #143758;
    border-radius: 5px;
}
#sidebar-modal .modal-body ul li:hover .sf-sub-indicator::after {
    transform: rotate(90deg);
    height: 20px;
    width: 20px;
    background-position: center center;
    transition-duration: 0.3s;
}
#sidebar-modal .modal-body ul li ul {
    position: absolute !important;
    top: 0;
    left: -266px !important;
    width: 250px !important;
    background-color: #092a48 !important;
    text-align: left;
    padding-left: 15px !important;
    font-size: 15px;
}
#sidebar-modal .modal-content {
    background-color: #092a48;
}
#sidebar-modal .modal-body ul li>ul>li a::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-right: 3px;
    transition-duration: 0.3s;
}

#sidebar-modal .modal-body ul li>ul>li a:hover::before {
    width: 7px;
    transition-duration: 0.3s;
}
#sidebar-modal .modal-body ul li ul li .nolink {
    padding-left: 0 !important;
    color: #ffff;
}


#sidebar-modal .modal-body ul li>ul>li a {
    transition-duration: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
}

#sidebar-modal .modal-body ul li>ul>li a:hover {
    padding-left: 5px;
    transition-duration: 0.3s;
}

#sidebar-modal .modal-body ul li ul li .nolink {
    padding-left: 0 !important;
}



#sidebar-modal .modal-body #block-unee-mainnavigation>ul>li>a:hover {
    transition: 0.3s linear;
}




ul.sf-menu a,
ul.sf-menu span.nolink {
    padding: 1em 1.2em;
}

#sidebar-modal .modal-body ul li:hover,
#sidebar-modal .modal-body ul li a:hover {
    background-color: #143758;
    border-radius: 5px;
}




#login-modal .form-label {
    font-weight: 500;
    font-size: 14px;
}

#login-modal .form-control {
    border: 1px solid #6f6f6f;
    font-size: 14px;
    padding: 9px;
    border-radius: 0;
}

#login-modal .action p {
    font-size: 14px;
}

#login-modal .action p a {
    font-weight: bold;
}

.modal-footer a {
    text-decoration: none;
    font-weight: 500;
}


#sidebar-modal {
   transform: translateX(350px);
   transition-duration: 0.6s;
}

#sidebar-modal .modal-dialog {
    max-width: 350px;
    min-width: 350px;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    height: 100vh;
    background-color: #092a48;
}

#login-modal .modal-dialog {
    min-width: 450px;
}

#sidebar-modal .modal-title,
#login-modal .modal-title {
    font-size: 25px;
    font-weight: 600;
}

#sidebar-modal .modal-header,
#login-modal .modal-header {
    text-align: center;
    padding: 25px 30px 10px 30px;
    background: #092a48;
    color: #fff;
    border-bottom: 1px solid #174269;
}

#sidebar-modal .modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}

#login-modal .modal-body {
    padding: 14px 30px;
}





#sidebar-modal .modal-body ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 16px 0;
    transition: 0.3s linear;
}


.sidebar-first ul.menu {}

.sidebar-first ul.menu li.expanded ul {
    height: 0;
}
.sidebar-first ul.menu li.expanded.open ul {
    height: auto;
}
.p-sidebar-content::-webkit-scrollbar{
     width: 5px;
    height: 5px;
    font-family: "Poppins", sans-serif !important;
    padding: 0;
    margin: 0;
}

/* 13-06-25  CSS */

li.nav-item.search-bar a.nav-link{
    background: url(../images/search-icon.svg) no-repeat;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    color: #242424;
    font-size: 0px;
    background-position: center center;
    background-size: 45%;
   
}
.navbar-nav .nav-item  .ticket-book  a{
    color: #f8f9fa;
    border-color: #f8f9fa;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border: 1px solid #ffffffb5;
    border-radius: 50rem !important;
   
}


.card-trip-box a.card-trip-btn {
    background-color: #DA3A32 !important;
    padding: 2px 12px 2px 12px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 96%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 40%;
    border-radius: 9px;
}

.header-wrapper .navbar #modal-toggler {
    background: url(../images/hamburger-menu.svg) no-repeat;
    width: 30px;
    height: auto;
    background-position: center center;
    filter: invert(1);
    filter: invert(0);
   
}
.header-wrapper .navbar #modal-toggler>i {
    font-size: 0;
}
#navbarNav ul {
    gap: 1rem;
}




.header-wrapper .navbar #modal-toggler {
    background: url(../images/hamburger-menu.svg) no-repeat;
    width: 30px;
    height: auto;
    background-position: center center;
    filter: invert(1);
    filter: invert(0);
   
}
.header-wrapper .navbar #modal-toggler>i {
    font-size: 0;
}
#navbarNav ul {
    gap: 1rem;
}
.slick-slider-trip .slick-prev {
    box-shadow: none;
    font-size: 0px;
    position: absolute;
    top: 46%;
    left: -5%;
    z-index: 99;
    width: 40px;
    height: 40px;
    transform: scaleX(-1);
    background: url(../images/arrow-right-w.svg) center center no-repeat rgb(251 130 35);
    background-position: center center;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.path-frontpage .slick-slider-trip .slick-prev, .path-frontpage  .slick-slider-trip  .slick-next {background-color: #DA3A32!important}

.slick-slider-trip  .slick-next {
    box-shadow: none;
    font-size: 0px;
    position: absolute;
    top: 50%;
    right: -5% !important;
    z-index: 99;
    width: 40px;
    height: 40px;
    transform: translate(0px, -50%);
    background: url(../images/arrow-right-w.svg) center center no-repeat rgb(251 130 35);
    background-position: center center;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    left: inherit;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.Lighthouse-trip-section {
    padding-bottom: 100px;
}
.navbar-nav .nav-item .ticket-book  a:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}


.Lighthouse-trip-section .card-trip-box .explore-detail-box span {
    font-weight: 500;
    padding-left: 26px;
    position: relative;
}

.Lighthouse-trip-section .card-trip-box .explore-detail-box span a,
.path-tags .explore-detail-box span a  {
    text-decoration:none;
}



.Lighthouse-trip-section .lighthouse-btn a {
    background-color: #da3a32c7;
    padding: 12px 15px;
    border-radius: 9px;
    color: #fff;
    text-decoration: none;
    font-size: 96%;
    text-align: center;
}
.Lighthouse-trip-section .lighthouse-btn a:hover {
    background-color: #05163d !important;
    transition: 0.6s;    
    color: #fff;
}
.Lighthouse-trip-section .inner-Lighthouse-trip-section .row.detail-trip-section .lighthouse-btn a:hover  {
    background-color: #7a7c8273 !important;
}
.card-trip-box a.card-trip-btn:hover  {
    background-color: #05163d !important;   
    transition: 0.6s;
}
.page-node-type-lighthouses .Inner-page-banner{
    position: relative;
}
.page-node-type-lighthouses .Inner-page-banner #block-unee-breadcrumbs {
   
}
.page-node-type-lighthouses .Inner-page-banner #block-unee-breadcrumbs nav{
   
}
.page-node-type-lighthouses .Inner-page-banner #block-unee-breadcrumbs .breadcrumb {}



.page-node-type-lighthouses .Inner-page-banner .row .col-lg-12 {
    background-color: #ffffffb0;
    height: 104px;
    display: block;
    width: 387px;
    padding: 12px;
    position: absolute;
    bottom: 0px;
}


.page-node-type-lighthouses .Inner-page-banner .page-title h1 {
    color: #FF4400;
    font-size: 125%;
    font-weight: 600;
}

.page-node-type-lighthouses #block-unee-page-title h1 {
    color: #FF4400;
    font-size: 125%;
    font-weight: 600;
    margin-bottom: 5px;
}
.page-node-type-lighthouses .Inner-page-banner #block-unee-breadcrumbs ol li {
    color: #000000dd;
}


.page-node-type-lighthouses .inner-page-content .directorate-technical-details .amenities ul {
    display: flex;
    flex-direction: row;
    column-gap: 18px;
    text-align: left;
    justify-content: left;
    padding: 0;
}
.page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li{
    padding: 6px 10px;
    border: 1px solid #dddddd78;
    border-radius: 22px;
    color: #fff;
    font-weight: 400;
    text-decoration:none;
}

.directorate-technical-details .amenities button.showMoreBtn{
    padding: 6px 8px !important;
    border: 1px solid #dddd;
    border-radius: 22px;
    color: #004e81;
    font-weight: 400;
    text-decoration: none;
    width: 91px;
    font-size: 90%;
    margin: 0;
    position: absolute;
    right: 36px;
    bottom: 15px;
    background-color: #ffffff;
}



   .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span {position: relative;padding-left: 27px;text-align: center;display: flex;align-items: center;font-size: 90%;}


    
.page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li:hover {
    background-color: #e7ded83b;
}
.directorate-details .directorate-technical-details img {
    max-height: 245px!important;
    max-width: 270px!important;
    float: left!important;
    margin-right: 15px!important;
    margin-bottom: 7px!important;
    border-radius: 7px!important;
}
.directorate-details .directorate-lighthouse-list h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding-top: 5px;
    margin: 20px 0;
}

.brand-logo img {
    height: auto;
    max-width: 93%!important;
}
/* Inner-Page-CSS */



.page-node-type-lighthouses .Inner-page-banner {
    background-image: url(../images/Inner-lighthouse-banner.svg);
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 30px 0;   
    align-items: center;
    display: flex;
}


@media only screen and (min-width: 1920px){
 .page-node-type-lighthouses .Inner-page-banner {
    background-image: url(../images/Inner-lighthouse-banner.svg);
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 30px 0;
    min-height: 250px;
    align-items: center;
    display: flex;
}
}

.page-node-type-lighthouses .qr-code-div img{width: 175px; padding-block: 20px;}
.page-node-type-lighthouses .qr-code-data{padding: 15px;box-sizing: border-box; 
     color:#fff}


.page-node-type-lighthouses .btn-secondary {
    color: #fff;
    background-color: #5959597a;
    border-color: #537695;
}
.page-node-type-lighthouses .directorate-technical-details img {
    max-height: 410px;
    width: 100%;
}


.page-node-type-lighthouses .inner-page-content .directorate-technical-details {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 0;
    margin-right: 0;
}


.page-node-type-lighthouses .lighthouse-content .directorate-technical-details .amenities {
    position: absolute;
    bottom: 26px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 18px;
    background: linear-gradient(to bottom, #1a1a1a61, #000000d6);
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    row-gap: 7px;
}
.page-node-type-lighthouses .book-now-data .qr-code-data h5{
    font-size: 110%;
}

.page-node-type-lighthouses.book-now-data .qr-code-data p{
    font-size: 85%;
}

.page-node-type-lighthouses .book-now-data .qr-code-data a {
    text-decoration: none;
    color: #f8f9fa;
    border-color: #f8f9fa;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 94%;
    border: 1px solid #ffffffb5;
    border-radius: 50rem !important;
}

.page-node-type-lighthouses .book-now-data .qr-code-data {
    padding: 20px 12px;
    box-sizing: border-box;
   
    color: #fff;
}
.page-node-type-lighthouses .directorate-qr-code {
    background: url(../images/Qr-bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 17px;
    height: calc(100% - 26px);
}
.page-node-type-lighthouses .inner-page-content .lighthouse-content .full-text .btn{
    color: #FF4400;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    width: 100px;
    border: none;
    font-size: 105%;
    font-weight: 600;
    margin-left: -14px;
}

.page-node-type-lighthouses .inner-section .lighthouse-content .full-text{
    font-weight: 400;
    font-size: 94%;
    line-height: 160%;
    text-align: justify;
}

.page-node-type-lighthouses .inner-section .inner.slick-slider-trip  .card-trip-box {
    border: 1px solid #fff;
    position: relative;
    margin: 6px;
}


.page-node-type-lighthouses .inner-section .inner.slick-slider-trip .inner-explore-img-box {
    position: relative;
    border: 10px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.275) 0px 0px 10px;
    border-radius: 8px;
}

.page-node-type-lighthouses .inner-section .Lighthouse-trip-section .card-trip-box .explore-detail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 10px;
    min-height: 45px;
}

.page-node-type-lighthouses .card-trip-box .amenities {
    background-color: #FF8000;
    bottom: 0;
    padding: 10px;
    margin-top: 0 !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.page-node-type-lighthouses .card-trip-box .amenities h2{
    font-size: 100%;
    font-weight: 500;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    padding-left: 9px;
    color: #fff;
}
.page-node-type-lighthouses .card-trip-box .amenities ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 9px;
    justify-content: left;
    margin: 0;
    padding: 0 5px;
    align-items: center;
    row-gap: 9px;
}
.page-node-type-lighthouses .card-trip-box .amenities ul li {
    padding: 4px 5px !important;
    border: 1px solid #ffffff;
    border-radius: 22px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 75%;
    display: inline-block;
    text-decoration: none;
}
.page-node-type-lighthouses .card-trip-box .amenities ul li:hover {
    background-color: #ff6900;
}
.page-node-type-lighthouses h2.fw-bold{
    font-size: 175%;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}
/* .page-node-type-lighthouses .inner-section .explore-img-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 120px;
    left: 0px;
    background: linear-gradient(14deg, rgba(0, 0, 0, 0.63), transparent);
    transition: 0.2s linear;
} */


.page-node-type-lighthouses .inner-section .inner.banner-page .card-trip-box .explore-img-box h4 {
    font-size: 100%;
    font-weight: 600;
    margin-block: 10px;
    padding-left: 2px !important;
    color: #000000;
    margin: 0;
    padding: 0;
    padding-top: 13px;
    max-width: 68%;
    min-height: 44px;
    line-height: 145%;
}
.page-node-type-lighthouses .inner-section .card-trip-box .explore-detail-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 5px;
    min-height: 35px;
}

.page-node-type-lighthouses .inner-section .card-trip-box .explore-detail-box-inner span.time-detail-inner {
    display: inline-block;
    background: url(../images/clock.svg) no-repeat;
    padding-left: 25px;
    background-size: 20px;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

.page-node-type-lighthouses .inner-section .card-trip-box .explore-detail-box-inner span.location-inner,
.path-tags .explore-detail-box .explore-detail-box-inner span.location-inner
 {
    display: inline-block;
    background: url(../images/location.svg) no-repeat;
    padding-left: 25px;
    background-size: 20px;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

.page-node-type-lighthouses .explore-img-box {position: relative;}
.page-node-type-lighthouses .explore-img-box a.card-trip-btn-inner{
    color: #ff4400!important;
    text-decoration: none;
    font-size: 85%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 23px;
    position: absolute;
    right: 0;
    bottom: 59px;
    border: 1px solid #ff4400;
    padding: 4px 10px;
}
.page-node-type-lighthouses .explore-img-box a.card-trip-btn-inner:hover,
.path-tags .card-trip-btn:hover {
    background-color: #ff4400;
    color: #ffffff!important;
    transition: 0.6s;
}
.page-node-type-lighthouses .inner-section .card-trip-box .explore-detail-box-inner span.time-detail-inner {
    display: flex;
    justify-content: end;
}
.page-node-type-lighthouses .inner-section  .card-trip-box .explore-detail-box-inner  span {
    font-weight: 500;
    position: relative;
    display: inline-block;
}

/* .page-node-type-lighthouses .inner-section .inner-explore-img-box .explore-detail-box-inner span.time-detail-inner:before {
    content: '';
    background: url(../images/clock.svg) no-repeat;
    cursor: pointer;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    color: #242424;
    font-size: 0px;
    background-position: center center;
    background-size: 80%;
    position: absolute;
    left: 60px;
} */


.page-node-type-lighthouses p.text-wrap {
    white-space: normal!important;
    font-weight: 400;
    font-size: 94%;
    line-height: 160%;
    text-align: center;
    padding: 0 17%;
}

.page-node-type-lighthouses .lighthouse-content .views-field-field-latitude-longitude{}

.page-node-type-lighthouses .lighthouse-content .views-field-field-latitude-longitude {
    margin: 50px 0;
}
.page-node-type-lighthouses .inner-section .block-region-top>div> h2 {
    font-size: 135%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-top: 0;
    padding-left: 12px;
    color: #000000;
    padding-bottom: 19px;
    margin: 0;
}

.page-node-type-lighthouses .inner-section .view-pdf a  {
    position: absolute;  color: #FF4400;
    right: 5%;
}
.page-node-type-lighthouses .inner-section .view-pdf a:before {
    content: '';
    background: url(../images/pdf.svg) no-repeat;
    cursor: pointer;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    color: #242424;
    font-size: 0px;
    background-position: center center;
    background-size: 80%;
    position: absolute;
    left: -28px;
}

.page-node-type-lighthouses .inner-section .explore-img-box {
    position: relative;
    min-height: 100px;
}

.page-node-type-lighthouses .lighthouse-doc .view-pdf {
    display: block;
    text-align: right;
    position: relative;
}
 
.page-node-type-lighthouses .inner-section .view-pdf a {
    position: absolute;
    color: #FF4400;
    right: 0;
    display: inline-block;
    text-decoration: none;
}
.page-node-type-lighthouses .inner-page-content .lighthouse-content .full-text .btn:hover{color: #0d00ff;}

.btn-outline-primary:hover {
    color: #fff;
    background-color: inherit!important;
    border-color: none;
    border:none !important;
}
.page-node-type-lighthouses .full-text .read-more-content {
  overflow: hidden;
}

.page-node-type-lighthouses .Inner-page-banner #block-unee-pagetitle h1 {
    font-size: 38px;
    color: #FF4400;
    font-weight: bold;
}

/* AMENITIES PAGE CSS */


.path-tags .explore-img-box{
    position: relative;
    border: 10px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.275) 0px 0px 10px;
    overflow: hidden;
}
form#views-exposed-form-lighthouse-slider-home-page-1 {
    display: none;
}

.path-tags .explore-img-box .tag-img {
    max-height: 265px;
    overflow: hidden;
    min-height: 265px;
    display: flex;
}

.path-tags .explore-img-box .tag-img img{
    object-fit: cover;
    display: flex;
}

.path-tags .explore-img-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 94px;
    left: 0px;
    background: linear-gradient(14deg, rgba(0, 0, 0, 0.63), transparent);
    transition: 0.2s linear;
    z-index:9999;
}
 .path-tags .explore-img-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 265px;
    position: absolute;
    bottom: 99px;
    left: 0px;
    background: linear-gradient(14deg, rgb(240 85 38 / 0%), #ff373700, #ff37376b);
}
  
 .path-tags  .card-trip-btn  {
    color: #ff4400 !important;
    text-decoration: none;
    font-size: 85%;
    align-items: center;
    border-radius: 23px;
    right: 0;
    bottom: 59px;
    border: 1px solid #ff4400;
    text-align: center;
    margin: 0;
    padding: 4px 10px;
}
.path-tags .explore-img-box h4 {
    font-size: 106%;
    font-weight: 500;
    margin-block: 10px;
    position: absolute;
    bottom: 110px;
    padding-left: 9px!important;
    color: #ffff;
    z-index: 99999;
    margin: 0;
    padding: 0;
}

.path-tags .explore-img-box {
    
    padding-bottom: 8px;
}
/* 
.Lighthouse-trip-section .card-trip-box .explore-detail-box,
 .path-tags .explore-detail-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 5px;
    min-height: 35px;
} */
.Lighthouse-trip-section .card-trip-box .explore-detail-box,
 .path-tags .explore-detail-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 5px;
    min-height: 55px;
}
.Lighthouse-trip-section .card-trip-box .explore-detail-box span.time-detail,
.path-tags .explore-detail-box span.time-detail{
    display: inline-block;
    background: url(../images/clock.svg) no-repeat;
    padding-left: 25px;
    background-size: 20px;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

.Lighthouse-trip-section .card-trip-box .explore-detail-box span.location,
.path-tags .explore-detail-box span.location {
    display: inline-block;
    background: url(../images/location.svg) no-repeat;
    padding-left: 25px;
    background-size: 20px;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

.path-tags .explore-detail-box span {    
    font-size: 90%;
}

 .path-tags .explore-detail-box span.time-detail {    
    background-size: 18px;
   
}
.pager__items {
    list-style-type: none;
    padding: 26px 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: end;
    margin: 0;
}

.pager__items li {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #f16228;
    color: #fff;
    text-align: center;
    padding: 0px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.pager__items li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 2px;
    display: block;
    margin: 0;
    font-size: 80%;
}


/* breadcrumbs CSS */
#block-unee-breadcrumbs ol.cmf-site-breadcrumb li:before {
    content: "/";
    display: block;
    position: absolute;
    right: -15px;
}
.page-node-type-lighthouses #block-unee-breadcrumbs ol.cmf-site-breadcrumb{
    padding: 0;
    display: flex;
    gap: 13px;
}
.page-node-type-lighthouses #block-unee-breadcrumbs ol.cmf-site-breadcrumb li {
    position: relative;
    font-size: 85%;
}
.page-node-type-lighthouses #block-unee-breadcrumbs ol.cmf-site-breadcrumb li:before {
    content: '/';
    display: block;
    position: absolute;
    right: -9px;
    color: #000;
    font-size: 86%
}
.page-node-type-lighthouses #block-unee-breadcrumbs ol.cmf-site-breadcrumb li:last-child:before{
    display:none;
}
.page-node-type-lighthouses .btn-secondary {
    color: #fff;
    background-color: #2C3E67!important;
}
.page-node-type-lighthouses  .breadcrumb-box.container{
    padding-top: 25px;
}
.page-node-type-lighthouses  .inner-section{
    padding-top: 0 !important;
}
.page-node-type-lighthouses .back-btn-class {
    text-align: right;
    padding-top: 12px;
}
#sidebar-modal .modal-body ul > li >ul .sf-sub-indicator{transform: rotate(-93deg);transform-origin: center;transition-duration: 0.3s;}
#sidebar-modal .modal-body ul > li > ul li.sfHover .sf-sub-indicator{transform: rotate(0deg) translateX(0px);transform-origin: center; transition-duration: 0.3s;}




@media only screen and (max-width: 768px) {

.hero-main .header-wrapper{
    position: relative!important;
    background: #185c8d!important;
    padding: 10px 10px;
}

.hero-main {
    position: relative;
}
.navbar {
    position: inherit;
    display: inherit;
}

.video-banner {
    position: relative;
    height: 225px;
    overflow: hidden;
}

   .Lighthouse-tour .col-lg-5 img {
        height: 368px;
        padding: 14px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }


.Lighthouse-tour a {    
    padding: 12px 8px;
    
}

.Lighthouse-tour .field-content .row {
 display:flex;
 flex-direction: column-reverse;
 padding-top: 22px;
 }

.slick-slider-trip .slick-next, .slick-slider-trip .slick-prev { display: none!important;}

.Lighthouse-trip-section {
    padding-bottom: 40px;
}
.path-all-lighthouses .album-photo-gallery-listing form .js-form-item> .shs-container {display:none}

.Lighthouse-trip-section .inner-Lighthouse-trip-section .row.detail-trip-section .lighthouse-btn a {    
    padding: 12px 8px;
}
.btn-secondary {   
    font-size: 14px;
}

.album-photo-gallery-listing .card img {   
    height: 225px;
}   
.page-node-type-lighthouses #block-unee-page-title h1 {   
    font-size: 18px;   
}
 ul.sf-menu.menu li.sf-depth-1 span.sf-depth-1, ul.sf-menu.menu li.sf-depth-1 a.sf-depth-1{
        padding: 15px 15px; color:#fff
    }

.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link.is-active {
    background-color: #025b92 !important;
    transition: 0.6s;
}
    #mobile-header-wrapper  {
        background-color: #155381 !important;
    }
     #mobile-header-wrapper .header  {
    background-color: #0c4772 !important;
}

      #mobile-header-wrapper .banner-area{  background-color: inherit!important;}

     #mobile-header-wrapper .banner-area .logo-and-info{
    padding-top: 8px !important;
    padding-bottom: 0 !important;
}
     #mobile-header-wrapper  .header  .mobile-navbar  ul.menu.sf-menu {
        position: absolute !important;
        background: #1d527f;
        z-index: 9999;
    }

   
        ul.sf-menu.menu li.sf-depth-1 ul.sf-has-clone-parent li.sf-depth-2 {
        padding: 7px 15px;
        color: #fff !important;
    }
 ul.sf-menu.menu li.sf-depth-1  ul.sf-has-clone-parent li.sf-depth-2 a, ul.sf-menu.menu li.sf-depth-1  ul.sf-has-clone-parent li.sf-depth-2 span {
       
        color: #fff!important;}
    

    ul.sf-menu.menu li.sf-depth-1 span.sf-depth-1:active, ul.sf-menu.menu li.sf-depth-1 a.sf-depth-1:active {
 background-color: #2284c2 !important;
    transition: 0.6s;
}
          #mobile-header-wrapper .header  .mobile-navbar ul.menu.sf-menu li.sf-depth-1.sf-expanded {
    background: #00000026;
}

  #mobile-header-wrapper .header  .mobile-navbar ul.menu.sf-menu li.sf-depth-1.sf-expanded > span.sf-depth-1{
    background: #00000021;
}

 #mobile-header-wrapper .header .mobile-navbar ul.menu.sf-menu li.sf-depth-1.sf-expanded ul.sf-has-clone-parent li.sf-depth-2.sf-expanded ul.sf-has-clone-parent li {
        background: #00000014;
        padding-left: 25px;
        margin-left: 22px;
    }

    .page-node-type-lighthouses p.text-wrap {
   
    padding: inherit!important;
}
.page-node-type-lighthouses footer {
    padding-top: 0!important;
}
.pager__items li a {
    
    font-size: 12px;
}

}


@media screen and (max-width: 767px) {
        .page-node-type-lighthouses .back-btn-class {
        text-align: left;
        margin-top: -15px;
        padding-left: 20px;
        padding-top: 0px;
    }



}






.social-media-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}


.social-media-icons ul.icons-social {
    display: flex;
    padding: 0;
    margin: 0;
}
.social-media-icons ul.icons-social li {}
.social-media-icons ul.icons-social li a {}
.social-media-icons ul.icons-social li a img{
    width: 22px;
    height: 22px;
}


.footer-social-media-icons .social-media-icons { 
flex-direction: column;
gap: 7px;
}
.footer-social-media-icons .social-media-icons {
    display: flex;
    justify-content: left;
    align-items: center;
}
.header-social-media-icons {
    position: absolute;
    left: 52px;
}

.header-social-media-icons  .social-media-icons header h4 {font-size: 0!important;padding: 0;margin:0;}

.social-media-icons header h4 {
    font-size: 100%;
    color: #ffff;
    text-align: center;
}


.footer-social-media-icons .social-media-icons  ul.icons-social {
    gap: 12px;
    justify-content: center;
}
.header-social-media-icons .social-media-icons {
    
    justify-content: left;
   
}
.header-social-media-icons {
    position: absolute;
    left: 52px;
}
.footer-social-media-icons .social-media-icons {
  
    flex-direction: column;
}
.footer-social-media-icons .social-media-icons ul.icons-social li a img{
    width: 28px;
    height: 28px;
}

.topbar ul li a img {
    width: 18px;
}



.high-contrast.light {
    background: #fff;
    color: #363636;
}

 .topbar  #block-unee-uneeheaderdata ul li:first-child {border-left: none; background-color: #03324e; padding-left: 12px!important; padding-right: 12px !important;}

.social-media-icons ul.icons-social li:first-child {border-left: none;}

.highlight-section-row {
    display: flex;
    flex-direction: row-reverse;
}

.highlight-section-row h2{
    font-size: 118%;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}

.highlight-section ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}


.highlight-section ul li {
    position: relative;
    padding: 2px;
    padding-left: 30px;
}
.highlight-section ul li:before {content:'';background: url(../images/bullet-highlisht.svg) no-repeat;width: 18px!important; height: 18px!important;position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

.amenities-list li {
  display: list-item;
}
.amenities-list li:nth-child(n+5) {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 100px;
}
.modal-content {
  background: white;
  margin: auto;
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  position: relative;
}
.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #dddd;
}
.modal-content .close:hover { color: #ffffff;}
.inner-page-content .lighthouse-content .modal-content {
  margin: auto;
  padding: 20px;
  width: 40%;
  border-radius: 8px;
  position: relative;
  padding-left: 40px;
  background-image: linear-gradient(410deg, rgba(195, 195, 195, 0.02) 0%, rgba(195, 195, 195, 0.02) 16.667%,rgba(91, 91, 91, 0.02) 16.667%, rgba(91, 91, 91, 0.02) 33.334%,rgba(230, 230, 230, 0.02) 33.334%, rgba(230, 230, 230, 0.02) 50.001000000000005%,rgba(18, 18, 18, 0.02) 50.001%, rgba(18, 18, 18, 0.02) 66.668%,rgba(163, 163, 163, 0.02) 66.668%, rgba(163, 163, 163, 0.02) 83.33500000000001%,rgba(140, 140, 140, 0.02) 83.335%, rgba(140, 140, 140, 0.02) 100.002%),linear-gradient(320deg, rgba(151, 151, 151, 0.02) 0%, rgba(151, 151, 151, 0.02) 16.667%,rgba(11, 11, 11, 0.02) 16.667%, rgba(11, 11, 11, 0.02) 33.334%,rgba(162, 162, 162, 0.02) 33.334%, rgba(162, 162, 162, 0.02) 50.001000000000005%,rgba(171, 171, 171, 0.02) 50.001%, rgba(171, 171, 171, 0.02) 66.668%,rgba(119, 119, 119, 0.02) 66.668%, rgba(119, 119, 119, 0.02) 83.33500000000001%,rgba(106, 106, 106, 0.02) 83.335%, rgba(106, 106, 106, 0.02) 100.002%),linear-gradient(179deg, rgba(245, 245, 245, 0.01) 0%, rgba(245, 245, 245, 0.01) 16.667%,rgba(23, 23, 23, 0.01) 16.667%, rgba(23, 23, 23, 0.01) 33.334%,rgba(96, 96, 96, 0.01) 33.334%, rgba(96, 96, 96, 0.01) 50.001000000000005%,rgba(140, 140, 140, 0.01) 50.001%, rgba(140, 140, 140, 0.01) 66.668%,rgba(120, 120, 120, 0.01) 66.668%, rgba(120, 120, 120, 0.01) 83.33500000000001%,rgba(48, 48, 48, 0.01) 83.335%, rgba(48, 48, 48, 0.01) 100.002%),linear-gradient(195deg, rgba(106, 106, 106, 0.03) 0%, rgba(106, 106, 106, 0.03) 14.286%,rgba(203, 203, 203, 0.03) 14.286%, rgba(203, 203, 203, 0.03) 28.572%,rgba(54, 54, 54, 0.03) 28.572%, rgba(54, 54, 54, 0.03) 42.858%,rgba(75, 75, 75, 0.03) 42.858%, rgba(75, 75, 75, 0.03) 57.144%,rgba(216, 216, 216, 0.03) 57.144%, rgba(216, 216, 216, 0.03) 71.42999999999999%,rgba(39, 39, 39, 0.03) 71.43%, rgba(39, 39, 39, 0.03) 85.71600000000001%,rgba(246, 246, 246, 0.03) 85.716%, rgba(246, 246, 246, 0.03) 100.002%),linear-gradient(485deg, rgba(215, 215, 215, 0.01) 0%, rgba(215, 215, 215, 0.01) 16.667%,rgba(72, 72, 72, 0.01) 16.667%, rgba(72, 72, 72, 0.01) 33.334%,rgba(253, 253, 253, 0.01) 33.334%, rgba(253, 253, 253, 0.01) 50.001000000000005%,rgba(4, 4, 4, 0.01) 50.001%, rgba(4, 4, 4, 0.01) 66.668%,rgba(183, 183, 183, 0.01) 66.668%, rgba(183, 183, 183, 0.01) 83.33500000000001%,rgba(17, 17, 17, 0.01) 83.335%, rgba(17, 17, 17, 0.01) 100.002%),linear-gradient(296deg, rgba(119, 119, 119, 0.03) 0%, rgba(119, 119, 119, 0.03) 12.5%,rgba(91, 91, 91, 0.03) 12.5%, rgba(91, 91, 91, 0.03) 25%,rgba(45, 45, 45, 0.03) 25%, rgba(45, 45, 45, 0.03) 37.5%,rgba(182, 182, 182, 0.03) 37.5%, rgba(182, 182, 182, 0.03) 50%,rgba(243, 243, 243, 0.03) 50%, rgba(243, 243, 243, 0.03) 62.5%,rgba(162, 162, 162, 0.03) 62.5%, rgba(162, 162, 162, 0.03) 75%,rgba(190, 190, 190, 0.03) 75%, rgba(190, 190, 190, 0.03) 87.5%,rgba(148, 148, 148, 0.03) 87.5%, rgba(148, 148, 148, 0.03) 100%),linear-gradient(258deg, rgb(185, 139, 80),rgb(176, 26, 6));
}



.inner-page-content .lighthouse-content .modal-content ul {
    padding: 0;
    margin-right: 13px;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
    padding-left: 17px;
    position: relative;
}
.inner-page-content .lighthouse-content .modal-content ul li {
    padding-left: 22px;
}


.page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span{
    color: #fff;
    font-size: 100%;
}


.page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Electrical-Decorative-Lightening:before,
.page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Electrical-Decorative-Lightening::before {content:'';background: url(../images/electrical-light.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Beach:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Beach:before {content:''; background: url(../images/beach.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}
    

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Cafeteria:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Cafeteria:before {content:'';background: url(../images/school-cafeteria.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Children-Play-Area:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Children-Play-Area:before     {
    content:'';
    background: url(../images/children-play-area.svg) no-repeat;
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: 92%;
    }

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Control-Room:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Control-Room:before {content:'';background: url(../images/control-room.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}



    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Museum:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Museum:before {content:'';background: url(../images/museum.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Musical-fountain:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Musical-fountain:before  {content:'';background: url(../images/fountain.svg.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Parking:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Parking:before  {content:'';background: url(../images/parking.svg) no-repeat;
   width: 25px !important;    height: 25px !important; ; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;} 

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Public-Amenities:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Public-Amenities:before  {content:'';background: url(../images/amenities.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Pond:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Pond:before {content:'';background: url(../images/pond.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

      .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Washroom:before,
      .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Washroom:before  {content:'';background: url(../images/washroom.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Waiting-Room:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Waiting-Room:before  {content:'';background: url(../images/waiting-room.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Selfie-Point:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Selfie-Point:before {content:'';background: url(../images/selfie-point.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

    .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Shop:before,
    .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Shop:before  {content:'';background: url(../images/shop.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

     .page-node-type-lighthouses  .inner-page-content .directorate-technical-details .amenities ul li span.Garden:before,
     .page-node-type-lighthouses  .inner-page-content .lighthouse-content .modal-content ul li span.Garden:before  {content:'';background: url(../images/garden.svg) no-repeat;
    width: 25px !important;    height: 25px !important; position: absolute;left: 0; background-repeat: no-repeat;background-size: 92%;}

.page-node-type-lighthouses .album-photo-gallery-listing .card {
   transition: all .5s ease-in-out;
   padding: 0;
   min-height: inherit !important;
}
 
 
.page-node-type-lighthouses .lighthouse-detail-page .lighthouse-card {  
   font-size: 90%;
}
.lighthouse-detail-page .lighthouse-card a {
    padding: 6px 14px !important;
    margin-left: 10px;
    position: absolute;
    bottom: 15px;
    left: 0;
    background-color: #DA3A32 !important;
    color: #fff;
    text-decoration: none;
    font-size: 96%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 40%;
    right: 0;
    border-radius: 7px;
}



