/*
font-family: 'Book Antiqua', arial;
font-family: Century;*/

@font-face {
    font-family: 'Book Antiqua';
    src: url('BookAntiqua.eot');
    src: url('BookAntiqua.eot?#iefix') format('embedded-opentype'),
        url('BookAntiqua.woff2') format('woff2'),
        url('BookAntiqua.woff') format('woff'),
        url('BookAntiqua.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.tab-heading {
    display: none;
}
@font-face {
    font-family: 'Century';
    src: url('Century-Bold.eot');
    src: url('Century-Bold.eot?#iefix') format('embedded-opentype'),
        url('Century-Bold.woff2') format('woff2'),
        url('Century-Bold.woff') format('woff'),
        url('Century-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
ul.team-img .banner-img img {
    filter: grayscale(1);
}

ul.term-class {
    margin: 10px !important;
}

@font-face {
    font-family: 'Century';
    src: url('Century-Normal.eot');
    src: url('Century-Normal.eot?#iefix') format('embedded-opentype'),
        url('Century-Normal.woff2') format('woff2'),
        url('Century-Normal.woff') format('woff'),
        url('Century-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century';
    src: url('CenturyBoldItalicSWFTE.eot');
    src: url('CenturyBoldItalicSWFTE.eot?#iefix') format('embedded-opentype'),
        url('CenturyBoldItalicSWFTE.woff2') format('woff2'),
        url('CenturyBoldItalicSWFTE.woff') format('woff'),
        url('CenturyBoldItalicSWFTE.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century';
    src: url('CenturyBoldSWFTE.eot');
    src: url('CenturyBoldSWFTE.eot?#iefix') format('embedded-opentype'),
        url('CenturyBoldSWFTE.woff2') format('woff2'),
        url('CenturyBoldSWFTE.woff') format('woff'),
        url('CenturyBoldSWFTE.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century';
    src: url('CenturyRegularSWFTE.eot');
    src: url('CenturyRegularSWFTE.eot?#iefix') format('embedded-opentype'),
        url('CenturyRegularSWFTE.woff2') format('woff2'),
        url('CenturyRegularSWFTE.woff') format('woff'),
        url('CenturyRegularSWFTE.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century';
    src: url('CenturyItalicSWFTE.eot');
    src: url('CenturyItalicSWFTE.eot?#iefix') format('embedded-opentype'),
        url('CenturyItalicSWFTE.woff2') format('woff2'),
        url('CenturyItalicSWFTE.woff') format('woff'),
        url('CenturyItalicSWFTE.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century';
    src: url('Century.eot');
    src: url('Century.eot?#iefix') format('embedded-opentype'),
        url('Century.woff2') format('woff2'),
        url('Century.woff') format('woff'),
        url('Century.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@400;500;700&display=swap');*/

html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Book Antiqua', arial;
    overflow-x: hidden;
}
section.content-box {
    PADDING: 0 0 50PX;
}
section.location-list.our-location ul.nav.nav-tabs a {
    padding: 5px 10px;
    font-size: 14px;
}

.amenities-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.amenities-box ul li {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Century;
    font-weight: bold;
    color: #163561;
    /*    text-decoration: underline;
    text-decoration-color: #f24848;
*/
}

.p0 {
    padding: 0;
}

.prodt-img img {
    max-width: 100%;
    border-radius: 10px;
}
.plan-box { padding:10px 0; }

.plan-box {
    background: #f5f5f5;
    margin: 20px 0;
    border-radius: 5px;
}
.plan-box form {
    margin: 20px 0 0;
}
.prodt-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    vertical-align: text-bottom;
    height: 100%;
}
.plan-box form button {
    width: 100%;
}
/*
section.img-gallery-magnific div:nth-child(1), section.img-gallery-magnific div:nth-child(2), section.img-gallery-magnific div:nth-child(3), section.img-gallery-magnific div:nth-child(4) {
    display: block;
}
section.img-gallery-magnific div {
    display: none;
}*/
.plan-box p { padding:10px 0; }
.btn-success {
    background-color: #163561;
    color: #fa9746;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 20px;
    border: 2px solid #fa9746;
    transition: ease all .3s;
    font-weight: 700;
}
.form-box-login { text-align:left; }

.form-box-login input {
    border: none;
    border-bottom: 1px solid #333;
    padding: 0;
    border-radius: 0px;
    margin: 10px 0;
}
/* Form css start */

.find-modalin .modal-content {
    padding: 15px 30px 0 30px;
}

.find-modalin .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 20px;
    top: 15px
}

.find-modalin .modal-title img {
    margin-top: -9px;
}

.find-modalin .modal-title {
    font-size: 28px;
    color: #4B4A4A;
}

.sidetextin h4 {
    font-size: 32px;
    color: #4B4A4A;
    margin-bottom: 18px;
    font-weight: 600;
}

.model-header {
    border-bottom: none !important;
}

.sidetextin p {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #4B4A4A;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sidetextin ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 45px;
}

.sidetextin li {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #4B4A4A;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}

.sidefromin .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #CCBDBD;
    border-radius: 0;
}

.sidefromin .form-control {
    background-color: transparent;
    border-bottom: 1px solid #ced4da;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
    padding: .375rem 0;
}

.sidefromin .col-form-label {
    color: #5C5A5A;
    width: 100%;
    font-size: 14px;
}

.sidefromin {
    width: 100%;
    height: auto;
}

.fromdiv {
    display: block;
}

.find-modalin button.close {
    font-size: 50px;
    font-weight: 100;
}

.find-modalin .modal-header {
    border: none !important;
}

.sidefromin .form-control:focus,
.sidefromin .form-control:hover,
.sidefromin .form-control:visited {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.primary-btn {
    background-color: #163561;
    color: #fa9746;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 20px;
    border: 2px solid #fa9746;
    transition: ease all .3s;
    font-weight: 700;
}

.selected {
            background-color: #4CAF50;
            color: #fff;
        }


.primary-btn:hover,
.primary-btn:focus,
.primary-btn:visited {
    background: #fa9746;
    outline: none;
    box-shadow: none;
    transition: ease all .3s;
    color: #163561;
}

/* Form css end */

.product-box-prime {
    position: relative;
    border: 5px solid #163561;
    box-shadow: 1px 2px 3px #ccc;
    transition:ease all .3s;
}
.product-box-prime:hover { transform:scale(1.03); transition:ease all .3s; }
.product-box ul li {
    flex: 0 0 30%;
    margin: 10px;
}
.product-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content:center;
}.product-box-prime .desc-product {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    background: #00000040;
    top: 0;
    width: 100%;
    padding: 0px 30px;
}
section.primary-product-page {
    padding: 50px 0;
}
.product-box-prime .desc-product h2 { color:#fff;text-shadow:1px 2px 3px #333;font-size:14px; }
.product-box-prime img {
    width: 100%;
}
.product-box-prime {
    position: relative;
}
.modal-dialog input {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    padding: 10px 0;
}

.modal-content {
    border-radius: 0px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}


/* Header css start */
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #14640a;
}

li.nav-item i {
    color: #163561;
}

.brand-logo img {
    max-width: 100px;
}

.bg-light .dropdown-toggle::after {
    display: none;
}

.bg-light .text-decoration-none {
    text-decoration: none !important;
}

/* Header css end */


/*homepage banner css start */
:root {
    --swiper-navigation-color: #ffffff;
    --swiper-theme-color: #163561;
}

.swiper {
    width: 100%;
    height: 80vh;
    min-height: 320px;
    background-color: #46677b;
}

/*homepage css end */
/* mission box css start */

.primary-padding {
    padding: 50px 0;
}

.secondary-padding {
    padding: 50px 0;
    background: #f8f9fa;
}

.primary-heading {
    font-size: 28px;
    color: #163561;
}

.what-we-do-box li,
p {
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 24px;
}

.primary-img {
    max-width: 100%;
}


ul.mision-vision-box li {
    padding-bottom: 25px;
}

ul.shadow-box li {
    list-style: disc;
    margin-left: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;

}

.desc-block ul li {
    flex: 0 0 49%;
    background: #fff;
    margin-bottom: 14px;
    padding: 25px;
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}

.desc-block ul li:before {
    content: close-quote;
    width: 20%;
    height: 4px;
    background: #163561;
    top: 0;
    position: absolute;
    left: 0;
}

.desc-block.full-ui ul li {
    flex: 0 0 100%;
}

.desc-block ul li i {
    color: #0e570a;
    font-size: 26px;
    padding-bottom: 5px;
}

.desc-block {
    padding: 20px 0 0;
}

.desc-block h4 {
    font-size: 22px;
    color: #163561;
    margin: 0 0 15px;
}

.desc-block ul li h4 {
    font-size: 18px;
    color: #163561;
    margin: 0;
}

.full-ui ul li ul li:before {
    display: none;
}

.full-ui ul li ul li {
    list-style: none;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 0 5px;
    font-size: 14px;
    color: #333;
}

.design-box {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.qt-ui ul li {
    flex: 0 0 23%;
}

.furtehr-box a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.address-deatils h3,
.contact-deatils h3,
.design-box h3 {
    font-size: 18px;
    color: #163561;
    margin: 0;
}

.desc-block ul li p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.desc-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.our-domain h4 {
    color: #333;
    font-size: 18px;
    padding: 10px 0 0;
}

section.our-domain.primary-padding h3.primary-heading {
    padding-bottom: 20px;
}

.scroll-banner-home {
    background: url(../images/banner/banner1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}

.scroll-banner-home::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(359deg, #2b2d42 0%, rgba(40, 42, 62, 0.9375) 6.25%, rgba(38, 39, 58, 0.875) 12.5%, rgba(35, 37, 54, 0.8125) 18.75%, rgba(32, 34, 50, 0.75) 25%, rgba(30, 31, 45, 0.6875) 31.25%, rgba(27, 28, 41, 0.625) 37.5%, rgba(24, 25, 37, 0.5625) 43.75%, rgba(21, 23, 33, 0.5) 50%, rgba(19, 20, 29, 0.4375) 56.25%, rgba(16, 17, 25, 0.375) 62.5%, rgba(13, 14, 21, 0.3125) 68.75%, rgba(11, 11, 17, 0.25) 75%, rgba(8, 8, 12, 0.1875) 81.25%, rgba(5, 6, 8, 0.125) 87.5%, rgba(3, 3, 4, 0.0625) 93.75%, rgba(0, 0, 0, 0) 100%);

}

.scroll-banner-home h3 {
    letter-spacing: -2px;
    font-size: clamp(2rem, 0.3864rem + 13.0682vw, 2.75rem);
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-shadow: 1px 2px 3px #333;
    color: #fff;
}

.desc-block.full-ui.half-ui>ul>li {
    flex: 0 0 49%;
}

/* mission box css start */
/*team css start */
section.team-section {
    padding: 50px 0;
}
ul.team-img li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
    margin: 20px 0;
}
ul.team-img li {
    flex: 0 0 48%;
    margin: 10px 0;
    border: 2px solid black;
    text-align: center;
    padding: 20px;
}
ul.team-img {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*team css end */


/* footer css start */
h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.relative {
    position: relative;
}

/* header Css start */

.custom-header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.custom-header ul li a {
    color: #fff !important;
    font-size: 14px;
}

div#navbar4 {
    justify-content: right;
}

/* header Css end */
/*banner Video Css Start */
section.home-video video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

section.home-video {
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 99%;
    background: #00000040;
}

.banner-content h2 {
    width: 70%;
    margin: 0 auto 30px;
    color: #fff;
    text-shadow: 1px 2px 3px #333;
}

/*banner Video Css End */
.mision-vision-image img {
    max-width: 400px;
}

ul.mission-box-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.plan-section li {
    flex: 0 0 98%;
    margin: 10px 0;
    border: 1px solid #fcfcfc;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    ;
}




ul.mission-box-li li,
ul.location-section li {
    flex: 0 0 48%;
    margin: 10px 0;
    border: 1px solid #fcfcfc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    ;
}


ul.mission-box-li li, ul.plan-section li p,
ul.location-section li p {
    color: #000;
    font-size: 16px;
}

ul.mission-box-li li span, ul.plan-section li span,
ul.location-section li p span {
    font-weight: bold;
    color: #163561;
    font-style: italic;
}

.location-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.plan-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.plan-section li:hover .location-box {
    background-color: #e0e0e0;
    cursor: pointer;
}



.our-location ul.nav.nav-tabs {
    justify-content: center;
    border: none;
    margin: 20px 0;
}

.our-location ul.nav.nav-tabs a.active {
    background: #163561;
    border: 2px solid #fa9746;
    border-radius: 10px;
    color: #fa9746;
    font-weight: bold;
}

.our-location ul.nav.nav-tabs a {
    background: #fff;
    border: 2px solid #fa9746;
    border-radius: 10px;
    color: #163561;
    font-weight: bold;
}

.our-location ul.nav.nav-tabs li:first-child {
    margin-left: 0;
}

.location-box label {
   display: block;
   padding: 10px;
   border: 1px solid #ccc;
   margin-bottom: 5px;
   cursor: pointer;
}

.location-box label:hover {
   background-color: #f5f5f5;
}

.location-box input[type="radio"] {
   display: none; /* Hide the actual radio buttons */
}

.location-box input[type="radio"]:checked + span {
   font-weight: bold; /* Style the selected plan */
}







.our-location ul.nav.nav-tabs li {
    margin-left: 15px;
}

/* about us css start */
section.about-us-section {
    padding: 50px 0;
    background: #fff;
}

.what-we-do-box {
    padding-top: 20px;
}

.what-we-do-box li {
    font-weight: 500;
}

.left-ct {
    text-align: left;
}

/* about us css end */
section#mission {
    background: #fbfbfb;
}

section.tnc-box {
    padding: 50px 0;
    background: #fafafa;
}

section.tnc-box ul li {
    font-size: 14px;
    margin: 0 0 5px;
    color: #333;
    font-weight: 300;
}

ul.condition-box li {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px;
}

.contact-banner {
    background: url('../images/tab-image/contact_banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.rising-banner {
      background: url('../images/tab-image/risingtab.jpg') no-repeat;
    background-size: cover;
    background-position: center center; 
}

.property-banner {
    background-size: cover;
    background-position: center center; 
}


.privacy-policy {
      background: url('../images/tab-image/risingtab.jpg') no-repeat;
    background-size: cover;
    background-position: center center; 
}


.term-conditions {
      background: url('../images/tab-image/risingtab.jpg') no-repeat;
    background-size: cover;
    background-position: center center; 
}

.navaltab {
    background: url('../images/tab-image/navalbagtabimg.jpg') no-repeat;
    background-size: cover;
    background-position: center center; 
}
.mission-banner {
    background: url('../images/tab-image/mission_banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.characteristics-banner {
    background: url('../images/tab-image/characteritcs_banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.packages-banner {
    background: url('../images/tab-image/packages_banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.team-banner {
    background: url('../images/tab-image/packages_banner-old.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}


section.tab-banner {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-heading h2 {
    text-shadow: 1px 2px 3px #333;
    color: #fff;
}

/* footer css start */
.footer {
    background: #163561;
    padding: 15px 0;
}

ul.footer-social-icon li i {
    color: #fff !important;
    font-size: 17px;
}

ul.footer-social-icon {
    display: flex;
    justify-content: center;
    margin: 0;
}

p.copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

/* footer css end */


.detailsbox {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}.detailsbox ul li {
    font-size: 16px;
    color: #333333;
    margin: 0;
}
section.details-section-box {
    padding: 30px 0;
}
p.location-name, p.location-tag {
    color: #163561;
    font-weight: bold;
    padding: 5px 0 10px;
    font-family: Century;
    font-size: 22px;
}
.magnific-img {
    display: inline-block;
    width: 19%;
    border: 2px solid #fff;
}
.magnific-img img {
  width: 100%;
  height: auto;
}
.mfp-bottom-bar,
* {
  font-family: Book Antiqua;
}
.magnific-img {
  display: inline-block;
  width: 24.5%;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}


.product-new-list-section ul li > img {
    width: 100%;
}
.product-new-list-section ul li {
    flex: 0 0 31%;
}
.product-new-list-section ul {
    display: flex;
}

.product-box.product-new-list-section ul li img {
    width: 100%;
}
.product-box.product-new-list-section ul li {
    flex: 0 0 31%;
}
.product-box.product-new-list-section ul li {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
    overflow: hidden;
}

.product-prime-img h6 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-shadow: 1px 2px 3px #333;
}
.product-prime-img {
    position: relative;
}
.product-desc-price {
    text-align: left;
    padding: 20px;
}

.product-desc-price h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.product-desc-price h6 {
    font-size: 18px;
    color: #8853ad;
}

ul.amenities-box li {
    margin: 0 0 8px;
    flex: 0 0 30%;
}
ul.amenities-box {
    display: flex;
    flex-wrap: wrap;
}
.prodcut-price h5 {
    font-size: 18px;
    padding: 20px 0 0;
}
.product-desc-price h6 i, ul.amenities-box li i { color:#f41111 }
.prodcut-price h5 span {
    font-size: 26px;
    color: #f41111;
    font-weight: bold;
    padding: 0px 5px;
}

.modal-backdrop {
    z-index: 0;
}

.modal-body form input {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    padding: 10px 0;
    font-size: 17px;
}

div#hotel-booking-modal-sticky-top {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
    text-align: center;
    padding: 25px ;
}
.product-desc { padding:50px 0; }
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media(max-width:991.9px){
    ul.team-img { display:block; }
}
@media(max-width:767.9px) {
    .product-box ul {
    display: block;
}.product-box-prime .desc-product h2 { font-size:22px; }
    .magnific-img { width:49%; }
    .our-location ul.nav.nav-tabs li {
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .our-location ul.nav.nav-tabs {
        display: block;
    }

    .brand-logo img {
        max-width: 50px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.custom-header {
        background: #fff;
    }

    .custom-header ul li a {
        color: #000 !important;
    }

    .location-section,
    ul.mission-box-li {
        display: block;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 26px;
    }

    .mision-vision-image img {
        max-width: 100%;
    }

    .scroll-banner-home h3 {
        font-size: 24px !important;
    }
}