@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'bariol_regularregular';
    src: url('../fonts/bariol_regular1-webfont.woff2') format('woff2'),
        url('../fonts/bariol_regular1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* html{overflow-x: hidden;} */

body {
    font-family: 'Montserrat' !important;
    overflow-x: hidden;
}

a,
button {
    outline: none;
}

.btn-default.pink-btn,
.pink-btn {
    background: #ad0132;
    padding: 8px 15px;
    border-radius: 0;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-default.pink-btn:hover,
.pink-btn:hover {
    text-decoration: none;
    color: #fff;
}

.btn-default.pink-btn :before,
.pink-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #850227;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-default.pink-btn:hover:before,
.pink-btn:hover:before,
.btn-default.pink-btn:focus:before,
.pink-btn:focus:before,
.btn-default.pink-btn:active:before,
.pink-btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-details-property-pink {
    border-radius: 12px;
}

.btn-details-property-pink :before,
.btn-details-property-pink:before {
    border-radius: 12px;
}

.btn-details-property-pink:hover:before,
.btn-details-property-pink:hover:before,
.btn-details-property-pink:focus:before,
.btn-details-property-pink:focus:before,
.btn-details-property-pink:active:before,
.btn-details-property-pink:active:before {
    border-radius: 12px;
}

.navbar-default {
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.navbar-default .navbar-brand {
    height: auto;
}

.navbar-default .navbar-nav {
    margin-top: 36px;
}

.navbar-default .navbar-nav>li>a {
    color: #0a1a72;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ad0132;
    background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ad0132;
    background: none;
}

.navbar-collapse.collapse {
    padding: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #ad0132;
}

.navbar-default .open>.dropdown-menu {
    display: none;
}

.navbar-default .navbar-nav>li:hover .dropdown-menu {
    display: block;
    border-radius: 0;
}

.navbar-default .navbar-nav>li .dropdown-menu>li>a {
    color: #0a1a72;
    font-size: 16px;
    padding: 5px 20px
}

.navbar-default .navbar-nav>li .dropdown-menu>li>a:hover {
    color: #ad0132;
}


.navbar-default .search {
    float: right;
    position: relative;
    width: 200px;
}

.navbar-default .search ::-webkit-input-placeholder {
    color: #444;
}

.navbar-default .search :-moz-placeholder {
    color: #444;
}

.navbar-default .search ::-moz-placeholder {
    color: #444;
}

.navbar-default .search :-ms-input-placeholder {
    color: #444;
}

.navbar-default .search p {
    color: #ad0132;
    font-size: 16px;
    text-align: right;
}

.navbar-form {
    padding: 0;
}

.navbar-form .form-group {
    position: relative;
    margin: 0 0 8px;
    width: 100%;
}

.navbar-form .form-control {
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: right;
    width: 100%;
    padding-right: 35px;
}

.navbar-form .form-control:focus {
    text-align: left;
}

.navbar-form .form-group .btn-default {
    background: none;
    border: none;
    box-shadow: none;
    padding: 5px 6px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}

.banner {
    position: relative;
}

.banner .image-sec {
    min-height: 550px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner .skdslider {
    height: 550px !important;
    overflow: visible;
}

.banner .slide-desc {
    position: absolute;
    top: 50px;
    left: 20%;
    padding: 0;
    bottom: inherit;
}

.banner .slide-desc.third {
    top: 150px;
    left: 35%;
}

.banner .slide-desc h2 {
    color: #0a1a72;
    margin: 0;
    font-size: 36px;
    font-family: 'Montserrat';
    text-transform: none;
}

.banner .slide-desc h2 span {
    display: block;
    margin-left: 80px;
}

.banner .skdslider a.play-control {
    display: none;
}

.banner .skdslider a.prev {
    background: url(../images/prev-w.png) center no-repeat;
    top: 50%;
    width: 50px;
    height: 96px;
    margin-top: -48px;
    left: 10px;
}

.banner .skdslider a.next {
    background: url(../images/next-w.png) center no-repeat;
    top: 50%;
    width: 50px;
    height: 96px;
    margin-top: -48px;
    right: 10px;
}

.banner .banner-title {
    position: absolute;
    top: 50px;
    left: 20%;
    color: #0a1a72;
    margin: 0;
    font-size: 36px;
    max-width: 500px;
}

.banner .banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
}

.banner .banner-caption label {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px;
    font-weight: 400;
}

.banner .banner-caption .form-group.cal {
    position: relative;
}

.banner .banner-caption .form-control {
    border: none;
    border-radius: 0;
    height: auto;
    padding: 8px 12px;
}

.banner .banner-caption .dropdown .btn-default {
    padding: 8px 12px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    text-align: left;
    position: relative;
    border: none;
    outline: none;
}

.banner .banner-caption .dropdown .btn-default .caret {
    position: absolute;
    right: 12px;
    top: 16px;
}

.banner .banner-caption .dropdown .dropdown-menu {
    width: 100%;
}

.banner .banner-caption .form-group.cal .form-control {
    padding-right: 35px;
}

.banner .banner-caption .form-group.cal .cal-img {
    position: absolute;
    top: 8px;
    right: 8px;
}

.banner .banner-caption .btn-default {
    padding: 8px 30px;
}

.banner .banner-caption .btn-default img {
    vertical-align: -1px;
    margin: 0 0 0 5px;
}

#gallery-wrapper {
    height: 550px;
    text-align: center;
}

.kSlideshowWrapper {
    width: 60%;
    height: 550px;
    float: left;
    overflow: hidden;
}

.kThumbnailsWrapper {
    width: 40%;
    height: 550px;
    margin: 0 auto;
    float: left;
}

.kSlideshowItemDiv {
    width: 100%;
    height: 550px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.kThumbnailsInnerWrapper {
    height: 550px;
    width: 100%;
}

.kThumbnailsPage {
    width: 100%;
    text-align: left;
    height: 550px;
    background: #000;
}

.kThumbnailsPage img {
    padding: 0;
    margin: 0;
    width: 50%;
    height: 33.444%;
    opacity: 0.5;
}

.kThumbnailsPage .selectedThumbnail {
    opacity: 1;
}

.kSlideshowItemDiv img {
    z-index: 400;
}


/*.banner .skdslider a.prev{background:rgba(255,255,255,0.8) url(../images/prev.png) center no-repeat;top:50%;width:70px;height:116px;margin-top:-58px;left:0;}
.banner .skdslider a.next{background:rgba(255,255,255,0.8) url(../images/next.png) center no-repeat;top:50%;width:70px;height:116px;margin-top:-58px;right:0;}*/

.main-title {
    margin: 0 0 30px;
    text-align: center;
}

.main-title h3 {
    padding: 0 0 25px;
    margin: 0;
    position: relative;
    color: #ad0132;
    font-size: 30px;
    text-transform: uppercase;
}

.main-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #ad0132;
    margin-left: -20px;
}

.second-title {
    margin: 0 0 30px;
}

.second-title h3 {
    padding: 0;
    margin: 0;
    position: relative;
    color: #0a1a72;
    font-size: 26px;
}

.who-wrap {
    padding: 30px 0;
}

.who-wrap .who-text p {
    font-size: 18px;
    color: #777;
    margin: 0 0 15px;
}

.who-wrap .who-text .common-link {
    color: #ad0132;
}

.who-wrap .who-text .common-link:hover {
    color: #ec0245;
}

.text {
    margin: 0 0 40px;
}

.text p {
    font-size: 18px;
    color: #777;
    margin: 0 0 15px;
}

.text .common-link {
    color: #ad0132;
}

.text .common-link:hover {
    color: #ec0245;
}

.text .time-tag {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.text .share {
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.text .time-tag a,
.text .share a {
    font-size: 16px;
}

.text .share a .fa {
    margin: 0 0 0 5px;
    font-size: 14px;
}

.heaven-wrap {
    padding: 30px 0;
}

.listing-wrap {}

.listing-wrap .list-block {
    margin: 0 0 30px;
}

.listing-wrap .list-block:after {
    clear: both;
    display: block;
    content: '';
}

.listing-wrap .list-block .list-img {
    float: left;
    height: 230px;
    width: 310px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.listing-wrap .list-block .list-img img {
    transition: all .5s ease-in-out;
}

.listing-wrap .list-block:hover .list-img img {
    transform: scale(1.15);
    opacity: 0.7;
}

.listing-wrap .list-block .list-detail {
    margin-left: 330px;
    min-height: 230px;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}

.listing-wrap .list-block:first-child .list-detail {
    border-top: solid 1px #ccc;
}

.listing-wrap .list-block .list-detail .list-title {
    margin: 0 0 20px;
    font-size: 30px;
    color: #ad0132;
}

.listing-wrap .list-block .list-detail .list-title a {
    color: #ad0132;
    text-decoration: none;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.listing-wrap .list-block .list-detail .list-title a:hover {
    color: #ec0245;
}

.listing-wrap .list-block .list-detail .list-text {
    font-size: 18px;
    color: #555;
    margin: 0 0 20px;
}

.listing-wrap .list-block .list-detail .list-btn {
    background: #ad0132;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
}

.listing-wrap .list-block .list-detail .pink-btn {
    min-width: 180px;
    color: #fff;
}

.service-wrap {
    padding: 30px 0;
}

.grid-block {
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 30px;
}

.grid-block.small {
    padding-bottom: 0;
}

.grid-block .grid-img {
    position: relative;
    height: 270px;
    overflow: hidden;
    background: #000;
}

.grid-block.small .grid-img {
    height: 200px;
}

.grid-block .grid-img img {
    transition: all .5s ease-in-out;
}

.grid-block:hover .grid-img img {
    transform: scale(1.15);
    opacity: 0.7;
}

.grid-block .grid-caption {
    position: absolute;
    bottom: 0;
    right: 40px;
    left: 40px;
    background: #fff;
    padding: 10px;
}

.grid-block.small .grid-caption {
    right: 20px;
    left: 20px;
    padding: 7px 10px;
}

.grid-block .grid-caption .grid-title {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 20px;
    color: #ad0132;
    background: url(../images/erow.png) 0px 6px no-repeat;
}

.grid-block.small .grid-caption .grid-title {
    font-size: 16px;
    background: url(../images/erow.png) 0px 3px no-repeat;
}

.grid-block .grid-caption .grid-title a {
    color: #ad0132;
    text-decoration: none;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.grid-block.small .grid-caption .grid-title a {
    height: 16px;
}

.grid-block .grid-caption .grid-title a:hover {
    color: #ec0245;
}

.grid-block .grid-caption .grid-link {
    color: #555;
    font-size: 16px;
    text-decoration: none;
}

.grid-block .grid-caption .grid-link:hover {
    color: #222;
}

.grid-block .grid-caption p {
    color: #555;
    font-size: 16px;
    margin: 0;
}


.slider-wrap {
    overflow: hidden;
    padding: 30px 0;
}

.slider-block .owl-carousel .owl-stage-outer {
    overflow: inherit;
    position: relative;
}

.slider-block .owl-carousel .owl-stage-outer:before,
.slider-block .owl-carousel .owl-stage-outer:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1500px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.slider-block .owl-carousel .owl-stage-outer:before {
    left: 100%;
}

.slider-block .owl-carousel .owl-stage-outer:after {
    right: 100%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 96px;
    margin-top: -48px;
    text-indent: -60px;
    overflow: hidden;
    opacity: 0.7;
    z-index: 2;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -70px;
    background: url(../images/prev.png) no-repeat;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -70px;
    background: url(../images/next.png) no-repeat;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    opacity: 1;
}

.slider-block {
    padding: 0 70px;
}

.slider-block .grid-block {
    margin: 0;
    padding: 0;
}

.slider-block .grid-block .grid-img img {
    width: 100%;
    height: 100%;
}

.slider-block .grid-block .grid-caption {
    top: 0;
    left: 0;
    right: 60px;
    bottom: inherit;
}

.slider-wrap .slide-filter {
    padding: 15px 0 0;
}

.slider-wrap .slide-filter:after {
    clear: both;
    display: block;
    content: '';
}

.slider-wrap .slide-filter .title {
    color: #ad0132;
    margin: 0 30px 10px 0;
    float: left;
}

.slider-wrap .slide-filter label {
    color: #ad0132;
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: 0px;
    font-weight: 400;
    cursor: pointer;
}

.slider-wrap .slide-filter input[type=radio] {
    display: none;
    margin: 10px;
}

.slider-wrap .slide-filter input[type=radio]+span {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    border-radius: 50%;
    border: solid 2px #bbb;
    margin: 0 5px 0 0;
}

.slider-wrap .slide-filter input[type=radio]:checked+span {
    background-color: #ad0132;
    border-color: #ad0132;
}



.footer {
    background: #f8f8f8;
    padding: 30px 0 0;
}

.footer .foot-title {
    color: #0a1a72;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px;
}

.footer .foot-link {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.footer .foot-link li {
    display: block;
}

.footer .foot-link li a {
    display: block;
    color: #777;
    font-size: 16px;
    text-decoration: none;
    transition: all .53s ease-in-out;
}

.footer .foot-link li a:hover {
    color: #444;
}

.footer .foot-text {
    color: #777;
    font-size: 16px;
    margin: 0 0 15px;
}

.footer .social {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.footer .social li {
    display: inline-block;
    margin-left: 10px;
}

.footer .social li:first-child {
    margin-left: 0;
}

.footer .social li a {
    display: block;
    width: 35px;
    height: 35px;
    opacity: 0.7;
    transition: all .3s ease-in-out;
}

.footer .social li a:hover {
    opacity: 1;
}

.footer .copyright {
    background: #fff;
    padding: 30px 0;
}

.footer .copyright a {
    color: #ad0132;
    margin: 0 0 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.footer .copyright a:hover {
    color: #ec0245;
}

.footer .copyright p.copy {
    color: #333;
    margin: 0;
}

.footer .copyright p.copy a:first-child {
    margin: 0 0 0 100px;
}

.footer .copyright p.copy a:last-child {
    margin: 0 0 0 20px;
}

.subscribe-form {
    margin: 0 0 20px;
}

.subscribe-form .input-group .form-control,
.footer .subscribe-form .input-group-btn {
    box-shadow: none;
}

.subscribe-form .input-group-btn .btn {
    background: #0a1a72;
    color: #fff;
    text-transform: uppercase;
    border-color: #0a1a72;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.subscribe-form .input-group-btn .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2337a8;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.subscribe-form .input-group-btn .btn:hover:before,
.footer .subscribe-form .input-group-btn .btn:focus:before,
.footer .subscribe-form .input-group-btn .btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.service-wrap {
    padding: 30px 0;
}

.menu-wrap {
    padding: 0 0 30px;
}

.menu-wrap .menu-banner {
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px;
}

.menu-wrap .menu-banner.cen {
    min-height: 250px;
    background-position: 50% 58%;
}

.menu-wrap .text p {
    font-size: 18px;
    color: #777;
    margin: 0 0 15px;
}

.menu-wrap .text .common-link {
    color: #ad0132;
}

.menu-wrap .text .common-link:hover {
    color: #ec0245;
}

.menu-wrap .menu-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #0a1a72;
    text-align: center;
    max-width: 600px;
    margin: 30px auto;
    font-weight: 700;
}

.menu-wrap .menu-list {
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.menu-wrap .menu-list li {
    display: block;
    text-align: center;
    color: #777;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.menu-wrap .menu-list li.sub-title {
    display: block;
    text-align: center;
    color: #0a1a72;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-wrap {
    margin: 30px 0;
    text-align: center;
}

.btn_bottom_zero .btn-wrap {
    margin-bottom: 0;
}

.menu-wrap.mar_zero .menu-banner {
    margin-bottom: 0;
}

.video-wrap {
    padding: 30px 0 50px;
}

.video-wrap .video-block {
    width: 100%;
}

.who-wrap .who-text.about .about-img {
    float: right;
    margin: 0 0 10px 20px;
    width: 350px;
}

.who-wrap .who-text .about-cont {
    margin: 30px 0;
}

.who-wrap .who-text .about-cont .cont-title {
    color: #ad0132;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.who-wrap .who-text .about-cont p {
    color: #ad0132;
    font-size: 18px;
    margin: 0 0 5px;
}


.page-block {
    margin: 0 0 30px;
}

.page-block.top {
    border-bottom: solid 1px #ddd;
}

.page-block.bot {
    margin: 30px 0 0;
}

.page-block:after {
    clear: both;
    display: block;
    content: '';
}

.page-block .search-drop {
    float: left;
    position: relative;
}

.page-block .search-drop .btn-default {
    min-width: 200px;
    text-align: left;
    position: relative;
    border-radius: 0;
    color: #ad0132;
    font-size: 16px;
    text-transform: uppercase;
    background: #f5f5f5;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: #ad0132;
    color: #fff;
    border-color: #ad0132;
}

.page-block .search-drop .btn .caret {
    position: absolute;
    top: 15px;
    right: 12px;
}

.page-block .search-drop .open>.dropdown-menu {
    width: 100%;
    border-radius: 0;
}

.page-block .search-drop .dropdown-menu>li>a {
    font-size: 16px;
    text-transform: uppercase;
}

.page-block .search-drop .dropdown-menu>li>a:hover {
    background: #ad0132;
    color: #fff;
}

.page-block .search-drop .dropdown-menu>li.active>a {
    background: #ad0132;
    color: #fff;
}

/* samundar stop this css for pagination show in center 30 aug 2022 */
/* .page-block .pagination{float:right;margin:0;} */
/* samundar end */

/* samundar stop this css for pagination show in center 30 aug 2022 */
/* .page-block .pagination>li>a, .pagination>li>span{border:none;padding:6px;background:none;font-size:18px;color:#666;} */
.page-block .pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 22px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0a1a72;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    font-size: 15px;
}

.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #0a1a72;
    background-color: #eee;
    border-color: #ddd;
}

.page-block .pagination>.active>a,
.page-block .pagination>.active>a:focus,
.page-block .pagination>.active>a:hover,
.page-block .pagination>.active>span,
.page-block .pagination>.active>span:focus,
.page-block .pagination>.active>span:hover {
    background: #0a1a72;
    color: white;
    font-weight: 600;
}

/* samundar end */

/* samundar comment this css for color change pagination 30 aug 2022  */
/* .page-block .pagination>.active>a, .page-block .pagination>.active>a:focus, .page-block .pagination>.active>a:hover, .page-block .pagination>.active>span, .page-block .pagination>
.active>span:focus, .page-block .pagination>.active>span:hover{background:none;color:#850227;font-weight:600;} */

.filter-block {
    margin: 0 0 30px;
}

.filter-block .filter-title {
    font-weight: 700;
    color: #666;
    margin: 0 0 15px;
}

.filter-block label {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    margin: 0;
}

/* .filter-block input[type=checkbox]{vertical-align:-2px;margin:0 5px 0 0;} */

.property-map {
    padding: 50px 0;
}

.property-map .map {
    position: relative;
    overflow: hidden;
    min-height: 450px
}

.insta-wrap {
    padding: 50px 0;
}

.insta-wrap .insta-row {
    margin: 0 -5px;
}

.insta-wrap .insta-row:after {
    clear: both;
    display: block;
    content: '';
}

.insta-wrap .insta-img {
    float: left;
    padding: 0 5px;
    margin: 0 0 10px;
}

.insta-wrap .insta-img.big {
    width: 60%;
}

.insta-wrap .insta-img.small {
    width: 20%;
}

.insta-wrap .insta-img .img {
    position: relative;
    overflow: hidden;
}

.insta-wrap .insta-img.big .img {
    height: 410px;
}

.insta-wrap .insta-img.small .img {
    height: 130px;
}

.gray-box {
    padding: 50px 0;
    background: #f5f5f5;
}

.white-box {
    padding: 50px 0;
    background: #fff;
}

.alert {
    font-size: 18px;
    margin: 0 auto 30px;
    background: #fff;
    border: solid 1px #ddd;
    padding-right: 50px;
    overflow: hidden;
    position: relative;
    max-width: 600px;
    text-shadow: 1px 1px 2px #fff;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
}

.alert strong {
    color: #ad0132;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56px;
    color: #FFF;
    opacity: 1;
    background: #ad0132;
    text-shadow: none;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    text-shadow: 1px 1px 1px #111;
}

/* samundar add new css for addtional information title 28 sep 2022 */
.blue-title-new {
    font-size: 17px;
    color: #0a1a72;
    margin: 0 0 10px;
    font-weight: 600;
}

/* samundar end */

.blue-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #0a1a72;
    margin: 0 0 10px;
    font-weight: 600;
}

.blue-title.capit {
    text-transform: capitalize;
    margin: 0 0 5px;
}

p.desc {
    display: block;
    color: #777;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 30px;
}

ul.desc-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

ul.desc-list li {
    display: block;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.availabel-wrap {
    padding: 30px 0 50px;
}

.calendar-wrap {
    margin: 0 0 30px;
}

.availabel-wrap .disp-action label {
    margin: 0 0 0 30px;
}

.availabel-wrap .disp-action label:first-child {
    margin: 0;
}

.availabel-wrap .disp-action span {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: -2px;
    line-height: 14px;
}

.availabel-wrap .disp-action span.book {
    background: #0a1a72;
}

.availabel-wrap .disp-action span.unavailable {
    background: #0a1a72;
    text-align: center;
    color: #fff;
}

.availabel-wrap .disp-action span.available {
    background: #aaa;
}

#months {
    margin: 0 -10px 20px;
    padding: 0;
    list-style: none;
}

#months:after {
    clear: both;
    display: block;
    content: '';
}

#months li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}

#calendar {
    margin: 0 auto 20px;
}

#calendar table {
    width: 100%;
}

#calendar table thead tr th {
    height: 27px;
}

#calendar table td {
    height: 34px;
}

//#calendar table td a { margin: 0px; }
#calendar table td a {
    margin: 0px;
    color: #666;
}

#calendar {
    position: relative;
    margin-bottom: 30px;
}

#calendar .arrow {
    position: absolute;
    top: 0;
    padding: 14px 10px;
    line-height: 10px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #333;
}

#calendar .arrow:hover {
    color: #ad0132;
}

#calendar .arrow.left {
    left: 0;
}

#calendar .arrow.right {
    right: 0;
}

#calendar #months h4 {
    text-align: center;
    margin-bottom: 10px;
}

#calendar table {
    color: #666;
    font-size: 11px;
}

#calendar table thead tr {
    border-right: 1px solid #f9f9f9;
}

#calendar table thead tr th {
    background: #ad0132;
    border-bottom: 4px solid #f9f9f9;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

#calendar table td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    color: #c0c0c0;
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: line-through;
    background: #0a1a72;
}


/* #calendar table td:hover{background: #0a1a72;} */

#calendar table td.none {
    background: #eee;
}

#calendar table td.none:hover {
    background: #eee;
}

#calendar table td.available.active {
    background: #ddd;
    color: #666;
    text-decoration: none;
}


#calendar table td.available.active:hover {
    background: #ddd;
}

//#calendar table td.available{ background: #0a1a72;color: #fff;text-decoration: none;}
#calendar table td.available {
    background-color: #eee;
    color: #fff;
    text-decoration: none;
}

//#calendar table td.available:hover{ background: #0a1a72;}
#calendar table td.available:hover {
    background: #eee;
}

//#calendar table td.available a { display: block; color: #fff;text-decoration: none;}
calendar table td.available a {
    display: block;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

#calendar table td.booked,
#property_show #calendar table td.reserved.owner {
    background: #10acc6;
    color: #fff;
    text-decoration: none;
}

/* #calendar table td.hover.available { background: rgba(10,26,114,0.8); } */
/* #calendar table td.hover.available a { color: #fff; } */

#calendar table td.active a {
    font-weight: bolder;
    color: #666;
}

.result-wrap {
    border: solid 1px #eee;
    padding: 15px;
    margin: 30px 0;
}

.result-wrap label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
    text-transform: uppercase
}

.result-wrap .date {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 14px;
}

.result-wrap .date strong {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 14px;
}

.result-wrap span {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    margin: 0;
    line-height: 14px;
}

.result-wrap .curr-tag {
    background: #ad0132;
    color: #fff;
    padding: 3px 6px;
    font-weight: 700;
    font-size: 10px;
    text-shadow: 1px 1px 1px #999;
    text-transform: uppercase;
}

.result-wrap .curr-tag a {
    color: #fff;
    text-decoration: none;
}

.result-wrap .result {
    margin: 0 -3px;
    padding: 0;
    list-style: none;
}

.result-wrap .result:after {
    clear: both;
    display: block;
    content: '';
}

.result-wrap .result li {
    width: 25%;
    float: left;
    padding: 0 3px;
    text-align: center;
}

.result-wrap .result li p {
    display: block;
    margin: 0;
    border: solid 1px #eee;
}

.result-wrap .result li p span {
    font-size: 14px;
    display: block;
    line-height: 28px;
    color: #666;
    text-shadow: 1px 1px 2px #eee;
    background: #f5f5f5;
}

.result-wrap .result li p span.data {
    background: #ad0132;
    color: #fff;
    padding: 2px 4px;
    text-shadow: 1px 1px 2px #666;
}



.who-wrap .contact-detail address {
    margin: 0 0 30px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.who-wrap .contact-detail address .name {
    font-size: 18px;
    margin: 0 0 20px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.who-wrap .contact-detail address span {
    display: block;
    font-size: 16px;
    text-transform: none;
    color: #ad0132;
    margin: 0 0 5px;
}

.who-wrap .contact-detail address a {
    color: #ad0132;
}

.who-wrap .contact-form .form-control {
    border-radius: 0;
    height: auto;
    padding: 10px 15px;
    box-shadow: none;
}

.sidebar {}

.sidebar .sidebar-title {
    margin: 0 0 20px;
    font-size: 24px;
    color: #0a1a72;
}

.sidebar .sidebar-title span {
    font-size: 16px;
}

.sidebar .sidebar-block {
    margin: 0 0 30px;
}

.similar-property {
    background: #f9f9f9 url(../images/map-world.png) center no-repeat;
    background-size: cover;
    margin: 0 0 30px;
    padding: 15px;
    border: solid 1px #ddd;
}

.similar-property .sidebar-title {
    text-transform: uppercase;
    margin: 0;
}

.similar-property .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.similar-property .sidebar-block {
    margin: 0;
}

.similar-property hr {
    border-top: solid 1px #ddd;
}

.similar-property .more-btn {
    text-align: center;
}

.sidebar .sidebar-block .property-list {
    margin: 0 0 15px;
    background: #f5f5f5;
    border: solid 1px #eee;
    padding: 10px;
}

.sidebar .sidebar-block .property-list:after {
    clear: both;
    display: block;
    content: '';
}

.sidebar .sidebar-block .property-list .prop-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}

.sidebar .sidebar-block .property-list .prop-img img {
    width: 100%;
    height: 100%;
}

.sidebar .sidebar-block .property-list .prop-desc {
    margin-left: 80px;
}

.sidebar .sidebar-block .property-list .prop-desc .prop-title {
    font-size: 16px;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #333;
    line-height: 18px;
}

.sidebar .sidebar-block .property-list .prop-desc .prop-title a {
    color: #333;
    text-decoration: none;
}

.sidebar .sidebar-block .property-list .prop-desc .prop-title a:hover {
    color: #ad0132;
}

.sidebar .sidebar-block .property-list .prop-desc p {
    font-size: 14px;
    color: #666;
    line-height: 16px;
}

.sidebar .sidebar-block .property-list .prop-desc .more-link {
    color: #ad0132;
    text-decoration: none;
    font-size: 14px;
}

.sidebar .sidebar-block .property-list .prop-desc .more-link:hover {
    color: #ec0245;
}

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

.modal-header,
.modal-footer {
    background: #eee;
}

.modal-header .modal-title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}

.modal-header .modal-title span {
    font-size: 18px;
    margin: 0 0 0 10px;
}

.modal-body {}

.modal-body label {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px;
    font-weight: 400;
}

.modal-body .form-group.cal {
    position: relative;
}

.modal-body .form-control {
    border-radius: 0;
    height: auto;
    padding: 6px 12px;
}

.modal-body textarea {
    min-height: 100px;
}

.modal-body .dropdown .btn-default {
    padding: 6px 12px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    text-align: left;
    position: relative;
    outline: none;
}

.modal-body .dropdown .btn-default .caret {
    position: absolute;
    right: 12px;
    top: 16px;
}

.modal-body .dropdown .dropdown-menu {
    width: 100%;
}

.modal-body .form-group.cal .form-control {
    padding-right: 35px;
}

.modal-body .form-group.cal .cal-img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.modal-footer .logo {
    float: left;
    margin: 0 15px 0 0;
}

.modal-footer .logo img {
    width: 90px;
}

.page-content {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    background: url(../images/holiday.png) bottom center no-repeat;
    min-height: 600px;
}

.page-content .logo {
    text-align: center;
}

.page-content .logo a {
    display: inline-block;
    margin: 0 0 30px;
}

.page-content h1 {
    font-size: 100px;
    line-height: 100px;
    margin: 0;
    font-family: open sans;
    font-weight: 800;
    color: #ad0132;
}

.page-content h3 {
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 5px;
    color: #333;
    text-transform: uppercase;
    font-family: open sans;
    font-weight: 600;
    padding: 0 15px;
}

.page-content p {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    color: #333;
    font-weight: 400;
    font-family: open sans;
    padding: 0 15px;
}

.page-content .clearfix {
    height: 300px;
}

.page-content .pink-btn {
    padding: 7px 30px;
    font-family: open sans;
    font-weight: 600;
}

.price_row {
    margin-bottom: 4px;
}

.menu-wrap.menu-wrap-acoomation .menu-banner {
    min-height: 560px !important;
}

.menu-wrap .menu-banner img {
    width: 100%;
}



/* PAV css start */

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.main-heading-title {
    font-size: 30px;
    color: #ad0132;
    margin-bottom: 20px;
}

.description {
    margin: 0;
}

.description .blue-title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 12px 0;
    letter-spacing: 1px;
}

.show-more-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.show-more {
    font-weight: 600;
    color: #0a1a72;
    text-decoration: underline;
    font-size: 16px;
}

.dec-text {
    font-size: 18px;
    color: #777777;
    text-transform: capitalize;
    width: calc(100% - 24px);
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d-inline-block {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
}

.d-flex {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.dec-icon {
    color: #777777;
    font-size: 18px;
    margin-right: 8px;
}

.fa-building.dec-icon {
    font-size: 16px;
}

.right-side-wrapper {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 1.25rem 0px;
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
}

.date-box {
    border: 1px solid #777777;
    border-radius: 10px;
}

.date-select {
    display: flex;
    border-bottom: 1px solid #777777;
}

.start-date-new,
.end-date-new {
    width: 50%;
    padding: 10px 15px;
    font-size: 16px;
}


.end-date {
    border-left: 1px solid #777777;
}


.guest-main {
    padding: 10px 15px;
    font-size: 16px;
}

.guest-select {
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #777777;
    text-decoration: none !important;
}

.guest-main .dropdown-menu {
    width: 100%;
}

.date-input {
    width: 100%;
    border: none;
    color: #808080;
}

.date-input:focus {
    border: none;
    outline: none;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.btn-red {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 50px;
    background: #ad0132;
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid #ad0132;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #fff;
    color: #ad0132;
}

.contact-detail-icon {
    width: 20px;
    height: 20px;
    fill: #777777;
    margin-right: 8px;
}

.mb-2 {
    margin-bottom: 10px;
}

.contact-us {
    padding: 15px;
}

.contact-us-question {
    margin-bottom: 20px;
}

.w-100 {
    width: 100%;
}

.mt-3 {
    margin-top: 20px;
}

.custum-row {
    display: flex;
    flex-wrap: wrap;
}

.feature-title {
    padding: 0 0 5px 0;
    color: #ad0132;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 3px solid;
    display: inline-block;
}

.feature-section.gray-box {
    padding: 30px 0;
}

.feacture-icon {
    fill: #0a1a72;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.feature-section ul.desc-list {
    padding-left: 25px;
}

.summery {
    margin: 10px 0 0;
}

.summery li {
    margin-bottom: 10px;
}

.bg-none {
    background: unset !important;
}

.custum-header {
    background: #fff;
    padding: 18px;
    position: relative;
    border-top: 4px solid #ad0132;
}

.custum-header h3 {
    color: #ad0132;
    margin: 0;
}

.custum-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.custum-header .close .fa-times {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

/* Search box css start */
.search-list-block {
    margin-bottom: 30px;
}

.list-box-detail {
    background: #0a1a72;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.list-img-box {
    height: 250px;
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.list-img-box2 {
    height: 200px;
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
}

.list-image {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    object-fit: cover;
}

.list-badge {
    border-radius: 50%;
    /* background: #0a1a72; */
    background: #ad0132;
    color: #fff;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px;
    font-size: 12px;
}

.list-badge h4 {
    margin: 0;
    font-weight: 600;
}

.m-0 {
    margin: 0;
}

.list-title a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    display: block;
    /* margin-bottom: 5px; */
}

.list-title a:hover,
.list-title a:focus {
    color: #ad0132;
    text-decoration: none;
}

.list-image:hover {
    transform: scale(1.15);
    opacity: 0.7;
}

.list-icon {
    font-size: 20px;
    color: #fff;
    margin-right: 6px;
}

.list-icon-similar {
    font-size: 20px;
    color: #0a1a72;
    margin-right: 6px;
}

.mb-1 {
    margin-bottom: 5px;
}

.list-sub-title {
    font-size: 18PX;
}

.filter-dropdown .dropdown-menu {
    background: #fff;
    color: #000;
    border: none;
    font-size: 18px;
    text-transform: capitalize;
    min-width: 200px;
    max-width: 200px;
    width: 100%;
    margin-top: 5px;
}

.filter-dropdown .dropdown-item {
    padding: 8px 15px;
}

.filter-dropdown .dropdown-item:hover {
    background-color: #ddd;
}

.filter-block input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
}

.filter-block .dropdown-item label {
    font-size: 18px;
}

.filter-dropdown .dropdown-item label {
    display: flex;
    align-items: center;
}

.filter-dropdown .filter-btn {
    background-color: #0a1a72;
    border: 2px solid #0a1a72;
    font-weight: 600;
    padding: 8px 25px;
    font-size: 18px;
    border-radius: 8px;
}

.filter-dropdown .filter-btn:hover,
.filter-dropdown .filter-btn:focus,
.filter-dropdown .open>.dropdown-toggle.btn-primary:focus,
.filter-dropdown .open>.dropdown-toggle.btn-primary:hover {
    background-color: #fff;
    color: #0a1a72;
    border: 2px solid #0a1a72;
    outline: none;
    box-shadow: none;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.service-wrap .filter-block .filter-title {
    margin: 0;
}

/* Search box css end*/

.booking-details {
    padding: 18px 0;
}

.booking-details-item {
    /* width: 50%; */
    color: #333;
    font-size: 16px;
}

.booking-details-item.left {
    width: 40%;
}

.booking-details-total {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.booking-details-total span {
    font-size: 16px;
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.feature-section .feature-item {
    justify-content: center;
}

/* PAV css end */



/* samundar add css for Pagination SHow in center 30 aug 2022 start  */
.Pagination-Center {
    text-align: center;
    clear: both;
}

.booking-error-message {
    color: red;
    font-size: 21px;
    font-weight: 600;
}

.home-detail-icon {
    width: 41px;
    height: 57px;
    margin-right: 13px;
    margin-left: 13px
        /* border-top: 2px solid; */
}

.border-b {
    border-bottom: 1px solid #777777;
}

.mb-3 {
    margin-bottom: 35px;
}

.mb-16 {
    margin-bottom: 16px;
    font-size: initial;
}

/* sjr add for set margon buttom 21 dec 2022 */
.mb-45 {
    margin-bottom: 45px;
    font-size: initial;
}

p.owner {
    display: block;
    color: white;
    font-weight: 400;
    font-size: 25px;
    margin: 30px 0 30px;
}

.Nextaway-icon {
    /* fill: #0a1a72; */
    /* width: 51px;
    height: 62px; */
    /* margin-right: 55px; */
    margin: auto;
    margin-bottom: 20px;
}

/* sjr end */

.mb-30 {
    margin-bottom: 30px;
    /* font-size: initial; */
}

.mt-13 {
    margin-left: 13px;
}

.mt-32 {
    margin-left: 32%;
}

.FontSize-large {
    font-size: -webkit-xxx-large;
}

.hr-Custom {
    width: 100% !important;
    box-sizing: content-box !important;
    height: 0 !important;
    overflow: visible !important;
    border-top: 1px solid #9a9a9a !important;
}

.hosp-ser-list {
    min-height: 115px;
}

.Other-icon {
    /* fill: #0a1a72; */
    width: 33px;
    height: 36px;
    margin-right: 8px;
    object-fit: contain;
}

.Feature-icon-new {
    /* fill: #0a1a72; */
    width: 100px;
    height: 45px;
    margin-right: 8px;
    margin: auto;
}

.Feature-Fill {
    fill: #ccc;
    /* samundar add for cross line in image  */
    background: linear-gradient(to top right, #f5f5f5 calc(49% - 1px), #cccccc, #f5f5f5 calc(50% + 1px));
}

/* samundar add css for Pagination SHow in center 30 aug 2022 end */
/* PAV properties start */
.properties-slider {
    padding: 50px 0;
}

.properties-item .properties-items {
    border-radius: 5px;
    padding: 5px;
}

.properties-item .properties-items:hover,
.properties-item .properties-items:focus {
    /* background-color: #f8f8f8; */
    background-color: #eee;

}

.properties-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.properties-img {
    height: 180px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.properties-facility {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px;
}

.properties-title {
    color: #33336c;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 40px; */
}

.properties-item:hover {
    text-decoration: none;
}

.properties-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
.properties-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    color: #717171;
    width: 48px;
    height: 48px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #908f8f;
    background-position: center;
    background-size: 20%;
    display: block !important;
    background-color: #fff;
}

.properties-slider .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 15px;
}

.mb-4 {
    margin-bottom: 16px;
}

.properties-heading h3 {
    color: #0a1a72;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}

.seeall-btn {
    background-color: #fff;
    border-color: #0a1a72;
    box-shadow: inset 0 0 0 1px #0a1a72;
    color: #0a1a72;
    text-shadow: none;
    transition: all .25s ease-in-out;
    line-height: 24px;
    border-radius: 100px;
    min-width: 100px;
    min-height: 40px;
    font-size: 16px;
    font-weight: 600;
}

.seeall-btn:hover,
.seeall-btn:focus {
    background-color: #0a1a72;
    color: #fff;
}

/* samundar add for icon hide */
.ShowMoreIcons {
    display: none;
}

/* PAV properties end */
.custom-border-left {
    border-left: 1px solid #e0d1d1;
}

/* dup css starts  27 dec 2022*/
.owners-section {
    /* add new image 28 dec 2022 */
    background-image: url('../images/Villa_Owners-banner-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.owners-section:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
}

.book-form-new {
    /* add new image 28 dec 2022 */
    background-image: url('../images/REQUEST_MORE _INFOMATION.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.book-form-new:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.4); */
}

.justify-content-center {
    justify-content: center;
}

.detail-image-block {
    height: 500px;
    overflow: hidden;
}

.detail-image-block img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.font-20 {
    font-size: 20px !important;
}

/* dup css ends  */

@media (max-width:1400px) {
    .filter-dropdown .dropdown-menu {
        right: 0;
        left: unset;
    }

    .properties-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -25px;
    }


    .properties-slider .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -25px;
    }
}

@media (max-width:1200px) {
    .navbar-default .search {
        width: 160px;
    }

    .custom-border-left {
        border-left: 0px;
    }
}

@media all and (max-width:991px) {

    .details-left-side {
        width: 100%;
    }

    .details-left-side .description {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .details-left-side .description .blue-title {
        text-align: center;
        margin: 0 0 10px;
    }

    .details-left-side .description .desc {
        font-size: 16px;
        margin: 0 0 18px;
    }

    .details-left-side .description br {
        display: none;
    }

    .details-left-side .description span {
        font-size: 16px !important;
        margin: 0 0 6px !important;
        display: block;
    }

    .detail-image-block {
        height: auto;
    }

    .type-of-serv-block {
        margin-top: 0;
    }

    .type-of-serv-grid {
        margin-top: 20px;
    }

    .type-of-serv-block .description .blue-title {
        margin: 0;
        padding: 6px 0;
        font-size: 20px;
    }
}

@media (max-width:990px) {
    .navbar-default .navbar-brand img {
        width: 100px;
    }

    .navbar-default .search {
        width: 150px;
    }

    .navbar-default .search p {
        font-size: 14px;
    }

    .navbar-form .form-group {
        margin: 0;
    }

    .navbar-default .navbar-nav {
        margin-top: 26px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 15px 8px;
        font-size: 14px;
    }

    .service-wrap .grid-block .grid-caption {
        right: 20px;
        left: 20px;
    }

    .who-wrap .who-text.about .about-img {
        width: 300px;
    }

    .kSlideshowWrapper {
        width: 100%;
        height: 550px;
    }

    .kThumbnailsWrapper {
        width: 100%;
        height: 100px;
    }

    .kThumbnailsPage {
        height: 100px;
    }

    .kThumbnailsPage img {
        width: 16.666666%;
        height: 100%;
    }

    .kThumbnailsWrapper .kThumbnailsNextPage {
        top: 50%;
        width: 40px;
        height: 60px;
        margin-top: -30px;
        background-size: 20px;
    }

    .kThumbnailsWrapper .kThumbnailsPrevPage {
        top: 50%;
        width: 40px;
        height: 60px;
        margin-top: -30px;
        background-size: 20px;
    }

    .result-wrap .col-sm-12:before {
        clear: both;
        display: block;
        content: '';
    }

    .result-wrap .result {
        margin: 20px -3px 0;
    }

    .banner .slide-desc.third {
        left: 20%;
    }

    .custom-border-left {
        border-left: 0px;
    }

    .detail-image-block {
        max-height: 360px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    span.nextway-info {
        min-height: 140px;
        display: inline-block;
    }
}

@media (max-width:767px) {
    .navbar-form {
        margin: 0;
        border: none;
    }

    .navbar-default .search {
        float: none;
        position: absolute;
        top: 0;
        right: 75px;
    }

    .navbar-default .search p {
        font-size: 16px;
    }

    .navbar-collapse.collapse {
        padding: inherit;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px;
        font-size: 16px;
    }

    .navbar-default .navbar-nav>li:hover .dropdown-menu {
        display: none
    }

    .navbar-default .navbar-nav>li.open:hover .dropdown-menu {
        display: block !important;
    }

    .navbar-default .open>.dropdown-menu {
        display: block !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #0a1a72;
        font-size: 16px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ad0132;
        background: #f2f2f2;
    }

    .grid-block {
        margin: 0 auto 30px;
        max-width: 400px;
    }

    .banner .image-sec {
        min-height: 300px;
    }

    .banner .skdslider {
        height: 300px !important;
        overflow: hidden;
    }

    .banner .banner-caption {
        position: inherit;
    }

    .banner .skdslider a.prev {
        top: 50%;
        width: 20px;
        height: 40px;
        margin-top: -20px;
        background-size: cover;
    }

    .banner .skdslider a.next {
        top: 50%;
        width: 20px;
        height: 40px;
        margin-top: -20px;
        background-size: cover;
    }

    .footer .copyright p.copy a:first-child {
        margin: 0 0 0 10px;
    }

    .footer .copyright p.copy a:last-child {
        margin: 0 0 0 10px;
    }

    .who-wrap .who-text.about .about-img {
        width: 200px;
    }

    #months li {
        width: 50%;
        margin: 0 0 20px;
    }

    /* add for similar property 26 sep 2022 */
    .properties-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -12px;
        top: 45%;
    }

    .properties-slider .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -12px;
        top: 45%;
    }

    .custom-border-left {
        border-left: 0px;
    }

    .hosp-ser-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hosp-ser-list span {
        float: unset !important;
        margin-bottom: 10px;
    }

    .hosp-ser-list span:first-child {
        width: 45px;
    }

    .hosp-ser-list span:last-child {
        width: calc(100% - 45px);
    }

    .prop-detail-row {
        justify-content: center;
    }

    .prop-detail-row>.col-lg-12 {
        margin-bottom: 0;
    }

    .mt-40 {
        margin-top: 25px;
    }

    .mb-40 {
        margin-bottom: 25px;
    }

    .detail-image-block {
        max-height: 50vw;
    }
}

@media (max-width:700px) {
    .banner .slide-desc {
        left: 5%;
        right: 5%;
    }

    .banner .slide-desc h2 {
        font-size: 20px;
    }

    .banner .slide-desc.third {
        left: 5%;
        top: 50px;
    }

    .banner .slide-desc h2 span {
        margin: 0;
        display: inline-block;
    }

    .listing-wrap .list-block .list-img {
        min-width: 400px;
        margin: 0 auto 10px;
        float: none;
    }

    .listing-wrap .list-block .list-detail {
        margin-left: 0;
        text-align: center;
    }

    .listing-wrap .list-block:first-child .list-detail {
        border-top: none;
    }

    .insta-wrap .insta-img.big {
        width: 100%;
    }

    .insta-wrap .insta-img.small {
        width: 50%;
    }

    .kSlideshowWrapper {
        height: 400px;
    }

    .kSlideshowItemDiv {
        height: 400px;
    }

    .kThumbnailsWrapper {
        height: 160px;
    }

    .kThumbnailsPage {
        height: 160px;
    }

    .kThumbnailsPage img {
        width: 33.333333%;
        height: 50%;
    }

    .kThumbnailsWrapper .kThumbnailsNextPage {
        top: 50%;
        width: 40px;
        height: 60px;
        margin-top: -30px;
        background-size: 20px;
    }

    .kThumbnailsWrapper .kThumbnailsPrevPage {
        top: 50%;
        width: 40px;
        height: 60px;
        margin-top: -30px;
        background-size: 20px;
    }

    .custom-border-left {
        border-left: 0px;
    }
}

@media (max-width:500px) {
    .banner .col-xs-6 {
        width: 100%;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        width: 20px;
        height: 40px;
        margin-top: -20px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -35px;
        background-size: contain;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -35px;
        background-size: contain;
    }

    .slider-block {
        padding: 0 35px;
    }

    .who-wrap .who-text.about .about-img {
        width: auto;
        max-width: 100%;
        margin: 0 auto 20px;
        float: none;
    }

    .small-grid .col-xs-6 {
        width: 100%;
    }

    .filter-block .col-xs-6 {
        width: 100%;
    }

    .kSlideshowWrapper {
        height: 300px;
    }

    .kSlideshowItemDiv {
        height: 300px;
    }

    .page-block.blog {
        text-align: center;
    }

    .page-block.blog .search-art {
        float: none;
        display: inline-block;
    }

    .page-block.blog .pagination {
        float: none;
    }

    .result-wrap .col-xs-6 {
        width: 100%;
        margin: 0 0 10px;
    }

    .result-wrap label {
        margin: 0 0 5px;
    }

    .result-wrap .result {
        margin: 10px -3px 0;
    }

    .result-wrap .result li {
        width: 50%;
        margin: 0 0 6px;
    }

    #months {
        margin: 0 0 20px;
    }

    #months li {
        width: 100%;
    }

    .modal-footer .logo {
        float: none;
        margin: 0 0 10px;
        text-align: center;
    }

    .feature-title {
        font-size: 22px;
    }

    .properties-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -12px;
        top: 35%;
    }

    .properties-slider .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -12px;
        top: 35%;
    }

    .custom-border-left {
        border-left: 0px;
    }
}

@media (max-width:400px) {
    .navbar-default .search {
        position: inherit;
        width: 100%;
        border-top: solid 1px #eee;
    }

    .listing-wrap .list-block .list-img {
        width: 100%;
        min-width: auto;
    }

    .page-block .pagination>li>a,
    .pagination>li>span {
        padding: 6px 9px;
        font-size: 12px;
    }

    .custom-border-left {
        border-left: 0px;
    }
}