html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto";
    color: #606060;
    font-size: 1rem;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
    color: #000000;
}

p {
    line-height: 22px;
    font-size: 18px;
}

a {
    color: #025ba8;
}

a:hover {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

p {
    font-size: 1rem;
}

.fa-star {
    color: #ffb700;
}

.star {
    color: #e0951f;
    font-size: 16px !important;
}

.text-black {
    color: #000;
}

.price-text {
    font-size: 24px;
}

.imghw {
    height: 24px;
    width: 24px;
}


.btn-outline-primary {
    color: #fff;
    border-color: #588dde !important;
}

.fontsize32 {
    font-size: 32px;
    font-weight: 500;
}



.search-hotel {
    line-height: 36px;
}

.search-hotel ul {
    margin: 0px;
    padding: 0px;
}

.search-hotel ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}



.mob-form {
    border: 2px solid var(--primary-color);
    border-radius: 100px;
}



.mbsearchbox {
    position: absolute;
    top: 14px;
    bottom: 0px;
    left: 14px;
    font-size: 20px;
}

.fa-star {
    font-size: 12px !important;
    color: #ff7554;
}

.staricon {
    vertical-align: top;
    display: inline-block;
}



.carousel {
    display: flex;
    gap: 16px;
    padding: 10px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.slide {
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: center;
}

.carousel-wrapper {
    display: flex;
    align-items: center;
}

.carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.item {
    flex: 0 0 auto;
    width: 300px;
    margin: 0 8px;
}

.carousel-wrapper button {
    background-color: #494949;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

button:focus {
    outline: 0px dotted;
}

.posi-imgtext {
    position: absolute;
    bottom: 0px;
    left: 8px;
    right: 0px;
}



.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

#team-members-carousel .owl-prev {
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: -3px;
}

#team-members-carousel .owl-next {
    position: absolute;
    top: 60px;
    bottom: 0px;
    right: -4px;
}

h1 {
    font-size: 52px;
}

.font-size30 {
    font-size: 25px;
    line-height: 36px;
}


.img-banner {
    height: 387px;
    width: 383px;
}

.banner-position {
    position: absolute;
    top: 70px;
    bottom: 0px;
    right: 90px;
}

.formbg {
    background-color: #2260bf;
}


.container {
    max-width: 1200px;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

ul.navbar-list {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}

ul.navbar-list li.active {

    background-color: #104dab !important;
    color: #fff !important;
    border-radius: 100px;
    border: 1px solid #80a7e3;
}

ul.navbar-list li a:hover {
    background-color: #104dab !important;
    color: #fff !important;
    border-radius: 100px;

}

ul.navbar-list li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    display: inline-block;
    font-size: 18px !important;
}

ul.navbar-list li a {
    font-weight: 500;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #FFF;
    display: flex;
    align-items: flex-start;
    font-weight: 400;
}

.usericon{font-size:50px;}

.bgg-category {
    background-color: #003b95 !important;
}

.bg-yellow {
    background-color: #feffb2;
}

.header-bg-color1 {
    background-color: #1550a9;
}


.header-bg-color {
    background-color: #003b95;
}

.bg-blue-light {
    background-color: #6dfff3 !important;
}

.bg-blue-light1 {
    background-color: #e9f2ff !important;
}

.bg-yellow-light {
    background-color: #ffb700;
}


.orangecolor {
    color: #BF8207;
}

.socialicon span a {
    color: #494949;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}


.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 10px;
    line-height: 1.25;
    color: #000000;
    background-color: #f9f9f9;
    font-weight: bold;
    border: 0px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #003B95;
    border-color: #003B95;
    border-radius: 5px;
}

.page-item a:hover {
    z-index: 3;
    color: #fff;
    background-color: #003B95 !important;
    border-color: #003B95 !important;
    border-radius: 5px !important;
}

.pagi-bg {
    border: 1px solid #efefef;
    border-radius: 50px;
    padding: 20px;
    background: #f9f9f9;
}


.footer-link a {
    color: #fff;
}

.footer-link a:hover {
    color: #fff;
}

.social-links {
    text-align: left;
}

.social-links a {
    background: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 0px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
}

.social-links a:hover {
    background: #fff;
}

.social-links a i {
    vertical-align: bottom;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 30px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #003b95;
    border-color: #003b95;
    border-radius: 3px !important;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 22px;
}

.fontsize12 {
    font-size: 12px;
}

.property div {
    font-size: 14px;
    color: #247b02;
}

.rounded-lg {
    border-radius: 10px !important;
}

.calendar {
    position: absolute;
    top: 21px;
    bottom: 0px;
    left: 16px;
}

.calendarnew {
    position: absolute;
    top: 20px;
    bottom: 0px;
    right: 15px;
}

.colorblue {
    color: #003b95;
}

.card {
    border: 0px solid #000 !important;
}

.accordion-1 .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    background: #a4a9ad;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 0px;
    color: #eaf1f8;
    line-height: 20px;
    font-size: 0.75rem;
}

.accordion-1 .card-header.collapsed:after {
    undefined: undefined;
    content: "\f067";
    background: #a4a9ad;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 0px;
    color: #eaf1f8;
    line-height: 20px;
    font-size: 0.75rem;
}

.accordion-1 .card-header {
    padding: 1.5rem 0rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.accordion-1 .card-sec {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 0rem 0rem 0rem 0rem;
}

.accordion-1 a {
    color: #000 !important;
}

.accordion-1 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
}

.accordion-1 .card-body p {
    font-size: 1rem !important;
}

.accordion-1 .card-title {
    margin-bottom: 0rem;
    font-size: 18px;
    font-weight: 500;
}

hr {
    margin-top: 1rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}


.navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: #494949 !important;
    background-color: #494949 !important;
}


.navbar-nav .nav-link {
    font-size: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 500;

}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff9100;
}

.mainul ul li a.active {
    background-color: #003b95 !important;
    color: #fff !important;
    border-radius: 5px;
    border: 1px solid #bbd2f5;
}


.mainul ul li a:hover {
    background-color: #104dab !important;
    color: #fff !important;
    border-radius: 5px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0.25rem;
    border-bottom: 1px solid #efefef;
}


.hw36 {
    height: 48px;
    width: 48px;
}

.bod-radius100 {
    border-radius: 100%;
}

.font-size18 {
    font-size: 18px;
}


.font-weight500 {
    font-weight: 500;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    opacity: .5;
    background-color: #494949;
    transition: opacity .15s ease;
    border: 0px !important;
}




.mySlides {
    display: none;
}


.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 15px;
    border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: #003b95;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


.column {
    float: left;
    width: 25%;
}


.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}



@media (max-width:767px) and (min-width:320px) {

    .fontsize32 {
        font-size: 20px;
        font-weight: 500;
    }

    .img-banner {
        height: 200px;
        width: 200px;
    }

    .banner-position {
        position: absolute;
        top: 10px;
        bottom: 0px;
        right: 10px;
    }


    ul.navbar-list li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        list-style-position: initial;
        list-style-image: initial;
        list-style-type: none;
        display: inline-block;
        font-size: 16px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
        font-weight: 500;
    }

    ul.navbar-list {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: scroll;
    }


    .font-size30 {
        font-size: 14px;
        line-height: 24px;
    }

    .mob-pad-botom {
        padding-bottom: 1px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }





}


@media (min-width:768px) and (max-width:1024px) {

    .mbsearchbox {
        position: absolute;
        top: 19px;
        bottom: 0px;
        left: 14px;
        font-size: 20px;
    }

    .img-banner {
        height: 304px;
        width: 304px;
    }

    .banner-position {
        position: absolute;
        top: 20px;
        bottom: 0px;
        right: 20px;
    }

    ul.navbar-list {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    @media (min-width: 768px) and (max-width: 960px) {

        h1 {
            font-size: 50px;
        }


        ul.navbar-list {
            width: 100%;
            white-space: nowrap;
            overflow-x: scroll;
            overflow-y: scroll;
        }

        ul.navbar-list {
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            width: 100%;
        }

        ul.navbar-list {
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            width: 100%;
        }




        .navbar-dark .navbar-toggler {
            color: #fff !important;
            border-color: #494949 !important;
            background-color: #494949 !important;
        }


        .navbar-nav .nav-link {
            font-size: 15px;
            font-weight: 400;
        }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 10px;
            padding-left: 10px;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: #fff !important;
        }


    }
}
