* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  }
  
  :root {
    --red-color: #e01e2e;
  }
  .mailerlite-popup{
    z-index: 9999999;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  li {
    margin: 0px;
    padding: 0px;
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  body {
    font-size: 16px;
    font-family: "poppinsregular";
    color: #000000;
    font-family: "Inter";
    font-style: normal;
  }
  
  .body_paddingtop {
    padding-top: 60px;
  }
  
  :focus,
  :focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  .main_heading {
    font-size: 48px;
    color: black;
    font-family: "poppinsbold";
    padding-bottom: 20px;
    line-height: 56px;
  }
  
  .small_heading {
    font-size: 28px;
    font-family: "poppinssemibold";
    padding-bottom: 15px;
  }
  
  .font-40 {
    font-size: 40px;
    font-family: "poppinssemibold";
    padding-bottom: 30px;
    line-height: 45px;
  }
  
  .section_padding {
    padding: 120px 0px;
  }
  
  .background_button,
  .background_button:hover {
    background-color: var(--red-color);
    color: white;
  }
  
  .common_button {
    height: 48px;
    align-items: center;
    padding: 0px 20px;
    justify-content: center;
    display: inline-flex;
    min-width: 180px;
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 60px;
    border: none;
  }
  
  .button_div {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
  }
  
  .border_button:hover {
    color: black;
  }
  
  .border_button {
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 99;
    border: 1px solid black;
    color: black;
    font-family: "Inter";
    font-weight: 500;
    z-index: 99;
    transition: all 300ms ease-in-out;
  }
  
  .border_button:hover {
    border: 1px solid var(--red-color);
    color: white;
    transition: all 300ms ease-in-out;
  }
  
  .border_button:before {
    background: var(--red-color);
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    border: 1px solid var(--red-color);
    opacity: 0;
  }
  
  .border_button:hover:before {
    content: "";
    width: 250px;
    height: 250px;
    left: -13%;
    top: -150%;
    transition: all 300ms ease-in-out;
    opacity: 1;
  }
  
  .description p {
    padding-bottom: 15px;
  }
  
  .description p:last-of-type {
    padding-bottom: 0px;
  }
  
  .padding_left {
    padding-left: 15px;
  }
  
  .padding_right {
    padding-right: 45px;
  }
  
  .border-redius {
    border-radius: 25px;
  }
  
  .pt-120 {
    padding-top: 120px;
  }
  
  .pb-120 {
    padding-bottom: 120px;
  }
  
  textarea.form-control:focus {
    box-shadow: none;
    background-color: #f2f2f2;
  }
  
  .single_box_div {
    background-color: #f2f2f2;
    padding: 30px 30px 30px 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 99;
  }
  
  .tilbud {
    background: white;
    padding: 15px 30px;
    position: fixed;
    right: 2%;
    bottom: 2.5%;
    background-color: white;
    border: 1px solid #929292;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9999;
    overflow: hidden;
    transition: all 300ms ease-in-out;
  }
  
  .tilbud a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: black;
    font-family: "poppinsmedium";
    transition: all 300ms ease-in-out;
  }
  
  .tilbud:hover a {
    color: white;
  }
  
  .tilbud:hover {
    border: 1px solid var(--red-color);
  }
  
  .tilbud svg path {
    transition: all 300ms ease-in-out;
  }
  
  .tilbud:hover svg path {
    fill: white;
    transition: all 300ms ease-in-out;
  }
  
  .tilbud:before {
    background: var(--red-color);
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    border: 1px solid var(--red-color);
    opacity: 0;
  }
  
  .tilbud:hover:before {
    content: "";
    width: 250px;
    height: 250px;
    left: -13%;
    top: -150%;
    transition: all 300ms ease-in-out;
    opacity: 1;
  }
  
  #TilbudModal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .modal-dialog {
    max-width: 570px;
  }
  
  .close {
    position: absolute;
    top: 25px;
    background-color: transparent;
    border: none;
    right: 25px;
  }
  
  #TilbudModal .modal-body {
    padding: 1rem 0rem;
  }
  
  .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
  }
  
  .modal-content {
    padding: 30px;
    max-height: calc(100vh - 40px);
    overflow: auto;
  }
  /* top header */
  .top_header {
    /* padding: 16px 0px ; */
    background-color: black;
  }
  
  .top-header-text {
    padding: 24px 13px;
    background-color: #fccc1c;
    min-width: 250px;
  }
  
  .top-header-main-div ul {
    padding: 16px 0;
  }
  
  .top_header ul {
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .top_header ul li {
    display: flex;
    column-gap: 10px;
    color: white;
    padding: 0px 30px;
    border-right: 1px solid white;
    align-items: center;
    font-size: 14px;
  }
  
  .top_header ul li:last-child {
    border-right: none;
  }
  
  .top_header ul li:first-child {
    padding-left: 0px;
  }
  
  .custome_navbar_expand .navbar-brand {
    margin-right: 0px;
    padding: 0px;
  }
  
  .custome_nav_ul li a {
    color: black;
    position: relative;
    padding: 6px 28px 6px 15px !important;
  
    text-transform: uppercase;
    transition: 0.3s ease;
  }
  
  .custome_nav_ul li a:hover {
    color: #000000;
    transition: ease 0.2s all;
  }
  
  .custome_nav_ul .sub_menu li a {
    color: #000000;
  }
  
  .custome_nav_ul .sub_menu li a:hover {
    color: #000000;
  }
  
  .custome_nav_ul li a.nav-link:before,
  .custome_nav_ul li.active a.nav-link:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid var(--red-color);
    border-bottom: 2px solid var(--red-color);
  }
  
  .custome_nav_ul li:hover a.nav-link:before,
  .custome_nav_ul li.active a.nav-link:before {
    opacity: 1;
    top: 0;
    bottom: 0;
  }
  
  .custome_nav_ul li:last-child a {
    padding-right: 15px !important;
  }
  
  .custome_nav_ul li:first-child a {
    padding-left: 0px;
  }
  
  .custome_nav_ul li a.nav-link:after {
    content: "";
    height: 15px;
    margin: auto;
    right: 0px;
    width: 1px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-color: black;
  }
  
  .custome_nav_ul li:last-child a::after {
    content: none;
  }
  
  .custome_nav_ul li a:hover {
    color: var(--red-color);
    transition: ease 0.2s all;
  }
  
  .custome_nav_ul>li.dropdown_menu {
    position: relative;
  }
  
  .custome_nav_ul>li.dropdown_menu>.arrow {
    position: absolute;
    top: 3px;
    bottom: 0px;
    margin: auto;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    border-color: #05122c;
  }
  
  .custome_nav_ul>li.dropdown_menu>.arrow>img {
    height: 10px;
    width: 10px;
  }
  
  .dropdown_menu ul li a {
    padding: 5px 10px;
    display: block;
    transition: ease 0.3s all;
  }
  
  .main_header {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background-color: white;
  }
  
  .search-field {
    background-color: transparent;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 3px 0;
    padding: 0 0 0 15px;
    position: relative;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease;
    width: 0px;
    cursor: pointer;
    position: absolute;
    top: 88px;
    right: 0px;
    border: none;
    display: none;
  }
  
  .search-field_icon {
    cursor: pointer;
  }
  
  .search-field.show_input {
    cursor: text;
    outline: 0;
    /* width: 250px; */
    width: 330px;
    color: #fff;
    z-index: 99999;
    display: block;
  }
  
  .search-field .is-form-style input.is-search-input {
    background: #000;
    background-image: none !important;
    color: #fff;
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 14px !important;
    height: 36px;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: solid 1px #000 !important;
    font-family: arial;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .search-field .is-form-style button.is-search-submit {
    display: none;
  }
  
  #is-ajax-search-result-1172 {
    width: 251px !important;
    right: 127px !important;
  }
  
  .nav-sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 99999;
    animation: 0.9s forwards smoothscroll;
    padding: 15px 0px;
    /* background: white; */
  }
  
  .topHeader-sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    /* background-color: blacksz; */
    z-index: 999999;
    animation: 0.9s forwards smoothscroll;
  /*   padding: 15px 0px; */
    /* background: white; */
  }
  
  @keyframes smoothscroll {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* banner_section */
  /* 14-3-2023 */
  .first_div {
    column-gap: 50px;
  }
  
  .second_div {
    column-gap: 30px;
  }
  
  .second_div .main_heading {
    flex: 1 0 auto;
  }
  
  .main_heading_div .description p {
    padding-bottom: 0px;
  }
  
  /* 14-3-2023 */
  .grey_background {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .banner_section {
    position: relative;
    /* overflow: hidden; */
  }
  
  .product_catagory_section {
    position: relative;
    z-index: 999;
    padding-top: 30px;
  }
  
  .main_banner_div {
    max-width: 850px;
    margin: auto;
    position: relative;
    z-index: 999;
    width:100%;
  }
  
  .prowrap_heading {
    max-width: 820px;
    margin: auto;
  }
  
  .banner_image {
    margin-top: 70px;
    text-align: center;
    max-width: 1050px;
    margin: 60px auto 0px;
  }
  
  .home .banner_section:before {
    background-color: rgb(11 11 11 / 70%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
  }
  .banner-main-div{
    min-height: calc(100vh - 175px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .home .banner_section .main_heading, .home .banner_section .description {
     color:white;
  }
.video-div .video-player:not(:first-of-type){
	display:none;
}
  .banner_section .video-div video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner_section .video-div{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
  }
  .common_circle {
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    filter: blur(75px);
  }
  
  .yellow_circle {
    background: rgba(255, 191, 67, 0.1);
    max-width: 500px;
    max-height: 500px;
    top: 0px;
    width: 500px;
    height: 500px;
    right: 28%;
    z-index: -1;
  }
  
  .red_circle {
    background: rgba(224, 30, 46, 0.1);
    max-width: 400px;
    max-height: 400px;
    bottom: 50px;
    width: 400px;
    height: 400px;
    right: 10%;
  }
  
  .pink_circle {
    background: rgba(224, 30, 46, 0.05);
    max-width: 480px;
    max-height: 480px;
    bottom: 50px;
    width: 480px;
    height: 480px;
    left: -5%;
    top: 5%;
  }
  
  .catagory_heading_div {
    display: flex;
    column-gap: 40px;
  }
  
  .catagory_heading_div>div {
    flex: 1;
  }
  
  .different_box_div {
    margin-top: 60px;
  }
  
  .arrow_div {
    position: relative;
    height: 190px;
    width: 190px;
    background-color: black;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    right: -8%;
    bottom: -25px;
    margin: auto;
    padding-top: 70px;
    transition: ease 0.2s all;
    bottom: -5%;
    position: absolute;
  }
  
  .arrow_div:before {
    background: var(--red-color);
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 50%;
    top: 50%;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
  }
  
  .catagory_box:hover .arrow_div:before {
    content: "";
    width: 190px;
    height: 190px;
    right: 0%;
    top: 0%;
    transition: all 200ms ease-in-out;
  }
  
  .catagory_box .description {
    margin-bottom: 200px;
  }
  
  .catagory_box:hover img {
    transform: scale(1.3);
  }
  
  .arrow_div img {
    align-self: baseline;
    transition: ease 0.2s all;
    z-index: 9;
  }
  
  .box_row {
    row-gap: 25px;
  }
  
  /* purchase_section */
  .purchase_section {
    overflow: hidden;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 145px 0px;
  }
  
  .purchase_section:before {
    position: absolute;
    background-color: black;
    width: 55%;
    top: 0px;
    right: 0px;
    height: 100%;
    content: "";
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  }
  
  .purchase_video {
    position: absolute;
    z-index: -1;
    top: 0px;
    height: 100%;
    left: 0px;
  }
  
  .purchase_text_div {
    max-width: 45%;
    margin-left: auto;
    position: relative;
    z-index: 999;
  }
  
  /* purchase_section */
  
  /*  */
  .number {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    font-family: "poppinssemibold";
    margin-bottom: 20px;
    border-radius: 100%;
  }
  
  .small_sub_heading {
    font-size: 20px;
    font-family: "poppinssemibold";
    padding-bottom: 10px;
    line-height: 32px;
  }
  
  .case_yellow_circle {
    width: 512px;
    height: 512px;
    right: 30%;
    top: 20px;
    background: rgba(255, 191, 67, 0.1);
  }
  
  .reviewer_name {
    font-size: 18px;
    padding-bottom: 5px;
    font-family: "Inter";
    font-weight: 500;
  }
  
  .position {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
  }
  
  .slider_item {
    background-color: white;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
  }
  
  .slider_item .description {
    height: 100%;
  }
  
  .testimonial_slider .owl-stage,
  .testimonial_slider .owl-item {
    display: flex;
  }
  
  .testimonial_slider .owl-stage {
    height: 100%;
  }
  
  .review_detail_div {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 40px;
    align-items: center;
  }
  
  .owl-dots {
    text-align: center;
  }
  
  .owl-dots {
    margin-top: 20px;
  }
  
  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: rgb(224 30 46 / 20%);
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
  }
  
  .owl-dots .owl-dot.active span {
    background-color: var(--red-color);
  }
  
  .review_yellow_circle {
    height: 500px;
    width: 500px;
    background: rgba(255, 191, 67, 0.1);
    top: 0px;
    left: 0px;
    right: 0px;
  }
  
  .review_pink_circle {
    height: 500px;
    width: 500px;
    background: rgba(224, 30, 46, 0.07);
    bottom: -100px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  
  /* contact_section */
  .contact_section {
    /*  background-image: url("../image/contact_background.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .profile_image img {
    border-radius: 100%;
  }
  
  .form_input_div input,
  .form_input_div textarea {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
  }
  
  .form_input_div input:focus,
  .form_input_div input:focus-visible,
  .form_input_div textarea:focus-visible,
  .form_input_div textarea:focus {
    outline: none;
  }
  
  .form_input_div {
    margin-bottom: 15px;
  }
  
  .contact_form_div {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
  }
  
  .owner_position {
    color: rgba(0, 0, 0, 0.3);
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .contact_info_heading {
    font-size: 19px;
    font-family: "Inter";
    font-weight: 500;
    padding-bottom: 5px;
  }
  
  .contact_info_single_div {
    flex: 1;
    border: 1px solid;
    display: flex;
    column-gap: 18px;
    padding: 20px;
    border: 1px solid #d9d9d9;
    text-align: left;
    min-width: 48%;
  }
  
  .contact_info_inner_div {
    display: flex;
    row-gap: 20px;
    column-gap: 3%;
    flex-wrap: wrap;
  }
  
  .contact_info_single_div a {
    display: inline-block;
  }
  
  .contact_info_single_div a:first-of-type img {
    margin-bottom: 7px;
  }
  
  .new_social_icon a {
    display: flex;
    column-gap: 10px;
    color: black;
  }
  
  .catagory_page_box .single_box_div .small_heading {
    text-transform: uppercase;
  }
  
  /* footer */
  footer {
    background-color: black;
  }
  
  .footer_widget {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 0.5fr;
    grid-column-gap: 80px;
    color: white;
  }
  
  .footer_heading {
    font-size: 24px;
    font-family: "Inter";
    font-weight: 500;
  }
  
  .footer_heading_div {
    min-height: 65px;
  }
  
  .single_footer_widget ul li a {
    color: white;
    position: relative;
    z-index: 1;
    transition: ease 0.2s all;
    padding: 3px;
  }
  
  .single_footer_widget ul li a:after {
    content: "";
    background-color: var(--red-color);
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 5px;
  }
  
  .single_footer_widget ul li a:hover:after {
    width: 100%;
  }
  
  .single_footer_widget ul li {
    display: flex;
    column-gap: 10px;
    padding-bottom: 20px;
    align-items: center;
  }
  
  .single_footer_widget ul li:last-child {
    padding-bottom: 0px;
  }
  
  .font-14 {
    font-size: 14px;
  }
  
  .review_widget ul li {
    align-items: flex-start;
  }
  
  .copyright_text {
    border-top: 1px solid #c5c5c5;
    padding: 15px 0px;
  }
  
  .copyright_text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  
  .copyright_text ul li {
    /* padding: 0px 20px; */
    border-right: 1px solid white;
  }
  
  .copyright_text ul li:last-child {
    border: none;
  }
  
  .copyright_text ul li:first-child {
    padding-left: 0px;
  }
  
  .copyright_text ul li a {
    color: white;
  }
  
  .case_heading_div {
    max-width: 550px;
    margin: 0px auto 50px;
    text-align: center;
  }
  
  /* ****** aboutus page ******* */
  .single_footer_widget ul li a:hover {
    color: white;
  }
  
  .hero_section {
    background: url("../image/aboutus_image.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  
  .hero_section:before {
    position: absolute;
    background-color: #f2f2f2;
    width: 55%;
    top: 0px;
    right: 0px;
    height: 100%;
    content: "";
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  }
  
  .priority_section .prowrap_heading {
    max-width: 800px;
  }
  
  .delivery_section .common_right_div .row .col-6 .delivery_image_div:first-of-type {
    margin-bottom: 30px;
  }
  
  .description ul {
    padding-left: 20px;
    margin-top: 15px;
  }
  
  .description ul li a {
    color: #000000;
    text-decoration: underline;
  }
  
  .description ul li {
    padding-bottom: 15px;
  
    list-style: disc;
  }
  
  .description li:last-child {
    padding-bottom: 0px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
  }
  
  .breadcrumb {
    margin: 0px;
    align-items: center;
    text-transform: uppercase;
    font-family: "poppinsmedium";
  }
  
  .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
  }
  
  .breadcrumb_div {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  
  .breadcrumb_background {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .breadcrumb img {
    vertical-align: baseline;
  }
  
  .breadcrumb-item.active {
    color: black;
  }
  
  .catagory_page_box .catagory_box {
    background-color: white;
  }
  
  .catagory_page_review .slider_item {
    width: 100%;
    background-color: #f2f1f1;
  }
  
  .product_banner:before {
    /*background-image: url("../image/product_banner_image_1.webp");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  
  .product_banner:after {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: -1;
    content: "";
  }
  
  .product_page .breadcrumb-item,
  .product_page .breadcrumb-item a {
    color: white;
    font-family: "Inter";
    font-weight: 500;
  }
  
  .product_page .breadcrumb-item+.breadcrumb-item::before {
    color: white;
  }
  
  .product_page .breadcrumb_div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  
  .product_main_heading {
    font-size: 68px;
    font-family: "poppinsbold";
    padding-bottom: 10px;
  }
  
  .product_description p {
    font-size: 28px;
    color: white;
    font-family: "Inter";
    font-weight: 600;
  }
  
  .product_page .main_heading_div {
    max-width: 700px;
  }
  
  /* ****** aboutus page end ****** */
  
  /* product page */
  .upper_contact_div {
    background-color: white;
    padding: 30px 30px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin-bottom: 30px;
  }
  
  .upper_contact_div .review_detail_div {
    justify-content: flex-start;
    margin-top: 0px;
    column-gap: 20px;
  }
  
  .owner_name {
    font-size: 24px;
    font-family: "Inter";
    font-weight: 500;
  }
  
  .owner_position {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
  }
  
  .contact_margin_top {
    margin-top: -170px;
  }
  
  .produc_contact_info ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  
  .produc_contact_info li {
    display: flex;
    column-gap: 5px;
    align-items: center;
  }
  
  .review_info_div {
    width: 100%;
  }
  
  .produc_contact_info li a {
    color: black;
    font-size: 15px;
  }
  
  .service_indicate_div {
    display: flex;
    align-items: center;
    column-gap: 50px;
  }
  
  .product_slider_item {
    background-color: white;
  }
  
  .product_slider_item .owner_name {
    font-family: "poppinssemibold";
    padding-bottom: 10px;
  }
  
  .productlist_text_div {
    padding: 30px 25px;
  }
  
  .font-36 {
    font-family: "Inter";
    font-weight: bold;
    font-size: 36px;
  }
  
  .font-32 {
    /* font-size: 32px; */
    font-family: "Inter";
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 35px;
  }
  
  .productimage_div img {
    max-height: 170px;
    width: auto;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    width: 100%;
    min-height: 170px;
    border-radius: 15px 15px 0px 0px;
  }
  
  .product_list_Section:before {
    content: url("/wp-content/uploads/2023/03/product_arrow_image.svg");
    position: absolute;
    top: -290px;
    height: fit-content;
    width: fit-content;
    right: 22%;
    z-index: -1;
  }
  
  .product_yellow_circle {
    position: absolute;
    width: 512px;
    height: 512px;
    top: 0px;
    right: 130px;
    background-color: rgba(255, 191, 67, 0.1);
  }
  
  .product_pink_circle {
    background-color: rgba(224, 30, 46, 0.05);
    position: absolute;
    width: 512px;
    height: 512px;
    top: 0px;
    left: 130px;
  }
  
  .product_list_slider .owl-nav button.owl-prev span:before {
    content: url("../image/privious_arrow.svg");
    transition: ease 0.2s all;
    background-image: url("../image/privious_arrow.svg");
    content: "";
  }
  
  .product_list_slider .owl-nav button.owl-prev.disabled span:before {
    content: url("../image/privious_white_arrow.svg");
    transition: ease 0.2s all;
    background-image: url("../image/privious_white_arrow.svg");
    content: "";
  }
  
  .product_list_slider .owl-nav button.owl-next span:before {
    content: url("../image/next_black_arrow.svg");
    transition: ease 0.2s all;
    background-image: url("../image/next_black_arrow.svg");
    content: "";
  }
  
  .product_list_slider .owl-nav button.owl-next.disabled span:before {
    content: url("../image/next_white_arrow.svg");
    transition: ease 0.2s all;
    background-image: url("../image/next_white_arrow.svg");
    content: "";
  }
  
  .product_list_slider .owl-nav button span:before {
    height: 12px;
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    margin: auto;
    background-size: 30px;
  }
  
  .product_list_slider .owl-nav button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: white !important;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    transition: ease 0.2s all;
  }
  
  .product_list_slider .owl-nav button.disabled {
    background-color: black !important;
  }
  
  .product_list_slider .owl-nav button.owl-prev {
    left: -60px;
  }
  
  .product_list_slider .owl-nav button.owl-next {
    right: -60px;
  }
  
  .prowrap_process_div .small_sub_heading {
    font-family: "poppinsmedium";
  }
  
  /* contact page */
  .contact_banner_section:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 550px;
    z-index: -1;
  }
  
  .faq_div {
    margin-top: 200px;
  }
  
  .faq_area .accordion-item {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 20px;
  }
  
  .faq_area .accordion-item:last-of-type {
    margin-bottom: 0px;
  }
  
  .faq_area .accordion-item .accordion-button {
    border-radius: 15px;
    padding-right: 45px;
    font-family: "poppinsmedium";
  }
  
  .faq_area .accordion-item .accordion-button:not(.collapsed) {
    background-color: black;
    color: white;
    border-radius: 15px 15px 0px 0px;
  }
  
  .accordion-button::after {
    background-image: url("../image/black_down_arrow.svg");
    position: absolute;
    right: 20px;
    top: 8px;
    bottom: 0px;
    margin: auto;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: url("../image/white_up_arrow.svg");
    transform: none;
  }
  
  .padding_right {
    padding-right: 45px;
  }
  
  .contact_link_section .contact_info_inner_div {
    /* margin-top: 20px; */
  }
  
  .overflow_hidden {
    overflow: hidden;
  }
  
  .contact_banner_section .yellow_circle {
    right: 0px;
  }
  
  .contact_info_text a {
    color: black;
  }
  
  .wpcf7-form .common_button_div {
    position: relative;
  }
  
  .wpcf7-form .common_button_div .wpcf7-spinner {
    position: absolute;
    bottom: -25px;
    left: 0px;
    border: 1px solid;
    right: 0px;
    margin: auto;
  }
  
  #sbi_load .sbi_load_btn {
    height: 48px;
    align-items: center;
    padding: 0 20px !important;
    font-size: 16px !important;
    justify-content: center;
    display: inline-flex !important;
    min-width: 180px;
    position: relative;
    z-index: 99 !important;
    overflow: hidden;
    margin-top: 25px !important;
    border-radius: 60px !important;
    border: none;
    color: #fff;
  }
  
  #sbi_load .sbi_load_btn:hover {
    box-shadow: none !important;
  }
  
  .breadcrumb_div .breadcrumb-item a {
    display: flex;
  }
  
  .product_contact_div .contact_form_div .main_heading {
    font-size: 35px;
  }
  
  .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red !important;
  }
  
  .wpcf7 form .wpcf7-response-output {
    margin-left: 0px !important;
  }
  
  .form_input_div .wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: normal;
  }
  
  .nav-sticky .search-field.show_input {
    top: 67px;
  }
  
  /* search css */
  .probox {
    background: #000 !important;
    height: 50px !important;
  }
  
  div.asl_w .probox .promagnifier .innericon svg {
    fill: #ffffff !important;
  }
  
  #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input {
    color: #fff !important;
  }
  
  #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input::placeholder {
    font-family: "Open Sans";
  }
  
  .search_icon_div #ajaxsearchlite1 {
    border: none;
    box-shadow: none;
  }
  
  .search_icon_div .probox .promagnifier {
    border: none !important;
    height: 50px !important;
    box-shadow: none !important;
    margin-right: 5px !important;
  }
  
  #ajaxsearchlite1 .proclose {
    height: 50px !important;
  }
  
  #ajaxsearchlite1 .probox .proclose svg {
    background: none !important;
    height: 30px;
    margin-top: -15px;
    box-shadow: none !important;
  }
  
  #ajaxsearchlite1 .probox .proinput input {
    height: 50px !important;
    margin-top: 0px !important;
  }
  
  #ajaxsearchlite1 .probox .proinput input::placeholder {
    color: white !important;
  }
  
  #ajaxsearchlite1 .probox div.asl_simple-circle {
    border: 4px solid white;
  }
  
  #ajaxsearchlite1 .proloading {
    margin-top: 5px !important;
    margin: auto !important;
  }
  
  .asl_nores .asl_keyword {
    display: none !important;
  }
  
  .wpdreams_asl_results:has(.afterset) {
    display: none !important;
  }
  
  /* search css end */
  .sb_instagram_header.sbi_no_avatar {
    display: none;
  }
  
  .breadcrumb-item {
    line-height: initial;
  }
  
  /* pagination css */
  .navigation.pagination {
    justify-content: center;
    padding-right: 0px;
  }
  
  .navigation.pagination .page-numbers {
    border: 1px solid black;
    height: 35px;
    color: black;
    width: 35px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }
  
  .navigation.pagination .page-numbers.current {
    background-color: black;
    color: white;
  }
  
  .navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  
  .no-results.not-found {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
  }
  
  .no-results.not-found .asl_w_container {
    display: none;
  }
  
  .no-results.not-found .page-title {
    font-size: 40px;
    color: #c8c8c8;
    padding-bottom: 10px;
  }
  
  .no-results.not-found .page-content p {
    color: #c8c8c8;
  }
  
  #ajaxsearchliteres1 {
    z-index: 9999 !important;
  }
  
  .mc-modal {
    top: 0px !important;
    bottom: 0px !important;
    height: fit-content;
    margin: auto;
  }
  
  .modalContent__image {
    width: 256px;
  }
  
  .mc-modal-bg {
    opacity: 0.68 !important;
  }
  
  .product_list_Section {
    overflow: hidden;
  }
  
  .review_widget ul li img {
    margin-top: 7px;
  }
  
  /* terms and condition page start */
  /* .terms_and_condtion_content h1{
    font-size: 42px;
    color: #000;
    font-family: "poppinsbold";
    padding-bottom: 20px;
    line-height: 50px;
  }
  .terms_and_condtion_content h3{
    font-size: 22px;
    font-family: "poppinssemibold";
    padding-bottom: 15px;
    line-height: 25px;
  }
  .terms_and_condtion_content > ol{
    counter-reset: section;
  }
  .terms_and_condtion_content > ol > li > ol{
    margin-top: 10px;
    counter-reset: subsection;
  }
  .terms_and_condtion_content > ol > li{
    font-size: 25px;
    font-family: "poppinssemibold";
    padding-bottom: 15px;
  }
  .terms_and_condtion_content > ol > li > ol > li{
    font-size: 16px;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    display:flex;
  }
  .terms_and_condtion_content > ol > li:before{
    content: counter(section) ". ";
    counter-increment: section;
  }
  .terms_and_condtion_content > ol > li > ol > li:before{
    content: counter(section)"."counter(subsection)". ";
    counter-increment: subsection;
    min-width: 32px;
    display: inline-block;
  }
  .terms_and_condtion_content > ol > li > ol{
    padding-left: 20px;
  }
  .terms_and_condtion_content > ol{
    padding-left: 0px;
    margin-top: 20px;
  }
  .terms_and_condtion_content > ol > li > ol > li{
    padding-bottom: 10px;
  }
  .terms_and_condtion_content > ol > li > ol > li:last-child{
    padding-bottom: 0px;
  } */
  /* terms and condition page end */
  
  .contact_info_div>p.font-40 {
    display: none;
  }
  
  .service_right_div .font-32 {
    padding-bottom: 0px;
  }
  
  /* landing page css start */
  .heading {
    color: #000;
    font-family: "poppinsbold";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    padding-bottom: 15px;
  }
  
  .subscription-form {
    margin-top: 30px;
  }
  
  .form_input_div input:focus {
    background-color: #f2f2f2;
    box-shadow: none;
  }
  
  .loading img {
    max-width: 30px;
    max-height: 30px;
  }
  
  .loading {
    border: none;
    background-color: transparent;
    margin-top: 10px;
  }
  
  .ml-error input {
    border: 1px solid red !important;
  }
  
  .subscription-form .form_input_div {
    margin-bottom: 0px;
  }
  
  .top-header-text a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  
  .top-header-text a:first-child {
    color: #000
  }
  
  .top-header-text a img {
    margin-right: 5px;
    max-width: 20px;
  }
  
  /* landing page css end */
  .product_contact_section .common_left_div .description h2{
      padding-bottom:15px;
  }
  .product_contact_section .common_left_div .description strong{
      font-weight:600;
  }
  /* responsive */
  @media screen and (min-width: 576px) {
  
    .product_contact_div .contact_form_div .row .col-12:nth-of-type(1),
    .product_contact_div .contact_form_div .row .col-12:nth-of-type(2) {
      width: 50%;
    }
  }
  
  @media screen and (min-width: 992px) {
  
    .single_footer_widget ul li a:hover,
    .single_footer_widget ul li a:target,
    .single_footer_widget ul li a:focus,
    .single_footer_widget ul li a:focus-visible,
    .single_footer_widget ul li a:focus-within,
    .single_footer_widget ul li a:visited,
    .single_footer_widget ul li a:target,
    .single_footer_widget ul li a:active {
      color: white;
    }
  
    /* sub menu css */
    .custome_nav_ul .sub_menu {
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      position: absolute;
      top: 90px;
      background-color: #fff;
      -webkit-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      z-index: 99999;
      width: 280px;
      text-align: left;
      -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
      box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
      border-bottom: 2px solid var(--red-color);
    }
  
    .nav-sticky .custome_navbar .custome_nav_ul .sub_menu {
      top: 70px;
    }
  
    .custome_nav_ul li:hover>ul {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
    }
  
    .custome_nav_ul .sub_menu>li {
      transition: ease all 0.2s;
    }
  
    .custome_nav_ul .sub_menu>li:hover {
      background-color: rgba(0, 0, 0, 0.05);
      transition: ease 0.2s all;
    }
  
    .custome_nav_ul .sub_menu>li>a {
      padding: 12px 15px !important;
      font-size: 15px;
    }
  
    .custome_nav_ul .sub_menu>li:last-child>a {
      border-bottom: none;
    }
  
    .search_icon_div {
      margin-left: 15px;
    }
  
    .custome_nav_ul li a.nav-link:focus {
      color: black;
    }
  
    .main_header {
      padding: 0px 0px;
    }
  
    .custome_navbar_expand {
      padding: 0px;
    }
  
    .custome_nav_ul>li {
      height: 90px;
      display: flex;
      align-items: center;
    }
  
    .nav-sticky .custome_nav_ul>li {
      height: 66px;
    }
  
    .insta_feed_section .prowrap_heading {
      max-width: 1000px;
    }
  
    #menu-item-588 ul.sub_menu,
    #menu-item-229 ul.sub_menu {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      width: 565px;
    }
  
    .custome_nav_ul .sub_menu>li {
      height: 100%;
      border-bottom: 1px solid rgb(0 0 0 / 5%);
    }
  
    /* 18-5-2023 */
    .offer-button {
      position: absolute;
      top: 5px;
      right: 0px;
      margin-top: 0px;
    }
  
    .main-desc {
      max-width: 445px;
    }
  
    .main_desktop_div .main_heading span {
      position: absolute;
      bottom: 30px;
      margin-left: -71px;
      right: 0px;
    }
  
    .top-header-main-div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      column-gap: 10px;
    }
  }
  
  @media screen and (max-width: 1450px) and (min-width: 1400px) {
    .product_list_slider .owl-nav button.owl-next {
      right: -50px;
    }
  
    .product_list_slider .owl-nav button.owl-prev {
      left: -50px;
    }
  }
  
  @media screen and (max-width: 1400px) and (min-width: 992px) {
    .top-header-text {
      padding: 27px 13px;
    }
  }
  
  @media screen and (max-width: 1400px) and (min-width: 1199px) {
    .custome_nav_ul li a {
      padding: 6px 25px 6px 8px !important;
    }
  
    .product_list_Section:before {
      right: 10%;
    }
  
    .product_list_slider .owl-nav button {
      width: 35px;
      height: 35px;
    }
  
    .product_list_slider .owl-nav button.owl-next {
      right: -40px;
    }
  
    .product_list_slider .owl-nav button.owl-prev {
      left: -40px;
    }
  
    .product_list_slider .owl-nav button span:before {
      background-size: 25px;
    }
  
    .custome_nav_ul>li.dropdown_menu>.arrow {
      right: 10px;
    }
  
    .heading {
      font-size: 55px;
      line-height: 65px;
    }
  
    .main_heading {
      font-size: 35px;
      line-height: 43px;
    }
  
    .main_banner_div {
      max-width: 745px;
    }
  
    .contact_info_heading {
      font-size: 17px;
    }
  
    .postid-675 .product_banner:before {
      background-position: center center;
    }
  }
  
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .postid-675 .product_banner:before {
      background-position: center center;
    }
  
    .custome_nav_ul li a.nav-link:after {
      content: none;
    }
  
    .custome_nav_ul>li.dropdown_menu>.arrow {
      right: 0px;
    }
  
    .custome_nav_ul .sub_menu {
      top: 90px;
    }
  
    .custome_nav_ul li a {
      padding: 6px 12px 6px 0px !important;
      font-size: 14px;
    }
  
    .custome_nav_ul>li {
      margin-left: 13px;
    }
  
    .custome_nav_ul li:last-child a {
      padding-right: 0px !important;
    }
  
    .top_header ul li {
      padding: 0px 20px;
    }
  
    .product_contact_section .upper_contact_div,
    .product_contact_section .contact_form_div,
    .contact_banner_section .upper_contact_div,
    .contact_banner_section .contact_form_div {
      padding: 30px 20px;
    }
  
    .product_list_Section:before {
      right: 50px;
    }
  
    .product_list_slider .owl-nav button {
      width: 28px;
      height: 28px;
    }
  
    .product_list_slider .owl-nav button.owl-next {
      right: -30px;
    }
  
    .product_list_slider .owl-nav button.owl-prev {
      left: -30px;
    }
  
    .product_list_slider .owl-nav button span:before {
      background-size: 20px;
    }
  
    .heading {
      font-size: 50px;
      line-height: 60px;
    }
  
    .main_heading {
      font-size: 35px;
      line-height: 43px;
    }
  
    .main_banner_div {
      max-width: 745px;
    }
  
    .contact_info_single_div {
      min-width: 100%;
    }
  
    .single.single-tjenester .service_indicate_div {
      padding-top: 0px;
    }
  
    .top-header-text a {
      align-items: center;
    }
  
    .top-header-text a img {
  /*     margin-top: 5px; */
    }
  }
  
  @media screen and (max-width: 1400px) and (min-width: 992px) {}
  
  @media screen and (max-width: 992px) and (min-width: 767px) {
    .postid-675 .product_banner:before {
      background-position: center center;
    }
  
    .custome_navbar {
      height: calc(100vh - 160px);
    }
  
    .nav-sticky .custome_navbar {
      height: calc(100vh - 75px);
    }
  
    .top_header ul li {
      padding: 0px 15px;
    }
  
    .custome_navbar {
      top: 170px;
    }
  
    .product_list_slider .owl-nav button {
      width: 28px;
      height: 28px;
    }
  
    .product_list_slider .owl-nav button.owl-next {
      right: -30px;
    }
  
    .product_list_slider .owl-nav button.owl-prev {
      left: -30px;
    }
  
    .product_list_slider .owl-nav button span:before {
      background-size: 20px;
    }
  
    .heading {
      font-size: 45px;
      line-height: 55px;
    }
  
    .main_heading {
      font-size: 40px;
      line-height: 46px;
    }
  
    .small_heading {
      font-size: 25px;
    }
    .banner-main-div{
      min-height: calc(100vh - 200px);
    }
    /* terms and condition page */
    .terms_and_condtion_content h1 {
      font-size: 35px;
      line-height: 40px;
    }
     /* .custome_navbar {
      top: 177px;
    } */
    /* .top-header-text:before{
      top: 40px;
    } */
  }
  
  @media screen and (max-width: 992px) and (min-width: 576px) {
    .footer_widget {
      grid-template-columns: 1fr 1fr;
    }
  
    .custome_navbar {
      top: 177px;
    }
  
    .nav-sticky .custome_navbar {
      top: 77px;
    }
  
    .insta_feed_section .main_heading {
      font-size: 30px;
    }
  
    .nav-sticky .search-field.show_input {
      top: 59px;
    }
  
    .search-field.show_input {
      top: 63px;
    }
  }
  
  @media screen and (max-width: 767px) and (min-width: 576px) {
    .custome_navbar {
      height: calc(100vh - 130px);
    }
  
    .nav-sticky .custome_navbar {
      height: calc(100vh - 75px);
    }
  
    /* .custome_navbar {
      top: 133px;
    } */
  
    .heading {
      font-size: 40px;
      line-height: 50px;
    }
  }
  
  @media screen and (max-width: 1199px) {
    .service_indicate_div {
      padding-top: 60px;
    }
  
    .padding_right {
      padding-right: 0px;
    }
  
    .postid-675 .product_banner:before {
      background-position: center center;
    }
  }
  
  @media screen and (max-width: 992px) {
    .postid-675 .product_banner:before {
      background-position: center center;
    }
  
    .arrow.open {
      transform: rotateZ(177deg);
    }
  
    .custome_nav_ul {
      overflow-x: hidden;
    }
  
    .purchase_section {
      padding: 60px 0px;
    }
  
    .contact_info_div.mt-50 {
      margin-top: 20px !important;
    }
  
    .custome_nav_ul>li.dropdown_menu>.arrow {
      border-color: black;
      z-index: 999;
      width: 45px;
      height: 45px;
      border-top-width: 2px;
      border-right-width: 2px;
      top: 0px;
      bottom: inherit;
      right: 2px;
      transition: ease 0.3s all;
    }
  
    .custome_nav_ul li .sub_menu li a {
      text-transform: math-auto;
      padding-left: 20px;
      font-size: 15px;
      border-bottom: 1px solid rgb(0 0 0 / 5%);
      padding-left: 35px !important;
    }
  
    .sub_menu {
      display: none;
    }
  
    .pt-120 {
      padding-top: 50px;
    }
  
    .pb-120 {
      padding-bottom: 50px;
    }
  
    .section_padding {
      padding: 50px 0px;
    }
  
    .banner_image {
      margin-top: 40px;
    }
  
    .main_desktop_div {
      text-align: center;
    }
  
    .catagory_heading_div {
      display: block;
    }
  
    .catagory_box .description {
      margin-bottom: 170px;
    }
  
    .contact_section>.container-fluid>.container>.row {
      row-gap: 30px;
    }
  
    .footer_heading_div {
      min-height: 50px;
    }
  
    .footer_widget {
      grid-row-gap: 35px;
    }
  
    /* header menu css */
    .custome_toggler {
      position: relative;
      display: block;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      order: 3;
      z-index: 12;
      width: 1.75rem;
      height: 1rem;
      border: none;
      outline: none;
      background: none;
      visibility: visible;
      transform: rotate(0deg);
    }
  
    .custome_toggler .toggler-line {
      position: absolute;
      display: block;
      right: 0;
      width: 100%;
      height: 2px;
      border: none;
      outline: none;
      opacity: 1;
      transform: rotate(0deg);
      background-color: black;
      transition: 0.25s ease-in-out;
    }
  
    .custome_toggler .toggler-line:nth-child(1) {
      top: 0px;
    }
  
    .custome_toggler .toggler-line:nth-child(2) {
      top: 0.5rem;
    }
  
    .custome_toggler .toggler-line:nth-child(3) {
      top: 1rem;
    }
  
    .search_icon_div {
      flex: 1 0 auto;
      text-align: end;
      padding-right: 20px;
    }
  
    .custome_navbar {
      position: fixed;
      right: -100%;
      z-index: 10;
      max-width: 300px;
      width: 100%;
      overflow: auto;
      color: var(--color-black-400);
      background-color: white;
      box-shadow: var(--shadow-medium);
      transition: all 0.15s ease-in-out;
      box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
      pointer-events: all;
      z-index: 99999;
      padding-top: 20px;
    }
  
    .main_header {
      pointer-events: all;
    }
  
    .custome_navbar.show {
      right: 0;
    }
  
    .custome_toggler.is_active .toggler-line:nth-child(1) {
      top: 0.5rem;
      transform: rotate(135deg);
    }
  
    .custome_toggler.is_active .toggler-line:nth-child(2) {
      right: -1.5rem;
      opacity: 0;
      visibility: hidden;
    }
  
    .custome_toggler.is_active .toggler-line:nth-child(3) {
      top: 0.5rem;
      transform: rotate(-135deg);
    }
  
    .custome_toggler:focus {
      box-shadow: none;
    }
  
    .custome_nav_ul li a:before,
    .custome_nav_ul li a:after {
      display: none;
    }
  
    .overflow {
      overflow: hidden;
      pointer-events: none;
    }
  
    .custome_nav_ul li a {
      padding: 10px 25px !important;
      border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
  
    .custome_nav_ul li.active a {
      color: white;
      background-color: var(--red-color);
    }
  
    /* header menu css end */
    .padding_left {
      padding-left: 0px;
    }
  
    .contact_margin_top {
      margin-top: 40px;
    }
  
    .single.single-tjenester .contact_margin_top {
      margin-top: 0px;
    }
  
    .service_left_image {
      max-width: 250px;
      margin: 0px auto 20px;
    }
  
    .service_indicate_div {
      padding-bottom: 60px;
      display: block;
    }
  
    .product_list_Section:before {
      right: 0px;
    }
  
    .product_pink_circle {
      left: 0px;
    }
  
    .product_yellow_circle {
      right: 0px;
    }
  
    .faq_div {
      margin-top: 60px;
    }
  
    .purchase_box_div {
      margin-top: 30px !important;
    }
  
    .slider_div {
      margin-top: 15px !important;
    }
  
    .single.single-tjenester .service_indicate_div {
      padding-top: 60px;
    }
  
    .top_header .container-fluid {
      margin: 0;
      padding: 0;
    }
  
    .top_header .container {
      padding: 0;
      max-width: 100%;
    }
  
    /* .top-header-text:before {
      content: "";
      position: absolute;
      top: 33px;
      width: 100%;
      height: 1px;
      background-color: #ffffff26;
      left: 0px;
    } */
  
    .top-header-main-div {
      flex-direction: column;
      row-gap: 7px;
      text-align: center;
    }
  
    /* .top-header-text {
      padding-bottom: 6px;
      margin-bottom: 3px;
    } */
  
    .top_slider_inner_div p {
      font-size: 14px;
    }
  
    .top-header-text,
    .top_header_slider {
      padding: 8px 12px;
    }
  
    /* .top_slider_inner_div img {
      /* max-width: 25px; */
    /* } */
    */ .top_slider_item {
      justify-content: center;
      display: flex;
    }
  
    .top_header_slider .owl-stage {
      display: flex;
      height: 100%;
    }
  
    .top_header_slider .owl-stage .owl-item {
      display: flex;
      justify-content: center;
    }
  
    .top_slider_inner_div {
      display: flex;
      align-items: center;
      column-gap: 10px;
    }
  
    /* .top_header {
      padding-bottom: 5px 0px;
    } */
  
    .top-header-text a {
      justify-content: center;
    }
  }
  
  @media screen and (max-width: 767px) {
    .top_header ul {
      display: none;
    }
  
    /* .top_slider_inner_div {
      display: flex;
      align-items: center;
      column-gap: 10px;
    } */
  
    /* .top_header {
      padding: 5px 0px;
    } */
  
    /* .top_slider_item {
      justify-content: center;
      display: flex;
    }
  
    .top_header_slider .owl-stage {
      display: flex;
      height: 100%;
    }
  
    .top_header_slider .owl-stage .owl-item {
      display: flex;
      justify-content: center;
    } */
  
    .mt-50 {
      margin-top: 35px;
    }
  
    .font-32 {
      font-size: 25px;
    }
  
    .main_heading,
    .font-,
    .product_contact_div .contact_form_div .main_heading {
      font-size: 28px;
      line-height: 32px;
      padding-bottom: 10px;
    }
  
    .product_contact_div .contact_form_div .main_heading {
      /* padding-bottom: 20px; */
    }
  
    .contact_form_div {
      padding: 25px 20px;
    }
  
    .modal-content {
      padding: 15px;
    }
  
    .tilbud {
      padding: 15px;
      border-radius: 100%;
      right: 3%;
      bottom: 1%;
      background-color: black;
    }
  
    .tilbud svg path {
      fill: white;
    }
  
    .tilbud p {
      display: none;
    }
  
    .hero_section:before {
      width: 100%;
      clip-path: none;
    }
  
    .hero_section .purchase_text_div {
      max-width: 100%;
    }
  
    .font-36 {
      font-size: 28px;
    }
  
    .productlist_text_div .owner_name {
      font-size: 18px;
    }
  
    .product_list_slider .owl-nav button {
      width: 28px;
      height: 28px;
    }
  
    .product_list_slider .owl-nav button.owl-next {
      right: -30px;
    }
  
    .product_list_slider .owl-nav button.owl-prev {
      left: -30px;
    }
  
    .product_list_slider .owl-nav button span:before {
      background-size: 20px;
    }
  
    .product_main_heading {
      font-size: 38px;
    }
  
    .product_description p {
      font-size: 18px;
    }
  
    .upper_contact_div {
      padding: 25px 20px;
    }
  
    .contact_link_section .contact_info_inner_div {
      margin-top: 0px;
    }
  
    /* terms and condition page */
    .terms_and_condtion_content h1 {
      font-size: 25px;
      line-height: 30px;
    }
  
    .terms_and_condtion_content>ol>li>ol {
      padding-left: 5px;
    }
  
    .terms_and_condtion_content>ol>li {
      font-size: 20px;
      line-height: 25px;
    }
  
    .common_left_div,
    .purchase_text_div,
    .main_heading_div,
    .service_right_div,
    .productlist_text_div,
    .product_contact_div .upper_contact_div,
    .prowrap_process_div,
    .single_box_div,
    .common_right_div {
      text-align: center;
    }
  
    .produc_contact_info ul {
      justify-content: center;
    }
  
    .single_box_div .number {
      margin: 0px auto 0px;
    }
  
    .productlist_text_div {
      padding: 20px;
    }
  
    .review_detail_div .review_info_div {
      width: auto;
    }
  
    .button_div {
      justify-content: center;
    }
  
    .delivery_section ul li {
      width: fit-content;
      margin: auto;
    }
  
    .productlist_text_div .common_button_div a {
      margin-top: 0px;
    }
  
    .contact_banner_section .contact_form_div .main_heading {
      padding-bottom: 20px;
    }
  
    .single_footer_widget ul li {
      padding-bottom: 10px;
    }
  
    .different_box_div {
      margin-top: 40px;
    }
    .banner-main-div{
        min-height: 500px;
    }
    /* .top-header-text:before{
      top: 32px;
    } */
  }
  
  @media screen and (max-width: 576px) {
    .custome_navbar {
      height: calc(100% - 115px);
    }
  
    .nav-sticky .custome_navbar {
      height: calc(100vh - 65px);
    }
  
    .main_header {
      padding: 10px 0px;
    }
  
    .custome_navbar {
      top: 157px;
    }
  
    .nav-sticky .custome_navbar {
      top: 66px;
    }
  
    .footer_widget {
      grid-template-columns: 1fr;
    }
  
    .copyright_text ul {
      flex-wrap: wrap;
      row-gap: 15px;
      width: 100%;
      text-align: center;
      border-right: none;
    }
  
    .copyright_text ul li {
      width: 100%;
      text-align: center;
      text-align: center;
      border-right: none;
    }
  
    .copyright_text ul li:nth-child(2) {
      border-right: none;
    }
  
    .common_circle {
      width: 300px;
      height: 300px;
    }
  
    .purchase_text_div {
      max-width: 100%;
    }
  
    .purchase_section:before {
      width: 100%;
      clip-path: none;
    }
  
    .arrow_div {
      bottom: -7%;
    }
  
    .delivery_section .common_right_div .row .col-6 .delivery_image_div:first-of-type {
      margin-bottom: 20px;
    }
  
    .common_button {
      min-width: 160px;
    }
  
    .slider_item {
      padding: 30px 15px;
    }
  
    .product_slider_item {
      max-width: 340px;
      margin: auto;
    }
  
    .case_heading_div {
      margin: 0px auto 30px;
    }
  
    .nav-sticky .search-field.show_input,
    .search-field.show_input {
      top: 54px;
    }
  
    .no-results.not-found .page-title {
      font-size: 30px;
    }
  
    .product_page .breadcrumb-item,
    .product_page .breadcrumb-item a {
      font-size: 13px;
    }
  
    .product_contact_div .review_detail_div {
      display: block;
    }
  
    .product_contact_div.review_image {
      margin-bottom: 10px;
    }
  
    .close {
      top: 10px;
      right: 10px;
    }
  
    .home .banner_section:before {
      /* height: 83%; */
    }
  
    .heading {
      font-size: 30px;
      line-height: 40px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .contact_info_single_div {
      width: 100%;
      flex: auto;
    }
  }