
    body, p
    {
        font-family: "Lato", sans-serif;

    }

    a
    {
        text-decoration: none;
    }
  
    h1, h2, h3, h4, h5, h6
    {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }
    
    ul.navbar-nav li a
    {
        text-transform: uppercase;
    }

    ul.navbar-nav li img {
        height: 32px;
        width: 32px;
        object-fit: contain;
    }
 
    .user-cart {
        position: relative;
    }
    span.product-count {
        position: absolute;
        top: -8px;
        right: -15px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        border-radius: 100%;
        font-size: 11px;
        font-weight: 500;
        display: inline-block;
        text-align: center;
        color: #ffffff;
    }
    .offcanvas-body {
        max-width: 1660px;
        justify-content: space-between;
    }

    header .container-fluid {
        text-align: center;
        margin: 0 auto;
    }

    header.desk_header {
        position: sticky;
        top: 0;
        z-index: 9;
        background-color: #fff;
        left: 0;
        right: 0;
        width: 100%;
    }
   
    .navbar-toggler-icon {
        filter: brightness(0);
        width: 40px;
    }
    .cat-wrap h6 {
        color: #00ADEF;
    }
    button.btn-close.btn-close-white.text-reset {
        filter: brightness(0);
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .user-cart a svg, .user-cart img {
        height: 20px;
    }

    .user-cart {
        display: flex;
        column-gap: 35px;
    }
/* 
    .readmore {
        display: none;
    } */
    .modal-body .carreer-intro {
        margin-bottom: 15px;
    }

    .modal-body .carreer-intro:after {
        display: none;
    }

    @media(max-width:767px)
    {
        .logo-wrap img {
            width: 100%;
            max-width: 90px;
        }
        nav.navbar {
            padding: 20px 0px;
        }
        .gallery-inner nav .nav > * {
            width: 45%;
            padding: 14px;
        }
        
        .gallery-inner nav .nav {
            flex-direction: row;
            flex-wrap: wrap;
            column-gap: 10px !important;
            row-gap: 10px;
        }
        .hide-xs {
            display: none;
        }
        .copyright-text {
            text-align: center;
        }
        .developed-by {
            text-align: center;
        }
    }
   
    @media(min-width:768px)
    {
        .carreer-intro {
            position: relative;
        }
        .career-footer:before {
            content: "";
            background: linear-gradient(0deg, #ffffff, #00000000);
            position: absolute;
            width: 100%;
            height: 42%;
            z-index: auto;
            right: 0;
            top: -28px;
        }
        .career-footer {
            background-color:#fff;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px;
        }

        .career-col .career-box {
         
            max-height: 440px;
            min-height: 440px;
            overflow: hidden;
        }

        /* width */
        .carreer-intro::-webkit-scrollbar {
    width: 6px;
  }
  .career-box {
    position: relative;
}
div#readmoreModel .carreer-intro
{
    height: auto;
    overflow: auto;
    max-height: none;
}
div#readmoreModel .carreer-intro:after
{
    display: none;
}
button.readmore {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
    position: absolute;
    right: 35px;
    bottom: 23px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}
.carreer-intro .readmore {
    display: block;
}

div#readmoreModel button.readmore
{
    display: none;
}

div#readmoreModel .modal-dialog {
    max-width: 60%;
}
  /* Track */
  .carreer-intro::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .carreer-intro::-webkit-scrollbar-thumb {
    background: #00ADEF; 
  }
  
  /* Handle on hover */
  .carreer-intro::-webkit-scrollbar-thumb:hover {
    background: #333; 
  }

        .hide-md {
            display: none;
        }
        .row.form-inner > * {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .user-cart {
            order: 3;
        }
        .logo-wrap {
            order: 1;
        }
        div#navbarOffcanvas {
            order: 2;
        }

        .logo-wrap img {
            width: 100%;
            max-width: 165px;
        }
        .offcanvas-body {
            margin-left: auto;
        }
        .user-cart img {
            max-width: 40px;
        }

        .footer-logo p + img {
            width: 90%;
            object-fit: contain;
        }
        
       .footer-logo {
            max-width: 353px;
        }

    }

@media(max-width:767px)
{
    button.navbar-toggler {
        color: #000;
        opacity: 1;
        filter: brightness(0);
        border: 0;
        padding: 0;
        background-image: url(../../assets/images/menu.png);
        height: 34px;
        width: 45px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    button:focus:not(:focus-visible) {
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
    }

    button.navbar-toggler span {
        display: none;
    }
    .user-cart svg {
        width: 40px !important;
        fill: #000000;
    }
    .user-cart {
        column-gap: 26px;
    }
}

    @media(min-width:768px) and (max-width:1640px)
    {
        p
        {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #231F20;
        }

        .container-xxl {
  
            padding-right: calc(var(--bs-gutter-x) * 1.5);
            padding-left: calc(var(--bs-gutter-x) * 1.5);
         
        }

    }

    @media(min-width:1641px)
    {
        p
        {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #252525;
        }
    }
    .modal-dialog {
        max-width:48%;
 
    }
    .cta-banner.container-fluid a.primary-btn:hover {
        background-color: #fff !important;
        color: #333;
    }
    .wa-button:hover img 
    {
        background-color: #252525;

    }

    body .honyun_shop .product-info h5, body .related-sec .product-info h5 {
        color: #231F20;
        opacity: 1;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 4px;
    }

    body .honyun_shop .product-info h3, body .related-sec .product-info h3 {
        color: #00ADEF;
        font-weight: 700;
    }

    body .related-sec  .product-info span {
        letter-spacing: 0.96px;
        color: #000000;
        opacity: 1;
        font-size: 14px;
        text-align: center;
        display: block;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .honyun_shop .cat-holder  .swiper-slide .image-box
    {
        flex-direction: column;
    }

    .related-sec  .swiper-slide .image-box
    {
        flex-direction: column;
    }

    .user-cart a:hover svg {
        fill: #00adef;
    }

    .wa-button img {
        background-color: #00adef;
        padding: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .wa-button img {
        max-width: 48px;
    }

    ul.navbar-nav li {
        margin-right: 35px;
    }
    ul.navbar-nav li a:hover {
        color: #00adef;
    }
    .gallery-inner nav button:hover {
        background-color: #00adef;
    }
    ul.navbar-nav li a {
        text-align: left;
        font: normal normal bold 15px/60px Montserrat;
        letter-spacing: 0px;
        color: #231F20;
        opacity: 1;
    }

    .honyun-banner .item img {
        width: 100%;
        object-fit: cover;
    }
    .honyun-banner .owl-buttons .owl-next i  {
        font-size: 34px;
        color: #fff;
        padding: 0;
        line-height: 43px;
        text-align: center;
        display: block;
        position: relative;
        left: 2px;
    }
    .honyun-banner .owl-buttons .owl-prev i {
        font-size: 34px;
        color: #fff;
        padding: 0;
        line-height: 43px;
        text-align: center;
        display: block;
        position: relative;
        left: -2px;
    }

    .honyun-banner .owl-buttons .owl-next {
        position: absolute;
        top: 50%;
        right: 35px;
        background-color: #00ADEF;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        text-align: center;
        line-height: 45px;
        padding: 0;
        margin: 0;
        transform: translate(0px, -50%);
    }

    .honyun-banner .owl-buttons .owl-prev {
        position: absolute;
        top: 50%;
        left: 35px;
        background-color: #00ADEF;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        text-align: center;
        line-height: 45px;
        padding: 0;
        margin: 0;
        transform: translate(0px, -50%);
    }

    .honyun-banner {
        position: relative;
    }
   
    .honyun-banner .banner-content p {
        font: normal normal 600 18px/30px Lato;
        letter-spacing: 0px;
        color: #231F20;
        max-width: 310px;
    }

    h6 {
        font: normal normal bold 14px/20px Montserrat;
        letter-spacing: 0px;
        color: #231F20;
    }

    .about-image {
        text-align: center;
        margin: 0 auto;
    }

    .about-image img {
        width: 100%;
    }

    .about-sec {
        background: transparent url(../../assets/images/about_bg.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .logo {
        position: relative;
    }
    
    .logo:before {
        content: "";
        background-image: url(../../assets/images/logo-icon-1.png);
        width: 25px;
        height: 25px;
        background-position: center;
        position: absolute;
        left: -27px;
        top: -4px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    input.primary-btn {
        border: 0;
        padding: 10px 40px;
        height: auto;
        min-height: auto;
    }
    .primary-btn {
        background-color: #00ADEF;
        color: #fff;
        font-size: 15px;
        padding: 12px 30px;
        font-weight: 500;
        font-family: Montserrat;
        border: 0;
        border-radius: 0;
    }
    .primary-btn:hover {
    background-color: #231F20;
    cursor: pointer;
    }

    .secondary-btn {
        background-color: #231F20;
        color: #fff !important;
        font-size: 15px;
        padding: 12px 30px;
        font-weight: 700;
    }
    .secondary-btn.active {
    background-color: #00ADEF !important;
    }

    h6.logo {
        left: 30px;
        display: inline-block;
    }
    .footer-menu.contact ul li {
        margin-bottom: 12px;
    }
    
    .footer-menu.contact  ul {
        display: grid;
        grid-template-columns: auto auto;
    }
    .footer-logo img {
        max-height: 110px;
    }
   .footer-logo .f-logo {
        max-width: 179px;
        height: auto;
        object-fit: contain;
    }
    .hours {
        font: normal normal 600 14px/30px Montserrat;
        letter-spacing: 0px;
        color: #B5B5B5;
    }
    .timming {
        font: normal normal 600 15px/18px Lato;
        letter-spacing: 0px;
        color: #3D3D3D;
    }

    .footer-logo p {
      font-size: 14px;
    }

    footer {
        background-color: #EDEEF1;
    }

    .bottomfooter {
        color: #fff;

    }

    .bottomfooter .border-top  {
        border-top: 1px solid #B4B4B4 !important;

    }

    .copyright-text p {
        text-align: left;
        margin-bottom: 0;
        font-size: 12px;
        letter-spacing: 0px;
        color: #231F20;
        font-weight: 600;
    }

    .developed-by img {
        width: 23px;
        position: relative;
        top: -2px;
    }
    
    .developed-by a {
        color: #231F20;
        font-size: 12px;
        font-weight: 600;

    }
   .developed-by {
        text-align: right;
    }

    .footer-menu h4 {
        margin-bottom: 14px;
        font: normal normal 600 18px/27px Montserrat;
        letter-spacing: 0px;
        color: #00ADEF;
    }

   .footer-menu ul li {
        margin-bottom: 12px;
    }

    .footer-menu ul li a, .footer-menu ul li {
        letter-spacing: 0px;
font-weight: 600;
        opacity: 1;
letter-spacing: 0px;
color: #3D3D3D;
font-size: 14px;
    }
   .footer-menu ul {
        list-style: none;
        padding-left: 0;
    }

    .contact ul li {
        margin-bottom: 0;
    }

    .contact ul li {
        display: flex;
    }

    .contact ul li span {
        min-width: 75px;
    }

    ul.navbar-nav.setNav span {
        position: relative;
    }
  
    .solution {
      background-color: #EDEEF1;
    }

    .hide-content {
        text-align: center;
    }

    .solution-icon img {
        height: 45px;
        width: 45px;
        object-fit: contain;
    }
    
    .solution-icon {
        background-color: #00ADEF;
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 100px;
        text-align: center;
        line-height: 70px;
        margin-bottom: 15px;
    }

    .solution-inner
    {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .renovation
    {
        background-image: url(../../assets/images/handy.jpg);
    }
    
    .electrical
    {
        background-image: url(../../assets/images/electrician-s-hand-installing-power-socket-home.jpg);
    }
    
    .plumber
    {
        background-image: url(../../assets/images/plumber-using-wrench-repair-water-pipe-sink.jpg);
    }
    
    .slide-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .slide-heading h3 {
        font-size: 20px;
        margin: 0;
        padding-left: 30px;
    }
    
    .slide-heading {
        background-color: #fff;
        height: 70px;
        display: flex;
        align-items: center;
        width: calc(100% - 70px);
    }
    .slide-icon img {
        width: 42px;
        height: 42px;
    }
    .slide-icon {
        background-color: #00ADEF;
        display: inline-block;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
    }
    .text-center h6.logo {
        left: 10px;
    }
    .gallery-details .image-box img {
        height: 100%;
        min-height: 470px;
        object-fit: cover;
        object-position: top;
    }

    .honyun_shop .cat-holder a.primary-btn.floated, body .related-sec a.primary-btn.floated {
        position: absolute;
        top: 50%;
        padding: 10px 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: max-content;
        opacity: 0;
    }
    .honyun_shop .cat-holder .swiper-slide:hover  a.primary-btn.floated, body .related-sec  .swiper-slide:hover  a.primary-btn.floated {
  
        opacity: 1;
    }
    .honyun_shop .swiper-slide .image-box:hover {
        border-color: #00adef;
    }
    .honyun_shop .cat-holder .swiper-slide {
        position: relative;
    }
    .gallery-details .image-box {
        min-height: 470px;
    }
    .solution-inner:hover .slide-content {
        transform: translateX(100%);
        transition: .1s ease-in;
        cursor: pointer;
    }
    .hide-content {
        background-color: #00000085;
        color: #fff;
        position: absolute;
        opacity: 0;
        transition: .2s ease-out;
        top: 0;
        height: 100%;
    }
    .solution-inner:hover  .hide-content  {
        opacity: 1;
        transition: .2s ease-in;

    }
    .solution-inner {
        position: relative;
        min-height: 344px;
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
    }
    
    .solution-inner {
        overflow: hidden;
        cursor: pointer;
    }
    .slide-content {
        transition: .1s ease-out;
        transform: none;
        overflow: hidden;
    }

    .hide-content p {
        color: #fff;
        font-size: 16px;
    }
    
    .hide-content h4 {
        font-size: 20px;
    }
    .hide-content {
        background-color: #00000085;
        color: #fff;
    }
    
    .gallery-inner nav .nav {
        column-gap: 30px;
        border: 0;
    }
    
    .gallery-inner nav button {
        border: 0;
        text-align: center;
        font: normal normal bold 14px/20px Montserrat;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-weight: 600;
        padding-left: 35px;
        padding-right: 35px;
    }

    .gallery-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gallery-box .gallery-wrap img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .gallery-icon img {
        width: 25px;
        height: 18px;
    }
    .gallery-box {
        border: 0.5px solid #A8A8A8;
    }
    .gallery-icon {
        background-color: #00ADEF;
        display: inline-block;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
    }
    .gallery-icon:hover
    {
        cursor: pointer;
        background-color: #231F20;
    }
    .gallery-heading {
        background-color: #fff;
        height: 70px;
        align-items: center;
        width: calc(100% - 70px);
    }

    .gallery-box img {
        transition: .4s ease-out;
        transform: scale(1);
    }
    
    .gallery-box, .gallery-wrap {
        overflow: hidden;
    }
    .gallery-box:hover img {
        transition: .4s ease-in;
        transform: scale(1.05);
        cursor: pointer;
    }
    .gallery-heading h5 {
        font-size: 16px;
        margin-bottom: 2px;
        font-weight: 700;
        margin-top: 13px;
    }
    .gallery-heading {
        padding-left: 30px;
    }
    .why-title h1 img {
        max-height: 60px;
    }
    .certifications .swiper-slide {
        margin: 20px;
    }

    .certifications .image-box img {
        width: 100%;
    }
    
    .certifications .honyun-banner .owl-buttons .owl-prev
    {
        left: 0;
    }

    .certifications .honyun-banner .owl-buttons .owl-next
    {
        right: 0;
    }
    
    .cta-banner h6 {
        color: #fff;
    }
    .cta-banner.container-fluid {
        min-height: 240px;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        color: #fff;
    }
    .cta-banner {
        background-image: url(../../assets/images/2.jpg);
    }
    .text-right
    {
        text-align: right;
    }
    .cta-banner .logo:before {
        background-image: url(../../assets/images/logo-icon-2.png);
       
    }

    .certifications-row .swiper-slide span {
        font-weight: 600;
        display: block;
        text-align: center;
        font-size: 15px;
        margin: 10px;
    }

    .accreditations p {
        font-weight: 600;
    }

    .certifications-row .image-box img {
        width: 100%;
    }

    .services {
    background: transparent url(../../assets/images/about_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.renovation-sec {
    background: transparent url(../../assets/images/revonation-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.electrical-sec {
    background: transparent url(../../assets/images/electrical-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.plumbing-sec {
    background: transparent url(../../assets/images/plumbing-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.enquiry-section {
    background: transparent url(../../assets/images/3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.light-text, .light-text p, .light-text h6
{
    color: #fff;
}

.light-text .logo::before
{
    background-image: url(../../assets/images/logo-icon-2.png);
}

.about-service-wrap {
    background-color: #EDEEF1;
}

.form-inner input:not(input[type="submit"]), .form-inner textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #9F9F9F;
    opacity: 1;
    font-size: 15px;
    font-family: 'Montserrat';
    border: 0;

}
.form-inner input[readonly] {
    color: #000 !important;
}

.form-inner textarea {
    min-height: 130px;
    padding-top: 13px;
}

.about-image {
    position: relative;
}

.service-icon img {
    width: 45px;
    height: 45px;
}
.service-icon {
    width: 65px;
    height: 65px;
    background-color: #00adef;
    line-height: 65px;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.wa-button {
    position: fixed;
    right: 0;
    bottom: 6%;
}

.career-box ul li::marker {
    color: #00ADEF;
    font-size: 17px;
    display: flex;
}
.career-box ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #00ADEF;
    position: absolute;
    left: -18px;
    top: 10px;
}

.career-box ul li {
    position: relative;
    list-style: none;
}
.career-box ul {
    margin-bottom: 22px;
}

.career-box h5 {
    font-size: 18px;
}
.career-box h4 {
    font-size: 22px;
}
.career-box p {
    letter-spacing: 0px;
    color: #231F20;
    line-height: 25px;
    font-weight: 500;
}
.career-box ul li {
    margin-bottom: 6px;
}
.career-box ul {
    padding-left: 17px;
}
.career-col .career-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #9F9F9F;
    opacity: 1;
    padding: 35px;
}

.job-modal .modal-dialog
{
    max-width: 100%;
}

.job-modal 
{
    background: none;
}
.job-modal .modal-content
{
    background: none;
    border: 0;
}
.popup-form {
    background-color: #EDEEF1;
}
.job-modal .popup-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.job-modal .form-inner textarea {
    min-height: 100px;
    padding-top: 13px;
}
.job-modal .form-inner input:not(input[type="submit"]) {
    min-height: 43px;
    font-size: 13px;
  
}
.job-modal input[type="file"] {
    padding-top: 13px;
    height: 52px;
}
.popup-form button.btn-close {
    position: absolute;
    right: 38px;
    top: 33px;
    opacity: 1;
}
.job-modal .popup-image
{
    padding-right: 0 !important;
}
.about-project
{
    background-color: #EDEEF1;
}
.popup-form {
    padding: 2rem !important;
}
.contact-map img {
    width: 100%;
}
.contact-sec form .form-row .form-col {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #9F9F9F;
    border-radius: 5px;
    opacity: 1;
    padding: 0;
}

.contact-icon.call img {
    width: 24px;
}

.contact-icon img {
    width: 30px;
    height: 30px;
}

.contact-icon {
    background-color: #00ADEF;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.contact-section {
    background: transparent url(../../assets/images/contact-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section h1 {
    font-size: 38px;
}

    @media(min-width:768px)
    {
        .job-modal .popup-image img {
            max-height: 555px;
           
        }
       
        .honyun-banner .banner-content {
            position: absolute;
            top: 50%;
            left: 40px;
            bottom: 0;
            transform: translate(100px, -50%);
        }
        .solution h1, .gallery h1, .services h1 {
            max-width: 700px;
            margin: 0 auto;
        }
        .honyun-banner .banner-content {
            max-width: 500px;
        }
        
        .honyun-banner .banner-content h1 {
            font: normal normal 600 45px/60px Montserrat;
            letter-spacing: 0px;
            color: #231F20;
        }
        .certifications-row .image-box img {
            width: 100%;
            max-height: 430px;
            min-height: 430px;
            object-fit: cover;
        }
    }

    a.nav-link {
        text-align: center;
    }

/* global shop */

.honyun_order-details .form-wrapping .form-group input:not([type=submit]) {
    display: grid;
    width: 100%;
}

.g-recaptcha + label {
    text-align: left !important;
}
.g-recaptcha {
    margin-bottom: 21px;
}

ul.pagination li a {
padding: 0;
color: #333;
background: none;
text-decoration: none;
line-height: normal;
}
a.page-link {
border: 0;
}

ul.pagination {
display: flex;
column-gap: 14px;
align-items: center;
}

ul.pagination li a.active {
color: #3585CA;
background: none;
border: 0;
padding: 0;
line-height: normal;
margin: 0;
}

div#sync2 .owl-item img {
width: 100%;
width: 75px;
height: 75px;
object-fit: contain;
}
h3.text-center.no-p {
font-size: 18px;
margin-top: 10px;
}
.address-card {
position: relative;
}
.address-card i {
position: absolute;
right: 24px;
top: 50%;
transform: translate(10px, -50%);
cursor: pointer;
}

.g-checkout div label {
margin-bottom: 4px;
}

.g-checkout div label, .g-checkout div input {
display: grid;
width: 100%;
}

@media(min-width:768px)
{
div#sync2 .owl-wrapper {
display: flex !important;
flex-direction: column;
transform: none !important;
max-height: 416px;
overflow-y: auto;
min-width: 100%;
height: 100%;
min-height: 400px;
}
}

ul.pagination li a {
    padding: 0;
    color: #333;
    background: none;
    text-decoration: none;
    line-height: normal;
}
a.page-link {
    border: 0;
}

ul.pagination {
    display: flex;
    column-gap: 14px;
    align-items: center;
}

ul.pagination li a.active {
    color: #00adef;
    background: none;
    border: 0;
    padding: 0;
    line-height: normal;
    margin: 0;
}
.honyun_shop .cat-content .swiper-slide .image-box img {
    object-fit: contain;
}

body .honyun_shop .product-info h3 bdi, body .related-sec .product-info h3 bdi {
    color: #aeaeae;
    text-decoration: line-through;
    font-weight: 600;
}
.product-price-single bdi {
    color: #d2d2d2;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 2px;
}
@media(min-width:1700px)
{
    .container-xxl, .container-xxl {
        max-width: 1600px;
    }
    p
    {
font-size: 20px;
line-height: 30px;
letter-spacing: 0px;
color: #252525;
    }
    .honyun_cart .proceed.form {
  
        font-size: 18px;
    }

ul.navbar-nav li {
    margin-right: 35px;
}

ul.navbar-nav li a {
    text-align: left;
    font: normal normal bold 18px/60px Montserrat;
    letter-spacing: 0px;
    color: #231F20;
    opacity: 1;
}

.honyun-banner .banner-content h1 {
    font: normal normal 600 54px / 65px Montserrat;
}

.honyun-banner .banner-content {
    max-width: 650px;
}
h6 {
    font: normal normal bold 16px / 24px Montserrat;

}
.developed-by a {
    font-size: 14px;
}

.copyright-text p {
    font-size: 14px;

}

.footer-logo p {
    font-size: 16px;
}
.footer-menu h4 {
    font: normal normal 600 20px / 29px Montserrat;

}

.footer-menu ul li a, .footer-menu ul li {

    font-size: 16px;
}
}

.show-read-more .more-text{
    display: none;
}
span.hidden {
    display: none;
}

span.hidden.visible {
    display: inline;
}

.intro-wrap {
    margin-bottom: 20px;
}

.intro-wrap a
{
    color: #00adef; 
}

.hidden-it {
    display: none;
}
span.show-read-more {
    font-size: 14px;
    font-weight: 500;
}
.career-box ul {
    padding-left: 17px;
}

.modal-content .career-box ul {
    height: auto;
    max-height: max-content;
}

.intro-wrap {
    max-height: 119px;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}