/* ==== escout section start ==== */

.escout-head-main {
    width: 100%;
    margin: auto;
    background: #d81c51;
    padding: 15px 15px;
    margin-top: 29.1%;
}

.escout-head-main .escout-main-rw {
    width: 100%;
    margin: auto;
    display: flex;
    gap: 18px;
    max-width: 1340px;
}

.escout-select {
    width: fit-content;
}

.escout-select select {
    padding: 10px;
    border: 1px solid white;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    background-color: #ff7e70;
    color: white;
}

.escout-serch-itp-mn {
    position: relative;
}

.escout-serch-itp-mn input {
    padding: 7px 7px 7px 30px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid white;
    height: 100%;
    color: white;
    background: #ff7e70;
}

.escout-serch-itp-mn input::placeholder {
    color: white;
}

.lction-img-pstn {
    width: 6%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    height: fit-content;
}

.lction-img-pstn img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(64deg) brightness(113%) contrast(101%);
}

.escout-inr-rate {
    display: flex;
}

.escout-inr-rate select {
    font-size: 16px;
    padding-left: 15px;
    min-width: 90px;
    width:fit-content;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid white;
    outline: none;
    background: #ff7e70;
    color: white;
}

.escout-inr-rate input {
    font-size: 16px;
    padding-left: 15px;
    width: 100px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid white;
    border-left: unset;
    background: #ff7e70;
    color: white;
}

.escout-inr-rate input::placeholder {
    color: white;
}

.escout-all-services {
    width: fit-content;
    position: relative;
}
.escout-all-services button
{
    padding: 7px 7px 7px 14px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid white;
    height: 100%;
    background: #ff7e70;
    color: white;
    width: 200px;
    text-align: left;
}
.escout-all-services .service-box
{
    transition: all 0.5s;
    height: 300px;
    width: 100%;
    background: #ff7e70;
    top: 120%;
    border-radius: 5px;
    padding: 12px 15px;
    transform: translateY(-10px);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 11111;
}
.escout-all-services.service-active .service-box
{
    transform: translateY(0);
    opacity: 1;
    display: block;
    visibility: visible;
}
.escout-all-services .service-box .service-box-2
{
    height: 100%;
    overflow-y: auto;
}
.escout-all-services .service-box .service-box-2 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.escout-all-services .service-box .service-box-2 ul li a
{
    color: #fff;
    margin: 8px 0;
    display: block;
    width: fit-content;
    padding-right: 5px;
}
.escout-all-services .service-box .service-box-2 ul li:first-child a
{
    margin-top: 0;
}
.escout-all-services .service-box .service-box-2 ul li:last-child a
{
    margin-bottom: 0;
}

.escout-all-services input {
    padding: 7px 7px 7px 14px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid white;
    height: 100%;
    background: #ff7e70;
    color: white;
}

.escout-all-services input::placeholder {
    color: white;
}

.sub-company-second-sec {
    padding: 0px 50px !important;
}

.popup-button-main {
    width: 40px;
    height: 40px;
    background: #ff7e70;
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
}

.popup-button-main:hover {
    background: transparent;
}

.popup-button-main .pluse-button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.search-escout-mn-icon-arow {
    background: #ff7e70;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 18px;
    border-radius: 4px;
    border: 1px solid white;
}

.search-escout-mn-icon-arow:hover {
    background: #d81c51;
    border: 1px solid white;
}

.search-escout-mn-icon-arow a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-size: 16px;
}

.search-escout-mn-icon-arow:hover a {
    color: white;
}

.search-escout-mn-icon-arow a:hover {
    text-decoration: none;
}

.search-escout-mn-icon-arow a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(237deg) brightness(122%) contrast(92%);
}

.search-escout-mn-icon-arow:hover a img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(64deg) brightness(113%) contrast(101%);
}

/* ==== escout section End ==== */

/* ==== escout popup start ==== */

.escout-popup-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ff7e70a6;
    z-index: 9999;
    display: flex;
    justify-content: center;
    transform: scale(0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.escout-popup-main.active {
    transform: scale(1.0);
    visibility: visible;
    opacity: 1;
}

.escout-popup-inside-box-main {
    width: 100%;
    max-width: 960px;
    height: fit-content;
    padding: 15px;
    border-radius: 4px;
    background: #d81c51;
    margin-top: 30px;
    box-shadow: 0px 1px 4px 2px #0000003d;
}

.escout-popup-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid white;
}

.escout-popup-head h3 {
    font-size: 20px;
    color: white;
    text-transform: capitalize;
    margin: 0px;
}

.escout-popup-close-btn {
    width: 30px;
    height: 30px;
    padding: 4px;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}

.escout-popup-close-btn img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(237deg) brightness(122%) contrast(92%);
}

.escout-popup-body {
    width: 100%;
    padding: 15px;
}

.escout-popup-advanced-line-one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 24px;
}

.escoutpopup-line-one-first {
    width: 22%;
}

.escoutpopup-line-two-first {
    width: 49%;
    display: flex;
    align-items: center;
    height: fit-content;
    justify-content: space-between;
    margin-bottom: 7px;
}

.escoutpopup-line-one-first label {
    width: 100%;
    color: white;
    margin-bottom: 8px;
}

.escoutpopup-line-one-first select {
    width: 100%;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 14px;
    background: #d81c51;
    border: 1px solid white;
    color: white;
    outline: none;
}

.escoutpopup-line-two-first .form-check .form-check-label {
    color: white;
    margin-bottom: 0px;
}

.escoutpopup-line-two-first .form-check {
    display: flex;
    align-items: center;
    gap: 4px;
}

.escoutpopup-line-one-first.sec-sec select {
    width: 49%;
}

.escoutpopup-line-one-first input {
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    background: #d81c51;
    border: 1px solid white;
    color: white;
    outline: none;
}

.escoutpopup-line-one-first input::placeholder {
    color: white;
}

.escout-footer-button .search-escout-mn-icon-arow {
    padding: 10px 18px;
}

.escout-footer-button {
    width: fit-content;
    margin-left: auto;
    padding: 15px;
}

/* ==== escout popup End ==== */


/* .==== escourt-in-channai-section start ==== */

.escourt-in-channai-section-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    padding-top: 20px;
}

.escout-in-channai-section-left-big {
    width: 73%;
}

.escout-in-channai-section-right-small {
    width: 25%;
    border-left: 1px solid #d81c51;
    height: fit-content;
}

.left-big-s-box-one {
    padding-bottom: 20px;
    border-bottom: 1px solid #d81c51;
}

.left-big-s-box-one h1 a {
    font-size: 36px;
    display: flex;
    margin-bottom: 10px;
    color: #d81c51;
}

.left-big-s-box-one p {
    font-size: 16px;
    color: black;
}

.left-big-s-box-one p a {
    color: #ff7e70;
    font-weight: 600;
}

.es-cni-sr-smal-head-wts-new {
    padding: 0px 0px 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.es-cni-sr-smal-head-wts-new h5 {
    margin: 0px;
}

.es-cni-sr-smal-head-wts-new h5 a {
    color: #d81c51;
    font-size: 24px;
    display: flex;
}

.escourt-sbscrib-btn a {
    font-size: 14px;
    background: #ff7e70;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #d81c51;
    gap: 8px;
}

.escourt-sbscrib-btn a:hover {
    text-decoration: none;
    background: #d81c51;
    color: white;
}

.escourt-sbscrib-btn a img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(237deg) brightness(122%) contrast(92%);
}

.escout-right-side-mini-box-profile-likes {
    width: 100%;
    margin: auto;
    padding: 15px 0px 15px 15px;
    border-top: 1px solid #d81c51;
}

.mini-profile-like-text {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.mini-profile-like-text p {
    color: black;
}

.mini-profile-like-text p a {
    color: #ff7e70;
    font-weight: 600;
}

.mini-profile-like-btn {
    width: 15px;
    height: 15px;
}

.mini-profile-like-btn img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(41%) sepia(4%) saturate(9%) hue-rotate(21deg) brightness(93%) contrast(89%);
}

.mini-profile-like-img-and-text-l-r {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.mini-profile-like-img-l {
    width: 20%;
    border: 1px solid #d81c51;
    position: relative;
    height: 75px;
}

.mini-pstn-mn-box {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 4px;
    bottom: -4px;
    left: -4px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, #d81c51), color-stop(50%, #d81c51), color-stop(51%, transparent));
}

.mini-pstn-mn-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(237deg) brightness(122%) contrast(92%);
}

.mini-pstn-mn-box img {
    width: 100%;
    height: 100%;
}

.mini-profile-like-img-l img {
    width: 100%;
    height: 100%;
}

.like-profile-text-pera {
    width: 76%;
}

.like-profile-text-pera p {
    color: black;
}

.escout-right-side-mini-box-profile-likes.non-escout-srvcs {
    position: relative;
}

.non-escourt-srvice-txt {
    position: absolute;
    width: fit-content;
    right: 0;
    bottom: 4px;
    font-size: 12px;
    color: black;
}

.left-big-box-two {
    width: 100%;
    margin: auto;
    padding: 15px;
    margin: 15px 0px;
    display: flex;
    justify-content: space-between;
    background: #ff7e7033;
}

.left-big-inside-img {
    width: 30%;
    padding-right: 18px;
}
.left-big-inside-img .left-big-inside
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-big-inside-img .stars
{
    width: fit-content;
    margin: auto;
    background: #fff;
    font-size: 0;
    padding: 4px 10px;
    border-radius: 12px;
    margin-top: 10px;
}

.right-big-inside-contant-text {
    width: 70%;
    border-left: 1px solid #d81c51;
    padding-left: 18px;
}

.left-open-big-img {
    width: 73%;
    position: relative;
    height: fit-content;
}
.left-open-small-img-clicking{
    width: 22%;
}
.left-open-small-img-clicking img{
    border: 1px solid #d81c51;
}
.left-open-small-img-clicking a:last-child
{
    margin-bottom: 0;
}

.left-open-big-img img {
    width: 100%;
/*    height: 100%;*/
    border: 1px solid #d81c51;
}

.right-text-pera-secmn {
    width: 100%;
    margin: auto;
}

.right-text-pera-secmn h1 {
    font-size: 30px;
    width: 100%;
    line-height: normal;
}

.right-text-pera-secmn p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.right-text-pera-secmn p a {
    color: black;
    text-decoration: none;
}

.see-more-btn {}

.see-more-btn a {
    background: #ff7e70;
    color: white;
    display: flex;
    width: fit-content;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #d81c51;
    text-decoration: none;
}

.see-more-btn a:hover {
    background: #d81c51;
    color: white;
    text-decoration: none;
}

/* .==== escourt-in-channai-section End ==== */

/* 4-2-25 R */

.tooltip 
{
    position: relative;
    border-bottom: 0;
    border: 0;
    background: #fff;
    cursor: pointer;
    display: flex;
    padding: 5px 10px;
    font-size: 13px;
    margin-right: 15px;
    border-radius: 10px;
    color: #d81c51;
}

.tooltip img
{
    width: 16px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(64%) saturate(4710%) hue-rotate(331deg) brightness(91%) contrast(92%);
}
.tooltip .tooltiptext 
{
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    font-size: 12px;
}

.tooltip:hover .tooltiptext 
{
    visibility: visible;
}
.icons-sec
{
    display: flex;
    align-items: center;
    padding: 10px 0 5px;
    width: fit-content;
}
.left-open-small-img-clicking{
    position: relative;
    height: fit-content;
}
.left-big-inside-img .mini-pstn-mn-box img
{
    border: 0;
}
.left-open-big-img .mini-pstn-mn-box
{
    width: 30px;
    height: 30px;
    position: unset;
}
.left-open-big-img .big-right{
    position: absolute;
    bottom: 0;
    left: -4px;
    width: fit-content;
    display: flex;
    align-items: center;
}
.left-open-big-img .big-right span
{
    visibility: hidden;
    font-size: 13px;
    color: #fff;
    display: none;
    padding: 0 10px;
    text-transform: uppercase;
}

.left-open-big-img .big-right:hover span
{
    visibility: visible;
    display: block;
}
.left-open-big-img .big-right:hover
{
    background: #d81c51;
}
.left-open-small-img-clicking a
{
    position: relative;
    height: fit-content;
    width: fit-content;
    display: block;
    margin-bottom: 12px;
    font-size: 0;
}
.pagination,
.pagination-container
{
    display: flex;
    align-items: center;
    margin: 40px 0 50px;
}
.pagination button,
.pagination-container button
{
    background: #ff7e70;
    border: 0;
    color: #fff;
    padding: 16px 20px;
    font-size: 17px;
    line-height: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.pagination button:hover,
.pagination-container button:hover
{
    background: #d81c51;
    color: #fff;
    border-color: #d81c51;
}
.pagination #prevPage,
.pagination-container #prevBtn
{
    border-radius: 7px 0 0 7px;
}
.pagination #nextPage,
.pagination-container #nextBtn
{
    border-radius: 0 7px 7px 0;
}
.pagination button span
{
    font-size: 16px;
}
.pagination .pages,
.pagination-container .pagination-info
{
    display: flex;
    align-items: center;
    padding: 1px 10px;
    background: #ff7e7033;
}
.pagination .pages .page-number,
.pagination-container span
{
    padding: 10px 5px;
    font-size: 15px;
    font-weight: bolder;
}
.rating-container {
    max-width: 300px;
    margin: 0 20px;
    position: relative;
}

.stars {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    text-align: center;
}

.star {
    position: relative;
    padding: 2px;
    transition: color 0.2s ease-in-out;
    font-size: 19px;
}

.star::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background-color: #333;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.star:hover::after {
    opacity: 1;
    visibility: visible;
}

.star.active {
    color: #ffd700;
}

.rate-button {
    display: block;
    margin: auto;
    margin-top: 6px;
    padding: 5px 10px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}
.rate-button:before
{
    content: '';
    background-image: url(../images/caret-up-solid.svg);
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(187deg) brightness(103%) contrast(101%);
}
.rating-box
{
    padding-bottom: 20px;
}

.rating-popup {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 250px;
    z-index: 1000;
    top: 100%;
    left: 0;
    margin-top: 10px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
}

.rating-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.label {
    width: 70px;
    font-size: 14px;
}

.bar-container {
    flex-grow: 1;
    background: #f0f0f0;
    height: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.bar {
    height: 100%;
    background: #4CAF50;
    transition: width 0.3s ease-in-out;
}

.count {
    font-size: 14px;
    color: #666;
    width: 40px;
} 

.available-sec-main 
{
    background: #d81c51;
    padding: 60px 0;
}
.available-sec-main .available-container
{
    max-width: 1340px;
    margin: auto;
}
.available-sec-main .available-boxes
{
    display: flex;
    flex-wrap: wrap;
}
.available-sec-main .available-boxes .available-box
{
    padding: 10px;
    width: 25%;
}
.available-sec-main .available-boxes .available-sub-box
{
    background: #ff7e70;
    outline: 4px double #fff;
}
.available-sec-main .available-boxes .available-sub-box h2
{
    padding: 22px 10px 18px;
    text-align: center;
}
.available-sec-main .available-boxes .available-sub-box a
{
    text-align: center;
    width: 100%;
    display: block;
}
.available-sec-main .available-boxes .available-sub-box img.main-img
{
    max-height: 325px;
    overflow: hidden;
    object-fit: cover;
    margin: auto;
    outline: 3px double #ff7e70;
}
.available-sec-main .available-boxes .available-sub-box h3
{
    color: #fff;
    text-align: center;
    padding: 13px 0 2px;
    margin: 0;
    font-size: 20px;
    border-top: 4px double #fff;
    margin-top: 18px;
    text-transform: capitalize;
}

/* 4-2-25 R */
/* 27-2-25 R */

.detail-head-btn
{
    background: #ff7e7033;
}
.detail-head-btn .detail-box
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 12px 20px;
}
.detail-head-btn .detail-box img
{
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7406%) hue-rotate(318deg) brightness(96%) contrast(119%);
}
.detail-head-btn .detail-box .first-box,
.detail-head-btn .detail-box .last-box
{
    background: #d81c51;
    color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    border: 1px solid #d81c51;
    border-radius: 6px;
}
.detail-head-btn .detail-box .first-box img,
.detail-head-btn .detail-box .last-box img
{
    width: 17px;
    height: 17px;
    margin-right: 7px;
}
.detail-head-btn .detail-box .last-box img
{
    margin-right: 0;
    margin-left: 7px;
}
.detail-head-btn .detail-box .first-box:hover,
.detail-head-btn .detail-box .last-box:hover
{
    text-decoration: none;
    background: #ff7e70;
}
.detail-head-btn .detail-box .middle-box h2
{
    font-size: 22px;
    color: #d81c51;
}
.detail-head-btn .detail-box .middle-box
{
    display: flex;
    align-items: center;
}
.detail-head-btn .detail-box .middle-box a img
{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(2853%) hue-rotate(329deg) brightness(89%) contrast(96%);
}
.detail-head-btn .detail-box .middle-box a 
{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #d81c51;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.phone-boxes .popup-box-main a img
{
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 6px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7406%) hue-rotate(318deg) brightness(96%) contrast(119%);
}
.phone-boxes .popup-box-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.phone-boxes 
{
    padding:10px 15px;
}
.phone-boxes .popup-box-btn a
{
    background: #d81c51;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
}
.phone-boxes .popup-box-btn a:first-child img
{

    filter:unset;
    width: 20px;
    height: 20px;
}

.phone-boxes .popup-box-ctn .content-box
{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #00000040;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-boxes .popup-box-ctn .content-box.new-add
{
    opacity: 1;
    visibility: visible;
}
.phone-boxes .popup-box-ctn .content-box .head img
{
    width: 24px;
    height: 24px;
}
.phone-boxes .popup-box-ctn .content-box .simple-box
{
    width: 650px;
    margin: 20px auto;
    border-radius: 15px;
}
.phone-boxes .popup-box-ctn .box
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.phone-boxes .popup-box-ctn .box img
{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.phone-boxes .popup-box-ctn h2
{
    font-size: 22px;
    color: #d81c51;
    padding-right: 15px;
}
.phone-boxes .popup-box-ctn .head
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #d81c51;
    padding: 20px;
    background: #FFE5E2;
    border-radius: 15px 15px 0 0;
}
.phone-boxes .popup-box-ctn .head .btn
{
    cursor: pointer;
}
.phone-boxes .popup-box-ctn .head .btn:hover img
{
    filter: brightness(0) saturate(100%) invert(22%) sepia(56%) saturate(6860%) hue-rotate(333deg) brightness(88%) contrast(92%);
}
.phone-boxes .popup-box-ctn .main-content
{
    padding: 20px;
    background: #FFE5E2;
    border-radius: 0 0 15px 15px;
}
.phone-boxes .popup-box-ctn .content-box.content-one .main-content
{
    border-radius: 0;
}
.phone-boxes .popup-box-ctn .content-box.content-one .p-footer
{
    border-radius: 0 0 15px 15px;
}
.phone-boxes .popup-box-ctn .main-content img
{
    filter: unset;
    margin-right: 10px;
    width: 27px;
    height: 27px;
}
.phone-boxes .popup-box-ctn .main-content a
{
    font-size: 20px;
    color: #000;
    display: flex;
}
.phone-boxes .popup-box-ctn .main-content p
{
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
}
.phone-boxes .popup-box-ctn .p-footer
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px;
    background: #FFCEC9;
}
.phone-boxes .popup-box-ctn .p-footer img
{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
}
.phone-boxes .popup-box-ctn .p-footer p
{
    font-size: 13px;
    color: #888;
    width: 90%;
    color: #000;
}
.phone-boxes .popup-box-ctn .main-content label
{
    width: 100%;

}
.phone-boxes .popup-box-ctn .main-content input,
.phone-boxes .popup-box-ctn .main-content textarea
{
    width: 100%;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    height: 43px;
    margin-top: 5px;
    font-family: OpenSans;
    font-weight: normal;
}
.phone-boxes .popup-box-ctn .main-content input:focus,
.phone-boxes .popup-box-ctn .main-content textarea:focus
{
    border-color: #d81c51;
    outline: 0;
    box-shadow: none;
}
.phone-boxes .popup-box-ctn .main-content .input-box
{
    margin-bottom: 15px;
}
.phone-boxes .popup-box-ctn .main-content .inp-box input,
.phone-boxes .popup-box-ctn .main-content .inp-box textarea
{
    padding: 10px;
}
.phone-boxes .popup-box-ctn .main-content span
{
    font-size: 14px;
    color: #000;
    font-family: OpenSans;
    width: 100%;
    font-weight: normal;
}
.phone-boxes .popup-box-ctn .main-content .inp-box input::placeholder
{
    font-family: OpenSans;
}
.phone-boxes .popup-box-ctn .main-content .inp-box textarea
{
    height: 100px;
    resize: none;
}
.phone-boxes .popup-box-ctn .main-content .iti 
{
    width: 100%;
    margin-top: 5px;
}
.phone-boxes .popup-box-ctn .main-content .sbt-box button
{
    margin-top: 10px;
    background: #d81c51;
    color: #fff;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    border: 1px solid #d81c51;
    border-radius: 6px;
    transition: all 0.5s;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.phone-boxes .popup-box-ctn .main-content .sbt-box button:hover
{
    background: #ff7e70;
}
.phone-boxes .popup-box-ctn .main-content .checkbox-b input
{
    width:20px;
    height: 20px;
    accent-color: #d81c51;
    margin-right: 6px;
}
.phone-boxes .popup-box-ctn .main-content .checkbox-b label
{
    display: inline-block;
    font-weight: normal;
}
.phone-boxes .popup-box-ctn .main-content .checkbox-b label a
{
    display: inline-block;
    font-size: 15px;
    color: #d81c51;
}
.phone-boxes .popup-box-ctn .main-content .last-line p
{
    padding: 12px 0 10px;
    display: flex;
    font-size: 17px;
    align-items: center;
    border-top: 1px solid #ccc;
    margin-top: 22px;
    gap: 8px;
}
.phone-boxes .popup-box-ctn .main-content .last-line p a
{
    font-size: 17px;
    color: #d81c51;
}

.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .you img
{
    cursor: pointer;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls p
{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls
{
    max-width: 1400px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .detail-img-cls
{
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .detail-img-cls img
{
    width: 100%;
    height: 320px;
    object-fit: cover;   
    max-height: 340px;
    border: 1px solid #d81c51!important;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .detail-img-cls .plus-icon img
{
    width: 32px;
    height: 32px;
    border: 0!important;
    object-fit: contain;
    position: absolute;
    bottom: 20px;
    right: 16px;
    padding: 5px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(3890%) hue-rotate(331deg) brightness(86%) contrast(96%);
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .detail-img-cls .plus-icon:before
{
    background: #0009;
    content: '';
    position: absolute;
    height: 35px;
    width: 35px;
    right: 16px;
    bottom: 20px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .detail-img-cls amp-img
{
    margin: 0;
    width: 100%;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .detail-img-cls .img-cls-box
{
    width: 50%;
    position: relative;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .you1
{
    width: 45%;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .you2
{
    width: 55%;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec
{
    display: flex;
    flex-wrap: wrap;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .box
{
    align-items: center;
    padding: 10px 0;
    margin-right: 25px;
    background: transparent;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .box h4
{
    margin: 0 0 3px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    font-family: Opensans;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .box img
{
    width: 27px;
    height: 27px;
    margin-right: 10px;
    filter: unset;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .box h5
{
    margin: 0;
    color: #000;
    font-family: opensans;
    font-weight: normal;
    font-size: 14px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .box h5 span
{
    color: #444;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .box:first-child img
{
    transform: rotate(-40deg);
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .box:last-child img
{
    transform: rotate(140deg);
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .hour-sec .tooltiptext
{
    top: -15px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .table-cls tbody
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: start;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .table-cls tr
{
    width: 49%;
    border-top: 1px solid #ccc;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .table-cls tr td:first-child
{
    font-weight: 600;
    width: 100px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .table-cls tr td
{
    font-family: Opensans;
    padding: 3px 0;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .table-cls
{
    margin: 15px 0;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .table-cls tr td a
{
    color: #333;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content{
  overflow:hidden;
  width: 100%;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content-area{
  display:flex;
  flex-wrap:nowrap;
  width:100%;
  transition:transform 0.5s;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__item{
  flex:100% 1 0;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__item--active{
  display:block;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content img
{
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-box
{
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-box p
{
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-box img
{
    filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(3890%) hue-rotate(331deg) brightness(86%) contrast(96%);
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-box a
{
    color: #d81c51;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-footer a
{
    margin: 18px 0;
    display: flex;
    width: fit-content;
    color: #444;
    font-size: 16px;
    align-items: center;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-footer .f-img
{
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff7e7033;
    margin-right: 15px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-footer a img
{
    width: 16px;
    height: 16px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__header ul
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__header ul li
{
    width: fit-content;
    border: 0;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__header ul li a
{
    font-size: 18px;
    padding: 10px 22px;
    border-radius: 7px 7px 0 0;
    color: #000;
    background: transparent;
    display: block;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__header ul li a:hover
{
    text-decoration: none;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__header ul li.active-tab a
{
    color: #fff;
    background: #d81c51;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .tab-panel__content .tab-box h4
{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .panel
{
    display: none;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .panel.active-panel
{
    display: block;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .ans-box
{
    position: relative;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .ans-box p
{
    font-size: 14px;
    line-height: 22px;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .ans-box .box-a
{
    background: #ff7e7033;
    border-radius: 10px;
    padding: 7px 13px;
    margin: 15px 0 0 auto;
    width: 97%;
    position: relative;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .ans-box .box-a:before
{
    content: '';
    background: #f8dedb;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    top: 20px;
    transform: rotate(45deg);
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .que-ans
{
    padding: 16px 0 20px;
    border-bottom: 1px solid #ccc;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .que-ans:last-child
{
    padding-bottom: 0;
    border: 0;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .que-ans:first-child
{
    padding-top: 0;
}
.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .sub-sub-company-cntnt
{
    padding-top: 10px;
}

/* 28-2-25 R */
/* 1-3-25 R */

.sub-company-second-sec.type_of_chennai_escorts.main-content-cls .box.middle-box
{
    display: none;
}

/* 1-3-25 R */
/* 17-3-25 R */

.kg-products-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.kg-product-item {
    background: white;
    border-radius: 10px;
    padding: 0 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: fit-content;
    margin: 15px auto 0;
}

.kg-product-item:hover {
    transform: translateY(-5px);
}

.kg-product-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.kg-product-name {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
}

.kg-product-cost {
    font-size: 1.1em;
    color: #2ecc71;
    margin-bottom: 10px;
}

.kg-rating-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}

.kg-stars-container {
    display: flex;
    gap: 5px;
    width: fit-content;
}

.kg-star-item {
    font-size: 24px;
    cursor: pointer;
    color: #ddd;
    transition: color 0.3s ease;
}

.kg-star-item:hover,
.kg-star-item.kg-active {
    color: #ffd700;
}

.kg-rating-info {
    font-size: 14px;
    color: #666;
}

.page {
    display: none;
}

.page.active {
    display: block;
}

/* 17-3-25 R */