@import url('https://fonts.googleapis.com/css2?family=Archivo&family=Crimson+Text&family=PT+Sans&family=Roboto&family=Roboto+Slab&family=Rubik&family=Zilla+Slab&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}



/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #336bb4;
    border-radius: 10px;
    border: 3px solid #ffffff;
}


body a {
    text-decoration: none;
    color: #000;
}


.header .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item img {
   display: block;
    /* width: 100%; */
    width: 125px !important;
    height: 125px !important;
    padding: 10px;
    padding: ng;
    object-fit: contain !important;
}
.header-logo-img {
    width: 200px;
    display: block;
}

.header-logo-img img {
    width: 199px;
    object-fit: cover;
}

.header-menu {
    display: flex;
    flex-direction: column;
}

.header-links {
    display: block;
    padding: 0px 0px 10px;
}

.menu-address {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.address-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.address-icon span {
    width: 25px;
    height: 25px;
    border: 2px solid #fb7a00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transform: rotate(45deg);
}

.address-icon span i {
    color: #127176;
    transform: rotate(-45deg);
    font-size: 13px;
}

.head-text,
.head-text:hover {
    font-size: 16px;
    padding-left: 2px;
    font-weight: 600;
        color: #127176;
}

.menu-list1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-list1 {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 4px 0px;
    /* background-color: #01c071; */
    border-radius: 10px 10px 0px 0px;
}

.mobile-menu {
    display: none;
}

.mobile-menu .mobile-bar {
    color: #000;
}

.mobile-menu .mobile-bar i {
    font-size: 20px;
}

.nav-item1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item1 a,
.nav-item1 a:hover {
        color: #000000c4;
    font-size: 16.5px;
    margin-right: 22px;
    font-weight: 600;
}

.nav-list1 .search a {
    padding: 2px 10px;
    display: block;
}

.nav-list1 .search a i {
    color: #fff;
    font-size: 16px;
}

.side-serach-bar-head {
    display: flex;
    justify-content: center !important;
    align-items: center;
    background-color: #eceff7;
    position: relative;
}

.side-serach-bar-head img {
    width: 60%;
}

.side-serach-bar-head button {
    position: absolute;
    content: "";
    left: 20px;
    top: 20px;
    background-color: transparent;
    border: none;
}

.side-serach-bar-head button i {
    color: #336bb4;
}

.top_header {
    background: #0e418b0d;
    padding: 4px 0px;
}

.side-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bootom_header {
    border-bottom: 1px solid #80808059;
    padding:3px 0px;
}

.side-search-form form {
  width: 100%; 
    /* border: 2px solid #255296; */
    /* display: flex
; */
    /* border-radius: 11px; */
    /* overflow: hidden; */
    position: relative;
}

.side-search-form form input {
width: 100%;
    outline: none;
    padding: 8px 10px;
    border: 1px solid #05959d;
    font-size: 14px;
    position: relative;
}
.resultBox ul{
    margin-bottom:0px;
    list-style: none;
    padding-left:0px;
}
.resultBox ul li{
    padding: 3px 10px;
    border-bottom: 1px solid #80808094;
}
.resultBox ul li a{
        font-size: 15px;
    color: #112b52 !important;
    font-weight: 500;
}
.pdf-title h2{
    font-size: 20px;
    color: #116175;
    font-weight: 800;
}
.side-search-form form button {
   width: 43px;
    height: 38px;
    right: 0px;
    position: absolute;
    background-color: #24a0a7;
    border: none;
}
.resultBox{
    position: absolute;
    z-index: 9999;
    background: white;
    width: 100%;
    box-shadow: 0px 1px 5px #a7a5a5;
}

.side-search-form form button i {
   color: #fff;
    font-size: 16px;
    position: relative;
    top: 2px;
    left: 1px;
}

/* 
.list-of-pro{
    margin-top: 10px;
    padding: 10px; 
    width: 100%;
    background-color: #eceff7;
}
.list-of-pro h3{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #01c071;
    padding: 10px;
    text-align: center;
}
.list-of-pro ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 500px; 
    overflow: auto;
    border: 1px solid #eceff7;
}
.list-of-pro ul li{
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #01c071; 
    padding: 0px 5px;
}

.list-of-pro ul li a{
    padding: 5px;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: baseline;
}
.list-of-pro ul li a i{
    margin-right: 8px;
    font-size: 13px;
} */

.mobile-section {
    display: block;
}

.mobile-section .nav-list2 {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 10px;
}

.mobile-section .nav-list2 .nav-item2 {
    display: block;
}

.mobile-section .nav-list2 .nav-item2 a {
    display: block;
    margin-bottom: 2px;
    padding: 5px;
    text-align: center;
    border: 1px solid #01c071;
    color: #1b4d95;
}

.mobile-section .nav-list2 .nav-item2 a:hover {
    background-color: #025c9b;
    color: #fff;
}

.banner-image {
    width: 100%;
}

.banner-image img {
    width: 100%;
    object-fit: cover;
}

.home-about-section {
    padding: 20px 0px;
}

.home-about {
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.home-about-image {
    width: 40%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-img {
    display: block;
    width: 80%;
    margin: 0px auto;
    position: relative;
}

.home-img img {
    width: 100%;
    object-fit: cover;
    border: 3px solid #1d4d93;
}

.home-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    border: 3px solid #01c071;
    top: -30px;
    left: -20px;
    z-index: -1;
    box-shadow: -10px 5px 13px 5px #00000010;
    border-top-right-radius: 300px;
    background-color: #01c071;
}

.has-part {
    padding-top: 10px;
}

.has-info {
    font-size: 14px;
    text-align: justify;
    color: #444;
    margin-bottom: 12px;
}

.has-info span {
    color: #1d4d93;
    font-weight: 700;
}

.home-category {
    display: block;
}

.home-head {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    display: block;
}

.hc-box {
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.hc-box {
    margin-top: 9px;
}

.hc-item {
    width: 20%;
    padding: 0px 3px;
    margin-bottom: 7px;
}

.hc-list {
    border: 1px solid #25767a78;
    transform: translateY(-10px);
    box-shadow: 0px 1px 8px #c7c0c057;
    /* box-shadow: 0px 0px 12px 2px #afaaaa30; */
    transition: all .5s ease-in-out;
}



.hc-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hc-img {
    padding: 10px;
    display: block;
    margin-top: 15px;
    border-radius: 20px;
}

.hc-img img {
    width: 151px;
    height: 151px;
    padding: 10px;
    object-fit: cover;
    padding: 10px;
}

.hc-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0px 10px 7px;
    position: relative;
}



.hc-cont {
    display: block;

}

.hc-pro-title,
.hc-pro-title {
    font-size: 16px;
    font-weight: 600;

    letter-spacing: .8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 47px;
}

.hc-list:hover .hc-pro-title,
.hc-pro-title:hover {
    color: #1d4d93;
}

.product-box {
    padding: 11px 0px;
    display: flex;
    flex-wrap: wrap;
}

.home-products-section {
    margin-top: 52px;
}

.product-item {
    width: 20%;
    padding: 0px 4px;
    margin-bottom: 7px;
}

.product-list {
    display: flex;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0px 1px 5px #d7cfcf;
    position: relative;
    border: 1px solid #63758b5c;
    flex-direction: column;
}

.pro-image {
    display: block;
    position: relative;
    margin-top: 10px;
}

.pro-img {
    display: flex;
    justify-content: center;
}

.pro-image::before {
    position: absolute;
    content: '';
    left: 0px;
    border-top: 28px solid #c4d4ff69;
    border-right: 28px solid white;
    width: 0px;
    height: 0px;
    top: -10px;
}

.pro-img img {
    width: 180px;
    height: 180px;
    margin: 20px 0px;
    object-fit: contain;
    /* display: block; */
    /* margin: 20px auto; */
    padding: 10px;
    object-fit: contain;
    padding: 10px;
    background-color: #fff;

}




.product-list:hover .pro-cont {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.pro-cont {
    position: absolute;
    top: 0px;
    padding: 10px;
    background-color: #eceff7;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.pro-title,
.pro-title:hover {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #1d4d93;
    height: 50px;
    text-align: center;

}

.pro-cont p {
    font-size: 15px;
    text-align: center;
    display: block;
    height: 140px;
    padding: 10px;
    margin-bottom: 0px;
    overflow: auto;
}

.pro-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.pro-btn::after {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 50px solid #01c071;
    border-left: 50px solid transparent;
}

.pro-btn a {
    z-index: 1;
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: block;
}

.pro-btn a i {
    font-size: 16px;
    color: #fff;
}

.ftr-box {
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ftr-item {
    width: 25%;
    padding: 0px 4px;
    margin-bottom: 8px;
    transition: .5s ease-in-out;
    position: relative;
}



.ftr-item:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 50%;
    background-color: #dddddd;
    bottom: 0px;
    transition: .5s ease-in-out;
}

.ftr-list {
    border: 1px solid #68748d6e;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    text-align: left;
    padding: 10px 10px;
}

.ftr-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background-color: #c9d3ef21;
    position: relative;
}

.ftr-image::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 30px solid #f0f3ff;
    border-right: 210px solid transparent;
    bottom: -19px;
    left: 0px;
}

.ftr-image::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 30px solid #f0f3ff;
    border-left: 210px solid transparent;
    bottom: -19px;
    right: 0px;
}

.frt-img {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.frt-img img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    padding: 10px;
}

.ftr-head {
    margin-top: 30px;
    display: block;
    text-align: left;
}



.ftr-cont {
    display: block;


}

.ftr-cont ul {
    list-style-type: none;
    padding-left: 0px;
    /* padding-top: 10px; */
    margin-bottom: 7px;

    height: 115px;
    overflow: auto;
}

.ftr-cont ul li {

    margin-bottom: 0px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    /* padding: 3px; */
    padding: 3px 0px;


}

.ftr-cont ul li span {
    font-weight: 600;
    margin-right: 5px;
}

.ftr-btn {
    margin-bottom: 5px;

    justify-content: center;
    align-items: center;

}

.ftr-btn a {
       background-color: #fff;
    border: 3px double #fe8104bd;
    color: #016773;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

.ftr-btn a:hover {
    background-color: #01c071;
    color: #ffff;
}

.recm-prd-section {
    padding: 20px 0px;
    margin-top: 50px;
}

.recm-part {
    border: 1px solid #eceff7;
    padding: 17px;
    display: block;
    background-color: #eceff773;
    border-radius: 11px;
    margin-top: 13px;
}

.recm-part h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.recm-item {

    position: relative;
}

.recm-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.recm-img {
    border: 1px solid #c9d1e98a;
    display: block;
    margin: 8px auto;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    position: relative;
}

.recm-img img {
    width: 149px;
    height: 149px;
    object-fit: cover;
    padding: 15px;
    position: relative;
}



.recm-image:hover .recm-view {
    opacity: .7;
    transform: scale(1);
    transition: .5s;
}

.recm-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.recm-btn a,
.recm-btn a:hover {
   background-color: #fb7a31;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    display: block;
}


.footer {
    position: relative;
    background-image: url('../images/logos/footer.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: 2px solid #1d4d93;
    position: relative;
    margin-top: 105px;
}

.footer1 {
    padding: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 11px;
    position: relative;
}

.company {

    display: flex;
    flex-direction: column;
}

.company img {
    width: 175px;
    margin-bottom: 10px;
}

.trending_s strong {
    font-size: 13.5px;
}

.footer-products b {
    font-size: 14px;
    font-weight: 600;
    color: #000000d4;
}

.ftr-cont ul li {
    font-size: 13.5px;
}

.footer-products li {
    list-style: none;
}

.footer-products ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.company p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

.company .fa-brands {
    font-size: 20px;
    margin-right: 2px;
    color: #01c071;
}

.company ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.company ul li {
    display: block;
}



.quick {
    padding: 10px;
}

.quick ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.quick ul p {
    color: #1d4d93;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.quick ul p::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    background-color: #01c071;
    bottom: -5px;
}

.quick ul li {
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 2px;
}

.quick ul li a {
    color: #444;
    font-size: 15px;
    display: block;
    font-weight: 600;
}

.quick ul li a:hover {
    color: #01c071;
}



.footer-products .info {
    font-size: 20px;
       color: #08979f;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

.footer-products .info::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
       background-color: #fb7a00;
    bottom: -5px;
}

.footer-products p {
    font-size: 16px;
}


.footer-products .address {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.footer-products .address a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-products .address a i {
    padding-right: 8px;
    color: #01c071;
    font-size: 20px;
}

.copy {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #fff;
}

.copy-right {
    font-size: 13px;
    margin-bottom: 0px;
    color: #fff;
    padding: 8px 0px;
  background: #03949c;
    text-align: center;
}

.footer-menulist {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.footer-menulist ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
       background-color: #03949c;
    position: relative;
}

.footer-menulist ul::after {
    position: absolute;
    content: "";
    right: 100%;
    top: 0px;
    width: 0;
    height: 0;
   border-bottom: 34px solid #03949c;
    border-left: 35px solid transparent;
}

.footer-menulist ul li {
    display: block;
}

.footer-menulist ul li a {
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* category page */
.category-section {
    padding: 20px 0px;
}

.category-part {
    padding: 20px 0px;
}

.ctgr2-head {
    display: block;

}

.ctgr2-title {
    padding: 10px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
}

.ctgr2-title::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #01c071;
    left: 0px;
    bottom: 5px;
    transform: translate(100%-10%);
}

.ctgr2-title::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background-color: #01c071;
    left: 0px;
    bottom: -3px;
    transform: translate(100%-20%);
}

.category-box {
    columns: 4 0vh;
    column-gap: 0px;
}

.ctgr-item {
    overflow: auto;
    margin-bottom: 1px;
    padding: 5px;
}

.ctgr-list {
    display: block;
    border: 1px solid #afb5c7;
    border-radius: 0px 0px 15px 15px;
}

.ctgr-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background-color: #eceff73d;
    position: relative;
}



.ctgr-img img {
    width: 155px;
    height: 155px;
    object-fit: contain;
    padding: 10px;
}



.ctgr-head {
    margin-top: 30px;
    display: block;
    text-align: center;
}


.ctgr-cont {
    display: block;
}

.ctgr-cont ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 10px;
    overflow: auto;
}

.ctgr-cont ul li a {
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    font-size: 13.5px;
    justify-content: flex-start;
    align-items: baseline;
    padding: 3px;
    color: #000000de;
    font-weight: 600;
}

.ctgr-cont ul li a i {
    margin-right: 5px;
    font-size: 12px;
}



/* category page */
/* all product page */

.all-product-section {
    padding: 20px 0px;
}

.ap-part {
    padding: 20px 0px;
}

.ap-box {
    padding: 20px 0px;
    columns: 3 0vh;
    column-gap: 10px;
}

.ap-item {
    overflow: auto;
    margin-bottom: 12px;
    transition: .5s;
}

.ap-list {
    border: 1px solid #b1aeae;
    padding: 10px;
}

.ap-item:hover {
    box-shadow: 0px 0px 12px 5px #00000020;
    transform: translateY(-10px);
    transition: .5s;
}

.ap-head {
    background-color: #eceff7;
    /* display: flex
; */
    align-items: center;

}





.ap-info {
    padding: 4px 0px;
}

.ap-info ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.ap-info ul li {
    display: block;
}

.ap-info ul li a {
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #eceff7;
    font-size: 14px;
    color: #000000;
    align-items: baseline;
}

.ap-info ul li a i {
    margin-right: 5px;
    font-size: 13px;
}

.pro-ap-dtpt {
    font-weight: 600;
}

/* all product page */
/* catalog page */

.catalog-section {
    padding: 20px 0px;
}

.catalog-part {
    padding: 20px 0px;
}

.log-box {
    padding: 10px 0px;
    columns: 3 0vh;
    column-gap: 10px;
}

.log-item {
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #80808054;
}

.log-list {
    display: block;
    background-color: #eceff75c;
    border-top-right-radius: 50px;
}

.log-image {
    position: relative;
    border-radius: 0px 0px 50px 0px;
    border: 3px double #1d4d9326;
    background-color: #fff;
}



.log-img {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.log-img img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    padding: 10px;
}

.log-info {
    padding: 11px 0px 10px 13px;
}

.log-info ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.log-info ul li {
    display: block;
    margin-bottom: 5px;
}

.log-info ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000000bd;
}

/* catalog page */
/* contact page */
.titlebar {
    background-color: #62687012;
    padding: 5px 10px;
}

.tophead {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.tophead-list {
    font-size: 15px;
    color: #474e588a;
    padding: 0px 5px;
}

.tophead-list a,
.tophead-list a:hover {
  color: #03949c;
    font-size: 14px;
}

.tophead-list.active {
    font-weight: 600;
}

.top-contact {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/logos/about.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3;
}

.delte {
    position: relative;
}

.show-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.show-title h1 {
    font-size: 30px;
    margin-bottom: 0px;
}

.show-title a,
.show-title a:hover {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.contact-section {
    padding: 20px;
}

.contact-part {
    padding: 20px 0px;
}



.contact-head {
    padding: 10px;
    display: block;
}

.contact-head h1 {
    font-size: 30px;
    margin-bottom: 0px;
    position: relative;
}

.contact-head h1::after {
    /*position: absolute;*/
    content: "";
    top: 50%;
    width: 10%;
    height: 2px;
    left: 33%;
    background-color: #01c071;
}

.inner-form {
    padding: 20px 10px 10px;
}

.inner-form .form-control {
    border: 1px solid #b3b0b0;
    padding: 8px 6px;
    font-size: 15px;
    border-radius: 0px;
}

.inner-form .form-control:focus {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.fake-input img {
    height: 29px !important;
}

.captcha_input {
    padding: 2px 10px;
}

.form-btn2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-btn2 .btn2 {
    background-color: #03949c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 27px;
    border: none;
}

.contact-info {
    padding: 20px 0px;
}

.contact-cont {
    padding: 10px;

}

.contact-cont p {
    font-size: 15px;
    color: #444;
    margin-bottom: 0px;
}

.contact-info ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 5px 10px;
}

.contact-info ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.contact-info ul li i {
    font-size: 15px;
    color: #01c071;
    margin-right: 8px;
    padding: 5px;
}

.contact-info ul li p,
.contact-info ul li a,
.contact-info ul li a:hover {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
}

.contact-info ul li p span,
.contact-info ul li a span {
    font-weight: 600;
    color: #01c071;
}

/* contact page */
/* about page */

.about-section {
    padding: 20px 0px;
}

.about-part {
    padding: 20px 0px;
}

.about-part .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-info {
    padding: 10px;
}

.about-head {
    padding: 10px;
    display: block;
}

.about-head span {
    font-size: 18px;
    padding-bottom: 5px;
    color: #01c071;
}

.about-head h1 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.about-head h1::before {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 10%;
    height: 2px;
    background-color: #01c071;
    left: 0px;

}

.ab-cont {
    padding: 0px 10px;
    font-size: 15px;
    color: #1e1d1d;
    text-align: justify;
}

.ab-cont span {
    font-weight: 600;
    color: #1d4d93;
}

.explore {
    margin-left: 10px;
    font-size: 16px;
    border: 1px solid #01c071;
    padding: 8px 20px;
    display: inline-block;
    color: #ffff;
    background-color: #01c071;
    font-weight: 600;
}

.about-image {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img {
    width: 55%;
    display: block;
    margin: 0px auto;
    padding: 10px;
    position: relative;
}

.about-img::before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    width: 50%;
    height: 110%;
    border: 5px solid #1d4d93;
    z-index: -1;
    border-radius: 0px 300px 300px 0px;
    background-color: #1d4d93;
}

.about-img::after {
    position: absolute;
    content: '';
    right: -20px;
    top: -20px;
    width: 50%;
    height: 110%;
    border: 5px solid #01c071;
    z-index: -1;
    border-radius: 300px 0px 0px 300px;
    background-color: #01c071;
}

.about-img img {
    width: 100%;
    object-fit: cover;
}

/* about page */

/* product-by-category page */


.pbc-section {
    padding: 20px 0px;
}

.pbc-part {
    padding: 20px 0px;
}

.pbc-head {
    padding: 10px 0px;
    display: block;
}

.pbc-head p {
    text-align: center;
    font-size: 15px;
    color: #605e5e;
    margin-bottom: 0px;
}

.pbc-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.pbcs-btns {
    display: block;
}

.pbcs-btns ul {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.pbcs-btns ul li {
    display: block;
}

.pbcs-btns ul li a {
    margin: 3px;
    padding: 2px 10px;
    border: 1px solid #1d4d93;
    color: #12438c;
    font-size: 15px;
    display: block;
    font-weight: 600;
    font-weight: 600;
}

.pbcs-btns ul li a:hover {

    border-radius: 15px 0px;
    background-color: #1d4d93;
    color: #fff;
}


.pbc-box {
    display: flex;
    flex-wrap: wrap;
}

.pbc-item {
    margin-bottom: 10px;
    width: 33%;
    padding: 5px;
}

.pbc-list {
    border: 1px solid #a5adc3;
}

.pbc-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px 15px 0px 50px;
}


.pbc-img img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    background-color: #fff;
    border: 1px solid #fff;
    /* border-radius: 50%; */
    margin: 10px 0px;
    padding: 10px;
}

.pbc-info {
    padding: 20px 10px 10px;
}

.pbc-item-title {
    display: block;
    color: #000;
}

.pbc-item-title:hover {
    color: #000;
}

.pbc-item-title h2,
.pbc-item-title h3,
.pbc-item-title h4,
.pbc-item-title h5,
.pbc-item-title h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    /* padding: 0px 10px; */
    display: block;
        color: #0c7e85;
}

.pbc-info p {
    font-size: 14.5px;
    color: #444;
    /* padding: 0px 10px; */
    margin-bottom: 0px;
    overflow: auto;
    height: 100px;
}

.pbc-item-btns {
    padding: 8px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #dde3e9b0;
    border-radius: 0px 0px 15px 15px;
}

.pbc-item-btns a,
.pbc-item-btns a:hover {
   padding: 4px 12px;
    /* background-color: #01c071; */
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(45deg, #12b4bd, #107b93);

}



.com_pp {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fb7a00;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.compare_bttn {
    background-color: #ffff;
    width: 0px;
    color: #fff;
    float: right;
    margin-top: -5px;
    margin-right: 15px;
    padding: 0;
}

.action--compare-add {
    color: #fff;
    font-size: 18px;
}

.action--compare-add i {
    font-size: 12px;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 0;
    background: #2F3035;
    border-radius: 2px;
    padding: 3px 5px
}

.action--compare-add:hover {
    color: #fff;
    font-size: 18px;
}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
    display: none
}

.action--compare-add input[type=checkbox]:checked~.fa-check {
    display: inherit;
    color: #fff;
}

.check-hidden {
    position: absolute;
    opacity: 0
}

.action {
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center
}

.action:focus {
    outline: none
}

.action__text {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none
}

.compare-section {
    position: fixed;
    top: 200px;
    right: 20px;
}

.btn-compare,
.btn-compare:hover {
    background-color: #01c071 !important;
    color: #ffffff !important;
    margin-top: 0px;
}


/* product-by-category page */
/* product-page */
.pds-section {
    padding: 20px;
}

.pds-part {
    padding: 20px 0px;
}

.pds-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #80808042;
    background-color: #abb9e11a;
}

.pds-img {
    justify-content: center;
    display: flex;
    /* margin: 0px 20px; */

    /* width: 280px; */
    /* height: 280px; */
    object-fit: contain;

}


.pds-img img {
    width: 243px;
    height: 243px;
    margin: 24px 0px;
    object-fit: contain;
    /* padding: 10px; */
    border-radius: 100px 200px 50px 200px / 200px 600px 60px 630px;
    background-color: #ffffff21;
}



.pds-cont {
    display: block;

}

.pds-cont h1 {
    font-size: 22px;
    font-weight: 600;
    color: #137043;
}

.pds-cont p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 7px;
}

.pds-btn {

    display: flex;
    flex-wrap: wrap;
}

.pds-btn a {
    margin: 5px;
    padding: 3px 20px;
    color: #1d4d93;
    border: 1px dotted #2e4362;
    border-radius: 15px 0px;
    font-size: 15px;
    font-weight: 600;
}

.pds-btn a:hover {
    color: #fff;
    background-color: #01c071;
    border-radius: 0px 15px;
    border: 1px dotted #01c071;
}

.pds-details {
    padding: 20px 20px 0px;
}

.pds-details-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pds-details-btns ul {
    margin-bottom: 0px !important;
}

.pds-details-btns .nav-link,
.pds-details-btns .nav-link:hover {
    color: #1d4d93 !important;
    border: 3px double #01c071 !important;
    border-radius: 20px 20px 0px 0px !important;
    margin: 2px;
}


.pds-details-btns .nav-pills .nav-link.active,
.pds-details-btns .nav-pills .show>.nav-link {
          background-color: #fb7a00 !important;
    color: #fff !important;
    border: 3px double #fb7a00 !important;
}

.pds-content-show {
    padding: 20px;
    border-top: 1px double #5f937d57;
}




.pds-content-show .sub-div .table {
    background-color: #fff;
    margin-top: 10px;
}

.pds-content-show .sub-div .table tr td {
    border: 1px solid #dddddd;
    /* text-align: center; */
    font-size: 14px;
    padding: 5px 12px;
}

.pds-content-show .sub-div .table tr:nth-child(2n) {
    background-color: #eceff7;

}

.pds-content-show .sub-div .table tr td:first-child {
    font-weight: 600;

}

.pds-content-show .feature {
    padding: 20px;
}

.pds-content-show .feature ul {
    list-style: none;
    background-color: #ffff;
    padding: 10px;
    margin-bottom: 0px;
}

.pds-content-show .feature ul li {
    padding: 5px;
    display: flex;
    font-size: 16px;
    align-items: baseline;
}



.pds-content-show .feature ul li i {
    color: #01c071;
    margin-right: 8px;
    font-size: 13px;
}

.appli {
    padding: 20px;
}

.appli p {
    font-size: 15px;
    background-color: #fff;
    padding: 10px;
    line-height: 25px;
    margin-bottom: 0px;
}


.prd-download {
    padding: 10px;
}

.prd-dndl {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prd-dndl a,
.prd-dndl a:hover {
    background-color: #eceff7;
    display: flex;
    align-items: baseline;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    padding: 3px 20px 3px 3px;
    color: #1d4d93;
    border-bottom: 2px solid #1d4d93;
    border-right: 5px solid #1d4d93;
}

.prd-dndl a i {
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    background-color: #01c071;
    color: #fff;
    margin-right: 8px;

}




.related-product {
    padding: 20px;
}

.owl-carousel .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: -101px;
    right: 90px;
}

.owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: -101px;
    right: 45px;
}

.owl-carousel .owl-nav button.owl-next span {
    font-size: 48px;
    background-color: #fff;
    color: #000;
}

.owl-carousel .owl-nav button.owl-prev span {

    font-size: 48px;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.rp-box {
    margin-top: 20px;
}

.rp-box .owl-carousel .catagory-image a {
  
   position: relative;
    height: 176px;
    width: 175px;
    align-items: center;
    display: flex
;
    justify-content: center;
    box-shadow: 2px 1px 5px #d3cbcb38;
    border-radius: 50%;
    border: 1px solid #80808033;
    padding: 43px;
    background-color: #fff;
    /* width: 87%; */
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 20px;
}

.rp-box .owl-carousel .catagory-info .cont {
    margin-top: 30px;
}

.rp-box .owl-theme .catagory-info .cont h1 {
    font-size: 20px;
    height: 40px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.rp-box .owl-theme .owl-nav,
.owl-dots {
    display: none;
}

.product-modal .modal-body {
    padding: 0px !important;
}

.getin {
    border-radius: 15px;
}

.getin .title {
    padding: 5px;
    background-color: #03949c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mpodel_v {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

.getin .title button {
    position: absolute;
    content: "";
    top: 6px;
    right: 20px;
    background-color: transparent;
    border: none;
}

.getin .title button i {
    color: #fff;
    font-size: 18px;
}

.getin form {
    margin: 1px 13px 16px 12px;
}

.getin form .form-label {
    color: black;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px;
}

.getin form .form-control {
    border: 1px solid #afb5c7;
    /* border-bottom: 1px solid #51736596; */
    font-size: 14px;
}

.getin form input:focus {
    box-shadow: none;
    border: 1px solid #1d4d93;
}


.getin form textarea:focus {

    box-shadow: none;
    border: 1px solid #1d4d93;

}



.getin form .btn {
    text-align: center;
   background-color: #03949c;
    color: #fff;
    padding: 1px 27px;
    font-size: 17px;
}



















/* product-page */

/* catalog-product page */

.catalogpage {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.catalogpage .down {
    display: block;
    text-align: center;
}

.catalogpage .down h1 {
    font-size: 22px;
    color: #000;
    padding-top: 30px;
    margin-bottom: 0px;
}

.catalogpage .down h1 span {
    color: #1d4d93;
    font-weight: 600;
}

.catalogpage .down a {
    display: block;
    text-decoration: none;
    color: #0b0b0c;

}

.catalogpage .down a button {
    background-color: #01c071;
    padding: 10px 20px;
    color: #fff;
    margin: 20px 0px;
    font-size: 20px;
    border: none;
}

.catalogpage .pagecontent .card {
    background-size: cover;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-shadow: 0px 0px 12px 2px #00000010;

}

.solo {
    background-image: url('../images/logos/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    background-position: center;
    position: relative;
}

.catalogpage .pagecontent .card .card-header {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.catalogpage .pagecontent .card .card-header img {
    width: 40%;
    object-fit: cover;

}

.catalogpage .pagecontent .card .card-image {
    width: 40%;
    padding: 20px;
    display: block;
    margin: 20px auto;
}

.catalogpage .pagecontent .card .card-image img {
    width: 100%;
    text-align: center;

}

.pdf-title {
    margin: 20px;
}

.catalogpage .pagecontent .card .pdf-title h1 {
    font-size: 25px;
    color: #1b4d95;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.catalogpage .pagecontent .card .pdf-title h1:hover {
    color: #1b4d95;
}

.catalogpage .pagecontent .card .pdf-title p {
    font-size: 20px;
    font-family: sans-serif;
    color: #01c071;
}

.catalogpage .pagecontent .card.command {
    display: inline-block;
}

.catalogpage .pagecontent .card .catalog-header {
    margin: 10px;
    flex-wrap: wrap;
    display: flex;
    max-width: auto;
}

.catalogpage .pagecontent .card .catalog-header p {
   color: #000;
    font-size: 14px;
    
    display: inline;
    position: relative;
    font-weight: 500;

}
.catal_p{
    color: #1b4d95 !important;
    font-size: 20px !important;
  margin: 0px;;
    font-weight: 600 !important;
   
}

.catalogpage .pagecontent .card .catalog-header p {
    text-align: justify;
    margin-top: 20px;
    margin: 0px;
}





.catalogpage .pagecontent .card .card-body table thead {
    background-color: #1b4d95;
    color: #ffffff;
    text-align: center;
}

.catalogpage .pagecontent .card .card-body table tr th,
td {
    font-size: 14px;
    padding: 5px;
}




.catalogpage .pagecontent .card .card-part2 p {
  
    font-size: 15px;
    text-align: justify;
   margin: 0px;
}


.catalogpage .pagecontent .card .card-part ul li p i {
    color: #aba4ad;
    margin-right: 10px;
}

.catalogpage .pagecontent .card .card-part ul {
    list-style-type: none;

}

.catalogpage .pagecontent .card .card-part ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}



.catalogpage .pagecontent .card .card-part .feature ul li::before {
    width: 8px;
    height: 8px;
    background-color: #1d4d93;
    position: absolute;
    content: "";
    left: -20px;
    top: 5px;
    border-radius: 50%;
}


.catalogpage .pagecontent .card .footer-log {
    display: flex;
    justify-content: center;
    margin: 5px;
    align-items: center;
    flex-direction: column;
}

.catalogpage .pagecontent .card .footer-log img {
    width: 250px;
    margin: 0px auto;
    padding: 10px;
}

.catalogpage .pagecontent .card .footer-log p span {
    font-size: 18px;
    color: #025c9b;
}

.catalogpage .pagecontent .card .footer-log p a {
    text-decoration: none;
    font-size: 15px;
    color: #01c071;
}

.location {
    margin-top: 10px;
}

.location .local {
    color: #025c9b;
    margin-bottom: 0px;
}

.location .local span {
    color: #01c071 !important;
    font-size: 15px !important;
}



/* catalog-prodcut page */




/* sitemap page */
.sitemap-title {
    font-size: 25px;
    font-weight: 600;
    color: #01c071;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 3px double #1d4d93;
    margin-bottom: 10px;
}

.sitemap-title span {
    color: #000;
}

.lab {
    color: #dd3066;
    font-size: 30px;
    font-weight: bold;
}

.zee {
    color: #1d4d93;
    font-size: 30px;
    font-weight: bold;
}

.l0bg {
    background: #01c071 !important;
    color: #fff !important;
    border: none !important;
}

.l1bg {
    background-color: #01c071 !important;
    color: #fff !important;
    border: none !important;

}

/* .l2bg {
    background-color: #025c9b !important;
} */



.sitemap h1 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px
}

.sitemap ul {
    list-style: none;
    padding-left: 20px;
    margin: 0
}

.sitemap ul>li {
    border-left: solid #1d4d93 2px;
    padding-left: 15px
}

.sitemap ul>li>a {
    display: inline-block;
    max-width: 500px;
    padding: 10px 20px;
    /* background: #a8a9ac; */
    background-color: #fff;
    color: #1d4d93;
    text-decoration: none;
    border-radius: 4px;
    text-overflow: ellipsis;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 50px 100px 150px 0px/100px 150px 200px 0px;
    border: 1px solid #1d4d93;
}

/* .sitemap ul>li>a:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5)
} */

.sitemap ul>li:before {
    content: "" !important;
}

.sitemap ul>li>a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 15px;
    background: #01c071;
}


/* sitemap page */



/* compare-product page */


.compare-product {
    margin: 20px 40px;
}

.compare_link {
    display: block;
    text-align: center;
    font-size: 15px;
}

.heading_center {
    padding: 10px 0px;
    font-size: 25px;
    color: #1b4d95;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin: 20px 0px;
    display: inline-block;
}

.heading_center::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #01c071;
    left: 0px;
    bottom: 5px;
    transform: translate(100%-10%);
}

.heading_center::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background-color: #01c071;
    left: 0px;
    bottom: -3px;
    transform: translate(100%-20%);
}


.compact table {
    margin-bottom: 0px;
    width: 100%;
    margin-top: 0px !important;

}

.compact table a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.compact table a img {
    width: 60%;
    padding: 10%;
}


.compact table td {
    border: 1px solid darkgray;
    vertical-align: middle;
}

.first_col b {
    color: #1b4d95;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_col p {
    color: #1b4d95;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.compare-product .compact table td p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
    padding: 5px;
}

.compact table tr:nth-child(2n) {
    background-color: #efefef;
}

.compact table tr:last-child {
    color: #d5080e;
    text-align: center;
}


.compare-product .compact table tr td.pro-remove a {
    display: block;
}

.compare-product .compact table tr td.pro-remove a i {
    color: #d5080e;
}

.infront .product-part2 {
    display: none;
}

.pro-remove a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table_div {
    border: 1px solid #dddddd;
    width: 100%;
}

/* compare-product page */


/* erroe-section page */

.erroe-section {
    padding: 20px;
    background-color: #fff;
}

.error {
    padding: 20px;
}

.error .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.error-img {
    width: 60%;
    margin: 10px;
}

.error-cont {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 300px;
}

.error-cont h1 {
    font-size: 50px;
    color: red;
}



.error-info {
    margin: 10px;
    font-size: 28px;
    color: #000;
}

.error-btn {
    margin: 10px;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-image: linear-gradient(to right, #0058b4, #26a0da ); */
    background-color: #1d4d93;
    padding: 10px 20px;
    border-radius: 20px;


}

.error-btn:hover {
    color: #fff;
}

.error-btn p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.error-btn i {
    font-size: 18px;
    margin-left: 10px;
}

/* erroe-section page */

/* thank-section page */
.thank-section {
    padding: 20px;
    background-color: #ffff;
}

.thank {
    padding: 20px;
}

.thank .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank-image {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
}

.thank-img {
    margin: 10px;
    width: 70%;
}

.thank-info {
    margin: 10px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.thank-cont {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.thank-cont h1 {
    color: #025c9b;
}

.thank-btn {
    margin: 10px;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #01c071;
    padding: 10px 20px;
    border-radius: 20px;

}

.thank-btn:hover {
    color: #fff;
}

.thank-btn p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.thank-btn i {
    font-size: 18px;
    margin-left: 10px;
}

/* thank-section page */

/* search page */
.search-page-section {
    padding: 20px 0px;
}

.sps-part {
    padding: 20px 0px;
}

.sps-top {
    padding: 10px;
    display: block;
}

.sps-main-title {
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
}

.sps-main-title span {
    color: #1d4d93;
    font-weight: 600;
}

.sps-box {
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sps-item {
    width: 25%;
    padding: 0px 4px;
    margin-bottom: 5px;
    transition: .5s ease-in-out;
    position: relative;
}


.sps-list {
    display: block;
    border: 1px solid #eceff7;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
}

.sps-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;

    position: relative;
}



.sps-img img {
    width: 138px;
    height: 137px;
    margin: 10px 0px;
    object-fit: contain;
    padding: 10px;
}

.sps-head {

    display: block;
    text-align: center;
}




.sps-btn {
    margin-top: 5px;
    margin-bottom: 9px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sps-btn a {
    padding: 3px 13px;
    font-size: 12.5px;
    border: 1px solid #2f459596;
    /* background: #33b878; */
    color: #23955e;

    font-weight: 600;
    border-radius: 20px;
    margin: 3px;
}


.sps-btn a:hover {
    background-color: #01c071;
    color: #ffff;
}

/* search page */

@media screen and (min-width:1200px) and (max-width:1399.98px) {
    .hc-img {
        padding: 10px;
        width: 60%;
    }

    .hc-pro-title,
    .hc-pro-title:hover {
        font-size: 17px;
        height: 65px;
    }

    .pro-image::before {
        border-top: 70px solid #eceff7;
        border-right: 70px solid transparent;
    }



    .pro-btn::after {
        border-bottom: 70px solid #01c071;
        border-left: 50px solid transparent;
    }

    .pro-btn a {
        z-index: 1;
        position: absolute;
        right: 18px;
        bottom: 18px;
        display: block;
    }

    .pro-btn a i {
        font-size: 18px;
        color: #fff;
    }

    .has-info {
        font-size: 16px;

    }

    .ctgr-title,
    .ctgr-title:hover {
        line-height: 20px;
    }

    .sps-btn a {
        padding: 8px 10px;
        font-size: 14px;
    }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    .sps-item {
        width: 25%;
        padding: 5px;
    }

    .sps-title,
    .sps-title:hover {
        font-size: 15px;
    }

    .sps-btn {
        margin-top: 10px;
    }

    .sps-btn a {
        padding: 8px 6px;
        font-size: 13px;
    }

    .header-logo-img {
        width: 50%;
        display: block;
        padding: 10px;
    }



    .head-text,
    .head-text:hover {
        font-size: 15px;
        margin-left: 5px;
            color: #127176;
    }

    .address-icon span {
        width: 25px;
        height: 25px;
        margin-right: 3px;
    }

    .address-icon span i {
        font-size: 12px;
    }

    .hc-img {
        width: 60%;
        padding: 10px;
    }

    .hc-pro-title,
    .hc-pro-title:hover {
        height: 65px;

    }

    .pro-image::before {
        border-top: 70px solid #eceff7;
        border-right: 70px solid transparent;
    }


    .pro-btn::after {
        border-bottom: 70px solid #01c071;
        border-left: 50px solid transparent;
    }

    .pro-image h3 {
        font-size: 15px;
    }

    .home-img::before {
        top: -22px
    }


    .recm-title a,
    .recm-title a:hover {
        font-size: 15px;
    }

    .ftr-title,
    .ftr-title:hover {
        font-size: 15px;
    }

    .ftr-btn a {
        padding: 5px 14px;
        font-size: 14px;
    }

    .home-title {
        font-size: 23px;
    }

    .quick ul li a {
        font-size: 14px;
    }

    .footer-products .address a {
        font-size: 14px;
    }

    .company img {
        width: 170px;
    }

    .company p {
        font-size: 14px;
    }

    .catalog-part,
    .ap-part,
    .category-part,
    .pbc-part {
        padding: 0px;
    }

    .log-info {
        padding: 10px 0px 10px 90px;
    }

    .log-image h3 {
        padding-left: 100px;
        font-size: 15px;
    }

    .ctgr2-title {
        font-size: 23px;
    }

    .ap-info ul li a {
        font-size: 13px;
    }

    .log-img {
        width: 30%;
    }

    .log-image::before {
        border-right: 47px solid transparent;
    }

    .log-info ul li a {
        font-size: 14px;
    }

    .ctgr-title,
    .ctgr-title:hover {
        line-height: 20px;
    }

    .pbc-title {
        font-size: 23px;
    }

    .pbc-img {
        width: 45%;
    }

    .pbc-item-btns a,
    .pbc-item-btns a:hover {

        font-size: 14px;
    }

    .com_pp {
        height: 24px;
        width: 24px;
    }

    .action--compare-add i {
        font-size: 14px;
    }

    .pds-content-show .sub-div,
    .pds-content-show .feature,
    .appli {
        padding: 0px;
    }

    .pds-content-show .sub-div h3,
    .pds-content-show .feature h3,
    .appli h3,
    .prd-download h3,
    .related-product h4 {

        font-size: 23px;
    }

    .solo {
        height: 60vh;
    }

    .footer-menulist ul li a {
        font-size: 13px;
    }

    .copy-right {
        font-size: 14px;
    }

    .ftr-cont ul {
        padding: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .header-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu {
        display: block;
    }

    .menu-list1 {
        display: none;
    }

    .header-links {
        display: none;
    }



    .menu-address {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .banner-section,
    .home-about-section {
        display: none;
    }

    .hc-item {
        width: 33%;
    }

    .home-title {
        font-size: 22px;
    }

    .hc-img {
        width: 60%;
        padding: 10px;
    }

    .product-box {
        padding: 0px;
    }

    .product-item {
        width: 33%;
        margin-bottom: 0px;
    }

    .pro-image::before {

        border-top: 60px solid #eceff7;
        border-right: 60px solid transparent;

    }

    .pro-cont p {
        height: 100px;
    }

    .pro-btn::after {
        border-bottom: 30px solid #01c071;
        border-left: 30px solid transparent;
    }

    .pro-btn a {
        right: 13px;
        bottom: 8px;
    }

    .pro-btn a i {
        font-size: 12px;
        color: #fff;
    }

    .pro-image h3 {
        font-size: 14px;
    }


    .recm-view {
        width: 60%;
    }

    .ftr-item {
        width: 33%;
    }

    .ftr-title,
    .ftr-title:hover {
        font-size: 15px;
    }

    .ftr-cont ul {
        padding: 0px;
    }

    .quick ul li a {
        color: #444;
        font-size: 13px;
    }

    .footer-products .address a {
        font-size: 13px;
    }

    .footer-products .address a i {
        font-size: 18px;
    }

    .footer-products .info,
    .quick ul p {
        font-size: 18px;
    }

    .category-box {
        columns: 3 0vh;
    }

    .pbc-item {
        width: 50%;
    }

    .pds-content-show .sub-div,
    .pds-content-show .feature,
    .appli {
        padding: 0px;
    }

    .catalog-part,
    .ap-part,
    .pbc-part,
    .pbc-head,
    .category-part {
        padding: 0px;
    }

    .pbc-title {
        font-size: 23px;
    }

    .ctgr-title,
    .ctgr-title:hover {
        font-size: 15px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .ctgr2-title {
        font-size: 22px;
        padding: 10px 0px;
    }

    .log-box {
        columns: 2 0vh;
    }

    .log-img {
        width: 28%;
    }

    .log-image::before {
        border-top: 80px solid #fff;
        border-right: 50px solid transparent;

    }

    .log-image h3 {
        padding-left: 100px;
        font-size: 16px;
    }

    .log-info {
        padding: 10px 0px 10px 100px;
    }

    .log-info ul li {
        display: block;
        margin-bottom: 3px;
    }

    .log-info ul li a {
        font-size: 14px;
    }

    .ap-box {
        columns: 2 0vh;
    }

    .about-img {
        width: 30%;
    }

    .footer-menulist ul {
        padding: 2px;
    }

    .footer-menulist ul li a {
        font-size: 12px;
    }

    .copy-right {
        font-size: 13px;
    }

    .footer-menulist ul::after {
        border-bottom: 28px solid #1d4d93;
        border-left: 28px solid transparent;
    }

    .contact-part {
        padding: 0px;
    }

    .contact-section {
        padding: 0px;
    }

    .contact-form {
        padding: 20px 0px;
    }

    .com_pp {
        height: 24px;
        width: 24px;
    }

    .action--compare-add i {
        font-size: 13px;
    }

    .pbc-item-btns a,
    .pbc-item-btns a:hover {
        font-size: 13px;
    }

    .pbc-item-title h2 {
        font-size: 16px;
    }

    .pbc-info p {
        font-size: 14px;
    }

    .pbc-box {
        padding: 0px;
    }

    .pds-img {
        width: 30%;
    }

    .pds-cont h1 {
        font-size: 20px;
    }

    .pds-cont p {
        font-size: 14px;
    }

    .pds-content-show .sub-div h3,
    .pds-content-show .feature h3,
    .appli h3,
    .prd-download h3,
    .related-product h4 {
        font-size: 20px;
    }

    .pds-content-show .sub-div .table tr td {
        font-size: 13px;
    }

    .pds-details-btns .nav-link,
    .pds-details-btns .nav-link:hover {
        color: #03949c !important;
    border: 3px double #03949c !important;
    border-radius: 20px 20px 0px 0px !important;
    margin: 2px;
    }

    .prd-dndl {
        padding: 10px;
    }

    .pds-content-show .feature ul li {
        font-size: 14px;
    }

    .pds-content-show .feature ul li i {
        font-size: 11px;
    }

    .solo {
        height: 70vh;
    }

    .catalogpage .down h1 {
        font-size: 20px;
    }

    .catalogpage .pagecontent .card .pdf-title h1 {
        font-size: 21px;
    }

    .catalogpage .pagecontent .card .pdf-title p {
        font-size: 17px;
    }

    .catalogpage .pagecontent .card .catalog-header p,
    .catalogpage .pagecontent .card .card-body p,
    .catalogpage .pagecontent .card .card-part p,
    .card-part2 h2 {
        font-size: 18px;
    }

    .catalogpage .pagecontent .card .catalog-header p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .prd-dndl a i {
        font-size: 16px;
    }

    .prd-dndl a,
    .prd-dndl a:hover {
        font-size: 16px;
    }

    .catalogpage .pagecontent .card .footer-log img {
        width: 220px;
    }

    .sps-top {
        padding: 0px;
    }

    .sps-main-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .sps-item {
        width: 33%;
        padding: 3px;
    }

    .sps-btn {
        margin-top: 10px;
    }

    .sps-btn a {
        padding: 8px 8px;
        font-size: 13px;
    }

    .sps-title,
    .sps-title:hover {
        font-size: 15px;
    }

    .thank-img {
        margin: 10px;
        width: 50%;
    }

    .thank-cont {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (min-width:576px) and (max-width:767.98px) {
    .header-section {
        border-bottom: 1px solid transparent;
    }

    .side-search-form form input {
        width: 90%;
    }

    .side-search-form form button {
        width: 10%;
    }

    .header-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-links {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .menu-list1 {
        display: none;
    }



    .menu-address {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .banner-section,
    .home-about-section {
        display: none;
    }

    .hc-item {
        width: 50%;
    }

    .home-title {
        font-size: 22px;
    }

    .hc-img {
        width: 60%;
        padding: 10px;
    }

    .product-box {
        padding: 0px;
    }

    .product-item {
        width: 50%;
        margin-bottom: 0px;
    }

    .pro-image::before {
        border-top: 60px solid #eceff7;
        border-right: 60px solid transparent;
    }

    .pro-cont p {
        height: 100px;
    }

    .pro-btn::after {
        border-bottom: 50px solid #01c071;
        border-left: 50px solid transparent;
    }

    .pro-btn a {
        right: 18px;
        bottom: 14px;
    }

    .pro-btn a i {
        font-size: 14px;
        color: #fff;
    }

    .pro-image h3 {
        font-size: 14px;
    }


    .recm-view {
        width: 60%;
    }

    .ftr-item {
        width: 50%;
    }

    .ftr-title,
    .ftr-title:hover {
        font-size: 15px;
    }

    .ftr-cont ul {
        padding: 0px;
        margin-bottom: 0px;
        height: 140px;
    }

    .quick ul li a {
        color: #444;
        font-size: 13px;
    }

    .footer-products .address a {
        font-size: 13px;
    }

    .footer-products .address a i {
        font-size: 18px;
    }

    .footer-products .info,
    .quick ul p {
        font-size: 18px;
    }

    .category-box {
        columns: 2 0vh;
    }

    .ctgr-cont ul li a {
        font-size: 13px;
    }

    .pbc-item {
        width: 100%;
    }

    .pds-content-show .sub-div,
    .pds-content-show .feature,
    .appli {
        padding: 0px;
    }

    .catalog-part,
    .ap-part,
    .pbc-part,
    .pbc-head,
    .category-part {
        padding: 0px;
    }

    .pbc-title {
        font-size: 23px;
    }

    .ctgr-title,
    .ctgr-title:hover {
        font-size: 15px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .ctgr2-title {
        font-size: 22px;
        padding: 10px 0px;
    }

    .log-box {
        columns: 2 0vh;
    }

    .log-img {
        width: 35%;
    }

    .log-image::before {
        border-top: 77px solid #fff;
        border-right: 40px solid transparent;
    }

    .log-image h3 {
        padding-left: 95px;
        font-size: 15px;
    }

    .log-info {
        padding: 10px 0px 10px 80px;
    }

    .log-info ul li {
        display: block;
        margin-bottom: 3px;
    }

    .log-info ul li a {
        font-size: 13px;
    }

    .ap-box {
        columns: 2 0vh;
    }

    .about-img {
        width: 30%;
    }

    .footer-menulist ul {
        padding: 2px;
    }

    .footer-menulist ul li a {
        font-size: 12px;
    }

    .copy-right {
        font-size: 13px;
    }

    .footer-menulist ul::after {
        border-bottom: 28px solid #1d4d93;
        border-left: 28px solid transparent;
    }

    .contact-part {
        padding: 0px;
    }

    .contact-section {
        padding: 0px;
    }

    .contact-form {
        padding: 20px 0px;
    }

    .com_pp {
        height: 24px;
        width: 24px;
    }

    .action--compare-add i {
        font-size: 13px;
    }

    .pbc-item-btns a,
    .pbc-item-btns a:hover {
        font-size: 13px;
    }

    .pbc-item-title h2 {
        font-size: 16px;
    }

    .pbc-info p {
        font-size: 14px;
    }

    .pbc-box {
        padding: 0px;
    }

    .pds-img {
        width: 30%;
    }

    .pds-cont h1 {
        font-size: 20px;
    }

    .pds-cont p {
        font-size: 14px;
    }

    .pds-content-show .sub-div h3,
    .pds-content-show .feature h3,
    .appli h3,
    .prd-download h3,
    .related-product h4 {
        font-size: 18px;
    }

    .pds-content-show .sub-div .table tr td {
        font-size: 13px;
    }

    .pds-details-btns .nav-link,
    .pds-details-btns .nav-link:hover {
      color: #03949c !important;
    border: 3px double #03949c !important;
    border-radius: 20px 20px 0px 0px !important;
    margin: 2px;
    }

    .prd-dndl {
        padding: 10px;
    }

    .pds-content-show .feature ul li {
        font-size: 14px;
    }

    .pds-content-show .feature ul li i {
        font-size: 11px;
    }

    .solo {
        height: auto;
    }

    .catalogpage .down h1 {
        font-size: 20px;
    }

    .catalogpage .pagecontent .card .pdf-title h1 {
        font-size: 21px;
    }

    .catalogpage .pagecontent .card .pdf-title p {
        font-size: 17px;
    }

    .catalogpage .pagecontent .card .catalog-header p,
    .catalogpage .pagecontent .card .card-body p,
    .catalogpage .pagecontent .card .card-part p,
    .card-part2 h2 {
        font-size: 18px;
    }

    .catalogpage .pagecontent .card .catalog-header p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .prd-dndl a i {
        font-size: 16px;
    }

    .prd-dndl a,
    .prd-dndl a:hover {
        font-size: 16px;
    }

    .catalogpage .pagecontent .card .footer-log img {
        width: 220px;
    }

    .recm-part h3 {
        font-size: 22px;
    }

    .recm-title a,
    .recm-title a:hover {
        font-size: 15px;
    }

    .ap-head h3 {
        font-size: 15px;
    }

    .ap-info {
        padding: 10px 0px;
    }

    .ap-info ul li a {
        font-size: 13px;
    }

    .ap-info ul li a i {
        margin-right: 3px;
        font-size: 11px;
    }

    .about-section {
        padding: 0px 0px;
    }

    .about-part {
        padding: 0px 0px;
    }

    .contact-head h1::after {
        left: 38%;
    }

    .form-btn2 .btn2 {
        font-size: 15px;
        padding: 8px 30px;
    }

    .contact-info {
        padding: 0px 0px 20px;
    }

    .compare-product .table_div {
        width: 100%;
        overflow: auto;
    }

    .pbc-img {
        width: 35%;
    }

    .footer1 {
        padding: 20px 0px 0px;
    }

    .sps-top {
        padding: 0px;
    }

    .sps-main-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .sps-item {
        width: 50%;
        padding: 3px;
    }

    .sps-btn {
        margin-top: 10px;
    }

    .sps-btn a {
        padding: 8px 8px;
        font-size: 13px;
    }

    .sps-title,
    .sps-title:hover {
        font-size: 15px;
    }

    .thank-img {
        margin: 10px;
        width: 50%;
    }

    .thank-cont {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .thank-info {
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (min-width:450px) and (max-width:575.98px) {
    .header-section {
        border-bottom: 1px solid transparent;
    }

    .side-search-form form input {
        width: 85%;
    }

    .side-search-form form button {
        width: 15%;
    }

    .header-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-links {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .menu-list1 {
        display: none;
    }



    .hc-pro-title,
    .hc-pro-title:hover {
        font-size: 15px;
    }

    .menu-address {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .banner-section,
    .home-about-section {
        display: none;
    }

    .hc-item {
        width: 50%;
    }

    .home-title {
        font-size: 20px;
    }

    .hc-img {
        width: 60%;
        padding: 10px;
    }

    .product-box {
        padding: 0px;
    }

    .product-item {
        width: 50%;
        margin-bottom: 0px;
    }

    .pro-image::before {
        border-top: 60px solid #eceff7;
        border-right: 60px solid transparent;
    }

    .pro-cont p {
        height: 100px;
    }

    .pro-btn::after {
        border-bottom: 50px solid #01c071;
        border-left: 50px solid transparent;
    }

    .pro-btn a {
        right: 18px;
        bottom: 14px;
    }

    .pro-btn a i {
        font-size: 14px;
        color: #fff;
    }

    .pro-image h3 {
        font-size: 14px;
    }



    .recm-view {
        width: 60%;
    }

    .ftr-item {
        width: 50%;
    }

    .ftr-title,
    .ftr-title:hover {
        font-size: 15px;
    }

    .ftr-cont ul {
        padding: 0px;
        margin-bottom: 0px;
        height: 155px;
    }

    .ftr-btn a {
        padding: 5px 12px;
        font-size: 12px;
    }

    .quick ul li a {
        color: #444;
        font-size: 13px;
    }

    .footer-products .address a {
        font-size: 13px;
    }

    .footer-products .address a i {
        font-size: 18px;
    }

    .footer-products .info,
    .quick ul p {
        font-size: 18px;
    }

    .category-box {
        columns: 2 0vh;
    }

    .ctgr-cont ul li a {
        font-size: 13px;
    }

    .pbc-item {
        width: 100%;
    }

    .pds-content-show .sub-div,
    .pds-content-show .feature,
    .appli {
        padding: 0px;
    }

    .catalog-part,
    .ap-part,
    .pbc-part,
    .pbc-head,
    .category-part {
        padding: 0px;
    }

    .pbc-title {
        font-size: 23px;
    }

    .ctgr-title,
    .ctgr-title:hover {
        font-size: 15px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .ctgr2-title {
        font-size: 22px;
        padding: 10px 0px;
    }

    .log-box {
        columns: 2 0vh;
    }

    .log-img {
        width: 35%;
    }

    .log-image::before {
        border-top: 77px solid #fff;
        border-right: 40px solid transparent;
    }

    .log-image h3 {
        padding-left: 95px;
        font-size: 15px;
    }

    .log-info {
        padding: 10px 0px 10px 80px;
    }

    .log-info ul li {
        display: block;
        margin-bottom: 3px;
    }

    .log-info ul li a {
        font-size: 13px;
    }

    .ap-box {
        columns: 2 0vh;
    }

    .about-img {
        width: 30%;
    }

    .footer-menulist ul {
        padding: 2px;
    }

    .footer-menulist ul li a {
        font-size: 12px;
    }

    .copy-right {
        font-size: 13px;
    }

    .footer-menulist ul::after {
        border-bottom: 28px solid #1d4d93;
        border-left: 28px solid transparent;
    }

    .contact-part {
        padding: 0px;
    }

    .contact-section {
        padding: 0px;
    }

    .contact-form {
        padding: 20px 0px;
    }

    .com_pp {
        height: 24px;
        width: 24px;
    }

    .action--compare-add i {
        font-size: 13px;
    }

    .pbc-item-btns a,
    .pbc-item-btns a:hover {
        font-size: 13px;
    }

    .pbc-item-title h2 {
        font-size: 16px;
    }

    .pbc-info p {
        font-size: 14px;
    }

    .pbc-box {
        padding: 0px;
    }

    .pds-img {
        width: 30%;
    }

    .pds-cont h1 {
        font-size: 20px;
    }

    .pds-cont p {
        font-size: 14px;
    }

    .pds-content-show .sub-div h3,
    .pds-content-show .feature h3,
    .appli h3,
    .prd-download h3,
    .related-product h4 {
        font-size: 18px;
    }

    .pds-content-show .sub-div .table tr td {
        font-size: 13px;
    }

    .pds-details-btns .nav-link,
    .pds-details-btns .nav-link:hover {
        color: #01c071 !important;
        border: 3px double #01c071 !important;
        border-radius: 20px 20px 0px 0px !important;
        margin: 2px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .prd-dndl {
        padding: 10px;
    }

    .pds-content-show .feature ul li {
        font-size: 14px;
    }

    .pds-content-show .feature ul li i {
        font-size: 11px;
    }

    .solo {
        height: auto;
    }

    .catalogpage .down h1 {
        font-size: 20px;
    }

    .catalogpage .pagecontent .card .pdf-title h1 {
        font-size: 21px;
    }

    .catalogpage .pagecontent .card .pdf-title p {
        font-size: 17px;
    }

    .catalogpage .pagecontent .card .catalog-header p,
    .catalogpage .pagecontent .card .card-body p,
    .catalogpage .pagecontent .card .card-part p,
    .card-part2 h2 {
        font-size: 18px;
    }

    .catalogpage .pagecontent .card .catalog-header p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .prd-dndl a i {
        font-size: 16px;
    }

    .prd-dndl a,
    .prd-dndl a:hover {
        font-size: 16px;
    }

    .catalogpage .pagecontent .card .footer-log img {
        width: 220px;
    }



    .recm-part h3 {
        font-size: 22px;
    }

    .recm-title a,
    .recm-title a:hover {
        font-size: 15px;
    }

    .ap-head h3 {
        font-size: 15px;
    }

    .ap-info {
        padding: 10px 0px;
    }

    .ap-info ul li a {
        font-size: 13px;
    }

    .ap-info ul li a i {
        margin-right: 3px;
        font-size: 11px;
    }

    .about-section {
        padding: 0px 0px;
    }

    .about-part {
        padding: 0px 0px;
    }

    .contact-head h1::after {
        left: 38%;
    }

    .form-btn2 .btn2 {
        font-size: 15px;
        padding: 8px 30px;
    }

    .contact-info {
        padding: 0px 0px 20px;
    }

    .compare-product .table_div {
        width: 100%;
        overflow: auto;
    }

    .pbc-img {
        width: 35%;
    }

    .footer1 {
        padding: 20px 0px 0px;
    }

    .catalogpage .pagecontent .card .card-image {
        width: 50%;
    }

    .sps-top {
        padding: 0px;
    }

    .sps-main-title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .sps-item {
        width: 50%;
        padding: 3px;
    }

    .sps-btn {
        margin-top: 10px;
    }

    .sps-btn a {
        padding: 8px;
        font-size: 12px;
        margin: 1px;
    }

    .sps-title,
    .sps-title:hover {
        font-size: 15px;
    }

    .compare-product {
        margin: 10px 0px;
    }

    .thank-img {
        margin: 10px;
        width: 70%;
    }

    .thank-cont {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .thank-info {
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (min-width:321px) and (max-width:449.98px) {
    .header-section {
        border-bottom: 1px solid transparent;
    }

    .side-search-form form input {
        width: 85%;
    }

    .side-search-form form button {
        width: 15%;
    }

    .header-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-links {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .menu-list1 {
        display: none;
    }


    .hc-pro-title,
    .hc-pro-title:hover {
        font-size: 15px;
    }

    .menu-address {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .banner-section,
    .home-about-section {
        display: none;
    }

    .hc-item {
        width: 100%;
    }

    .home-title {
        font-size: 20px;
    }

    .hc-img {
        width: 60%;
        padding: 10px;
    }

    .product-box {
        padding: 0px;
    }

    .product-item {
        width: 100%;
        margin-bottom: 0px;
    }

    .pro-image::before {
        border-top: 60px solid #eceff7;
        border-right: 60px solid transparent;
    }

    .pro-cont p {
        height: 100px;
    }

    .pro-btn::after {
        border-bottom: 50px solid #01c071;
        border-left: 50px solid transparent;
    }

    .pro-btn a {
        right: 18px;
        bottom: 14px;
    }

    .pro-btn a i {
        font-size: 14px;
        color: #fff;
    }

    .pro-image h3 {
        font-size: 15px;
        height: auto;
    }


    .recm-view {
        width: 60%;
    }

    .ftr-item {
        width: 100%;
    }

    .ftr-title,
    .ftr-title:hover {
        font-size: 15px;
    }

    .ftr-cont ul {
        padding: 0px;
        margin-bottom: 0px;
        height: auto;
    }

    .ftr-btn a {
        padding: 5px 12px;
        font-size: 12px;
    }

    .quick ul li a {
        color: #444;
        font-size: 13px;
    }

    .footer-products .address a {
        font-size: 13px;
    }

    .footer-products .address a i {
        font-size: 18px;
    }

    .footer-products .info,
    .quick ul p {
        font-size: 18px;
    }

    .category-box {
        columns: 1 0vh;
    }

    .ctgr-cont ul li a {
        font-size: 13px;
    }

    .pbc-item {
        width: 100%;
        padding: 0px;
    }

    .pds-content-show .sub-div,
    .pds-content-show .feature,
    .appli {
        padding: 0px;
    }

    .catalog-part,
    .ap-part,
    .pbc-part,
    .pbc-head,
    .category-part {
        padding: 0px;
    }

    .pbc-title {
        font-size: 23px;
    }

    .ctgr-title,
    .ctgr-title:hover {
        font-size: 15px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .ctgr2-title {
        font-size: 22px;
        padding: 10px 0px;
    }

    .log-box {
        columns: 1 0vh;
    }

    .log-img {
        width: 30%;
    }

    .log-image::before {
        border-top: 77px solid #fff;
        border-right: 40px solid transparent;
    }

    .log-image h3 {
        padding-left: 95px;
        font-size: 15px;
    }

    .log-info {
        padding: 10px 0px 10px 80px;
    }

    .log-info ul li {
        display: block;
        margin-bottom: 3px;
    }

    .log-info ul li a {
        font-size: 13px;
    }

    .ap-box {
        columns: 1 0vh;
    }

    .about-img {
        width: 30%;
    }

    .footer-menulist ul {
        padding: 2px;
    }

    .footer-menulist ul li a {
        font-size: 12px;
    }

    .copy-right {
        font-size: 13px;
    }

    .footer-menulist ul::after {
        border-bottom: 28px solid #1d4d93;
        border-left: 28px solid transparent;
    }

    .contact-part {
        padding: 0px;
    }

    .contact-section {
        padding: 0px;
    }

    .contact-form {
        padding: 20px 0px;
    }

    .com_pp {
        height: 24px;
        width: 24px;
    }

    .action--compare-add i {
        font-size: 13px;
    }

    .pbc-item-btns a,
    .pbc-item-btns a:hover {
        font-size: 12px;
    }

    .pbc-title {
        font-size: 20px;
    }

    .pbc-item-title h2 {
        font-size: 16px;
    }

    .pbcs-btns ul li a {
        font-size: 13px;
    }

    .pbc-info p {
        font-size: 14px;
    }

    .pbc-box {
        padding: 0px;
    }

    .pds-img {
        width: 60%;
    }

    .pds-btn {
        padding: 0px;
    }

    .pds-cont h1 {
        font-size: 20px;
    }

    .pds-cont p {
        font-size: 14px;
    }

    .pds-content-show .sub-div h3,
    .pds-content-show .feature h3,
    .appli h3,
    .prd-download h3,
    .related-product h4 {
        font-size: 18px;
    }

    .pds-content-show .sub-div .table tr td {
        font-size: 13px;
    }

    .pds-details-btns .nav-link,
    .pds-details-btns .nav-link:hover {
        color: #01c071 !important;
        border: 3px double #01c071 !important;
        border-radius: 20px 20px 0px 0px !important;
        margin: 2px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .prd-dndl {
        padding: 10px;
    }

    .pds-content-show .feature ul li {
        font-size: 14px;
    }

    .pds-content-show .feature ul li i {
        font-size: 11px;
    }

    .solo {
        height: auto;
    }

    .catalogpage .down h1 {
        font-size: 18px;
        padding-top: 0px;
    }

    .catalogpage .pagecontent .card .pdf-title h1 {
        font-size: 18px;
    }

    .catalogpage .pagecontent .card .pdf-title p {
        font-size: 14px;
    }

    .catalogpage .pagecontent .card .catalog-header p,
    .catalogpage .pagecontent .card .card-body p,
    .catalogpage .pagecontent .card .card-part p,
    .card-part2 h2 {
        font-size: 18px;
    }

    .catalogpage .pagecontent .card .catalog-header p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .prd-dndl a i {
        font-size: 16px;
    }

    .prd-dndl a,
    .prd-dndl a:hover {
        font-size: 16px;
    }

    .catalogpage .pagecontent .card .footer-log img {
        width: 180px;
    }

    .catalogpage .pagecontent .card .footer-log p span {
        font-size: 14px;
        color: #025c9b;
    }

    .company img {
        width: 150px;
        margin-bottom: 10px;
    }

    .company p {
        font-size: 14px;
    }


    .recm-part h3 {
        font-size: 22px;
    }

    .recm-title a,
    .recm-title a:hover {
        font-size: 15px;
    }

    .ap-head h3 {
        font-size: 15px;
    }

    .ap-info {
        padding: 10px 0px;
    }

    .ap-info ul li a {
        font-size: 13px;
    }

    .ap-info ul li a i {
        margin-right: 3px;
        font-size: 11px;
    }

    .about-section {
        padding: 0px 0px;
    }

    .about-part {
        padding: 0px 0px;
    }

    .contact-head h1::after {
        left: 50%;
    }

    .form-btn2 .btn2 {
        font-size: 15px;
        padding: 8px 30px;
    }

    .contact-info {
        padding: 0px 0px 20px;
    }

    .compare-product .table_div {
        width: 100%;
        overflow: auto;
    }

    .pbc-img {
        width: 35%;
    }

    .footer1 {
        padding: 20px 0px 0px;
    }

    .catalogpage .pagecontent .card .card-image {
        width: 50%;
    }

    .about-image {
        display: none;
    }

    .about-head h1 {
        font-size: 19px;
    }

    .contact-head h1 {
        font-size: 22px;
    }

    .show-title h1 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .pds-info {
        padding: 0px;
    }

    .pds-details {
        padding: 0px;
    }

    .pds-content-show {
        padding: 10px 0px 0px;
    }

    .pds-btn a {
        margin: 5px;
        padding: 8px 15px;
        color: #1d4d93;
        border: 1px dotted #1d4d93;
        border-radius: 15px 0px;
        font-size: 13px;
        font-weight: 600;
    }

    .catalogpage .pagecontent .card {
        padding: 10px;
    }

    .catalogpage .pagecontent .card .card-header img {
        width: 45%;
        object-fit: cover;
    }

    .sps-top {
        padding: 0px;
    }

    .sps-main-title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .sps-item {
        width: 100%;
        padding: 3px;
    }

    .sps-btn {
        margin-top: 10px;
    }

    .sps-btn a {
        padding: 8px 8px;
        font-size: 13px;
    }

    .sps-title,
    .sps-title:hover {
        font-size: 15px;
    }

    .compare-product {
        margin: 10px 0px;
    }

    .thank-img {
        margin: 10px;
        width: 90%;
    }

    .thank-cont {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .thank-info {
        font-size: 20px;
        text-align: center;
    }

    .thank {
        padding: 0px;
    }
}


@media screen and (min-width:250px) and (max-width:320.98px) {
    .header-section {
        border-bottom: 1px solid transparent;
    }

    .side-search-form form input {
        width: 85%;
    }

    .side-search-form form button {
        width: 15%;
    }

    .header-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-links {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .menu-list1 {
        display: none;
    }


    .hc-pro-title,
    .hc-pro-title:hover {
        font-size: 15px;
    }

    .menu-address {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .banner-section,
    .home-about-section {
        display: none;
    }

    .hc-item {
        width: 100%;
    }

    .home-title {
        font-size: 20px;
    }

    .hc-img {
        width: 60%;
        padding: 10px;
    }

    .product-box {
        padding: 0px;
    }

    .product-item {
        width: 100%;
        margin-bottom: 0px;
    }

    .pro-image::before {
        border-top: 60px solid #eceff7;
        border-right: 60px solid transparent;
    }

    .pro-cont p {
        height: 100px;
    }

    .pro-btn::after {
        border-bottom: 50px solid #01c071;
        border-left: 50px solid transparent;
    }

    .pro-btn a {
        right: 18px;
        bottom: 14px;
    }

    .pro-btn a i {
        font-size: 14px;
        color: #fff;
    }

    .pro-image h3 {
        font-size: 15px;
        height: auto;
    }



    .recm-view {
        width: 60%;
    }

    .ftr-item {
        width: 100%;
    }

    .ftr-title,
    .ftr-title:hover {
        font-size: 15px;
    }

    .ftr-cont ul {
        padding: 0px;
        margin-bottom: 0px;
        height: auto;
    }

    .ftr-btn a {
        padding: 5px 12px;
        font-size: 12px;
    }

    .quick ul li a {
        color: #444;
        font-size: 13px;
    }

    .footer-products .address a {
        font-size: 13px;
    }

    .footer-products .address a i {
        font-size: 18px;
    }

    .footer-products .info,
    .quick ul p {
        font-size: 18px;
    }

    .category-box {
        columns: 1 0vh;
    }

    .ctgr-cont ul li a {
        font-size: 13px;
    }

    .pbc-item {
        width: 100%;
        padding: 0px;
    }

    .pds-content-show .sub-div,
    .pds-content-show .feature,
    .appli {
        padding: 0px;
    }

    .catalog-part,
    .ap-part,
    .pbc-part,
    .pbc-head,
    .category-part {
        padding: 0px;
    }

    .pbc-title {
        font-size: 23px;
    }

    .ctgr-title,
    .ctgr-title:hover {
        font-size: 15px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .ctgr2-title {
        font-size: 20px;
        padding: 10px 0px;
    }

    .top-contact {
        height: 70px;
    }

    .log-box {
        columns: 1 0vh;
    }

    .log-img {
        width: 35%;
    }

    .log-image::before {
        border-top: 80px solid #fff;
        border-right: 60px solid transparent;
    }

    .log-image h3 {
        padding-left: 110px;
        font-size: 15px;
    }

    .log-info {
        padding: 10px 0px 10px 100px;
    }

    .log-info ul li {
        display: block;
        margin-bottom: 3px;
    }

    .log-info ul li a {
        font-size: 13px;
    }

    .contact-info ul li p,
    .contact-info ul li a,
    .contact-info ul li a:hover {
        margin-bottom: 0px;
        font-size: 14px;
        color: #000;
    }

    .pbc-item-btns {
        padding: 8px 2px;
    }

    .contact-info ul li {
        display: flex;
        flex-wrap: nowrap;
        align-items: baseline;
        margin-bottom: 10px;
    }

    .ap-box {
        columns: 1 0vh;
    }

    .about-img {
        width: 30%;
    }

    .contact-head h1::after {
        display: none;
    }

    .inner-form {
        padding: 10px;
    }

    .footer-menulist ul {
        padding: 2px;
    }

    .footer-menulist ul li a {
        font-size: 12px;
    }

    .copy-right {
        font-size: 13px;
    }

    .footer-menulist ul::after {
        border-bottom: 28px solid #1d4d93;
        border-left: 28px solid transparent;
    }

    .contact-part {
        padding: 0px;
    }

    .contact-section {
        padding: 0px;
    }

    .contact-form {
        padding: 20px 0px;
    }

    .com_pp {
        height: 24px;
        width: 24px;
    }

    .action--compare-add i {
        font-size: 13px;
    }

    .pbc-item-btns a,
    .pbc-item-btns a:hover {
        font-size: 12px;
    }

    .pbc-title {
        font-size: 20px;
    }

    .pbc-item-title h2 {
        font-size: 16px;
    }

    .pbcs-btns ul li a {
        font-size: 13px;
    }

    .pbc-info p {
        font-size: 14px;
    }

    .pbc-box {
        padding: 0px;
    }

    .pds-img {
        width: 60%;
    }

    .pds-btn {
        padding: 0px;
    }

    .pds-cont h1 {
        font-size: 20px;
    }

    .pds-cont p {
        font-size: 14px;
    }

    .pds-content-show .sub-div h3,
    .pds-content-show .feature h3,
    .appli h3,
    .prd-download h3,
    .related-product h4 {
        font-size: 18px;
    }

    .pds-content-show .sub-div .table tr td {
        font-size: 13px;
    }

    .pds-details-btns .nav-link,
    .pds-details-btns .nav-link:hover {
        color: #01c071 !important;
        border: 3px double #01c071 !important;
        border-radius: 20px 20px 0px 0px !important;
        margin: 2px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .prd-dndl {
        padding: 10px;
    }

    .pds-content-show .feature ul li {
        font-size: 14px;
    }

    .pds-content-show .feature ul li i {
        font-size: 11px;
    }

    .solo {
        height: auto;
    }

    .catalogpage .down h1 {
        font-size: 18px;
        padding-top: 0px;
    }

    .catalogpage .pagecontent .card .pdf-title h1 {
        font-size: 18px;
    }

    .catalogpage .pagecontent .card .pdf-title p {
        font-size: 14px;
    }

    .catalogpage .pagecontent .card .catalog-header p,
    .catalogpage .pagecontent .card .card-body p,
    .catalogpage .pagecontent .card .card-part p,
    .card-part2 h2 {
        font-size: 18px;
    }

    .catalogpage .pagecontent .card .catalog-header p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .prd-dndl a i {
        font-size: 16px;
    }

    .prd-dndl a,
    .prd-dndl a:hover {
        font-size: 16px;
    }

    .catalogpage .pagecontent .card .footer-log img {
        width: 180px;
    }

    .catalogpage .pagecontent .card .footer-log p span {
        font-size: 14px;
        color: #025c9b;
    }

    .company img {
        width: 150px;
        margin-bottom: 10px;
    }

    .company p {
        font-size: 14px;
    }



    .recm-part h3 {
        font-size: 22px;
    }

    .recm-title a,
    .recm-title a:hover {
        font-size: 15px;
    }

    .ap-head h3 {
        font-size: 15px;
    }

    .ap-info {
        padding: 10px 0px;
    }

    .ap-info ul li a {
        font-size: 13px;
    }

    .ap-info ul li a i {
        margin-right: 3px;
        font-size: 11px;
    }

    .about-section {
        padding: 0px 0px;
    }

    .about-part {
        padding: 0px 0px;
    }

    .contact-head h1::after {
        left: 50%;
    }

    .form-btn2 .btn2 {
        font-size: 15px;
        padding: 8px 30px;
    }

    .contact-info {
        padding: 0px 0px 20px;
    }

    .compare-product .table_div {
        width: 100%;
        overflow: auto;
    }

    .pbc-img {
        width: 50%;
    }

    .pds-section {
        padding: 10px;
    }

    .footer1 {
        padding: 20px 0px 0px;
    }

    .catalogpage .pagecontent .card .card-image {
        width: 50%;
    }

    .about-image {
        display: none;
    }

    .about-head h1 {
        font-size: 19px;
    }

    .contact-head h1 {
        font-size: 22px;
    }

    .show-title h1 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .pds-info {
        padding: 0px;
    }

    .pds-details {
        padding: 0px;
    }

    .pds-content-show {
        padding: 10px 0px 0px;
    }

    .pds-btn a {
        margin: 5px;
        padding: 8px 15px;
        color: #1d4d93;
        border: 1px dotted #1d4d93;
        border-radius: 15px 0px;
        font-size: 13px;
        font-weight: 600;
    }

    .catalogpage .pagecontent .card {
        padding: 10px;
    }

    .catalogpage .pagecontent .card .card-header img {
        width: 45%;
        object-fit: cover;
    }

    .sps-top {
        padding: 0px;
    }

    .sps-main-title {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .sps-item {
        width: 100%;
        padding: 3px;
    }

    .sps-btn {
        margin-top: 10px;
    }

    .sps-btn a {
        padding: 8px 8px;
        font-size: 13px;
    }

    .sps-title,
    .sps-title:hover {
        font-size: 15px;
    }

    .compare-product {
        margin: 10px 0px;
    }

    .thank-img {
        margin: 10px;
        width: 90%;
    }

    .thank-cont {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .thank-info {
        font-size: 20px;
        text-align: center;
    }

    .thank {
        padding: 0px;
    }

    .thank-btn p {
        margin-bottom: 0px;
        font-size: 15px;
        font-weight: 600;
    }
}


.asking,
.asking:hover {
    padding: 6px 11px;
    font-size: 15px;
    position: fixed;
    bottom: 120px;
    font-weight: 600;
    right: 10px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s ease-in-out;
    background-color: #016773;
    color: #fff;
    border-radius: 320px;
    z-index: 1;
}

.asking i {
    color: #fff;
    font-size: 25px;
}

.whatsapp-images {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 1;
    padding: 5px;
    transition: all .5s ease-in-out;
    background-color: rgb(76, 192, 76);
    border-radius: 50%;
    padding: 8px;
}


.whatsapp-images a {
    font-size: 18px;
    color: rgb(76, 192, 76);
    display: flex;
    align-items: center;

}

.whatsapp-images a:hover {
    color: rgb(76, 192, 76);
}

.whatsapp-images a i {
    font-size: 20px;
    color: #ffff;
}



.whatsapp-images:hover i {
    display: block;
    transition: .2s ease-in;
}

.to-top.active {
    bottom: 30px;
    right: 10px;
    pointer-events: auto;
    opacity: 1;
    color: #000;
    z-index: 1;
    /* display: none; */
}

.to-top {
    background: #fff;
    position: fixed;
    bottom: 900px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    padding: 10px;
    border: 1px solid #939598;
}

.to-top i {
    font-size: 20px;
}



.modal-backdrop.fade {
    opacity: 0 !important;
    z-index: 1;
}

.catalog-modal .modal-content {
    border: 1px solid #025c9b;
}

.catalog-modal .modal-header {
    display: flex;
    justify-content: center !important;
    background-color: #01c071;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.catalog-modal .modal-header h1 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.catalog-modal .modal-footer {
    border-top: none;
}

.catalog-modal .modal-footer button {
    padding: 5px 15px;
    background-color: #01c071;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 5px;

}

.catalog-modal .modal-body ul {
    list-style-type: none;
    padding-left: 0px;
    padding: 10px;
    margin-bottom: 0px;
}

.catalog-modal .modal-body ul li {
    display: block;

}

.catalog-modal .modal-body ul li a {
    display: flex;
    align-items: baseline;
    color: #000;
    font-size: 15px;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
}

.catalog-modal .modal-body ul li a i {
    padding: 8px;
    background-color: #025c9b;
    color: #ffff;
    margin-right: 8px;
}

.heading h1 {
       text-align: center;
    font-size: 27px;
    font-weight: 800;
    padding-bottom: 3px;
    margin-bottom: 1px;
    color: #fb7a00;
}

.heading2 h2,
.heading2 h3,
.heading2 h4,
.heading2 h5,
.heading2 h6 {
        font-size: 26px;
    color: rgb(5 144 153);
    font-weight: 900;
    position: relative;
    text-align: center;
    margin-bottom: 3px;
}

.home-ftr-prd {
    margin-top: 60px;
}

.nav_jeff .nav-link {
    padding: 2px 13px;
    font-weight: 600;
}

.pds-content-show .sub-div {
    padding: 20px !important;
    margin-top: 3px !important;
}

.sub-div h3 {
    font-weight: 600;
    color: #1d4d93;
    font-size: 24px;
}

.related-product h2,
.related-product h3,
.related-product h4,
.related-product h5,
.related-product h6 {
   font-weight: 600;
    color: #07767c;
    font-size:27px;
    margin-bottom: 22px;
    text-align: center;
}

.best_title h2,
.best_title h3,
.best_title h4,
.best_title h5,
.best_title h6 {
    /* display: flex
; */
    /* background: linear-gradient(45deg, #082e7bc7, #5469dfc9); */
    font-size: 17px;
    color: #082e7b;
    padding: 4px 10px 12px 10px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.best_title {
    text-decoration: none;
}

.recm-title h2,
.recm-title h3,
.recm-title h4,
.recm-title h5,
.recm-title h6 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
       color: #000000d6;
}
.sub_df h2, .sub_df h3,  .sub_df h4,  .sub_df h5,  .sub_df h6{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 3px 0px;
}

.ftr-title h2,
.ftr-title h3,
.ftr-title h4,
.ftr-title h5,
.ftr-title h6 {
    display: flex;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 2px;
    font-weight: 600;
       color: #016773;
}

@media(min-width:300px) and (max-width:1200px) {
    .banner-image img {
        display: none !important;
    }

    .has-info {
        display: none !important;
    }

    .home-category-section {
        margin-top: 28px;
    }

    .home-products-section {
        margin-top: 42px;
    }

    .mobile-menu i {
        position: absolute;
        right: 0px;
        top: 9px;
        font-size: 25px !important;
        color: #12438c;
    }

    .about-image img {
        display: none !important;
    }

    .about-image {
        display: none !important;
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .hc-item {
        width: 25%;
    }

    .home-about-section {
        display: none;
    }

    .home-about-section {
        display: none !important;
    }

    .product-item {
        width: 25%;
    }

    home-ftr-prd {
        margin-top: 40px;
    }

    .ftr-item {
        width: 33.33%;
    }

    .rp-box .owl-carousel .catagory-image a {
        width: 80%;
    }
}

@media(min-width:768px) and (max-width:990px) {
    .hc-item {
        width: 33.33%;
    }

    .product-item {
        width: 33.33%;
    }

    .ftr-item {
        width: 50%;
    }

    .top_header {
        background: #0e418b0d;
        padding: 3px 0px !important;
    }

    .header-logo-img img {
        width: 149px !important;
    }
}

@media(min-width:300px) and (max-width:767px) {
    .header-logo-img img {
        width: 149px !important;
    }

    .top_header {
        background: #0e418b0d;
        padding: 5px 0px 10px;
    }

    .side-search-form {
        margin-top: 7px;
    }

    .mobile-menu i {
        position: absolute;
        right: 18px !important;
        top: 5px !important;
        font-size: 25px !important;
        color: #12438c !important;
    }
}

@media(min-width:400px) and (max-width:767px) {
    .hc-item {
        width: 50%;
    }

    .product-item {
        width: 50%;
    }

    .ftr-item {
        width: 100%;
    }
}

@media(min-width:300px) and (max-width:399px) {
    .hc-item {
        width: 100%;
    }

    .product-item {
        width: 100%;
    }
}

@media(min-width:300px) and (max-width:399px) {
    .mobile-menu i {
        position: absolute;
        top: 16px;
        right: 0px;
        color: #12438c;
        font-size: 24px;
    }
}

@media(min-width:300px) and (max-width:991px) {
    .address-icon {
        display: none;
    }
}

.ctgr-title h2,
.ctgr-title h3,
.ctgr-title h4,
.ctgr-title h5,
.ctgr-title h6 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 4px 10px 0px 10px;
    font-size: 17px;
    font-weight: 600;
       color: #03949c;
    margin-bottom: 0px;
}

.ctgr-title {
    text-decoration: none;
}

.prod_title h2,
.prod_title h3,
.prod_title h4,
.prod_title h5,
.prod_title h5 {
    margin-bottom: 0px;
    display: block;
    background-color: #1d4d93cf;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    /* width: 100%; */
    color: #fff;
}


.prod_title h2,
.prod_title h3,
.prod_title h4,
.prod_title h5,
.prod_title h6 {
    margin-bottom: 0px;
    display: block;
    background-color: #1d4d93cf;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    /* width: 100%; */
    color: #fff;
    position: relative;
}

.prod_title {
    text-decoration: none;
}

.log_text h2,
.log_text h3,
.log_text h4,
.log_text h5,
.log_text h6 {
    font-size: 17px;
    font-weight: 600;
        color: #03949c;
    /* height: 60px; */
    /* display: flex
; */
    /* justify-content: center; */
    align-items: center;
    padding: 10px;
    margin-bottom: 0px;
}

.sps-title h2,
.sps-title h3,
.sps-title h4,
.sps-title h5,
.sps-title h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #1d4d93;
}

.compare_link h2,
.compare_link h3,
.compare_link h4,
.compare_link h5,
.compare_link h6 {
    text-decoration: none;
    color: #255296;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;

}

.compact table a img {
    width: 190px;
    height: 190px;
    padding: 10px;
    /* width: 60%; */
    object-fit: contain;
}

.related_title h2,
.related_title h3,
.related_title h4,
.related_title h5,
.related_title h6 {
   text-decoration: none;
    color: #000000d6;
    font-size: 16px;
    padding: 0px 10px;
    font-weight: 600;
    text-align: center;
}

.hc-pro-title h2,
.hc-pro-title h3,
.hc-pro-title h4,
.hc-pro-title h5,
.hc-pro-title h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 47px;
    margin-bottom: 0px;
}