@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


@font-face {
    font-family: 'kanitextralight';
    src: url('../fonts/kanit-extralight-webfont.woff2') format('woff2'),
         url('../fonts/kanit-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'kanitmedium';
    src: url('../fonts/kanit-medium-webfont.woff2') format('woff2'),
         url('../fonts/kanit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'kanitregular';
    src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'),
         url('../fonts/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'kanitsemibold';
    src: url('../fonts/kanit-semibold-webfont.woff2') format('woff2'),
         url('../fonts/kanit-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kanitbold';
    src: url('../fonts/kanit-bold-webfont.woff2') format('woff2'),
         url('../fonts/kanit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kanitextrabold';
    src: url('../fonts/kanit-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/kanit-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
    font-family: 'Kanit', sans-serif;
}
.blue-heading {
    color: #D8488C;
}
.common-heading{
    font-family: kanitbold ;
}
.sub-heading{
    font-family: kanitsemibold ;
}
.paragraph{
    font-size: 0.9rem;
    color: #575757;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #D8488C;
}

/* navbar css */
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.contacts-link {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: inline-block;
}
.contacts-link li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #D8488C;
    padding-right: 3px;
}
.contacts-link li a {
    color: #575757;
    padding: 0 4px;
    font-size: 0.9rem;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
   
    letter-spacing: 0.2px;
    font-weight: normal;
}
.contacts-link li a i{
    color: #D8488C;
}
.contacts-link li a:hover {
    color: #D8488C;
}
.contacts-link li:last-child {
    border-right: 0px solid #fff;
    padding-right: 0px;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.social-icons li a {
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #D8488C;
    color: #D8488C;
    display: inline-block;
    transition: 0.3s;
    margin: 0 3px;
    font-size: 13px;
    font-family: 'teko';
}
.social-icons li a:hover {
    background: #D8488C;
    color: #fff;
    border: 1px solid #D8488C;
}
.top-links{
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 5;
}
.navbar-nav .btn{
    padding: 7px 0px;
}
.download-btn{
    color: black;
    text-decoration: none;
    padding: 10px 13px;
    background-color: #D8488C;
    font-size: 16px;
    font-family: kanitregular;
    border: 1px solid #D8488C;
    transition: 0.3s;
}
.download-btn:hover{
    color: #D8488C;
    background-color: white;
}
.navbar-light .navbar-nav .nav-link{
    color: black;
    font-family: kanitregular;
}
.nav-link:hover{
    color: #D8488C !important;
}

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  
  .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
      padding: 0;
  }
.dropdown-item{
    font-family: kanitregular;
    padding: 0.5rem 1rem;
    font-weight: normal;
    font-size: .8rem;
}
.dropdown-divider{
    margin: 0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #D8488C;
}

/* banner slider css */

/*CSS for Banner1*/
.mobile-view-only{
    display: none;
}

.carousel-indicators [data-bs-target]{
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.banner .carousel-caption h1{
    color: black;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.banner .carousel-caption p{
    color: black;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 2px;
}
.banner .carousel-caption{
    position: absolute;
    left: 8%;
    top:25%;
    text-align: left;
    width: 40%;
}
.banner-btn{
    padding: 5px 20px;
    color: #fff;
    background: transparent;
    border: 2px solid #D8488C;
   font-family: kanitbold;
    background-color: #D8488C;
    transition: 0.3s;
    margin: 5px 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-btn:hover {
    color: #D8488C;
    background: transparent;
}
.banner-btn:focus {
    color: #D8488C;
    background: transparent;
}
.carousel-indicators [data-bs-target]{
    background-color: #D8488C;
}
.carousel-indicators {
    bottom: 20px;
}
.banner-none{
    display: none;
}
.header-mob{
    position: unset;
}
.navbar-brand img{
    width: 240px;
}


/*About us*/


.about-us{
    padding: 60px 0;
}
.common-btn{
    padding: 5px 20px;
    color: #fff;
    background: transparent;
    border: 2px solid #D8488C;
    font-weight: 600;
    background-color: #D8488C;
    transition: 0.3s;
    margin: 5px 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-family: kanitbold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.common-btn:hover {
    color: #D8488C;
    background: #fff;
}
.common-btn:focus {
    color: #D8488C;
    background: #fff;
}
h1{
   color: black;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;    
}
p{
    font-size: 1rem;
    letter-spacing: 1px;    
}


/* service css */

.service{
    padding: 60px 0;
}

.service h4{
    font-family: kanitsemibold;
}

.service-card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   padding: 40px 30px 70px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 0.5rem;
   height: 100%;
   position: relative;
}
.service-card a{
    text-decoration: none;
    position: absolute;
    bottom: 33px;
   
}
.service-card p{
    font-size: 0.9rem;
    font-family: kanitregular;
}
.service-card a i{
    padding-left: 9px;
}
.service-card .img-wrapper i {
    font-size: 50px;
    color: #D8488C;
    margin-bottom: 5px;
}
.products .product-box p{
    background-color: #D8488C;
}
.read-more{
    text-decoration: none;
    transition: 0.3s;
    color: #D8488C;
}
.read-more:hover {
    color: #000;
    font-size: 0.9rem;
}
/* customer-section */

.customer{
    background-color: #ACC0B4;
    padding: 60px 0;
}
.customer-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
.customer-content h5 {
    color: #D8488C;
    margin: 0;
    font-weight: 600;
}
.customer-content p{
    color: #575757;
    font-weight: 600;
}
.textt{
    font-size: 0.8rem;
    margin-top: 10px;
    color: #575757 !important;
}
.customer-line{
    background-color: #fff;
    padding: 20px 30px;
}
.customer h1{
    color: white;
}



/* Team section */

.team-section{
    padding: 60px 0px;
    background: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.team-line a {
    text-decoration: none;
}
.team-line a i{
    padding-left: 7px;
}
.team-line{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team-line p {
    font-size: 0.8rem;
}
.team-section .owl-carousel .owl-stage-outer{
    padding-bottom: 40px;
}
.team-section .owl-nav{
    display: block !important;
}
.team-section .owl-nav .owl-prev{
    top: 40%;
    left: -4%;
    background: #D8488C;
    position: absolute;
}
.team-section .owl-nav .owl-next{
    top: 40%;
    right: -4%;
    background: #D8488C;
    position: absolute;
}


/* counter css */


.counter {
   
    padding: 20px 0;
    border-radius: 5px;
  }
  .counter i {
    font-size: 30px;
    color: #fff;
  }
  
  .count-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
  }
  
  .count-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
  }
  
  .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
  }
  .counter{
    background-color: #AEC2B6 ;
  }
  .counter .col{
    border-right: 1px solid #878b95;
  }
.border-cls{
    border-right: 1px solid  white;
}


  /* contact section */
  .contact h5{
    color: #D8488C;
    font-weight: 800;
    font-size: 1.4rem;
  }
  .contact a{
    color: black;
    text-decoration: none;
    padding: 10px 13px;
    background-color: #D8488C;
    font-size: 16px;
    font-family: kanitbold;
  }
  .contact .col-12{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .contact{
    background: url(../images/contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
  }


  /* footer section */

footer{
    padding: 35px 0;
    background-color: #ACC0B4;
    color: #000;
    padding-bottom: 0;
    position: relative;
}
.white-logo img {
    width: 240px;
}
footer h5{
    color: #000;
    font-weight: normal;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    /* border-bottom: 2px solid #ffffff5e;
    padding-bottom: 10px; */
}


.footer-list  li{
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 11px;
    position: relative;  
}
.footer-list li a{
    transition: 0.3s;
}
.footer-list li a:hover{
    padding-left: 10px;
    color: #D8488C;
}
.footer-list li i {
    font-size: 17px;
    padding-right: 7px;
}
.footer-list{
    padding: 0;
    list-style: none;
    margin-top: 1rem;
}
.footer-list a{
    text-decoration: none;
    color: #000;
}
.social--icons{
    list-style: none;
    margin: 0;
    padding: 0;
}
#media-icons li a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    
    transition: 0.3s;
    margin: 0 3px;
    padding-right: 0px !important;
}
#media-icons li a:hover{
    background-color: #D8488C;
    color: black;
    border: 1px solid #D8488C;
}
.img-box{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.copyright{
    padding-bottom: 30px;
}
.copyright hr{
    color: #D8488C;
}

/*Print service*/
.print-banner.main-banner{
    padding: 60px 0px;
    background: url(../images/print-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.circle-right{
    margin: 0;
    padding: 0;
    list-style: none;
}
.circle-right li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-family: 'kanitsemibold';
    color: #fff;
}
.circle-right li:before{
    content: "\f14d";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color:#d9261c;
    left: 0;
    top: 0px;
}

.all-printing-details {
    text-align: center;
    padding: 20px;
    transition: 0.4s;
}
.all-printing-details:hover {
    background: #d9261c;
    color: #fff!important;
}
.all-printing-details i{
    font-size: 44px;
    color: #D8488C;
}
.all-printing-details:hover i{
    color: #fff;
}
.all-printing-details h5{
    margin-top: 10px;
    font-size: 18px;
    font-family: 'kanitsemibold';
}
.all-printing {
    padding: 40px 0;
}
.be-printer{
    background: #000;
    padding: 20px;
}
.be-text-2 li{
    color: #575757;
}
.new-products {
    background: #D8488C;
    padding: 40px 0;
}
.new-products-details{
    background: #fff;
    padding: 28px;
}
.new-products-details h5{
    font-family: 'kanitsemibold';
}
.new-pro-dtls {
    padding: 8px;
    background: #dc3545;
    color: #fff;
}
.new-pro-dtls h4 {
    font-size: 18px;
}


/* about Page */

.inner-banner{
    background: url(../images/about-top-banner.png);
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcumb a{
    text-decoration: none;
    color: #ccc;
}
.breadcumb span{
    color: white;
}
.inner-banner h1{
    color: white;
}

.about-axelioinfo{
    padding: 60px 0;
}
.about-axelioinfo h2{
    font-weight: 800;
    font-size: 3rem;
    text-transform: uppercase;
    color: #D8488C;
}
.about-axelioinfo ul li{
    color: #fff;
    font-family: kanitregular;
}
.quality-ass{
    margin-top: 2rem;
}
.about-axelioinfo .container-fluid{
    padding: 60px 0;
    background-color: #00091d;
}
.quality-ass ul li{
    color: #00091d;
}
.about-axelioinfo img{
    border: 10px solid #e8e8e8;
    box-shadow: 2px 0px 10px #ccc;  
}



/* design facility page */

.design-section{
    padding: 60px 0;
}
.design-section h2{
   
    font-size: 2rem;
    
}
.design-section ul li{
    color: #00091d;
}

.design-section ul{
    position: relative;
}
.design-section ul li{
    list-style: none;
    line-height: 30px;
    font-family: kanitregular;
}
.design-section ul li:before{
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #D8488C;
    left: 0;
}

/* services page */

.our-services{
    padding: 60px 0px;
}
.our-services h1{
    margin-bottom: 2rem;
}
.our-services img{
    margin-bottom: 20px;
    border: 4px solid #d6e9ff;
    border-radius: 50%;
    padding: 24px;
}
.our-services .main-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.our-services .service-box{
    width: 20%;
}


/* contact page */

.contact-us{
    padding: 60px 0px;
}
.contact-us .btn{
    background-color: #D8488C;
    border-color: #D8488C;
}
.contact-us h4{
    font-weight: 800;
    font-size: 1.7rem;
}
.contact-us li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.contact-us .row{
    gap: 2rem;
    flex-wrap: nowrap;
}
.contact-us ul{
    padding: 0;
}
.form-row{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px;
}
.info-row{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px;

}
.contact-us ul li i{
    color: #D8488C;
    padding-right: 8px;
}

/*Inner Page*/
.mob-view-only {
    display: none;
}
.internal-banner{
    position: relative;
}
.internal-banner h1{
    font-size: 2.1rem;
    font-family: 'kanitextrabold';
    color: #333232;
}
.internal-page-heading {
    position: absolute;
    right: 0;
    left: 0;
    top: 44%;
    text-align: center;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrum-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    z-index: 0;
    background: rgb(0 0 0 / 60%);
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrum-bg ol li a {
    text-decoration: none;
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.inner-customer.customer{
    background: #bab5b5;
}


/*contact-us*/

.contact-us i{
    font-size: 4.3rem;
}
.contact-us i:hover{
    transform: rotate(360deg);
    transition: 0.7s;
}
.contact-us p{
     font-size: 1.2rem;   
}
.how-it-works-box {
    cursor: pointer;
    padding: 5px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    background: #fff;
    color: #000;
    border-bottom: 3px solid #d9261c;
}
.w-80{
    width: 80%;
    margin: 0 auto;
}
.form-control {
    border: 1px solid #d9261c61 !important;
}
.how-it-works-text{
    padding: 15px;
    padding-top: 20px;
}
.how-it-works-text label {
    color: #d9261c;
    padding: 15px auto;
    font-family: 'montserratbold';
}
.sc-shadow{
    box-shadow: 5px 0px 15px 0px #ccc;
}

.how-it-works-text p {
    margin-top: 7px;
    margin-bottom: 18px;
    line-height: 25px;
    font-size: 0.9rem;
    color: #000;
    transition: 0.3s;
}
.how-it-works-text i{
    color: #d9261c;
    display: block;
    font-size: 36px;
    padding-bottom: 12px;
    transition: 0.3s;
}
.how-it-works-box:hover{
    background: #d9261c;
}
.how-it-works-box:hover i{
    color: #fff;
}
.how-it-works-box:hover label {
    color: #fff;
}
.how-it-works-box:hover p{
    color: #fff;
}
.how-it-works-text span{
    font-family: 'montserratbold';    
    display: block;
}

/*privacy-policy*/
.privacy-policy h2{
    font-family: 'kanitbold';
    color: #1ba3a8;
}
.privacy-policy h4{
    font-family: 'kanitsemibold';
    color: #d9261c;
}

/* certification page */
.cert-section{
    padding: 60px 0px;
}
.cert-section img{
    border: 10px solid #e8e8e8;
    box-shadow: 2px 0px 10px #ccc;
    display: inline-block;
}


/* product page */

.product-section{
    padding: 60px 0px;
}


.product-section p{
    font-family: kanitregular;
}
.related-product{
    padding: 60px 0;
    background-color: #00091d;
}
/* .related-product p{
    background: none;
    font-size: 1rem;
} */

.related-product h2{
    font-family: kanitbold;
    margin-bottom: 2rem;
    color: white;
}
.product-carousel .owl-nav{
    display: block !important;
}
.related-product .owl-nav .owl-prev{
    top: 31%;
    left: -4%;
    background: #D8488C;
    position: absolute;
}
.related-product .owl-nav .owl-next{
    top: 31%;
    right: -4%;
    background: #D8488C;
    position: absolute;
}
.related-product .banner-btn{
font-size: 0.8rem;
}

/* blog page */
.blog{
    padding: 60px 0;
}
.blog-area i{
    color: #D8488C;
}
.published-data{
    font-size: 0.9rem;
    font-family: kanitregular;
}
.our-blog{
    padding: 100px 0;
}
.blog-box {
    border: 2px dashed #19c6ff;
    padding: 20px;
    height: 100%;
}
.text-blue{
    color: #19c6ff;
    text-decoration: none;
}
.text-blue:hover {
    color: #416d7a;
    text-decoration: none;
}
.blog hr.gray-line {
    border-bottom: 1px dashed #ccc;
}

/*Diagnostic-concerns*/
.diagnostic-concerns{
    background: url('../images/concerns-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 32px 0;
}
.diagnostic-box{
    border: 1px solid #d9261c;
    background: transparent;
    padding: 15px;
    text-align: center;
}
.diagnostic-box i{
    color: #d9261c;
    font-size: 32px;
    margin-right: 4px;
}
.diagnostic-box label{
    color: #575757;
    font-size: 15px;
    font-family: 'kanitbold';
    text-align: center;
}

/*Health-packages*/
.health-packages {
    background: linear-gradient( 270deg, rgb(28 159 164) 0, rgba(19,142,147,1) 63% );
    padding: 60px 0;
}
.packages-details{
    background: #fff;
    padding: 24px;
    text-align: center;
    transition: 0.3s;
}
.packages-details:hover {
    background: #d9261c;
    color: #fff;
}
.packages-details h6{
    font-family: 'kanitsemibold';
    margin-bottom: 15px;
}

.health-packages .owl-carousel .owl-item img {
    display: inline-block;
    padding: 35px;
}
.digital-marketing .packages-details h6 {
    margin-top: 20px;
}


/* single blog page */
.border-wide {
    border: 10px solid #d6e9ff;
}

@media screen and (max-width: 680px){
	.mob-view-only{display:block;}
	.desktop-view-only{display:none;}
	.internal-page-heading{display:none;}
    .footer-list{
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
    header{
        position: unset;
    }
    .top-links{
        position: unset;
    }
    .navbar-brand img{
        width: 160px;
    }
    .contact-us .row{
        gap: 2rem;
        flex-wrap: wrap;
    }
    .contact-us ul{
        padding: 0;
    }
    .design-section h2{
        font-size: 1.2rem;
    }
    .our-services .main-wrapper{
        flex-direction: column  ;
    }
    .our-services .service-box{
        width: 100%;
    }
    /* .banner{
        display: none;
    } */
    .content-box{
        text-align: center;
    }
    .contact .col-md-4.text-end{
        text-align: center !important;
    }
    footer .img-box{
        margin-bottom: 30px;
    }
    .border-cls{
        border-right: 0;
    }
    .banner .carousel-caption {
        position: absolute;
        left: 8%;
        top: 5%;
        text-align: left;
        width: 92%;
    }
    .banner .carousel-caption h1{
        font-size: 1.5rem;
    }
}