@font-face {
    font-family: 'DIN Pro';
    src: url('DINPro-Bold.woff2') format('woff2'),
        url('DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('DINPro-CondensedBold.woff2') format('woff2'),
        url('DINPro-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('DINPro.woff2') format('woff2'),
        url('DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('DINCondensed-Bold.woff2') format('woff2'),
        url('DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('DINPro-Medium.woff2') format('woff2'),
        url('DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Regular.woff2') format('woff2'),
        url('MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('DINPro-Light.woff2') format('woff2'),
        url('DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'DIN Pro';

    color: #666;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'DIN Pro';
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'DIN Pro';

    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
p{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0px;
    font-family: 'DIN Pro';
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}



/******* Menu ************/
.top_menu {
    position: absolute;
    z-index: 1034;
    padding: 0px 0;
}
.cus-headrer {
    display: flex;
    justify-content: space-between;

}
.hader-btn {
    margin-top: 32px;
}
.cus-btn{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 400;
}
.cus-btn:hover{
    background: #fff;
    color: #000;
}
.logo img{
    height: 130px;
    object-fit: cover;
}


.fixed-header {
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
    background: #dddbdc;
}
.fixed-header .logo img {
    height: 90px;
    object-fit: cover;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
}
.slider .carousel-item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mobile{
    display: none;
}

.slider::before {

}
video{
    width: 100%;

}

.slider .carousel-caption {
    text-align: center;
    bottom: 0;
    top: 144px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: start;
    left: 5%;
    right: 5%;
    z-index: 9;
    justify-content: center;
}
.slider .carousel-caption h2{
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 35px;
}
.slider-text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 60px;
    z-index: 99;

}
.cus-slide-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
        align-items: center;
}
.left-slide-text h4{
    text-transform: uppercase;
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 50px;

}

.left-slide-text h6{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 24px;
       font-weight: 600;
}
.left-slide-text p{
    color: #fff;
    margin-bottom: 10px;
        font-weight: 600;
}
.right-slide-text {
    text-align: center;

}
.right-slide-text p{
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}



.slider-bg {
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    /* text-align: center; */
    width: 60%;
}


.slider-bg h2{
    font-size: 47px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 62px;
    letter-spacing: 5px;

}




html {
    scroll-behavior: smooth;
  }

.location{
    padding: 40px 0;
    background: #dddbdc;
}

.amenities{
    margin: 0 0 0 30px;

}
.amenities .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #a5a5a5;
    padding: 0.5rem 0rem 1.1rem;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #bbb7b7;
    margin: 0 30px;
    width: 160px;
}
.amenities .nav-tabs .nav-link::before{
    content: '';
    clip-path: polygon(51% 50%, 100% 50%, 50% 100%, 0% 50%);
    background: #000;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 40px;
    left: 40%;
    z-index: 1;
}
.amenities .nav-tabs .nav-link::after{
    content: '';
    height: 28px;
    width: 28px;
    position: absolute;
    background-color: #ffc0cb00;
    bottom: -15px;
    left: 38%;
    border-top: #979494 solid 1px;
    border-left: #979494 solid 1px;
    transform: rotate(225deg);
}
.tab-content {
    margin-top: 50px;
    height: 230px;
    overflow-y: scroll;
    padding: 15px;
}
.tab-content p img{
        width: 13%;
}

p.ic-desc {
    line-height: 32px;
}


.amenities .nav-tabs .nav-link.active {
    color: #000;
}

.amenities .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-bottom: 20px;
    justify-content: center;
}
.comfort-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comfort-text {
    text-align: center;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.comfort-text img {
    height: 45px;
    object-fit: contain;
    /* width: 55%; */
    margin-bottom: 10px;
}
.comfort-text p{
    font-size: 14px;
    line-height: 17px;
}

::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #b4b2b3; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #000; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
.resource{
    margin: 50px 0 0px 30px;
    border-top: 1px solid #a8a6a7;
    padding: 40px 30px 40px 0;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #a8a6a7;
}
.resource h6{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    font-size: 19px;
}
.resource:after{
    content: '';
    height: 28px;
    width: 28px;
    position: absolute;
    background-color: #ffc0cb00;
    top: 70px;
   left: 47.5%;
    border-top: #979494 solid 1px;
    border-left: #979494 solid 1px;
    transform: rotate(225deg);
}

h6.get {
    position: relative;
}
h6.get:after{
    content: '';
    background: #a9a2a2;
    width: 180px;
    height: 1px;
    position: absolute;
    left: 42%;
    bottom: -18px;

}
h6.get::before{
    content: '';
    clip-path: polygon(51% 50%, 100% 50%, 50% 100%, 0% 50%);
    background: #000;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 32px;
    left: 49%;
    z-index: 1;
}

.main-resource {
    display: flex;
    justify-content: center;
    margin: 60px 0 0 0;
}

.resource-box {
    padding: 3px 52px;
    position: relative;
}
.resource-box:before{
    content: '';
    background: #bbb7b7;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 39px;
    left: 31%;
}
p.brochure {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

p.brochure:after{
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    background-color: #ffc0cb00;
    bottom: -25px;
    left: 39%;
    border-top: #979494 solid 1px;
    border-left: #979494 solid 1px;
    transform: rotate(225deg);

}
p.brochure::before{
    content: '';
    clip-path: polygon(51% 50%, 100% 50%, 50% 100%, 0% 50%);
    background: #000;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 25px;
    left: 41%;
    z-index: 1;
}

.resource-box a img{
    height: 65px;
    object-fit: contain;
    margin-bottom: 12px;
}

    .resource-box a p {
        color: #666;
    }
    .wp-gallery{
        padding: 40px 0;
    }

.gallery-text{

}

.gallery-text h5{
    margin: 40px 0 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.gallery.cus-home-slide {
    width: 80%;
    margin: 14px auto 0;
    display: inline-block;
}
.owl-carousel2 .owl-nav button.owl-next{
    color: #000;
    position: absolute;
    top: 210px;
    right: -80px;
    font-size: 0px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 49% 51%);
    height: 50px;
    background: #000;
    width: 31px;

}
.owl-carousel2 .owl-nav button.owl-next span{
   position: relative;
}
.owl-carousel2 .owl-nav button.owl-next:before{
    content: '';
    height: 28px;
    width: 28px;
    position: absolute;
    background-color: #ffc0cb00;
    bottom: -15px;
    left: 38%;
    border-top: #979494 solid 1px;
    border-left: #979494 solid 1px;
    transform: rotate(225deg);
}

.owl-carousel2 .owl-nav button.owl-prev{
    color: #000;
    position: absolute;
    top: 210px;
    left: -90px;
    font-size: 0px;
    clip-path: polygon(50% 0%, 51% 45%, 50% 100%, 0 50%);

    height: 50px;
    background: #000;
    width: 31px;
}

.gallery img{
    height: 550px;
    object-fit: cover;
}

.owl-carousel2 button.owl-dot {
    margin-left: 14px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 0px;
    background: #bec0c2;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}
/******* nature ************/
.book{
    
    margin-top: 40px;
}
.book a{
    color: #fff;
    border: 1px solid #373535;
    padding: 12px 22px;
    border-radius: 0px;
    font-weight: 300;
    background: #373535;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.book a:hover{
    color: #fff;
    border: 1px solid #626262;
    background: #626262;
}
.cus-choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.choice-box {
    width: 25%;
    padding: 16px 8px 0;
    overflow: hidden;
}
.choice-img {
    overflow: hidden;
    position: relative;

}
.choice-img img {
    webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    backface-visibility: hidden;
    will-change: auto;
    transition: all .2s ease-in-out;
   
    height: 250px;
}
.choice-img:hover img {
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);


}
.choice-text {
    margin: 30px 0 0 0;
}
.choice-text h3 {
    color: #000;
    text-align: center;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 17px;
}
.city {
    display: flex;
    justify-content: start;
    margin-top: 30px;
    text-align: left;
    flex-wrap: wrap;
    align-items: start;
}
.city-box {
    width: 25%;
    border-right: 1px solid #d7d5d5;
    padding: 0 0 0 40px;
}
.city-box h2 {
    color: #d11f2f;
    font-size: 50px;
    font-weight: 700;
}
.city-box p{
    text-transform: uppercase;
    font-size: 15px;
}
.city-box:last-child {
    border-right: 0px solid #d7d5d5;
}
.cus-texti-box {
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0px 0px 5px #0000002e;
    margin: 10px;
    border-radius: 9px;
}
.cus-texti-box i {
    color: #d11f2f;
    font-size: 40px;
    margin-bottom: 5px;
}

.cus-texti-box p {
    font-size: 16px;
    line-height: 27px;
    height: 80px;
    overflow-y: scroll;
}

.author img {
    width: 80px !important;
    height: 80px;
    display: block !important;
    margin: 23px auto 10px;
    border-radius: 100px;
    object-fit: cover;
}
.author h6 {
    font-size: 20px;
    color: #d11f2f;
    font-weight: 600;
}
.author span{
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
}
.about-box{
    position: relative;
    margin-top: 50px;
}
.tm-sc-funfact{
    transition: all 0.3s ease;
    position: absolute;
    padding: 25px 15px 30px 15px;
    background-color: #d11f2f;
    border-radius: 10px 10px 0px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    width: 216px;
    --container-widget-width: 236px;
    --container-widget-flex-grow: 0;
    top: 93px;
    z-index: 2;
    left: -40px;

    
}
.tm-sc-funfact::before {
    position: absolute;
    right: -20px;
    bottom: 0;
    border-left: 20px solid #d11f2f;
    border-top: 20px solid transparent;
    content: "";
}
 .element-left {
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 1.5rem;
}
.funfact-icon {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.funfact-icon i {
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
}
.counter {
    color: #fff;
    font-size: 45px;
    margin: 0px 0px 0px 0px;
    margin-top: 0;
    transition: all 0.3s ease;
    font-weight: 700;
}
.title {
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #fff;
}
.about-box img{
    height: 510px;
    width: 100%;
    object-fit: cover;
}
.about-text {
    padding: 30px 0 0 50px;
}
.about-text h2{
    text-transform: uppercase;
}
.about-text p{
    margin-bottom: 20px;
}

button.btn-close {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 99;
}
.according-box{
    display: flex;
    flex-wrap: wrap;
}
.left-according {
    width: 50%;
    padding: 0 10px 0 0;
}
.right-according {
    width: 50%;
    padding: 0 0 0 10px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.accordion-item {
    background-color: #fff0;
    border: 1px solid rgb(0 0 0 / 0%);
}
.accordion-button {
    border-left: 1px solid #6666;
    height: 50px;
    padding: 1rem 1.25rem 1rem 2rem;
    border-radius: 0px !important;
    font-size: 15px;
    color: #666;
    font-weight: 500;
}
.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 15px;
}
.wp-according {
    padding: 50px 0 60px;
    background: #dddbdc;
}
.accordion-button::before{
    content: '';
    clip-path: polygon(50% 0%, 100% 45%, 50% 100%, 50% 54%);
    background: #000;
    height: 26px;
    width: 16px;
    position: absolute;
    left: -8px;
}
.accordion-button::after{
    background-image: inherit !important;
    content: '';
    height: 23px;
    width: 23px;
    position: absolute;
    background-color: #ffc0cb00;
    top: 25%;
    left: -12px;
    border-top: #979494 solid 1px;
    border-left: #979493 solid 1px;
    transform: rotate(135deg) !important;
}
.accordion-button{
    background-color: #fff0;
}

.footer-form-heading {
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}
.footer-form-heading h3 {
    color: #291d20;
    font-size: 20px;
 
}
.footer-form input, .footer-form textarea, .footer-form .form-select {
    background-color: transparent;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    padding: 10px 0px 10px 11px;
    color: #333;
    border-radius: 0px;
}
.footer-form .btn-primary {
    color: #fff;
    background: rgb(26, 24, 22);
    border: none;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.footer{
    padding: 20px 0;
    background: #333;
}

.footer-text {
    display: flex;
    justify-content: center;
}
.left-footer-text p{
    color: #fff;
}
.footer-social p a{
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}
.footer-call{
    display: none;
}

.cus-tab .tab-content {
    margin-top: 50px;
    height: auto;
    overflow-y: scroll;
    padding: 0;
}


.cus-tab .nav-tabs .nav-link{
    margin: 0 10px;
    width: 136px;
    font-size: 14px;
}
.cus-tab {
    margin: 0px;
}
.cus-tab .nav-tabs {
   
}
.cus-tab  .carousel-control-next, .carousel-control-prev {
  
    background: #000;
    opacity: 1;
    width: 44px;
    height: 45px;
    top: 34%;
}
.cus-bg {
    background: #000000a8;
    padding: 10px;
    width: 60%;
    margin: 90px auto;
    border-radius: 5px;
}
.cus-bg h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-rear-box {
    display: flex;
}
.rear-box {
    width: 30%;
}
.rear-box p img{
        width: 42%;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
.slider .carousel-item img {
    width: 100%;
    height: 53vh;
    object-fit: cover;
}


}

@media screen and (max-width: 980px) {
    .slider-text {
        position: absolute;
        bottom: 30px;
        width: 100%;
        padding: 0 20px;
    }
    .amenities {
        margin: 20px 0 0 0px;

    }
    .resource {
        margin: 30px 0 0 0px;
    }
    .tm-sc-funfact {
        left: -10px;
        top: -17px;
        padding: 12px;
    }
    .about-text {
        padding: 0px 0 0 0px;
    }
    .choice-box {
        width: 50%;
        padding: 16px 8px 0;
        overflow: hidden;
    }
    .city-box {
        width: 50%;
        border-right: 1px solid #d7d5d5;
        padding: 0 0 0 40px;
        margin-bottom: 20px;
    }
    .choice-img img {
   
        width: 100%;
        object-fit: cover;
    }
    .about-box img {
        height: auto;
    }
    .counter {
        color: #fff;
        font-size: 35px;
    }
    .funfact-icon i {
        color: #fff;
        font-size: 2em;
    }
    .gallery img {
    height: 420px;
    object-fit: cover;
}
.accordion-button{
    line-height: 25px;
}
	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
  .slider-text{
    position: relative;
    bottom: 0px;
    padding: 40px 15px;
  } 
  .cus-slide-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .left-slide-text h6{
    color: #000;
    font-size: 22px;
  }
  .right-slide-text {
    text-align: left;
}
  .left-slide-text p {
    color: #000;
  }
  .hader-btn {
 
}
  
  .right-slide-text p {
    color: #000;
}
.cus-btn {
    color: #000;
    border: 1px solid #000;
}
.logo img {
    height: 90px;
    object-fit: cover;
}
.top_menu {

}
.cus-headrer {

}
.amenities .nav-tabs .nav-link {
    border-bottom: 1px solid #666;
    width: 100%;
}
.amenities {
    margin: 20px 0 0 0px;
    border: 1px solid #bdbbbb;
    padding: 6px 15px 15px;

}


.comfort-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    overflow-y: hidden;
}
.comfort-text {
    text-align: center;
    width: 49%;
    padding: 12px 6px;
    margin-bottom: 10px;
}
.comfort-text p {
    font-size: 14px;
    line-height: 17px;
    padding: 5px 0 !important;
    border: none !important;
}
.resource {
    margin: 30px 0 30px 0px;
    border: 1px solid #a8a6a7;
    padding: 16px 0px;
    text-align: center;
}
.resource-box a img {
    height: 50px;
}
.resource-box {
    padding: 3px 0px;
    width: 100%;
}
p.brochure {
    font-size: 14px;
}
.tm-sc-funfact {
    left: -7px;
}
.about-text {
    padding: 0px 0 0 0px;
}
.about-text h2 {
    text-transform: uppercase;
    font-size: 23px;
}
.choice-box {
    width: 50%;
    padding: 11px 6px 0;
    overflow: hidden;
}
.choice-img img {
    height: 160px;
}
.choice-text h3 {
    font-size: 16px;
}
.city-box {
    width: 50%;
    border-right: 1px solid #d7d5d5;
    padding: 0 10px;
    margin-bottom: 14px;
}
.city-box h2 {
    color: #d11f2f;
    font-size: 35px;
    font-weight: 700;
}
.city-box p {
    text-transform: uppercase;
    font-size: 15px;
}
.city-box:last-child {
    border-right: 1px solid #d7d5d5;
}
.footer-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.footer-social {
    margin: 10px 0 0 0;
}
.desktop{
    display: none;

}
.mobile{
    display: block;
}
.slider .carousel-item img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.slider .carousel-caption h2 {
    letter-spacing: 1px;
    font-size: 27px;
    /* text-shadow: 5px 1px 3px #000; */
    background: #00000096;
    padding: 7px 17px;
}
.owl-carousel2 .owl-nav button.owl-next {
    right: -30px;
    top: 100px;

}
.owl-carousel2 .owl-nav button.owl-prev {
    left: -50px;
    top: 100px;

}
.gallery img {
    height: 250px;
    object-fit: cover;
}
.amenities .nav-tabs .nav-link{
    border-bottom: 1px solid #bbb7b7;
    margin: 0 0px 30px
}.amenities .nav-tabs .nav-link::before {
    left: 48%;

}
.amenities .nav-tabs .nav-link::after{
    left: 47%;
}
.main-resource {

}
.resource-box:before {
    top: 39px;
    left: 25%;
    width: 50%;

}

p.brochure::before {
    left: 40%;
}

p.brochure:after {
    left: 39.3%;
}
h6.get:after {
    left: 34%;
}
h6.get::before {
    left: 46%;
}
.resource:after {
    top: 46px;
    left: 45.7%;

}
.left-according {
    width: 100%;
    padding: 0;
}
.right-according {
    width: 100%;
    padding: 6px 0 0 0px;
}
.accordion-button {
    border-left: 1px solid #6666;
    height: 50px;
    padding: 1rem 1.25rem 1rem 2rem;
    border-radius: 0px !important;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}
.slider .carousel-caption {
    top: 0;
    align-items: center;
    justify-content: center;
}
.accordion_container {
    width: 100%;
}
.accordion_head {
    border-bottom: 1px solid #bdbbbb;
    color: #444;
    cursor: pointer;
    font-family: arial;
    font-size: 17px;
    margin: 0 0 1px 0;
    padding: 10px 0px;
    font-weight: 400;
}

.accordion_body {

}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
    border-bottom: 1px solid #bdbbbb;
            font-weight: 600;
}
.plusminus {
    float: left;
    color: #444;
    font-size: 25px;
    margin-right: 9px;
}
.footer-call{
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}
.footer-call a{
    color: #000;
    border-top: 1px solid #000;
    padding: 12px 22px;
    border-radius: 0px;
    font-weight: 300;
    background: #dddbdc;
    margin-bottom: 0;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
.footer {
    padding: 20px 0;
    background: #333;
    margin-bottom: 40px;
}
.left-slide-text h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.cus-tab .tab-content {
    margin-top: 50px;
    height: auto;
    overflow-y: scroll;
    padding: 0;
}

.cus-tab li.nav-item {
      width: 50%;
}
.cus-tab .nav-tabs .nav-link{
    width: 92%;
}

.cus-tab .nav-tabs .nav-link {
    border-bottom: 1px solid #bbb7b7;
    margin: 0 0px 17px;
}
.cus-tab .carousel-control-next, .carousel-control-prev {
    background: #000;
    opacity: 1;
    width: 36px;
    height: 36px;
    top: 34%;
}
.slider-inner .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.cus-bg h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 45px;
}
.cus-bg {
    background: #000000a8;
    padding: 10px;
    width: 100%;
    margin: 60px auto;
    border-radius: 5px;
}
.accordion_body p img{
        width: 73%;
}

}




/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
