@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 767.5px){
.gallery .col-sm-12 {
    flex: 0 0 50%;
}

}

/*@media screen and (max-width: 767.5px){*/
/*.index_wrapper_2 .item>img{*/
      
/*    min-height:110vw!important;*/
/*    object-fit:cover;*/
/*    object-position: 77%;*/
/*}*/

/*}*/

.product_list_5 .product_box .img_frame {
  position: relative;
  overflow: hidden; /* crop zoom overflow */
}

.product_list_5 .product_box .img_frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; /* smooth zoom */
}

.product_list_5 .product_box .img_frame:hover img {
  transform: translate(-50%, -50%) scale(1.1); /* zoom while staying centered */
}


#main_services {
    background-image: url(https://cdn1.npcdn.net/img/17498013431749800714rakyatdental_service_page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

#main_testimonials {
    background-image: url(https://cdn1.npcdn.net/img/17498014621749800819rakyatdental_testimonial_page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}


/*Menu*/

.navbar_type8 {
    background-color: #ffffff;
    height: 90px;
    border-top:5px solid #0252a3;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255, 255, 255, 0.8);
  
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    top: 22px;
    
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: black;
}

.navbar_type8 .nav_tab .nav_item {
  text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 10px 1.5vw;
    transition: linear .3s;
    font-weight: 500;
    font-size: 15px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    transition: linear .3s;
    font-size: 15px;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: white;
    background: #00255b;
    border:2px solid #00255b;
    border-radius: 25px;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color:#00255b;
    background:transparent;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #666666;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    padding-left: 0;
    padding-right: 8%;
}

.navbar_type8 .logo img {
    width: 175px;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 9%;
}

.navbar_mobile .logo_img {
    transform: scale(1.2);
}

.dark_nav {
    background-color: #ffffff !important;
}

.navbar_mobile {
    background-color: #ffffff;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
      font-size: 13px;
    }
}

/*Banner*/

.hp_banner {
    padding-top: 12.5%;
    padding-left: 5%;
    position: relative;
}

/*.hp_banner.a:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: -50%;*/
/*    right: 36%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1749541884RakyatDental_1.1.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width:19vw;*/
/*    height: 19vw;*/
/*}*/

/*.hp_banner.b:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: -50%;*/
/*    right: 36%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1749542002RakyatDental_2.1.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width:19vw;*/
/*    height: 19vw;*/
/*}*/

/*.hp_banner.c:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: -50%;*/
/*    right: 36%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1749542018RakyatDental_3.1.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width:19vw;*/
/*    height: 19vw;*/
/*}*/

.hp_banner_title {
    color: #00255b;
    font-size: 3vw;
    margin-bottom: 2%;
    font-weight: 400;
}

.hp_banner_title span {
    font-weight: 700;
}

.hp_banner_desc {
    color: #6d6d6d;
    font-size: 1.05vw;
    padding-left: 5%;
    margin-bottom: 2.5%;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}

.hp_banner_desc:before {
    position: absolute;
    content: "";
    top: -18%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1760586197banner-tooth-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:3.5vw;
    height: 3.5vw;
}

.hp_banner_link {
    color: white;
    position: relative;
    font-size: 0.9vw;
    transition: linear .3s;
    padding: 10px 20px;
    border-radius: 30px;
    background-color:#00255b;
    border:2px solid #00255b;
}

.hp_banner_link:hover {
    color: #00255b;
    background:#fff;
    border:2px solid #fff;
    text-decoration: none;
}

.hp_banner_link:after {
    content: "";
    position: relative;
    display:inline-block;
    background-image:url(https://cdn1.npcdn.net/img/1760518762arrow-btn.png);
    background-size:contain;
    background-repeat: no-repeat;
    filter:brightness(0) invert(1);
    width: 28px;
    height: 28px;
    transition: linear .3s;
    top: 10px;
    left: 10px;
}

.hp_banner_link:hover:after {
    filter:brightness(1) invert(0);
    transform: rotate(45deg);
}

@media screen and (max-width: 1200.5px){

}


@media screen and (max-width: 767.5px){
    .slider_banner{
        background:#e8f9ff;
    }
    .slider_banner .item>img{
        min-height:550px;
        object-fit: contain;
        object-position: top;
    }
      .hp_banner_title {
        font-size: 30px;
        margin-bottom: 15px;
      }
        .hp_banner_desc {
        font-size: 14px;
        padding-left: 35px;
        margin-bottom: 15px;
      }

    .hp_banner_desc br {
        display: none;
    }
    
    .hp_banner_desc::before {
        top: 7%;
        left: 0%;
        width: 30px;
        height: 30px;
      }
    
     .hp_banner_link {
        font-size: 12px;
        padding: 10px 20px;
      }
    
    .hp_banner {
        padding:45% 5% 5% 5%;
    }

}
@media screen and (max-width: 480.5px){
    .slider_banner .item>img{
        min-height:450px;
        object-fit: contain;
        object-position: top;
    }
    .hp_banner {
        padding:50% 5% 5% 5%;
    }
}

/*About*/
.hp_about {
    background-image:linear-gradient(#e8faff, #ffffff, #ffffff);
    padding: 5% 6% 5%;
    position: relative;
}

.hp_about .row {
    align-items: center;
}

.hp_about_image{
    width: 100%;
    transition: 0.3s;
}

.hp_about_image:hover {
    transform: scale(1.05);
}

.hp_about_title1 {
    color: #fdb515;
    font-size: 0.95vw;
    font-weight: 400;
}

.hp_about_title2 {
    color: #00255b;
    font-size: 2.2vw;
    margin-bottom: 3%;
    /*padding-left:5.2vw;*/
    font-weight: 600;
    opacity:1;
}

.hp_about_title2 .textlighter{
    color:#0cbfd4;
}

/*.hp_about_title2:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 1%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1760585753title-icon.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width: 5vw;*/
/*    height: 5vw;*/
/*    animation:2s .0s swing infinite;*/
/*}*/
    
.hp_about_desc {
    color: #6d6d6d;
    font-size: 0.95vw;
    margin-bottom: 5%;
    font-weight: 400;
    line-height: 1.5;
}

.hp_about_link {
    color: white;
    position: relative;
    font-size: 0.85vw;
    transition: 0.3s;
    padding: 0.7vw 1.4vw;
}

.hp_about_link{
    color: white;
    position: relative;
    font-size: 0.9vw;
    transition: linear .3s;
    padding: 10px 20px;
    border-radius: 30px;
    background-color:#00255b;
    border:2px solid #00255b;
}

.hp_about_link:hover {
    color: #00255b;
    background:#fff;
    text-decoration: none;
}

.hp_about_link:after {
    content: "";
    position: relative;
    display:inline-block;
    background-image:url(https://cdn1.npcdn.net/img/1760518762arrow-btn.png);
    background-size:contain;
    background-repeat: no-repeat;
    filter:brightness(0) invert(1);
    width: 28px;
    height: 28px;
    transition: linear .3s;
    top: 10px;
    left: 10px;
}

.hp_about_link:hover:after {
    filter:brightness(1) invert(0);
    transform: rotate(45deg);
}

.hp_about_ibox {
    width:80%;
    margin: 0 auto 2.5% auto;
}

/*.hp_about:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: 22%;*/
/*    right: 4%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1749538802RakyatDental_BG.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width:19vw;*/
/*    height: 19vw;*/
/*}*/

.hp_about_box {
    display: flex;
    flex-wrap:wrap;
    gap: 1vw;
    margin-bottom: 5%;
}

.hp_about_itbox {
    background:#edfaf9;
    padding:15px;
    border-radius:25px;
    position: relative;
    border-radius: 25px;
    position: relative;
    flex: 1 1 30%;
    box-shadow:0 0 8px rgb(14,182,221,0.2);
}

.hp_about_itbox img {
    width: 50px;
}

.hp_about_item {
    margin: 5px 0;
    font-size: 1vw;
    font-weight: 600;
    color: #00255b
}

.hp_about_itemtext{
    font-size: 0.9vw;
    color:#6d6d6d;
}

@media screen and (max-width: 991.5px){
    .hp_about_title2 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    .hp_about_desc {
        font-size: 14px;
    }
    .hp_about_item{
        font-size:16px;
    }
    .hp_about_itemtext {
      font-size: 14px;
      color: #6d6d6d;
    }
    .hp_about_box {
      gap: 20px;
    }
    .hp_about_link {
        font-size: 12px;
    }
    .hp_about_ibox{
        width:100%;
        max-width:500px;
        margin:0 auto 15px auto;
    }
}


@media screen and (max-width: 767.5px){
    .hp_about{
        padding:50px 5%;
    }
    .hp_about_itbox {
        flex: 1 1 100%;
    }
    .hp_about_desc {
        margin-bottom: 30px;
    }
    .hp_about_itbox img {
      width: 45px;
    }
}

/*Visit*/

.hp_visit {
    padding: 7% 10% 5%;
    background:#edfaf9;
}

.hp_visit_title{
    color: #00255b;
    font-size: 2.2vw;
    margin-bottom: 3%;
    font-weight: 600;
    opacity:1;
}

.hp_visit_title .textlighter{
    color:#0cbfd4;
}

.hp_visit_box {
    display: flex;
    gap: 1.5vw;
    margin-bottom: 3%;
}

.hp_visit_linkx {
    color: #333;
    font-size: 0.9vw;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
}

.hp_visit_link {
    color: #333;
    font-size: 0.9vw;
    transition: 0.3s;
}

.hp_visit_item {
    font-size: 1.25vw;
    font-weight: 600;
    color: #00255b;
    margin-bottom: 15px;
    position: relative;
}

.hp_visit_img{
    margin:100%;
    max-width:600px;
    margin:0 auto 25px auto;
}

/*.hp_visit_item:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #fdb515;*/
/*    bottom: 0%;*/
/*    opacity: 0.2;*/
/*    margin: 0 auto;*/
/*    left: -8%;*/
/*    right: 0;*/
/*    width: 26.5vw;*/
/*    height: 1px;*/
/*}*/

.hp_visit_link:hover {
    color: #0351a3;
    text-decoration: none;
}

.hp_visit_icon {
    width: 25px;
    transition: linear 0.3s;
}

.hp_visit_icon:hover {
    animation: 1s jshake;
}

.hp_visit_boxinner{
    padding: 5px 15px;
    border-radius: 25px;
    background: #fff;
    border:2px solid #fff;
    font-size: 12px;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: linear .3s;
}

.hp_visit_boxinner:hover{
    border:2px solid #012458;
    background:transparent;
}

.hp_visit_boxinner:hover a{
    text-decoration:none;
}

.hp_visit_boxinner .hp_visit_icon{
    width: 22px;
    margin-right:5px;
}

@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

.hp_visit_babox {
    background-image:linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0));
    padding: 25px 25px 15px 25px;
    border-radius: 20px;
    margin-bottom:25px;
}

/*.hp_visit_abox {*/
/*    border: 1px solid #fdb515;*/
/*    border-radius: 0.75vw;*/
/*    padding: 5% 3% 5% 9%;*/
/*    height: 14.5vw;*/
    
/*}*/

@media screen and (max-width: 991.5px){
    .hp_visit {
      padding: 7% 6% 5%;
    }
    .hp_visit_title{
        font-size:23px;
        margin-bottom:15px;
    }
    .hp_visit_item {
        font-size: 16px;
    }
    .hp_visit_linkx, .hp_visit_link {
        font-size: 14px;
    }
    .hp_visit_img{
        margin:100%;
        max-width:450px;
        margin:0 auto;
    }
}


@media screen and (max-width: 767.5px){
    .hp_visit{
        padding:50px 5%;
    }
    .hp_visit_boxinner {
      font-size: 10px;
    }
    .hp_visit_babox {
        padding: 20px 20px 15px 20px;
    }
}

/*Team*/

.hp_team {
    padding: 4% 8% 4%;
    position: relative;
}

/*.hp_team:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    right: 0%;*/
/*    background-color: #ffeef5;*/
/*    width: 100%;*/
/*    height: 60%;*/
/*}*/

/*.hp_team:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 8vw;*/
/*    right: 0%;*/
/*    background-color: #fdb515;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*}*/

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

.hp_team_box {
    margin: 1vw 1vw;
}

.hp_team_image {
    width: 100%;
    transition: 0.3s;
    height: 24vw;
    object-fit: cover;
    object-position: top;
}

.hp_team_image:hover {
    transform: scale(1.1);
}

.hp_team_ibox {
    overflow: hidden;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.hp_team_title{
    color: #00255b;
    font-size: 2.2vw;
    margin-bottom: 3%;
    font-weight: 600;
    opacity:1;
}

.hp_team_title .textlighter{
    color:#00c6c1;
}

.hp_team_title:before {
    position: relative;
    display: inline-block;
    content: "";
    top: 0;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1760585753title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    animation:2s .0s swing infinite;
}

.hp_team_item {
    font-size: 1.1vw;
    color: #00255b;
    font-weight: 600;
    margin-bottom:5%;
    margin-top: 7%;
}

.hp_team_link{
    color: white;
    position: relative;
    font-size: 0.9vw;
    transition: linear .3s;
    padding: 10px 20px;
    border-radius: 30px;
    background-color:#00255b;
    border:2px solid #00255b;
}

.hp_team_link:hover {
    color: #00255b;
    background:#fff;
    text-decoration: none;
}

.hp_team_link:after {
    content: "";
    position: relative;
    display:inline-block;
    background-image:url(https://cdn1.npcdn.net/img/1760518762arrow-btn.png);
    background-size:contain;
    background-repeat: no-repeat;
    filter:brightness(0) invert(1);
    width: 28px;
    height: 28px;
    transition: linear .3s;
    top: 10px;
    left: 10px;
}

.hp_team_link:hover:after {
    filter:brightness(1) invert(0);
    transform: rotate(45deg);
}

.hp_team_sbox .slick-arrow {
    z-index: 10;
    background: #0351a3 !important;
    border-radius: 50%;
}

.hp_team_sbox .slick-prev::before, .hp_team_sbox .slick-next::before {
    text-shadow: unset;
}

.hp_team_sbox .slick-next:before, .hp_team_sbox .slick-prev:before {
    opacity: 1;
}

.hp_team_sbox .slick-prev {
    left: -15px;
    z-index: 10;
}

.hp_team_sbox .slick-next {
    right: -15px;
    z-index: 10;
}


@media screen and (max-width: 991.5px){
    .hp_team_title{
        font-size:23px;
    }
    .hp_team_item {
        font-size: 16px;
    }
    .hp_team_link{
        font-size:12px;
    }
    
    .hp_team_image {

    height: 37vw;
  
}

.hp_team_sbox .slick-prev {
    left: -25px;
    z-index: 10;
}

.hp_team_sbox .slick-next {
    right: -25px;
    z-index: 10;
}
}

@media screen and (max-width: 767.5px){
    .hp_team {
        padding: 50px 5%;
    }
    .hp_team_bbox{
        padding-bottom:25px;
    }
    .hp_team_title::before {
      display: block;
      margin: 0 auto;
    }
    
        .hp_team_image {
        height: 77vw;
    }
}


/*Smile*/
.hp_smile {
    padding: 4% 8% 0%;
    position: relative;
}

.hp_smile_box {
    margin-bottom: 21%;
}

.hp_smile_fbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.hp_smile_image {
    width: 100%;
    transition: 0.3s;
}

.hp_smile_image:hover {
    transform: scale(1.1);
}

.hp_smile_ibox {
    overflow: hidden;
    border-radius: 10px;
}

.hp_smile_title{
    color: #00255b;
    font-size: 2.2vw;
    margin-bottom: 5%;
    font-weight: 600;
    opacity:1;
}

.hp_smile_title .textlighter{
    color:#00c6c1;
}

.hp_smile_title:before {
    position: relative;
    display: inline-block;
    content: "";
    top: 0;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1760585753title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    animation:2s .0s swing infinite;
}

.hp_smile_item {
    font-size: 1.05vw;
    color: #333;
    font-weight: 600;
    margin-bottom: 9%;
    margin-top: 5%;
}

.hp_smile_linkbox{
    text-align:center;
    margin:25px 0;
}

.hp_smile_link{
    color: white;
    position: relative;
    font-size: 0.9vw;
    transition: linear .3s;
    padding: 10px 20px;
    border-radius: 30px;
    background-color:#00255b;
    border:2px solid #00255b;
}

.hp_smile_link:hover {
    color: #00255b;
    background:#fff;
    text-decoration: none;
}

.hp_smile_link:after {
    content: "";
    position: relative;
    display:inline-block;
    background-image:url(https://cdn1.npcdn.net/img/1760518762arrow-btn.png);
    background-size:contain;
    background-repeat: no-repeat;
    filter:brightness(0) invert(1);
    width: 28px;
    height: 28px;
    transition: linear .3s;
    top: 10px;
    left: 10px;
}

.hp_smile_link:hover:after {
    filter:brightness(1) invert(0);
    transform: rotate(45deg);
}

.service_3 .service_box {
    margin: 0.5%;
    overflow: hidden;
    -ms-flex: -1 0 25%;
    flex: 0 0 24%;
    max-width: 24%;
    border-radius: 20px;
    overflow:hidden;
}

.service_3 .service_box .content {
     opacity: 1;
     background-color: rgba(0, 0, 0, 0);
     background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.service_3 .service_box .content h3 {
    color: white;
    text-align: left;
    position: absolute;
    top:unset;
    bottom: 5%;
    left: 10%;
    transform: none;
    font-size:1.2vw;
}

.service_3 .service_box img {
    height: 220px;
    filter: grayscale(0.6);
}

.service_3 .service_box:hover img {
    filter:grayscale(0);
}

@media screen and (max-width: 991.5px){
    .hp_smile_title{
        font-size:23px; 
        margin-bottom:15px;
    }
    .service_3 .service_box {
          -ms-flex: -1 0 30%;
          flex: 0 0 30%;
          max-width: 30%;
    }
    .service_3 .service_box .content h3 {
        font-size:14px;
    }
    .hp_smile_link{
        font-size:12px;
    }
}


@media screen and (max-width: 767.5px){
    .service_3{
        width:90%;
        margin:0 auto;
    }
     .service_3 .service_box {
        -ms-flex: -1 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        margin:2%;
    }
    .service_3 .service_box img {
        height: 200px;
    }
    .hp_smile_title::before {
      display: block;
      margin: 0 auto;
    }
}

/*GoogleReview*/

.index_wrapper_6 {
    padding: 6% 8%;
    background-image:linear-gradient( #ffffff, #ffffff,#e8faff);
    /*background-position: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-image: url('https://cdn1.npcdn.net/img/1755706669WhatOurPatientSay.png');*/
    /*margin-left: -1%;*/
    /*margin-right: -1%;*/
    /*margin-bottom: -3%;*/
}

.hp_greview_title{
    color: #00255b;
    font-size: 2.2vw;
    margin-bottom: 3%;
    font-weight: 600;
    opacity:1;
    text-align:center;
}

.hp_greview_title .textlighter{
    color:#00c6c1;
}

.hp_greview_title:before {
    position: relative;
    display: inline-block;
    content: "";
    top: 0;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1760585753title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    animation:2s .0s swing infinite;
}

@media screen and (max-width: 991.5px){
    .hp_greview_title{
        font-size: 23px;
    }

}


@media screen and (max-width: 767.5px){
    
    .index_wrapper_6 {
        padding: 12% 3% 39%;
        background-position: 50%;
        margin-left: -1%;
        margin-right: -1%;
        margin-bottom: -6%;
    }
    .hp_greview_title::before {
      display: block;
      margin: 0 auto;
    }

}


/*Panel*/
.hp_panel {
    background-image:linear-gradient( #e8faff,#ffffff, #ffffff);
    padding: 6% 0% 5%;
}

.hp_panel .container-fluid {
    padding: 0;
}

.hp_panel_image{
   
    margin: 0 0.5vw;
  
}

.hp_panel_box .slick-arrow {
    
    display: none !important;
}
.hp_panel_title{
    color: #00255b;
    font-size: 2.2vw;
    margin-bottom: 3%;
    font-weight: 600;
    opacity:1;
    text-align:center;
}

.hp_panel_title .textlighter{
    color:#00c6c1;
}

.hp_panel_title :before {
    position: relative;
    display: inline-block;
    content: "";
    top: 0;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1760585753title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    animation:2s .0s swing infinite;
}

@media screen and (max-width: 991.5px){
    .hp_panel_title {
        font-size: 25px;
        margin-bottom: 15px;
    }

}


@media screen and (max-width: 767.5px){

    .hp_panel {
        padding: 50px 0%;
    }
    .hp_panel_title::before {
      display: block;
      margin: 0 auto;
    }

}

/*Appointment*/

.hp_appointment {
    padding: 6% 9% 3%;
    position: relative;
    
}

.hp_appointment:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0%;
    background-color: #ffeef5;
    width: 100%;
    height: 50%;
}

.hp_appointment_title {
    color: #0351a3;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 3%;
    text-align: center;
}

.hp_appointment_box {
    border-radius: 35px;
    overflow: hidden;
}

@media screen and (max-width: 1200.5px){
.hp_appointment_title {
    
    font-size: 2.5vw;
 
}


}


@media screen and (max-width: 767.5px){
.hp_appointment_title {
    
    font-size: 6vw;
    margin-bottom: 6%;
}

.hp_appointment {
    padding: 12% 3%;
    

}

}

/*Contact*/

.ex_hpcontact_formonly .hp_contactform_header {
    display: none;
}

.ex_hpcontact_formonly .fa.fa-paper-plane {
    display: none;
}

.ex_hpcontact_formonly .btn {
    font-size: 0.85rem !important;
    padding: 5px 10px !important;
    border-radius: 0;
}

.ex_hpcontact_formonly label {
   
    color: rgba(0, 0, 0, 0.6);
}

.hp_contact .container-fluid {
    padding: 0;
}

.index_wrapper_10 .row {
    align-items: center;
}

.index_wrapper_10 {
    position: relative;
}

.index_wrapper_10:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1755709918Contact_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
}

.ex_hpcontact_formonly .form-control {
    height: 35px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.ex_hpcontact_formonly {
    margin: 0;
    padding: 3% 30% 3% 20%;
}

@media screen and (max-width: 767.5px){
.ex_hpcontact_formonly {
    margin: 0;
    padding: 12% 12% 12% 12%;
}

}

/*Footer*/
.footerListServices {
    background-color: #00255b;
    padding-top:50px;
}
.footerListServices .logo{
    min-height: 80px;
}
.footerListServices .logo img{
    max-height: 60px;
    object-fit: contain;
    object-position: left;
    width: 100%;
}

@media screen and (max-width: 1200.5px){


}

@media screen and (max-width: 767.5px){

    
}    


/*product page*/

.product_list_5 .product_box .img_frame img {
        object-fit: contain;
}

.product_list_5 .product_box .img_frame{
     object-fit: contain;
    border-radius: 25px;
    overflow: hidden;
}


/*show product page*/
.productDetailImageFancy .one_img div{
    border-radius:25px;
    overflow:hidden;
}
.productDetailImageFancy .one_img div img {
  object-fit: cover;
}

.product_detail > div:nth-child(4) > p {
  display: none !important;
}

.productCustomization{
    display:none;
}