/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

body {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #5f6367;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -o-scroll-behavior: smooth;

}

a {
    color: #111111e3;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #343a40;
}

hr {
    border-top: 1px solid #e5e5e5;
}

img {

    width: 100%;

}

input:focus,
button:focus,
textarea:focus {

    outline: 0;

}

header {

    box-shadow: 0px 14px 46px #eaeaea;

}

input:focus,
select:focus,
button:focus {

    outline: 0;

}


/*Top bar start*/
.top-bar {

    background-color: #111111e3;

    padding: 8px 0px;

}

.top-bar span {

    color: #fff;

    font-size: 14px;

}

.top-bar .navbar {

    padding: 0px;

}

.top-bar .nav-link {

    padding: 2px 1rem;

    color: #f3f3f3;

}

.top-bar .nav-link:hover,
.top-bar .nav-link:focus {

    color: #fff;

}



.top-bar .dropdown-menu {

    background-clip: unset;

    border: 1px solid #f1f1f1;

    border-radius: unset;

    margin-top: 16px;
    margin-bottom: 12px;

    padding: 0px;

}



.top-bar .dropdown-menu .dropdown-item {

    padding: 10px 15px;

    border-bottom: 1px solid #f1f1f1;

    font-size: 14px;

}



.top-bar .dropdown-menu .dropdown-item:last-child {

    border-bottom: none;

}



.top-bar .dropdown-menu .dropdown-item:focus {

    background-color: #fff;

}



.top-bar .navbar-toggler {

    color: #000;
    background-color: #111;
    font-size: 14px;
    padding: 16px 18px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;

}

.top-bar .navbar-nav li {
    border-right: 1px solid #fff;
    padding: 3px 8px;

}

.top-bar .navbar-nav li:last-child {
    border-right: unset;

}

.top-bar .navbar-nav li a {
    /*border-right: unset;*/

}

/*Top bar end*/





/*Main navigation start*/



.navigation .navbar {

    padding: 0;

}



.navigation .navbar-brand {

    padding-top: unset;

    padding-bottom: unset;

}



.navigation .navbar .nav-link {

    text-align: center;

    text-transform: uppercase;

    padding: 18px 25px;

}



.navigation .navbar .nav-link i {

    display: block;

    font-size: 24px;

    margin-bottom: 5px;

}



.navigation .navbar .navbar-nav .nav-link {

    color: rgba(0, 0, 0, 0.85);

    border-left: 1px solid #fff;

}



.navigation .navbar-light .navbar-nav .active>.nav-link,

.navigation .navbar-light .nav-link:hover {

    color: rgb(255, 255, 255) !important;

    background-color: #111111e3;

}



.mob-nav {

    display: none;

}

/*Main navigation end*/

/*==Home 04 start==*/
/*Banner start*/

.banner-bg {
    min-height: 550px;
    padding: 50px 0px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111111e3;
    position: relative;
}

.banner-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
}


/*Search engine start*/

.search-bg {
    background-color: #fff;
    padding: 20px 30px 50px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.search-bg .tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -55px 0px 35px;
}

.search-bg .tab-nav .mtab {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 1px;
    -ms-flex-direction: unset;
    flex-direction: unset;
    display: inline-block;
    box-shadow: 0px 4px 14px #9c9c9c;

}

.search-bg .tab-nav .mtab .list-group-item {
    position: unset;
    display: unset;
    float: left;
    padding: 15px 30px 10px;
    margin-bottom: unset;
    border: unset;
    border-right: 1px solid #f3f3f3;
    border-radius: 8px;
    text-align: center;

}

.search-bg .tab-nav .mtab .list-group-item i {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}



.search-bg .tab-nav .list-group-item-action {

    width: unset;

}

.search-bg .tab-nav .list-group-item.active {
    color: #111111e3;
    background-color: transparent;
}



.tab-bg {}

.tab-bg h2 {

    font-size: 20px;

    font-style: italic;

    font-weight: bold;

    margin: 20px 0px;

}



.tab-bg .stab {

    padding-bottom: 1px;

    -ms-flex-direction: unset;

    flex-direction: unset;

    margin-bottom: 15px;

}



.tab-bg .stab .list-group-item {
    position: unset;
    display: unset;
    float: left;
    padding: 5px 15px;
    margin-bottom: unset;
    margin-right: 3px;
    background-color: #ffffff;
    border: unset;
    border-radius: 4px !important;
    border-radius: unset;
    box-shadow: 0px 1px 5px #d4d4d4;

}



.tab-bg .stab .list-group-item:first-child {

    border-radius: 4px 0px 0px 4px;

}



.tab-bg .stab .list-group-item:last-child {

    border-right: unset;

    border-radius: 0px 4px 4px 0px;

}



.tab-bg .list-group-item-action {

    width: unset;

}



.tab-bg .list-group-item.active {

    background-color: #111111e3;

}



.input,
.input2 {

    margin-bottom: 15px;

}



.input span,
.input2 span {

    display: block;

    font-weight: 600;

    font-size: 14px;

}



.input input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    font-size: 13px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;

}

.input2 input {

    width: 100%;

    padding: 8px 15px 8px 15px;

    font-size: 13px;
    border: 1px solid #d2d2d2;

    border-radius: 4px;

}


.input img {
    width: auto;
    position: absolute;
    top: 32px;
    left: 23px;
    border-right: 1px solid #e4e4e4;

}



.input1 {

    margin-bottom: 15px;

}



.input1 span {

    display: block;

    font-weight: 600;
    padding-bottom:10px;
    font-size: 14px;

}



.input1 input {

    width: 100%;

    padding: 12px 45px;

    font-size: 13px;

    border: 1px solid #d2d2d2;

    border-radius: 4px;

    text-align: center;

}



.inc a {

    position: absolute;

    margin-top: -36px;

    height: 35px;

    width: 35px;

    text-align: center;

    padding-top: 8px;

    color: #888;

}



.inc a:first-child {

    left: 22px;

    border-right: 1px solid #e6e6e6;

}



.inc a:last-child {

    right: 20px;

    border-left: 1px solid #e6e6e6;

}



.option {

    font-size: 12px;

    cursor: pointer;

}

.option b {

    color: #111111e3;

}

.option-det {

    margin-top: 10px;

}



.input2 {

    margin-bottom: 15px;

}



.input2 span {

    display: block;

    font-weight: 600;

    font-size: 14px;

}



.input2 select {

    width: 100%;

    padding: 12px;

    font-size: 13px;
    border: 1px solid #d2d2d2;

    border-radius: 4px;

    text-align: center;

}



.input2 input {

    width: 100%;

    padding: 12px;

    font-size: 13px;
    border: 1px solid #d2d2d2;

    border-radius: 4px;

}



.search-btn {
    border: unset;
    background-color: #111111e3;
    font-size: 22px;
    color: #fff;
    padding: 8px 70px;
    border-radius: 53px;
    margin-top: 15px;
    transition: all .5s;
    text-transform: uppercase;
    position: absolute;
    left: 35%;
    /*bottom: 0;*/
    /*transform: translateX(-50%);*/
}



.search-btn:hover {

    background-color: #111111e3;

}



.del {

    font-size: 16px;

    color: #787878;

    display: inline-block;

    margin-top: 28px;

}



.del:hover {

    color: #ed1d24;

}



.addmore {

    background-color: #111111e3;

    color: #fff;

    display: inline-block;

    padding: 8px 20px;

    border-radius: 40px;

    text-decoration: none;

    margin-bottom: 10px;

    font-size: 13px;

}

.addmore:hover {

    background-color: #ed1d24;

    text-decoration: none;

    color: #fff;

}

/*Search engine end*/

/*Banner end*/

/*Best Flight section start*/

.best-flight-bg {

    background-color: #f5f8fb;

    padding: 0px 0px 35px;

    /*margin-bottom: 50px;*/

}

.best-bg,
.support-bg {
    color: #434343;
    display: block;
    background-color: #fff;
    padding: 20px 20px 20px 80px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 101%;
    box-shadow: 0px 4px 14px #e2e2e2;
    margin-top: -40px;
    margin-bottom: 70px;

}



.best-bg {

    background-image: url(../img/dollar-02.png);

}

.best-bg img,
.support-bg img {

    width: auto;

    position: absolute;

    left: 40px;

    margin-top: 5px;

}

.best-bg span,
.support-bg span {

    display: block;

    font-weight: bold;

    font-size: 16px;

}



.best-bg small,
.support-bg small {

    display: block;

    font-size: 13px;

}



.best-bg:hover,
.best-bg:focus,
.support-bg:hover,
.support-bg:focus {

    color: #434343;

    background-color: #fff;

    text-decoration: none;

}



.support-bg {

    background-image: url(../img/support-02.png);

}



.title {
    font-size: 26px;
    margin-bottom: 25px;
}

.title span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.best-block-bg {
    margin: 0px 20px 25px;
    box-shadow: 0px 4px 20px #d4d4d4;
    border-radius: 6px;

}

.best-block-bg img {
    border-radius: 6px 6px 0px 0px;
}

.best-block-bg footer {
    background-color: #fff;
    padding: 20px;
    position: relative;
    box-shadow: unset;
    margin-bottom: 10px;
    border-radius: 0px 0px 6px 6px;

}

.best-block-bg footer h4 {

    font-size: 16px;

    color: #111111e3;

    font-weight: 600;

    margin-bottom: 5px;

}

.best-block-bg footer span {

    font-size: 12px;

    line-height: 15px;

    display: block;

    color: #505050;

    margin-bottom: 16px;

}

.best-block-bg footer .coup {

    border: 2px dotted rgba(47, 49, 146, 0.7);

    text-align: center;

    padding: 5px;

    margin-bottom: 5px;

}

.best-block-bg footer .coup:after {

    content: "";

    position: absolute;

    background-image: url(../img/sea.png);

    background-repeat: no-repeat;

    width: 23px;

    height: 23px;

    top: -8px;

    right: 2px;

}

.best-block-bg footer small {

    display: block;

    margin-top: 10px;

    text-align: center;

}

/*Best Flight section end*/

/* Slick slider styles */

.slider {

    position: relative;

    display: block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;
    margin-left: -20px;
    margin-right: -20px;

}



.slick-list {

    position: relative;

    overflow: hidden;

    display: block;

    margin: 0;

    padding: 0;

}



.slick-list:focus {

    outline: none;

}



.slick-list.dragging {

    cursor: pointer;

    cursor: hand;

}



.slider .slick-track,

.slider .slick-list {

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.slick-track {

    position: relative;

    left: 0;

    top: 0;

    display: block;

}



.slick-track:before,
.slick-track:after {

    content: "";

    display: table;

}



.slick-track:after {

    clear: both;

}



.slick-loading .slick-track {

    visibility: hidden;

}



.slick-slide {

    float: left;

    height: 100%;

    min-height: 1px;

    display: none;

}



[dir="rtl"] .slick-slide {

    float: right;

}



.slick-slide img {

    display: block;

}



.slick-slide.slick-loading img {

    display: none;

}



.slick-slide.dragging img {

    pointer-events: none;

}



.slick-initialized .slick-slide {

    display: block;

}



.slick-loading .slick-slide {

    visibility: hidden;

}



.slick-vertical .slick-slide {

    display: block;

    height: auto;

    border: 1px solid transparent;

}



.slick-arrow.slick-hidden {

    display: none;

}





.popular-posts-slider {

    padding-bottom: 45px;

}



.popular-posts-slider .slick-arrow {

    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d0d0d0;

}



.popular-posts-slider .slick-arrow.slick-disabled {

    pointer-events: none;

    color: #777777;

}

.slick-prev:before,
.slick-next:before {
    color: #111111e3 !important;
}



.popular-posts-slider .slick-arrow:hover {

    background-color: #dcdbdb;

}



.popular-posts-slider .slick-prev {

    left: 50%;
    bottom: -30px;
    top: unset;
    margin-left: -45px;

}

.popular-posts-slider .slick-next {

    right: 50%;
    bottom: -30px;
    top: unset;
    margin-right: -40px;

}



/*Tour package start*/

.tour {
    padding: 70px 0px 90px;
}

.tour h2 {
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
}

.tour h2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.tour-block {
        display: block;
    margin: 0px 0px 20px;
    box-shadow: 0px 7px 20px #111111e3;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}

.tour-block img {
    border-radius: 6px;

}

.tour-block h2 {
        font-size: 15px;
    background-color: rgb(0 0 0 / 57%);
    padding: 8px 25px;
    color: #fff;
    position: absolute;
    width: 85%;
    bottom: 15px;
    left: 25px;
    text-align: center;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}



.tour-block:hover,
.tour-block:focus {

    text-decoration: none;

}



.tour-block:hover h2 {

    background-color: #111111e3;

    color: #fff;

}



.view-more {
    border: 1px solid #d5d5d8;
    padding: 10px 20px;
    border-radius: 4px;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
}

.view-more:hover,
.view-more:focus {

    border: 1px solid #111111e3;
    color: #111111e3;
    text-decoration: none;

}

/*Tour package end*/

/*Holidays call to action start*/
.holidays-call-to-action {
    padding: 190px 0px;
    position: relative;
}

.holidays-call-to-action:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110vh;
    background-color: rgb(0 0 0 / 16%);
}

.holidays-call-to-action h2 {
    font-size: 42px;
    color: #111111e3;
    margin-bottom: 25px;
    position: relative;
}

.holidays-call-to-action a {
    position: relative;
    background-color: #111111e3;
    display: inline-block;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.holidays-call-to-action a:hover {
    padding: 12px 50px;
    color: #fff;
    text-decoration: none;
}

/*Holidays call to action end*/

/*Testimonial start*/
.testimonial-bg {
    background-color: #fff;
    position: relative;
    padding: 70px 0px;
}

.testimonial-bg h2 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.testimonial-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.testi-con {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 4px;
    margin: 15px 20px 0px;
}

.testi-con p {
    margin-bottom: 0px;
}


.testi-con i {

    color: #111111e3;
}

.triangle-down {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 18px solid #ffffff;
    border-bottom: 35px solid transparent;
    margin: -9px 0px 0px 75px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.testi-con-name {
    background-color: #ffffff;
    padding: 8px 10px 0px 50px;
    font-size: 18px;
    margin: 27px 20px 20px 35px;
    line-height: 19px;
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #343a40;
}

.testi-con-name img {
    float: left;
    margin: -31px 0px 0px -65px;
    width: 55px;
}

.testi-con-name p {
    padding-bottom: 5px;
    font-size: 12px;
    color: #111111e3;
    margin-bottom: 0px;
}

/*Testimonial end*/

/*Blog package start*/
.blog-bg {
    background-color: #f5f8fb;
    padding: 110px 0px 80px;
    position: relative;
}

.blog-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.blog-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.blog-bg .blog-item {
    position: relative;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}

.blog-bg .blog-item .blog-text {
    padding: 25px 0px 25px 25px;
}

.blog-bg .blog-item .blog-text h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.blog-bg .blog-item .blog-text a:hover,
.blog-bg .blog-item .blog-text a:hover h2 {
    text-decoration: none;
    color: #111111e3;
}

.blog-bg .blog-item .blog-text p {
    margin-bottom: 0px;
}

.blog-bg .blog-item img {
    border-radius: 0px 6px 6px 0px;
}

/*Blog package end*/


/*Partner package end*/
.partner {
    padding: 70px 0px 30px;
}

.partner h2 {
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
}

.partner h2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.plogo {

    border: 1px solid #e3e3e3;

    padding: 5px;

    margin-bottom: 10px;

    width: auto;


}

/*Partner package end*/


/*Subscribe start*/

.subscribe-bg {
    background-color: #f5f8fb;
    padding: 50px 0px;
    margin: 50px 0px -25px;

}

.qr h3 {

    font-size: 22px;

    margin: 15px 0px 15px;

}

.qr img {}



.download {

    text-align: center;

}

.download h3 {

    font-size: 22px;

    margin: 15px 0px 7px;

}

.download img {

    width: auto;

}



.subscribe {

    background-color: rgba(255, 255, 255, 0.8196078431372549);

    padding: 15px;

    margin: 20px 0px;

    border-radius: 4px;

    border: 1px solid #dfdede;

}



.sms-bg {

    display: flex;

}

.sms-bg input {

    border: 1px solid #dfdfdf;

    padding: 6px;

    height: 35px;

    font-size: 12px;

    width: 55%;

}

.sms-bg select {

    border: 1px solid #dfdfdf;

    padding: 6px;

    border-radius: 4px 0px 0px 4px;

    height: 35px;

    width: 20%;

}

.sms-bg button {

    border: none;

    padding: 6px 10px;

    border-radius: 0px 4px 4px 0px;

    height: 35px;

    background-color: #111111e3;

    color: #fff;

    width: 25%;

}

.sms-bg button:hover {

    background-color: #ed1d24;

    color: #fff;

}



.sub-email {

    position: absolute;

    width: 98%;

    top: 50%;

    transform: translateY(-50%);

}



.sub-email h3 {

    font-size: 22px;

    margin: 15px 0px 0px;

}



.sub-input {

    display: flex;

    margin-top: 20px;

}

.sub-input input {

    width: 75%;

    padding: 8px 15px;

    height: 40px;

    border: 1px solid #d6d6d6;

    border-radius: 4px 0px 0px 4px;

}

.sub-input button {

    width: 25%;

    border: none;

    background-color: #111111e3;

    color: #fff;

    height: 40px;

    border-radius: 0px 4px 4px 0px;

}

.sub-input button:hover {

    background-color: #ed1d24;

}

/*Subscribe end*/

/*===Home 04 end=*/



/*Footer start*/

footer {
    margin-top: 25px;
    padding-top: 50px;
    box-shadow: 0px 12px 46px #d2d2d2;
    background-color: #fff;
}



footer h2 {

    font-size: 18px;

    margin: 15px 0px;

}



footer .flink {}



footer .flink a {

    display: block;

    margin-bottom: 15px;

    color: #414141;

    font-size: 13px;

    transition: all .5s;

}



footer .flink a:hover,
footer .flink a:focus {

    color: #ed1d24;

    text-decoration: none;

}



footer .flink a i {

    margin-right: 8px;

    width: 25px;

    height: 25px;

    text-align: center;

    padding-top: 5px;

    border-radius: 50%;

    box-shadow: 0px 0px 2px 0px #5a5a5a;

    color: #989898;

}



footer p {

    text-align: justify;

    font-size: 13px;

}



footer .read {

    float: left;

    border: 1px solid #dfdfdf;

    padding: 6px 20px;

    border-radius: 4px;

    color: #111111e3;

}



footer .read:hover {

    color: #ed1d24;

    text-decoration: none;

}



footer h4 {

    font-size: 18px;

}



footer h4 i,
footer h5 i,
footer h6 i {

    color: #111;

}



footer h5 {

    font-size: 13px;

}



footer h6 {

    font-size: 14px;

}



footer .social {

    margin-top: 20px;

}

footer .social a {

    display: inline-block;

    margin-right: 10px;

    margin-bottom: 10px;

}

footer .social a i {

    background-color: #111111e3;

    width: 35px;

    height: 35px;

    font-size: 16px;

    color: #fff;

    text-align: center;

    padding-top: 9px;
    border-radius: 4px;

}

footer .social a i:hover {

    background-color: #ed1d24;

}



footer .backto {

    border: 1px solid#111111e3;

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 16px;

    text-align: center;

    margin: 15px 0px;

}



footer .backto a {

    color: #111111e3;

}



footer .backto a:last-child {

    color: #ed1d24;

}



footer .backto a:hover {

    text-decoration: none;

}



.payment {

    text-align: center;

    margin: 20px 0px 5px;

    text-transform: uppercase;

    font-size: 16px;

}



.payment:before {

    content: "";

    position: absolute;

    left: 0;

    width: 50%;

    height: 2px;

    background-image: linear-gradient(to left, #ff0009, #111111e3);

    margin-top: 12px;

    z-index: -1;

}



.payment:after {

    content: "";

    position: absolute;

    left: 50%;

    width: 50%;

    height: 2px;

    background-image: linear-gradient(to right, #ff0009, #111111e3);

    background-color: #111111e3;

    margin-top: 12px;

    z-index: -1;

}



.payment span {

    background-color: #fff;

    padding: 0px 20px;

}



.copy {

    background-color: #111111e3;

    color: #d0d0f7;

    padding: 15px 0px;

    font-size: 13px;

    margin-top: 25px;

}

.designedby {
    color: #d0d0f7;
}

.designedby:hover,
.designedby:focus {
    color: #fff;
    text-decoration: none;
}

/*Footer end*/







/*Internal page search bar start*/
.search-int {

    padding: 15px 0px 5px;

    background-color: #111111e3;

    margin-bottom: 30px;

}

.search-int .int .col-6 {

    padding-left: 5px;

    padding-right: 5px;

}



.search-int .int .col-6:first-child {

    padding-left: 15px;

}





.text-box {

    margin-bottom: 15px;

}



.text-box span {

    display: block;

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

}



.text-box input {

    width: 100%;

    padding: 5px 8px;

    font-size: 13px;

    border: 1px solid#111111e3;

    border-radius: 4px;

}



.text-box select {

    width: 100%;

    padding: 6px 8px;

    font-size: 13px;

    border: 1px solid#111111e3;

    border-radius: 4px;

}

.text-box1 {

    margin-bottom: 15px;
    border: 1px solid #d6d5d5;
    padding: 15px;
    border-radius: 4px;


}



.text-box1 span {

    display: block;

    color: #000;

    font-size: 12px;

    text-transform: uppercase;
    margin-bottom: 4px;

}



.text-box1 input {

    width: 100%;

    padding: 5px 8px;

    font-size: 13px;

    border: 1px solid#111111e3;

    border-radius: 4px;

}



.text-box1 select {

    width: 100%;

    padding: 5px 8px;

    font-size: 13px;

    border: 1px solid#111111e3;

    border-radius: 4px;

}



.btn-search {

    background-color: #ed1d24;

    border: unset;

    color: #fff;

    width: 100%;

    border-radius: 50px;

    padding: 3px 5px;

    font-size: 18px;

    margin-top: 15px;

    margin-bottom: 15px;

}



.btn-search:hover {

    background-color: #f72c33;

}



.btn-search1 {

    background-color: #ed1d24;

    border: unset;

    color: #fff;

    width: 100%;

    border-radius: 50px;

    padding: 3px 5px;

    font-size: 18px;

    margin-top: 15px;

    margin-bottom: 15px;

}



.btn-search1:hover {

    background-color: #f72c33;

}

.input11 {

    margin-bottom: 15px;

}



.input11 span {

    display: block;

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

}



.input11 input {

    width: 100%;

    padding: 5px 30px;

    font-size: 13px;

    border: 1px solid#111111e3;

    border-radius: 4px;

    text-align: center;

}



.inc1 a {

    position: absolute;

    margin-top: -30px;

    height: 29px;

    width: 35px;

    text-align: center;

    padding-top: 5px;

    color: #888;

}



.inc1 a:first-child {

    left: 2px;

    border-right: 1px solid #e6e6e6;

}



.inc1 a:last-child {

    right: 2px;

    border-left: 1px solid #e6e6e6;

}



.option1 {

    background-color: #fff;

    padding: 20px 20px 15px;

    margin-bottom: 10px;

    border-radius: 5px;

    margin-right: -7px;

}

.cursor {

    cursor: pointer;

}

/*Internal page search bar end*/


/*user account page start*/
.user-profile-bg {
    box-shadow: 0px 4px 16px #c3c3c3;
    border-radius: 6px;
    background-color: #f1f1f1;
    margin-bottom: 35px;
}

.user-profile-bg .user-profile-info {
    text-align: center;
    padding: 30px 20px;

}

.user-profile-bg .user-profile-info img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0px 4px 16px #c3c3c3;
    margin-bottom: 15px;
}

.user-profile-bg .user-profile-info h2 {
    font-size: 18px;
    font-weight: 600;
}

.user-profile-bg .user-profile-info h6 {
    font-weight: 400;
    font-size: 15px;
    color: #7b7b7b;
}

.user-profile-bg .user-nav {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 6px 6px;
}

.user-profile-bg .user-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-profile-bg .user-nav ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.user-profile-bg .user-nav ul li:last-child {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
}

.user-profile-bg .user-nav ul li a {
    font-size: 15px;
    display: block;
    color: #43474a;
}

.user-profile-bg .user-nav ul li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #eaeaea;
    border-radius: 6px;
    margin-right: 6px;
    font-size: 13px;
    transition: all .5s ease-in-out;
}

.user-profile-bg .user-nav ul li.current a i {
    color: #111111e3;
}

.user-profile-bg .user-nav ul li a:hover {
    text-decoration: none;
}

.user-profile-bg .user-nav ul li a:hover i {
    background-color: #111111e3;
    color: #fff;
}

.user-profile-bg .user-nav ul li:last-child a i {
    color: #ed2028;
}

.user-profile-bg .user-nav ul li:last-child a:hover i {
    background-color: #ed2028;
    color: #fff;
}

.dashboard-title {
    font-size: 24px;
    border-bottom: 1px solid #ededed;
    margin-bottom: -3px;
}

.dashboard-title span {
    border-bottom: 3px solid #ed1d24;
    padding-bottom: 10px;
    display: inline-block;
}

.dashboard-title span small {
    font-size: 13px;
    display: block;
}

.dasboard-content-bg {
    margin-top: 30px;
}

.dasboard-content-bg .dashboard-item {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 20px;
    display: block;
    margin-bottom: 25px;
}

.dasboard-content-bg .dashboard-item i {
    font-size: 32px;
    background-color: #dfecff;
    color: #111111e3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px #c3c3c3;
    transition: all .5s ease-in-out;
}

.dasboard-content-bg .dashboard-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.dasboard-content-bg .dashboard-item h6 {
    font-size: 13px;
    color: #7d8790;
    line-height: 1.5;
}

.dasboard-content-bg .dashboard-item:hover {
    text-decoration: none;
}

.dasboard-content-bg .dashboard-item:hover i {
    background-color: #f5e0e1;
    color: #ed2028;
}

/*user account page end*/

/*filter start*/

.filter-head {

    font-size: 18px;

    background-color: #f5f5f5;

    padding: 6px 12px;

}

.filter-head i {

    float: right;

    margin: 5px -5px 0px 0px;

    color: #111111e3;

}

.filter-side {}

.filter-side h3 {

    border: 1px solid #c5c4c4;

    float: left;

    width: 100%;

    font-size: 15px;

    padding: 5px 12px;

    margin-top: 15px;

}

.filter-side label {

    display: block;

    margin-left: 15px;
    cursor: pointer;

}



.scrollbar {

    float: left;

    height: 110px;

    width: 100%;

    overflow-y: scroll;

    margin-bottom: 25px;

}



.force-overflow {

    min-height: 100px;

}



#scrollbarstyle::-webkit-scrollbar {

    width: 5px;

    background-color: #dcdcdc;

}



#scrollbarstyle::-webkit-scrollbar-thumb {

    background-color: #f72c33;

}



.scrollbar .checkbox {

    margin-top: 0px !important;

}



.force-overflow {

    list-style: none;

    padding-left: 0px;

}

/*filter end*/



/*Flight section start*/
.flight-bg {

    background-color: #fff;

    padding: 5px 20px 5px 10px;

    box-shadow: 0px 0px 1px 1px #ddd;

    border-radius: 6px;

    text-align: center;

    margin-bottom: 20px;
    position: relative;

}



.flight-bg .flogo {

    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0px 3px 3px 0px #d2cece;

}



.flight-bg span {

    display: block;

}



.flight-bg .ftitle {

    display: block;

}



.flight-bg .ft {

    font-size: 20px;

    margin-top: 5px;

}



.flight-bg .price small {

    text-decoration: line-through;

    margin-top: 15px;

    display: block;

}



.flight-bg .price span {

    font-size: 20px;

}



.flight-bg .col-6,
.flight-bg .col-12 {

    padding-left: 5px;

    padding-right: 5px;

}

.bus-seats {
    margin-bottom: -15px;
}


.flight-bg .book {

    background-color: #ed1d24;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    margin-top: 20px;

    transition: all .4s;

}



.flight-bg .book:hover,
.flight-bg .book:focus {

    background-color: #111111e3;

    text-decoration: none;

}



.flight-detail-bg {

    padding: 10px 15px 5px;

    border-top: 1px solid #e0e0e0;

    margin-top: 10px;

    text-align: left;

}



.flight-detail-bg h2 {

    font-size: 15px;

    margin: 0px;

}



.flight-detail-bg .ref {

    font-size: 13px;

    float: right;

}



.flight-detail-bg .details {

    float: right;

    color: #5c5a5a;

    font-size: 13px;

}



.flight-detail-bg .details:hover {

    color: #1b1b1b;

    text-decoration: none;

}



.flight-detail {

    background-color: #f8f8f8;

    padding: 20px;

    text-align: left;

    border-radius: 8px;

    margin: 10px 0px;

}

.flight-detail:before {

    content: "";

    position: absolute;

    border-right: 8px solid transparent;

    border-bottom: 12px solid #f8f8f8;

    border-left: 8px solid transparent;

    right: 70px;

    margin-top: -31px;

}



.flight-detail .loc {

    display: block;

    text-align: center;

}



.flight-detail .time {

    font-size: 24px;

    font-weight: bold;

    line-height: 28px;

    display: block;

    text-align: center;

}



.flight-detail .date {

    font-weight: bold;

    font-size: 13px;

    display: block;

    text-align: center;

}



.flight-detail .air {

    color: #746d6d;

    font-size: 13px;

    display: block;

    text-align: center;

}



.flight-detail .line,
.flight-detail .line2 {

    border-bottom: 3px solid #e8e8e8;

    /*width: 80%;*/

    margin-top: 20px;

    padding-bottom: 12px;

    text-align: center;

    margin-bottom: 10px;

}



.flight-detail .line i {

    position: absolute;

    margin-top: 25px;

    transform: rotate(45deg);

    font-size: 20px;

    left: 50%;

}

.flight-detail .line2 i {
    position: absolute;
    margin-top: 25px;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);

}



.flight-detail .change-plan {

    background-color: #111111e3;

    border-radius: 50px;

    text-align: center;

    color: #fff;

    padding: 5px;

    margin: 20px 0px;

}



.feat {

    background-color: #fff;

    padding: 15px;

    border-radius: 4px;

    font-size: 12px;

    text-align: right;

    margin: 10px 0px 20px;

}



.amenities {

    background-color: #eaeaea;

    padding: 15px 25px;

    border-radius: 4px;

    font-size: 12px;

    margin: 25px 0px 0px;

}

.amenities div {

    margin-bottom: 5px;
    margin-top: 5px;

}

.amenities-details {

    background-color: #eaeaea;

    padding: 15px 25px;

    border-radius: 4px;

    font-size: 13px;

}

.amenities-details div {

    margin-bottom: 5px;
    margin-top: 5px;

}



.fare {

    text-align: left;

    margin-top: 20px;
    background: #f8f8f8;
    padding: 20px 20px 5px;
    border-radius: 8px;

}

.fare:before {
    content: "";
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #f8f8f8;
    border-left: 8px solid transparent;
    right: 70px;
    margin-top: -31px;
}


.agentfare {

    position: absolute;

    right: 0px;

    margin-top: -6px;

    background-color: #111111e3;

    color: #fff;

    padding: 0px 3px 7px 10px;

    border-radius: 0px 13px 0px 50px;

    z-index: 1;

}

.agentfare:hover,
.agentfare:focus {

    background-color: #3436b1;

    color: #fff;

    text-decoration: none;

}



.agentfared {

    background-color: #e3e4ff;

    padding: 5px;

    margin: -5px -20px 5px -10px;

    border-radius: 6px 0px 0px 0px;

    font-size: 13px;

}

.fcart {

    text-align: center;

}

.fcart img {

    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    box-shadow: 0px 3px 3px 0px #d2cece;

}

.fcart span {

    display: block;
    margin-top: 3px;

}

.fcart small {

    display: block;

}



/*Flight section end*/

/*Hotel section start*/

.hotel-bg {

    background-color: #fff;

    padding: 15px;

    box-shadow: 0px 0px 1px 1px #ddd;

    border-radius: 6px;

    margin-bottom: 20px;
    position: relative;

}



.hotel-bg .himg {

    height: 115px;

    border-radius: 4px;

}



.hotel-bg span {

    display: block;

}



.hotel-bg .rate {

    display: inline;

    color: #FF9800;

    padding-right: 10px;

}

.hotel-bg .location {

    display: inline-block;

}

.hotel-bg .location i {

    color: #434343;

}



.hotel-bg .faci {

    font-size: 16px;

}



.hotel-bg .faci small {

    display: inline-block;

    margin-top: 5px;

    margin-right: 8px;

}



.hotel-bg .ht {

    font-size: 20px;

    margin-top: 5px;

    line-height: 25px;

}

.hotel-bg .ht a {

    color: #474747;

}

.hotel-bg .ht a:hover,
.hotel-bg .ht a:focus {

    color: #111111e3;

    text-decoration: none;

}



.hotel-bg .price small {

    display: block;

    text-align: center;

    font-size: 15px;

}



.hotel-bg .price span {

    font-size: 24px;

    text-align: center;

}



.hotel-bg .book {

    background-color: #ed1d24;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    margin-top: 15px;

    transition: all .4s;

    text-align: center;

}



.hotel-bg .book:hover,
.hotel-bg .book:focus {

    background-color: #111111e3;

    text-decoration: none;

    color: #fff;

}



.btn-book {

    background-color: #c0c0c0;

    color: #000;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    transition: all .4s;

    text-align: center;

    width: 100%;

    border: unset;

}



.btn-book:hover,
.btn-book:focus {

    background-color: #000;

    text-decoration: none;

    color: #fff;

}



.btn-book1 {

    background-color: #111111e3;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    transition: all .4s;

    text-align: center;

    width: 100%;

    border: unset;

    font-size: 18px;

}



.btn-book1:hover,
.btn-book1:focus {

    background-color: #ed1d24;

    text-decoration: none;

    color: #fff;

}



.hheading {

    background-color: #f7f7f7;

    padding: 15px 15px 8px;

    border-radius: 6px;

    margin-bottom: 20px;

    margin-top: 25px;

}

.hheading h1 {

    font-size: 22px;

}

.hheading h5 {

    font-size: 14px;

}

.hheading .hprice {

    font-size: 24px;

    display: block;

    text-align: center;

    margin-bottom: 5px;

}

.hheading i {

    color: #ed1c24;

}



.book-bg {

    background-color: #111111e3;

    display: block;

    text-align: center;

    color: #fff;

    font-size: 16px;

    padding: 7px 10px;

    border-radius: 50px;

    margin-bottom: 10px;

}



.book-bg:hover {

    background-color: #ed1d24;

    text-decoration: none;

    color: #fff;

}



.slide-bg {

    margin-bottom: 20px;

}

.slide-bg img {

    border-radius: 4px;

}



.slide-bg h4 {

    font-size: 20px;

    border: 1px solid #e7e4e4;

    padding: 5px 12px;

    border-radius: 4px;

}



.slide-bg .fac {

    display: block;

    border-bottom: 1px solid #efecec;

    margin-bottom: 2px;

    padding: 5px;

}



.hdetails {

    border: 1px solid #d9d9d9;

    padding: 15px;

    border-radius: 6px;

    margin-bottom: 30px;

}

.hdetails h2 {

    font-size: 18px;

}



.htitle {

    font-size: 20px;

    color: #111111e3;

}

.title2 {

    font-size: 28px;

    color: #111111e3;

    font-size: 26px;

    color: #111111e3;

    margin-bottom: 0;

}

.hotel-detail-bg {

    padding: 10px 15px 5px;

    border-top: 1px solid #e0e0e0;

    margin-top: 10px;

}



.hotel-detail-bg h2 {

    font-size: 15px;

    margin: 0px;

}



.hotel-detail-bg .ref {

    font-size: 13px;

}



.hotel-detail-bg .details {

    color: #5c5a5a;

    font-size: 14px;

}



.hotel-detail-bg .details:hover {

    color: #1b1b1b;

    text-decoration: none;

}

.agentfare-h {

    position: absolute;

    right: 0px;

    margin-top: -16px;

    background-color: #111111e3;

    color: #fff;

    padding: 0px 3px 7px 10px;

    border-radius: 0px 13px 0px 50px;

    z-index: 1;

}



.agentfare-h:hover,
.agentfare-h:focus {

    background-color: #3436b1;

    color: #fff;

    text-decoration: none;

}



.agentfared-h {

    background-color: #e3e4ff;

    padding: 5px;

    margin: -15px -15px 10px;

    border-radius: 6px 0px 0px 0px;

    font-size: 13px;

    text-align: center;

}

/*hotel section end*/

/*Cab section start*/
.cab-bg {

    background-color: #fff;

    padding: 15px;

    box-shadow: 0px 0px 1px 1px #ddd;

    border-radius: 6px;

    margin-bottom: 20px;
    position: relative;

}



.cab-bg .himg {
    border-radius: 6px;
    box-shadow: 0px 3px 3px 0px #d2cece;

}



.cab-bg span {

    display: block;

}



.cab-bg .rate {

    display: inline;

    color: #FF9800;

    padding-right: 10px;

}

.cab-bg .location {

    display: inline-block;

}

.cab-bg .location i {

    color: #434343;

}



.cab-bg .faci {

    font-size: 16px;
    margin-top: 5px;

}



.cab-bg .faci small {

    display: inline-block;

    margin-top: 5px;

    margin-right: 8px;

}

.cab-bg .faci b {
    margin-right: 10px;

}

.cab-notes {
    margin-top: 15px;
}

.cab-notes i {}

.cab-notes span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.cab-notes span small {}

.cab-notes a {}



.cab-bg .ht {

    font-size: 20px;

    margin-top: 5px;

    line-height: 25px;

}

.cab-bg .ht a {

    color: #474747;

}

.cab-bg .ht a:hover,
.cab-bg .ht a:focus {

    color: #111111e3;

    text-decoration: none;

}



.cab-bg .price small {

    display: block;

    text-align: center;

    font-size: 15px;

}



.cab-bg .price span {

    font-size: 24px;

    text-align: center;

}



.cab-bg .book {

    background-color: #ed1d24;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    margin-top: 15px;

    transition: all .4s;

    text-align: center;

}



.cab-bg .book:hover,
.cab-bg .book:focus {

    background-color: #111111e3;

    text-decoration: none;

    color: #fff;

}

/*Cab section end*/


/*Bus Section start*/
.select-seat {
    margin-top: 20px;
    background: #f8f8f8;
    padding: 30px 30px;
    border-radius: 8px;
    text-align: left;
}

.seat {

    background-color: #fff;
    box-shadow: 0px 4px 14px #a5a4a4;
    padding: 20px;
    border-radius: 50px 0px 0px 50px;
    margin-bottom: 30px;
}

.seat:last-child {

    margin-bottom: 0px;
}

.seat-title {

    background-color: #f3f3f3;
    padding: 6px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
}

.seat .single {
    margin-top: 50px;
}

.driver-s {
    background: url(../img/d.png) no-repeat;
    background-position: center 30%;
    background-size: 60%;
}

.check-box {
    display: block;
    position: relative;
    height: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box small {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checked {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid#111111e3;
}

.check-box:hover input~.checked {
    background-color: #fff;
}

.check-box input:checked~.checked {
    background-color: #111111e3;
    color: #fff;
}

.checked.booked {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
    cursor: not-allowed;
    color: #c1c1c1;
}

.checked.booked:hover,
.checked.booked:focus {
    background-color: #c1c1c1 !important;
}

.available,
.bookedinfo,
.ladies,
.blocked {
    padding-left: 15px;
    display: inline-block !important;
    margin: 0px 10px 5px;
}

.available::before,
.bookedinfo::before,
.ladies::before,
.blocked::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    margin-left: -25px;
    border: 1px solid;
}

.available::before {
    border-color: #111111e3;
}

.bookedinfo::before {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

.ladies::before {
    border-color: #ff40bf;
}

.blocked::before {
    background-color: #ffeaeb;
    border-color: #fea3a3;
}

.seat-info {
    margin-top: 10px;
}

.seat-count {
    font-size: 24px;
    margin: 10px 0px;
}

.seat-count small {
    font-size: 60%;

}

.book-seat-btn {

    background-color: #ed1d24;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 40px;
    margin-top: 15px;
}

.book-seat-btn:hover {

    background-color: #111111e3;
    text-decoration: none;
    color: #fff;
}

.total-amount {
    font-size: 28px;
    margin-top: 15px;
    text-align: center;
}

/*Bus Section end*/




/*Checkout start*/
.form-bg {

    background-color: #fff;

    box-shadow: 0px 0px 1px 1px #dcdcdc;

    padding: 15px;

    border-radius: 4px;

}



/*Checkout end*/





/*Login start*/

.login-bg {

    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 4px 12px #c5c5c5;
    padding: 45px 45px 30px;
    border-radius: 8px;

}

.login-bg h1 {

    border-bottom: 1px solid #dbdbdb;

    padding-bottom: 8px;

    margin-bottom: 20px;

    font-size: 24px;

}

.login-bg h1 span {

    border-bottom: 3px solid #ed1d24;

    padding-bottom: 7px;

}

.login-inp {

    margin-bottom: 15px;

}

.login-inp span {

    display: block;

    margin-bottom: 5px;

}

.login-inp input {

    width: 100%;

    border: 1px solid #d6d2d2;

    padding: 8px 15px;

    border-radius: 4px;

}



.forgot {

    position: absolute;

    right: 40px;

    color: #686767;

    z-index: 1;

}

.forgot:hover {

    color: #111111e3;

    text-decoration: none;

}



.check {

    display: block;

    position: relative;

    padding-left: 30px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 14px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.check input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}



.checkmark {

    position: absolute;

    top: 0;

    left: 0;

    height: 22px;

    width: 22px;

    border-radius: 4px;

    background-color: #eee;

}



.check:hover input~.checkmark {

    background-color: #ccc;

}



.check input:checked~.checkmark {

    background-color: #111111e3;

}



.checkmark:after {

    content: "";

    position: absolute;

    display: none;

}



.check input:checked~.checkmark:after {

    display: block;

}



.check .checkmark:after {

    left: 9px;

    top: 5px;

    width: 5px;

    height: 10px;

    border: solid white;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}



.btn-login {

    width: 100%;

    border: unset;

    border-radius: 6px;

    font-size: 18px;

    padding: 7px 10px;

    background-color: #111111e3;

    color: #fff;

    margin-top: 15px;

}



.btn-login:hover {

    background-color: #f8323a;

}



.orlogin {

    text-align: center;

    font-size: 13px;

    margin: 30px 0px 15px;

    border-bottom: 1px solid #eee;

}

.orlogin span {

    position: absolute;

    background-color: #fff;

    padding: 0px 10px;

    transform: translateX(-50%);

    margin-top: -10px;

}



.login-social {

    margin: 20px 0px 10px;

}

.login-social .lfacebook,
.login-social .lgoogle {

    display: block;

    text-align: center;

    font-size: 15px;

    padding: 7px 5px;

    border-radius: 50px;

    margin-bottom: 10px;

}



.login-social .lfacebook {

    background-color: #3b589a;

    border: 1px solid #3b589a;

    color: #fff;

}



.login-social .lgoogle {

    background-color: #fff;

    color: #434343;

    border: 1px solid #888;

    box-sizing: border-box;

}

.login-social .lfacebook:hover,
.login-social .lgoogle:hover {

    text-decoration: none;

}



.orsignup {

    text-align: center;

    font-size: 13px;

    margin: 40px 0px 30px;

    border-bottom: 1px solid #eee;

}

.orsignup span {

    position: absolute;

    background-color: #fff;

    padding: 0px 10px;

    transform: translateX(-50%);

    margin-top: -10px;

}

.create-acc {

    text-align: center;

    margin-bottom: 20px;

}



.create-acc a {

    background-color: #fff;

    border: 1px solid #d6d6d6;

    padding: 8px 25px;

    border-radius: 50px;

    font-size: 18px;

    color: #111111e3;

    margin-top: 20px;

    display: block;

}



.create-acc a:hover {

    text-decoration: none;

    background-color: #111111e3;

    color: #fff;

}

/*Login end*/



/*Common page*/

.mar10 {

    margin-top: 10px;

}

.mar20 {

    margin-top: 20px;

}

.mar30 {

    margin-top: 30px;

}

.mar40 {

    margin-top: 40px;

}

.mar50 {

    margin-top: 50px;

}

.mar60 {

    margin-top: 60px;

}

.mar70 {

    margin-top: 70px;

}

.mar80 {

    margin-top: 80px;

}



.sidenav {

    list-style: none;

    padding: 10px 15px;

    border: 1px solid #f4f3f3;

}

.sidenav li {

    border-bottom: 1px solid #eee;

}

.sidenav li:last-child {

    border-bottom: unset;

}

.sidenav li a {

    display: block;

    color: #656565;

    padding: 5px 0px;

    transition: all .5s;

}

.sidenav li a:hover,
.sidenav li a:focus {

    color: #f72c33;

    text-decoration: none;

    padding-left: 15px;

}





/*Common page end*/



/*Blog start*/
.banner-blog {
    text-align: center;
    padding: 90px 0px;
    margin-bottom: 70px;
}

.banner-blog h1 {
    color: #fff;
    font-size: 32px;
}

.banner-blog h6 {
    color: #fff;
    font-size: 14px;
}

.banner-blog.overlay {
    position: relative;
    z-index: 1;
}

.banner-blog.overlay::before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-blog .breadcrumb {

    background-color: transparent;
    display: block;
    color: #fff;
}

.banner-blog .breadcrumb li {
    display: inline-block;
}

.banner-blog .breadcrumb li a {
    color: #fff;
}

.banner-blog .breadcrumb li a:hover {
    color: #ed2028;
    text-decoration: none;
}

.blogTags {

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0px 10px;
    margin: 35px 0px;
}

.social-btn {
    text-align: end;
}

.social-btn a {
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin: 0px 3px;
}

.social-btn a:hover {
    text-decoration: none;
}

.social-btn a i {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.social-btn a i.fa-facebook {
    background-color: #5d82d1;
}

.social-btn a i.fa-linkedin {
    background-color: #238cc8;
}

.social-btn a i.fa-twitter {
    background-color: #40bff5;
}

.social-btn a:hover {
    transform: scale(1.2);
}

.blog-author {
    background-color: #f7f8f9;
    padding: 20px 20px 20px 120px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 50px;
}

.blog-author img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
}

.blog-author h3 {
    font-size: 18px;
}

.blog-author h3 span {
    color: #2f3092;
}

.blog-author p {
    margin: 0px;
}

.blog-comment {}

.blog-comment h3 {
    font-size: 18px;
    margin-bottom: 15px;
    ;
}

.blog-comment .media {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-bottom: 25px;
    position: relative;

}

.blog-comment .media .media {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-bottom: 0px;

}

.blog-comment .media .reply {
    position: absolute;
    right: 0;
    top: 25px;
    background-color: #f7f8f9;
    color: #000;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
}

.blog-comment .media .reply:hover {
    background-color: #e4e5e6;
    text-decoration: none;
}

.blog-comment .media img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.blog-comment .media h5 {
    font-size: 15px;
    margin-bottom: 15px;
}

.blog-comment .media h5 small {
    display: block;
    margin-top: 5px;
}

.comment-from {
    margin: 70px 0px 20px;
}

.comment-from h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.comment-from h3 small {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.comment-from input,
.comment-from textarea {
    font-size: 14px;
}

.comment-from input:focus,
.comment-from textarea:focus {
    box-shadow: unset;
    border: 1px solid #111111e3;
}

.related-article-bg {
    background-color: #f5f8fb;
    padding: 70px 0px 90px;
    margin-bottom: -50px;
    margin-top: 70px;
}

.related-article-bg .related-title {
    text-align: center;
    margin-bottom: 45px;
}

.related-article-bg .article-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 5px #eaeaea;
    padding: 20px;
    margin: 10px 0px;
}

.related-article-bg .article-item span {
    display: block;
    margin-bottom: 10px;
    color: #8c98a4;
    font-size: 13px;

}

.related-article-bg .article-item a:hover,
.related-article-bg .article-item a:hover h2 {
    text-decoration: none;
    color: #111111e3;

}

.related-article-bg .article-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.related-article-bg .article-item p {
    color: #646f79;

}

.related-article-bg .article-item .postedby {
    background: #f5f8fb;
    padding: 15px;
    margin: 40px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.related-article-bg .article-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.related-article-bg .article-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.related-article-bg .article-item .postedby .media h5 a {
    color: #343a40;
}

.related-article-bg .article-item .postedby .media h5 a:hover {
    color: #111111e3;
}

.blog-list {

    padding-left: 85px;

    border-bottom: 1px solid #e6e6e6;

    padding-bottom: 40px;

    margin-bottom: 40px;

}

.blog-list img {

    border-radius: 6px;

    margin-bottom: 10px;

}



.blog-list h2 {

    font-size: 28px;

    font-weight: 600;

}



.blog-list p {

    line-height: 24px;

}



.blog-list a {

    border: 2px solid #e3e3e3;

    color: #000;

    text-transform: uppercase;

    padding: 8px 15px;

    display: inline-block;

}



.blog-list a:hover {

    color: #111111e3;

    text-decoration: none;

}



.pdate {

    width: 60px;

    text-align: center;

    border: 1px solid #e1e1e1;

    padding: 8px 0px 15px;

    border-radius: 4px;

    position: absolute;

    left: 15px;

    color: #5c5c5c;

}

.pdate span {

    display: block;

    font-size: 28px;

    border-bottom: 1px solid #f2f2f2;

    margin-bottom: 5px;

}

.pdate small {

    display: block;

    line-height: 13px;

}



.blog-search {

    margin-bottom: 20px;
    position: relative;

}



.blog-search input {
    width: 100%;
    padding: 10px 35px 10px 15px;
    border: 2px solid #dfe2e5;
    border-radius: 4px;

}



.blog-search button {
    position: absolute;
    right: 0px;
    border: unset;
    background-color: transparent;
    height: 43px;
    width: 43px;
    color: #111111e3;

}



.post-info {

    margin-bottom: 15px;

}

.post-info small {
    color: #8f9397;
    border-right: 1px solid #8f9397;
    padding: 0px 10px;
    font-size: 13px;

}

.post-info small:first-child {
    padding-left: 0px;

}

.post-info small:last-child {
    border-right: unset;

}

.blockquote {
    padding: 10px 20px;
    border-left: 4px solid #ed2028;
    border-radius: 6px;
    margin-bottom: 25px;
}

.blockquote h5 {
    font-size: 17px;
}

.blockquote cite {
    font-size: 13px;
}

.recent-post h2 {
    font-size: 17px;
    padding: 6px 0px;
    margin-bottom: 6px;
    color: #343a40;
}

.recent-post a {

    border-bottom: 1px solid #e5e5e5;
    display: block;

    color: #2f2f2f;

    padding-bottom: 10px;

    margin-bottom: 15px;
}

.recent-post a:last-child {

    border-bottom: unset;
}

.recent-post a:hover {
    color: #111111e3;

    text-decoration: none;
}

.recent-post a h3 {

    line-height: 1.3;
    display: block;
    margin-bottom: 0px;
    color: #343a40;
    font-weight: 600;
    font-size: 13px;
}

.recent-post a img {
    border-radius: 4px;
}

.recent-post a span {
    font-size: 12px;
}

.tag-bg h2 {

    font-size: 17px;
    padding: 6px 0px;
    margin-bottom: 6px;
    color: #343a40;
}

.tag-bg a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #8f9397;
    font-size: 13px;
    transition: all .5s;
}

.tag-bg a:hover {
    text-decoration: none;
    color: #111111e3;
    border: 1px solid#111111e3;
}

.pl {

    padding-left: 10px;

}



.pr {

    padding-right: 0px;

}

.page-link {

    color: #111111e3;

}

.page-item.active .page-link {

    background-color: #111111e3;

    border-color: #111111e3;

}

/*Blog end*/

/*404 Error start*/
.error-bg {
    text-align: center;
    padding: 30px 0px 50px;
}

.error-bg h2 {
    font-size: 210px;
    font-weight: 600;
    line-height: 170px;
    color: #111111e3;
}

.error-bg h4 {
    font-size: 58px;
    margin-bottom: 25px;
}

.error-bg h6 {
    color: #8f9397;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 20px;

}

.error-bg a {

    display: inline-block;
    border: 2px solid #e4e4e4;
    color: #8f9397;
    border-radius: 6px;
    padding: 8px 25px;
    transition: all .5s ease-in-out;
}

.error-bg a:hover {
    border: 2px solid#111111e3;
    color: #111111e3;
    text-decoration: none;
}

/*404 Error end*/

/*FAQs start*/
.faq-search {

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.faq-search input {
    font-size: 15px;
    height: 45px;
    padding: 15px 25px;
    border-radius: 3px 0px 0px 3px;
    border: unset;
}

.faq-search .input-group {
    width: 700px;
}

.faq-search input:focus {
    box-shadow: unset;
}

.faq-search button {
    background-color: #111111e3;
    color: #fff;
    border: unset;
    font-size: 14px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;

}

.faq-search button:hover,
.faq-search button:focus {
    background-color: #ed2028;
    color: #fff;
    border: unset;
    font-size: 14px;
    box-shadow: unset;

}

.faq-bg {}

.faq-bg .related-title {
    text-align: center;
    margin-bottom: 45px;
}

.faq-bg .article-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 14px #eaeaea;
    padding: 20px;
    margin-bottom: 30px;
}

.faq-bg .article-item a h2 {
    color: #111111e3;

}

.faq-bg .article-item a:hover,
.faq-bg .article-item a:hover h2 {
    text-decoration: none;
    color: #ed2028;

}

.faq-bg .article-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.faq-bg .article-item p {
    color: #646f79;

}

.faq-bg .article-item .postedby {
    background: #f5f8fb;
    padding: 10px 15px 5px;
    margin: 20px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.faq-bg .article-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.faq-bg .article-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.faq-bg .article-item .postedby .media h5 {
    color: #343a40;
    font-size: 13px;
    font-weight: 400;
}

.faq-bg .article-item .postedby .media h5 span {}

.faqs-support {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.faqs-support h3 {
    font-size: 20px;
}

.faqs-support a {
    color: #444444;
    font-size: 18px;
}

.faqs-support p a {
    color: #111111e3;
    font-size: 14px;
}

.faqs-video {
    background-color: #f7f8f9;
    padding: 15px;
}

.faqs-video iframe {
    width: 100% !important;
    height: auto;
}

/*FAQs end*/

/*Career start*/
.career-search {

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.career-search input {
    font-size: 15px;
    height: 45px;
    padding: 15px 25px;
    border-radius: 3px 0px 0px 3px;
    border: unset;
}

.career-search select {
    font-size: 15px;
    height: 45px;
    padding: 15px 25px;
    border-radius: 3px 0px 0px 3px;
    border: unset;
}

.career-search select:focus {
    box-shadow: unset;
}

.career-search select.vline {
    border-left: 1px solid #e4e6e8;
}

.career-search .input-group {
    width: 700px;
}

.career-search input:focus {
    box-shadow: unset;
}

.career-search button {
    background-color: #111111e3;
    color: #fff;
    border: unset;
    font-size: 14px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;

}

.career-search button:hover,
.career-search button:focus {
    background-color: #ed2028;
    color: #fff;
    border: unset;
    font-size: 14px;
    box-shadow: unset;

}

.career-bg {}

.career-bg .related-title {
    text-align: center;
    margin-bottom: 45px;
}

.career-bg .article-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 14px #eaeaea;
    padding: 20px;
    margin-bottom: 30px;
}

.career-bg .article-item a h2 {
    color: #111111e3;

}

.career-bg .article-item a:hover,
.career-bg .article-item a:hover h2 {
    text-decoration: none;
    color: #ed2028;

}

.career-bg .article-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.career-bg .article-item p {
    color: #646f79;

}

.career-bg .article-item .postedby {
    background: #f5f8fb;
    padding: 10px 15px 5px;
    margin: 20px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.career-bg .article-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.career-bg .article-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.career-bg .article-item .postedby .media h5 {
    color: #343a40;
    font-size: 13px;
    font-weight: 400;
}

.career-bg .article-item .postedby .media .apply-now {
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: #f5f8fb;
    border: 1px solid#111111e3;
    color: #111111e3;
    padding: 6px 15px;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}

.career-bg .article-item .postedby .media .apply-now:hover {
    background-color: #111111e3;
    color: #fff;
}

.career-support {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.career-support h3 {
    font-size: 20px;
}

.career-support a {
    color: #444444;
    font-size: 18px;
}

.career-support p a {
    color: #111111e3;
    font-size: 14px;
}

.career-video {
    background-color: #f7f8f9;
    padding: 15px;
}

.career-video iframe {
    width: 100% !important;
    height: auto;
}

.career-intro {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.career-intro h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.applynow-btn {
    background-color: #111111e3;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    border-radius: 6px;
    margin-top: 25px;
    transition: all .5s ease-in-out;
}

.applynow-btn:hover,
.applynow-btn:focus {
    background-color: #ed2028;
    color: #fff;
    text-decoration: none;
}

.career-cont h2 {
    font-size: 17px;
}

.career-intro .career-print {
    color: #111111e3;
}

.career-intro .career-print:hover {
    text-decoration: none;
}

.career-form {
    box-shadow: 0px 4px 14px #dcdcdc;
    padding: 45px;
    border-radius: 12px;
    margin: 70px 0px 20px;
}

.career-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.career-form input,
.career-form textarea {
    font-size: 14px;
}

.career-form input:hover,
.career-form input:focus,
.career-form textarea:hover,
.career-form textarea:focus {
    box-shadow: unset;
    outline: 0;
    border: 1px solid #111111e3;
}

/*Career end*/

/*Contact us start*/
.contact-form {
    box-shadow: 0px 4px 14px #dcdcdc;
    padding: 45px;
    border-radius: 12px;
    margin: 0px 0px 30px;
}

.contact-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    font-size: 14px;
}

.contact-form input:hover,
.contact-form input:focus,
.contact-form textarea:hover,
.contact-form textarea:focus {
    box-shadow: unset;
    outline: 0;
    border: 1px solid #111111e3;
}

.contact-form .data-notes {
    margin-top: 25px;

}

.contact-info {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.contact-info h3 {
    font-size: 20px;
}

.contact-info p {
    margin-bottom: 0px;
    ;
}

.contact-info p a {
    color: #111111e3;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.contact-info p a:hover {
    color: #ed2028;
    text-decoration: none;
}

/*Contact us end*/

/*About Page start*/
.about-bg {}

.about-bg .about-aling {
    align-items: center;
    display: flex;
}

.about-bg .about-intro {
    margin-bottom: 20px;
}

.about-bg .about-intro h6 {
    color: #6d6d6d;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
}

.about-bg .about-intro h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.about-bg .about-intro h2 span {
    color: #111111e3;
}

.about-bg .about-intro ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.about-bg .about-intro ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about-bg .about-intro ul li::before {
    content: "";
    position: absolute;
    border-left: 14px solid #d2d2d2;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    left: 3px;
    top: 3px;
}

.about-bg .about-intro ul li::after {
    content: "";
    position: absolute;
    border-left: 14px solid #111111e3;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    left: 0;
}

.about-bg .intro-img {
    margin-left: 20px;
    position: relative;
    margin-bottom: 30px;

}

.about-bg .intro-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100%);
    background-color: #fff;
    border: 4px dashed #dcdcdc;
    border-radius: 2px;
    left: 0px;
    top: 30px;
    z-index: -1;

}

.about-bg .intro-img img {
    border-radius: 4px;

}

.about-tag {
    background-color: #f5f8fb;
    padding: 70px 0px;
    margin: 70px 0px;
    position: relative;
}

.about-tag h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}

.why-us {
    padding: 30px 0px 70px;
    position: relative;
    text-align: center;
}

.why-us h3 {
    font-size: 26px;
    line-height: 1.5;
}

.why-us h6 {
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.why-us .why-item {
    margin-bottom: 35px;
}

.why-us .why-item i {
    font-size: 32px;
    border-radius: 50%;
    border: 2px dotted #b3b3b3;
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111e3;
    margin-bottom: 20px;
}

.why-us .why-item h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.why-us .why-item p {}

.team-bg {
    background-color: #f5f8fb;
    padding: 110px 0px 80px;
    position: relative;
}

.team-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.team-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.team-bg .team-item {
    position: relative;
    border-radius: .4rem;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    padding: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.team-bg .team-item img {
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 30px;
}

.team-bg .team-item h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

.team-bg .team-item h5 {
    font-size: 13px;
    font-weight: 400;
}

.team-bg .team-item .team-social {
    margin: 20px 0px 15px;
}

.team-bg .team-item .team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid#111111e3;
    color: #111111e3;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 10px 5px 0px;
    transition: all .5s ease-in-out;

}

.team-bg .team-item .team-social a:hover {
    background-color: #111111e3;
    color: #fff;
    text-decoration: none;
}

.client-bg {
    padding: 110px 0px 80px;
    position: relative;
}

.client-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.client-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 50px;
}

.client-bg img {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 15px;
}

.news-bg {
    background-color: #f5f8fb;
    padding: 110px 0px 80px;
    position: relative;
}

.news-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.news-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.news-bg .news-item {
    position: relative;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}

.news-bg .news-item .news-text {
    padding: 25px 0px 25px 25px;
}

.news-bg .news-item .news-text h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.news-bg .news-item .news-text a:hover,
.news-bg .news-item .news-text a:hover h2 {
    text-decoration: none;
    color: #111111e3;
}

.news-bg .news-item .news-text p {
    margin-bottom: 0px;
}

.news-bg .news-item img {
    border-radius: 0px 6px 6px 0px;
}

/*About Page end*/

/*Maintenance Page start*/
.maintenance-bg {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maintenance-bg .maintenance-text h1 {
    font-size: 38px;
    color: #111111e3;
    margin-bottom: 20px;

}

.maintenance-bg .maintenance-text h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}

.maintenance-bg .maintenance-text .progress {
    height: 30px;
    padding: 6px;
}

.maintenance-bg .maintenance-text .progress-bar {
    border-radius: 4px 0px 0px 4px;
    background-color: #111111e3;
}

.maintenance-bg .maintenance-text .subscribe-sec {
    box-shadow: 0px 4px 14px #d6d6d6;
    padding: 20px 30px;
    border-radius: 6px;
    margin: 70px 0px 35px;
}

.maintenance-bg .maintenance-text .subscribe-sec h6 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}

.maintenance-bg .maintenance-text .subscribe-sec input {
    font-size: 14px;
    padding: 25px 20px;
    transition: all .5s ease-in-out;
}

.maintenance-bg .maintenance-text .subscribe-sec input:hover,
.maintenance-bg .maintenance-text .subscribe-sec input:focus {
    outline: 0;
    box-shadow: unset;
    border: 1px solid #111111e3;
}

.maintenance-bg .maintenance-text .subscribe-sec button {
    background-color: #111111e3;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid#111111e3;
    transition: all .5s ease-in-out;
}

.maintenance-bg .maintenance-text .subscribe-sec button:hover,
.maintenance-bg .maintenance-text .subscribe-sec button:focus {
    outline: 0;
    box-shadow: unset;
    background-color: #ed2028;
    border: 1px solid #ed2028;
}

.maintenance-bg .maintenance-text .maintenance-social {
    margin: 20px 0px 15px;
    text-align: center;
}

.maintenance-bg .maintenance-text .maintenance-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid#111111e3;
    color: #111111e3;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 10px 5px 0px;
    transition: all .5s ease-in-out;

}

.maintenance-bg .maintenance-text .maintenance-social a:hover {
    background-color: #111111e3;
    color: #fff;
    text-decoration: none;
}

/*Maintenance Page end*/

/*Timeline start*/
.timeline-start {
    font-size: 15px;
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 90px auto 90px;
    font-family: Open Sans;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #e0e0e0;
    top: -30px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

.timeline-cont {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-cont::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #111111e3;
    border: 4px solid #e0e0e0;
    top: 30px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-left {
    left: 0;
    padding-left: 0px;
}

.timeline-right {
    left: 50%;
    padding-right: 0px;
}

.timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 33px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid#111111e3;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent#111111e3;
}

.timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 33px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid#111111e3;
    border-width: 10px 10px 10px 0;
    border-color: transparent#111111e3 transparent transparent;
}

.timeline-right::after {
    left: -12px;
}

.timeline-content {
    padding: 30px;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 4px 16px #d6d5d5;
}

.timeline-content h2 {
    font-size: 18px;
    margin: 0px 0px 15px;
}

.timeline-content ul {
    list-style: none;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-content ul li {}

.timeline-content ul i {
    font-size: 18px;
    margin-right: 10px;
    line-height: 30px;
}

.timeline-content ul a {
    color: #565857;
    line-height: 30px;
}

.timeline-content ul a:hover,
.timeline-content ul a:focus {
    color: #111111e3;
    text-decoration: none;
}

.timeline-content img {
    border-radius: 4px;
}

.timeline-end {
    text-align: center;
    color: #565857;
    margin: 90px 0px;
}

.timeline-end h2 {
    font-size: 24px;
}

.timeline-end a {
    display: inline-block;
    border: 2px solid #e0e0e0;
    padding: 12px 30px;
    font-size: 17px;
    color: #828282;
    border-radius: 4px;
    margin-top: 10px;
    transition: all .5s ease-in-out;
}

.timeline-end a:hover {
    border: 2px solid #111111e3;
    color: #111111e3;
    text-decoration: none;
}

/*Timeline end*/

/*User panel start*/
.snav {}

.snav a {

    display: block;

    border-bottom: 1px solid #dedede;

    padding: 5px 10px;

    font-size: 15px;

    color: #1b1b1b;

    transition: all .5s;

}

.snav a:hover {

    padding-left: 25px;

    text-decoration: none;

    color: #111111e3;

}

.snav a i {

    margin-right: 5px;

}





.head {

    font-size: 24px;

    border-bottom: 1px solid #ededed;

    padding-bottom: 6px;

}



.head span {

    border-bottom: 3px solid #ed1d24;

    padding-bottom: 3px;

}



.head2 {

    font-size: 18px;

    border-bottom: 1px solid #ededed;

    padding-bottom: 6px;

}



.head2 span {

    border-bottom: 3px solid #ed1d24;

    padding-bottom: 3px;

}


.btn-add {
    background-color: #ffffff;
    border: 1px solid #111111e3;
    color: #111111e3;
    padding: 8px 15px;
    border-radius: 4px;
    position: absolute;
    right: 15px;
    margin-top: -30px;
    transition: all .5s ease-in-out;

}

.btn-add:hover {

    background-color: #111111e3;

    color: #fff;

    text-decoration: none;

}



.edit,
.delete,
.print {

    display: inline-block;

    padding: 1px 5px;

    border-radius: 4px;

    border: 1px solid;

}

.edit {

    border-color: #4CAF50;

    color: #4CAF50;

}



.edit:hover {

    background-color: #4CAF50;

    color: #fff;

}



.delete {

    border-color: #ed1d24;

    color: #111111e3;

}



.delete:hover {

    background-color: #ed1d24;

    color: #fff;

}



.print {

    border-color: #111111e3;

    color: #111111e3;

}



.print:hover {

    background-color: #111111e3;

    color: #fff;

}



.balance {

    box-shadow: 0px 0px 1px 1px #dcdcdc;

    padding: 15px;

    text-align: center;

    margin-top: 25px;

    border-radius: 4px;

    background-color: #fcfcfc;

    font-size: 32px;

    line-height: 28px;

}

.balance small {

    display: block;

    font-size: 14px;

}



.refill {

    box-shadow: 0px 0px 1px 0px #dadada;

    padding: 15px;

    margin: 20px 0px;

}



.bflight-bg {

    border: 1px solid#111111e3;

    border-radius: 8px;

    padding: 15px;

    margin-bottom: 25px;

}

.bflight-bg h2 {

    font-size: 15px;

    background-color: #111111e3;

    color: #fff;

    padding: 8px 12px;

    border-radius: 6px 6px 0px 0px;

    margin: -15px -15px 0px;

}



.bflight-bg .fd {}

.bflight-bg .id {

    margin-bottom: 10px;

    border-bottom: 1px solid #edecec;

    padding: 5px 0px;

}

.bflight-bg .fd span {

    display: block;

    font-size: 18px;

    line-height: 16px;

    text-align: center;

    text-align: center;

}



.bflight-bg .fd small {

    display: block;

    text-align: center;

    margin-bottom: 10px;

}



.bflight-bg .fd h3 {

    font-size: 18px;

}

.bflight-bg .fd h3 small {

    display: inline;

    color: #888;

}



.fi {

    text-align: center;

}

.fi i {

    position: absolute;

    left: -8px;

    margin-top: 18px;

    font-size: 20px;

}

.fi span {

    display: block;

    line-height: 18px;

}

.fi small {

    display: block;

}



.bag {

    border-top: 1px solid #eaeaea;

    margin-top: 15px;

    padding-top: 4px;

}

.bag span {

    font-size: 13px;

    display: inline-block;

    margin-right: 10px;

    border-right: 1px solid #d0d0d0;

    padding-right: 15px;

}

.bag span:last-child {

    border-right: unset;

}



.btn-print {

    margin-top: 10px;

}

.btn-print a {

    display: inline-block;

    background-color: #111111e3;

    padding: 6px 20px;

    color: #fff;

    border-radius: 4px;

}

.btn-print a:hover {

    text-decoration: none;

    background-color: #111;

}

/*User panel end*/


/*Element page start*/
.element-nav {
    list-style: none;
    padding: 10px 15px;
    border: 1px solid #f4f3f3;
}

.element-nav li {
    border-bottom: 1px solid #eee;
}

.element-nav li:last-child {
    border-bottom: unset;
}

.element-nav li a {
    display: block;
    color: #656565;
    padding: 5px 0px;
    transition: all .5s;
}

.element-nav li a:hover,
.element-nav li a:focus {
    color: #f72c33;
    text-decoration: none;
    padding-left: 15px;
}

.dark-bg {
    background-color: #111111e3;
    padding: 90px 0px;
}

.gray-bg {
    background-color: #f7f7f7;
    padding: 90px 0px;
}

.white-bg {
    background-color: #fff;
    padding: 90px 0px;
}

.dark-bg .sub-title,
.gray-bg .sub-title,
.white-bg .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 50px;
}

.dark-bg .sub-title {
    color: #c1c1c1;
}

/*Title 01 start*/
.site-title {
    padding: 50px 0px;
    margin-bottom: 70px;
}

.site-title h1 {
    font-size: 32px;
}

.site-title h6 {
    font-size: 14px;
}

.site-title .breadcrumb {
    background-color: transparent;
    display: block;
}

.site-title .breadcrumb li {
    display: inline-block;
}

.site-title .breadcrumb li a:hover {
    color: #ed2028;
    text-decoration: none;
}

/*Title end*/

/*Title with image start*/
.image-title {
    padding: 90px 0px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-title h1 {
    color: #fff;
}

.image-title h6 {
    color: #fff;
}

.image-title.overlay {
    position: relative;
    z-index: 1;
}

.image-title.overlay::before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.image-title .breadcrumb {
    color: #fff;
}

.image-title .breadcrumb li a {
    color: #fff;
}

/*Title with image end*/

/*Title color light start*/
.light-title {
    background-color: #f5f8fb;
}

/*Title color light end*/

/*Title color dark start*/
.dark-title {
    background-color: #111111e3;
}

.dark-title h1 {
    color: #fff;
}

.dark-title h6 {
    color: #fff;
}

.dark-title .breadcrumb {
    color: #fff;
}

.dark-title .breadcrumb li a {
    color: #fff;
}

/*Title color dark end*/


/*Testimonial desing 02 start*/
.testimonial-design-two-con {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 15px;
}

.testimonial-design-two-con p {
    margin-bottom: 0px;
}

.testimonial-design-two-con i {
    color: #111111e3;
}

.testimonial-design-two-con-name {
    position: relative;
    padding: 5px 10px 5px 60px;
    margin-top: 15px;
}

.testimonial-design-two-con-name .testi-desin-two-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-two-con-name .testi-designation-desin-two {
    font-size: 12px;
    display: block;
}

.testimonial-design-two-con-name .testi-img {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 12px #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.testimonial-design-two-con-name .testi-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/*Testimonial desing 02 end*/


/*Testimonial desing 03 start*/
.testimonial-design-three-con {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 15px;
}

.testimonial-design-three-con p {
    margin-bottom: 0px;
}

.testimonial-design-three-con i {
    color: #111111e3;
}

.testimonial-design-three-con-name {
    position: relative;
    margin-top: 15px;
}

.testimonial-design-three-con-name .testi-desin-three-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-three-con-name .testi-designation-desin-three {
    font-size: 12px;
    display: block;
}

/*Testimonial desing 03 end*/

/*Testimonial desing 04 start*/
.testimonial-design-four-con {
    background-color: #ffffff;
    padding: 30px 30px 30px 125px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 45px;
    position: relative;
}

.testimonial-design-four-con:before {
    position: absolute;
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #e0dede;
}

.testimonial-design-four-con:after {
    position: absolute;
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 20px solid #f6f6f6;
    border-top: 25px solid transparent;
    left: 70px;
    top: -25px;
}

.testimonial-design-four-con p {
    font-size: 18px;
    font-style: italic;
}

.testimonial-design-four-con i {
    color: #111111e3;
}

.testimonial-design-four-con .testi-desin-four-name {
    font-size: 17px;
    display: block;
    color: #000;
}

/*Testimonial desing 04 end*/

/*Testimonial desing 05 start*/
.testimonial-design-five-con {
    background-color: #ffffff;
    padding: 30px 30px 30px 125px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 45px;
    position: relative;
}

.testimonial-design-five-con:before {
    position: absolute;
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    left: 30px;
    top: 30px;
    color: #e0dede;
    z-index: 1;
}

.testimonial-design-five-con:after {
    position: absolute;
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 110px solid #111111e3;
    border-top: 100px solid transparent;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.testimonial-design-five-con p {
    font-size: 18px;
    font-style: italic;
}

.testimonial-design-five-con i {
    color: #111111e3;
}

.testimonial-design-five-con .testi-desin-five-name {
    font-size: 17px;
    display: block;
    color: #000;
}

/*Testimonial desing 05 end*/

/*Testimonial desing 06 start*/
.testimonial-design-six-con {
    padding: 20px 70px;
    color: #727272;
    border-radius: 6px;
    margin: 15px 20px 15px;
    text-align: center;
}

.testimonial-design-six-con p {
    font-size: 17px;
}

.testimonial-design-six-con i {
    color: #111111e3;
}

.testimonial-design-six-con-name {
    position: relative;
    margin-top: 15px;
}

.testimonial-design-six-con-name .testi-desin-six-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-six-con-name .testi-designation-desin-six {
    font-size: 12px;
    display: block;
}

.testimonial-design-six-con-name .testi-img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 12px #e2e2e2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonial-design-six-con-name .testi-img img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

/*Testimonial desing 06 end*/

/*Testimonial desing 07 start*/
.testimonial-design-seven-con {
    margin: 15px 20px 15px;
}

.testimonial-design-seven-con .testimonial-design-seven-text {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    position: relative;
}

.testimonial-design-seven-con .testimonial-design-seven-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 12px solid #e2e2e2;
    left: 22px;
    bottom: -13px;
}

.testimonial-design-seven-con-name {
    position: relative;
    padding: 30px 10px 5px 90px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.testimonial-design-seven-con-name .testi-desin-seven-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-seven-con-name .testi-designation-desin-seven {
    font-size: 12px;
    display: block;
}

.testimonial-design-seven-con-name .testi-img {
    position: absolute;
    left: 0;
    top: 15px;
}

.testimonial-design-seven-con-name .testi-img img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/*Testimonial desing 07 end*/


/*Blog post desing 01 start*/
.blog-design-one-item {
    position: relative;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 3px 14px #e2e2e2;
}

.blog-design-one-item .blog-design-one-text {
    padding: 25px 0px 25px 25px;
}

.blog-design-one-item .blog-design-one-text h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.blog-design-one-item .blog-design-one-text a:hover,
.blog-design-one-item .blog-design-one-text a:hover h2 {
    text-decoration: none;
    color: #111111e3;
}

.blog-design-one-item .blog-design-one-text p {
    margin-bottom: 0px;
}

.blog-design-one-item img {
    border-radius: 0px 6px 6px 0px;
}

/*Blog post desing 01 end*/

/*Blog post desing 02 start*/
.blog-design-two-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 12px #eaeaea;
    padding: 20px;
    margin: 10px 0px;
}

.blog-design-two-item span {
    display: block;
    margin-bottom: 10px;
    color: #8c98a4;
    font-size: 13px;

}

.blog-design-two-item a:hover,
.blog-design-two-item a:hover h2 {
    text-decoration: none;
    color: #111111e3;

}

.blog-design-two-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.blog-design-two-item p {
    color: #646f79;

}

.blog-design-two-item .postedby {
    background: #f5f8fb;
    padding: 15px;
    margin: 40px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.blog-design-two-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.blog-design-two-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.blog-design-two-item .postedby .media h5 a {
    color: #343a40;
}

.blog-design-two-item .postedby .media h5 a:hover {
    color: #111111e3;
}

/*Blog post desing 02 end*/

/*Blog post desing 03 start*/
.blog-design-three {
    padding-left: 85px;
    margin-bottom: 40px;
}

.blog-design-three img {
    margin-bottom: 10px;
}

.blog-design-three h2 {
    font-size: 18px;
}

.blog-design-three p {
    line-height: 24px;
}

.blog-design-three a {
    border: 2px solid #e3e3e3;
    color: #000;
    text-transform: uppercase;
    padding: 8px 15px;
    display: inline-block;
}

.blog-design-three a:hover {
    color: #111111e3;
    text-decoration: none;
}

/*Blog post desing 03 end*/

/*Blog post desing 04 start*/
.blog-design-four {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.blog-design-four img {
    transition: all .3s ease-in-out;
}

.blog-design-four:hover img {
    transform: scale(1.05);
}

.blog-design-four .blog-design-four-text {
    background-color: #fff;
    padding: 30px;
}

.blog-design-four .blog-design-four-text h2 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}

.blog-design-four .blog-design-four-text a:hover,
.blog-design-four .blog-design-four-text a:hover h2 {
    text-decoration: none;
    color: #111111e3;
}

.blog-design-four .blog-design-four-text p {
    margin-bottom: 20px;
}

.blog-design-four .blog-design-four-author {
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
    font-size: 13px;
    color: #86888a;
}

.blog-design-four .blog-design-four-author span a {
    color: #86888a;
}

.blog-design-four .blog-design-four-author span a:hover {
    color: #111111e3;
    text-decoration: none;
}

/*Blog post desing 04 end*/

/*Blog post desing 05 start*/
.blog-design-five {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.blog-design-five img {
    transition: all .3s ease-in-out;
}

.blog-design-five:hover img {
    transform: scale(1.05);
}

.blog-design-five .blog-design-five-text {
    background-color: #fff;
    padding: 30px;
    position: relative;
}

.blog-design-five .blog-design-five-text .blog-design-five-category {
    position: absolute;
    left: 0;
    top: -40px;
    background-color: #fff;
    padding: 10px 15px;
    color: #5f6367;
}

.blog-design-five .blog-design-five-text .blog-design-five-category:hover {
    color: #111111e3;
    text-decoration: none;
}

.blog-design-five .blog-design-five-text h2 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}

.blog-design-five .blog-design-five-text a:hover,
.blog-design-five .blog-design-five-text a:hover h2 {
    text-decoration: none;
    color: #111111e3;
}

.blog-design-five .blog-design-five-text p {
    margin-bottom: 0px;
}

.blog-design-five .blog-design-five-author {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    font-size: 13px;
    color: #86888a;
    margin-bottom: 20px;
}

.blog-design-five .blog-design-five-author span a {
    color: #86888a;
}

.blog-design-five .blog-design-five-author span a:hover {
    color: #111111e3;
    text-decoration: none;
}

/*Blog post desing 05 end*/

/*Blog post desing 06 start*/
.blog-design-six {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.blog-design-six .blog-design-six-text {
    background-color: #111111e3;
    padding: 30px;
    color: #dcdcdc;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.blog-design-six .blog-design-six-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
    color: #fff;
    font-weight: 400;
}

.blog-design-six .blog-design-six-text a:hover,
.blog-design-six .blog-design-six-text a:hover h2 {
    text-decoration: none;
    color: #fff;
}

.blog-design-six .blog-design-six-text p {
    margin-bottom: 0px;
    display: none;
}

.blog-design-six:hover p {
    display: block;
}

.blog-design-six .blog-design-six-author {
    font-size: 13px;
    color: #dcdcdc;
    margin-bottom: 10px;
}

.blog-design-six .blog-design-six-author span a {
    color: #dcdcdc;
}

.blog-design-six .blog-design-six-author span a:hover {
    color: #fff;
    text-decoration: none;
}

/*Blog post desing 06 end*/

/*Call to action 01 start*/
.cal-to-action {
    background: -moz-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ed2028), color-stop(100%, #223c7c));
    background: -webkit-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -o-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -ms-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    border-radius: 12px;
    padding: 50px 50px 35px;
}

.cal-to-action h3 {
    color: #fff;
}

.cal-to-action h6 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.cal-to-action a {
    width: 100%;
    background-color: #fff;
    color: #263b7a;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 12px;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out .5s;
}

.cal-to-action a:hover {
    text-decoration: none;
    background-color: #e6e8ea;
}

.dflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booking-demo {
    padding-bottom: 70px;
}

/*Call to action 01 end*/

/*Call to action 02 start*/
.cal-to-action-two {
    background-color: #111111e3;
    padding: 120px 0px;
    text-align: center;
}

.cal-to-action-two h6 {
    color: #d6d4d4;
    font-weight: 400;
}

.cal-to-action-two h2 {
    color: #fff;
    font-size: 52px;
    margin: 20px 0px 50px;
}

.cal-to-action-two a {
    display: inline-block;
    background-color: #fff;
    color: #111111e3;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all .5s ease-in-out;
}

.cal-to-action-two a:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

/*Call to action 02 end*/

/*Call to action 03 start*/
.cal-to-action-three {
    background: #FFF;
    border: 1px solid #DFDFDF;
    border-top: 3px solid #111111e3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 50px;
    border-radius: 10px;
}

.cal-to-action-three h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cal-to-action-three p {
    font-size: 16px;
    margin-bottom: 0px;
}

.cal-to-action-three a {
    background-color: #111111e3;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 5px;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}

.cal-to-action-three a:hover {
    text-decoration: none;
    background-color: #0f4b9e;
}

/*Call to action 03 end*/

/*Call to action 04 start*/
.cal-to-action-four {
    padding: 90px 0px;
    position: relative;
}

.cal-to-action-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 58%);
}

.cal-to-action-four h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cal-to-action-four a {
    background-color: #fff;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 5px;
    border-radius: 2px;
    transition: all .5s ease-in-out;
}

.cal-to-action-four a:hover {
    border: 2px solid #fff;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

/*Call to action 04 end*/

/*Call to action 05 start*/
.cal-to-action-five {
    background-color: #111111e3;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #fff;
}

.cal-to-action-five h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
}

.cal-to-action-five a {
    display: inline-block;
    padding: 9px 20px;
    color: #111111e3;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    font-size: 17px;
    margin-top: 25px;
    transition: .5s all ease-in-out;
}

.cal-to-action-five a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

/*Call to action 05 end*/

/*Call to action 06 start*/
.cal-to-action-six {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.cal-to-action-six h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.cal-to-action-six a {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    background-color: #111111e3;
    border: 2px solid #111111e3;
    border-radius: 4px;
    font-size: 17px;
    margin-top: 25px;
    transition: .5s all ease-in-out;
}

.cal-to-action-six a:hover {
    color: #111111e3;
    background-color: transparent;
    text-decoration: none;
}

/*Call to action 06 end*/

/*Call to action 07 start*/
.cal-to-action-seven {
    padding: 90px 0px;
    position: relative;
    background-color: #111111e3;
}

.cal-to-action-seven::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cal-to-action-seven h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cal-to-action-seven a {
    background-color: #fff;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 5px;
    border-radius: 2px;
    transition: all .5s ease-in-out;
}

.cal-to-action-seven a:hover {
    border: 2px solid #fff;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

/*Call to action 07 end*/

/*Call to action 06 start*/
.cal-to-action-eight {
    padding: 70px 150px;
    border-radius: 8px;
    text-align: center;
    border: 3px dotted #c7cbd2;
}

.cal-to-action-eight h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.cal-to-action-eight .btn-learn {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    background-color: #111111e3;
    border: 2px solid #111111e3;
    border-radius: 4px;
    font-size: 17px;
    transition: .5s all ease-in-out;
    margin: 15px;
}

.cal-to-action-eight .btn-learn:hover {
    color: #111111e3;
    background-color: transparent;
    text-decoration: none;
}

.cal-to-action-eight .btn-purchase {
    display: inline-block;
    padding: 9px 20px;
    border: 2px solid #c7cbd2;
    color: #75787b;
    background-color: transparent;
    border-radius: 4px;
    font-size: 17px;
    transition: .5s all ease-in-out;
    margin: 10px;
}

.cal-to-action-eight .btn-purchase:hover {
    text-decoration: none;
    color: #111111e3;
    border: 2px solid #111111e3;
}

/*Call to action 06 end*/

.gap-all-15 {
    margin: 15px;
}

/*Carousels or Slider 01 start*/
.sliderOne .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
}

.sliderOne .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderOne .slick-prev:before,
.sliderOne .slick-next:before {
    color: #111111e3 !important;
}

.sliderOne .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderOne .slick-prev {
    left: 50%;
    bottom: -30px;
    top: unset;
    margin-left: -45px;
}

.sliderOne .slick-next {
    right: 50%;
    bottom: -30px;
    top: unset;
    margin-right: -40px;
}

/*Carousels or Slider 01 end*/

/*Carousels or Slider 02 start*/
.sliderTwo .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f5f5f5;
    z-index: 9;
}

.sliderTwo .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderTwo .slick-prev:before,
.sliderTwo .slick-next:before {
    color: #111111e3 !important;
}

.sliderTwo .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderTwo .slick-prev {
    left: 50%;
    bottom: -30px;
    top: unset;
    margin-left: -45px;
}

.sliderTwo .slick-next {
    right: 50%;
    bottom: -30px;
    top: unset;
    margin-right: -40px;
}

/*Carousels or Slider 02 end*/

/*Carousels or Slider 03 start*/
.sliderThree .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
}

.sliderThree .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderThree .slick-prev:before,
.sliderThree .slick-next:before {
    color: #111111e3 !important;
}

.sliderThree .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderThree .slick-prev {
    margin-left: -30px;
}

.sliderThree .slick-next {
    margin-right: -30px;
}

/*Carousels or Slider 03 end*/

/*Carousels or Slider 04 start*/
.sliderFour .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f5f5f5;
    z-index: 9;
}

.sliderFour .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderFour .slick-prev:before,
.sliderFour .slick-next:before {
    color: #111111e3 !important;
}

.sliderFour .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderFour .slick-prev {
    margin-left: -30px;
}

.sliderFour .slick-next {
    margin-right: -30px;
}

/*Carousels or Slider 04 end*/

/*Carousels or Slider 05 start*/
.sliderFive .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
}

.sliderFive .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderFive .slick-prev:before,
.sliderFive .slick-next:before {
    color: #111111e3 !important;
}

.sliderFive .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderFive .slick-prev {
    margin-left: -30px;
}

.sliderFive .slick-next {
    margin-right: -30px;
}

/*Carousels or Slider 05 end*/

/*Carousels or Slider 06 start*/
.sliderSix {}

.sliderSix h5 {
    font-size: 32px;
    color: #fff;
}

.sliderSix p {
    font-size: 17px;
    color: #fff;
}

.sliderSix .carousel-inner {}

.sliderSix .carousel-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgb(25 1 6 / 20%);
    width: 100%;
    height: 100%;
}

/*Carousels or Slider 06 end*/

/*Buttons start*/
.btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 5px;
}

/*Button 01*/
.btn-desin-one {
    background-color: #111111e3;
    border: 2px solid #111111e3;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-one:hover,
.btn-desin-one:focus {
    background-color: transparent;
    border-color: #111111e3;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Button 02*/
.btn-desin-two {
    background-color: #fff;
    border: 2px solid #fff;
    color: #111111e3;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-two:hover,
.btn-desin-two:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 03*/
.btn-desin-three {
    background-color: #fff;
    border: 2px solid #111111e3;
    color: #111111e3;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-three:hover,
.btn-desin-three:focus {
    background-color: #111111e3;
    border-color: #111111e3;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 04*/
.btn-desin-four {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-four:hover,
.btn-desin-four:focus {
    background-color: #fff;
    border-color: #fff;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Buttons end*/

/*Button 05*/
.btn-desin-five {
    background-color: #111111e3;
    border: 2px solid #111111e3;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-five:hover,
.btn-desin-five:focus {
    background-color: transparent;
    border-color: #111111e3;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Button 06*/
.btn-desin-six {
    background-color: #fff;
    border: 2px solid #fff;
    color: #111111e3;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-six:hover,
.btn-desin-six:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 07*/
.btn-desin-seven {
    background-color: #fff;
    border: 2px solid #111111e3;
    color: #111111e3;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-seven:hover,
.btn-desin-seven:focus {
    background-color: #111111e3;
    border-color: #111111e3;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 08*/
.btn-desin-eight {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-eight:hover,
.btn-desin-eight:focus {
    background-color: #fff;
    border-color: #fff;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Button 09*/
.btn-desin-nine {
    background-color: #111111e3;
    border: 2px solid #111111e3;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-nine i {
    margin: 0px 5px;
}

.btn-desin-nine:hover,
.btn-desin-nine:focus {
    background-color: transparent;
    border-color: #111111e3;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Button 10*/
.btn-desin-ten {
    background-color: #fff;
    border: 2px solid #fff;
    color: #111111e3;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-ten i {
    margin: 0px 5px;
}

.btn-desin-ten:hover,
.btn-desin-ten:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 11*/
.btn-desin-eleven {
    background-color: #111111e3;
    border: 2px solid #111111e3;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-eleven i {
    margin: 0px 5px;
}

.btn-desin-eleven:hover,
.btn-desin-eleven:focus {
    background-color: transparent;
    border-color: #111111e3;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Button 12*/
.btn-desin-twelve {
    background-color: #fff;
    border: 2px solid #fff;
    color: #111111e3;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-twelve i {
    margin: 0px 5px;
}

.btn-desin-twelve:hover,
.btn-desin-twelve:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 13*/
.btn-desin-Thirteen {
    background-color: #fff;
    border: 2px solid #111111e3;
    color: #111111e3;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-Thirteen i {
    margin: 0px 5px;
}

.btn-desin-Thirteen:hover,
.btn-desin-Thirteen:focus {
    background-color: #111111e3;
    border-color: #111111e3;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 14*/
.btn-desin-fourteen {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-fourteen i {
    margin: 0px 5px;
}

.btn-desin-fourteen:hover,
.btn-desin-fourteen:focus {
    background-color: #fff;
    border-color: #fff;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Button 15*/
.btn-desin-fifteen {
    background-color: #fff;
    border: 2px solid #111111e3;
    color: #111111e3;
    border-radius: 50px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-fifteen i {
    margin: 0px 5px;
}

.btn-desin-fifteen:hover,
.btn-desin-fifteen:focus {
    background-color: #111111e3;
    border-color: #111111e3;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 16*/
.btn-desin-sixteen {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-sixteen i {
    margin: 0px 5px;
}

.btn-desin-sixteen:hover,
.btn-desin-sixteen:focus {
    background-color: #fff;
    border-color: #fff;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

/*Button 17*/
.btn-desin-seventeen {
    background-color: #fff;
    border: 2px solid #111111e3;
    color: #111111e3;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-seventeen i {
    margin: 0px 5px;
}

.btn-desin-seventeen:hover,
.btn-desin-seventeen:focus {
    background-color: #111111e3;
    border-color: #111111e3;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-seventeen.btn-sm,
.btn-desin-seventeen.medium,
.btn-desin-seventeen.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-seventeen.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-seventeen.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-seventeen.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 18*/
.btn-desin-eightteen {
    background-color: #111111e3;
    border: 2px solid #111111e3;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-eightteen i {
    margin: 0px 5px;
}

.btn-desin-eightteen:hover,
.btn-desin-eightteen:focus {
    background-color: transparent;
    border-color: #111111e3;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-eightteen.btn-sm,
.btn-desin-eightteen.medium,
.btn-desin-eightteen.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-eightteen.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-eightteen.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-eightteen.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 19*/
.btn-desin-ninteen {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-ninteen i {
    margin: 0px 5px;
}

.btn-desin-ninteen:hover,
.btn-desin-ninteen:focus {
    background-color: #fff;
    border-color: #fff;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-ninteen.btn-sm,
.btn-desin-ninteen.medium,
.btn-desin-ninteen.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-ninteen.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-ninteen.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-ninteen.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 20*/
.btn-desin-twenty {
    background-color: #fff;
    border: 2px solid #fff;
    color: #111111e3;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty i {
    margin: 0px 5px;
}

.btn-desin-twenty:hover,
.btn-desin-twenty:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty.btn-sm,
.btn-desin-twenty.medium,
.btn-desin-twenty.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 21*/
.btn-desin-twenty-one {
    background-color: #111111e3;
    border: 2px solid #111111e3;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-one i {
    margin: 0px 5px;
}

.btn-desin-twenty-one:hover,
.btn-desin-twenty-one:focus {
    background-color: transparent;
    border-color: #111111e3;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-one.btn-sm,
.btn-desin-twenty-one.medium,
.btn-desin-twenty-one.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-one.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-one.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-one.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 22*/
.btn-desin-twenty-two {
    background-color: transparent;
    border: 2px solid #111111e3;
    color: #111111e3;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-two i {
    margin: 0px 5px;
}

.btn-desin-twenty-two:hover,
.btn-desin-twenty-two:focus {
    background-color: #111111e3;
    border-color: #111111e3;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-two.btn-sm,
.btn-desin-twenty-two.medium,
.btn-desin-twenty-two.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-two.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-two.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-two.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 23*/
.btn-desin-twenty-three {
    background-color: #fff;
    border: 2px solid #fff;
    color: #111111e3;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-three i {
    margin: 0px 5px;
}

.btn-desin-twenty-three:hover,
.btn-desin-twenty-three:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-three.btn-sm,
.btn-desin-twenty-three.medium,
.btn-desin-twenty-three.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-three.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-three.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-three.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 24*/
.btn-desin-twenty-four {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-four i {
    margin: 0px 5px;
}

.btn-desin-twenty-four:hover,
.btn-desin-twenty-four:focus {
    background-color: #fff;
    border-color: #fff;
    color: #111111e3;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-four.btn-sm,
.btn-desin-twenty-four.medium,
.btn-desin-twenty-four.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-four.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-four.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-four.btn-lg {
    width: 80px;
    height: 80px;
}

/*Buttons end*/

/*Accordions start*/
.panel-title {
    background-color: #f0f1f3;
    display: block;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 16px;
}

.panel-title a {
    color: #343a40;
}

.panel-body {
    padding: 5px 15px 20px;
}

.panel-default>.panel-heading {
    position: relative;
}

.panel-heading .fa {
    position: absolute;
    right: 10px;
    top: 13px;
}

/*Accordion 01 start*/
.accordion-design-one {}

/*Accordion 01 end*/

/*Accordion 03 start*/
.accordion-design-three .panel-heading .panel-title a i {
    background-color: #111111e3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    top: 10px;
}

/*Accordion 03 end*/

/*Accordion 04 start*/
.accordion-design-four .panel-heading .panel-title {
    background-color: #111111e3;
}

.accordion-design-four .panel-heading .panel-title a {
    color: #fff;
}

/*Accordion 04 end*/

/*Accordion 05 start*/
.accordion-design-five .panel {
    border-top: 2px solid #dce0e6;
}

.accordion-design-five .panel:last-child {
    border-bottom: 2px solid #dce0e6;
}

.accordion-design-five .panel-heading .panel-title {
    background-color: #fff;
}

.accordion-design-five .panel-heading .panel-title a {
    padding-left: 15px;
}

.accordion-design-five .panel-heading i {
    background-color: #f0f1f3;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    right: unset;
    left: 0px;
    top: 10px;
}

/*Accordion 05 end*/

/*Accordion 06 start*/
.accordion-design-six .panel-heading .panel-title {
    background-color: unset;
    padding: 0px;
}

.accordion-design-six .panel-heading .panel-title a {
    color: #fff;
    background-color: #111111e3;
    display: block;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 16px;
}

.accordion-design-six .panel-heading .panel-title a.collapsed {
    background-color: #f0f1f3;
    color: #343a40;
}

.accordion-design-six .panel-heading .panel-title a.collapsed i {
    color: #5f6367;
}

.accordion-design-six .panel-heading a i {
    color: #fff;
}

/*Accordion 06 end*/

/*Accordions end*/

/*Tabs start*/
/*design 01 start*/
.tab-design-one .nav-tabs .nav-link {
    color: #5f6367;
}

.tab-design-one .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #111111e3;
    border-color: #111111e3 #111111e3 #fff;
    border-radius: 3px;
}

/*design 01 end*/

/*design 02 start*/
.tab-design-two .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
}

.tab-design-two .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-two .nav-tabs .nav-link.active {
    color: #111111e3;
    background-color: transparent;
    border-radius: 0px;
    border: unset;
    border-bottom: 2px solid #111111e3;
}

/*design 02 end*/

/*design 03 start*/
.tab-design-three .nav-tabs {
    border-bottom: unset;
}

.tab-design-three .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
}

.tab-design-three .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-three .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #111111e3;
    border-radius: 50px;
    border: none;
}

/*design 03 end*/

/*design 04 start*/
.tab-design-four .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
}

.tab-design-four .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-four .nav-tabs .nav-link i {
    margin-right: 5px;
}

.tab-design-four .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #111111e3;
    border-color: #111111e3 #111111e3 #fff;
    border-radius: 3px 3px 0px 0px;
}

/*design 04 end*/

/*design 05 start*/
.tab-design-five .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
    text-align: center;
    padding: 15px 25px;
}

.tab-design-five .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-five .nav-tabs .nav-link i {
    display: block;
}

.tab-design-five .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #111111e3;
    border-color: #111111e3 #111111e3 #fff;
    border-radius: 3px 3px 0px 0px;
}

/*design 05 end*/

/*design 06 start*/
.tab-design-six .nav-tabs {
    border-bottom: none;
}

.tab-design-six .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
    text-align: center;
    padding: 15px 25px;
}

.tab-design-six .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-six .nav-tabs .nav-link i {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
    color: #afafaf;
    transition: all .3s ease-in-out;
}

.tab-design-six .nav-tabs .nav-link:hover i {
    color: #111111e3;
}

.tab-design-six .nav-tabs .nav-link.active {
    color: #020202;
    border-radius: 0px;
    border: none;
}

.tab-design-six .nav-tabs .nav-link.active i {
    color: #111111e3;
}

/*design 06 end*/

/*Tabs end*/

/*Element page end*/





/*By Vikas*/

 /* ===== MOBILE OPTIMIZATION (FINAL) ===== */
@media (max-width: 576px) {

  /* row spacing */
  #hotelSearchForm .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  #hotelSearchForm .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* Adults/Children/Infants/Rooms: 2 per row */
  #hotelSearchForm .col-sm-3,
  #hotelSearchForm .col-md-3,
  #hotelSearchForm .col-lg-3 {
    width: 50% !important;
    float: left;
  }

  /* Clear floats after each .row */
  #hotelSearchForm .row::after {
    content: "";
    display: block;
    clear: both;
  }

  /* Reduce spacing */
  #hotelSearchForm .input,
  #hotelSearchForm .input1,
  #hotelSearchForm .input2 {
    margin-bottom: 10px;
  }

  #hotelSearchForm span {
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
    
  }

  /* Inputs compact */
  #hotelSearchForm input,
  #hotelSearchForm select {
    height: 38px;
    font-size: 15px;
    padding: 6px 10px;
    box-sizing: border-box;
  }

  /* ===== ICON FIX (bhaagna band) ===== */
  #hotelSearchForm .input,
  #hotelSearchForm .input2 {
    position: relative;
  }

  #hotelSearchForm .input img,
  #hotelSearchForm .input2 img {
        position: absolute;
        left: 12px;
        top: 68%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        pointer-events: none;
  }

  /* icon ke liye left padding */
  #hotelSearchForm .input input,
  #hotelSearchForm .input2 input,
  #hotelSearchForm .input select,
  #hotelSearchForm .input2 select {
    padding-left: 38px !important;
  }

  /* Qty buttons smaller */
  #hotelSearchForm .inc a {
    padding: 4px 8px;
  }

  /* Search button centered */
  #hotelSearchForm .search-btn {
    width: 85%;
    padding: 12px;
    font-size: 14px;
    display: block;
    margin: 12px auto 0;
  }

}

/* ===== Desktop Logo Fix ===== */
.navbar-brand img {
    width: auto !important;
    max-height: 60px;   /* apne hisaab se 50–70px kar sakte ho */
    height: auto;
}

/* Extra spacing adjust */
.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
}







/*Menu*/


/* ===== COMPACT PRO NAV (desktop) ===== */
.main-nav{
  display: flex !important;
  align-items: center;
  gap: 6px;
}

/* compact height + smaller font */
.main-nav .nav-link{
  position: relative;
  padding: 10px 14px !important;     /* height chhoti */
  min-width: 120px;
  text-align: center;
  background: transparent;
  border-radius: 8px;               /* subtle, not heavy */
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;                  /* font chhota */
  font-weight: 600;
  letter-spacing: .2px;
  color: #1f2937 !important;
  transition: background .2s ease, transform .2s ease, color .2s ease;
}

/* icon always visible */
.main-nav .nav-link i{
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #111111e3 !important;        /* force visible */
  opacity: 1 !important;
  transition: transform .2s ease, color .2s ease, opacity .2s ease;
}

/* label */
.main-nav .nav-link span{
  line-height: 1.1;
  white-space: nowrap;
}

/* hover: light background + icon pop */
.main-nav .nav-link:hover{
  background: rgba(255,255,255,0.12);  /* blue header pe classy */
  transform: translateY(-1px);
  color: #111111e3 !important;
}
.main-nav .nav-link:hover i{
  transform: translateY(-2px) scale(1.05);
  color: #fff !important;
  opacity: 1 !important;
}

/* active: clean filled */
.main-nav .nav-item.active .nav-link{
  background: #111111e3;
  color: #fff !important;
}
.main-nav .nav-item.active .nav-link i{
  color: #fff !important;
  opacity: 1 !important;
}

/* tiny underline indicator (optional pro touch) */
.main-nav .nav-link::after{
  content:"";
  position:absolute;
  bottom: 6px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #111111e3;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width .2s ease;
}
.main-nav .nav-link:hover::after{ width: 28%; }
.main-nav .nav-item.active .nav-link::after{
  background: rgba(255,255,255,0.85);
  width: 35%;
}

/* keep header height small */
.navigation .navbar{
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}




/*Mobile Menu*/

/* ===== MOBILE NAV FIX (Clean dropdown list) ===== */
@media (max-width: 991px){

  /* make the collapse area look clean */
  .navbar-collapse{
    padding: 10px 0;
  }

  /* ul should be vertical */
  .main-nav{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    margin-top: 10px;
  }

  .main-nav .nav-item{
    width: 100%;
  }

  /* each link full width, icon left, text right */
  .main-nav .nav-link{
    width: 100%;
    min-width: 0 !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    background: #f7f9fc !important;
    color: #0f172a !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  /* icon fixed size so alignment perfect */
  .main-nav .nav-link i{
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(11, 59, 122, 0.10);
    color: #111111e3 !important;
    font-size: 16px !important;
    flex: 0 0 34px;
  }

  .main-nav .nav-link span{
    white-space: normal !important;
    text-align: left !important;
    line-height: 1.2;
  }

  /* hover */
  .main-nav .nav-link:hover{
    transform: none !important;
    background: #eef4ff !important;
    border-color: rgba(11, 59, 122, 0.18);
  }

  /* active */
  .main-nav .nav-item.active .nav-link{
    background: #111111e3 !important;
    color: #fff !important;
    border-color: transparent;
  }
  .main-nav .nav-item.active .nav-link i{
    background: rgba(255,255,255,0.18) !important;
    color: #fff !important;
  }

  /* remove underline indicator on mobile (if any) */
  .main-nav .nav-link::after{
    display: none !important;
  }
}



@media (max-width: 991px){

  /* override bootstrap icon behavior */
  .main-nav .nav-link i{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;

    margin: 0 !important;
    float: none !important;
    line-height: 1 !important;
    position: relative !important;
  }

}




/*Form*/

.input,
.input2 {
  position: relative;
}

.input i,
.input2 i {
      position: absolute;
    left: 12px;
    top: 65%;
    transform: translateY(-50%);
    color: #111111e3;
    font-size: 16px;
}

.input input,
.input2 input {
  padding-left: 35px !important;
}





/* ===== Premium look for Hotel Search Form ===== */
#hotelSearchForm{
  padding-bottom: 6px;
}

/* Card feel */
#hotelSearchForm{
  --brand: #111111e3;
  --border: rgba(15,23,42,0.12);
  --shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.search-bg .tab-bg, 
#hotelSearchForm{
  border-radius: 14px;
}

/* Labels */
#hotelSearchForm span{
  font-weight: 600;
  color: #111111e3;
  text-transform: capitalize;
}

/* Inputs wrapper */
#hotelSearchForm .input,
#hotelSearchForm .input2{
  position: relative;
}

/* Text inputs (destination, date, mobile, email) */
#hotelSearchForm .input input,
#hotelSearchForm .input2 input{
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding-left: 40px !important;  /* icon spacing */
  transition: .2s ease;
  background: #fff;
}

/* Focus + hover */
#hotelSearchForm .input input:focus,
#hotelSearchForm .input2 input:focus{
  outline: none;
  border-color: rgba(11,59,122,0.45);
  box-shadow: 0 0 0 4px rgba(11,59,122,0.12);
}

#hotelSearchForm .input input:hover,
#hotelSearchForm .input2 input:hover{
  border-color: rgba(11,59,122,0.25);
}

/* Icons in inputs */
#hotelSearchForm .input i,
#hotelSearchForm .input2 i{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-15%); /* label space adjust */
  color: var(--brand);
  font-size: 15px;
  opacity: .95;
  pointer-events: none;
}

/* Quantity blocks */
#hotelSearchForm .input1{
  border-radius: 12px;
}

#hotelSearchForm .input1 input{
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
}

/* +/- buttons */
#hotelSearchForm .inc a{
 height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    border-radius: 10px;
    background: rgba(11, 59, 122, 0.08);
    transition: .2s ease;
}

#hotelSearchForm .inc a:hover{
  background: rgba(11,59,122,0.14);
  transform: translateY(-1px);
}

/* Button premium */
#hotelSearchForm .search-btn{
  border: 0;
  border-radius: 999px;
  padding: 14px 100px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #111111e3, #111111e3);
  box-shadow: 0 14px 28px rgba(255,27,45,0.22);
  /*transition: .2s ease;*/
}

#hotelSearchForm .search-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255,27,45,0.28);
}


 #hotelSearchForm .input i, #hotelSearchForm .input2 i {
    position: absolute;
    left: 14px;
    top: 60% !important;
    transform: translateY(-15%);
    color: var(--brand);
    font-size: 15px;
    opacity: .95;
    pointer-events: none;
}

/* Mobile: a bit compact */
@media (max-width: 576px){
  #hotelSearchForm .input input,
  #hotelSearchForm .input2 input{
    height: 42px;
  }
  #hotelSearchForm .search-btn{
    width: 80%;
    display: block;
    margin: 12px auto 0;
  }
  
  
  .inc a:first-child { left: 12px !important; } .inc a:last-child { right: 12px !important;  }
  
  
  
  .search-btn {
    border: unset;
    background-color: #111111e3;
    font-size: 22px;
    color: #fff;
    padding: 8px 70px;
    border-radius: 53px;
    margin-top: 15px;
    transition: all .5s;
    text-transform: uppercase;
    position: absolute;
    left: 12% !important;
    bottom: 0;
    /*transform: translateX(-50%);*/
}


}




span.sub_head46 {
    padding-top: 10px;
}



.jim_corbett_resorts8745 .best-block-bg img {
    object-fit: cover;
    height: 230px;
    border-radius: 10%;
}


.jim_corbett_resorts8745 footer
{
    margin-top: 0px;
}



.banner-bg {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    padding: 50px 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111111e3;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.banner-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: #111111e3;*/
    opacity: 0.75;
    z-index: 1;
}

.banner-bg .container {
    position: relative;
    z-index: 2;
}


.tou_pcakge6451 a.tour-block img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}





/* Parent section */
.cust_banner4651 {
  position: relative;
  background: url('https://www.tigersafari.net/wp-content/uploads/2020/08/Testimonials-BC.jpg') center/cover no-repeat;
  padding: 120px 20px; /* increased height */
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* minimum height for better look */
}

/* Overlay */
.cust_banner4651 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Slightly darker overlay */
  z-index: 1;
}

/* Container text and button */
.cust_banner4651 .container {
  position: relative;
  z-index: 2;
  /*max-width: 800px;*/
  margin: 0 auto;
  color: #fff; /* Ensure text is white */
}

/* Heading */
.cust_banner4651 h2 {
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #ffffff; /* Explicit white */
  text-shadow: 0 2px 6px rgba(0,0,0,0.5); /* subtle text shadow for readability */
}

/* Button */
.cust_banner4651 .btn {
  display: inline-block;
  padding: 15px 35px;
  font-size: 1.1rem;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* Button hover effect */
.cust_banner4651 .btn:hover {
  background-color: #fff;
  color: #111111e3;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .cust_banner4651 {
    padding: 80px 15px;
  }
  .cust_banner4651 h2 {
    font-size: 2rem;
  }
  .cust_banner4651 .btn {
    padding: 12px 28px;
    font-size: 1rem;
  }
}


.partner img.plogo.w-100 {
    width: 100%;
    object-fit: contain;
    border: 1px solid #cccc;
    height: 120px;
}


a.nav-link.cust_topbar i.fa.fa-phone {
    padding-right: 6px;
    padding-top: 10px;
}

a.nav-link.cust_topbar {
    border: 1px solid;
}


.top-bar .col-10.col-sm-10.col-md-11.col-lg-5 {
    padding-top: 8px;
}









/* ====== POLICY PAGE (Room Reservations) ====== */
.custom_class_frmt{
  --rr-text:#1f2937;
  --rr-muted:#6b7280;
  --rr-border:#e5e7eb;
  --rr-bg:#ffffff;
  --rr-soft:#f9fafb;
  --rr-accent:#0ea5e9;
  --rr-accent2:#22c55e;
  --rr-shadow: 0 10px 30px rgba(0,0,0,0.06);

  color: var(--rr-text);
  font-family: inherit;
}

.custom_class_frmt .policy-wrap{
  padding: 24px 0;
}

.custom_class_frmt .policy-hero{
  display: flex;
  gap: 24px;
  align-items: center;
}

.custom_class_frmt .policy-hero .intro-img img{
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--rr-shadow);
}

.custom_class_frmt .policy-hero h6{
  margin: 0 0 10px;
  color: var(--rr-accent);
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 12px;
}

.custom_class_frmt .policy-hero h2{
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}

.custom_class_frmt .policy-hero h2 span{
  color: var(--rr-accent2);
}

.custom_class_frmt .policy-hero p{
  margin: 0 0 14px;
  color: var(--rr-muted);
  line-height: 1.7;
  font-size: 15px;
}

.custom_class_frmt .policy-hero ul{
  padding-left: 18px;
  margin: 0;
}

.custom_class_frmt .policy-hero li{
  color: var(--rr-text);
  margin: 8px 0;
  line-height: 1.6;
}

.custom_class_frmt .policy-tag{
  padding: 18px 0 26px;
}

.custom_class_frmt .policy-tag h3{
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--rr-text);
  background: linear-gradient(180deg, #ffffff 0%, var(--rr-soft) 100%);
  border: 1px solid var(--rr-border);
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: var(--rr-shadow);
}

.custom_class_frmt .policy-sections{
  padding: 10px 0 40px;
}

.custom_class_frmt .policy-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.custom_class_frmt .policy-card{
  background: var(--rr-bg);
  border: 1px solid var(--rr-border);
  border-radius: 16px;
  box-shadow: var(--rr-shadow);
  padding: 18px 18px;
}

.custom_class_frmt .policy-card h3{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.custom_class_frmt .policy-card .meta{
  margin: 0 0 14px;
  color: var(--rr-muted);
  font-size: 13px;
  line-height: 1.6;
}

.custom_class_frmt .policy-card h4{
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 800;
}

.custom_class_frmt .policy-card p{
  margin: 0 0 10px;
  color: var(--rr-muted);
  line-height: 1.75;
  font-size: 14.5px;
}

.custom_class_frmt .policy-card ul{
  margin: 10px 0 0;
  padding-left: 18px;
}

.custom_class_frmt .policy-card li{
  margin: 8px 0;
  color: var(--rr-text);
  line-height: 1.65;
  font-size: 14.5px;
}

.custom_class_frmt .policy-note{
  margin-top: 14px;
  padding: 12px 12px;
  background: var(--rr-soft);
  border: 1px dashed var(--rr-border);
  border-radius: 12px;
  color: var(--rr-muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.custom_class_frmt .policy-table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--rr-border);
}

.custom_class_frmt .policy-table th,
.custom_class_frmt .policy-table td{
  padding: 12px 12px;
  border-bottom: 1px solid var(--rr-border);
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}

.custom_class_frmt .policy-table th{
  background: var(--rr-soft);
  text-align: left;
  font-weight: 800;
  color: var(--rr-text);
}

.custom_class_frmt .policy-table tr:last-child td{
  border-bottom: none;
}

.custom_class_frmt .policy-contact{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.custom_class_frmt .badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--rr-border);
  border-radius: 999px;
  background: #fff;
  font-size: 13.5px;
  color: var(--rr-text);
}

.custom_class_frmt .badge i{
  color: var(--rr-accent);
}

.custom_class_frmt a{
  color: var(--rr-accent);
  text-decoration: none;
}

.custom_class_frmt a:hover{
  text-decoration: underline;
}

/* ====== Responsive ====== */
@media (max-width: 991px){
  .custom_class_frmt .policy-hero h2{ font-size: 24px; }
}

@media (max-width: 767px){
  .custom_class_frmt .policy-wrap{ padding: 18px 0; }
  .custom_class_frmt .policy-tag h3{ font-size: 16px; padding: 14px; }
  .custom_class_frmt .policy-card{ padding: 16px; }
  .custom_class_frmt .policy-card h3{ font-size: 18px; }
  .custom_class_frmt .policy-table th,
  .custom_class_frmt .policy-table td{ padding: 10px; font-size: 13.5px; }
}






.whatsapp-button {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
}

.whatsapp-button img {
    width: 75px;
    height: 75px;
}

img.cust_call {
       position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 999;
      width: 60px;
    height: 60px;
}





/*Right side tab*/

.qe-tab{
    display: block;
    position: fixed;
    right: 25px;
    top: 42%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;

    background: #111111e3;
    color: #ffffff;

    font-size: 17px;
    padding: 12px 20px;
    border-radius: 14px 14px 0 0;
    z-index: 2147483647;
    cursor: pointer;

    border: 1px solid rgba(255,255,255,0.15);
    outline: none;

    font-weight: 600;
    letter-spacing: .4px;

    animation: qePulse 2s ease-in-out infinite;
}

/* Hover */
.qe-tab:hover{
    background: #000000;
}

/* Smooth Golden Pulse */
@keyframes qePulse{
    0%{
        box-shadow: 0 8px 25px rgba(0,0,0,0.4),
                    0 0 0 0 rgba(255,193,7,0.6);
    }
    50%{
        box-shadow: 0 12px 35px rgba(0,0,0,0.5),
                    0 0 0 12px rgba(255,193,7,0.15);
    }
    100%{
        box-shadow: 0 8px 25px rgba(0,0,0,0.4),
                    0 0 0 0 rgba(255,193,7,0);
    }
}

@media (max-width: 768px){
    .qe-tab{
        font-size: 15px;
        right: 15px;
        padding: 10px 16px;
    }
}



/* finish here*/



/* ===============================
   QUICK ENQUIRY DRAWER FINAL CSS
   Desktop + Mobile (2 columns layout)
   =============================== */

/* Hide tab when drawer open */
body.qe-open .qe-wrap,
body.qe-open .qe-tab{
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Stop background scroll when drawer open */
body.qe-open{
  overflow: hidden;
}

/* ================= Overlay ================= */
.qe-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 2147483000;
}
.qe-overlay.open{
  opacity: 1;
  visibility: visible;
}

/* ================= Drawer ================= */
.qe-drawer,
.qe-drawer *{
  box-sizing: border-box;
}

.qe-drawer{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 420px;
  max-width: 95vw;
  background: #111111e3;
  border-left: 1px solid rgba(255,255,255,0.12);
  box-shadow: -20px 0 50px rgba(0,0,0,0.45);
  transform: translateX(110%);
  transition: transform .28s ease;
  z-index: 2147483500;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* no scroll */
}
.qe-drawer.open{ transform: translateX(0); }

/* ================= Header ================= */
.qe-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.qe-head-left{
  display:flex;
  gap:10px;
  align-items:center;
  min-width: 0;
}

.qe-badge{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color:#fff;
}

.qe-title{
  color:#fff;
  font-size:15px;
  font-weight:800;
  line-height: 1.2;
}

.qe-subtitle{
  color:rgba(255,255,255,0.7);
  font-size:12px;
  margin-top:2px;
}

.qe-close{
  width:36px;
  height:36px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.15);
  background:rgba(255,255,255,0.06);
  color:#fff;
  cursor:pointer;
  flex: 0 0 auto;
}
.qe-close:hover{ background:rgba(255,255,255,0.10); }

/* ================= Body ================= */
.qe-drawer-body{
  padding: 14px;
  flex: 1;
  overflow: hidden; /* no inner scroll */
  display: flex;
  min-height: 0;
}

/* ================= Form ================= */
.qe-form{
  width:100%;
  display:grid;
  gap:12px;
  align-content:start;
  min-width: 0;
}

.qe-field{
  min-width: 0; /* IMPORTANT */
}

.qe-field label{
  display:block;
  margin-bottom:6px;
  color:rgba(255,255,255,0.85);
  font-size:12px;
  font-weight:700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ================= Inputs ================= */
.qe-input{
  position:relative;
  min-width: 0;
}
.qe-input input{
  width:100%;
  height:44px;
  padding:0 40px 0 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.07);
  color:#fff;
  font-size:14px;
  outline:none;
  min-width: 0;
}

.qe-input input::placeholder{
  color:rgba(255,255,255,0.55);
}

.qe-input i{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(255,255,255,0.70);
  pointer-events:none;
}

.qe-input input:focus{
  border-color: rgba(202,160,106,0.75);
  box-shadow: 0 0 0 3px rgba(202,160,106,0.18);
}

/* ================= Layout Rows ================= */

/* Destination full width */
.qe-full{ width:100%; }

/* Two fields per row (Desktop + Mobile SAME) */
.qe-row2{
  display:grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap:12px;
  min-width: 0;
}

/* ================= Qty Controls (NO OVERLAP) ================= */
.qe-qty{
  display:grid;
  grid-template-columns: 38px minmax(0,1fr) 38px; /* slightly smaller */
  gap:8px;
  align-items:center;
  width:100%;
  min-width: 0;
}

.qe-qty-btn{
  width:38px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.06);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.qe-qty-btn:hover{ background:rgba(255,255,255,0.10); }

.qe-qty input{
  width:100%;
  height:40px;
  text-align:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.07);
  color:#fff;
  font-weight:800;
  outline:none;
  min-width: 0;
}

/* ================= Submit ================= */
.qe-submit{
height: 46px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    color: #111;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #fff);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
.qe-submit:hover{ filter:brightness(1.05); }

.qe-safe{
  font-size:11.5px;
  color:rgba(255,255,255,0.70);
  display:flex;
  gap:8px;
  align-items:center;
}

/* ================= Responsive (Keep 2 columns on Mobile) ================= */
@media (max-width: 576px){
  .qe-drawer{ width:95vw; }
  .qe-drawer-body{ padding: 12px; }
  .qe-form{ gap: 10px; }

  .qe-input input{
    height: 42px;
    font-size: 13.5px;
  }

  .qe-row2{
    gap: 10px; /* tight */
  }

  .qe-field label{
    font-size: 11.5px;
  }

  .qe-submit{
    height: 44px;
  }
}




/* Hotel Detail */

/* ==============================
   Professional Hotel Detail UI
   Scope: .hotel_detail46532 only
   ============================== */

.hotel_detail46532 { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

/* Banner */
.hotel_detail46532.banner-blog {
  position: relative;
  padding: 70px 0 60px;
  color: #fff;
}
.hotel_detail46532.banner-blog.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.35));
}
.hotel_detail46532.banner-blog .container { position: relative; z-index: 2; }
.hotel_detail46532.banner-blog .banner-inner h1 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .2px;
}
.hotel_detail46532.banner-blog .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.hotel_detail46532.banner-blog .breadcrumb a { color: rgba(255,255,255,.92); text-decoration: none; }
.hotel_detail46532.banner-blog .breadcrumb-item.active { color: rgba(255,255,255,.9); }
.hotel_detail46532.banner-blog .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.7); }

/* Page spacing */
.hotel_detail46532.hotel-page { padding: 24px 0 50px; }

/* Reusable card */
.hotel_detail46532 .card-soft {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.13);
}

/* Header card */
.hotel_detail46532 .hotel-header-card {
  padding: 5px 0px;
  border-radius: 18px;
  background: #ffffff;
  /*border: 1px solid #eef0f4;*/
  /*box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);*/
  margin-top: -38px;
  position: relative;
  z-index: 3;
}

.hotel_detail46532 .hotel-title { margin: 0 0 10px; font-weight: 800; font-size: 22px; color: #0f172a; }
.hotel_detail46532 .hotel-sub { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #475569; }
.hotel_detail46532 .hotel-address i { margin-right: 6px; }
.hotel_detail46532 .hotel-dot { opacity: .5; }
.hotel_detail46532 .hotel-rating i { color: #f59e0b; margin-right: 2px; }
.hotel_detail46532 .hotel-rating small { color: #64748b; margin-left: 4px; }

/* badges */
.hotel_detail46532 .hotel-meta-badges { margin-top: 12px; display:flex; flex-wrap:wrap; gap:10px; }
.hotel_detail46532 .badge-pill {
  display:inline-flex; align-items:center; gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
}
.hotel_detail46532 .badge-pill i { color: #16a34a; }

/* price box */
.hotel_detail46532 .price-box {
  background: linear-gradient(135deg, #111111e3, #111);
  color: #fff;
  border-radius: 16px;
  padding: 16px;
  text-align: left;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
}
.hotel_detail46532 .price-box .from { font-size: 12px; opacity: .9; }
.hotel_detail46532 .price-box .price-amount { font-size: 24px; font-weight: 900; margin: 4px 0; }
.hotel_detail46532 .price-box .price-note { opacity: .9; }

.hotel_detail46532 .btn-book-now,
.hotel_detail46532 .btn-outline {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 10px;
  transition: .2s ease;
}
.hotel_detail46532 .btn-book-now { background: #fff; color: #1d4ed8; }
.hotel_detail46532 .btn-book-now:hover { transform: translateY(-1px); opacity: .95; }
.hotel_detail46532 .btn-outline { background: rgba(255,255,255,.14); color:#fff; border:1px solid rgba(255,255,255,.30); }
.hotel_detail46532 .btn-outline:hover { background: rgba(255,255,255,.22); }

/* Gallery */
.hotel_detail46532 .hotel-main-grid { margin-top: 18px; }
.hotel_detail46532 .gallery-card { overflow: hidden; }
.hotel_detail46532 .gallery-card .carousel-inner { border-radius: 16px; }
.hotel_detail46532 .gallery-card img {
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
}
.hotel_detail46532 .carousel-indicators { bottom: 14px; }
.hotel_detail46532 .carousel-indicators li {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.65);
}
.hotel_detail46532 .carousel-indicators .active { background: #fff; }

.hotel_detail46532 .carousel-control-prev,
.hotel_detail46532 .carousel-control-next {
  width: 52px;
}
.hotel_detail46532 .carousel-control-prev-icon,
.hotel_detail46532 .carousel-control-next-icon {
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.35));
}

.hotel_detail46532 .gallery-bottom {
  padding: 14px 16px 16px;
}
.hotel_detail46532 .gallery-stats {
  display:flex; flex-wrap:wrap; gap:12px;
  color:#475569;
  font-weight:600;
  font-size: 13px;
}
.hotel_detail46532 .gallery-stats i { margin-right: 6px; color:#2563eb; }

/* Section cards */
.hotel_detail46532 .section-card { padding: 16px; margin-top: 14px; }
.hotel_detail46532 .section-title h3 { margin: 0; font-size: 18px; font-weight: 900; color:#0f172a; }
.hotel_detail46532 .section-title p { margin: 8px 0px 22px; color:#64748b; font-size: 13px;     text-transform: capitalize;}
.hotel_detail46532 .section-content { margin-top: 12px; color:#334155; line-height: 1.75; }

/* Room cards */
.hotel_detail46532 .room-card {
  background:#fff;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  padding: 14px;
  margin-top: 12px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}
.hotel_detail46532 .room-img {
     width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #eef0f4;
}
.hotel_detail46532 .room-title { margin: 0 0 8px; font-size: 16px; font-weight: 900; color:#0f172a; }
.hotel_detail46532 .room-mini { display:flex; flex-wrap:wrap; align-items:center; gap:10px; color:#64748b; margin-bottom: 10px; }
.hotel_detail46532 .room-mini .stars i { color:#f59e0b; margin-right: 2px; }
.hotel_detail46532 .room-features { display:flex; flex-wrap:wrap; gap:10px; }
.hotel_detail46532 .room-features span {
  font-size: 13px;
  color:#334155;
  background:#f8fafc;
  border: 1px solid #e5e7eb;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.hotel_detail46532 .room-features i { color:#16a34a; margin-right: 6px; }

.hotel_detail46532 .room-pricebox {
  background: #0b1220;
  border-radius: 16px;
  padding: 14px;
  color:#fff;
  text-align:center;
  margin-top: 10px;
}
.hotel_detail46532 .room-pricebox .room-price { font-size: 18px; font-weight: 900; }
.hotel_detail46532 .room-pricebox small { opacity:.85; display:block; margin-top: 4px; }
.hotel_detail46532 .btn-room {
  display:inline-block;
  margin-top: 10px;
  width: 100%;
      background: linear-gradient(135deg, #fff, #ffffff);
  color:#06210f;
  font-weight: 900;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: .2s ease;
}
.hotel_detail46532 .btn-room:hover { transform: translateY(-1px); opacity: .95; }

/* Map */
.hotel_detail46532 .map-wrap { margin-top: 12px; overflow:hidden; border-radius: 16px; border:1px solid #eef0f4; }
.hotel_detail46532 .map-wrap iframe { display:block; }

/* Enquiry */
.hotel_detail46532 .enquiry-card { padding: 6px; position: sticky; top: 14px; }
.hotel_detail46532 .enquiry-form .form-group { margin-bottom: 12px; }
.hotel_detail46532 .enquiry-form label { display:block; font-size: 13px; font-weight: 800; color:#0f172a; margin-bottom: 6px; }

.hotel_detail46532 .input-icon { position: relative; }
.hotel_detail46532 .input-icon i {
  position:absolute; left: 6px; top: 50%;
  transform: translateY(-50%);
  color:#64748b;
  font-size: 14px;
}
.hotel_detail46532 .enquiry-form input,
.hotel_detail46532 .enquiry-form select,
.hotel_detail46532 .enquiry-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 12px 12px 24px;
  outline: none;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
}
.hotel_detail46532 .enquiry-form textarea { padding-left: 12px; }
.hotel_detail46532 .enquiry-form input:focus,
.hotel_detail46532 .enquiry-form select:focus,
.hotel_detail46532 .enquiry-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.hotel_detail46532 .form-row-2 { display:grid;
grid-template-columns: 1fr 1fr;
gap: 12px; }

.hotel_detail46532 .btn-submit {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 900;
    background: linear-gradient(135deg, #111111e3, #111);
  color: #fff;
  cursor: pointer;
  transition: .2s ease;
}
.hotel_detail46532 .btn-submit:hover { transform: translateY(-1px); opacity: .95; }

.hotel_detail46532 .trust-line {
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
  display:flex;
  align-items:center;
  gap: 8px;
}
.hotel_detail46532 .trust-line i { color:#16a34a; }

/* Responsive */
@media (max-width: 991px) {
  .hotel_detail46532 .enquiry-card { position: static; top: auto; }
  .hotel_detail46532 .gallery-card img { height: 320px; }
  .hotel_detail46532 .hotel-header-card { margin-top: -30px; }
}
@media (max-width: 575px) {
  .hotel_detail46532.banner-blog { padding: 54px 0 48px; }
  .hotel_detail46532.banner-blog .banner-inner h1 { font-size: 26px; }
  .hotel_detail46532 .form-row-2 { grid-template-columns: 1fr; }
  .hotel_detail46532 .gallery-card img { height: 240px; }
}


/* =========================================================
   FIX PACK: spacing + mobile form overflow + slider dots
   Paste this at the END of your existing CSS
   Scope: .hotel_detail46532 only
   ========================================================= */

.hotel_detail46532,
.hotel_detail46532 *{
  box-sizing: border-box;
}

/* ===== Better spacing overall ===== */
.hotel_detail46532.hotel-page{
  padding-top: 18px;
}
.hotel_detail46532 .hotel-header-card{
  margin-bottom: 14px;
}
.hotel_detail46532 .hotel-main-grid{
  margin-top: 14px;
}

/* ===== Carousel indicators (dots) fix (Bootstrap override safe) ===== */
.hotel_detail46532 .carousel-indicators{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  margin: 0;
  padding: 0;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}

.hotel_detail46532 .carousel-indicators li{
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.70) !important;
  border: 0 !important;
  opacity: 1 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.hotel_detail46532 .carousel-indicators .active{
  background: #ffffff !important;
  transform: scale(1.15);
}

/* ===== Form fields overflow / "bhaag rahi" fix ===== */
.hotel_detail46532 .enquiry-card{
  overflow: hidden; /* prevent weird scroll */
}

.hotel_detail46532 .enquiry-form input,
.hotel_detail46532 .enquiry-form select,
.hotel_detail46532 .enquiry-form textarea{
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}

/* input-icon inside overflow fix */
.hotel_detail46532 .input-icon{
  width: 100%;
  max-width: 100%;
}

.hotel_detail46532 .input-icon input,
.hotel_detail46532 .input-icon select{
  min-width: 0; /* IMPORTANT for grid/flex overflow */
}

/* Date inputs are special (browser adds icon on right) */
.hotel_detail46532 .enquiry-form input[type="date"]{
  padding-right: 12px !important;
}

/* Make 2-column form row stable on mobile + tablets */
.hotel_detail46532 .form-row-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

/* Fix for medium screens where it starts breaking */
@media (max-width: 991px){
  .hotel_detail46532 .enquiry-card{
    position: static !important;
    top: auto !important;
  }
}

/* Mobile: force single column, tighter padding */
@media (max-width: 575px){
  .hotel_detail46532 .hotel-header-card{
    padding: 14px;
  }

  .hotel_detail46532 .gallery-card img{
    height: 220px !important;
  }

  .hotel_detail46532 .form-row-2{
    /*grid-template-columns: 1fr !important;*/
    gap: 10px;
  }

  .hotel_detail46532 .enquiry-form input,
  .hotel_detail46532 .enquiry-form select{
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* ===== Optional: improve carousel arrows visibility on image ===== */
.hotel_detail46532 .carousel-control-prev,
.hotel_detail46532 .carousel-control-next{
  opacity: .95;
}
.hotel_detail46532 .carousel-control-prev:hover,
.hotel_detail46532 .carousel-control-next:hover{
  opacity: 1;
}




/* ===== Theme-matching Professional Title (No Gradient) ===== */
.custtitle865{
  position: relative;
  padding: 16px 18px 14px;
  margin: 0 0 16px;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

/* Left accent line (premium look) */
.custtitle865::before{
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 999px;
  background: #111111e3; /* theme blue */
}

/* Title */
.custtitle865 h3{
  margin: 0;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a; /* slate */
  letter-spacing: .2px;
  line-height: 1.2;
}

/* Sub text */
.custtitle865 p{
  margin: 6px 0 0;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b; /* muted */
  line-height: 1.4;
}

/* Small underline bar under title */
.custtitle865 h3::after{
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #111111e3;
  opacity: .9;
}

/* Hover (optional but premium) */
.custtitle865:hover{
  border-color: #e6eeff;
  box-shadow: 0 14px 34px rgba(43, 98, 255, 0.10);
}

/* Mobile */
@media (max-width: 576px){
  .custtitle865{
    padding: 14px 14px 12px;
    border-radius: 12px;
  }
  .custtitle865 h3{
    font-size: 16.5px;
  }
  .custtitle865 p{
    font-size: 12.5px;
  }
}



/* Hotel Detail */


.custom_choose_room875.section-title.mt-3 {
    margin-top: 40px !important;
}




  .enq-greenbox{
    background:#eafff0;
    border:1px solid #b7f1c6;
    border-radius:12px;
    padding:16px 18px;
    margin:0 0 14px 0;
  }
  .enq-title{ font-weight:700; font-size:18px; color:#1f6b2a; margin-bottom:4px; }
  .enq-sub{ color:#2b6b36; font-size:14px; margin-bottom:12px; }

  .enq-actions{ display:flex; gap:12px; flex-wrap:wrap; }
  .enq-wa-btn{
    background:#25D366;
    color:#fff !important;
    padding:10px 14px;
    border-radius:10px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
  }
  .enq-call-btn{
    background:#0f5132;
    color:#fff !important;
    padding:10px 14px;
    border-radius:10px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
  }
  
  
  
  
 
 /*Home Page Frm Sucess*/
 
 /* Success Message Box */
#hsTopBox{
  margin-bottom: 20px;
}

/* Main Box */
#hsTopBox .hs-greenbox{
  background: #f0fff5;
  border: 1px solid #c6f6d5;
  border-left: 5px solid #22c55e;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  animation: fadeSlide 0.4s ease;
}

/* Title */
#hsTopBox .hs-title{
  font-size: 18px;
  font-weight: 700;
  color: #15803d;
  margin-bottom: 6px;
}

/* Subtitle */
#hsTopBox .hs-sub{
  font-size: 14px;
  color: #166534;
  margin-bottom: 14px;
  line-height: 1.5;
}

/* Buttons Row */
#hsTopBox .hs-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* WhatsApp Button */
#hsTopBox .hs-wa-btn{
  background: #25D366;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease;
}

#hsTopBox .hs-wa-btn:hover{
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* Call Button */
#hsTopBox .hs-call-btn{
  background: #111;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease;
}

#hsTopBox .hs-call-btn:hover{
  background: #333;
  transform: translateY(-2px);
}

/* Smooth animation */
@keyframes fadeSlide{
  from{
    opacity:0;
    transform:translateY(-10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Mobile */
@media (max-width:768px){
  #hsTopBox .hs-actions{
    flex-direction: column;
  }
}



.rantham_bhore_resorts8745
{
    margin-top:80px;
}

.rantham_bhore_resorts8745 .best-block-bg img {
    object-fit: cover;
    height: 230px;
    border-radius: 10%;
}


.rantham_bhore_resorts8745 footer {
     margin-top: 0px;
     
}

.Desktop489651 .best-flight-bg {
     padding: 0px 0px 0px; 
}












.hotel-suggest-box{
  position:absolute;
  left:0; right:0;
  top:100%;
  margin-top:6px;
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  z-index:99999;
  max-height:280px;
  overflow:auto;
  display:none;
}

.hotel-suggest-item{
  padding:10px 12px;
  cursor:pointer;
  border-bottom:1px solid #f2f2f2;
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.hotel-suggest-item:last-child{ border-bottom:none; }

.hotel-suggest-item:hover,
.hotel-suggest-item.active{
  background:#f7f7f7;
}

.hotel-suggest-title{
  font-weight:600;
  font-size:14px;
  line-height:1.2;
}

.hotel-suggest-meta{
  font-size:12px;
  color:#666;
  margin-top:3px;
}

.hotel-suggest-icon{
  width:28px; height:28px;
  border-radius:10px;
  background:#f1f1f1;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
}

.hotel-suggest-icon{
  width:28px; height:28px;
  border-radius:10px;
  background:#f1f1f1;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
}

.hotel-suggest-icon i{
  font-size:14px;
  line-height:1;
  display:block;
}



.contact-address {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.contact-address .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.contact-address .item i {
    color: #111;
    width: 22px;
    margin-top: 4px;
}

.contact-address strong {
    font-weight: 600;
    color: #222;
}


/* ===================== Professional FAQ Styles (paste into style.css) ===================== */
/* Brand accent - change if you prefer another color */
:root{
  --rr-accent: #D4483B;    /* Room Reservations brand red */
  --rr-accent-2: #7a1f2b;  /* darker for text when active */
  --rr-bg: #ffffff;
  --rr-muted: #6b7280;
  --rr-radius: 14px;
  --rr-shadow: 0 12px 30px rgba(16,24,40,0.06);
}

/* Section / container */
.rr-faq-section {
  padding: 28px 0 40px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,252,1) 100%);
}

.rr-faq-title h2{
  font-size: 34px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 6px;
  letter-spacing: -0.4px;
}
.rr-faq-title p{
  color: rgba(17,24,39,0.65);
  margin-bottom: 28px;
  font-size: 15px;
}

/* Visual / left image */
.rr-faq-visual{
  background: #fbfdff;
  border-radius: calc(var(--rr-radius) - 4px);
  border: 1px solid rgba(13,110,253,0.02);
  padding: 18px;
  box-shadow: 0 6px 18px rgba(16,24,40,0.03);
}
.rr-faq-visual img{ display:block; width:100%; height:auto; border-radius:10px; }

/* Card wrapper */
.rr-faq-card{
  background: var(--rr-bg);
  border-radius: var(--rr-radius);
  border: 1px solid rgba(16,24,40,0.04);
  padding: 10px;
  box-shadow: var(--rr-shadow);
  overflow: hidden;
}

/* Accordion overall */
.rr-accordion{ width:100%; }

/* Individual item: subtle separator, spacing */
.rr-accordion .accordion-item{
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.rr-accordion .accordion-item + .accordion-item{
  margin-top: 8px;
}

/* Accordion button: modern card-like */
.rr-accordion .accordion-button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;

  background: linear-gradient(180deg,#ffffff,#fbfcff);
  border-radius: 10px;
  border: 1px solid rgba(17,24,39,0.06);
  padding: 14px 18px;
  font-weight: 800;
  font-size: 16px;
  color: #0f1722;
  box-shadow: 0 6px 18px rgba(8,15,25,0.03) inset;
  transition: all .24s ease;
}

/* collapsed state slightly raised */
.rr-accordion .accordion-button:not(.collapsed){
  background: linear-gradient(180deg, rgba(212,72,59,0.06), rgba(212,72,59,0.02));
  border-color: rgba(212,72,59,0.14);
  color: var(--rr-accent-2);
}

/* Remove default arrow and use custom plus/minus */
.rr-accordion .accordion-button::after{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  margin-left:12px;
  border-radius:10px;
  font-weight:900;
  font-size:20px;
  color: var(--rr-accent);
  border: 1px solid rgba(13,110,253,0.10);
  background: linear-gradient(180deg,#fff,#fbfdff);
  content: "+";
  transition: transform .2s ease, background .15s ease, color .15s ease;
  box-shadow: 0 6px 18px rgba(8,15,25,0.03);
}

/* when open */
.rr-accordion .accordion-button:not(.collapsed)::after{
  content: "−";
  color: var(--rr-accent-2);
  border-color: rgba(121,22,35,0.12);
  background: linear-gradient(180deg, rgba(212,72,59,0.06), rgba(212,72,59,0.02));
}

/* Body content */
.rr-accordion .accordion-collapse {
  transition: height .28s ease;
}
.rr-accordion .accordion-body{
  padding: 14px 18px 18px 18px;
  font-size: 15px;
  color: rgba(17,24,39,0.83);
  line-height: 1.7;
  border-left: 3px solid rgba(212,72,59,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.00), rgba(247,249,251,0.00));
  border-radius: 0 0 8px 8px;
}

/* small note */
.rr-faq-note{
  margin-top:14px;
  font-size:13px;
  color: var(--rr-muted);
}

/* Hover / focus effects */
.rr-accordion .accordion-button:hover,
.rr-accordion .accordion-button:focus{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16,24,40,0.06);
}

/* Responsive tweaks */
@media (max-width: 991px){
  .rr-faq-title h2{ font-size: 26px; }
  .rr-accordion .accordion-button{ font-size: 15px; padding: 12px 14px; }
  .rr-accordion .accordion-button::after{ width:32px; height:32px; font-size:18px; }
  .rr-faq-visual{ padding:10px; }
}

/* Accessibility: ensure focus outline visible */
.rr-accordion .accordion-button:focus{
  outline: 3px solid rgba(212,72,59,0.12);
  outline-offset: 3px;
}

/* Optional: small "stagger" reveal (if you use WOW/animate) */
.rr-accordion .accordion-item{
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .45s ease, transform .45s ease;
}
.rr-accordion .accordion-item.wow-visible,
.rr-accordion .accordion-item.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* End of FAQ styles */

/* ===================== RR FAQ FINAL (Professional) ===================== */
:root{
  --rr-accent: #D4483B;
  --rr-accent-soft: rgba(212,72,59,.10);
  --rr-text: #111827;
  --rr-muted: rgba(17,24,39,.70);
  --rr-border: rgba(17,24,39,.08);
  --rr-shadow: 0 18px 40px rgba(16,24,40,.08);
  --rr-radius: 14px;
}

/* Section spacing */
.rr-faq-section{ padding: 30px 0 45px; }
.rr-faq-title h2{
  font-weight: 800;
  letter-spacing: -.4px;
  color: var(--rr-text);
  margin: 0 0 6px;
  font-size: 34px;
}
.rr-faq-title p{
  margin: 0 auto 26px;
  max-width: 720px;
  color: var(--rr-muted);
  font-size: 15px;
}

/* REMOVE any opacity tricks (force visible) */
.rr-faq-section .rr-accordion .accordion-item{
  opacity: 1 !important;
  transform: none !important;
}

/* Card */
.rr-faq-card{
  background: #fff;
  border: 1px solid rgba(16,24,40,.06);
  border-radius: var(--rr-radius);
  padding: 12px;
  box-shadow: var(--rr-shadow);
}

/* Item gap */
.rr-faq-section .rr-accordion .accordion-item{
  border: 0;
  margin: 0 0 10px 0;
}
.rr-faq-section .rr-accordion .accordion-item:last-child{ margin-bottom: 0; }

/* Button = 1 line layout (text + icon on right) */
.rr-faq-section .rr-accordion .accordion-button{
  /* layout */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  /* IMPORTANT: keep icon on right always */
  flex-wrap: nowrap;

  /* visuals */
  padding: 16px 54px;
  border-radius: 12px;
  border: 1px solid rgba(17,24,39,.08);
  background: #fff;
  color: var(--rr-text);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;

  /* prevent weird bootstrap focus shadow */
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

/* Keep title readable: allow wrapping, but not pushing icon */
.rr-faq-section .rr-accordion .accordion-button > *{
  /* if bootstrap inserts spans etc */
  min-width: 0;
}
.rr-faq-section .rr-accordion .accordion-button{
  /* text can wrap, icon stays right */
  text-align: left;
}

/* Hover */
.rr-faq-section .rr-accordion .accordion-button:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(16,24,40,.08);
  border-color: rgba(212,72,59,.18);
}

/* Active (opened) */
.rr-faq-section .rr-accordion .accordion-button:not(.collapsed){
  background: linear-gradient(180deg, rgba(212,72,59,.07), rgba(212,72,59,.02));
  border-color: rgba(212,72,59,.22);
  color: #6b1e27;
}

/* Remove default arrow and keep our icon at right */
.rr-faq-section .rr-accordion .accordion-button::after{
  /* kill bootstrap caret */
  background-image: none !important;

  /* our icon */
  content: "+";
  flex: 0 0 auto;
  margin-left: auto;         /* always push to right */
  width: 45px;
  height: 38px;
  border-radius: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-weight: 900;
  font-size: 20px;

  color: var(--rr-accent);
  background: #fff;
  border: 1px solid rgba(212,72,59,.18);
  box-shadow: 0 10px 22px rgba(16,24,40,.06);

  transform: none !important;
}

/* when open: minus */
.rr-faq-section .rr-accordion .accordion-button:not(.collapsed)::after{
  content: "–";
  color: #6b1e27;
  background: rgba(212,72,59,.10);
  border-color: rgba(212,72,59,.22);
}

/* Body */
.rr-faq-section .rr-accordion .accordion-collapse{
  /* smooth open */
  transition: height .25s ease;
}
.rr-faq-section .rr-accordion .accordion-body{
  padding: 14px 16px 18px;
  margin-top: 8px;

  border-radius: 12px;
  border: 1px solid rgba(17,24,39,.06);
  background: #fbfbfd;

  color: rgba(17,24,39,.82);
  font-size: 15px;
  line-height: 1.75;
}

/* Nice left accent line inside body */
.rr-faq-section .rr-accordion .accordion-body{
  position: relative;
}
.rr-faq-section .rr-accordion .accordion-body::before{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: rgba(212,72,59,.22);
}

/* Highlight strong text */
.rr-faq-section .rr-accordion .accordion-body strong{
  color: #111827;
  font-weight: 800;
}

/* Note text */
.rr-faq-note{
  margin-top: 12px;
  font-size: 13px;
  color: rgba(17,24,39,.65);
}

/* Mobile */
@media (max-width: 991px){
  .rr-faq-title h2{ font-size: 26px; }
  .rr-faq-section .rr-accordion .accordion-button{
    font-size: 15px;
    padding: 14px 14px;
  }
  .rr-faq-section .rr-accordion .accordion-button::after{
    width: 34px;
    height: 34px;
    font-size: 18px;
    border-radius: 10px;
  }
}
/* =================== /RR FAQ FINAL =================== */

.rr-faq-section .rr-accordion .accordion-button{ position: relative; }
.rr-faq-section .rr-accordion .accordion-button::after{ position: static !important; }




  :root{
    --rrsec-text:#111827;
    --rrsec-muted:rgba(17,24,39,.72);
    --rrsec-border:rgba(17,24,39,.08);
    --rrsec-shadow:0 14px 34px rgba(16,24,40,.08);
    --rrsec-radius:18px;
  }

  /* Layout */
  .rrsec-wrap{
    padding: 40px 0 100px;
    background: #ffffff;
  }
  .rrsec-container{
    width: min(1180px, 92%);
    margin: 0 auto;
  }

  /* ====== Section 1: Cards ====== */
  .rrsec-cards3{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 28px;
  }

  .rrsec-card{
    border-radius: var(--rrsec-radius);
    padding: 28px 26px;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 10px 26px rgba(16,24,40,.06);
    position: relative;
    overflow:hidden;
    min-height: 180px;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .rrsec-card:hover{
    transform: translateY(-3px);
    box-shadow: var(--rrsec-shadow);
  }

  .rrsec-card__icon{
    width: 44px;
    height: 44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 14px;
    font-size: 22px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.75);
    margin-bottom: 14px;
  }

  .rrsec-card__title{
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: var(--rrsec-text);
  }
  .rrsec-card__text{
    margin: 0;
    color: var(--rrsec-muted);
    line-height: 1.65;
    font-size: 15px;
    max-width: 92%;
  }

  /* pastel backgrounds like screenshot */
  .rrsec-card--mint{
    background: #bfeecf;
  }
  .rrsec-card--lavender{
    background: #e2e5ff;
  }
  .rrsec-card--lemon{
    background: #e6f3a8;
  }

  /* subtle bubbles */
  .rrsec-card::before,
  .rrsec-card::after{
    content:"";
    position:absolute;
    border-radius: 999px;
    opacity:.25;
    background: rgba(255,255,255,.9);
    pointer-events:none;
  }
  .rrsec-card::before{
    width: 120px; height: 120px;
    right: -30px; top: -40px;
  }
  .rrsec-card::after{
    width: 90px; height: 90px;
    right: 30px; top: 20px;
    opacity:.18;
  }

  /* ====== Section 2: Partner Box ====== */
  .rrsec-partner{
    background: #eef0ff;
    border: 1px solid rgba(17,24,39,.05);
    border-radius: 22px;
    padding: 34px 28px;
    box-shadow: 0 10px 24px rgba(16,24,40,.06);
  }

  .rrsec-partner__head{
    text-align:center;
    margin-bottom: 24px;
  }
  .rrsec-partner__title{
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 900;
    color: var(--rrsec-text);
    letter-spacing: -0.35px;
  }
  .rrsec-partner__divider{
    width: min(720px, 92%);
    height: 1px;
    margin: 0 auto;
    background: rgba(17,24,39,.12);
    position: relative;
  }
  .rrsec-partner__divider::after{
    content:"";
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 110px;
    height: 6px;
    border-radius: 999px;
    background: rgba(17,24,39,.08);
  }

  .rrsec-partner__grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 22px;
  }

  .rrsec-point{
    display:flex;
    gap: 14px;
    align-items:flex-start;
  }

  .rrsec-point__badge{
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 900;
    font-size: 18px;
    flex: 0 0 48px;
    box-shadow: 0 12px 26px rgba(16,24,40,.08);
  }

  .rrsec-badge--gold{
    background: #ffbf2a;
    color: #1f2937;
  }
  .rrsec-badge--blue{
    background: #19b6ff;
    color: #0b1b2a;
  }

  .rrsec-point__title{
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 900;
    color: var(--rrsec-text);
  }
  .rrsec-point__text{
    margin: 0;
    color: var(--rrsec-muted);
    font-size: 14.8px;
    line-height: 1.65;
  }

  /* ====== Responsive ====== */
  @media (max-width: 991px){
    .rrsec-cards3{ grid-template-columns: 1fr; }
    .rrsec-card{ min-height: unset; }
    .rrsec-partner__title{ font-size: 24px; }
    .rrsec-partner__grid{ grid-template-columns: 1fr; gap: 18px; }
  }

  @media (max-width: 480px){
    .rrsec-wrap{ padding: 26px 0 34px; }
    .rrsec-card{ padding: 22px 18px; border-radius: 16px; }
    .rrsec-card__title{ font-size: 20px; }
    .rrsec-partner{ padding: 24px 18px; border-radius: 18px; }
    .rrsec-point__badge{ width: 44px; height: 44px; flex-basis: 44px; }
  }
  
  
  
  
 .jim_corbett_resorts8745  .slick-track {
    width: 100% !important;
} 




.jim_corbett_resorts865135 .best-block-bg img {
    object-fit: cover;
    height: 230px;
    border-radius: 10%;
}

.jim_corbett_resorts8745nn .best-block-bg img {
    object-fit: cover;
    height: 230px;
    border-radius: 10%;
}


.jim_corbett_resorts865135 footer
{
    margin-top: 0px;
}


.cust_ujnk4{
    margin-top: 50px;
} 

.i.cust_tag451.fa.fa-shield
{
    width: auto;
    position: absolute;
    left: 40px;
    margin-top: 0px;
    font-size: 45px;
}




/* Overlay and drawer layering */
.qe-overlay{
  z-index: 9990 !important;
}

.qe-drawer{
  z-index: 9991 !important;
  overflow: visible !important;
}

.qe-drawer,
.qe-drawer *{
  overflow: visible;
}

/* Air Datepicker / jQuery datepicker ko sabse upar lao */
body > .datepicker,
body > .air-datepicker,
.datepicker,
.air-datepicker,
.datepicker--container,
.air-datepicker-global-container{
  z-index: 2147483647 !important;
}

/* Agar kisi parent ne clip kiya ho */
.qe-drawer-body,
.qe-form,
.qe-row2,
.qe-field,
.qe-input{
  overflow: visible !important;
  position: relative;
}




/* drawer above overlay */
.qe-overlay{
  z-index: 9990 !important;
}

.qe-drawer{
  z-index: 9991 !important;
  overflow-y: auto !important;
  overflow-x: visible !important;
}

.qe-drawer-body,
.qe-form,
.qe-row2,
.qe-field,
.qe-input{
  position: relative;
  overflow: visible !important;
}

/* datepicker always on top */
#datepickers-container,
#datepickers-container .datepicker{
  z-index: 999999 !important;
}

#datepickers-container .datepicker{
  max-width: calc(100vw - 24px) !important;
  box-sizing: border-box;
}

/* mobile 
@media (max-width: 767px){
  .qe-drawer{
    width: 100% !important;
    max-width: 100% !important;
  }

  .qe-row2{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #datepickers-container .datepicker{
    width: min(280px, calc(100vw - 24px)) !important;
  }
}*/