@import "googlefonts.css?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";
@import "base.css";
@import "nav.css";

/* ----font---- */
@font-face{
    font-family:'helveticaneuebold';
    src:url(../fonts/helvetica_neu_bold-webfont.eot);
    src:url('../fonts/helvetica_neu_bold-webfont.eot?#iefix') format('embedded-opentype'),url(../fonts/helvetica_neu_bold-webfont.woff2) format('woff2'),url(../fonts/helvetica_neu_bold-webfont.woff) format('woff'),url('../fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold') format('svg');
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'helvetica_neueregular';
    src:url(../fonts/helvetica_neue_regular-webfont.eot);
    src:url('../fonts/helvetica_neue_regular-webfont.eot?#iefix') format('embedded-opentype'),url(../fonts/helvetica_neue_regular-webfont.woff2) format('woff2'),url(../fonts/helvetica_neue_regular-webfont.woff) format('woff'),url('../fonts/helvetica_neue_regular-webfont.svg#helvetica_neueregular') format('svg');
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'helveticaneuelight';
    src:url(../fonts/helveticaneue_light-webfont.eot);
    src:url('../fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'),url(../fonts/helveticaneue_light-webfont.woff2) format('woff2'),url(../fonts/helveticaneue_light-webfont.woff) format('woff'),url('../fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'helveticaneuemedium';
    src:url(../fonts/helveticaneue_medium-webfont.eot);
    src:url('../fonts/helveticaneue_medium-webfont.eot?#iefix') format('embedded-opentype'),url(../fonts/helveticaneue_medium-webfont.woff2) format('woff2'),url(../fonts/helveticaneue_medium-webfont.woff) format('woff'),url('../fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium') format('svg');
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'helveticaneueitalic';
    src:url(../fonts/helveticaneueit-webfont.eot);
    src:url('../fonts/helveticaneueit-webfont.eot?#iefix') format('embedded-opentype'),url(../fonts/helveticaneueit-webfont.woff2) format('woff2'),url(../fonts/helveticaneueit-webfont.woff) format('woff'),url('../fonts/helveticaneueit-webfont.svg#helveticaneueitalic') format('svg');
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'Cochin LT';
    src:url(../fonts/Cochin-LT-Font.eot);
    src:url('../fonts/Cochin-LT-Font.eot?#iefix') format('embedded-opentype'),url(../fonts/Cochin-LT-Font.woff2) format('woff2'),url(../fonts/Cochin-LT-Font.woff) format('woff'),url(../fonts/Cochin-LT-Font.ttf) format('truetype'),url('../fonts/Cochin-LT-Font.svg#Cochin LT') format('svg');
    font-display: swap;
}


/* =================Start common styles================= */
a {
    color: var(--bs-primary);
    transition: all 0.3s;
    text-decoration: none;
}
a:hover {
    color: var(--bs-blue-darker);
}
b, strong {
    font-weight: 400;
    font-family:'helveticaneuebold';
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    text-align: center;
}
p:last-child {
    margin-bottom: 0;
}
.bg-light-green {
    background: var(--bs-light-green) !important;
}
.bg-gray-500 {
    background: var(--bs-gray-500) !important;
}
.bg-gray-100 {
    background: var(--bs-gray-100) !important;
}
.bg-sky {
    background: var(--bs-sky) !important;
}
.bg-sky-400 {
    background: var(--bs-sky-400) !important;
}
.text-green-darker {
    color: var(--bs-green-darker) !important;
}
.background-white {
    background: #fff !important;
}
.w-85 {
    width: 85% !important;
}
.d-inline-table {
    display: inline-table !important;
}

h1 {
    font-size: 30px;
    font-family:'helveticaneuebold';
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}

.ff-2 { font-family: var(--bs-font-family-2) !important;}
.ff-3 {font-family: "Open Sans", sans-serif !important;}

.fw-medium { font-weight: 500;}
.fw-semiBold { font-weight: 600;}
.fw-bold { font-weight: 700;}
.fw-bolder { font-weight: 800 !important;}

.fs-3 { font-size: 20px !important;}
.fs-4 { font-size: 18px !important;}
.fs-5 { font-size: 16px !important;}
.fs-6 { font-size: 14px !important;}

.form-control:focus, .form-select:focus {
    border-color: var(--bs-green);
    box-shadow: none;
}
.cursor-pointer{
    cursor: pointer;
}
.h-fill-available {
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
}
/* ----Button---- */
.btn {
    padding: 0.8rem 20px;
    border-radius: 7px;
    letter-spacing: 0px;
    border-width: 1px;
    font-family:'helveticaneuebold';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.btn.xs {
    padding: 0.25rem 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.btn.sm {
    padding: 0.5rem 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.btn.md {
    padding: 0.5rem 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.btn.lg {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.btn-primary {
    color: var(--bs-secondary) !important;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:first-child:active,
.btn-primary:focus {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-secondary) !important;
}
.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:first-child:active,
.btn-outline-primary:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-secondary {
    color: var(--bs-white) !important;
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:first-child:active,
.btn-secondary:focus {
    background-color: var(--bs-gray-dark) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-gray-dark) !important;
}
.btn-outline-secondary {
    background-color: var(--bs-white);
    color: var(--bs-secondary);
    border-color: var(--bs-secondary) !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:first-child:active,
.btn-outline-secondary:focus {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.btn-white {
    color: var(--bs-secondary) !important;
    border-color: var(--bs-white) !important;
    background-color: var(--bs-white) !important;
}
.btn-white:hover,
.btn-white:active,
.btn-white:first-child:active,
.btn-white:focus {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-secondary) !important;
}


.sld-btn { position: relative;}
.sld-btn::after {
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    display: block;
    transition: all .3s ease-in-out;
    position: absolute;
    background: var(--bs-gray-dark);
    content: "";
    z-index: 1;
}
.sld-btn:hover { background-color: var(--bs-secondary) !important;}
.sld-btn:hover::after {
    width: 100%;
    transition: all .3s ease-in-out;
}
/*-------Header-------*/
header.sticky {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}
header.sticky.fixed {
    position: fixed;
    top: 0;
}
.header-top {
    background: var(--bs-primary);
}
.header-top a {
    color: var(--bs-secondary);
}
.header-section .left {
    width: 240px;
}
.header-section .logo {
    max-width: 140px;
    transition: all .3s ease-in-out;
}
header.sticky.fixed .header-section .logo {
    max-width: 80px;
}
header.sticky.fixed .header-section{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2)
}
.header-top .btn-secondary {
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
}
.icon-fade-slide {
    position: relative;
    top: -3px;
    animation: fade-slide 1.2s linear infinite;
}
@keyframes fade-slide {
  0%   { transform: translateY(0px); opacity: 1; }
  50%  { transform: translateY(6px);  opacity: 1; }
  100% { transform: translateY(0px); opacity: 1; }
}

/*-----Search----*/
.search-ber {
    width: 100%;
    background: var(--bs-light-green);
}
.search-ber {
    display: none;
    box-shadow: inset 3px 1px 4px #b4cdc8;
}
.search-control {
    height: 50px;
    border-radius: 25px;
    padding: 0 50px 0 25px;
}
.close-search {
    right: 15px;
    font-size: 24px;
}
/*-------Banner-------*/
.hero-banner-image {
    position: relative;
    padding-bottom: 41.92%;
    z-index: 2;
}
.hero-banner-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.hero-banner-text h2 {
    font-family: var(--bs-font-family-2);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 20px;
    font-size: 52px;
    margin-bottom: 35px;
    border-radius: 5px;
    max-width: 750px;
}
.header-banner-main .swiper-button-next, .header-banner-main .swiper-button-prev {
    color: #fff;
    background-size: 10px auto;
}
.header-banner-main .swiper-pagination-bullet { width: 12px; height: 12px;}
.header-banner-main .swiper-pagination-bullet-active { background: var(--bs-primary);}

/*-------secondary-menu-------*/
.secondary-menu {
    /*background: var(--bs-green);*/
    background: linear-gradient(to right, #9bd7cb 50%, #75c0b2 50%);
}
.secondary-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.secondary-menu ul li {
    width: 33.333%;
    text-align: center;
}
.secondary-menu ul li a {
    text-decoration: none;
    padding: 40px 30px;
    display: block;
    /*font-family:'helveticaneuelight';*/
    font-family: var(--bs-font-family-2);
    font-weight: 600;
    font-size: 28px;
    /* color: #2e6057; */
    color: var(--bs-secondary);
    text-transform: uppercase;
    background: #9bd7cb;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 0px 2px #fff;
    height: 100%;
}
.secondary-menu ul li+li a {
    background: #84cdbf;
}
.secondary-menu ul li+li+li a {
    background: #75c0b2;
}
.secondary-menu ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--bs-secondary);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.secondary-menu ul li a:hover::after {
    width: 100%;
}
.secondary-menu ul li a:hover {
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
}

/*--------Title-------*/
.home-title h1 {
    font-family:'helveticaneuelight';
}
.title-border-bottom {
    position: relative;
}
.title-border-bottom:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 4px;
    background: var(--bs-primary);
    bottom: 0;
    left: calc(50% - 60px);
}

/*------Product-------*/
.our-product-section {
    background: linear-gradient(to bottom, #ffffff, #e6e7e5 );
}
.our-product-section h2 {
    font-family: var(--bs-font-family-2);
}
.our-product-section .card-title {
    font-family: var(--bs-font-family-2);
    color: var(--bs-secondary);
    font-size: 16px;
    font-weight: 400;
}
.our-product-section .card-title a {
    color: var(--bs-secondary);
}
.pro-card-img {
    background: #000;
    transition: all .3s ease-in-out;
}
.pro-card-img.mid-size {
    padding-bottom: 73%;
}
.pro-card-img.mid-size.lg {
    padding-bottom: 100%;
}
.pro-card-img img {
    opacity: 0.9;
    transition: all .3s ease-in-out;
}
.pro-card-img.mid-size img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    object-fit: cover;
    object-position: center;
    background: #fff;
}
.pro-card-img span {
    font-size: 36px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.pro-card-img:hover span, .product-list .card:hover .pro-card-img span {
    opacity: 1;
    transition: all .3s ease-in-out;
}
.pro-card-img:hover img, .product-list .card:hover .pro-card-img img{
    opacity: 0.5;
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
.product-gallery .card {
    box-shadow: 0px 2px 1px #afd4cd;
}
.product-gallery .card-body {
    position: relative;
}
.product-gallery .card-body::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
    z-index: 1;
    transition: all .3s ease-in-out;
}
.product-gallery .card-body:hover::after {
    height: 100%;
    transition: all .3s ease-in-out;
}
.product-gallery .card-body:hover a { color: #ffffff;}

/*---- home static highlight text ----*/
.home-highlight-text h2{
    font-family: var(--bs-font-family-2);
}

/*---- about us ----*/
.img-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #ececec;
}
.highlight-text h2{
    font-family: var(--bs-font-family-2);
    margin-bottom: 20px;
}

/*----footer----*/
.footer-top {
    background: var(--bs-secondary);
}
.footer-top .fs-3 {
    font-size: 18px !important;
}
.title-border::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: var(--bs-primary);
    bottom: 0;
    left: 0; 
}
.footer-logo .logo {
    max-width: 180px;
}
.footer-contect-box {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.footer-contect-box .icon-box{
    width: 30px;
}
.footer-contect-box .contact-box {
    width: calc(100% - 30px);
}
.footer-contect-box h3, .footer-contect-box .call-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-contect-box p {
    font-family:'helveticaneuelight';
    font-size: 14px;
}
.contact-box span {
    width: 80px;
}
.contact-box a {
    font-family:'helveticaneuelight';
}
.contact-box a:hover {
    color: var(--bs-primary);
}
.news-Subscribe {
    border: 1px solid #fff;
}
.news-Subscribe .form-control {
    background: transparent;
    border-color: transparent;
    color: var(--bs-white) !important;
    font-family:'helveticaneuelight';
    box-shadow: none;
    font-size: 15px;
}
.news-Subscribe .form-control::placeholder {
    color: var(--bs-white) !important; 
    opacity: 0.8; 
    letter-spacing: 1px;
}
.news-Subscribe .form-control:focus, .news-Subscribe .form-control:focus-visible {
    border-color: transparent;
    box-shadow: none;
}
.news-Subscribe .btn-primary:hover {
    background: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
    color: var(--bs-secondary) !important;
}
.btn-icon {
    width: 50px;
    height: 50px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 18px !important;
    line-height: 1.2;
}
.btn-icon.btn-secondary {
    background: var(--bs-gray-dark) !important;
}
.btn-icon.btn-secondary:hover {
    background: var(--bs-primary) !important;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li{
    font-family:'helveticaneuelight';
    margin-bottom: 7px;
    position: relative;
    color: var(--bs-white);
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
.footer-menu ul li::after {
    position: absolute;
    content: "\f054";
    font-family: "FontAwesome";
    left: 0;
    font-size: 10px;
    top: 2px;
}
.footer-menu ul li a{
    text-decoration: none;
    color: var(--bs-white);
    letter-spacing: 0.5px;
}
.footer-menu ul li:hover {
    padding-left: 20px;
}
.footer-menu ul li:hover a {
    color: var(--bs-primary);
}
.footer-contect-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-contect-box ul li{
    font-family:'helveticaneuelight';
    opacity: 0.8;
}
.office-time {
    padding: 15px;
    background: #2c2c2c;
    border-radius: 5px;
    border: 1px dashed #666;
}
.footer-secondary-menu {
    border-top: 1px solid #626262;
    padding-top: 30px;
}
.footer-secondary-menu ul {
    font-family:'helveticaneuelight';
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-secondary-menu ul li{
    color: var(--bs-white);
    margin: 5px 16px;
    position: relative;
    font-size: 15px;
}
.footer-secondary-menu ul li::after {
    position: absolute;
    content: "|";
    left: -16px;
    top: 0;
}
.footer-secondary-menu ul li:first-child::after { display: none;}
.footer-secondary-menu ul li a {
    text-decoration: none;
    color: #d1d1d1;
}
.footer-secondary-menu ul li a:hover {
    color: var(--bs-primary);
}
.footer-secondary-menu ul li button {
    text-decoration: none;
    color: #d1d1d1;
    background: none;
    border: 0;
}
.footer-secondary-menu ul li button:hover {
    color: var(--bs-primary);
}

.footer-bottom {
    background: var(--bs-secondary);
}
.copy-text {
    font-family:'helveticaneuelight';
}

/*---- Breadcrumb ----*/
.breadcrumb-wrap .breadcrumb{
    margin: 0;
    padding: 0;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item{
    font-family:'helvetica_neueregular';
    color: var(--bs-green-darker);
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: var(--bs-secondary);
}
.breadcrumb-wrap {
    box-shadow: inset 0px 0px 12px #d7e8eb;
}

/*----scroll----*/
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  font-size: 20px;
  display: none;
  cursor: pointer;
  border: none;
  background: #75c0b2;
  color: #fff;
  border-radius: 6px;
  z-index: 99;
  animation: top-bottom 1.2s linear infinite;
  box-shadow: -1px -1px 0px var(--bs-secondary);
}
@keyframes top-bottom {
  0%   { transform: translateY(0px); opacity: 1; }
  50%  { transform: translateY(3px);  opacity: 1; }
  100% { transform: translateY(0px); opacity: 1; }
}

/*-----standard-----*/
.standard-cnt h1{
    margin-bottom: 25px;
}
.standard-cnt h2{
    font-size: 30px;
    font-family:'helveticaneuebold';
    margin-bottom: 20px;
}
.standard-cnt h3{
    font-size: 26px;
    font-family:'helveticaneuebold';
    margin-bottom: 15px;
}
.standard-cnt a {
    text-underline-offset: 4px;
    text-decoration: underline;
    color: #000;
    font-family: "Open Sans", sans-serif ;
    font-weight: 500;
}
.standard-cnt a:hover {
    text-decoration: none;
    color: var(--bs-green-darker);
}
.standard-cnt .btn {
    text-decoration: none;
    font-family: 'helveticaneuebold';
}
.standard-cnt ul li {
    margin-bottom: 10px;
}
.standard-cnt ul.center-list {
    list-style-position: inside;
    padding-left: 0;
}
.standard-cnt ul.center-list li::marker {
    padding-left: 10px;
}
/*---------form--------*/
.form-control-md {
    border-radius: 3px;
    padding: 10px .75rem;
}
.form-control-lg {
    border-radius: 3px;
    padding: 15px .75rem;
}
.focus-0:focus {
  outline: 0;
  box-shadow: none;
}
.form-floating .form-label {
    color: var(--bs-secondary);
    font-family: "Open Sans", sans-serif ;
    font-weight: 400;
    font-size: 14px;
}
.form-floating>.form-control-plaintext~label, 
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-4px) translateX(.15rem);
    font-weight: 300;
}
.textarea-lg { height: 100px !important;}
/*---checkbox---*/
.formCheck-input-light[type=checkbox] {
    border-radius: 0%;
    height: 22px;
    width: 22px;
    background: #fff;
    border: 1px solid var(--bs-secondary);
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
.formCheck-input-light[type=checkbox]:checked {
    background-color: var(--bs-white);
    border-color: var(--bs-secondary);
}
.formCheck-input-light[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid var(--bs-secondary);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.form-check-input.default[type=radio] {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background: #fff;
    border: 1px solid var(--bs-secondary);
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.form-check-input.default[type=radio]:checked {
    background: var(--bs-secondary);
    background-position: 50%;
    background-repeat: no-repeat;
    border-color: var(--bs-secondary);
    box-shadow: inset 0px 0px 0px 5px #fff;
}

.form-tag-text {
    position: absolute;
    right: 20px;
    top: -10px;
    z-index: 3;
    font-size: 14px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light-green);
    padding: 2px 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
form label.required:after {
    color: #dc3545;
    content: "*";
}

.error-txt {
    position: relative;
    top: 5px;
}
#errorMsg.error-txt .error-summary {
    color: #dc3545;
    font-size: 14px;
}

/*----sitemap----*/
.sitemaps ul {
    list-style-type: square;
}
.sitemaps ul li ul {
    margin: .6rem 0;
}
.sitemaps ul li {
    color: var(--bs-blue-darker);
    margin-bottom: .8rem;
}
.sitemaps ul li::marker {
    color: var(--bs-primary);
    font-size: 24px;
}
.sitemaps ul li a {
    text-decoration: none;
    color: var(--bs-secondary);
}
.sitemaps ul li a:hover {
    color: var(--bs-primary);
}

.pdf-icon {
    width: 60px;
    height: 60px;
    background: url('../images/pdf-icon.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-bottom: 10px;
}
.alertMsg p{ font-weight: 700; margin-bottom: 10px;}
.alertMsg ul{
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
}
.alertMsg p:last-child {
    margin-bottom: 0;
}
.alertMsg ul:last-child {
    margin-bottom: 0;
}

/**----pagenation-dv----**/
.pagenation-dv ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.pagenation-dv ul li{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-secondary);
    border-radius: 3px;
    background: #f9f9f9;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1;
}
.pagenation-dv ul li.disabled {
    opacity: 0.4;
    cursor: no-drop;
}
.pagenation-dv ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease-in-out;
}
.pagenation-dv ul li:hover a{
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: #fff !important;
}
.pagenation-dv ul li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.pagenation-dv ul li.active a {
    color: var(--bs-secondary);
    font-weight: 700;
}


/* .chat-box {
    background: #75c0b2;
    position: fixed;
    z-index: 9;
    bottom: 75px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #1c1c1c;
    font-size: 26px;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px -1px 0px var(--bs-secondary);
    cursor: pointer;
} */
 .chat-box {
    background: #585757;
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 48px;
    color: #ffffff;
    font-size: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px -1px 0px var(--bs-secondary);
    cursor: pointer;
    /* animation: pulse 2s infinite; */
    /* animation: float 3s ease-in-out infinite; */
}
.chat-box.show {
    right: 80px;
    animation: slideBounce 0.8s ease, pulse 2s infinite;
}

@keyframes slideBounce {
    0%   { right: 20px; }
    70%  { right: 90px; }
    100% { right: 80px; }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(88, 87, 87, 0.7);
        background: #585757;
    }
    50% {
        box-shadow: 0 0 0 12px rgba(88, 87, 87, 0);
        background: #3b3b3b;
    }
    100% {
        box-shadow: 0 0 0 0 rgba(88, 87, 87, 0);
        background: #585757;
    }
}

/*-----responsive-----*/
@media (max-width: 1399px) {
    .btn.sm { padding: 0.5rem 15px;}
    .breadcrumb-wrap .breadcrumb .breadcrumb-item{ font-size: 14px;}
}

@media (max-width: 1199px) {
    .footer-logo .logo { width: 130px; margin: auto;}

    .standard-cnt h1 { font-size: 32px;}
    .standard-cnt h2 { font-size: 28px;}
    .standard-cnt h3 { font-size: 24px;}
}

@media (max-width: 991px) {
    header.sticky{ position: fixed;}
    .footer-contect-box .contact-box { width: auto;}
}

@media (max-width: 767px) {
    .btn.lg { padding: 15px 25px;}
    h3.sm { font-size: 24px; }

    header.sticky{ position: fixed;}
    .header-section .logo { max-width: 80px;}
    .hero-banner-text h2 { font-size: 24px; max-width: 300px;}
    .hero-banner-text .btn.lg{ padding: 7px 15px; font-size: 14px;}
    .text-center .title-border::after { left: calc(50% - 25px);}
    .footer-menu ul li { padding-left: 0;}
    .footer-menu ul li::after { display: none;}
    .footer-menu ul li a { opacity: 0.8;}
    .footer-menu ul li:hover { padding-left: 0;}
    .footer-contect-box ul { margin: auto;}
    .no-border { border: none !important;}

    #scrollTopBtn { padding: 5px 14px; bottom: 10px; right: 10px;}
    .chat-box {bottom: 9px; width: 38px; height: 38px; font-size: 22px; right: 10px;}
    .chat-box.show { right: 55px;}
    @keyframes slideBounce {
        0%   { right: 10px; }
        70%  { right: 60px; }
        100% { right: 55px; }
    }
    #purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right { right: 44px !important; bottom: -7px !important;}
}

@media (max-width: 575px) {
    .btn{ font-size: 14px;}
    
    .hero-banner-image { padding-bottom: 52%;}
    .hero-banner-text h2 { font-size: 18px; margin-bottom: 18px;}
    .secondary-menu { background: linear-gradient(to bottom, #9bd7cb 0%, #9bd7cb 33.333%, #84cdbf 33.333%, #84cdbf 66.666%, #75c0b2 66.666%, #75c0b2 100%);}
    .secondary-menu ul li { width: 100%;}
    .secondary-menu ul li a {padding: 10px 10px; font-size: 16px;}
    .search-ber { box-shadow: inset 0px 0px 4px #b4cdc8;}

    .standard-cnt h1 { font-size: 30px;}
    .standard-cnt h2 { font-size: 26px;}
    .standard-cnt h3 { font-size: 22px;}
}

@media (min-width: 576px) {
    h1 { font-size: 34px;}

    .secondary-menu ul li a { padding: 20px 0px; font-size: 14px;}
}

@media (min-width: 768px) {
    .row-cols-md-7>* { flex: 0 0 auto; width: 14.28%;}

    .header-section .logo { max-width: 80px;}
    .hero-banner-text h2 { font-size: 34px; max-width: 550px;}
    .secondary-menu ul li a { padding: 20px 10px; font-size: 16px;}
    .our-product-section .card-title { font-size: 16px;}
}

@media (min-width: 992px) {
    h1 { font-size: 34px;}
    h2 { font-size: 30px;}
    h3 { font-size: 28px;}
    h4 { font-size: 22px;}
    h5 { font-size: 20px;}
    h6 { font-size: 18px;}

    .row-cols-lg-8>* { flex: 0 0 auto; width: 12.5%;}

    .header-section .logo { max-width: 100px;}
    .header-section .left { width: 110px;}
    .hero-banner-text h2 { font-size: 38px; max-width: 750px;}
    .secondary-menu ul li a { padding: 30px 15px; font-size: 20px;}
    .our-product-section .card-title { font-size: 18px;}
    .header-banner-main .swiper-pagination-bullet { width: 15px; height: 15px; margin-left: 6px !important; margin-right: 6px !important;}

}

@media (min-width: 1200px) {
    .row-cols-xl-10>* { flex: 0 0 auto; width: 10%;}

    .header-section .logo { max-width: 140px;}
    .header-section .left { width: 200px;}
    .hero-banner-text h2 { font-size: 44px;}
    .secondary-menu ul li a { padding: 30px; font-size: 22px;}
}

@media (min-width: 1400px) {
    h1 { font-size: 36px;}
    h2 { font-size: 32px;}
    h3 { font-size: 30px;}
    h4 { font-size: 24px;}
    h5 { font-size: 22px;}
    h6 { font-size: 20px;}
    h2.md { font-size: 28px; }

    .header-section .left { width: 240px;}
    .hero-banner-text h2 { font-size: 52px;}
    .secondary-menu ul li a { font-size: 24px;}
    .our-product-section .card-title { font-size: 22px;}

}

@media (min-width: 1600px) {
    h1 { font-size: 40px;}
    h2 { font-size: 36px;}
    h3 { font-size: 32px;}
    h4 { font-size: 28px;}
    h5 { font-size: 24px;}
    h6 { font-size: 20px;}
    h2.md { font-size: 32px; }
    .container{ max-width: 1524px;}

    .secondary-menu ul li a { padding: 30px; font-size: 28px;}
    .hero-banner-text h2 { font-size: 62px; max-width: 850px; line-height: 1.4;}

    /* .inner-banner-text h1, .inner-banner-text h2 { font-size: 62px; max-width: 850px; line-height: 1.4;} */
}