@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-ExtraBold.woff2') format('woff2'),
        url('fonts/RobotoSlab-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-Bold.woff2') format('woff2'),
        url('fonts/RobotoSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-Black.woff2') format('woff2'),
        url('fonts/RobotoSlab-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-ExtraLight.woff2') format('woff2'),
        url('fonts/RobotoSlab-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-Light.woff2') format('woff2'),
        url('fonts/RobotoSlab-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-Medium.woff2') format('woff2'),
        url('fonts/RobotoSlab-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('fonts/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-SemiBold.woff2') format('woff2'),
        url('fonts/RobotoSlab-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('fonts/RobotoSlab-Thin.woff2') format('woff2'),
        url('fonts/RobotoSlab-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ExtraBold.woff2') format('woff2'),
        url('fonts/Roboto-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ExtraLight.woff2') format('woff2'),
        url('fonts/Roboto-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}





img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    background-color: #fff;
    font-family: 'Roboto';
}

.jcc{
    justify-content: center;
}
.jsb{
    justify-content: space-between;
}
.aic{
    align-items: center;
}

.d-flex{
    flex-wrap: wrap;
}
.container
{
    max-width: 1400px;
}
.hover-btn
{
    font-size: 18px;
    color: #0C6A40;
    text-transform: uppercase;
    width: fit-content;
    display: block;
    font-family: 'Roboto Slab';
    font-weight: 800;
    background-color: #FAE92D;
    padding: 10px 45px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.hover-btn:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #DD2A26;
    left: 0;
    bottom: -100%;
    transition: all ease 0.7s;
    border-radius: 50%;
}
.hover-btn:hover:before
{
    bottom: 0;
    border-radius: 0;
}
.hover-btn:hover
{
    color: #FAE92D;
}
.hover-btn .relative
{
    position: relative;
    z-index: 1;
}
.y-dot
{
    background-image: url('../images/ellipse13.svg');
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
}

.topline
{
    background-color: #DD2A26;
    text-align: center;
}
.topline p
{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.topline p a
{
    color: #fff;
    text-decoration: underline;
}
.topline p a:hover
{
    text-decoration: none;
}
.header-menu {
    padding: 10px 0;
}

.header-menu-right ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 35px;
}

.header-menu-right ul li {
    list-style: none;
}

.header-menu-right ul li a {
    font-size: 18px;
    color: #0C6A40;
    text-transform: uppercase;
    width: fit-content;
    display: block;
    font-family: 'Roboto Slab';
    font-weight: 800;
}

.header-menu-right ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #DD2A26;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}
.header-menu-right ul li.y-btn a:after
{
    display: none;
}
.header-menu-right ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-menu-right ul .menu-has-submenu {
    position: relative;
    transition: 0.5s all;
}


.header-menu-right ul .menu-has-submenu::after {
    content: "";
    margin: 1px 0 0px 7px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #1d818a;
    font-size: 14px;
    border-top: 5px solid #AC9B6F;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: -2px;
    right: 5px;
    bottom: 0;
    margin: auto;
    height: 6px;
}

.header-menu-right ul .menu-has-submenu .submenu {
    position: absolute;
    background-color: #000000e7;
    border: 2px solid #AC9B6F;
    width: 180px;
    left: -35px;
    top: 100%;
    /* border-radius:5px; */
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.5s all;
    text-align: center;
    z-index: 999999;
    backdrop-filter: blur(5px);
}

.header-menu-right ul .menu-has-submenu:hover .submenu {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.header-menu-right ul .menu-has-submenu .submenu li a {
    color: #fff;
    display: block;
    padding: 6px;
    font-size: 12px;
    margin: auto;
}
.header-menu img
{
    height: 100px;
}
.header-menu .y-btn a
{
    padding: 10px 45px;
}

.home-main-sec
{
    background-color:#0006;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    overflow: hidden;
    padding-bottom: 50px;
    background-blend-mode: color;
}
.home-main-sec .banner-main
{
    min-height: 95vh;
    display: grid;
    padding: 50px 0 100px;
}
.home-main-sec .banner-slider
{
    display: grid;
    align-items: center;
    padding-bottom: 60px;
}
.home-main-sec .banner-slider h2
{   
    font-size: 52px;
    color: #fff;
    font-family: 'Roboto Slab';
}
.home-main-sec .banner-slider p
{
    font-size: 32px;
    color: #fff;
    font-weight: lighter;
    max-width: 630px;
    line-height: 40px;
    padding: 10px 0 28px;
}
.home-main-sec .banner-slider .slide-arrow
{
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 0;
}
.home-main-sec .banner-slider .slide-arrow.next-arrow
{
    left: 12%;
}
.home-main-sec .banner-slider .slick-dots
{
    margin: 0;
    bottom: 12px;
    display: flex!important;
    gap: 10px;
    left: 5.5%;
    width: fit-content;
}
.home-main-sec .banner-slider .slick-dots li
{
    height: 10px;
    width: 10px;
    margin: 0;
    display: flex;
}
.home-main-sec .banner-slider .slick-dots li button
{
    background: #FAE92D;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;   
}
.home-main-sec .banner-slider .slick-dots li button:before
{
    display: none;
}
.home-main-sec .banner-slider .slick-dots li.slick-active button
{
    background-color: #fff;
}
.home-main-sec .online-main .col-12
{
    padding: 0 10px;
}
.home-main-sec .online-main
{
    background-color: #fff;
    padding: 50px 40px;
}
.home-main-sec .online-main img
{
    border-radius: 10px;
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.home-main-sec .online-main h3
{
    font-size: 36px;
    color: #0C6A40;
    font-family: 'Roboto Slab';
}
.home-main-sec .online-main .text
{
    padding: 30px 35px 0;
}
.home-main-sec .online-main p
{
    font-size: 24px;
    font-weight: lighter;
    color: #000;
    padding: 13px 0 18px!important;
    font-weight: 200;
    line-height: 30px;
}

.menu-main
{
    background-color: #0C6A40;
    padding:90px 30px 80px;
}
.menu-main .head h2
{
    font-family: 'Roboto Slab';
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.menu-main .img
{
    border-radius: 10px;
    overflow: hidden;
    height: 370px;
    width: 100%;
    position: relative;
}
.menu-main .img:hover img.hover-img
{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.menu-main .d-flex
{
    row-gap:40px;
}
.menu-main .col-12
{
    padding: 0 10px;
    -webkit-backface-visibility:hidden;
    position: relative;
}
.menu-main .box .img
{
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.menu-main .img img.hover-img,
.menu-main .img img.normal-img {
    padding: 0;
    background-size: cover;
    background-position: center;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    min-height: 340px;
    width: 100%;
    height: 100%;
    max-height: 400px;
    border-radius: 10px
}
.menu-main .img img.normal-img 
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    -ms-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.menu-main .img:hover img.normal-img  
{
    -ms-transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.menu-main .img img.hover-img  
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: rotatex(-180deg);
    -webkit-transform: rotatex(-180deg);
    transform: rotatex(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.menu-main .img:hover img.hover-img  {
    -ms-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.menu-main .img .b-box
{
    position: absolute;
    left: 0;
    width: 100%;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}
.menu-main h3
{
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto Slab';
    font-weight: 300;
    text-align: center;
    margin-top: 24px;
}

.section3-main
{
    min-height: 110vh;
    padding: 80px 0;
    display: grid;
    align-items: end;
    position: relative;
}
.section3-main .box
{
    background-color: #fff;
    border-radius: 10px;
    padding: 80px 40px;
    max-width: 700px;
}
.section3-main .box h2
{
    font-family: 'Roboto Slab';
    font-size: 52px;
    color: #0C6A40;
    font-weight: 600;
}
.section3-main .box p
{
    color: #000;
    font-size:24px;
    font-weight: 300;
    line-height: 30px;
    margin: 10px 0 32px;
}

.community-main
{
    padding: 50px 0 100px;
}
.community-main .head h2
{
    font-family: 'Roboto Slab';
    font-size: 36px;
    color: #0C6A40;
    font-weight: 600;   
}
.community-main .head p
{
    color: #000;
    font-size:24px;
    font-weight: 300;
    line-height: 30px;
    margin: 5px 0 42px;
    max-width: 600px;
}
.community-main .d-flex
{
    gap: 40px;
}
.community-main .box
{
    width: 340px;
    padding: 0 10px;
}
.community-main .box img
{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}
.community-main .box h3
{
    font-family: 'Roboto Slab';
    font-size: 28px;
    color: #0C6A40;
    font-weight: 600;
    margin: 20px 0 6px;
}
.community-main .box p
{
    color: #000;
    font-size:20px;
    font-weight: 300;
    line-height: 30px;
}
.community-main .a-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.footer-main
{
    background-color: #000;
    padding: 100px 0 70px;
}
.footer-main .box
{
    display: grid;
    align-content: space-between;
    height: 100%;
}
.footer-main .col-12
{
    padding: 0 15px;
}
.footer-main .box.box-one img
{
    width:270px;
}
.footer-main .box.box-one p
{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}
.footer-main .box h3
{
    color: #fff;
    font-family: 'Roboto Slab';
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 28px;
}
.footer-main .box ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-main .box ul a
{
    color: #FAE916;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    transition: all 0.5s;
    display: block;
    width: fit-content;
}
.footer-main .box ul a:hover
{
    color: #DD2A26;
}
.footer-main .box .icons
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px
}
.footer-main .box .icons img
{
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: all 0.5s;
}
.footer-main .box .icons a
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #FAE916;
}
.footer-main .box .icons a:hover
{
    background-color: #DD2A26;
}
.footer-main .box .icons a:hover img
{
    filter: brightness(0) saturate(100%) invert(89%) sepia(94%) saturate(0%) hue-rotate(149deg) brightness(105%) contrast(108%);
}
.icons-main
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-main .box.box-four p
{
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

.animated-icon-one {
    display: none;
}
.mobile-image-box
{
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
}
.mobile-image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.box.box-four .mobile-cpy{display: none;}
.icons-main.desktop-display {display: block;}
.icons-main.mobile-display {display: none;}

/* 31-7-25 */

.ssr-cls{
    padding: 70px 0;
}
.ssr-cls h2{
    font-family: 'Roboto Slab';
    font-size: 52px;
    color: #0C6A40;
    font-weight: 600;
}
.ssr-cls p{
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    padding: 10px 0;
}
.ssr-cls h4{
    padding: 20px 0 0
}
.ssr-cls a{
    font-size: 18px;
    color: #0C6A40;
    text-transform: uppercase;
    width: fit-content;
    display: block;
    font-family: 'Roboto Slab';
    font-weight: 800;
    background-color: #FAE92D;
    padding: 12px 45px;
    border-radius: 10px;
    margin: 10px 0 0
}
.ssr-cls a:hover{
    color: #FAE92D;
    background-color: #DD2A26
}

.entry-header{
    padding: 60px 0 20px
}
.entry-header h1{
    font-family: 'Roboto Slab';
    font-size: 36px;
    color: #0C6A40;
    font-weight: 600;
}
.entry-header h1:after{
    background-image: url(../images/ellipse13.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    content: '';
}
.entry-header p{
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 10px 0;
}
.post-detail .box-main{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 60px
}
.post-detail .box-main .box{
    width: 25%;
    padding: 0 10px
}
.post-detail .box-main .box img{
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px
}
.post-detail .box-main .box p{
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding: 6px 0
}
.post-detail .box-main .box p a{
    color: #0C6A40
}
.post-detail .box-main .box p a:hover{
    text-decoration: underline;
}

/* 31-7-25 */
/*location-page*/
.new-design-location-part{
    width:100%;
    display:flex;
    flex-wrap:wrap
}
.new-design-location-part-left-side{
    width:500px;
    float:left;
    padding:25px;
    padding-right:0;
    box-sizing:border-box;
    background-color:rgb(0 0 0 / .20);
    position: relative;
    z-index: 9;
}
.new-design-location-part-left-side .search-list-container::-webkit-scrollbar{
    width:20px;
    border:1px solid #c9c9c9;
    border-top:0;
    border-bottom:0;
    background-color:#f6f3f0
}
.new-design-location-part-left-side .search-list-container::-webkit-scrollbar-thumb{
    height:6px;
    border:5px solid;
    border-color:transparent;
    background-clip:padding-box;
    border-radius:40px;
    background-color:#86817d
}
.new-design-location-part-left-side .search-list-container::-webkit-scrollbar-button{
    width:0;
    height:0;
    display:none
}
.new-design-location-part-left-side .search-list-container::-webkit-scrollbar-corner{
    background-color:transparent
}
.top-search-container{
    padding-right:40px;
    width:100%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    margin-bottom:20px;
}
.top-search-container form{
    width:100%;
    display:flex;
    flex-wrap:wrap
}
.new-design-location-part-left-side * {
    box-sizing: border-box;
}
.search-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    flex: 1;
    padding-right: 10px;
}
.search-block input 
{
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    border-color: #fff !important;
    padding-left: 10px !important;
    padding-right: 40px !important;
    color: #acabab !important;
    width: 100%;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    border-radius: 3px;
    font-size: 14px;
}
.search-send-icn {
    background-color: #FAE92D;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 11px;
}
.search-send-icn img {
    width: 14px;
    display: block;
}
.search-btn-main input{
    background-color:#FAE92D;
    color:#0C6A40;
    height:40px;
    border: 1px solid #FAE92D;
    transition: all .5s ease;
    cursor: pointer;
    min-width:105px;
    border-radius:3px;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    letter-spacing:3px;
    font-size:16px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.search-btn-main input:hover{
    background-color: #414141;
    color: #ffffff;
}
.search-list-container{
    width:100%;
    height: 1000px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right:20px;
}
.list-box-con-1 {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
}
.list-box-top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list-box-top.mb-0 {
    margin-bottom: 0;
}
.list-left-con {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: calc(100% - 40%);
}
.name-block {
    font-size: 23px;
    color:#0C6A40;
    font-family: 'Roboto Slab', serif;
    font-weight:700;
    max-width: 100%;
    margin-bottom: 3px;
    line-height:1;
    text-decoration:none;

}
.address-block {
    width: 100%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    max-width: 80%;
    margin-bottom: 5px;
    font-size: 17px;
    line-height:1.3;
    text-decoration:none;
}
p:not(.has-background):last-of-type {
    padding-bottom: 0;
}
.list-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.list-box-right .number-block {
    font-size: 23px;
    color: #68625d;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    margin-bottom: 5px;
    text-decoration:none;
    line-height:1;
}
.list-box-right p {
    color: #adacac;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:18px;
    margin:0;
}
.list-center-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.hours-selection-block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-start;
    flex-flow: row;
    margin-bottom: 10px;
}
.hours-selection-block label {
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: #68625c;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.accordion-location ul li a.toggle {
    text-decoration: none;
}
.accordion-location ul li a.toggle:before {
    position: absolute;
    content: '';
    top:3px;
    right:0px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    font-size: 17px;
    content: ' \f107 ';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #0C6A40;
}
.accordion-location ul li ul.inner {
    overflow: hidden;
    display: none;
    width: 100%;
}
.accordion-location ul li ul.inner li, .accordion-location ul li ul.inner li span {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: #68625d;
    font-weight: 500;
    line-height:1.7;
}
.list-bottom-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.Delivery-option-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.Delivery-option-left p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: #ababab;
    margin:0 20px 0 0;
    padding-bottom: 0;
}
.order-now-btn a {
    font-size: 20px;
    color: #DD2A26;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
}
.new-design-location-part-left-side::before {
    position: absolute;
    content: '';
    right: 0;
    width:20px;
    top: 0;
    height: 100%;
    z-index: -9;
    border: 1px solid #c9c9c9;
    border-top: 0;
    border-bottom: 0;
    background-color: #f6f3f0;
}
.hours-selection-custome {
    width: calc(100% - 100px);
    padding-left: 12px;
}
.accordion-location, .accordion-location ul, .accordion-location ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}
/*.list-center-block .hours-selection-custome .accordion-location
{   
    width: max-content;
}*/
.accordion-location ul li a.toggle {
    width: 100%;
    position: relative;
    background-color: transparent;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: #68625d;
    appearance: none;
    padding-right: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.new-design-location-part-right-side{
    width:calc(100% - 500px);
    float:left;
    height: 100%
}
.store-menu-details a.store-detail-btn{
    padding-right:10px;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    color: #0C6A40;
    font-size:15px;
}
.store-menu-details a.store-detail-btn:last-child{
    padding-right:0;

}
.location-map-part {
    width: 100%;
    float: left;
    height: 100%;
}
.location-map-part #map {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.location-map-part #map iframe
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-design-location-part a:hover 
{
    text-decoration: none;
    color:#0C6A40;
}
.location-banner
{
    width: 100%;
    padding:50px 0;
    background-color:#000;
    float:left;
}
.location-banner h5
{
    font-size:28px;
    color:#fff;
    text-transform: uppercase;
    text-align:center;
    width: 100%;
    font-weight:500;
    margin-bottom:15px;
    font-family: 'Roboto Slab', serif;
}
.location-banner h2
{
    font-size:52px;
    color:#fff;
    text-transform:capitalize;
    text-align:center;
    width: 100%;
    font-family: 'Roboto Slab', serif;
    font-weight:600;
}
.new-store-details-sec
{
    width: 100%;
    clear: both;
    padding:50px;
}
.new-store-details-sec h3
{
    width: 100%;
    font-size: 28px;
    line-height: 28px;
    color: #0C6A40;
    text-transform: uppercase;
    padding-bottom:20px;
    font-weight: 500;
    margin:0;
    font-family: 'Roboto Slab', serif;
}
.new-store-details-sec .accordion-location ul li a.toggle
{
    max-width:fit-content;
}
.new-store-details-sec p
{
    width: 100%;
    font-size:18px;
    line-height:24px;
    color:#24160b;
    margin-bottom:10px;
    font-weight: 300;
}
.new-store-details-sec .accordion-location
{
    margin-bottom:30px;
}
.store-dtl ul  
{
    padding:0;
    margin:30px 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type:none;
    gap:30px;
}
.store-dtl ul li a  
{
    display: flex;
    flex-wrap: wrap;
    margin-right:25px;
    font-size: 16px;
    line-height: 16px;
    color: #a8a6a4;
    text-transform: capitalize;
}
.store-dtl .col-lg-5, .store-dtl .col-lg-7
{
    padding-bottom:30px;
}
.new-store-details-sec .accordion-location ul  
{
    margin:0 !important;
}
.store-img
{
    width: 100%;
}
.store-img img 
{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.menu-main.menu-detail .col-12{
    width: 33.33333333%;
    display: grid;
    justify-items: center;
    align-content: space-between;
}
.menu-main.menu-detail .b-main{
    text-align: center;
}
.menu-main.menu-detail .img,
.menu-main.menu-detail .b-sub,
.menu-main.menu-detail .b-btn{
    height: fit-content
}
.menu-main.menu-detail p{
    color: #e7e7e7;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 8px 0 15px;
}
.menu-main.menu-detail .head  h2{
    margin-bottom: 0
}
.menu-main.menu-detail .head p{
    text-align: center;
    margin:10px auto;
    font-size: 20px;
    color: #fff;
    max-width: 1000px
}
.menu-main.menu-detail .d-flex{
    justify-content: center;
    row-gap:60px;
    margin-top: 40px;
}
.menu-main.menu-detail .img img.hover-img, 
.menu-main.menu-detail .img img.normal-img{
    max-height:500px;
    min-height: 500px;
}
.post-detail .blog-d .box-main .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.post-detail .blog-d .box-main .box .post-thumbnail{
    width: 30%;
}
.post-detail .blog-d .box-main .box .entry-content{
    width: 70%;
    padding-left:25px; 
}
.menu-main .box{
    height: 100%;
    width: 100%;
}
.menu-main .box a{
    height: 100%;
    display: grid;
    align-content: baseline
}
.p-bnr{
    width: 100%;
    height: 100vh;
    max-height: 450px;
    font-size: 0
}
.p-bnr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-main .hover-btn{
    margin-top: 20px
}
#community-sec iframe{
    width: 100%;
    height: 750px;
}
.ssr-cls.p-policy a{
    font-size: 24px;
     color: #a8a6a4; 
     text-transform: unset; 
    width: fit-content;
    display: inline-block;
     font-family: 'Roboto'; 
     font-weight: 300; 
     background-color: transparent; 
     padding: 0; 
     border-radius: 0; 
    margin: 0;
}
.footer-main .box.box-one a,
.footer-main .box.box-four p a{
    display: inline-block;
    width: fit-content;
    color: #FAE916
}
.com-main{
    padding: 60px 0 0;
}
.com-main h3{
    font-family: 'Roboto Slab';
    font-size: 36px;
    color: #0C6A40;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.com-main .com-img{
    gap:15px;   
    column-count: 2
}
.com-main .com-img img{
    height: auto;
    padding-bottom: 15px
}
.new-store-details-sec .col-lg-5.col-md-5.col-sm-12{
    display: grid;
    align-content: space-between;
}
.new-design-get-quote-main-part {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1070px;
  margin: auto;
}

.new-design-get-quote-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  justify-content: center;
}

.new-design-get-quote-single-part {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.new-design-get-quote-single-part-management-apps h3 {
  padding: 0 11px !important;
}

.new-design-get-quote-single-part h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #24160b;
  padding: 0 15px;
  width: 100%;
  font-family: 'Roboto Slab';
  margin-bottom: 40px;
}

.new-design-get-quote-single-part form {
  width: 100%;
  float: left;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.get-quote-inp-box {
  width: 50%;
  float: left;
}

.get-quote-inp-box.get-quote-inp-box-comments {
  width: 100%;
}

.get-qu-inp {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #939393;
  box-sizing: border-box;
  border-radius: 5px !important;
  border: 0;
  background-color: #fff;
    font-weight: 300;
    font-size: 20px;
    appearance:none;
}
textarea.form-control{
    height: 150px;
}
.get-qu-inp:focus{
    background-color: #e5e5e5;
    box-shadow: none;
}
.form-group {
    position: relative;
}
.form-group .palceholder{
    position: absolute;
    top: 10px;
    margin: auto;
    left: 30px;
    z-index: 1;
    height: fit-content;
    font-weight: 300;
    font-size: 20px;
    color: #939393;
}
.captcha-button{
    margin: auto;
}
select.get-qu-inp{
    background-image: url('https://www.threedollarcafe.com/wp-content/uploads/2025/11/select-arw-new.png');
    background-repeat: no-repeat;
    background-position: 95%;
}
.get-quote-inp-box ::placeholder {
  color: #d2d2d2;
}

.get-quote-inp-bg-box-main {
  width: 100%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.get-quote-inp-box-sec-box-main {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.get-quote-inp-bg-box-main {
  padding: 0 5px;
}

.get-quote-inp-box-sec-box-main .get-quote-inp-box {
  padding: 0;
  width: 50%;
}

.get-quote-inp-box-sec-box-main .get-quote-inp-box:first-child {
  padding-right: 0;
}

.get-quote-inp-box-sec-box-main .get-quote-inp-box:last-child {
  padding-left: 0;
}

.what-area-in-full_exp {
  margin-top: 0 !important;
}

.get-quote-last-big-dtl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.get-quote-menu-iteam-main {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.get-quote-menu-iteam-main textarea.get-qu-inp {
  height: 215px;
  padding-top: 15px;
}
.get-qu-inp::placeholder{
    display: none!important;
}
.get-quote-menu-iteam-main .cus-check-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contactClass {
    text-align: center;
    padding-bottom: 15px;
    background-color: #eeecea
}
.contactClass p{
    font-size: 20px;
}
.new-design-get-quote.new-design-get-quote-contact-us button.hover-btn{
    border: 0!important;
    margin: auto;
}
.new-design-get-quote-single-part h3 span{
    color:#0C6A40;
}
.new-design-location-desc-dtl-main{
    width: 100%;
}
.o-btn{
    display: flex;
    gap:30px;
    margin-top: 20px
}
.o-btn a{
    font-size: 20px;
    color: #DD2A26;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
}
.o-btn a:before{
    content: '';
    background-color: #DD2A26;
    height: 100%;
    width: 2px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.o-btn a:first-child:before{
    display: none;
}
.mobile-b{
    display: none!important;
}
/*19-12-25 R*/
.new-store-details-sec .accordion-location ul li a.toggle{
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
}