/*
Theme Name:     Divi Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Yenmin Dev
Author URI:     https://yenmin.com/#/
Template:       Divi
Version: Updated for Divi 4+
*/

/* button */
a.et_pb_button.nk-btn:hover,
.home-banner-slider a.et_pb_button:hover,
#nk-btn:hover {
  background: #ffffff !important;
}

body .et_pb_bg_layout_light.et_pb_button:hover,
body .et_pb_bg_layout_light.et_pb_button.nk-btn:hover,
#nk-btn:hover {
  color: #f32f4a !important;
}

a.et_pb_button.nk-btn:hover::before,
.home-banner-slider .et_pb_button:hover::before,
#nk-btn:hover::before,
.frm-btn p:hover::before {
  background: #f32f4a;
  right: -15px;
}

.home-banner-slider a.et_pb_button::before {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: #ffffff;
  display: block;
  opacity: 1;
  right: -10px;
  bottom: 22px;
  transition: all 0.3s linear;
}

a.et_pb_button.nk-btn::before,
#nk-btn.btn-field::before,
.frm-btn p::before {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: #ffffff;
  display: block;
  opacity: 1;
  right: -10px;
  bottom: 23px;
  transition: all 0.3s linear;
}

.et_pb_button.nk-btn,
.home-banner-slider .et_pb_button,
#nk-btn {
  line-height: 10px !important;
}

.frm-btn p::before {
  z-index: 1;

}


/* BUtton Hover End */

.frm-btn p {
  position: relative;
  display: inline-block;
}

.et_pb_column.et_pb_column_0_tb_footer,
.et_pb_column.et_pb_column_1_tb_footer {
  margin-bottom: 0 !important;
}

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

.et-menu a:hover {
  opacity: 1;
}

h1.et_pb_module_heading {
  padding-bottom: 0 !important;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none;
}

.home-banner-slider .et_pb_button::after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: #ffffff;
}

.et_pb_slide_description {
  background: #ffffff;
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

.nk-header-menu .et-menu>li {
  margin: 0 20px !important;
  padding: 0 !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.current-menu-item>a:after {
  content: "";
  position: relative;
  top: auto !important;
  right: 50%;
  bottom: -18px;
  width: 13px;
  height: 5px;
  background: #f32f4a;
  border-radius: 5px;
}

.nk-header-menu ul li.menu-item a {
  padding: 0 !important;

}

.et_pb_menu .et-menu {
  margin-right: 0px;
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
  align-items: flex-start;
}

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/
/* home-banner */
.et_pb_slide .et_pb_more_button {
  position: relative;
}

.et_pb_slide_description {
  position: relative;
}

.nk-banner {
  height: 100vh;
}

/* Add to style.css */
@supports (-webkit-touch-callout: none) {
  .nk-banner {
    height: 100vh;
    max-height: -webkit-fill-available !important;
  }
}

.home-banner-slider .et_pb_media_alignment_center .et_pb_slide_image {
  right: 0;
  margin-right: 0 !important;
}

.home-banner-slider .et_pb_slider_0.et_pb_slider,
.home-banner-slider .et-pb-slider-arrows a {
  margin-top: 0 !important;
}

.home-banner-slider .et_pb_slide_description {
  left: 0;
  position: absolute;
  padding-left: 20px;
  bottom: auto;
  top: 35%;
}

.home-banner-slider .et_pb_slide_description::before {
  content: "NISHIKAS" !important;
  width: 100%;
  height: 100%;
  position: absolute !important;
  color: #000000;
  font-size: 21px;
  font-family: 'Abhaya Libre';
  font-weight: 400;
  display: block;
  top: -25px;
  left: 0;
  letter-spacing: 5px;
}

.et_pb_slide_description .et_pb_slide_title {
  font-size: 115px !important;
}

.home-banner-slider .et_pb_slide_description .et_pb_slide_content {
  font-size: 19px;
}

.home-banner-slider .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button {
  font-size: 24px !important;
}

.et_pb_slide_title {
  position: relative;
  left: -6px;
}

.home-banner-slider .et_pb_slide_content {
  width: 70%;
}

.et_pb_slider.home-banner-slider .et_pb_slide_description {
  padding-bottom: 0 !important;
}

.et_pb_slider .et_pb_container {
  max-width: 85% !important;
}

/* home-category */


.category-item a::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 24px;
  background-image: url(/wp-content/uploads/2024/05/arrow.png);
  background-repeat: no-repeat !important;
  right: 35px;
  transition: all 0.3s linear;
  bottom: 25px;
}

.category-item:hover a::after {
  right: 30px;
}

ul.categories {
  list-style: none !important;
}

ul.categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  column-gap: 30px;
}

li.category-item {
  width: 30%;
  position: relative;
  margin-bottom: 30px;

}

.category-item::before {
  content: "";
  width: 95%;
  height: 100%;
  background: #101010;
  position: absolute;
  border-radius: 25px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.category-item:hover::before {
  background: #f32f4a;
}

.category-item a {
  font-family: 'montserrat';
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  padding: 20px 0px 30px 35px;
  display: block;
}

.category-item img {
  padding-left: 35px;
  padding-top: 35px;
}


/* ABOUT */
.et_pb_main_blurb_image {
  margin-bottom: 15px;
}

.et_pb_blog_0:hover .et_pb_blog_grid .et_pb_post {
  background-color: transparent !important;
}

.collection-grid .et_pb_post {
  padding: 0 !important;
  margin-bottom: 100px !important;
  position: relative;
}

.collection-grid .et_pb_post::before {
  content: "";
  width: 328px;
  height: 447px;
  background: #101010;
  position: absolute;
  border-radius: 25px;
}

.collection-grid .et_pb_post::before::hover {
  background: #f32f4a !important;
  cursor: pointer;
}

.collection-grid h2.entry-title {
  display: none !important;
}

.collection-grid p.post-meta {
  position: absolute;
}

.collection-grid .et_pb_image_container {
  margin: 0 !important;
  left: 30px;
  top: 30px;
}

a.entry-featured-image-url {
  width: 315px;
  height: 320px;
  margin: 0 !important;
  padding: 0 !important;
}

.about-img-row {
  display: flex;
  flex-direction: row-reverse;
}

.main-head::after,
.main-head1::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 47%;
  width: 68px;
  height: 7px;
  background: #f32f4a;
  border-radius: 5px;
  display: block;
}

.head-border h2::after {
  content: "";
  position: absolute;
  /*   top: 55px; */
  bottom: -5px;
  left: 0;
  width: 68px;
  height: 7px;
  background: #f32f4a;
  border-radius: 5px;
  display: block;
}

.about-img-col::before {
  content: "";
  position: absolute;
  width: 416px;
  height: 524px;
  background: #101010;
  border-radius: 25px;
}

.about-img-col::after {
  content: "";
  position: absolute;
  width: 289px;
  height: 285px;
  background-image: url(/wp-content/uploads/2024/05/dot-bg.png);
  background-repeat: no-repeat !important;
  right: -63px;
  bottom: -10px;
  z-index: -1;
  opacity: 0.5 !important;
}

.icon-img {
  position: absolute;
  top: 0;
}

.about-img {
  margin-top: 40px;
  z-index: 5
}


/* Home-Tailoring */
.Tailor-col-before {
  position: absolute;
  right: 0;
}

.tailor-img-bg,
.img-col {
  width: 100% !important;
}

.et_pb_text.menu-list ul {
  list-style: none !important;
  display: grid;
  grid-template-columns: 30% 40% 40%;
  padding: 0px;
}

.tailoring-border {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.tailor-img-bg img {
  z-index: 2;
  width: 100%
}

.tailor-img-bg::after {
  content: "";
  position: absolute;
  width: 289px;
  height: 285px;
  background-image: url(/wp-content/uploads/2024/05/dot-bg.png);
  background-repeat: no-repeat !important;
  left: 25%;
  bottom: -98px;
  opacity: 0.5 !important;
}

.menu-list ul li {
  color: #ffffff !important;
}

/* home-Jwellery */
.et_pb_column_11 {
  overflow: visible !important;
}

.jewellery-img {
  width: 100% !important;
  position: absolute;
}

.et_pb_text.jewell-menu-list ul li {
  padding-bottom: 10px !important;
}

.et_pb_text.jewell-menu-list ul {
  display: flex !important;
  /*   flex-direction: column !important; */
  list-style: none !important;
  justify-content: center;
  align-items: normal !important;
  padding: 0px !important;
  /*   position: absolute !important; */
  right: 0;
  bottom: 0px;
  border-top: 1px solid #2e2e2e;
  padding-top: 35px !important;
}

.et_pb_text.jewell-menu-list ul li {
  width: 50%;
}

.jewellery-img .et_pb_image_3 {
  left: 88px;
}

.jewell-col-after::after {
  content: "";
  position: absolute;
  width: 152px;
  height: 173px;
  background-image: url(/wp-content/uploads/2024/05/dot-bg.png);
  background-repeat: no-repeat !important;
  right: -155px;
  bottom: 15px;
  opacity: 0.5 !important;
  z-index: -1;
}

.jewell-col-after {
  overflow: unset;
}

.jewell-col-after {
  width: 55% !important;
}

/* Testimonial */
.sp-testimonial-title {
  display: none !important;
}

.center-border h2::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 47%;
  width: 68px;
  height: 7px;
  background: #f32f4a;
  border-radius: 5px;
  display: block;
  z-index: 1;
}

.sp-testimonial-client-image::before

/* .tfree-client-image::before */
  {
  content: "";
  position: absolute;
  width: 83px;
  height: 83px;
  background-image: url(/wp-content/uploads/2024/05/quotes.png);
  background-repeat: no-repeat !important;
  top: -10px;
  right: 41%;
  z-index: 1;
}

.sp-testimonial-content {
  font-size: 16px;
  font-family: 'montserrat' !important;
  font-weight: 400;
}

.sp-testimonial-client-designation {
  font-size: 18px !important;
  font-family: 'Abhaya Libre' !important;
  font-weight: 500 !important;
  color: #505050;
}

.sp-testimonial-client-name {
  font-size: 25px !important;
  font-family: 'Abhaya Libre' !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.testimonial-nav-arrow {
  font-size: 60px !important;
}

.test-row {
  width: 100%;
}

.testimonial-nav-arrow:hover {
  background: transparent !important;
  border-color: none;
  color: #f32f4a !important;
}

.sp-testimonial-content {
  width: 80%;
}

.sp-testimonial-client-testimonial {
  display: flex;
  justify-content: center;
}

.sp-testimonial-client-testimonial p {
  margin-bottom: 0px !important;
}


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
/* Collections-page */
.filter-layout3 #manage-ajax-response {
  width: 75%;
  padding: 0;
}

.filter-layout3 #caf-filter-layout3 {
  width: 25%;
}

.caf-post-layout3 #manage-post-area:hover h2 {
  color: #ffffff;
  pointer-events: none;
}

ul.caf-filter-container.caf-filter-layout3 {
  margin-bottom: 0 !important;
}

#manage-ajax-response .caf-post-layout3 a {
  pointer-events: none !important;
}

.caf-filter-layout3 a {
  background: #000000;
  border: 0;
  color: #ffffff;
  font-size: 20px;
  font-family: Abhaya Libre !important;
  font-weight: 700;
}

#caf-filter-layout3 li {
  padding-left: 40px;
  margin: 5px 0;
}

.caf-filter-layout .active::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 7px;
  background: #f32f4a;
  border-radius: 25px;
  left: -43px;
  top: -10px
}

.caf-filter-layout {
  border-left: 1px solid #3c3c3c;
  padding-left: 50px;
}

.caf-featured-img-box {
  background-size: auto !important;
  right: auto;
  left: 5px;
}

#caf-filter-layout3 h2 {
  display: none;
}

.post_count,
.fa.fa-angle-double-right,
.caf-meta-content-cats,
.caf-meta-content {
  display: none !important;
}

.caf-post-layout3 #manage-post-area {
  background-image: none;
}

.caf-post-layout3 {
  margin-bottom: 30px;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
  box-shadow: none !important;
  margin: 0;
}

.caf-post-layout3::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  right: 65px;
  bottom: 20px;
  background: #ffffff;
}

.caf-post-layout3::before {
  content: "";
  position: absolute;
  width: 80% !important;
  height: 100% !important;
  background: #101010;
  border-radius: 25px !important;
  top: 0px;
  transition: all 0.5s ease-in-out;
}

.caf-featured-img-box {
  width: 85% !important;
  height: 335px !important;
  position: relative;
  border-radius: 25px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: top;
  right: auto;
  top: 15px;

  left: 15px;

}

.caf-featured-img-box:hover {
  transform: unset !important;
  transition: unset !important;
}

.caf-post-layout3 #manage-post-area {
  padding: 0;
  display: none;
}

.caf-post-title h2 a {
  display: none;
}

.caf-post-title h2 a,
.caf-post-title h2 a:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-family: Abhaya Libre !important;
  font-weight: 700 !important;
}

#caf-filter-layout3 li a.active {
  background-color: transparent !important;
  color: #f32f4a !important;
  border-color: none !important;
}


#caf-post-layout3:hover.caf-meta-content-cats::after {
  display: unset;
}

.caf-post-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  right: 65px;
  top: -23px;
  background: #ffffff;
}

#caf-post-layout3:hover.caf-post-layout3::before {
  background: #f32f4a !important;
}


/* collection-pagination */
.page-numbers.current {
  font-family: inherit;
  color: #ffffff !important;
  background-color: #f32f4a !important;
}

.page-numbers {
  background-color: #262626;
  color: #ffffff !important;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 5px !important;
  padding: 10px !important;
}

.next,
.prev {
  width: 60px;
}

/* Tailoring-page */
/* Tailoring-banner */
.tailoring-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.tailor-img-col::before {
  content: "";
  position: absolute;
  width: 541px;
  height: 436px;
  background: #101010;
  background-repeat: no-repeat !important;
  bottom: 60px;
  left: 60px;
  border-radius: 25px;
}

.tailor-img-col.tailor-right-col::before {
  left: -50px;
}

.tailor-img-col::after {
  content: "";
  position: absolute;
  width: 289px;
  height: 285px;
  background-image: url(/wp-content/uploads/2024/05/tailor-col-dot.png);
  background-repeat: no-repeat !important;
  right: 141px;
  bottom: 2px;
  z-index: -1;
  opacity: 0.5 !important;
}

.tailor-img-col.tailor-right-col::after {
  right: 124px;
}


/* contact-page */

.et_pb_column_2.map-col {
  overflow: visible;
}

.map-row .et_pb_column.address-col {
  width: 40%;
}

.map-row .et_pb_heading_1 {
  margin-top: 10px !important;
}

.nk-form-row::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  background: #101010;
  border-radius: 25px;
}

.form-img {
  position: absolute;
  top: 90px;
}

.nk-address ul li {
  width: 100%;
}

.address-col ul {
  list-style: none;
  display: flex;
  padding-top: 30px;
  padding-left: 0;
  flex-wrap: wrap;
}

.number1 a,
.number2 a {
  color: #f32f4a;
}

.number1,
.number2 {
  padding-top: 25px;
  border-bottom: 1px solid #101010 !important;
  position: relative;
}
ul.contact-address{
padding:0;
}
.contact-address .number1,.contact-address .number2{
padding-top:20px;
}
.contact-address li{
margin-bottom:30px;
list-style:none;
}
.contact-address li.li-one{
padding-bottom:30px;
	border-bottom:3px solid #222222;
}
.contact-2 p,
.contact p {
  width: 90% !important;
}
.address-row .et_pb_column_single{
padding:0!important;
}
iframe{
height:350px;}
.map-col {
  width: 80% !important;
/*   position: absolute;
  right: 25px;
  bottom: 70px; */
  z-index: 0;
}

.map-col::before {
  content: "";
  position: absolute;
  width: 289px;
  height: 285px;
  background-image: url(/wp-content/uploads/2024/05/tailor-col-dot.png);
  bottom: -55px;
  left: 355px;
  opacity: 0.5 !important;
}

.number1 p::before,
.number2 p::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  background-image: url(/wp-content/uploads/2024/05/whatsapp-icon.png);

}

.address h5 {
  font-size: 18px;
  font-family: 'montserrat' !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}


.number1 p,
.number2 p {
  font-size: 18px;
  font-family: 'montserrat' !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  padding-left: 40px;
}

.number1 p::before {
  left: 0;
}

.number2 p::before {
  left: 0;
}

.number2 p {
  width: 100%;
}

.nk-form {
  padding: 45px 0px 60px 65px;
}

input.nk-field,
textarea.nk-field {
  color: #ffffff !important;
}

.nishikas-form-col .nk-field {
  background: #1a1a1a;
  border: 0px;
  border-radius: 25px;
  width: 80%;
}

input.nk-field,
textarea.nk-field {
  padding: 15px 0px 15px 30px;

}

textarea.nk-field {
  height: 155px;
  resize: none;
}

h5.form-head {
  font-size: 16px;
  font-family: 'montserrat';
  font-weight: 500;
  color: #5d5d5d;
  letter-spacing: 4px;
}

.form-img-col img {
  top: 90px;
}

h2.main-head {
  font-size: 45px;
  font-weight: 700;
  font-family: "Abhaya Libre";
  padding-bottom: 40px;
}

h2.main-head::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 65px;
  width: 68px;
  height: 7px;
  background: #f32f4a;
  border-radius: 5px;
  display: block;
}

.btn-field {
  margin-top: 25px;
}

input.btn-field {
  background: #f32f4a;
  padding: 20px 40px 20px 50px;
  border-radius: 25px;
  border: 0;
  font-family: Abhaya Libre;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.field {
  margin-top: 20px;
}

.form-img-col {
  position: absolute;
  right: 0;
}

.wpcf7-spinner {
  left: 68px;
  position: absolute;
  bottom: 16px;
}
/* .et_pb_column_3.map-col,.et_pb_column_5.map-col {
    position:relative!important;
    right:-125px!important;
	bottom: 160px!important;
	float:right;
} */
.address-info li{
list-style:none;
}
.address-info-col,.address-info-col2{
display:flex;
}
.address-info-col2{
flex-direction:row-reverse;
}
.address-info{
	width:40%;
position:relative;
top:-50px;
z-index:2;
}
.contact-map,.contact-map-2{
position:absolute;
width:80%!important;
right:0;
}
.contact-map-2{
	right:auto;
left:0;
}
.address-info-col::after,.address-info-col2::after{
content: "";
    position: absolute;
    width: 289px;
    height: 285px;
    background-image: url(/wp-content/uploads/2024/05/dot-bg.png);
    background-repeat: no-repeat !important;
    left: 12px;
    bottom: -60px;
    z-index: -1;
    opacity: 0.5 !important;
}
.address-info-col2::after{
	left:auto;
right:12px;
}
/* About-us page */
.et_pb_number_counter h5.title {
  line-height: 10px !important;
  padding-bottom: 0;
}

.percent {
  margin-bottom: 0px !important;
}

.count-card::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/uploads/2024/06/years.png);
  background-repeat: no-repeat !important;
  top: 60px;
  left: 40px;

}

.count-card:nth-child(2)::before {
  background-image: url(/wp-content/uploads/2024/06/happy-clients.png);
}

.count-card:nth-child(3)::before {
  background-image: url(/wp-content/uploads/2024/06/awards-won.png);
}

.count-card:nth-child(4)::before {
  background-image: url(/wp-content/uploads/2024/06/projects.png);
}

.about-img-col.about-img-after::after {
  bottom: -36px;
}


img.tfree-client-image {
  position: relative !important;
}

ul#caf-layout-pagination.post-layout3 {
  margin: 35px 0 15px 0px;
}

/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
.nk-footer-blurb .et_pb_blurb_content {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: normal;
  margin-left: 15px;
}

.nk-footer-blurb .et_pb_main_blurb_image {
  margin-left: 20px;
  margin-top: -10px !important;
}

ul#menu-nishikas-footer {

  display: grid !important;
  grid-template-columns: 100% 100% !important;

}

.et_pb_blurb.insta-icon{
	display:inline-block!important;
	float:right;
}
.insta-icon h4{
padding-bottom: 0;
    line-height: unset;}
/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/

:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
@media only screen and (min-width: 2133px) {
  .et_pb_slide_description .et_pb_slide_title {
    font-size: 120px !important;
  }

  .et_pb_slide_content,
  .et_pb_best_value {
    font-size: 22px !important;
  }

  .home-banner-slider .et_pb_slide_description {
    top: 50%;
  }

  .home-banner-slider .et_pb_slide_description::before {
    font-size: 22px;
    top: -30px;

  }

  .et_pb_slide_image img {
    width: 85%;
  }
}

@media only screen and (max-width: 1600px) {
  .home-banner-slider .et_pb_slide_description::before {
    font-size: 18px;
  }

  .home-banner-slider .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 95px !important;
  }

  .home-banner-slider .et_pb_slide_description .et_pb_slide_content {
    font-size: 16px;
  }

  .home-banner-slider .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button {
    font-size: 20px;
  }
}

@media only screen and (max-width:5140px) {
  .home-banner-slider .et_pb_slide_image {
    top: 55%;
  }

  .home-banner-slider .et_pb_slide_image img {
    width: 80%;
  }
}

@media only screen and (min-width: 1387px) {
  .et_pb_code_1.contact-map {
    width: 100%;
  }

  .et_pb_row.nk-form-row {
    padding: 0;
  }

}

@media only screen and (max-width: 1366px) {
  .et-pb-slider-arrows a {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .home-banner-slider .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 75px !important;
  }

}

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

  .et_pb_column_9.Tailor-col-before,
  .et_pb_column_11.jewell-col-after {
    width: 65% !important;
  }


  .map-row .et_pb_column {
    width: 70%;
  }

  .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 80px !important;
  }


  .caf-post-layout3::before {
    width: 80% !important;
  }


  .caf-post-title::after {
    right: 70px;
  }

  .caf-post-layout3 #manage-post-area {
    bottom: 0px;
  }

  .tailor-img-col::after {
    width: 100%;
    height: 100%;
    right: -92px;
    bottom: -223px;
  }

  .tailor-img-col::before {
    width: 100%;
    height: 80%;
    bottom: 50px;
    left: 40px;
  }

  .tailor-right-col::after {
    right: -113px;
  }

  .tailor-right-col::before {
    left: -40px;
  }
}

@media only screen and (max-width: 1260px) {
  .et_pb_image_1.icon-img {
    margin-left: 50px !important;
  }

  .et_pb_column_9.Tailor-col-before,
  .et_pb_column_11.jewell-col-after {
    width: 75% !important;
  }


}

@media only screen and (max-width: 1194px) {
  .et_pb_image_1.icon-img {
    margin-left: 36px !important;
  }
}

@media only screen and (max-width: 1168px) {
  .et_pb_module_header {
    font-size: 25px !important;
  }

}

@media only screen and (max-width: 1123px) {
  .nk-header-menu .et-menu>li {
    margin: 0px 9px !important;
  }
}

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

  .number2 p::before {
    right: 235px;
  }

  .caf-featured-img-box {
    width: 95%;
  }

  .caf-post-layout3::before {
    height: 100% !important;
  }

  .caf-post-layout3 #manage-post-area {
    background: transparent !important;
  }

  .nk-header-menu .et-menu>li {
    margin: 0 15px !important;
  }

  .et_pb_image.icon-img {
    margin-left: 25px !important;
  }

  .map-row .address-col {
    width: 70%;
  }

  .tailor-img-col.tailor-right-col::after {
    right: -70px;
  }

  .nishikas-form-col .nk-field {
    width: 80%;
  }

  .form-img {
    position: absolute;
    top: 107px;
    right: -45px;
  }

  .tailor-img-col::after {
    bottom: -155px;
  }

  .et_pb_column_9.Tailor-col-before,
  .et_pb_column_11.jewell-col-after {
    width: 80% !important;
  }

  .sale .et_pb_module_heading {
    font-size: 75px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .et_pb_number_counter h5.title {
    line-height: 40px !important;

  }
}

@media only screen and (max-width: 1098px) {
  .et_pb_image_1.icon-img img {
    max-width: 80% !important;
  }

  .et_pb_module_header span {
    font-size: 25px;
  }


  .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 75px !important;
  }
}

@media only screen and (max-width: 1063px) {
  .et-menu li {
    font-size: 10px !important;
  }

  .et_pb_row_0_tb_header.et_pb_row {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .et_pb_image_1.icon-img img {
    width: 70%;
  }

  .nk-header-menu .et-menu>li {
    margin: 0px 10px !important;
  }
}

@media only screen and (max-width: 1032px) {
  .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 70px !important;
  }
}

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

  .tailor-img-col::after {
    bottom: -115px;
  }

  .tailor-right-col::after {
    right: -44px;
  }

  .sp-testimonial-client-image::before {
    right: 40%;
  }

  .about-img {
    position: relative;
    right: -14px;
  }

  .et_pb_column_9.Tailor-col-before,
  .et_pb_column_11.jewell-col-after {
    width: 90% !important;
  }


}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .home-banner-slider .et_pb_slide_image {
    top: 45%;
  }
}

@media only screen and (max-width: 1003px) {
  .nk-header-menu .et-menu>li {
    margin: 0px 5px !important;
  }
}

@media only screen and (max-width: 991px) {
  .caf-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
  }
}

@media only screen and (max-width: 980px) {
	.et_pb_menu_0_tb_header.et_pb_menu {
		background-color: transparent!important}
	.et_pb_blurb.insta-icon{
	float:left;
}
	.address-info {
		width: 45%;}
	.insta .et_pb_blurb_content {
		margin:0!important;
	}
  .sp-testimonial-client-image::before {
    right: 39%;
  }

  .caf-post-layout3::after {
    right: 50px;
  }

  .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 81px !important;
  }

  .et_pb_slider .et_pb_container {
    max-width: 100% !important;
  }

  .sale .et_pb_module_heading {
    font-size: 70px !important;
  }

  .et_pb_number_counter h5.title {
    line-height: 0px !important;

  }

  h2.form-header::after {
    left: 35px;
  }

  .jewell-col-after::after {
    display: none;
  }

  .et_mobile_menu li a {
    border-bottom: 0;
  }

  .et_mobile_menu li a:hover {
    background: transparent;
    opacity: 1;
  }

  .contact-map {
    width: 85% !important;
  }

  .map-col::before {
    display: none;
  }

  .about-row .et_pb_column_2 {
    padding-left: 0px;
  }

  .et_pb_slider_0.et_pb_slider .et-pb-slider-arrows a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .et_pb_slide_image {
    display: block !important
  }

  .et_pb_slide_description {
    background: transparent !important;
    width: 80% !important;
  }

  .home-banner-slider .et_pb_slide_description {
    top: auto;
    position: absolute;
    left: 0;
    bottom: 120px;
    padding-left: 5px !important;
    text-align: left;
  }

  .home-banner-slider .et_pb_slide_image {
    width: 100% !important;
    position: absolute;
    top: 35%;
  }

  .home-banner-slider .et_pb_slide_image img {
    width: 55%;
    vertical-align: bottom;
  }

  .home-banner-slider .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 50px;
  }


  .category-item img {
    padding-left: 30px;
    padding-top: 30px;
  }

  li.category-item {
    width: 47%;
    margin-right: 0;
  }

  .et_pb_text.jewell-menu-list ul {
    position: unset !important;
    border-left: 0;
    padding-left: 0px !important;
    border-top: 1px solid #2e2e2e;
    padding-top: 45px !important;
    flex-wrap: wrap;
    flex-direction: row !important;
  }


  .et_pb_row_6.tailor-sec-col {
    display: flex;
    flex-direction: column-reverse;
  }

  .cont-col {
    width: 90%;
    position: relative;
    top: -100px;
  }

  .tailor-img-bg img.wp-image-208 {
    max-width: 100%;
  }

  .tailor-img-bg::after {
    left: 0;
  }

  .Tailor-col-before,
  .jewell-col-after {
    width: 95%;
    position: relative;
    margin-left: 10%;
    top: -100px;
  }

  .jewell-col-after {
    margin-left: 0;
    margin-right: 10%;
    top: 190px;
  }

  .caf-row {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 25px;
  }

  .caf-featured-img-box {
    background-size: 90% !important;
  }

  .caf-post-layout3 {
    margin-left: 20px !important;
    padding-bottom: 45px;
  }

  .caf-post-layout3::before {
    height: 100% !important;
    width: 85% !important;
  }

  .caf-post-title::after {
    right: 95px;
  }

  .caf-col-md-6 {
    max-width: unset;
  }

  .caf-post-layout3 #manage-post-area {
    bottom: -10px;
  }

  .filter-layout3 #manage-ajax-response {
    width: unset;
    margin-top: 35px;

  }

  .caf-filter-container {
    display: inline-flex;
    overflow: scroll;
/*     width: 100dvh; */
  }

  .filter-layout3 #caf-filter-layout3::-webkit-scrollbar {
    display: none;
  }

  .center-border h2::after {
    left: 46%;
    top: 50px;
  }

  .fa-angle-right {
    position: absolute;
    right: 40px;
  }

  .fa-angle-left {
    position: absolute;
    left: 40px;
  }

  .sp-testimonial-client-image::before {
    top: -15px;
  }

  .caf-filter-layout {
    border-left: 0;
    padding-left: 0px;
  }

  #caf-filter-layout3 li {
    padding-left: 0px;
    width: max-content;
  }


  .caf-filter-layout .active::before {
    width: 100%;
    height: 6px;
    background: #f32f4a;
    border-radius: 25px;
    left: 0px;
    top: 38px;
  }

  .filter-layout3 #caf-filter-layout3 {
    width: 100%;
    overflow: scroll;
  }

  #caf-post-layout-container {
    display: flex;
    flex-direction: column;
  }

  .et_pb_column.count-card {
    width: 46% !important;
    margin-bottom: 30px !important;
  }

  .number-row {
    justify-content: space-between;
    column-gap: 20px;
  }

  .number-row::after {
    display: none;
  }

  .form-img {
    position: absolute;
    bottom: auto;
    right: -100px;
    top: -540px;
  }

  .form-img .et_pb_image_wrap {
    width: 80%;
  }

  .nk-form {
    padding-left: 35px;
  }

  .map-col {
    bottom: -120px;
    width: 80% !important;
  }

  .contact-2 {
    padding-left: 0px;
  }

  .contact-2 p,
  .contact p {
    width: 100% !important;
  }

  .number2 p::before {
    right: 256px;
  }

  .map-row .et_pb_column_1 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    width: 85%;
  }
	.et_pb_row.contact-row{
	padding-top:100px!important;
	}
	.contact-row2{
padding-top:0px!important;}
  .nk-form-row::before {
    width: 100%;
  }

  .nishikas-form-col .nk-field {
    width: 60%;
  }

  .tailor-img-col::before {
    background-size: -30%;
    right: 85px;
    left: auto;
    bottom: 50px;
    width: 70%;
  }

  .tailor-img-col::after {
    width: 70%;
    bottom: -300px;
    right: 12px;
  }

  .tailor-img-col.tailor-right-col::before {
    left: 50px;
  }

  .tailor-img-col.tailor-right-col::after {
    right: -8px;
  }

  .tailor-left-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-img-col::after {
    right: -5px;
  }

  .about-img-col .et_pb_image_0 {
    left: -60px;
  }

  .about-img-col .et_pb_image_1 {
    margin-top: 120px !important;
    margin-left: 150px !important;
  }

  .about-img-col::before {
    left: 100px;

  }

  .about-row {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .nk-footer-menu .mobile_menu_bar {
    display: none !important;
  }

  .et_pb_menu.nk-footer-menu .et_pb_menu__menu {
    display: flex !important;
    color: #909090 !important;
  }

  .nk-footer-menu.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: unset;
  }


  .nk-footer-blurb .et_pb_blurb_content {
    display: flex !important;
    flex-direction: row !important;
    justify-content: left;
    align-items: normal;
    margin-left: -14px;
    margin-top: 10px;
  }

  .et_pb_row_0_tb_footer.et_pb_row {
    padding-bottom: 40px !important;
  }

  .nk-footer-blurb .et_pb_main_blurb_image {
    margin-top: 0px !important;
  }

  ul#menu-nishikas-footer {
    display: grid !important;
    grid-template-columns: 80% 50% !important;

  }

  .nk-header-menu .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d' !important;
    color: #f32f4a !important;
    font-size: 40px;
  }

  .mobile_menu_bar::before {
    color: #f32f4a !important;
    font-size: 40px;
  }

  .nk-header-menu ul#mobile_menu1 {
    background: #ffffff !important;
    top: 0;
    border: 0 !important;
    z-index: -1 !important;
  }

  .nk-header-menu.et_pb_menu .et_mobile_nav_menu {
    margin-left: 30px;
    margin-right: 20px;
  }

  .nk-header-menu .mobile_nav.opened .et_mobile_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .nk-header-menu .et_mobile_nav_menu .et_mobile_menu {
    height: 100vh !important;
    width: 100vw !important;
  }

  .nk-header-menu .et_pb_menu .et_mobile_menu {
    text-align: center !important;
    padding: 25px 0 25px 0 !important;
  }

  .nk-header-menu {
    padding-left: 0px !important;
  }

  .nk-header-menu .et_pb_menu__logo {
    margin-left: 50px;
  }

  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #000000 !important;
    padding: 20px 0px !important;
  }

  .nk-header-menu .mobile_nav.opened li.current-menu-item a::after {

    content: "";
    position: relative;
    top: 50%;
    right: -40%;
    width: 13px;
    height: 5px;
    background: #f32f4a;
    border-radius: 5px;
    display: block;
  }

  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #000000 !important;
  }

  .et_pb_text.jewell-menu-list ul li {
    padding-bottom: 0px !important;
    width: 33%;
  }

  .mobile_nav.closed {
    font-size: 38px;
  }

  .home-banner-slider a.et_pb_button::before {
    bottom: 24px;
  }

  .et_pb_menu_0_tb_header.et_pb_menu {
    background: transparent;
  }

  .nk-header-menu .et_pb_menu__logo {
    padding-left: 20px;
  }
	
}

@media only screen and (max-width: 900px) {
  .sp-testimonial-client-image::before {
    right: 38%;
  }

  .sale .et_pb_module_heading {
    font-size: 65px !important;
  }
}


@media only screen and (max-width: 853px) {
  .nk-form-row::before {
    width: 100% !important;
  }

  .sp-testimonial-client-image::before {
    right: 37%;
  }

}

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

  .number1 p,
  .number2 p {
    padding-left: 45px;
  }

  .caf-post-title::after {
    right: 85px;
  }

  .number2 p::before {
    right: 238px;
  }

}

@media only screen and (max-width: 825px) {
  .et_pb_row.nk-form-row::before {
    width: 100% !important;
  }

  .number2 p::before {
    right: 235px;
  }


}

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

  .number2 p::before {
    left: 0;
  }

  .caf-post-title::after {
    right: 75px;
  }
}

@media only screen and (max-width: 768px) {
	.address-info {
		width: 65%;}

  .sale .et_pb_module_heading {
    font-size: 55px !important;
  }

  .et_pb_row.et_pb_row_0_tb_header {
    width: 100% !important;
    max-width: 100% !important;
  }

  .jewell-col-after {
    top: 115px;
  }

  .Tailor-col-before,
  .cont-col {
    top: -185px;
  }

  .et_pb_row {
    width: 85% !important;
  }

  .caf-post-layout3 {
    max-width: 100% !important;
  }

  .number2 p::before {
    right: 213px;
  }

  .sp-testimonial-client-image::before {
    right: 33%;
  }

  .center-border h2::after {
    left: 45%;
    top: 41px;
  }

  .nk-form-row {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }

  .nk-form-row::before {
    top: 0px;
  }

  .nk-form-row::before {
    height: 85%;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .nk-form {
    padding-top: 50px;
  }

  .form-img .et_pb_image_wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

  .nishikas-form-col .nk-field {
    width: 90%;
  }

  .form-img {
    position: unset;
  }

  a.et_pb_button.nk-btn.sale-btn::before {
    width: 20px;
    bottom: 18px !important;
  }

  .home-banner-slider .et_pb_slide_image {
    top: 35%;
  }
	.home-banner-slider .et_pb_slide_description{
		bottom: 40px;
	}
	.home-banner-slider .et_pb_slide_image img{
		width: 70%
	}
}

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

  .caf-featured-img-box {
    height: 280px !important;
  }

  .caf-post-layout3::after {
    right: 40px;
  }

  .et_pb_slide_title {
    font-size: 70px;
  }

  .filter-layout3 #caf-filter-layout3 {
    margin-bottom: 25px;
  }

  .et_pb_section.jewell-sec {
    padding-top: 90px !important;
  }
}

@media only screen and (max-width:767px) {
  .et_pb_section.jewell-sec {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width:722px) {
  .address-col ul {
    display: block;
  }

  .nk-address ul li {
    margin-bottom: 15px;
  }

  .sp-testimonial-client-image::before {
    right: 32%;
  }

  .number1,
  .number2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .map-row .et_pb_column_1 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width:710px) {
  .et_pb_text.menu-list ul {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }

  .et_pb_text.menu-list ul li {
    width: 50%;
  }

  .et_pb_image_1.icon-img img {
    width: 75% !important;
  }

  .about-img-col .et_pb_image_1 {
    margin-left: 115px !important;
  }
}

@media only screen and (max-width:690px) {
  .sp-testimonial-client-image::before {
    right: 32%;
  }

  .caf-post-layout3 .caf-post-title {
    padding: 0;
  }

  .sale .et_pb_module_heading {
    font-size: 50px !important;
  }

  .sp-testimonial-client-image::before {
    right: 31%;
  }

  .nk-address ul li {
    width: 100%;
  }
}

@media only screen and (max-width:675px) {
  .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 65px !important;
  }

  .tailor-img-col::after,
  .tailor-img-col::after {
    display: none;
  }
}

@media only screen and (max-width:638px) {
  .sp-testimonial-client-image::before {
    right: 29%;
  }
}

@media only screen and (max-width:630px) {
  .sp-testimonial-client-image::before {
    right: 28%;
  }

  .caf-post-layout3 #manage-post-area {
    margin-left: 10px;
  }

  .caf-post-title::after {
    right: 66px;
  }

  .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 60px !important;
  }

}

@media only screen and (max-width: 620px) {
  .about-img-col .et_pb_image_1.icon-img {
    display: none !important;
  }

  .about-img-col::before {
    width: 60%;
  }

  .sp-testimonial-client-image::before {
    right: 27%;
  }
}

@media only screen and (max-width: 585px) {
  li.category-item {
    width: 100%;

  }

  .category-item img {
    width: 100%;
  }

  .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 60px !important;
  }

}

@media only screen and (max-width: 575.98px) {
	.address-info-col2::after {

    right: 5px;
}
  .et_pb_section.jewell-sec {
    padding-bottom: 0px !important;
  }

  .et_pb_column_9.Tailor-col-before,
  .et_pb_column_11.jewell-col-after {
    width: 100% !important;
  }

  .jewell-sec .et_pb_row {
    padding: 0 5px !important;
  }

  .et_pb_slider .et_pb_container {
    max-width: 100% !important;
  }

  .et_pb_row.nk-form-row::before {
    width: 95% !important;
  }

  .filter-layout3 #manage-ajax-response {
    margin: 0 auto;
    width: 80%;

  }

  .caf-post-layout3 #manage-post-area {
    margin-left: 30px;
  }

  .icon-img {
    display: none;
  }

  .home-banner-slider .et_pb_slide_description {
    bottom: 80px;
  }

  .home-banner-slider .et_pb_slide_image img {
    width: 100%;
  }

  .caf-post-layout3 {
    margin-left: 0px !important;
  }

  .form-img {
    position: unset;
  }

  .et_pb_slide .et_pb_button {
    padding-top: 12px !important;
    font-size: 16px !important;
  }

  .et_pb_slider_0.et_pb_slider .et-pb-slider-arrows a {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .et_pb_slide {
    padding: 0;
  }

  .et_pb_column_9.Tailor-col-before,
  .et_pb_column_11.jewell-col-after {
    padding-right: 20px;
    padding-left: 30px;
  }

  a.et_pb_button.sale-btn::before {
    bottom: 19px;
    width: 25px;
  }

  .et_mobile_menu {
    padding: 0 !important;
  }

  .jewell-col-after::after {
    display: none !important;
  }

  .sp-testimonial-content {
    width: 100%;
  }

  .fa-angle-right {
    position: absolute;
    right: 0px;
  }

  .fa-angle-left {
    position: absolute;
    left: 0px;
  }

  .contact-map {
    width: 100% !important;
  }

  .tailor-img-bg::after {
    display: none;
  }

  .et_pb_slide .et_pb_slide_content {
    line-height: 20px;
    font-size: 16px;
  }

  .et_pb_slide .et_pb_button {
    margin-top: 15px !important;
  }

  .et_pb_button_wrapper {
    text-align: left !important;
  }

  .home-banner-slider .et_pb_slide_image {
    width: 95% !important;
    display: block !important;
    top: 9%;
  }

  .home-banner-slider .et_pb_slide_description::before {
    line-height: 10px;
  }

  .home-banner-slider .et_pb_slide_content {
    width: 100%;
  }

  .home-banner-slider .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 45px;
  }

  .et_pb_slide_description {
    width: 100% !important;
  }

  .et_pb_slide_image {
    position: absolute !important;
  }

  ul.categories {
    display: unset !important;
  }

  .et_pb_row {
    width: 90% !important;
    max-width: 90% !important;
    padding: 0 15px;
  }

  .main-head::after {
    left: 44%;
  }

  .main-head1::after {
    left: 42%;
    top: 40px;
  }

  .caf-row {
    display: unset;
  }

  .jewell-col-after {
    top: 70px;
  }

  .caf-featured-img-box {
    width: 90% !important;
    height: 350px !important;
  }

  .caf-post-layout3 {
    padding-bottom: 70px;
  }

  .caf-post-layout3 #manage-post-area {
    bottom: -10px;
  }

  .caf-post-layout3::after {
    bottom: 25px;
  }

  .caf-post-layout3 {
    margin-bottom: 50px !important;
  }

  .fa-angle-right,
  .fa-angle-left {
    font-size: 28px;
  }

  .sp-testimonial-client-image::before {
    right: 27%;
  }

  .caf-post-title::after {
    right: 75px;
    height: 4px;
  }

  ul#caf-layout-pagination.post-layout3 {
    margin: 0;
  }

  .caf-filter-layout3 li {
    margin: 5px 0;
  }

  .caf-post-title h2 a,
  .caf-post-title h2 a:hover {
    font-size: 16px;
  }

  .et_pb_column.count-card {
    margin-right: 0px !important;
  }

  .et_pb_testimonial_content p {
    width: 100%;
  }

  .et_pb_testimonial_0.et_pb_testimonial {
    margin-top: 16px !important;
  }

  .center-border h2::after {
    left: 44%;
    top: 41px;
  }

  .about-img-col::before {
    left: 5px;
    width: 80%;
  }

  .about-img-col .et_pb_image_0 {
    left: -48px;
  }

  .et_pb_testimonial_portrait {
    position: relative;
    left: 5%;
  }

  h2.main-head {
    padding-bottom: 30px;
  }

  textarea.nk-field {
    height: 115px;
  }

  input.nk-field,
  textarea.nk-field {
    padding: 10px 0px 10px 15px;
  }

  .form-header {
    position: relative;
  }

  h2.main-head.form-header::after {
    top: 50px;
    left: 0;
  }

  h2.main-head::after {
    top: 280px;
    left: 40px;
  }

  .form-img {
    right: -60px;
    top: -880px;

  }

  .map-col {
    right: 0px;
  }

  .address-col ul {
    display: block;
  }

  .number1,
  .number2 {
    padding-top: 15px;
  }

/*   .contact-2 {
    padding-top: 25px;
  }
 */
  .number2 p::before {
    left: 0;
  }

  .nk-header-menu .et_pb_menu__logo {
    margin: 0;
    width: 80% !important;
  }

  .tailor-img-col::before {
    width: 95% !important;
    height: 75% !important;
    left: 30px;
    bottom: 35px;
  }

  .tailor-img-col.tailor-right-col::before {
    left: -18px;
  }

  .tailor-img-col.tailor-right-col::after {
    right: 50px;
  }

  .tailor-img-col::after {
    bottom: -73px !important;
    left: 60px;
  }

  .Tailor-col-before,
  .jewell-col-after {
    margin-left: 2%;
  }

  .Tailor-col-before,
  .cont-col {
    top: -110px;
  }

  #sp-testimonial-free-wrapper-706 .sp-testimonial-free-section {
    margin: 0 20px;
  }

  .et_pb_text.jewell-menu-list ul {
    padding-top: 20px !important;
  }
	.et_pb_row.map-row{
display:flex!important;
flex-direction:column!important;
}
	.et_pb_column_3.map-col,.et_pb_column_5.map-col{
right:0!important;
	bottom:80px!important;
	}
	.map-row .et_pb_column {
		width:100%!important;
	}
	.address-info-col{
flex-direction:column!important;}
	    .address-info-col2 {
        flex-direction: column-reverse !important;
    }
	    .address-info {
        width: 100%;
    }
	.contact-map {
		position:unset;
/*         width: 100% !important; */
        margin-top: -100px;
    }
}

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

  .sale .et_pb_module_heading {
    font-size: 45px !important;
  }

  .tailor-img-col::after {
    bottom: -50px;
    right: 49px;
  }

  h2.main-head::after {
    top: 345px;
    left: 37px;
  }

  .center-border h2::after {
    left: 43%;
  }

  .caf-featured-img-box {
    top: 15px;
  }

  .filter-layout3 #manage-ajax-response {

    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .sp-testimonial-client-image::before {
    right: 25%;
  }

}

@media only screen and (max-width: 480px) {
  .et_pb_column.count-card {
    width: 100% !important;
  }

  .sp-testimonial-client-image::before {
    right: 23%;
  }

  .Tailor-col-before {
    top: -125px;
  }

  .about-img-col::before {

    height: 100%;
  }

  .sale .et_pb_module_heading {
    font-size: 40px !important;
  }

  .caf-featured-img-box {
    height: 280px !important;
  }

  .nk-banner .et_pb_module.et_pb_slider {
    overflow: visible !important
  }

  .nk-banner .et-pb-arrow-next,
  .et-pb-arrow-prev {
    font-size: 38px;
  }

  .et_pb_slider_0.et_pb_slider .et-pb-slider-arrows a {
    margin-left: -10px !important;
    margin-right: -10px !important;
    top: 60%;
  }

  .nk-header-menu .et_pb_menu__logo {
    margin: 0;
    width: 70% !important;
  }

  .home-banner-slider .et_pb_slide_image {
    width: 100% !important;
    top: 50px;
    margin: 0 auto;
    position: relative !important;
  }

  .home-banner-slider .et_pb_slides .et_pb_slider_container_inner {
    display: block;
  }
}


@media only screen and (max-width: 450px) {
  .caf-post-title::after {
    right: 60px;
  }

  .sp-testimonial-client-image::before {
    right: 22%;
  }

  .et_pb_text.menu-list ul li {
    width: 100%;
  }
	.address-info-col::after, .address-info-col2::after{
width:250px;
	height:250px;}
}

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

  .center-border h2::after {
    left: 40%;
  }

  .et_pb_text.jewell-menu-list ul li,
  .et-pb-text.menu-list ul li {
    font-size: 15px !important;
  }

  .et_pb_text.jewell-menu-list ul li {
    padding-bottom: 0px !important;
    width: 100%;
  }

  .et_pb_text.menu-list ul {
    font-size: 15px;
  }

  .sp-testimonial-client-image::before {
    right: 21%;
  }
}

@media only screen and (max-width: 430px) {
  .et_pb_slider_0.et_pb_slider .et-pb-slider-arrows a {
    top: 50%;
  }
}

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

  .Tailor-col-before {
    top: -100px;
  }

  .nk-header-menu #mobile_menu1 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 422px) {
  .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 45px !important;
  }
}
/* @media screen and (max-width: 414px) and (max-height: 816px) {
	.home-banner-slider .et_pb_slide_description {
    bottom: 30px;
  }
.home-banner-slider .et_pb_slide_image {
	width: 97% !important;}
  .nk-banner .et_pb_slider .et_pb_container,
  .nk-banner {
    height: 860px !important;
  }
}
	 */
@media only screen and (max-width: 414px) {
  .tailor-img-col::after {
    bottom: -62px !important;
  }

  .about-img-col::after {
    right: 3px;
  }

  .filter-layout3 #manage-ajax-response {
    width: 90%;
  }

  .et_pb_slider_0.et_pb_slider .et-pb-slider-arrows a {
    top: 50%;
  }
}

@media only screen and (max-width: 412px) {
  .form-img {
    right: -61px;
    top: -885px;
  }

  .sp-testimonial-client-image::before {
    right: 18%;
  }

  .sale .et_pb_module_heading {
    font-size: 35px !important;
  }

}


@media only screen and (max-width: 393px) {
	    .home-banner-slider .et_pb_slide_image {
			width: 95% !important;}
  .caf-post-title::after {
    right: 45px;
  }

  .caf-post-layout3 #manage-post-area {
    margin-left: 15px;
  }

  .main-head::after {
    left: 40%;
    top: 50px;
  }

  .about-img-col::after {
    right: 10px;
    width: 80%;
  }

  .et_pb_section.form-sec {
    padding-top: 40px !important;
  }

  .tailor-img-col::after {
    bottom: -9px !important;
    height: 70px;
  }

  .address h5 {
    font-size: 20px !important;
  }

  .head-border h2 {
    font-size: 35px !important;
  }

  .main-head1::after {
    left: 40%;
  }

  .about-img-col .et_pb_image_0 {
    left: -11px;
  }

  .sp-testimonial-client-image::before {
    right: 16%;
  }
    .address-info-col::after, .address-info-col2::after {
		width: 200px;}
/*   .nk-banner .et_pb_slider .et_pb_container {
    height: 100vh !important;
  } */
}

@media only screen and (max-width: 390px) {
  .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 34px !important;
  }

  .home-banner-slider .et_pb_slide_description {
    bottom: 70px;
/* 	  bottom:40px; */
  }
	.et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
        font-size: 38px !important;
    }
}

/* @media only screen
  and (max-device-width: 375px) 
  and (max-device-height: 812px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 3)
{
	.nk-banner{
min-height:600px!important;
	}
	.home-banner-slider {
		min-height:600px!important;
}
}  */
@media screen and (max-width: 375px) and (max-height: 667px) {
  .home-banner-slider .et_pb_slide_description {
    bottom: 30px;
  }

  .nk-banner .et_pb_slider .et_pb_container,
  .nk-banner {
    min-height: 700px !important;
  }
}

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

  /* 	.home-banner-slider .et_pb_slide_description {
        bottom: 30px;
    } */
  .et_pb_slider_0.et_pb_slider .et-pb-slider-arrows a {
    top: 55%;
  }

  .about-img-col .et_pb_image_0 {
    left: 0px;
  }

  .category-item a {
    padding: 15px 0px 25px 35px;
    font-size: 20px;
  }

  .jewell-col-after {
    top: 55px;
  }

  .Tailor-col-before,
  .cont-col {
    top: -75px;
  }

  .sp-testimonial-client-image::before {
    right: 14%;
  }
/* 	.home-banner-slider .et_pb_slide_description {
		bottom: 30px;} */
}

@media only screen and (max-width: 360px) {
  .et_pb_slide .et_pb_button {
    padding-top: 15px !important;
    padding-right: 40px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
  }

  h1.et_pb_slide_title {
    margin-top: 10px;
    padding-bottom: 5px;
  }

  .home-banner-slider .et_pb_slide_description {
    padding-top: 20px;
  }

  .caf-post-layout3 #manage-post-area {
    bottom: 10px;
  }

  .sp-testimonial-client-image::before {
    right: 12%;
  }

  .sale .et_pb_module_heading {
    font-size: 30px !important;
  }

  .caf-post-layout3::after {
    right: 30px;
  }

  .caf-post-layout3 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 345px) {
  .form-img {
    right: -49px;
    top: -867px;
  }

  .et_pb_section.form-sec {
    padding-top: 50px !important;
  }

}

@media only screen and (max-width: 331px) {
  .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 41px !important;
  }

  .sp-testimonial-client-image::before {
    right: 9%;
  }
}

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

  .nk-banner .et_pb_slider .et_pb_container,
  .nk-banner {
    height: 620px !important;
  }

  .home-banner-slider .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 25px !important;
  }

  .home-banner-slider .et_pb_slide_description::before {
    top: -17px;
    font-size: 14px;
  }

  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
    font-size: 12px !important;
  }

  .et_pb_slide .et_pb_button {
    margin-top: 5px !important;
  }

  .about-img-col .et_pb_image_1 {
    margin-left: 50px !important;
  }

  .home-banner-slider a.et_pb_button::before {
    width: 18px;
  }

  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
    line-height: 16px;
  }

  .center-border h2::after {
    left: 37%;
    top: 145%;
  }

  .caf-post-title h2 a,
  .caf-post-title h2 a:hover {
    font-size: 12px !important;
  }

  .caf-post-layout3 .caf-featured-img-box {
    height: 220px !important;
  }

  .caf-post-layout3::before {
    width: 90% !important;
  }

  .number1 p,
  .number2 p {
    font-size: 14px !important;
  }

  .address h5 {
    padding-bottom: 5px !important;
  }

  .address p {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  .et_pb_section.form-sec {
    padding-top: 80px !important;
  }

  .form-img {
    right: -45px;
    top: -830px;
  }

  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    color: #000000 !important;
    padding: 10px 0px !important;
  }

  .caf-post-title::after {
    right: 46px;
  }

  .caf-post-layout3 #manage-post-area {
    bottom: -20px;
  }

  .caf-post-layout3::before {
    height: 100% !important;
  }

  .main-head::after {
    left: 37%;
    top: 30px;
  }

  .head-border h2::after {
    top: 30px;
  }

  .form-img .et_pb_image_wrap {
    left: 8px;
  }

  h2.form-header {
    margin-top: 7px;
  }

  h2.main-head.form-header::after {
    top: 25px;
  }

  h1 {
    font-size: 45px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 10px;
  }

  body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button {
    padding-top: 10px !important;
    padding-right: 25px !important;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
  }

  .about-img-col .et_pb_image_0 {
    left: 26px;
    top: -17px;
    width: 90%;
  }

  .about-img-col::before {
    height: 95%;
  }

  .sp-testimonial-client-image::before {
    right: 7%;
  }

  .caf-post-layout3::after {
    right: 10px;
  }

  .et_pb_slide_title {
    position: relative;
    left: 0px;
  }

  .category-item a::after {
    right: 20px;
    bottom: 20px;
    background-size: 80%;
  }

  .category-item:hover a::after {
    right: 12px;
  }

  .home-banner-slider .et_pb_slide_image {
    width: 90% !important;
  }

  .caf-filter-container {
    display: inline-flex;
    width: unset;
  }

  .head-border h2 {
    font-size: 33px !important;
  }

  .address-col ul {
    padding-bottom: 0 !important;
  }

  .contact-2 {
    padding-top: 0px;
  }

  .et_pb_text_3.nk-address {
    padding-bottom: 0 !important
  }
}

@media screen and (max-width: 926px) and (orientation: landscape) {

  .nk-banner .et_pb_slider .et_pb_container,
  .nk-banner {
    height: 1050px !important;
  }

  .nk-header-menu .et_pb_menu__logo {
    margin-left: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
	.home-banner-slider .et_pb_slide_image{
top:15%;}
  
}
