@font-face {
    font-family: "Kanit-Medium";
    font-style: Normal;
    font-display: swap;
    src: url(../font/Kanit-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "Kanit-Thin";
    font-style: Normal;
    font-display: swap;
    src: url(../font/Kanit-Thin.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-Regular";
    font-style: Normal;
    font-display: swap;
    src: url(../font/static/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-Medium";
    font-style: Normal;
    font-display: swap;
    src: url(../font/static/OpenSans-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans-Bold";
    font-style: Normal;
    font-display: swap;
    src: url(../font/static/OpenSans-Bold.ttf) format("truetype");
}
html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
:root {
    --themeColor: #e9262a;
    --themeSecondColor: #000;
    --headingFont: "Kanit-Medium";
    --headingFontSize: 40px;
    --headingFontWeight: 500;
    --headingLineheight: 50px;
    --headingFontColor: #000;
    --headingTextTransform: capitalize;
    --bodyFont: "OpenSans-Regular", sans-serif;
    --bodyFontColor: #3d3d3d;
    --paraFontsize: 17px;
    --paraFontLineheight: 30px;
    --paraFontWeight: 600;
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
body {
    font-family: var(--bodyFont);
}
html,
body {
    overflow-x: hidden;
}
.mt-20 {
    margin-top: 20px;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.pr-0 {
    padding-right: 0;
}
.pl-0 {
    padding-left: 0;
}
.bg-grey {
    background: #f3f3f3;
}
.float-right {
    float: right;
}
.bg-blue {
    background: var(--themeColor);
}
.bg-black {
    background: #000;
}
.bg-red {
    background: var(--themeSecondColor);
}
.bg-themecolor {
    background: var(--themeColor);
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}
p,
ul,
ol,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}
p {
    font-family: var(--bodyFont);
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
}
a:hover,
a {
    text-decoration: none;
}
.form-control:focus {
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    border: 0;
}
li {
    list-style: none;
}
.p-150 {
    padding: 150px 0;
}
.mt-50 {
    margin-top: 50px;
}
.p-90 {
    padding: 55px 0;
}
.pt-90 {
    padding-top: 55px;
}
.p-45 {
    padding: 50px 0;
}
.pt-45 {
    padding-top: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
.scroll-margin-top {
    scroll-margin-top: 150px;
}
@-webkit-keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    80% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
    100% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
}
@keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    80% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.container.custom-container {
    max-width: 1600px;
}
.topNaviGationUpper {
    position: relative;
    padding: 10px;
    background: #f2f2f2;
}
.topNaviGationUpper li:first-child a {
    color: #111;
    font-family: var(--bodyFont);
}
.topNaviGationUpper li:last-child a {
    color: #fff;
    font-family: var(--bodyFont);
    position: relative;
    z-index: 1;
}
.topNaviGationUpper:after {
    content: "";
    position: absolute;
    width: 16%;
    right: 0;
    height: 100%;
    top: 0;
    background: var(--themeColor);
    z-index: 0;
}
.topNaviGationUpper li a img {
    margin-right: 5px;
}
header.site-header.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 0 0;
    box-shadow: 0 19px 38px #fff0, 0 15px 12px rgb(0 0 0 / 6%);
}
header.site-header .inner-Logo {
    display: none;
}
header.site-header.navbar-fixed .inner-whiteLogo {
    display: none;
}
header.site-header.navbar-fixed .inner-Logo {
    display: block;
}
header.site-header {
    position: relative;
    z-index: 2;
    padding: 0 0 0;
    width: 100%;
}
header.site-header.sticky .whiteLogo {
    display: none;
}
.menuWrap .dropdownMain i {
    font-size: 13px;
    margin-left: 5px;
}
header.site-header.sticky .blackLogo {
    display: block;
}
header.site-header.navbar-fixed .logobox {
    padding-bottom: 0;
}
header.site-header.navbar-fixed .dropdownMain .dropbtn:after,
header.site-header.navbar-fixed .navbarMain a:after {
    bottom: 0;
}
.menuWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 0%;
    padding-right: 0%;
    justify-content: space-between;
}
.menuListing.sub-menus ul li a {
    color: #000;
}
.menuListing.sub-menus {
    padding-left: 38px;
    padding-bottom: 20px;
}
.menuListing.sub-menus a img {
    margin-right: 5px;
}
.menuListing.sub-menus ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 35px;
    justify-content: space-between;
}
.menuListing.sub-menus ul li {
    flex: 0 0 42%;
    margin: 0 4%;
}
.menuListing.sub-menus ul li a {
    padding: 20px 0 !important;
    border-bottom: 1px solid #0000001c;
    color: #111;
    font-size: 18px;
    float: left;
    width: 100%;
    text-align: left;
}
.menuheading.menu-img img {
    width: 100%;
}
.menuheading.menu-img {
    padding: 0;
}
.dropDownInnerMnb,
.navbarMain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: revert;
    flex-wrap: wrap;
}
.innerheader .dropdownMain .dropbtn,
.innerheader .navbarMain a,
.navbarMain a:hover {
    color: var(--themeColor);
}
.dropdownMain {
    float: left;
    overflow: hidden;
}
.dropdownMain-content .header {
    padding: 16px;
    color: #111;
}
.logobox a, .logobox a img {
    width: 230px;
    padding: 10px 0;
}
.main-ft-info a img {
    width: 210px;
}
header.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 19px 38px #fff0, 0 15px 12px rgb(0 0 0 / 6%);
    animation: 15s infinite gradient;
    z-index: 999;
    padding: 10px 0;
    transition: 0.3s ease-in-out;
}
header.site-header.sticky .dropdownMain .dropbtn,
header.site-header.sticky .navbarMain a {
    color: #585858;
    font-weight: 500;
}
.navbarMain a,
.dropdownMain .dropbtn {
    transition: 0.2s;
}
.dropdownMain .dropbtn,
.navbarMain a {
    color: #000;
    position: relative;
    font-weight: 500;
    transition: 0.2s;
    text-decoration: none;
    padding-bottom: 50px;
}
.dropdownMain .dropbtn.active,
.navbarMain a.active {
    color: var(--themeColor);
}
.menuListing ul {
    display: block;
    padding: 0;
}
.dropdownMain .dropbtn {
    background-color: #fff0;
    margin: 0;
    font-weight: 600;
}
header.site-header.navbar-fixed .dropdownMain .dropbtn:hover,
header.site-header.navbar-fixed .navbarMain a:hover {
    color: var(--themeColor);
}
header.site-header.navbar-fixed {
    top: -120px;
}
header.site-header.navbar-fixed .topNaviGationUpper {
    display: none;
}
#myHeader.hide {
    top: 0;
}
#myHeader {
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease;
}
.dropdownMain-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 100%;
}
header.site-header.navbar-fixed .dropdownMain-content {
    top: 100%;
}
.dropdownMain:hover .dropdownMain-content {
    display: block;
}
.dropdownMain:hover .dropdownMain-content::after {
    content: "";
    position: absolute;
    background: var(--themeColor);
    width: 10%;
    height: 78%;
    right: -35px;
    bottom: -200px;
    transform: rotate(59deg);
}
.dropdown_menu-mega {
    -webkit-animation: growDown 500ms ease-in-out forwards;
    animation: growDown 500ms ease-in-out forwards;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    overflow: hidden;
    border-top: 1px solid var(--themeColor);
    box-shadow: 0 11px 10px 0 #1111112b;
}
.dropdownMain-content.single-dropdown {
    width: 300px;
}
.dropdownMain-content.single-dropdown a {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #0000001c;
    padding: 15px 17px;
}
.menu-prod-img {
    padding: 40px;
}
.navbarMain .nav-pills .nav-link.active,
header.site-header.navbar-fixed .navbarMain .nav-link.active a:hover {
    color: #fff !important;
    background-color: #e9262a;
}
.navbarMain .nav-pills .nav-link.active::before {
    content: url(../images/btn-star-white.png);
    left: 38px;
    position: absolute;
    font-size: 14px;
    top: 35%;
    font-weight: 900;
    color: #fff;
}
.navbarMain .nav-pills .nav-link.active::after {
    content: "";
    right: -5px;
    height: 20px;
    width: 20px;
    position: absolute;
    font-size: 14px;
    top: 33%;
    background: var(--themeColor);
    transform: rotate(45deg);
}
.navbarMain .nav-pills .nav-link,
header.site-header.navbar-fixed .navbarMain .nav-pills .nav-link {
    text-transform: capitalize;
    text-align: left;
    padding: 16px;
    padding-left: 60px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    font-family: var(--headingFont);
}
.navbarMain .tab-content {
    border-left: 1px solid #11111145;
}
header.site-header.navbar-fixed .navbarMain a.nav-link:active {
    color: #fff;
}
.navbarMain a {
    float: left;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 50px 17px;
    font-weight: 600;
    font-family: var(--bodyFont);
}
.navbarMain ul li:last-child a {
    padding-right: 0;
}
.navbarMain .menuListing a:after,
.onlyMobile,
header.site-header.sticky .whiteLogo {
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
header.site-header.navbar-fixed .menuWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topNaviGationUpper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: end;
}
.topNaviGationUpper li a {
    font-weight: 600;
    padding: 0;
}
.topNaviGationUpper li:first-child a {
    padding-right: 40px;
}
ul.top-header li a {
    color: #111;
    border-right: 1px solid #111;
    padding: 0 20px;
}
ul.top-header li a i {
    margin-right: 5px;
}
ul.top-header li:nth-child(2) a {
    border-right: 0 solid #111;
}
.topNaviGationUpper ul li a.book-appo {
    background: var(--themeColor);
    color: #fff;
    border-radius: 35px;
    padding: 10px 20px;
    border: 1px solid var(--themeColor);
}
.topNaviGationUpper ul li a.book-appo:hover {
    background: #fff0;
    color: var(--themeColor);
    border-radius: 35px;
    padding: 10px 20px;
    border: 1px solid var(--themeColor);
}
.menu-prod-list ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}
.menu-prod-list ul li {
    flex: 0 0 45%;
    padding: 0 0;
    margin-top: 50px;
}
.menu-prod-list ul li h3 a {
    color: var(--themeColor);
    font-size: 22px;
    margin-bottom: 20px;
    font-family: var(--headingFont);
    border-left: 2px solid var(--themeColor);
    padding: 0;
    font-weight: 500;
     padding-left: 15px; 
    position: relative;
}
.menu-prod-list ul li h3 a:before {
    content: "";
    background: var(--themeColor);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
}
.menu-prod-list ul li a {
    color: #111;
    font-size: 18px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
}
.menu-prod-list ul li:last-child a {
    border-bottom: 0;
}
.menu-prod-list-sub a {
    padding: 15px 0 !important;
    border-bottom: 1px solid #0000001c;
}
.menu-prod-list ul li a img {
    margin-top: 7px;
    margin-right: 5px;
}
.menuWrap .dropdownMain .menu-prod-list ul li a i {
    color: var(--themeColor);
    font-size: 12px;
    margin-left: 0;
    margin-right: 4px;
}
.menu-prod-list {
    padding: 20px 70px;
}
.main-nav-prod-cat a {
    font-size: 18px;
    font-weight: 500;
}
.sidenav,
body,
html {
    overflow-x: hidden;
}
.others-megamenu {
    padding: 60px;
}
.menuheading h3 {
    color: var(--themeColor);
    font-family: var(--headingFont);
    margin-bottom: 30px;
}
.menuheading {
    padding-right: 95px;
}
.menu-brd-right {
    border-right: 1px solid #11111145;
}
.inter-text-para h1 {
    font-family: var(--headingFont);
    font-size: var(--headingFontSize);
    color: var(--headingFontColor);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
    text-transform: var(--headingTextTransform);
    margin-bottom: 22px;
    position: relative;
}
.inter-text-para h1 span {
    color: var(--themeColor);
}
.inter-text-para h2 {
    font-family: var(--headingFont);
    font-size: var(--headingFontSize);
    color: var(--headingFontColor);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
    text-transform: var(--headingTextTransform);
    margin-bottom: 22px;
    position: relative;
}
.inter-text-para h3 {
    font-family: var(--headingFont);
    font-size: 28px;
    color: var(--headingFontColor);
    font-weight: var(--headingFontWeight);
    line-height: 40px;
    text-transform: var(--headingTextTransform);
    margin-bottom: 15px;
    position: relative;
}
.inter-text-para h2 span {
    color: var(--themeColor);
}
.inter-text-para p {
    color: var(--bodyFontColor);
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    position: relative;
}


.text-right {
    text-align: right;
}
.btn-read-more a,
.btn-read-more button {
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: var(--themeColor);
    font-size: 16px;
    font-weight: 600;
    background: #fff0;
    position: relative;
}
.btn-read-more.btn-red a,
.btn-read-more.btn-red button {
    background: #d7d4d478;
}
.btn-read-more a:hover,
.btn-read-more button:hover {
    background: var(--themeColor);
    color: #fff;
}
.btn-read-more.btn-white a,
.btn-read-more.btn-white button {
    color: #fff;
}
.btn-read-more.btn-white a img,
.btn-read-more button img {
    margin-right: 10px;
    position: absolute;
    right: -22px;
    bottom: -10px;
    background: var(--themeColor);
    font-size: 9px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    width: 30px;
}
.cont-btn-submit .btn-read-more button img {
    background: #fff;
}
.btn-read-more.btn-red a,
.btn-read-more.btn-red button {
    border: 0;
    color: #000;
}
.btn-read-more.btn-red a:hover,
.btn-read-more.btn-red button:hover {
    color: #fff;
    background: var(--themeColor);
}
.btn-read-more.btn-red a img {
    margin-right: 10px;
    position: absolute;
    right: -22px;
    bottom: -10px;
    background: #f3f3f3;
    font-size: 9px;
    padding: 8px;
    border-radius: 50%;
    color: var(--themeColor);
    width: auto;
}
.btn-read-more.btn-white.btn-product {
    margin-top: 40px;
}

.btn-read-more.btn-white.btn-blogs a img {
    background: #606060;
}
.more-event-btn.btn-read-more.btn-red a img {
    background: #e6e5e5;
}



footer {
    background: #313131;
}
.main-ft-info p {
    margin: 20px 0 50px;
    color: #f1f1f1;
    font-size: 14px;
    line-height: var(--paraFontLineheight);
    font-weight: 100;
}
.contact-ft-info li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-ft-info li.ft-phone a span {
    color: #fff;
    font-size: 26px;
    font-family: var(--headingFont);
}
.contact-ft-info li a svg {
    width: 10%;
    height: 33px;
}
.contact-ft-info li a span {
    width: 86%;
    font-size: 15px;
}
.contact-ft-info ul li {
    margin-bottom: 20px;
}
.all-quick-links ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.all-quick-links ul li {
    flex: 0 0 20%;
}
.all-quick-links ul li a {
    color: #f1f1f1;
    float: left;
    width: 100%;
    font-size: 16px;
}
.all-quick-links ul li a {
    color: #f1f1f1;
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 12px 0;
    font-weight: 300;
}
.all-quick-links ul li h3 {
    color: #fff;
    font-family: var(--headingFont);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-ft-info {
    padding-right: 110px;
    position: relative;
}
.all-quick-links {
    position: relative;
}
.sec-ft-copyright {
    background: #282828;
    padding: 12px 0;
}
.copyright-info ul {
    display: flex;
    justify-content: center;
}
.copyright-info ul li a {
    border-right: 1px solid #7e7e7e;
    padding: 0 10px;
    color: #7e7e7e;
    font-size: 14px;
}
.copyright-info ul li:last-child a {
    border-left: 1px solid #7e7e7e;
}
.copyright-info ul li:last-child a {
    border-right: 0 solid #7e7e7e;
}
.socialIcons i {
    font-size: 24px;
    color: var(--themeColor);
}
.socialIcons {
    display: flex;
    justify-content: end;
    align-items: start;
    margin-top: 0;
    float: right;
    position: relative;
}
.socialIcons span {
    margin-right: 17px;
    font-weight: 400;
}
.socialIcons span img {
    width: 10%;
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0;
    width: 0;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff0;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #ea5d5f;
    border-left: solid 10px #fff0;
    line-height: 0;
    border-right: solid 10px #fff0;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}
button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}
button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 0.25);
    -webkit-box-shadow: 0 2px 4px 1px rgb(0 0 0 / 0.25);
    -moz-box-shadow: 0 2px 4px 1px rgb(0 0 0 / 0.25);
}
button.back-to-top.show:active {
    box-shadow: 0 4px 8px 2px rgb(0 0 0 / 0.25);
    -webkit-box-shadow: 0 4px 8px 2px rgb(0 0 0 / 0.25);
    -moz-box-shadow: 0 4px 8px 2px rgb(0 0 0 / 0.25);
}

.btn-read-more button {
    border: 0;
}
.btn-read-more.btn-white a,
.btn-read-more .slider-btn,
.btn-read-more button {
    overflow: hidden;
}
.btn-read-more.btn-white a:before,
.btn-read-more .slider-btn:before,
.btn-read-more button:before {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    content: "";
    width: 100%;
    background: rgb(255 255 255 / 18%);
}
.btn-read-more.btn-white a span:nth-child(1),
.btn-read-more .slider-btn span:nth-child(1),
.btn-read-more button span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.btn-read-more.btn-white a span:nth-child(2),
.btn-read-more .slider-btn span:nth-child(2),
.btn-read-more button span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.btn-read-more.btn-white a span:nth-child(3),
.btn-read-more .slider-btn span:nth-child(3),
.btn-read-more button span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    animation: animate3 2s linear infinite;
}
@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.btn-read-more.btn-white a span:nth-child(4),
.btn-read-more .slider-btn span:nth-child(4),
.btn-read-more button span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
.btn-read-more a,
.btn-read-more .inner-btn,
.btn-read-more.btn-red button {
    overflow: hidden;
}
.btn-read-more a:before,
.btn-read-more .inner-btn:before,
.btn-read-more.btn-red button:before {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    content: "";
    width: 100%;
    background: rgb(255 255 255 / 18%);
}
.btn-read-more a span:nth-child(1),
.btn-read-more .inner-btn span:nth-child(1),
.btn-read-more.btn-red button span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--themeColor);
    animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.btn-read-more a span:nth-child(2),
.btn-read-more .inner-btn span:nth-child(2),
.btn-read-more.btn-red button span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: var(--themeColor);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.btn-read-more a span:nth-child(3),
.btn-read-more .inner-btn span:nth-child(3),
.btn-read-more.btn-red button span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--themeColor);
    animation: animate3 2s linear infinite;
}
@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.btn-read-more a span:nth-child(4),
.btn-read-more .inner-btn span:nth-child(4),
.btn-read-more.btn-red button span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: var(--themeColor);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
.inner-btn {
    position: relative;
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border: 0;
    text-transform: uppercase;
    color: var(--themeColor);
    font-size: 16px;
    font-weight: 600;
    background: #fff0;
    position: relative;
}

img.btn-move-star,
.all-group-comp ul li img.btn-move-star {
    margin-right: 0;
    position: relative;
    right: 15px;
    bottom: -20px;
    background: var(--themeColor);
    padding: 5px;
    border-radius: 50%;
    width: 23px !important;
}
img.btn-move-star.bg-black {
    background: #000;
}
img.btn-move-star.bg-gray {
    background: #ebeaea;
}
img.btn-move-star.bg-dark-gray {
    background: #606060;
}
.inner-banner img {
    width: 100%;
}
section.inner-banner {
    position: relative;
}
.inner-banner-heading h1 {
    color: #fff;
    font-size: 51px;
    text-shadow: -3px 1px 14px #000000c9;
    font-family: var(--headingFont);
    text-transform: capitalize;
}
.inner-banner .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 92%));
}
.inner-banner-heading {
    position: absolute;
    bottom: 25%;
    width: 60%;
}


@media screen and (min-width: 2300px) {
    .topNaviGationUpper:after {
        width: 30%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .container.custom-container {
        max-width: 1360px;
    }
    .topNaviGationUpper:after {
        width: 13%;
    }
    .inner-banner-heading {
        width: 44%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .container.custom-container {
        max-width: 1250px;
    }
    .navbarMain a {
        font-size: 16px;
        padding: 26px 13px;
    }
    .menu-prod-list ul li a {
        font-size: 16px;
    }
    .topNaviGationUpper:after {
        width: 13%;
    }
    .menuListing.sub-menus ul li a {
        font-size: 16px;
    }
    .main-ft-info {
        padding-right: 55px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .container.custom-container {
        max-width: 1250px;
    }
    .inter-text-para p {
        font-size: 15px;
    }
    .menu-prod-list ul li a {
        font-size: 14px;
    }
    .inner-banner-heading {
        width: 50%;
    }
    .navbarMain a {
        font-size: 14px;
        padding: 26px 13px;
    }
    .topNaviGationUpper:after {
        width: 17%;
    }
    .menuListing.sub-menus ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .topNaviGationUpper:after {
        width: 12%;
    }
    .menu-prod-list ul {
        float: left;
    }
    .menu-prod-list ul li {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .menu-prod-list-sub a {
        padding: 10px 0 !important;
    }
    .container.custom-container {
        max-width: 960px;
    }
    .logobox a,
    .logobox a img {
        width: 160px;
    }
    .inter-text-para h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .inter-text-para p {
        font-size: 15px;
    }
    .inter-text-para h2 {
        font-size: 29px;
        line-height: 40px;
    }
    .inter-text-para p
    {
        font-size: 14px;
        line-height: 26px;
    }
    .inner-banner-heading {
        width: 50%;
    }
    .navbarMain a {
        font-size: 13px;
        padding: 26px 10px;
    }
    .topNaviGationUpper:after {
        width: 20%;
    }
    .topNaviGationUpper li a {
        font-size: 13px;
    }
    .menuListing.sub-menus ul li a {
        font-size: 16px;
    }
    .menu-prod-list {
        padding: 20px 30px;
    }
    .menu-prod-list ul li h3 a {
        font-size: 20px;
    }
    .menu-prod-list ul li a {
        font-size: 15px;
    }
    .inner-banner-heading h1 {
        font-size: 40px;
    }
    .main-ft-info {
        padding-right: 0;
    }
    .all-quick-links ul li a {
        font-size: 12px;
        padding: 9px 0;
    }

}

@media (max-width: 1024px) {
    .mar-right {
        margin-right: 60px;
    }
    .p-90 {
        padding: 50px 0;
    }
    .mobmenuList .accordion-button::after {
        background-size: 18px;
        transition: transform 0.2s ease-in-out;
        border: 1px solid #d5d5d5;
        padding: 12px;
        background-position: center;
    }
    .mobmenuList .accordion-button:not(.collapsed)::after {
        background-image: url(../images/down-arrow.png);
        transform: rotate(180deg);
    }
    .topNaviGationUpper {
        display: none;
    }
    .sideNaviMob {
        display: flex;
        justify-content: end;
        float: left;
        width: 100%;
        align-items: center;
    }
    .mobmenuList .social-info {
        padding-left: 0;
        display: flex;
        float: left;
        width: 100%;
    }
    .mobmenuList ul.socialIcons li {
        justify-content: space-around;
        margin-right: 17px;
    }
    .mob-booking {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 55px;
    }
    .mob-booking a.book-appo {
        background: var(--themeColor);
        color: #fff;
        border-radius: 35px;
        padding: 10px 35px;
        border: 1px solid var(--themeColor);
        float: none;
    }
    .mobmenuList .social-info ul {
        padding: 0 16px;
        width: 100%;
        justify-content: center;
        margin-top: 32px;
        align-items: center;
    }
    .onlyMobile {
        display: block;
        width: 100%;
    }
    .navbarMain.onlyDesktop {
        display: none;
    }
    .mobileBoxLogo.InsideSideBar {
        padding: 30px 16px;
        float: left;
        width: 100%;
    }
    a.closebtn {
        position: absolute;
        right: 37px;
        top: 0;
        z-index: 999;
        width: 50px;
    }
    .dropdown-btn,
    .sidenav a {
        text-decoration: none;
        color: #111;
        padding: 8px 11px;
        width: 100%;
        float: left;
        font-weight: 700;
        font-size: 18px;
    }
    .subMenuList {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .subMenuList li a {
        font-size: 15px;
        font-weight: 500;
    }
    .subMenuList h4 {
        text-transform: capitalize;
        color: #111;
        padding: 7px;
        background: #f2f2f2;
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
    }

    .logobox {
        padding-bottom: 0;
    }
    a.closebtn {
        right: 0;
        top: 24px;
        width: 50px;
    }
    header.site-header.navbar-fixed .menuWrap {
        background: #dbedf7;
        padding: 16px 2%;
    }
    header.site-header.navbar-fixed {
        background: #f2f2f2;
    }
    .mobmenuList ul {
        padding: 0 16px;
    }
    .mobmenuList .accordion {
        float: left;
        width: 100%;
    }
    .mobmenuList .accordion .accordion-body {
        float: left;
        padding: 16px;
        width: 100%;
    }
    .mobmenuList .accordion .accordion-item {
        border: 0;
        padding: 5px 0;
        border-bottom: 1px solid #bdbdbd94;
        position: relative;
        float: left;
        width: 100%;
        background: #fff0;
        font-weight: 700;
        font-size: 15px;
    }
    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        background: #f2f2f2 !important;
        padding: 11px !important;
    }
    .mobmenuList .accordion .accordion-item .accordion-button {
        padding: 11px;
        font-weight: 700;
        font-size: 20px;
        background: #fff0;
    }
    .mobmenuList .accordion .accordion-button:focus {
        z-index: 3;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }
    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        color: #046627;
        background-color: initial;
        box-shadow: none;
        font-weight: 700;
        font-size: 20px;
    }
    ul.menuprodlist-items li a {
        padding: 5px 0;
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
    }
    header.site-header,
    header.site-header.sticky {
        background: #fff;
        padding: 0;
    }
    .logobox {
        padding-bottom: 0;
    }
    a.closebtn {
        right: 15px;
        top: 8px;
        width: 50px;
    }
    .logobox a, .logobox a img {
       padding: 0;
    }
    .menuWrap {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 13px;
        padding-bottom: 20px;
    }
    header.site-header.navbar-fixed .menuWrap {
        background: #f2f2f2;
        padding: 16px 0%;
    }
    header.site-header.navbar-fixed .container {
        background: #f2f2f2;
    }
    .mobmenuList ul {
        padding: 0 16px;
    }
    .mobmenuList .accordion {
        float: left;
        width: 100%;
    }
    .mobmenuList .accordion .accordion-body {
        float: left;
        padding: 16px;
        width: 100%;
    }
    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        background: var(--themeColor) !important;
        padding: 11px !important;
    }
    .mobmenuList .accordion .accordion-item .accordion-button {
        padding: 11px 11px;
        font-weight: 700;
        font-size: 18px;
        background: #fff0;
    }
    .mobmenuList .accordion .accordion-button:focus {
        z-index: 3;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }
    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: initial;
        box-shadow: none;
        font-weight: 700;
    }
    ul.menuprodlist-items li a {
        padding: 15px 0;
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        border-bottom: 1px solid #eee;
    }
    ul.menuprodlist-items li:last-child a {
        border: 0;
    }
    .site-header.inner-prod-menu .topNaviGationUpper ul li a {
        color: #fff;
    }
    .mobileBoxLogo.InsideSideBar img {
        width: 160px;
    }
    .mobmenuList .accordion .accordion-item.subsubmenulist {
        border-bottom: 0;
        background: #f2f2f2;
        padding: 0;
        margin-bottom: 14px;
    }
    .mobmenuList .accordion .subsubmenulist .accordion-button:not(.collapsed) {
        background: #605555 !important;
    }
    .mobmenuList .accordion .subsubmenulist .accordion-body {
        background: #fff;
    }
    .mobmenuList .accordion .subsubmenulist .accordion-body {
        padding: 15px 0 0;
    }
    .mobmenuList .accordion .subsubmenulist .accordion-body .subMenuList.othersSubmenu {
        background: #f2f2f2;
        padding: 10px 0;
    }
    .mobmenuList .accordion .accordion-body {
        padding-bottom: 0;
    }
    .pointer {
        cursor: pointer !important;
        background-color: #fff;  
        color: #004475;
    }
    .bar-en {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        background-color: #fff;
    }
    .moble-con-f {
        float: left;
        padding: 19px 10px;
    }
    .moble-con {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 0;  
        width: 100%;
        text-align: center;
        cursor: pointer !important;
        background-color: var(--themeColor);
        padding: 25px;
    }
    .moble-con:hover {
        background: #000;
    }
    .mar-right {
        margin-right: 60px;
    }
    .container.custom-container {
        max-width: 960px;
    }
    .inter-text-para h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .menu-prod-list ul {
        float: left;
    }
    .hm-sec-product-list {
        padding-bottom: 70px;
    }
    .menu-prod-list ul li {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .menu-prod-list-sub a {
        padding: 5px 0 !important;
    }
    .inter-text-para h2 {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .slider-btn,
    .btn-read-more.btn-white a,
    .btn-read-more.btn-red a,
    .product-card .btn-read-more span,
    .btn-read-more.btn-red button {
        padding: 10px 20px;
        font-size: 13px;
    }
    .inter-text-para p
    {
        font-size: 14px;
        line-height: 25px;
    }
    .inner-banner-heading {
        width: 50%;
    }
    .navbarMain a {
        font-size: 13px;
        padding: 26px 10px;
    }
    .topNaviGationUpper:after {
        width: 20%;
    }
    .topNaviGationUpper li a {
        font-size: 13px;
    }
    .menuListing.sub-menus ul li a {
        font-size: 16px;
    }
    .menu-prod-list {
        padding: 20px 30px;
    }
    .menu-prod-list ul li h3 a {
        font-size: 20px;
    }
    .menu-prod-list ul li a {
        font-size: 15px;
    }
    .inner-banner-heading h1 {
        font-size: 40px;
    }
    .main-ft-info {
        padding-right: 0;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container.custom-container {
        max-width: 720px;
    }
    .btn-read-more a,
    .btn-read-more button {
        font-size: 13px;
        padding: 10px 20px;
    }
    .main-ft-info p {
        margin: 20px 0 50px;
        color: #f1f1f1;
        font-size: 17px;
        line-height: var(--paraFontLineheight);
        font-weight: 100;
    }
    .contact-ft-info li a span {
        width: 90%;
        font-size: 15px;
    }
    .p-90 {
        padding: 50px 0;
    }
    .inter-text-para h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .inter-text-para h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .slider-btn,
    .btn-read-more.btn-white a,
    .btn-read-more.btn-red a {
        padding: 10px 20px;
        font-size: 13px;
    }
    .main-ft-info {
        padding-right: 0;
    }
    .all-quick-links {
        display: none;
    }
    .socialIcons {
        justify-content: center;
        margin-top: 30px;
        float: none;
    }
    .copyright-info ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    a.ft-other-link {
        display: none;
    }
    .copyright-info ul li:first-child a {
        border-right: 0;
    }
    .mainProdct-mobinfo {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        background-color: #00000080;
        float: left;
        height: 100%;
        width: 100%;
        padding: 20px 14px;
        margin-top: -3px;
        -webkit-backdrop-filter: blur(35px);
        backdrop-filter: blur(4px);
    }
    .mainProdct-mobinfo .menu-prod-list {
        padding: 18px 10px;
    }
    .mainProdct-mobinfo .menu-prod-list ul li {
        flex: 0 0 100%;
        padding: 0 10px;
    }
    .mainProdct-mobinfo .menu-prod-list ul li a {
        color: #fff;
        font-size: 16px;
        padding: 2px;
        padding-left: 1px;
    }
    .mainProdct-mobinfo .menu-prod-list ul li h3 a {
        color: var(--themeColor);
        font-size: 19px;
        font-family: var(--headingFont);
        border-left: 0;
        position: relative;
        margin-bottom: 0;
    }
    .mainProdct-mobinfo .menu-prod-list ul li h3 a:before {
        display: none;
    }
    .mainProdct-mobinfo .menu-prod-list ul li {
        margin-top: 0;
    }
    .mainProdct-mobinfo .menu-prod-list-sub a {
        padding: 7px 0 !important;
        border-bottom: 0;
    }
    .btn-read-more.btn-red.btn-mainleader img {
        background: #f2f2f2;
    }
    .before-hover h3 {
        font-size: 23px;
    }
    
}

@media screen and (max-width: 767px) {
    .mar-right {
        margin-right: 0px;
    }
    .padd-right {
        padding-right: 0;
        padding-bottom: 50px;
    }
    .padd-left {
        padding-top: 50px;
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    .inter-text-para p {
        font-size: 15px;
        line-height: 25px;
    }
    p{
        font-size: 15px;
        line-height: 25px;
    }
    
    .inner-banner-heading h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .inter-text-para h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .inter-text-para h2 br {
        display: none;
    }
   
    .slider-btn,
    .btn-read-more.btn-white a,
    .btn-read-more.btn-red a,
    .product-card .btn-read-more span {
        padding: 10px 20px;
        font-size: 13px;
    }
    .slider-btn img,
    .btn-read-more.btn-white a img,
    .btn-read-more.btn-red a img,
    .product-card .btn-read-more span img {
        padding: 5px;
    }
    
    .btn-read-more a,
    .btn-read-more button {
        padding: 10px 20px;
        font-size: 13px;
    }
    .main-ft-info {
        padding-right: 0;
    }
    .all-quick-links {
        display: none;
    }
    .socialIcons {
        justify-content: center;
        margin-top: 30px;
        float: inherit;
    }
    .copyright-info ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    a.ft-other-link {
        display: none;
    }
    .copyright-info ul li:first-child a {
        border-right: 0;
    }
    .main-ft-info a img.footer-logo {
        width: 135px;
    }
    .inner-banner-heading {
        top: 24%;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .inner-banner img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
    .p-90 {
        padding: 50px 0;
    }
    .pl-0 {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    .pr-0 {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

}