@media (min-width: 1904px) {
    .container {
        max-width: 1150px !important;
    }
}

:root {
    --theme-color: #e96125;
}

.text-white {
    color: #FFFFFF;
}
.img-b{
    width: 100%;
    height: 550px;
}
.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.bannermini {
    padding: 40px;
    height: auto;
    background-color: #268feb9c;
    color: #FFFFFF;
    margin-top: -260px;
    position: relative;
    border-top-left-radius: 90px;

}

.bnr-m {
    margin-top: -240px;
}

.radius {
    border-radius: 9px;
}
.big-f{
    font-size: 35px;
    margin-top: 10px; margin-bottom: 10px;
    color: #545454;
}

.b-font {
    font-size: 35px;
}

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

.logoSection {
    padding: 15px 57px;
    width: 220px;
    /* height: 108px; */
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 5px 5px 5px #666;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.tablink {
    float: left;
    border: 1px solid white;
    padding: 20px !important;
    background-color: #efefef;
    margin: 10px;
    transition: 0.3s;
    font-size:15px;
    font-weight: bold;
    color: #595a59;
!important: ;
}
.tablink .active {
    border: 1px solid white;
    /* text-decoration: underline; */
    background-color: #5c5a5a;
    color: white;
}
.logo {

    border-radius: 7px;
    position: relative;
    text-align: center;
}
.text-danger{
    color: red;
}
.b{
    font-weight: bold;
    color: #4e4e4e;
}
.logoSection {
    padding: 15px 57px;
    /* width: 200px; */
    /* height: 108px; */
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 5px 5px 5px #666;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.logoSection-inner {
    padding: 5px;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 2px 2px 2px #ccc;
    width: 60px !important;
    height: 57px !important;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.bg-f{
    background-color: #268FEB;
}
.bg-grey{
    background-color: #F1F1F1;
}
.box1 {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 6px;
    border-top-left-radius: 120px;
    background: #268FEB;
    border-bottom-right-radius: 120px;
    color: #ffffff;
    margin-left: -110px;
    position: relative;
    margin-top: 60px;
    padding: 70px;
}
.box-D{
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 6px;
    border-top-right-radius: 120px;
    background: #268FEB;
    border-bottom-left-radius: 120px;
    color: #ffffff;
    margin-top: 42px;
    padding: 70px;
}

.hotelimg1 {
    height: 350px;
    z-index: 1;
    margin-top: 70px;
    width: 260px;
    position: relative;
    margin-left: 30px;
}

.hotelimg2 {
    height: 480px;
    position: relative;
}

.bimage {
    background-image: url(../img/event-bg.png);
    height: 300px;
    color: #FFFFFF;
}

.h-bg {
    background-color: #FFFCEE;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal-effect {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.reveal-effect {
    float: left;
    overflow: hidden;
    position: relative;
}

.m-nav {
    background: aliceblue;
}

.h-mobile {
    height: 330px;
}

.h-mobile1 {
    height: 350px;
}

.b-text {
    font-size: 70px;
}

.b-big {
    font-size: 40px;
}

.b-clr {
    color: #268FEB;
}

.box {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 50%);
}

.box:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 50%);
}
.sidebar {
    position: fixed;
    text-align: right;
    /*overflow-y: auto;*/
    top: 37%;
    right: 0%;
    left: 91%;
    /* margin-right: -24px; */
    transition: all 0.4s linear;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width: 767px) {

        .hidden-xs{
            display: none;
        }
.h-xs {
    font-size: 12px !important;

}
        .img-b {
            width: 100%;
            height: 250px;
        }

        .box-D {
            box-shadow: rgb(0 0 0 / 35%) 0px 5px 6px;
            border-top-right-radius: 65px;
            background: #268FEB;
            border-bottom-left-radius: 65px;
            color: #ffffff;
            margin-top: 0px;
            padding: 45px;
        }

        .bannermini {
            padding: 40px;
            height: auto;
            background-color: #268feb;
            color: #FFFFFF;
            margin-top: -56px;
            position: relative;
            border-top-left-radius: 0px;
        }

        .box1 {
            box-shadow: rgb(0 0 0 / 35%) 0px 5px 6px;
            border-top-left-radius: 81px;
            background: #268FEB;
            border-bottom-right-radius: 82px;
            color: #ffffff;
            margin-left: 0px;
            position: relative;
            margin-top: 0px;
            padding: 45px !important;
        }

        .font-b {
            font-size: 20px;
        }

        .h-mobile {
            height: 460px;
        }

        .h-mobile1 {
            height: 550px;
        }

        .b-text {
            font-size: 30px;
        }

        .h-b {
            font-size: 30px;
        }

        .b-big {
            font-size: 25px;
        }

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) {


    }
}
