* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    color: #ff6302;
    text-decoration: none;
}

.sticky {
    position: fixed !important;
    top: 0;
    border-radius: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.logo {
    height: 120px;
    width: 250px;
}

.contact i {
    color: #f47323;
}

.contact-text {
    color: navy;
    font-weight: 600;
    font-size: 16px;
}

.menu ul li {
    display: inline;
    font-size: 14px;
}

.social-icon ul {
    margin-bottom: 8px;
}

.social-icon ul li {
    list-style-type: none;
    display: inline;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
}

.social-icon ul li a {
    color: #f47323;
}

.social-icon ul li a:hover {
    font-weight: 600;
    color: navy;
}

.navbar-brand {
    display: contents;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: rgb(241, 239, 239);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f47323;
}

.dropdown .dropdown-menu {
    margin-left: 20px;
    display: none;
    text-align: left;
    width: auto;
}

.dropdown-menu li a {
    color: rgb(39, 80, 126);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 60px 10px 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 5px;
}

.dropdown-menu li {
    transition-duration: 0.5s;
}

.dropdown-menu li:hover {
    transition-timing-function: ease-out;
    padding-left: 20px;
}

.premium a {
    background-color: #f47323;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.carousel-inner img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .carousel-item img {
        width: 100%;
        height: 57vh;
    }
}

.carousel-caption p {
    font-size: 18px;
    font-weight: 800;
}

/*.carousel-caption p::before
{
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    left: 36%;
    top:14%;
    border-radius: 20px;
    background-color: #f47323;
}
.carousel-caption p::after
{
    position: absolute  ;
    content: "";
    width: 45px;
    height: 3px;
    left: 59%;
    top:14%;
    border-radius: 20px;
    background-color: #f47323;
}  */
.carousel-caption h1 {
    font-size: 55px;
    font-weight: 700;
}

.carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(15, 13, 29);
    opacity: 0.6;
}

@media screen and (min-width: 992px) {
    .carousel-caption {
        bottom: 102px;
    }
}

@media screen and (max-width: 992px) {
    .carousel-caption {
        bottom: 60px;
    }
}

@media screen and (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 25px;
    }
}

.slider-btn :first-child {
    background-image: linear-gradient(
        to right,
        rgba(255, 0, 0, 0),
        rgba(255, 0, 0, 1)
    );
    text-decoration: none;
    color: white;
    font-weight: 700;
    border-radius: 3px;
    border: none;
    transition: 0.2s;
}

.slider-btn :first-child:hover {
    background-color: rgb(84, 84, 209);
}

.slider-btn :last-child {
    background-image: linear-gradient(
        to right,
        rgba(255, 0, 0, 0),
        rgba(255, 0, 0, 1)
    );
    text-decoration: none;
    color: white;
    font-weight: 700;
    border-radius: 3px;
    border: none;
}

.slider-btn :last-child:hover {
    color: blue;
    background-color: pink;
}

.checking {
    z-index: 9;
    position: relative;
    margin-top: -70px;
    z-index: 99;
}
.hotel-view{
    position: relative;
    top: -65px;
    padding: 11px 17px;
    background-color: white;
}
.bg-serach {
    background-color: #ffffff;
}
#agents, #corporate{
    display: none;
}
.search-card {
    padding: 15px;
    box-shadow: 1px 3px 6px 1px rgb(179, 175, 175);
}

.date {
    margin: 5px;
}

.date input {
    font-weight: 500;
}

.date select {
    font-weight: 500;
}

.btn {
    background-color: #f47323;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.about h5 {
    color: #f47323;
    font-size: 22px;
    font-weight: 700;
}

.about h1 {
    color: midnightblue;
    font-size: 34px;
    font-weight: 700;
}

.about p {
    font-weight: 600;
}

.border i {
    font-size: 32px;
    color: #f47323;
}

.border h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
}

.expolre a {
    background-image: linear-gradient(
        to right,
        rgba(255, 0, 0, 0),
        rgba(255, 0, 0, 1)
    );
    color: white;
    border: none;
}

.rooms h5 {
    color: #f47323;
    font-weight: 800;
}

.rooms h1 {
    font-size: 34px;
    color: midnightblue;
    font-weight: 700;
}

.hotel-type h5 {
    color: midnightblue;
    font-weight: 700;
}

.hotel-type i {
    color: #f47323;
    font-weight: 700;
}

.hotel-detail {
    color: #f47323;
}

.rooms-caption {
    font-weight: 500;
}

.booking a {
    border: none;
    border-radius: 2px;
}

.card {
    box-shadow: 1px 4px 6px 1px rgb(216, 213, 213);
}

.services h5 {
    color: #f47323;
    font-weight: 800;
}

@media (max-width: 768px) {
    .checking {
        margin-top: 0 !important;
    }
    .choose-box {
        width: 100%;
    }
}

.services h1 {
    font-size: 34px;
    color: midnightblue;
    font-weight: 700;
}

.service-box {
    box-shadow: 1px 4px 15px 10px rgb(240, 238, 238);
}

.service-box h4 {
    font-size: 22px;
    color: midnightblue;
    font-weight: 700;
}

.service-box p {
    font-weight: 500;
}

.service-box:hover {
    background-color: rgb(178, 209, 211);
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(33%);
    right: -35px;
    opacity: 1;
    z-index: 1;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(33%);
    left: -35px;
    opacity: 1;
    z-index: 1;
}

.owl-nav .owl-prev i {
    background-color: #f47323;
    padding: 10px;
    font-size: 20px;
    color: white;
}

.owl-nav .owl-next i {
    background-color: #f47323;
    padding: 10px;
    font-size: 20px;
    color: white;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

.testimonial {
    background-image: linear-gradient(rgba(20, 17, 31, 0.3), rgba(0, 0, 0, 0.7)),
        url("../images/maldives-hotel.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
}

.item {
    height: auto;
    border-radius: 5px;
}

.test-img {
    height: 70px;
    width: 70px;
}

.teams h5 {
    color: #f47323;
    font-weight: 800;
}

.teams h1 {
    font-size: 34px;
    color: midnightblue;
    font-weight: 700;
}

.staff-contact {
    position: relative;
    margin-top: -35px;
    padding-bottom: 20px;
}

.staff-contact a {
    background-color: #f47323;
    padding: 5px 10px 5px 10px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.staff-contact a:hover {
    color: brown;
}

.newslater {
    position: relative;
    z-index: 1;
}

.newslater-content {
    max-width: 350px;
}

.footer {
    position: relative;
    margin-top: -130px;
    padding-top: 130px;
}

.ftbox1 {
    background-color: rgb(178, 209, 211);
    border-radius: 2px;
}

.ftbox2 h5 {
    color: #f47323;
    font-size: 18px;
    font-weight: 700;
}

.ftbox2 ul li {
    list-style-type: none;
    color: white;
    padding-top: 10px;
    font-weight: 500;
    font-size: 15px;
}

.ftbox2 ul li a {
    border: 1px solid white;
    border-radius: 50%;
    padding: 6px 10px 6px 10px;
    margin-right: 5px;
    color: white;
    font-size: 18px;
}

.ftbox2 ul li i {
    color: #f47323;
}

.ftbox3 h5 {
    color: #f47323;
    font-size: 18px;
    font-weight: 700;
}

.ftbox3 ul li {
    list-style-type: none;
    color: white;
    padding-top: 10px;
    font-weight: 500;
    font-size: 15px;
}

.ftbox3 ul li a {
    text-decoration: none;
    color: white;
    transition-duration: 0.5s;
}

.ftbox3 ul li a:hover {
    margin-left: 10px;
}

.ftbox4 h5 {
    color: #f47323;
    font-size: 17px;
    font-weight: 700;
}

.ftbox4 ul li {
    list-style-type: none;
    color: white;
    padding-top: 10px;
    font-weight: 500;
    font-size: 15px;
}

.ftbox4 ul li a {
    text-decoration: none;
    color: white;
    transition-duration: 0.5s;
}

.ftbox4 ul li a:hover {
    margin-left: 10px;
}

.footer-left p {
    color: white;
    font-size: 16px;
}

.footer-left a {
    color: #f47323;
    text-decoration: none;
    font-weight: 600;
}

.footer-right a {
    color: white;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid rgb(100, 100, 100);
    margin: 5px;
    font-weight: 600;
}

.banner {
    position: relative;
    background-image: url("../images/bg.jpg");
    width: 100%;
    height: 50vh;
}

.banne_text {
    position: absolute;
    top: 40%;
    left: 40%;
    height: auto;
}

.banne_text h2 {
    font-size: 45px;
    color: white;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .banne_text {
        left: 22%;
    }
}

.contact h5 {
    color: #f47323;
    font-weight: 800;
}

.contact h1 {
    font-size: 34px;
    color: midnightblue;
    font-weight: 700;
}

.contact-item {
    background-color: white;
    width: 100%;
    height: 350px;
    box-shadow: 1px 3px 6px 1px rgb(179, 175, 175);
}

.contact-item i {
    font-size: 30px;
    color: #f47323;
}

.contact-item h2 {
    color: #ee3923;
    font-weight: 700;
}

.contact-item p {
    font-weight: 600;
}

.contact-item a {
    font-weight: 500;
}

/* corporate booking
*/
.border i {
    font-size: 32px;
    color: #f47323;
}

.border h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
}

.room_booking h5 {
    color: #f47323;
    font-weight: 800;
}

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

.booking_image img {
    width: 100%;
    height: 400px;
}

.room_booking h1 {
    font-size: 34px;
    color: midnightblue;
    font-weight: 700;
}

.booking_form form select {
    font-weight: 500;
}

.booking_form label {
    font-weight: 500;
}

.booking_form form input {
    font-weight: 500;
}

.home-about {
    position: relative;
    z-index: -1;
}

.t-datepicker-day {
    border-color: #4efff7;
    background: #fff;
}

.comment_form h5 {
    font-size: 25px;
    font-weight: 600;
}

.comment_form p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(75, 226, 75);
}

.share a {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    color: white;
    margin: 0px 5px 10px 5px;
}

.share a:hover {
    color: midnightblue;
}

.cat_menu ul li {
    list-style-type: none;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #dee2e6;
}

.cat_menu ul li a {
    text-decoration: none;
}

.cat_menu ul li a:hover {
    color: forestgreen;
    font-weight: 600;
}

.content_list a {
    text-decoration: none;
    font-weight: 600;
}

.content_list a:hover {
    color: forestgreen;
    font-weight: 600;
}
#change-form label {
    font-weight: bold;
}
#change-form .form-control,
.t-datepicker {
    font-weight: bold;
    border: 1px solid #121212;
}

/* Slector  */
.choose-box {
    margin-top: 4px;
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    background-color: #e0f2f1;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.choose-box:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.choose-box.selected {
    box-shadow: 0px 8px 16px 0px #eeeeee;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.selected {
    background-color: #a8ffcb;
}

/* filter page */
.checking_form input {
    opacity: 0.8;
}
.checking_form label {
    color: white;
    font-weight: 700;
}
.checking_btn .btn {
    background-color: white;
    border-radius: 10px;
    color: #0f0f0f;
}

.sorting_btn a {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    border: 1px solid grey;
    border-radius: 50px;
    margin: 0px 5px 10px 5px;
    font-weight: 500;
    font-size: 15px;
}
.sorting_btn span {
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
}

.sort_search input {
    box-shadow: 1px 3px 3px 1px rgb(202, 201, 201);
}
.bg-white .navbar-expand-md .navbar-collapse {
    flex-wrap: wrap;
}
.bg-white .navbar-expand-md .navbar-toggler {
    background-color: #f47323;
    border-color: #01447e;
}
.bg-white .navbar-expand-md .navbar-brand {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 600;
}
.filter_box {
    border-bottom: 1px solid #dee2e6;
}
@media screen and (max-width: 992px) {
    .filter_box {
        display: none !important;
    }
}

/*    Price Range Slider   */
.price-range-slider {
    position: relative;
    float: left;
}

.range-value {
    margin: 10px;
}

.slidervalue {
    position: relative;
    width: 100%;
}

.range-value input {
    width: 100%;
    background: none;
    color: midnightblue;
    font-size: 16px;
    font-weight: 800;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}

.range-bar {
    position: relative;
    border: none;
    background: forestgreen !important;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.ui-slider-range {
    background: #06b9c0;
}

.ui-slider-handle {
    border: none;
    border-radius: 50% !important;
    background: #2780ce !important;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.ui-slider-handle + span {
    background: #06b9c0;
}

.filter_box a {
    text-decoration: none;
}
.filter_list {
    border-bottom: 1px solid #dee2e6;
}
.filter_list p {
    font-weight: 600;
}
.filter_list ul li {
    list-style-type: none;
    margin-top: 10px;
}
.filter_list ul li a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.filter_list ul li a:hover {
    color: forestgreen;
}
.filter_item {
    border-radius: 5px;
}
.filter_item h5 {
    font-size: 20px;
    line-height: 1;
}
.filter_item p {
    color: grey;
    font-weight: 500;
    margin-left: 15px;
}
.lbox {
    background-color: white;
    border-radius: 5px;
}
.lbox a {
    text-decoration: none;
    font-size: 14px;
}
.view_btn a {
    text-decoration: none;
    color: midnightblue;
    font-size: 16px;
    font-weight: 500;
}
.view_btn a:hover {
    color: forestgreen;
}
@media screen and (max-width: 992px) {
    .filter_row {
        border-right: none !important;
    }
}
.filter_item .col {
    padding-right: 0px;
    margin: 3px;
}

.fil_content i {
    font-size: 15px;
    color: #f47323;
}
.fil_content p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.f_img {
    margin: 0 auto;
    width: 100%;
    height: 132px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f_img img {
    width: 240px;
}
.f_main {
    border: 2px solid white;
}
.f_main:hover {
    border: 2px solid #01447e;
}
.rating {
    background-color: green;
    color: white;
    padding: 1px 5px 1px 5px;
    font-size: 14px;
    border-radius: 20px;
}
.fil_content_another i {
    font-weight: 700;
    font-size: 15px;
    color: #f47323;
}
.fil_content_another span {
    padding-right: 10px;
    border-right: 1px solid rgb(204, 203, 203);
}

.off {
    background-color: rgb(230, 49, 72);
    border-radius: 5px 7px 7px 5px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    padding: 5px 4px 2px 5px;
}
.img_tab .nav {
    flex-wrap: nowrap;
}
.img_tab .nav .nav-link {
    padding: 5px;
}
.triangle {
    display: flex;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: relative;
    border-left: 15px solid rgb(230, 49, 72);
    left: -0.2rem;
    border-radius: 5px 0px 0px 5px;
}
.off_btn p {
    font-size: 14px;
    font-weight: 700;
    color: #0f0f0f;
}

/* single booking filter page  */

.hotel_name a {
    text-decoration: none;
    font-size: 14px;
}
.hotel_name a span {
    color: #ee3923;
    font-weight: 600;
}
.hotel_name a span:hover {
    color: limegreen;
}
.hotel_name h3 {
    color: midnightblue;
}
.hotel_name p {
    margin-bottom: 5px;
}
.hotel_name i {
    color: #f47323;
}
.h_rating {
    width: 100px;
    background-color: green;
    padding: 1px 3px 1px 3px;
    font-size: 14px;
    border-radius: 10px;
}
.h_rating p {
    font-size: 14px;
    line-height: 1.2;
}
.hotel_view .nav-tabs {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid rgb(214, 214, 214);
    position: absolute;
}
.hotel_single {
    max-height: 400px;
}
.hotel_view .nav-tabs::-webkit-scrollbar {
    width: 2px;
    background-color: orange;
}
.tab_room {
    position: absolute;
    top: 23%;
    left: 10%;
    width: 80%;
}
.tab_room p {
    font-weight: 500;
    padding: 2px;
    background-color: rgba(97, 96, 96, 0.5);
}
.f_img figcaption {
    width: fit-content;
    padding: 2px;
    font-weight: 700;
    color: #01447e;
}
.f_room_det {
    background-color: #eaf5ff;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}
.f_room_det .col-6 p {
    color: rgb(155, 153, 153);
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}
.f_room_det .col-6 h4 {
    line-height: 0.7;
    color: midnightblue;
}
.f_room_det .col-6 h6 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.f_room_det .col-6 ul li {
    list-style-type: none;
    margin: 5px;
    font-weight: 600;
}
.view_more {
    border-radius: 10px;
}
.view_more a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.offer_timer {
    background-color: #eaf5ff;
    border-radius: 50px;
}
.offer_timer span {
    background-color: #f47323;
    color: white;
    padding: 2px 5px 2px 5px;
    border-radius: 50px;
    font-weight: 600;
}
.offer_timer p {
    color: red;
    font-weight: 600;
}
.f_services {
    border: 1px solid #eaf5ff;
    border-radius: 10px;
}
.f_services p {
    color: green;
    font-weight: 600;
}
.c_time {
    border: 1px solid #eaf5ff;
    border-radius: 10px;
}
.c_time p {
    font-weight: 600;
}
.c_time h4 {
    color: #01447e;
}
.rt {
    background-color: green;
    padding: 1px 5px 2px 5px;
    color: white;
    border-radius: 20px;
}
.l_map {
    border-radius: 10px;
}
.l_map h4 {
    color: midnightblue;
}
.l_map p {
    font-weight: 500;
}
.l_map input {
    box-sizing: 2px 3px 2px 2px grey;
}
.loc_search input {
    box-shadow: 1px 1px 3px 2px rgb(235, 233, 233);
    border-radius: 50px;
    font-size: 18px;
}
.loc_search i {
    position: absolute;
    margin-top: 18px;
    margin-left: 20px;
    font-size: 18px;
}
.l_mark .bg-light .px-2 span {
    font-size: 18px;
}
.l_mark .bg-light .px-2 i {
    font-size: 24px;
}
.l_mark .bg-light {
    background-color: rgb(244, 245, 255);
    margin: 0px 1px 0px 1px;
}
.l_mark ul li {
    font-size: 15px;
    font-weight: 500;
    color: #01447e;
    margin: 10px;
}
.l_mark ul li:hover {
    background-color: rgb(244, 245, 255);
}
.s_hotel_det .fa-star {
    color: #f47323;
    margin: 2px;
}
.s_hotel_det span {
    border: 1px solid rgb(226, 226, 226);
    font-size: 14px;
    padding: 1px;
}

.sim_hotel p {
    font-size: 13px;
    color: #01447e;
    font-weight: 600;
}
.similar_room .col-md-3 {
    padding-right: 0;
    padding-left: 10px;
}


/*  skelton loader  */

.skel_top_img {
    height: 120px;
    width: 100%;
    overflow: hidden;
    background-color: #01447e;
    border-radius: 5px;
}
.skelton_text {
    height: 25px;
    background: #0275d8;
}
.skel_tab_img {
    width: 100%;
    height: 50px;
    margin: 5px;
}
.skel_off_btn {
    height: 100px;
    width: 150px;
    background: #0275d8;
}
.skelton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(60, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.pSkelton_text {
    height: 30px;
    background-color: #f47323;
}
.skel_view {
    height: 50px;
    width: 100px;
}
.skel_btn {
    width: 80px;
    height: 45px;
    border-radius: 5px;
    margin: 5px;
}
.s_value {
    height: 100px;
    width: 100%;
}
