@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;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    background: #60005a;
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.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: #a60000;
    color: #ffffff;
    text-align: center;
    height: auto;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid #a60000;
}

.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 #ffffff;
    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: "Poppins", sans-serif;
    color: #ffffff;
}

#cookieConsent p a {
    text-decoration: none;
    color: #f9ff00;
}

#cookieConsent h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #f9ff00;
}

.btnaccept {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    bottom: 70px;
    left: 50%;
    margin-bottom: 3px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.btndecline {
    font-size: 15px;
    font-family: "Poppins", 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 */

/* Topbar */

.top_bar {
    text-align: center;
    background: #a60000;
    padding: 25px 10px;
}

/* Topbar */

/* Navbar */


header ul {
    list-style: none;
}

header .row {
    display: block;
}


.logo {
    position: relative;
}

.logo img {
    max-width: 100%;
}

.logo a {
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #ffffff;
    font-family: "Poppins", 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: "Poppins", sans-serif;
}

.navbar {
    display: flex;
    justify-content: center;
    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: #ffffff;
    font-family: "Poppins", sans-serif;
}


.menu-btn {
    display: none;
    cursor: pointer;
}

.toggler-icon {
    width: 20px;
    height: 3px;
    margin: 3px 0;
    background: #ffffff;
    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: 992px) {


    .main-menu .hide {
        display: block;
    }

    .main-menu {
        position: absolute;
        top: 67px;
        right: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        background-color: #f9ff00;
        transition: 0.5s all ease;
        display: none;
        align-items: center;
        transform: translateX(-985px);
        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;
        color: #000000;
    }

    .menu-btn {
        display: block;
        position: absolute;
        color: white;
        padding-top: 18px;
        right: 30px;
        font-size: 2rem;
        top: 10px;
    }
}

/* Navbar */


/* Banner Section */

.banner {
    background: url(../images/escorts-banners.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .overlay {
    padding: 100px 0;
    background: #000000b5;
}
.banner .banner_text h1 {
    text-align: center;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #ff5ea1;
}
.banner .banner_text h2 {
    text-align: center;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #f9ff00;
}

.banner .banner_text p {
    margin-top: 0;
    max-width: 800px;
    margin: auto;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px;
}

.banner .content_side h2 {
    font-family: "Great Vibes", sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #ffb2f5;
    text-align: center;
}





/* *************** */

.custom-select {
    position: relative;
    font-family: Arial;
    max-width: 300px;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.custom-select select {
    display: none;
}

.custom-select label {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #ff5ea1;
}

.select-selected {
    background-color: #ff5ea1;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 73px;
    right: 25px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 65px;
}

.select-items div,
.select-selected {
    color: #000000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 42px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}

.select-items {
    position: absolute;
    background-color: #ff5ea1;
    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);
}

/* *************** */

.image_side {
    flex: 60%;
    max-width: 65%;

}

.content_side {
    flex: 35%;
    max-width: 35%;
    padding-right: 25px;
}

.image_side img {
    margin-bottom: -4px;
}

@media only screen and (max-width:1270px) {
    .banner .content_side h2 {
        font-size: 25px;
    }
}


@media only screen and (max-width:992px) {
    .banner .row {
        display: block;
    }

    .image_side {
        flex: 100%;
        max-width: 100%;
    }

    .content_side {
        flex: 100%;
        max-width: 90%;
        margin: auto;
        padding-right: 0;

    }

}

/* Banner Section */

/* Category Section */

.top_escorts {
    padding: 30px 20px;
}

.top_escorts .row {
    align-items: start;
}


.top_escorts .escortbox_middle {
    flex: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}


.top_escorts .escortbox_container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.top_escorts h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #f9ff00;
}

.top_escorts .escorts_box {
    flex: 25%;
    width: 33.33%;
    margin: 0 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    transition: transform .5s;
    border-radius: 10px;
    background: #a60000;
    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;
    overflow: hidden;
}

.top_escorts .escorts_box a {
    text-decoration: none;
}


.top_escorts .escorts_box .escorts_img {
    max-height: 400px;
    overflow: hidden;
    text-align: center;
    max-width: 415px;
    margin: auto;
}


.escorts_box .name p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: calc(15 / 11);
    letter-spacing: 0.0625em;
    font-weight: 600;
    text-align: center;
}

.hover15 .escorts_img {
    position: relative;
}

.hover15 .escorts_img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15 .escorts_img:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@media only screen and (max-width:1200px) {
    .top_escorts .escorts_box .escorts_img {
        max-height: 300px;
        max-width: 400px;
    }
}


@media only screen and (max-width:992px) {
    .top_escorts .escorts_box {
        flex: 40%;
        max-width: 45%;
    }

    .top_escorts .escortbox_middle {
        flex: 100%;
        max-width: 100%;
    }

    .top_escorts .escorts_box .escorts_img {
        max-height: 350px;
        max-width: 450px;
    }

    .top_escorts {
        padding: 0px 20px;
    }

}

@media only screen and (max-width:768px) {
    .top_escorts .escorts_box .escorts_img {
        max-height: 250px;
        max-width: 350px;
    }
}



@media only screen and (max-width:576px) {
    .top_escorts .escorts_box {
        flex: 100%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }

    .top_escorts .escorts_box .escorts_img img {
        width: 580px;
        max-width: 100%;
    }

    .top_escorts .escorts_box .escorts_img {
        max-height: 350px;
        max-width: 550px;
    }

}


/* Category Section */



/* Image & Information */

.image_information {
    padding: 30px 0;
}

.image_information .escorts_image {
    flex: 20%;
    max-width: 25%;
}

.image_information .escorts_image_container .escort_img {
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
}

.image_information .escorts_image_container .escorts_box {
    margin-bottom: 30px;
}

.image_information .escorts_image_container .escort_img img {
    max-width: 100%;
}

.image_information .information_container {
    flex: 45%;
    max-width: 50%;
    margin: 0 20px;
    background: #a60000;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    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;
}

.image_information .information_container .information_box p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.image_information .information_container .information_box img{
    max-width: 100%;
    width: 100%;

}

.image_information .information_container .information_box .location ul {
    padding: 0;
    text-align: center;
}

.image_information .information_container .information_box .location h3 {
    color: #f9ff00;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.image_information .information_container .information_box .location h2 {
    color: #f9ff00;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.image_information .information_container .information_box .location ul li {
    list-style-type: none;
    display: inline-block;
}

.image_information .information_container .information_box .location ul li a {
    text-decoration: none;
    background: #60005a;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: rgba(255, 104, 245, 0.25) 0px 50px 100px -20px, rgba(255, 161, 241, 0.3) 0px 30px 60px -30px, rgba(252, 159, 255, 0.35) 0px -2px 6px 0px inset;
}


.image_information .escorts_image_container .escorts_info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 300px;
}

.image_information .escorts_image_container .escorts_info .name {
    text-align: center;
    flex: 50%;
    background: #a60000;
    margin-right: 5px;
    border-radius: 10px;
    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;
}

.image_information .escorts_image_container .escorts_info .phone {
    text-align: center;
    flex: 25%;
    background: #a60000;
    margin-right: 5px;
    border-radius: 10px;
    padding: 9px;
    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;
}


.image_information .escorts_image_container .escorts_info .whatsapp {
    text-align: center;
    flex: 25%;
    background: #a60000;
    border-radius: 10px;
    padding: 9px;
    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;
}
a,b {
    color: #f9ff00;
     text-decoration: none;
    font-weight: 600;
}

.image_information .information_container h2 {
    color: #f9ff00;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.image_information .information_container h3 {
    color: #f9ff00;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}


.image_information .information_container ul li {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    margin: 10px 0;
    list-style-type: circle;
}

.image_information .information_container ul li span {
    color: #ff006b;
    font-family: "Montserrat", sans-serif;
}

.image_information .escorts_image_container .escort_img {
    margin: auto;
    border-radius: 10px;
}

.image_information .escorts_image_container .escorts_info {
    margin: 10px auto;
}

@media only screen and (max-width:992px) {
    .image_information .escorts_image {
        flex: 100%;
        max-width: 100%;
    }

    .image_information .information_container {
        flex: 100%;
        max-width: 100%;
        margin: 20px;
    }

    .image_information .escorts_image_container {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
    }

    .image_information .escorts_image_container .escorts_box {
        flex: 30%;
        max-width: 33.33%;
        margin: 15px 10px;
    }
}

@media only screen and (max-width:768px) {
    .image_information .escorts_image_container .escorts_box {
        flex: 45%;
        max-width: 50%;
    }
}

@media only screen and (max-width:576px) {
    .image_information .escorts_image_container .escorts_box {
        flex: 100%;
        max-width: 100%;
    }

    .image_information .escorts_image_container .escort_img {
        margin: auto;
    }

    .image_information .escorts_image_container .escorts_info {
        margin: auto;
    }
}

/* Image & Information */


/* Random Text */

.random_text {
    padding: 40px 20px;
}

.random_text h2 {
    text-align: justify;
    font-family: "Poppins", sans-serif;
    color: #f9ff00;
    font-weight: bold;
}

.random_text h3 {
    text-align: justify;
    font-family: "Poppins", sans-serif;
    color: #f9ff00;
    font-weight: bold;
}
.random_text p {
    text-align: justify;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 16px;
}

.random_text ol li {
    text-align: justify;
    font-family: "Poppins", sans-serif;
    color: #69849f;
    font-size: 16px;
}

@media only screen and (max-width:576px){
    .random_text {
        padding: 10px 5px;
    }
}

/* Random Text */



/* Review */

.review_section {
    padding: 10px 0 0;
}

.review_section h2 {
    text-align: center;
    color: #f9ff00;
    font-family: "Poppins", sans-serif;
}
.review_section h3 {
    text-align: center;
    color: #f9ff00;
    font-family: "Poppins", sans-serif;
}

.review_section .review_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.review_section .review {
    flex: 30%;
    max-width: 33.33%;
    margin: 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.review_section .review .review_img {
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.review_section .review_box .review {
    margin-bottom: 40px;
    text-align: center;
}

.review_section .review_box .review img {
    max-width: 100%;
}

.review_section .review_box .review p {
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
}

.review_section .review_box .review .name p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.review_section .review_box .review .review_text p {
    color: #ffffff;
    font-size: 14px;
}

.review_section .review_box .review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #a60000;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    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;
}


@media only screen and (max-width:992px) {

    .review_section .review_box {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .review_section .review {
        flex: 100%;
        max-width: 100%;
        margin: 0 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .review_section .review_box .review .review_image_side {
        flex: 25%;
        max-width: 30%;
        padding-right: 15px;
    }

    .review_section .review_box .review .review_content_side {
        flex: 65%;
        max-width: 70%;
    }

    .review_section .review_box .review .review_image_side .review_img {
        max-width: 200px;
        max-height: 200px;
    }

    .review_section .review_box .review img {
        border-radius: 10px;
    }
}

@media only screen and (max-width:768px) {
    .review_section .review_box .review .review_image_side .review_img {
        max-width: 150px;
        max-height: 150px;
    }
}


@media only screen and (max-width:576px) {

    .review_section .review_box .review .review_image_side {
        flex: 100%;
        max-width: 100%;
    }

    .review_section .review_box .review .review_content_side {
        flex: 100%;
        max-width: 100%;
    }
}

/* Review */


/* Random Text With Form Bottom*/

.random_text_form_bottom {
    padding: 10px 20px;
}

.random_text_form_bottom h3 {
    text-align: justify;
    font-family: "Poppins", sans-serif;
    color: #f9ff00;
    font-weight: bold;
}


.random_text_form_bottom .services_side {
    flex: 65%;
    width: 70%;
}

.random_text_form_bottom .form_side {
    flex: 30%;
    width: 30%;
    margin: 0 25px;
}

.random_text_form_bottom .services_side ul{
    padding: 0;
    text-align: left;
}

.random_text_form_bottom .services_side ul li{
    list-style-type: none;
    margin: 15px 5px;
    display: inline-block;
}

.random_text_form_bottom .services_side ul li a{
    background: #a60000;
    padding: 8px 15px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    border-radius: 10px;
    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;
}

.random_text_form_bottom .form_side h2{
    text-align: center;
    color: #f9ff00;
    font-family: "Poppins", sans-serif;
}

.random_text_form_bottom .form_side form input{
    display: block;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    border-radius: 10px;
    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;
}

.random_text_form_bottom .form_side form #submit{
    display: block;
    width: 200px;
    margin: auto;
    max-width: 100%;
    background: #a60000;
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    border-radius: 10px;
    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;
}



.random_text_form_bottom .form_side form textarea{
    display: block;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    border-radius: 10px;
    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;
}

@media only screen and (max-width:992px) {
    .random_text_form_bottom .services_side {
        flex: 55%;
        width: 65%;
    }

    .random_text_form_bottom .form_side {
        flex: 30%;
        width: 35%;
    }
    
}


@media only screen and (max-width:835px) {
    .random_text_form_bottom .row {
        display: block;
    }

    .random_text_form_bottom .services_side {
        flex: 100%;
        width: 100%;
    }

    .random_text_form_bottom .form_side {
        flex: 100%;
        width: 100%;
        text-align: center;
    }

    .random_text_form_bottom .form_side {
        margin: 0;
    }
}


/* Random Text With Image Bottom*/


/* Accordian */

.faq {
    padding: 40px 0px 40px 0px;
}

.faq h2 {
    text-align: center;
    color: #f9ff00;
    font-family: "Poppins", sans-serif;
}
.faq h3 {
    text-align: center;
    color: #f9ff00;
    font-family: "Poppins", sans-serif;
}
.accordion {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.accordion-item {
    flex: 45%;
    max-width: 47%;
    margin: 10px;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #9d9d9d;
    background: #a60000;
    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;
}

.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: "Poppins", sans-serif;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    font-family: "Poppins", 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, #ff007b, transparent) 1;
    font-family: "Poppins", 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;
    }

    .accordion-item {
        flex: 100%;
        max-width: 100%;
    }

}

/* Accordian */


/* Scroll To Top */

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 21px 5px;
    cursor: pointer;
}

#scrollToTopBtn img {
    width: 80px;
}

#scrollToTopBtn:hover {
    background-color: transparent;
}

@media only screen and (max-width:768px) {
    #scrollToTopBtn img {
        width: 40px;
    }
}


/* Scroll To Top */


/* Footer Start */

.footer{
    background: #a60000;
    max-width: 100%;
    margin: auto;
    border-radius: 30px 30px 0 0;
    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;
  }

  .footer .logo img{
    max-width: 100%;
    margin: 25px;
  }

  .footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.5rem;
    padding: 60px;
  }
  .footer-row .footer-col h4 {
    color: #f9ff00;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
  }
  .footer-col .links {
    margin-top: 20px;
    padding-left: 0;
  }
  .footer-col .links li {
    list-style: none;
    margin-bottom: 10px;
  }
  .footer-col .links li a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
  }
  .footer-col .links li a:hover {
    color: #fff;
  }
  .footer-col p {
    margin: 20px 0;
    color: #ffffff;
    max-width: 300px;
    font-family: "Montserrat",sans-serif;
  }
  .footer-col form {
    display: flex;
    gap: 5px;
  }
  .footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6 ;
    caret-color: #fff;
    color: #fff;
    padding-left: 10px;
  }
  .footer-col input::placeholder {
    color: #ccc;
  }
   .footer-col form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
  }
  .footer-col form button:hover {
    background: #cecccc;
  }

  @media (max-width: 768px) {
    .footer {
      position: relative;
      bottom: 0;
      left: 0;
      transform: none;
      width: 100%;
      border-radius: 10px 10px 0 0;
    }
    .footer .footer-row {
      padding: 20px;
      gap: 1rem;
    }
    .footer-col form {
      display: block;
    }
    .footer-col form :where(input, button) {
      width: 100%;
    }
    .footer-col form button {
      margin: 10px 0 0 0;
    }
  }

  @media (max-width: 576px) {
    .footer .footer-row {
        padding: 27px;
        gap: 0rem 18rem;
    }
    .top_bar {
    text-align: left;
    background: #a60000;
    padding: 25px 10px;}
  }
/* Footer End */





.details-note-box{padding:20px;margin-bottom:15px;background-color:#a60000;color:#fff;}
.details-note-box p{margin-bottom:15px;color:#fff;margin-top:7px;font-size:15px;line-height:21px;}
.details-note-box a{color:#ffc107;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;text-decoration:none;font-size:15px;line-height:21px;outline:0;-webkit-tap-highlight-color:transparent;}
.calling-btn{display:none;}
@media screen and (max-width:767px){
.calling-btn{display:block;position:fixed;bottom:0;left:0;width:100%;z-index:999;text-align:center;}
.calling-btn .pleft{width:50%;float:left;background-color:#4d58ff;}
.calling-btn .pright{width:50%;float:right;background-color:#02350e;}
.calling-btn .CallNumber{width:100%;display:block;padding:10px 0;}
.calling-btn .WhatsAppMssg{width:100%;display:block;padding:10px 0;}
.calling-btn i{font-size:16px;}
.calling-btn a{color:#fff;text-decoration:none;}
}