* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --Venice-Blue: #092c48;
    --white: #fff;
    --black: #000;
}

body {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    color: white !important;
}

.successmsg {
    color: green;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.invalid-feedback {
    display: block !important;
}

.error {
    color: red !important;
}

form label {
    color: var(--Style-Black-300, #b0b0b0);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

::placeholder {
    color: var(--Style-Black-300, #b0b0b0);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.5;
}

form .form-control {
    color: var(--Style-Black-900, #3d3d3d);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
    border: 2px solid #d9d9d9;
}

form .form-control:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #d9d9d9;
}

.submit-btn {
    border-radius: 4px;
    background: var(--Venice-Blue-800, #09598f);
    color: white !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 150px;
    border: none;
    display: inline-block;
    width: auto;
    margin-top: 30px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* new menu design */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.dropdown-toggle::after {
    background-image: url(../images/dropdown-arrow2.svg);
    height: 20px;
    width: 20px;
    border: none;
    position: relative;
    vertical-align: 0;
    top: 5px;
}

.navbar-nav .nav-item {
    margin: 0 15px;
}

.navbar-nav .nav-item .nav-link {
    color: white !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;

}

.dropdown-menu {
    /* max-width: 100rem;
  width: 99rem;
  left: -400px !important;
  padding: 50px 15px;
  right: 50%; */
    width: 22rem;
    padding: 15px 30px;
    margin: 0 auto;
    margin-top: 30px !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 15%), 0px 4px 4px 0px rgb(0 0 0 / 15%);
    animation: 0.5s slideup;
}

@keyframes slideup {
    from {
        transform: translateY(10%);
    }

    to {
        transform: translateY(0);
    }
}

.dropdown-menu ul li {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu ul li a {
    /* color: #333; */
    color: #09598F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    padding-bottom: 10px;
}

.dropdown-menu ul {
    padding-left: 0;
}

.product_title {
    color: var(--Venice-Blue-800, #09598f);
    font-family: CarnasW03;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
    margin-left: 8px;
}

.product_title a {
    color: var(--Venice-Blue-800, #09598f);
    font-family: CarnasW03;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

/*
.dropdown {
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  perspective: 1000px;
  z-index: 100;
}

.dropdown:hover {
  cursor: pointer;
}
.dropdown:hover .dropdown_menu li {
  display: block;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
  padding-left: 0;
}

.dropdown_menu li {
  display: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}
.dropdown_menu li:hover {
  background-color: #2980b9;
}
.dropdown:hover .dropdown_menu--animated {
  display: block;
}
.dropdown_menu--animated {
  display: none;
}
.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}
.dropdown_menu-2 .dropdown_item-1 {
  transform-origin: top center;
  animation: rotateX 300ms 60ms ease-in-out forwards;
}
.dropdown_menu-2 .dropdown_item-2 {
  transform-origin: top center;
  animation: rotateX 300ms 120ms ease-in-out forwards;
}
.dropdown_menu-2 .dropdown_item-3 {
  transform-origin: top center;
  animation: rotateX 300ms 180ms ease-in-out forwards;
}
.dropdown_menu-2 .dropdown_item-4 {
  transform-origin: top center;
  animation: rotateX 300ms 240ms ease-in-out forwards;
}
.dropdown_menu-2 .dropdown_item-5 {
  transform-origin: top center;
  animation: rotateX 300ms 300ms ease-in-out forwards;
}

@-moz-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

 inner drop

.dropdown_inner {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  position: relative;
  perspective: 1000px;
  z-index: 100;
}

.dropdown_inner:hover {
  cursor: pointer;
}

.dropdown_inner:hover .dropdown_menu_inner li {
  display: block;
}

.dropdown_menu_inner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
  padding-left: 0;
}

.dropdown_menu_inner li {
  display: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}

.dropdown_menu_inner li:hover {
  background-color: #2980b9;
}

.dropdown_inner:hover .dropdown_menu_inner--animated {
  display: block;
}

.dropdown_menu_inner--animated {
  display: none;
}

.dropdown_menu_inner--animated li {
  display: block;
  opacity: 1;
}

 Add the missing CSS properties for inner dropdown items

.dropdown_menu-3 {
  position: absolute;
  top: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
  margin-left: 87px;
  display: none;
}
.dropdown_item-1:hover .dropdown_menu-3 {
  display: block;
}

.dropdown_menu-3 li {
  display: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}

.dropdown_menu-3 li:hover {
  background-color: #2980b9;
}

.dropdown_menu-3--animated {
  display: none;
}

.dropdown_menu-3--animated li {
  display: block;
  opacity: 1;
}
*/

/* inner drop */

/* new menu design */

.slider_img {
    position: relative;
    z-index: 9;
    width: 100%;
}

.slider_content {
    position: absolute;
    top: 35%;
    left: 6%;
    z-index: 99;
    max-width: 700px;
}

.slider_small_title {
    color: white !important;
    font-family: CarnasW03;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.slider_title {
    color: white !important;
    font-family: CarnasW03;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    /* 112.5% */
    text-transform: uppercase;
    transition: all 5s ease-in;
}

.slider_subtitle {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.4px;
    padding: 40px 0;
}

.main-slider .swiper-button-next {
    left: 180px;
    bottom: 100px;
    top: auto;
    height:auto;
}

.main-slider .swiper-button-prev {
    left: 120px;
    bottom: 100px;
    top: auto;
    height:auto;
}


.productSlider .swiper-button-next{
        background: #122b47;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
}
.productSlider .swiper-button-prev{
        background: #122b47;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
}

.order_btn {
    border-radius: 4px;
    border: 1px solid var(--Color-slate-50, #f8fafc);
    padding: 6px 14px;
    color: var(--Color-slate-50, #f8fafc);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-right: 30px;
}

.order_btn:hover {
    color: var(--Color-slate-50, #f8fafc);
}

.file_btn {
    border-radius: 4px;
    background: var(--Color-slate-50, #f8fafc);
    color: var(--Color-black, #000);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 6px 14px;
}

.file_btn:hover {
    color: var(--Color-black, #000);
}

/* / EVOQ Digital Dental Solutions / */
.crafting {
    padding: 80px 0 50px;
}

.commen_title {
    color: var(--Black-600, #5d5d5d);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.shrt_head {
    color: var(--Venice-Blue-950, #092c48);
    font-family: CarnasW03;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 6px 0;
}

.impact {
    color: var(--White-950, #292929);
    font-family: CarnasW03;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.count {
    color: var(--Venice-Blue-800, #09598f);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.count_title {
    color: var(--Black-600, #5d5d5d);
    font-family: CarnasW03;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.counters {
    margin-top: 25px;
}

.bb_add {
    border-right: 1px solid #000;
}

.bg_add {
    background-color: var(--Venice-Blue);
    color: white !important;
    width: max-content;
    border-radius: 4px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 18px;
    border: none;
    margin-top: 15px;
    text-decoration: none;
    cursor: pointer;
}

.bg_add:hover {
    color: white !important;

}

/* / EVOQ Digital Dental Solutions / */

/* counter */

.couner_wrapper {
    background-color: var(--Venice-Blue);
    padding: 50px 0;
    position: relative;
}

/* .couner_wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../images/teeth-left-img.png);
  width: 335px;
  height: 338px;
  left: 0;
  bottom: 0;
}
.couner_wrapper::after {
  content: "";
  position: absolute;
  background-image: url(../images/teeth-right-img.png);
  width: 335px;
  height: 338px;
  right: 0;
  bottom: 0;
} */
.counter_title {
    color: white !important;
    text-align: center;
    font-family: CarnasW03;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    /* 137.5% */
    text-transform: capitalize;
    margin-bottom: 50px;
}

.counter_details h2 {
    color: var(--White) !important;
    text-align: center;
    font-family: CarnasW03;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.counter_details p {
    color: #dcdcdc;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

/* counter */

.insta_content {
    background-color: var(--Venice-Blue);
    padding: 50px 20px;
    border-radius: 6px;
    text-align: center;
}

.insta_content h2 {
    color: white !important;
    text-align: center;
    font-family: CarnasW03;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    margin: 50px 0 0 0 !important;
}

.insta_content p {
    color: white !important;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    margin: 50px 0;
}

.insta_content a {
    color: white !important;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    text-transform: capitalize;
    text-decoration: none;
}

.insta_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.insta_img a {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
}
/* product-slider */
.product_slider_wrapper {
    background-color: var(--Venice-Blue);
    padding: 50px 0;
}

/* product-slider */

/* testimonial start */

.testimonia_wrapper {
    background-color: var(--Venice-Blue);
    padding: 50px 0;
}

.small_title {
    color: var(--Black-100, #e7e7e7);
    font-family: CarnasW03;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.main_title {
    color: var(--Color-white, #fff);
    font-family: CarnasW03;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    padding: 15px 0 30px 0;
}

.testimonia_wrapper .card {
    background-color: transparent;
    border-radius: 6px;
    border: 1.337px solid #ddd;
    height:400px;
}

.client_testomonia_img {
    width: 80.211px;
    height: 80.211px;
}

.client_name {
    color: white !important;
    font-family: Poppins;
    font-size: 29.411px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.588px;
    margin: 0;
}
.clinic_name {
    color: white !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.588px;
    margin: 0;
}

.testimonia_wrapper .card-text {
    color: white !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    /*line-height: 1.5;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.testimonia_wrapper .swiper-button-prev {
    left: auto;
    right: 55px;
    top: 40px;
    height:auto;
}

.testimonia_wrapper .swiper-button-next {
    height:auto;
    left: auto;
    right: 0px;
    top: 40px;
}

/* / blog  / */

.home_blogs {
    margin-bottom: 100px;
}

.blog_box {
    border-radius: 5.053px;
    border: 0.842px solid rgba(221, 221, 221, 0.87);
    background: var(--White-50, #fff);
    overflow: hidden;
    height:450px;
}

a.arrows i {
    width: 40px;
    height: 40px;
    background: #09598f;
    color: #fff;
    border-radius: 50px;
    padding: 12px;
}

.blog_link {
    color: #000;
    font-family: "CarnasW03", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: table-row-group;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    width: 228px;
    /*text-overflow: ellipsis;*/
}

.blog_link:hover {
    text-decoration: underline;
    color: var(--black);
}

.blog_info {
    padding: 20px;
}

.blog_dis {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    list-style: none;
    overflow: hidden;
}

/* / blog  / */

.catalogue_wrapper {
    background-color: var(--Venice-Blue);
    padding: 50px 0;
}

.doctor_lady {
    position: relative;
}

.catalogue-img {
    position: absolute;
    top: -20px;
    left: 0;
    /* transform: translateY(-124px); */
}

.white_main_title {
    color: var(--Color-white, #fff);
    font-family: CarnasW03;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.white_small_title {
    color: var(--White-200, #dcdcdc);
    font-family: CarnasW03;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.catalogue_form label {
    color: var(--White-200, #dcdcdc);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.catalogue_form input::placeholder {
    color: var(--White-50, #fff);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.catalogue_form input {
    color: white !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    border-radius: 8px;
    background-color: var(--Venice-Blue);
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.catalogue_form input:focus {
    color: white !important;
    background-color: var(--Venice-Blue);
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.catalogue_form input[type="text"],
.catalogue_form input[type="email"],
.catalogue_form input[type="number"] {
    color: white;
}

.catalogue_btn {
    border-radius: 4px;
    background-color: white;
    color: var(--black);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 18px;
    border: none;
    margin-top: 15px;
    text-decoration: none;
}

.catalogue_btn:hover {
    color: var(--black);
}

/* / about us css  / */
.commen_info {
    padding: 120px 0 85px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.commen_info h5, .commen_info h1 {
    color: var(--Style-Black-500, #6d6d6d);
    font-family: CarnasW03;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.commen_info h2, .commen_info h1 {
    color: var(--Style-Color-black, #000);
    font-family: CarnasW03;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    text-transform: uppercase;
}

.commen_info p {
    color: var(--Style-Black-400, #888);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.vision_mission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
    width: 90%;
    padding-top: 70px;
    margin: 0 auto;
}

.vs_box {
    border-radius: 6px;
    background: var(--Venice-Blue-950, #092c48);
    padding: 25px;
}

.vs_head {
    color: var(--Style-Color-white, #fff);
    font-family: CarnasW03;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.video_place {
    background: var(--Venice-Blue-950, #092c48);
    padding: 30px 0 70px;
}

.play_video {
    transform: translateY(-50px);
}

.play_video video {
    width: inherit;
}

.maestros_box {
    border-radius: 6px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.maestros_box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.maestros_box img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.maestros_box:hover img {
    transform: scale(1.1);
}

.maestros_box h3 {
    color: var(--Style-Black-950, #000);
    font-family: "CarnasW03";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.maestros_box p {
    color: var(--Style-Black-600, #5d5d5d);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.leadership {
    background: var(--Venice-Blue-950, #092c48);
    padding: 24px 0 0;
}

/* / about us css  / */

/* contact css */

.form_wrapper {
    border: 1px solid #ddd;
    padding: 30px;
}

.contact-detail {
    color: var(--black);
    text-align: center;
    font-family: CarnasW03;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.contact-detail:hover {
    color: var(--black);
}

/* contact css */

/* stl file */

.drop-zone {
    max-width: 100%;
    height: 300px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px dashed rgba(56, 78, 183, 0.3);
    background: #f8f8ff;
    padding: 10px;
    color: #676767;
    font-family: CarnasW03;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .drop-zone--over {
    border-style: solid;
  }

  .drop-zone__input {
    display: none;
  }

  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }

  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }

/* stl file */

/* / partner with us page  / */
.partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border: 1px solid #09598f;
    border-radius: 6px 6px 0px 0px;
    background: var(--Venice-Blue-800, #09598f);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    padding: 13px;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    border: 1px solid #09598f;
    border-radius: 6px 6px 0px 0px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    padding: 13px;
}

.nav {
    justify-content: center;
    gap: 81px;
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
}

.tab_bb {
    border-radius: 6px;
    border: 1px solid #ddd;
    background: transparent;
    transform: translateY(-44px);
    padding: 50px 30px 0;
}

.rdf_box {
    margin-top: 45px;
}

.tab_fm {
    padding: 50px 140px 50px;
}

/* / partner with us page  / */

/* evoligner css  */

.treat_main {
    margin: 50px 0 80px 0;
}

.treat_wrapper {
    background-image: url(../images/treat-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.benefit_wrapper {
    background-color: var(--Venice-Blue);
    padding: 50px 0;
}

.evolig_tab_wrapper .nav {
    gap: 20px;
}

.evolig_tab_wrapper .nav-pills .nav-link {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin: 0;
    opacity: 0.5;
    border: none;
    border-bottom: 1px solid #333;
}

.evolig_tab_wrapper .nav-pills .nav-link.active {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin: 0;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #333;
}

.evolig_tab_wrapper .card-text {
    color: var(--Style-Black-600, #5d5d5d);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.faq_wrapper {
    margin: 80px 0;
}

.faq_wrapper .accordion-item {
    border: none;
    border-bottom: 1px solid var(--Style-White-900, #3d3d3d);
    margin: 15px 0;
}

.faq_wrapper .accordion-button {
    padding: 1rem 0;
    box-shadow: none;
}

.faq_wrapper .accordion-button:not(.collapsed):focus {
    box-shadow: none;
    outline: none;
}

.faq_wrapper .accordion-button:not(.collapsed) {
    color: var(--Style-Color-black, #000);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    background-color: transparent;
    box-shadow: none;
}

.faq_wrapper .accordion-body {
    color: var(--Style-Black-600, #5d5d5d);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    padding: 1rem 0;
}

.faq_wrapper .accordion-button::after {
    background-image: url(../images/faq-plus.png);
}

.faq_wrapper .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-minus.svg);
}

/* evoligner css  */

/* zirconia crowns */

.crown_faq_wrapper {
    background-image: url(../images/crown-faq-bg.jpg);
    background-color: #092c48;
    padding: 50px 0;
}

.crown_faq_wrapper .accordion-button:not(.collapsed) {
    border-radius: 6px 6px 0 0;
    background: #248fff;
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    box-shadow: none;
}

.crown_faq_wrapper .accordion-header {
    border-radius: 6px 6px 0 0;
}

.crown_faq_wrapper .accordion-body {
    border-radius: 0 0 6px 6px;
    padding: 1rem 1.25rem;
    background: #248fff;
}

.crown_faq_wrapper .accordion-button:focus {
    box-shadow: none;
}

.crown_faq_wrapper .accordion-button {
    background-color: #248fff;
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 6px;
}

.crown_faq_wrapper .accordion-item {
    background-color: #248fff;
    border: none;
    margin: 30px 0;
    border-radius: 6px;
}

.crown_faq_wrapper .accordion-button::after {
    background-image: url(../images/faq-white-plus.svg);
}

.crown_faq_wrapper .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-white-minus.svg);
}

.feature_wrapper {
    margin: 80px 0;
}

.feature_wrapper .card {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 30px;
}

.feature-title {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* zirconia crowns */

/* blog details  */
.blog-details{
    margin-bottom:80px;
    color:#000;
}
.blog-details img {
    padding-bottom: 20px;
}

.detail_title {
    color: #000;
    font-family: CarnasW03;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* blog details  */

/* order new css  */
.tels {
    color: var(--Style-Color-black, #000);
    text-align: center;
    font-family: CarnasW03;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
}

.tels:hover {
    color: var(--black);
    text-decoration: underline;
}

.steps {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #EFF0F6;
    transition: .4s;
}

.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: #092C48;
    color: #fff;
}

.done {
    background-color: #092C48;
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 55%;
    z-index: 5;
    height: 10px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #092C48;
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}

.all_orders {
    padding: 60px 0;
}

.steper_body {
    padding: 42px;
    border-radius: 6px;
    border: 1px solid #DDD;
}

.st-body {
    padding: 0;
}

.gender_box {
    border-radius: 6px;
    border: 2px solid #D9D9D9;
    padding: 1rem 0.75rem;
}

.gender_box p {
    margin: 0;
    color: var(--Style-Black-300, #B0B0B0);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.gander_filds input {
    width: 20px;
    height: 20px;
}

.gander_filds {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.gander_filds label {
    color: var(--Style-Black-900, #3D3D3D);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.check_on {
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.check_on input {
    width: 26px;
    height: 26px;
}

.check_on label {
    color: var(--Style-White-400, #989898);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.bt_add {
    border-top: 1px solid #000;
}

.steper_option {
    width: 33%;
    margin: 0 auto;
}

table th {
    background-color: var(--Venice-Blue-800, #09598f) !important;
    color: white !important;
}

.tb_head {
    margin: 0;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.00);
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
}

.order_quantity {
    border-radius: 6px;
    border: 2px solid var(--Venice-Blue-800, #09598F);
    width: 74px;
    padding: 2px 9px;
    text-align: center;
}

/* order new css  */

/* footer start */

.modal-title {
    color: var(--Style-Color-black, #000);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer_wrappper {
    background-color: var(--Venice-Blue);
    padding: 15px 10px;
}

.footer_address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    padding: 15px 0;
}

.footer_contact {
    margin: 0;
}

address.footer_contact {
    max-width: 500px;
}

.footer_contact a {
    color: var(--White-50, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-decoration: none;
}

.footer_contact_btn {
    margin: 0;
}

.footer_contact_btn a {
    color: var(--Color-black, #000);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--Venice-Blue-50, #f0f8ff);
    text-decoration: none;
    padding: 10px 17px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--Color-black, #000);
}

.footer_contact_btn a:hover {
    background: transparent;
    color: var(--Venice-Blue-50, #f0f8ff);
    border: 1px solid var(--Venice-Blue-50, #fff);
}

p.footer_contact {
    color: var(--White-50, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-decoration: none;
}

.footer_menu_wrapper {
    padding: 20px 0;
}

.footer_main_menu ul {
    padding: 0;
}

.footer_main_menu ul li {
    list-style: none;
}

.footer_main_menu ul img {
    margin-bottom: 20px;
}

.footer_main_menu ul li a {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.product_menu {
    margin-top: 55px;
}

.footer_copy {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}

/* footer end */

/*neha css start*/
.blog_box img {
    width: 100%;
}

.product-points {
    padding-left: 20px;
}

ul.product-points li {
    color: #000;
    margin-bottom: 10px;
    font-size: 17px;
}
.blog-details .accordion-button
{
padding: 1rem 0.5rem;
background-color:#092c48;
color:#fff
}
 
.blog-details .accordion-content p{
padding: 1rem 0.5rem
}
 
.blog-details .accordion-button::after{
filter:brightness(0) invert(1);
}


/*neha css ends*/
