@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.we_are_best h3 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: uppercase;
    font-weight: 900;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.img-fluid {
    max-width: 100%;
}

/* **********************************************************Cookies Consent Start******************************** */

#cookieConsent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    padding: 35px 15px;
    background: #410000;
    color: #615456;
    text-align: center;
    height: auto;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid #070707;
}

.terms_conditions {
    margin: auto;
    max-width: 290px;
}

#cookieConsent .alt-logo {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#cookieConsent .alt-logo .alt-logo-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    padding: 10px;
    border: 4px solid #ffcc52;
    border-radius: 50%;
}

#cookieConsent .alt-logo span {
    position: absolute;
    top: 7px;
    right: -14px;
    background-color: #070707;
    color: #fff;
    padding: 7px 5px;
    border-radius: 50%;
    font-size: 14px;
}

#cookieConsent p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}

#cookieConsent p a {
    text-decoration: none;
    color: #ffcc52;
}

#cookieConsent h4 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #ffcc52;
}

.btnaccept {
    background: #ffcc52;
    color: #fff;
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    bottom: 70px;
    left: 50%;
    margin-bottom: 3px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

.btndecline {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3px;
    bottom: 30px;
    left: 50%;
    cursor: pointer;
    color: #ffffff;
    border: none;
    background: transparent;
}

@media only screen and (max-width:1400px) {
    #cookieConsent {
        width: 35%;
    }
}

@media only screen and (max-width:1200px) {
    #cookieConsent {
        width: 45%;
    }
}

@media only screen and (max-width:992px) {
    #cookieConsent {
        width: 55%;
    }
}

@media only screen and (max-width:576px) {
    #cookieConsent {
        width: 75%;
    }
}

@media only screen and (max-width:414px) {
    #cookieConsent {
        width: 90%;
    }
}


/* Cookies Consent End */

/* Navbar */

header {
    background: #410000;
}

header ul {
    list-style: none;
}

header .row {
    display: block;
}


.logo {
    position: relative;
}

.logo a {
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #FF0079;
    font-family: "Montserrat", sans-serif;
}

.logo_text {
    color: #FF0079;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.logo span {
    position: absolute;
    top: -5px;
    left: 45px;
    color: #60005a;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.navbar .main-menu {
    display: flex;
}

.main-menu li a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffcc52;
    font-family: "Montserrat", sans-serif;
}


.menu-btn {
    display: none;
    cursor: pointer;
}

.toggler-icon {
    width: 20px;
    height: 3px;
    margin: 3px 0;
    background: #c5c5c5;
    display: block;
}

.row-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

.row-content p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
}

.main-menu .hide {
    display: none;
    text-align: center;
}

@media screen and (max-width: 768px) {


    .main-menu .hide {
        display: block;
    }

    .main-menu {
        position: absolute;
        top: 41px;
        right: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        background-color: #410000;
        transition: 0.5s all ease;
        display: none;
        align-items: center;
        transform: translateX(-800px);
        padding: 30px 0;
        z-index: 999;
    }

    .main-menu.show {
        transform: translateX(0px);
        transition: 0.5s all ease;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.57);
    }

    .main-menu li a {
        margin-bottom: 10px;
        display: block;
    }

    .menu-btn {
        display: block;
        position: absolute;
        color: white;
        padding-top: 18px;
        right: 30px;
        font-size: 2rem;
        top: 0;
    }
}

/* Navbar */


/* Banner Section */

.banner {
    background: darkred;
}

.banner .content_side h1 {
    font-family: "Manrope", sans-serif;
    font-size: 31px;
    font-weight: 500;
    color: #ffcc52;
}

.banner .content_side p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #ffffff;
}


/* *************** */

.custom-select {
    position: relative;
    font-family: Arial;
    background: #410000;
    max-width: 250px;
    padding: 15px;
}

.custom-select select {
    display: none;
}

.custom-select label {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}

.select-selected {
    background-color: #ffcc52;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 65px;
    right: 25px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 60px;
}

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: #ffcc52;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* *************** */

.content_side {
    flex: 22%;
    width: 30%;
    padding-left: 25px;
}

.image_side {
    flex: 62%;
    width: 70%;
}

.image_side img {
    margin-bottom: -4px;
}

@media only screen and (max-width:992px) {
    .banner .row {
        display: block;
    }

    .image_side {
        flex: 100%;
        width: 100%;
    }

    .content_side {
        flex: 100%;
        width: 90%;
        padding-left: 25px;
        padding-bottom: 30px;
    }

}

/* Banner Section */

/* Marquee Section */

.marquee {
    padding: 10px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #410000;
}
ul li {
   color:#fff;
   font-size: 17px;
   line-height: 25px;
}
a,b{color: #ffcc52;font-weight: 500;text-decoration: none;}

.marquee ul li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

.marquee ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 15px;
    height: 15px;
    background: url(../images/check.png);
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.marquee ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.02em;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
}

/* Marquee Section */

/* Category Section */

.category {
    padding: 30px 0;
    background: darkred;
}
h3 {
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: capitalize;
    font-weight: lighter;
}
.faq h3 {
    text-align: center;
    color: #ffcc52;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.category h2 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: uppercase;
    font-weight: lighter;
}

.category .category_box {
    flex: 24%;
    width: 25%;
    margin: .4px;
    border: .3px solid #07070730;
    padding: 15px 15px 0;
    box-sizing: border-box;
    margin-bottom: 25px;
    background: #410000;
}

.category .category_box a {
    text-decoration: none;
}

.category .category_box:hover {
    border: 1px dashed #ffcc52;
}

.category_box .name p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 500;
}

.category_box .type p {
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    color: #ffffff;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 600;
}

.category_box .info p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 500;
}

.category_box .price p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #070707;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 500;
    background: #c5c5c5;
    width: 100px;
    text-align: center;
    padding: 5px;
}

@media only screen and (max-width:992px) {
    .category .category_box {
        flex: 33%;
        width: 33.33%;
    }
}


@media only screen and (max-width:768px) {
    .category .category_box {
        flex: 49%;
        width: 50%;
    }
}

@media only screen and (max-width:576px) {
    .category .category_box {
        flex: 100%;
        width: 100%;
    }
}


/* Category Section */

/* Price List */

.price_list {
    background: #410000;
    padding: 40px 0;
}

.price_list h2 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: uppercase;
    font-weight: lighter;
}

.price_list p {
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}

.price_list .pricelist_container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

.price_list .pricelist_container .pricebox {
    flex: 29%;
    max-width: 33.33%;
    background: #ffcc52;
    padding: 0 20px 20px;
    box-sizing: border-box;
    margin: 0 15px;
}

.price_list .pricelist_container .pricebox .timing p {
    font-size: 18px;
    background: #410000;
    color: #ffffff;
    font-family: "Montserrart", sans-serif;
    width: 200px;
    margin: auto;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.price_list .pricelist_container .pricebox .charges p {
    font-size: 28px;
    color: #410000;
    font-weight: 700;
    font-family: "Montserrart", sans-serif;
}

.price_list .pricelist_container .pricebox ul {
    list-style-type: none;
}

.price_list .pricelist_container .pricebox ul li {
    margin: 15px 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}


@media only screen and (max-width:992px) {
    .price_list .pricelist_container {
        display: block;
    }

    .price_list .pricelist_container .pricebox {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

/* Price List */

/* Trending Section */

.trending {
    padding: 30px 0;
    /* background: #333333; */
    background: url(../images/home-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.trending h2 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: uppercase;
    font-weight: lighter;
}

.trending .trending_box {
    flex: 32%;
    width: 33.33%;
    margin: .4px;
    border: .3px solid #07070730;
    box-sizing: border-box;
    overflow: hidden;
    background: #410000;
}

.trending .trending_box:hover {
    border: 1px dashed #ffcc52;
}

.trending_box img {
    margin-bottom: -4px;
}

.trending .slider-container {
    position: relative;
    margin: 0 auto;
}

.trending figure {
    padding: 0;
    position: relative;
    text-align: center;
}

.trending figure figcaption {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.trending figure figcaption p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    transition: all .3s;
}

.trending figure figcaption p a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    transition: all .3s;
}

.trending figure figcaption h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    transition: all .3s;
}

.trending .trending_box:hover figure figcaption {
    background: #ffffffcc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25%;
    transition: all .3s;

}

.trending .trending_box:hover figure figcaption h2 {
    color: #FC5F49;
    font-size: 35px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    max-width: 450px;
    margin: 29.05px auto 0;
}

.trending .trending_box:hover figure figcaption p {
    color: #070707;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}

.trending .trending_box:hover figure figcaption p a {
    color: #070707;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    background: #c5c5c5;
    padding: 5px 10px;
}


.trending .slider {
    display: flex;
    justify-content: center;
}

.trending .slider img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

.trending .prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.trending .prev {
    left: 0;
    display: none;
}

.trending .next {
    right: 0;
    display: none;
}

@media only screen and (max-width:1800px) {
    .trending figure figcaption {
        top: 8%;
    }
}

@media only screen and (max-width:1440px) {
    .trending figure figcaption {
        top: 18%;
    }

    .trending figure figcaption h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width:1286px) {
    .trending figure figcaption {
        top: 15%;
        width: 100%;
    }

    .trending figure figcaption h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:992px) {
    .trending figure figcaption {
        top: 5%;
        width: 100%;
    }

    .trending figure figcaption h2 {
        font-size: 16px;
    }

    .trending figure figcaption p {
        font-size: 14px;
    }

    .trending figure figcaption p a {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .trending .row {
        display: flex;
    }

    .trending .trending_box {
        flex: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {
    .trending figure figcaption h2 {
        font-size: 28px;
    }

    .trending figure figcaption p {
        font-size: 16px;
    }

    .trending figure figcaption {
        top: 30%;
    }
}

@media only screen and (max-width:576px) {
    .trending figure figcaption {
        top: 5%;
    }
}


/* Trending Section */


/* Service We Provide */

.service_we_provide {
    padding: 40px 0;
    background: #410000
}

.service_we_provide h2 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: uppercase;
    font-weight: lighter;
}

.service_provide_container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    align-items: center;
}

.service_provide_container .service_left_side {
    flex: 25%;
    max-width: 25%;
    box-sizing: border-box;
    margin: 0 10px;
}

.service_provide_container .service_left_side .services_type {
    background: url(../images/home-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border: 2px dashed #ffcc52;
    text-align: left;
}

.service_provide_container .service_left_side .services_type .heading p {
    font-size: 19px;
    font-weight: 700;
    color: #ffcc52;
    font-family: "Manrope", sans-serif;
    text-decoration: underline;
}

.service_provide_container .service_left_side .services_type ul {
    list-style-type: none;
    padding: 0;
}

.service_provide_container .service_left_side .services_type ul li {
    margin-bottom: 10px;
}

.service_provide_container .service_left_side .services_type ul li a {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    margin: 15px 0;
    text-decoration: none;
    background: #ffcc52;
    padding: 8px 0 8px 8px;
    width: 100%;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.service_provide_container .service_left_side .service_area {
    background: url(../images/home-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border: 2px dashed #ffcc52;
    text-align: left;
    margin-top: 25px;
}

.service_provide_container .service_left_side .service_area .heading p {
    font-size: 19px;
    font-weight: 700;
    color: #ffcc52;
    font-family: "Manrope", sans-serif;
    text-decoration: underline;
}

.service_provide_container .service_left_side .service_area ul {
    list-style-type: none;
    padding: 0;
}

.service_provide_container .service_left_side .service_area ul li {
    margin-bottom: 10px;
}

.service_provide_container .service_left_side .service_area ul li a {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    margin: 15px 0;
    text-decoration: none;
    background: #ffcc52;
    padding: 8px 0 8px 8px;
    width: 100%;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.service_provide_container .service_right_side {
    flex: 70%;
    max-width: 75%;
    box-sizing: border-box;
    margin: 0 10px;
    background: url(../images/home-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border: 2px dashed #ffcc52;
}

.service_provide_container .service_right_side h2 {
    text-align: left;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: uppercase;
    font-weight: lighter;
}

.service_provide_container .service_right_side p {
    text-align: left;
    font-family: "Manrope", sans-serif;
    color: #ffffff;
}

.service_provide_container .service_right_side ul li {
    color: #ffcc52;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin: 5px 0;
}




@media only screen and (max-width:992px) {

    .service_provide_container .service_right_side {
        flex: 100%;
        max-width: 100%;
        margin-top: 25px;
    }

    .service_provide_container .service_left_side {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        flex: 100%;
    }


    .service_left_side .services_type {
        flex: 35%;
        max-width: 50%;
        margin: 0 10px;
    }

    .service_left_side .service_area {
        flex: 35%;
        max-width: 50%;
        margin: 0 10px;
    }

    .service_provide_container .service_left_side .service_area {
        margin-top: 0;
    }
}

@media only screen and (max-width:576px) {
    .service_provide_container .service_left_side {
        display: block;
    }


    .service_left_side .services_type {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .service_left_side .service_area {
        flex: 100%;
        max-width: 100%;
    }
}

/* Service We Provide */


/* We Are Best */

.we_are_best {
    padding: 40px 0;
    background: url(../images/home-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.we_are_best h2 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    text-transform: uppercase;
    font-weight: 900;
}

.we_are_best p {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #ffffff;
}


.facilities_container .facility {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding-top: 30px;
}

.facilities_container .facility .img_side {
    flex: 10%;
    max-width: 10%;
}

.facilities_container .facility .img_side img {
    max-width: 100%;
    width: 90px;
}

.facilities_container .facility .content_side {
    flex: 85%;
    max-width: 90%;
}

.facilities_container .facility .content_side p {
    text-align: left;
}


@media only screen and (max-width:576px) {
    .facilities_container .facility .img_side {
        flex: 10%;
        max-width: 15%;
    }

    .facilities_container .facility .content_side {
        flex: 80%;
        max-width: 85%;
    }
}

/* We Are Best */


/* Random Text */

.random_text {
    background: #410000;
    padding: 40px 20px;
}

.random_text h2 {
    text-align: justify;
    font-family: "Manrope", sans-serif;
    color: #ffcc52;
    font-weight: lighter;
}

.random_text p {
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 16px;
}

.random_text ul li {
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    color: #ffcc52;
    font-size: 16px;
}


/* Random Text */

/* Random Image */

.random_image img {
    max-width: 100%;
}

/* Random Image */


/* Accordian */

.faq {
    padding: 40px 0px 40px 0px;
    background: #410000;
}

.faq h2 {
    text-align: center;
    color: #ffcc52;
    font-family: "Montserrat", sans-serif;
}

.accordion {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.accordion-item {
    color: #ffffff;
    margin: 1rem 0;
    border-radius: 5px;
    border-bottom: 1px solid #9d9d9d;
}

.accordion-item table tr td {
    padding-right: 140px;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    font-family: "Montserrat", sans-serif;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    font-family: "Montserrat", sans-serif;
}

.accordion-item-body-content {
    display: flex;
}


.accordion-item-body-content .left {
    flex: 40%;
    padding: 0 15px;
}

.accordion-item-body-content .right {
    flex: 60%;
    padding: 0 15px;
}

.accordion-item-body-content .right .right_container {
    display: flex;
}

.accordion-item-body-content .right .right_container ul {
    list-style-type: none;
    padding: 0;
}

.accordion-item-body-content .right .right_container ul li a {
    text-decoration: none;
    color: #FF0079;
}

.accordion-item-body-content .right .right_container .column1 {
    flex: 33.33%;
    padding: 0 15px;
}

.accordion-item-body-content .right .right_container .column2 {
    flex: 33.33%;
    padding: 0 15px;
}

.accordion-item-body-content .right .right_container .column3 {
    flex: 33.33%;
    padding: 0 15px;
}

@media(max-width:767px) {
    html {
        font-size: 14px;
    }

    .accordion-item-body-content {
        display: block;
        text-align: left;
    }


    .accordion-item-body-content .left {
        flex: 100%;
        padding: 0 15px;
    }

    .accordion-item-body-content .right {
        flex: 100%;
        padding: 0 15px;
    }

}

/* Accordian */


/* Footer Start */

footer {
    text-align: center;
    background: #410000;
}


footer .footer_logo {
    margin: 40px 0 0;
}

footer .footer_text p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
    font-family: 'Manrope', sans-serif;
    color: #ffffff;
    max-width: 500px;
    margin: 30px auto 45px;
}

footer .footer_text p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

footer .footer_link {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    align-items: baseline;
    flex-wrap: wrap;
}

footer .footer_link a {
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-family: 16px;
    margin: 5px;
    color: #ffffff;
}

footer .footer_link span {
    color: #ffffff;
}

footer .footer_address p {
    max-width: 375px;
    margin: auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.copyright p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

footer .overlay {
    background: url(../images/map-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}


@media screen and (max-width: 1275px) {
    .footer-items {
        width: 50%;
    }
}


@media screen and (max-width: 660px) {
    .footer-items {
        width: 100%;
    }
}

/* Footer End */


/* ProfileBox */

.profilebox_container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
}

.profilebox_container .profile_box {
    flex: 20%;
    max-width: 25%;
    overflow: hidden;
    margin: 10px 15px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.profilebox_container .profile_box a {
    text-decoration: none;
}

.profilebox_container .profile_box .img_box {
    position: relative;
}

.profilebox_container .profile_box .img_box::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url("../images/shape.png") no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}

.profilebox_container .profile_box .img_box img {
    max-width: 100%;
}

.profilebox_container .profile_box .type h2 {
    font-family: "Montserrat", sans-serif;
}

.profilebox_container .profile_box .description p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}


/* ProfileBox */



/* Profile */

.profile_container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.profile_container .profile_pic {
    flex: 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
}

.profile_container .profile_description {
    flex: 50%;
    max-width: 50%;
}

.profile_container p {
    margin: 0;
}

.profile_container .name {
    font-size: 32px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-top: 30px !important;
}

.profile_container .category {
    font-size: 22px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.profile_container .rate {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width:992px) {
    .profile_container {
        display: block;
    }

    .profile_container .profile_pic {
        flex: 100%;
        max-width: 100%;
        text-align: center;
    }

    .profile_container .profile_description {
        flex: 100%;
        max-width: 100%;
        text-align: center;
    }
}

/* Category Section */

.rel_category {
    padding: 30px 0;
}

.rel_category h2 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #070707;
    text-transform: uppercase;
    font-weight: lighter;
}

.rel_category .rel_category_box {
    flex: 24%;
    width: 25%;
    margin: .4px;
    border: .3px solid #07070730;
    padding: 15px 15px 0;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.rel_category .rel_category_box:hover {
    border: 1px solid #070707;
}

.rel_category_box .name p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #070707;
    text-transform: uppercase;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 500;
}

.rel_category_box .type p {
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    color: #070707;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 600;
}

.rel_category_box .info p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #070707;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 500;
}

.rel_category_box .price p {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #070707;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 500;
    background: #c5c5c5;
    width: 100px;
    text-align: center;
    padding: 5px;
}



@media only screen and (max-width:992px) {
    .rel_category .rel_category_box {
        flex: 49%;
        width: 50%;
    }
}

@media only screen and (max-width:576px) {
    .category .category_box {
        flex: 100%;
        width: 100%;
    }
}


/* Category Section */

/* Thrill Yourself */

.thrill_yourself {
    background: url(../images/home-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #333333; */
    padding: 40px 0;
}


.thrill_yourself h2 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #eca400;
}

.thrill_yourself p {
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 25px;
}

.thrill_yourself p span {
    color: #ffcc52;
    font-weight: 600;
}

/* Thrill Yourself */

/* Breadcrumbs */
.breadcrumb_nav {
    padding: 7px 0;
}

.breadcrumb_nav ul {
    padding: 0 0 0 15px;
}

.breadcrumb_nav ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.breadcrumb_nav ul .breadlink::before {
    position: absolute;
    content: '/';
    left: -11px;
    top: 0;
    background: transparent;
    color: #070707;
}

.breadcrumb_nav ul li a {
    text-decoration: none;
    color: #070707;
    padding: 5px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.breadcrumb_nav img {
    margin-bottom: -5px;
}

@media only screen and (max-width:575px) {
    .breadcrumb_nav ul li a {
        font-size: 13px;
        max-width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px;
    }

}


/* Profile Pic Slider */

.profile_pic .slider {
    width: 100%;
    overflow: hidden;
}

.profile_pic .slide {
    display: none;
}

.profile_pic .slide img {
    max-width: 100%;
    height: auto;
    width: 700px;
}

.profile .profile_info p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}

.profile_info .signin_btn {
    display: block;
    color: #070707;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}


.profile_info .available_btn {
    display: block;
    color: #070707;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 25px;
    margin: 15px 0;
    border: 2px solid #070707;
}

.profile_info .available_btn span {
    color: #070707;
    font-size: 16px;
}

.contact_btn {
    display: flex;
    background: #070707;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    align-items: center;
}

.whatsapp_btn {
    display: flex;
    background: #c5c5c5;
    text-align: center;
    padding: 10px 0;
    color: #070707;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    align-items: center;
    justify-content: center;
}

/* Profile Pic Slider */
/* Profile */

/* Scroll To Top */

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #ffeea4;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 3px 5px;
    cursor: pointer;
}

#scrollToTopBtn img {
    width: 80px;
}

#scrollToTopBtn:hover {
    background-color: #f1cbeb;
}

@media only screen and (max-width:768px) {
    #scrollToTopBtn img {
        width: 40px;
    }
}


/* Scroll To Top */

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.lcol {
    background-color: #5c0217;
}
.rcol {
    background-color: #630099;
}
