@import url(https://db.onlinewebfonts.com/c/397342a6dd9bb5ca959fd5c4a5b70454?family=Casanova-Regular);
@font-face {
    font-family: "Casanova-Regular";
    src: url("https://db.onlinewebfonts.com/t/397342a6dd9bb5ca959fd5c4a5b70454.eot");
    src: url("https://db.onlinewebfonts.com/t/397342a6dd9bb5ca959fd5c4a5b70454.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/397342a6dd9bb5ca959fd5c4a5b70454.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/397342a6dd9bb5ca959fd5c4a5b70454.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/397342a6dd9bb5ca959fd5c4a5b70454.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/397342a6dd9bb5ca959fd5c4a5b70454.svg#Casanova-Regular")format("svg");
}





@media (max-width: 768px) {
  .logo {
    position: relative !important;
    left: 14px !important;
    top: 0 !important;
    transform: none !important;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .logo img {
    margin: 0 auto;
  }
}


/* Golden Gradient Definitions */
.gradient-text {
    background: linear-gradient(90deg, #c28914, #f6d23c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Gradient for headings */
.text-box h2,
.text-box h4,
.text-box h5,
.text-box h2 i,
.sec-header h2,
.sec-header h2 i,
.darzi-section .sec-header h2,
.darzi-section .sec-header .h2mob {
    background: linear-gradient(90deg, #c28914, #f6d23c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
}

/* Gradient for buttons */
.btn-primary,
.btn-white-primary {
    background: linear-gradient(90deg, #c28914, #f6d23c);
    color: #fff;
    border: none;
}

/* Gradient hover for buttons */
.btn-primary:hover,
.btn-white-primary:hover {
    background: linear-gradient(90deg, #f6d23c, #c28914);
}

/* Gradient call-to-action */
.call-btn a {
    background: linear-gradient(90deg, #c28914, #f6d23c);
    box-shadow: 0 0 0 #c28914;
}

/* Pulse effect using gradient base color */
@-webkit-keyframes pulse {
  0% { -webkit-box-shadow: 0 0 0 0 #c28914; }
  70% { -webkit-box-shadow: 0 0 0 2rem rgba(194, 137, 20, 0); }
  100% { -webkit-box-shadow: 0 0 0 0 rgba(194, 137, 20, 0); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #c28914; }
  70% { box-shadow: 0 0 0 2rem rgba(194, 137, 20, 0); }
  100% { box-shadow: 0 0 0 0 rgba(194, 137, 20, 0); }
}

/* Gradient background for footer and appointment sections */
.main-footer,
.footer-cta-section,
.testimonial-section,
.bg-primary,
.call-btn a,
.btn-primary,
.btn-white-primary,
.bot-container .appointment-box,
.bot-container .bot-box {
    background: linear-gradient(90deg, #c28914, #f6d23c) !important;
    color: #fff !important;
    border: none;
}

/* Ensure text remains visible */
.footer-cta-section ul.text-box li p,
.footer-cta-section ul.text-box li span,
.bot-container .appointment-box span,
.bot-container .bot-box span {
    color: #fff !important;
}

.main-footer .footer-logo p,
.main-footer .footer-item a,
.main-footer .footer-item span {
    color: #fff !important;
}




.floating-cta-btn {
    background: linear-gradient(90deg, #c28914, #f6d23c) !important;
    color: #ffffff !important;
    border: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    border-radius: 2rem;
}

/*
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Thin.woff2") format("woff2"),
    url("../fonts/Canela-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Light.woff2") format("woff2"),
    url("../fonts/Canela-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Medium.woff2") format("woff2"),
    url("../fonts/Canela-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Black.woff2") format("woff2"),
    url("../fonts/Canela-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Light.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Black.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplay-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Ogg";
  src: url("../fonts/OggBold.woff2") format("woff2"),
    url("../fonts/OggBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}*/

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #000;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Satoshi-Regular"!important;
  font-weight: 300;
  color: #000;
}
.appointment-form .flex-box input{
  height: 45.76px!important;
}
@media(max-width:768px){
  .washcare-item-icon{
    width:50px!important;
  }
  .about-us-banner-section video{
    height: auto!important;
  }
   .appointment-form form .flex-box select{
        color:#7e7e7e!important;
    } 
    .appointment-form form input[type=date]{
        min-height:45.76px!important;
      height: 45.76px!important;
      padding:1.7rem 2rem!important;
    }
    .appointment-form form .date-field .wpcf7-form-control-wrap{
        padding:45.76px!important;
        min-height:45.76px!important;
        padding:0!important;
    }
    #team-listing-slider .slick-arrow{
      top:-5%!important;
    }
    #team-listing-slider .slick-arrow.slick-prev{
      right: 8rem!important;
    }
    .e-designer-section .badge-list{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
}
sup {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 500;
  vertical-align: super;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

strong {
  font-weight: 700;
  color: inherit;
  font-family: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style-type: none;
}

body {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  counter-reset: section;
  overflow-x: hidden;
}

a,
button {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

#wpadminbar #wp-admin-bar-show_template_file_name_on_top {
  display: none;
}

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

.just-center {
  justify-content: center;
}

.col-10 {
  width: 100%;
}

.bg-ligt-grey {
  background-color: #e5e5e5;
}

.orange-bg-light {
  background-color: #F7FBFC;
}

a {
  text-decoration: none;
  color: inherit;
}

.logo a:hover,
.footer-logo a:hover {
  /*opacity: 0.8;*/
}

.main-header {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  background-color: transparent;
}

.main-header .menu-wrapper {
  min-height: 13rem;
}

.navigation-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F7FBFC;
}

.toggle-menu {
  width: 3.2rem;
  height: 2rem;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 1.7rem;
  z-index: 999;
  cursor: pointer;
}

.navigation-menu-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.navigation-menu-list .mega-menu-link {
  font-size: 2.2rem !important;
  transition: 0.2s ease-in-out !important;
  font-weight: 300 !important;
}

.navigation-menu-list .mega-menu .mega-menu-item {
  margin: 0 1.8rem !important;
}

#mega-menu-wrap-main-menu-left,
#mega-menu-wrap-main-menu-right,
.navigation-menu-list #mega-menu-main-menu-left,
.navigation-menu-list #mega-menu-main-menu-right {
  background-color: transparent !important;
}

.navigation-menu-list .mega-menu-link:hover {
  background-color: transparent !important;
  color: #dbb774;
}

.navigation-menu-list .mega-sub-menu .mega-menu-item .mega-menu-link {
  background-color: #3c3c3c !important;
  color: #F7FBFC !important;
  border-bottom: 1px solid rgba(196, 196, 196, 0.15) !important;
  padding: 0.6rem 2rem !important;
}

.navigation-menu-list .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
  color: #c28914
 !important;
}

.navigation-menu-list .mega-sub-menu .mega-menu-item {
  margin: 0 !important;
}

.col-1 {
  width: 15%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 85%;
}

.text-center {
  text-align: center;
}

.content-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.show-900,
.show-740,
.show-850 {
  display: none !important;
}

@media all and (max-width: 900px) {
  .show-900 {
    display: block !important;
  }

  .hide-900 {
    display: none !important;
  }
}
@media(max-width:1280px){
  .main-header{
    padding-top: 1rem!important;
  }
  .main-header .header-wrapper{
    padding-top: 0rem!important;
  }
  .logo{
    top: 34%!important;
  }
}
@media(min-width:1281px){
  .main-header{
    padding-top: 2rem!important;
  }
  .main-header .header-wrapper{
    padding-top: 1rem!important;
  }
  .logo{
    top: 40%!important;
  }
}
@media(max-width:768px){
  .client-testimonial .slick-list{
    padding-bottom:20px!important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1rem;
  font-weight: 300;
}

p {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1;
}

img {
  max-width: 100%;
}

i {
  color: inherit;
  font-style: italic;
}

.text-box p {
  font-size: 1.8rem;
  line-height: 1.6;
}

.text-box h6 {
  font-size: 2.4rem;
  line-height: 1.3;
}

.text-box h1 {
  font-size: 5.5rem;
  line-height: 1.217;
}

.text-box h2 {
  font-size: 4rem;
  line-height: 1.3;
  color: #c28914
;
  font-family: 'Casanova-Regular'!important;
}
.text-box h2 i{
  font-family: 'Casanova-Regular'!important;
}

.text-box h3, .text-box .h3 {
  font-size: 3.5rem;
  line-height: 1.3;
}

.text-box h4, .text-box .h4 {
  font-size: 2.8rem;
  color:#c28914
;
}

.img-box {
  position: relative;
}

.img-box h3, .img-box .h3 {
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.4;
  position: absolute;
  left: 3.5rem;
  top: 3.5rem;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-header {
  padding: 2rem 0;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}

.logo img {
  width: 25rem;
}

.slider-arrow .slick-arrow {
  z-index: 111;
  top: -10rem;
  left: auto;
  right: 0;
  bottom: auto;
  background-image: url(../../../uploads/2024/08/slider-arrow-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7.1rem;
  height: 0.8rem;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
}

.slider-arrow .slick-arrow::before {
  content: "";
  background-image: url(../../../uploads/2024/08/circle-left-icon2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-family: none;
  width: 6.6rem;
  height: 6.6rem;  
  color: #dbb774;
}

.slider-arrow .slick-next {
  right: 13rem;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
  opacity: 1;
}        

.slider-arrow .slick-next::before {
  position: absolute;
  top: -3rem;
  right: 4rem;
}

.slider-arrow .slick-next:hover,
.slider-arrow .slick-next:focus {
  opacity: 1;
  background-image: url(../../../uploads/2024/08/slider-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slider-arrow .slick-prev {
  right: 25rem;
  opacity: 1;
}

.slider-arrow .slick-prev::before {
  position: absolute;
  top: -3rem;
  right: 4rem;
}

.slider-arrow .slick-prev:hover,
.slider-arrow .slick-prev:focus {
  opacity: 1;
  background-image: url(../../../uploads/2024/08/slider-arrow-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.border-bottom {
  border-bottom: 1px solid #c4c4c4;
}

.com-padding {
  padding: 5rem 0;
}

.container {
  max-width: 1160px;
  width: 72%;
  margin: 0 auto;
}

.container-1140,
.container-1230,
.container-1400,
.container-1360 {
  margin: 0 auto;
}

.container-1140 {
  max-width: 1140px;
}

.container-1230 {
  max-width: 1230px;
  width: 80%;
}

.container-1400 {
  max-width: 1400px;
  width: 88%;
}

.container-1360 {
  max-width: 1360px;
  width: 82%;
}

.main-header .container {
  max-width: 1430px;
  width: 90%;
}

.main-header .header-wrapper {
  padding: 3.8rem 0;
  margin: 0;
}

.single-post .logo img,
.single-team .logo img,
.error404 .logo img {
  filter: invert(1);
}

.single-post #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link,
.single-post #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link,
.single-team #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link,
.single-team #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link,
.error404 #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link,
.error404 #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link {
  color: #000;
}

#mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link {
  height: 36px;
}

#mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link:hover {
  background-color: transparent !important;
  color: #c28914
!important;
  border-bottom: 2px solid #c28914
;
}

#mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
  background: transparent;
}

#mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
#mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
  color: #c28914
!important;
}

.navigation-menu-list .mega-menu-item.mega-current-menu-ancestor .mega-menu-link {
  color: #F7FBFC !important;
}

.team-detail-banner .container,
.customer-testimonial .container,
.faqs-price-sec .container,
.about-other-category-section .container,
.about-others-services-hedingbox .container {
  max-width: 1300px;
  width: 80%;
}

.btn-primary,
.btn-secondary,
.btn-white,
.btn-big-black,
input.btn-primary {
  font-weight: 300;
  border-radius: 35px;
  border: 0;
  font-size: 1.8rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.8rem 3rem;
  text-align: center;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-white:hover,
input.btn-primary:hover {
  background: #c28914
;
}

.btn-arrow {
  position: relative;
}

.btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-box h5, .text-box .h5 {
  color: #c28914
;
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Satoshi-Regular"!important;
  font-weight: bold!important;
  margin-bottom: 2.8rem;
}

.pb-zero {
  padding-bottom: 0 !important;
}

.pt-zero {
  padding-top: 0 !important;
}

.light-grey {
  background-color: #000000;
}

.black {
  background-color: #1c1c1e;
  color: #F7FBFC;
}

.bg-primary {
  background-color: #c28914
;
}

.bg-secondary {
  background-color: #d8e5e1;
}

.btn-primary {
  color: #F7FBFC;
  background-color: #c28914
;
  font-family: "Satoshi-Bold";
}

.btn-black {
  background-color: #000;
  color: #F7FBFC;
  border-color: #000;
  padding: 1.8rem 3rem;
}

.btn-black:hover {
  background-color: #27272b;
  border-color: #27272b;
}

.btn-white {
  background-color: #F7FBFC;
  color: #454545;
  font-size: 2.6rem;
}

.btn-white:hover {
  background-color: #dbb774;
  color: #F7FBFC;
}

.btn-white:hover img {
  filter: invert(1);
}

.btn-white-primary {
  font-size: 2rem;
  padding: 1rem 3rem;
  border: 1px solid #c28914
;
}

.btn-white-primary:hover {
  background-color: #dbb774;
}

em {
  font-style: italic;
  color: inherit;
}

.text-primary {
  color: #F7FBFC;
}

.sec-header {
  margin-bottom: 4rem;
}

.sec-header h2 em {
  font-weight: 400;
}

.bg-style {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-style video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg-cover {
  background-size: cover;
}

.bg {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.dark-grey {
  background-color: #1c1c1e;
}

.internal-banner {
  padding: 23.5rem 0 9rem;
}

.banner {
  position: relative;
  z-index: 0;
}

.banner-video-wrapper {
  padding: 9rem 0;
}

.call-btn a {
  display: block;
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
  padding: 1.4rem;
  border-radius: 50%;
  background-color: #c28914
;
  margin-bottom: 3rem;
  box-shadow: 0 0 0 #c28914
;
  animation: pulse 1.5s infinite;
}

.call-btn a:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #c28914
;
  }

  70% {
    -webkit-box-shadow: 0 0 0 2rem rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #c28914
;
    box-shadow: 0 0 0 0 #c28914
;
  }

  70% {
    -moz-box-shadow: 0 0 0 2rem rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 2rem rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.banner-content img {
  width: 9.6rem;
  margin-bottom: 2rem;
}

.call-btn img {
  width: 100%;
  margin: 0;
}

.banner .container {
  min-height: 27rem;
}

.hero-banner .container {
  min-height: 72rem;
}

.banner .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.banner-content h1 {
  color: #F7FBFC;
  margin-bottom: 2rem;
  font-family: 'Casanova-Regular'!important;
}
.banner-content h1 i{
	font-family: 'Casanova-Regular'!important;
}

.banner-content p {
  line-height: 1.3;
}

.banner-section-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-section-wrapper .slick-dots {
  bottom: 7rem;
}

.banner-section-wrapper .slick-dots li {
  border-radius: 100%;
  background-color: #F7FBFC !important;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.banner-section-wrapper .slick-dots li.slick-active {
  background-color: #dbb774 !important;
}

.banner-section-wrapper .slick-dots li button:before,
.banner-section-wrapper .slick-dots li button {
  display: none;
}

.hp-banner .banner-slide-item img {
  height: 80rem;
  object-fit: cover;
  width: 100%;
}

.video-overlay {
  width: 100%;
  height: calc(100% - 3px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-banner .video-overlay {
  z-index: -1;
}

.video-banner .banner-content {
  padding-top: 33vh;
}

.video-banner .playpause {
  top: 33vh;
}

/* Video Banner Updated */
.internal-video-banner video,
.internal-video-banner img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
}

.ivb-content-box {
  position: relative;
  margin-bottom: -3px;
}

.ivb-text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.internal-video-banner{
  position: relative;
}
.wedding-banner {
  position: absolute;
  top: 0;
  z-index: 9;
}
.wedding-banner-image-sec {
    padding-bottom: 28rem;
}
.wedding-desktop-banner {
  max-height: fit-content !important;
}
.banner-hide-desktop {
  display: none;
}
.internal-video-banner h1 {
  color: #F7FBFC;
  padding-top: 7rem;
  font-family: 'Casanova-Regular'!important;
}
.internal-video-banner h1 i{
	font-family: 'Casanova-Regular'!important;
}

.footer-cta-section {
  padding: 2rem 0;
}

.footer-cta-section ul.text-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-cta-section ul.text-box li {
  text-align: center;
  width: calc(100% / 4);
  border-right: 1px solid #F7FBFC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center!important;
}

.footer-cta-section ul.text-box li img {
  margin-right: 1.5rem;
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
}

.footer-cta-section ul.text-box li p {
  font-size: 3rem;
  margin-bottom: 0;
  color: #F7FBFC;
}

.footer-cta-section ul.text-box li:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-cta-section ul.text-box li:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 0;
}

.main-footer {
  background-color:  #c28914
;
  padding-top: 9rem;
}

.main-footer .container,
.footer-cta-section .container {
  width: 90%;
  max-width: 1450px;
}

.footer-cta-section .container {
  width: 87%;
}

.footer-content-wrapper {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(196, 196, 196, 0.15);
}

.footer-item-box {
  width: calc((100% - 48rem) / 5);
}

.footer-contact {
  width: calc((100% - -6rem) / 4);
  max-width: 26rem;
  margin-left: 2rem;
}

.footer-darzi {
  width: calc((100% - 65rem) / 5);
}

.footer-insta {
  width: calc((100% - 25rem) / 5);
}

.footer-logo .footer-logo-image {
  margin-bottom: 4rem;
}

.footer-logo {
  width: calc((100% - -12rem) / 4);
  max-width: 27rem;
}

.footer-logo h3,
.footer-title h4, .footer-title .h4 {
  margin-bottom: 3rem;
}

.footer-logo h3 {
  font-size: 2.5rem;
  font-weight: 400;
}

.footer-contact li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.footer-social-icons a {
  padding-right: 1rem;
  margin: 0 2px;
}

.footer-social-icons a:hover img {
  opacity: 0.8;
}

.footer-contact li span {
  padding-top: 1rem;
}

.footer-logo p {
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 400;
  color: #cdcdcd;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.footer-item a,
.footer-item a span {
  color: #cdcdcd;
  font-size: 1.7rem;
  line-height: 1.95;
  font-family: "Poppins";
  font-weight: 400;
}

.footer-item a.footer-social-link img {
  width: 100%;
  max-width: 19px;
  object-fit: contain;
  display: inline-block;
  margin-right: 7px;
}

.footer-item li {
  margin-bottom: 0.8rem;
}

.footer-item a:hover,
.footer-item a:hover span {
  color: #c28914
;
}

.footer-title h4, .footer-title .h4 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #F7FBFC;
  position: relative;
}

.main-footer .ft-mid {
  padding:2.2rem 0;
}

.main-footer .ft-mid .form-box form {
  border-bottom: 1px solid #F7FBFC;
  width: 32rem;
  position: relative;
  border-radius: 0;
}

.main-footer .ft-mid .form-box form input,
.main-footer .ft-mid .form-box form button {
  background-color: transparent;
  border: 0;
  outline: none;
}

.main-footer .ft-mid .form-box form input {
  font-size: 1.5rem;
  font-family: "Satoshi-Regular";
  padding: 1.5rem 0;
  font-weight: 600;
  color: #cdcdcd;
}

.main-footer .ft-mid .form-box form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../../uploads/2024/08/slider-arrow-icon1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7.1rem;
  padding: 1.2rem 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  cursor: pointer;
}

.ft-mid .text-box h3, .ft-mid .text-box .h3 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.ft-mid .text-box p {
  font-family: "poppins";
  font-size: 1.5rem;
  font-weight: 400;
  color: #cdcdcd;
}

.footer-copyright-section {
  background-color: #171719;
}

.copyright-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  /*margin-top: 6rem;*/
}

.copyright p,
.copyright ul li,
.copyright.text-box p {
  color: #dbdbdb;
  font-size: 1.3rem;
  font-family: "Poppins";
}

.copyright ul li,
.copyright ul li a {
  font-family: "Poppins";
  font-weight: 400;
}

.copyright ul li {
  line-height: 1;
  max-width: 100%;
  padding: 0 5px;
  border-right: 2px solid #dbdbdb;
}

.copyright ul li:last-child {
  border: 0;
}

.bot-container {
  position: fixed;
  right: 17rem;
  bottom: 6rem;
  z-index: 999;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bot-container .appointment-box,
.bot-container .bot-box {
  background-color: #dfb77a;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.bot-container .appointment-box span,
.bot-container .bot-box span {
  color: #F7FBFC;
  font-size: 1.6rem;
  font-family: "Poppins";
  line-height: 1.25;
  font-weight: 400;
}

.bot-container .appointment-box {
  width: 26rem;
}

.bot-container .appointment-box a {
  align-items: center;
}

.bot-container .appointment-box img {
  margin-right: 1.5rem;
}

.bot-container .appointment-box span {
  border-left: 1px solid #333;
  padding-left: 1rem;
  line-height: 1.6;
}

.bot-container .bot-box {
  position: relative;
  padding: 0.5rem 1.5rem;
  padding-right: 5rem;
}

.bot-container .bot-box::after {
  content: "";
  position: absolute;
  right: -50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 8rem;
  background-image: url(../images/bot-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* darzi section */
.darzi-section {
  padding:5rem 0;
  padding-top: 10rem;
  position: relative;
  z-index: 0;
}
.darzi-section video {
  width: 100%;
  height: 100%;
}
.darzi-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 78%;
  background-image: url(../images/ellipse-bg.png);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.darzi-section .img-box {
  text-align: center;
  margin-right: 2rem;
}

.darzi-section .img-box img {
  max-width: 35.4rem;
}

.darzi-section .sec-header {
  width: 100%;
  padding-left: 2rem;
}

.darzi-section .sec-header h2, .darzi-section .sec-header .h2mob {
  line-height: 1.4;
  color: #c28914
; 
}
.sec-header h2, .sec-header h2 i{
	font-family: 'Casanova-Regular'!important;
}
.darzi-section ul.text-box {
  margin: 4rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.darzi-section ul.text-box li {
  flex: 8%;
  padding: 0 8px 0 0;
}

.darzi-section ul.text-box li img {
  margin-bottom: 1rem;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.darzi-section ul.text-box li p {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: 'Satoshi-Bold';
}

/*.darzi-section ul.text-box li:last-child {
  flex: 0 0 20%;
}
*/
.collection-section {
  position: relative;
  z-index: 0;
}

.collection-col {
  width: 44%;
}

.collection-section.bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/circle-bg.png);
  background-position: center;
  background-size: 67.9rem;
  background-repeat: no-repeat;
  z-index: -1;
}

.collection-section .img-box h3, .collection-section .img-box .h3 {
  top: auto;
  bottom: 2rem;
  font-size: 2rem;
}

.featured-work-section .category-slider .img-box h3{
  top: auto;
  bottom: 2rem;
  font-size: 2rem;
  padding: 5px !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  text-align: center;
}
.featured-work-section .category-slider .img-box h3 span {
    background: linear-gradient(90deg, #c28914, #f6d23c) !important;
    color: #fff !important;
    display: inline-block;
    padding: 4px 8px;
}

.collection-section .col-5 {
  width: calc(50% - 2rem);
}

.collection-section .sec-header {
  margin-bottom: 6rem;
}

.collection-section .sec-header h2 {
  margin-bottom: 2rem;
  color: #c28914
;
}

.de-featured-style-section {
  padding-top: 14rem;
  padding-bottom: 8rem;
}

.de-featured-styles {
  /* margin: 0 -2.5%; */
}
.custom-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 16rem;
  grid-column-gap: 14rem;
  grid-row-gap: 12rem;
}

.custom-masonry .short {
  grid-row: span 1;
}

.custom-masonry .tall {
  grid-row: span 3;
}

/*.custom-masonry .de-featured-item {
  overflow: hidden;
}*/

.custom-masonry img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-section .de-featured-item.sec-header {
  margin-bottom: -5rem;
}

.collection-section .de-featured-item.sec-header p {
  /*display: -webkit-box;*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.collection-section .text-box-right p {
  /*display: -webkit-box;*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

/* .de-featured-styles .img-box,
.de-featured-styles .de-featured-item,
.collection-section.wedding-collection .de-featured-styles .text-box,
.collection-section .de-featured-item.text-box {
  width: 45%;
  margin: 0 2.5%;
  margin-bottom: 5rem;
} */
.de-featured-styles .img-box img {
  width: 100%;
}

.category-section {
  padding-top: 7rem;
  overflow: hidden;
}

.category-section .sec-header {
  margin-bottom: 7rem;
}

.page-template-home .category-slider .slide-inner.img-box:hover .slide-inner-content {
  transform: none;
}

.page-template-home .category-slider .slide-inner p {
  display: none;
}

.category-slider {
  margin: 0 -2.25rem;
}

.category-section .slick-slide {
  height: auto;
  margin: 0 2.25rem;
}

/*.category-section .slide-inner.img-box {
  margin-right: 4.5rem;
}*/
.category-section .slide-inner.img-box img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.page-template-about-us .category,
.single-master .category, .single-event .category{
  padding-top: 10rem;
}
.page-template-team .featured-work-section .sec-header {
  margin: 0 auto 7rem;
  text-align: center;
}
.service-section,
.team-section {
  padding-bottom: 10rem;
}

.service-section .order-down,
.team-section .order-down {
  order: 1;
}

.service-section .col-5,
.team-section .col-5 {
  width: calc(50% - 3rem);
}

.service-section .btn-primary,
.team-section .btn-primary {
  padding: 0.8rem 3rem;
}

.testimonial-section {
  padding-top: 5rem;
  background-color:  #c28914
!important;
}

.testimonial-section .col-5 {
  width: calc(50% - 4rem);
}

.testimonial-section .sec-header {
  /*margin-bottom: 9rem;*/
}

.testimonial-section .slider-arrow .slick-arrow {
  top: auto;
  bottom: 16rem;
}

.testimonial-section .slider-arrow .slick-arrow::before {
  width: 5.3rem;
  background-image: url(../../../uploads/2024/08/circle-left-icon2.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-section .slider-arrow .slick-next {
  right: -16rem;
}

.testimonial-section .slider-arrow .slick-prev {
  right: -8rem;
}

.testimonial-section .slide-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-section .slide-inner .text-box {
  position: relative;
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .slide-inner .text-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 5.4rem;
  height: 3.7rem;
  background-image: url(../../../uploads/2024/08/qoute-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-section .slide-inner .text-box p {
  color: #ffffff;
  font-size: 2.4rem;
  text-align: justify;
  line-height: 1.6;
  font-weight: 100;
  text-align-last: center;
}

.testimonial-section .slide-inner .text-box h4, .testimonial-section .slide-inner .text-box .h4 {
  font-size: 2.6rem;
  margin-top: 5rem;
  font-family: 'Casanova-Regular'!important;
  color: #F7FBFC;
}

.testimonial-section .btn-box {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

/*.testimonial-section .btn-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25rem;
  width: 63%;
  height: 2px;
  background-color: #343437;
}*/

.team-section {
  padding: 15rem 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.team-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 101%;
  background-image: url(../images/ellipse-bg.png);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scaleX(-1) translateY(-50%);
  display: none;
}

.team-section .col-5.flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chev-arrows .chev-arrow {
  display: none;
}

.suit-banner .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: auto;
  padding: 22rem 0 17rem;
  width: 87%;
  max-width: 1380px;
}

.suit-banner .banner-content h1 {
  margin-bottom: 2.5rem;
}

.suit-banner .banner-content p {
  line-height: 1.5;
}

.suit-banner .bg {
  width: 54%;
  left: auto;
}

.suit-banner .banner-content {
  text-align: left;
  width: 35%;
  position: relative;
  padding-right: 10rem;
}

.suit-banner .banner-content p {
  color: #c9c9c9;
}

.scroll-arrow-btn {
  -webkit-transform: rotate(270deg) translatey(0);
  -o-transform: rotate(270deg) translatey(-7rem);
  -ms-transform: rotate(270deg) translatey(-7rem);
  -webkit-transform-origin: 0;
  -o-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  width: max-content;
  margin-left: 0.5rem;
  margin-top: 27rem;
}

.suit-banner .banner-content .scrl-btn {
  background-color: transparent !important;
  outline: 0;
  border: 0;
  color: #c9c9c9 !important;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 8rem;
  transform: rotate(-90deg);
  margin-top: 12rem;
  left: -8rem;
}

.suit-banner .banner-content .scrl-btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/slider-arrow-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.6rem;
  height: 0.7rem;
  cursor: pointer;
  left: 0;
  right: 0;
}

.about-darzi-section {
  padding-top: 15rem;
}

.about-darzi-section .sec-header {
  width: 78%;
  margin: 0 auto;
}

.about-darzi-section .sec-header h5 {
  margin-bottom: 4.5rem;
}

.about-darzi-section .sec-header h2 {
  font-weight: 250;
  line-height: 1.4;
}

.about-darzi-section .sec-header h2 em {
  font-weight: 300;
}

.featured-work-section .sec-header {
  width: 47%;
}

.featured-work-section .sec-header h2 {
  margin-bottom: 2rem;
  color: #c28914
;
}

.featured-work-section .slider-arrow .slick-arrow::before {
  width: 5rem;
}

.featured-work-section .slider-arrow .slick-next {
  right: 12rem;
}

.featured-work-section .slider-arrow .slick-prev {
  right: 21rem;
}

.make-type-section .sec-header {
  width: 50%;
  margin: 0 auto 5rem;
}

.make-type-section .sec-header h2 {
  margin-bottom: 1.5rem;
}

/* fabric section */
.ss-premium-fabrics-section {
  padding-bottom: 14rem !important;
}

.craftmanship-section {
  padding-top: 14rem;
  padding-bottom: 12rem;
}

.craftmanship-section .sec-header {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.craftmanship-section .sec-header h2 {
  color: #F7FBFC;
  margin-bottom: 1.5rem;
}

.craftmanship-section .sec-header p {
  color: #c1c1c1;
}

.craftmanship-section ul.craft-list {
  padding-top: 3rem;
  margin: 0 -3rem;
}

.craftmanship-section ul.craft-list li {
  width: calc(100% / 3);
  border-left: 1px solid rgba(243, 243, 243, 0.2);
}

.craftmanship-section ul.craft-list li:first-child {
  border-left: 0;
}

.craftmanship-section ul.craft-list li .text-box {
  max-width: 24.4rem;
  margin: 0 auto;
  padding-top: 4rem;
  position: relative;
}

.craftmanship-section ul.craft-list li .text-box::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  color: #F7FBFC;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 500;
}

.craftmanship-section ul.craft-list li .img-box {
  margin-bottom: 3.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  align-items: center;
}

.craftmanship-section ul.craft-list li span {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #F7FBFC;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 600;
  margin-left: 1.5rem;
}

.craftmanship-section ul.craft-list li p {
  color: #a9a9a9;
}

/* other category section*/
.other-category-section {
  padding-bottom: 9rem;
}

.other-category-section .sec-header {
  margin-bottom: 3.5rem;
}

.other-category-section ul.other-cat-list {
  margin-left: 0.8rem;
  margin: 0 -3rem;
  flex-wrap: unset!important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.other-cat-list-wrapper ul.other-cat-list::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.other-cat-list-wrapper ul.other-cat-list {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.other-category-section ul.other-cat-list li {
  width: calc(100% / 5 - 3rem);
  max-width: 25rem;
  margin: 1.5rem;
  text-align: center;
  background-color: #F7FBFC;
  border-radius: 20px;
}

.other-category-section ul.other-cat-list li a {
  width: 100%;
  height: 100%;
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.other-category-section ul.other-cat-list li img {
  max-width: 6rem;
  max-height: 6rem;
  margin-bottom: 1.9rem;
  display: inline-block;
}

.other-category-section ul.other-cat-list li h6 {
  font-size: 1.7rem;
  color: #454545;
  line-height: 1.4;
  margin-bottom: 0;
}

.ss-premium-section {
  padding-bottom: 7rem;
}

.team-detail-banner {
  padding-top: 15rem;
}

.e-designer-section {
  padding: 11rem 0;
}

.e-designer-section .sec-header {
  width: 52%;
  margin: 0 auto 7rem;
}

.e-designer-section .sec-header h2 {
  margin-bottom: 1.5rem;
}

.e-designer-section .sec-header p {
  line-height: 1.45;
}

.e-designer-section .btn-primary {
  display: inline-block;
}

.e-designer-section .badge-list {
  margin: 0 -2rem 4rem;
}

.e-designer-section .badge-list .badge {
  display: inline-block;
  width: calc(100% / 4 - 2rem);
  min-width: 95px;
  background: #c28914
;
  border-radius: 50px;
  font-size: 1.3rem;
  padding: 0.7rem 0.5rem;
  text-align: center;
  margin: 0.5rem;
  color:#F7FBFC;
}

.e-designer-section .designer-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.e-designer-section .designer-box {
  width: calc(50% - 4rem);
  /*max-width: 54.6rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 7rem;*/
}

.e-designer-section .designer-box .img-box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 39rem;
}

.e-designer-section .designer-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 25%;
}

.e-designer-section .designer-box .img-box .small-img-box {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}

.e-designer-section .designer-box .img-box .small-img-box img {
  margin: 0 0.5rem;
  max-width: 7.3rem;
}

.e-designer-section .designer-box .text-box {
  padding: 4rem 3rem 5rem;
}

.e-designer-section .designer-box .text-box h3 {
  font-size: 3.2rem;
}

.e-designer-section .designer-box .text-box p {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 1rem 0;
}

.e-designer-section .designer-box .text-box .btn-primary {
  margin-top: 3rem;
}
.team-list-pagination {
  width: 100%;
}
.team-list-pagination .page-numbers.current {
  background-color: #dbb774;
  color: #F7FBFC;
  border-color: #dbb774;
}
.project-list-main .page-numbers {
  margin-top: 6rem;
}
.team-list-pagination .page-numbers {
    width: 5.2rem;
    height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: 400;
    color: #282828;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    margin: 2rem 1rem 10rem;
}
.team-list-pagination .next.page-numbers, .team-list-pagination .prev.page-numbers {
    border: 0;
    font-weight: 500;
    font-size: 1.7rem;
    color: #303030;
}
.e-designer-section .btn-box {
  margin-top: 2rem;
}

.team-detail-banner {
  padding-top: 20rem;
  padding-bottom: 8rem;
}

.team-detail-banner .flex-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.team-detail-banner .col-6 {
  max-width: 58rem;
}

.team-detail-banner .col-4 {
  max-width: 59.3rem;
}

.team-detail-banner .banner-content h1 {
  color: #1c1c1e;
  text-transform: capitalize;
}

.team-detail-banner .banner-content p {
  font-style: italic;
  font-size: 3.5rem;
  line-height: 1.4;
}

.team-detail-banner .img-box {
  position: relative;
  aspect-ratio: 3 / 2;
  transition: all 0.15s ease;
  margin-right: 5rem;
  z-index: 0;
}

.team-detail-banner .img-box img {
  width: 41.5rem;
  object-fit: contain;
}

.team-detail-banner .img-box::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 41.5rem;
  background-color: #c28914
;
  transform-origin: center center;
  z-index: -1;
  transition: 0.15s ease;
  top: 0;
  left: 5rem;
  transform: translatey(2%) rotate(8.83deg);
}

@keyframes rotate-imgbg {
  0% {
    transform: translatey(0) rotate(0);
  }

  100% {
    transform: translatey(2%) rotate(8.83deg);
  }
}

.form-box form {
  border-radius: 20px;
}

.form-box form .input-group {
  margin-bottom: 4rem;
}

.form-box form option:disabled {
  opacity: 0.8;
}

select {
  -webkit-appearance: none;
  background: none;
}

.select-option-group p,
.select-category-option p {
  position: relative;
}

.select-option-group p::after,
.select-category-option p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../images/white-arrow-down.webp);
  bottom: 0;
  margin: auto;
}

.form-box form input,
.form-box form select,
.form-box form textarea {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.35);
  padding: 1.9rem 0;
  color: #F7FBFC;
  font-size: 2.2rem;
  width: 100%;
  max-width: 100%;
}

.form-box form select optgroup {
  background-color: #999;
}

.form-box form select option:first-child {
  color: #333;
}

.form-box form .btn-box {
  margin-top: 6rem;
}

.bio-section .sec-header {
  padding-top: 15rem;
  padding-bottom: 12rem;
  margin-bottom: 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  align-items: center;
}

.bio-section .btn-box {
  background-color: #e5eeeb;
  max-width: 86.8rem;
  margin: 0 auto;
  transform: translateY(50%);
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.bio-section .btn-box .btn-white {
  margin: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26.1rem;
  height: 8rem;
  border-radius: 50px;
  padding: 1.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
}

.bio-section .btn-box .btn-white img {
  margin-right: 1.5rem;
}

.team-bio-tabs-nav li.active a.btn-white {
  background-color: #c28914
;
  color: #F7FBFC;
}
.bio-section .btn-box .btn-white:hover{
  background-color: #c28914
!important;
}

.team-bio-tabs-nav li.active a.btn-white img {
  filter: invert(1);
}

.bio-section .text-box {
  padding-right: 5rem;
}

.bio-section .text-box h2 {
  margin-bottom: 2.5rem;
}

.bio-section .text-box p {
  color: #4e4e52;
}

.bio-section .text-box em {
  font-weight: 300;
}

.bio-section .img-box {
  text-align: right;
}

.bio-section .img-box img {
  width: 21.4rem;
  object-fit: contain;
}

.edesigner-work-section {
  padding: 14rem 0;
}

.single-team .category-section {
  padding-top: 12rem;
}

.edesigner-work-section .category-slider {
  margin-left: 7rem;
}

.edesigner-work-section .category-slider .slide-inner.img-box {
  margin: 0 2rem;
}

.edesigner-work-section .category-slider .slide-inner.img-box img {
  max-width: 68rem;
}

.hire-section {
  padding: 14rem 0;
}

.hire-section .container>.flex-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hire-section .sec-header {
  padding-right: 15rem;
}

.hire-section .col-6 {
  width: 56%;
  max-width: 62rem;
}

.hire-section .col-4 {
  width: 41.5%;
  max-width: 63rem;
}

.hire-section h2,
.hire-section h3 {
  margin-bottom: 3rem;
}

.hire-section h3 {
  font-size: 3rem;
}

.hire-section .core-list-box {
  margin-top: 8rem;
}

.hire-section .core-list-box ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 2rem -3rem;
}

.hire-section .core-list-box ul li {
  width: 38%;
  font-size: 2.3rem;
  text-align: left;
  margin: 2rem 3rem;
  position: relative;
  padding-left: 4rem;
}

.hire-section .core-list-box ul li::before {
  width: 2.9rem;
  height: 1.5rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  content: "";
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hire-section .form-box form {
  padding: 5rem;
}

.explore-section {
  padding-top: 14rem;
}

.mission-section {
  padding-top: 13rem;
  padding-bottom: 3rem;
}

.mission-section .container.wrapper {
  padding: 0 6rem;
}

.mission-section .sec-header {
  max-width: 55rem;
  margin: 0 auto;
}

.mission-section .mission-list {
  margin-top: 8.5rem;
  margin-bottom: 15rem;
}

.mission-section .mission-list li {
  width: calc(100% / 3);
  padding: 0 5rem;
  border-right: 1px solid #c4c4c4;
  border-collapse: collapse;
}

.mission-section .mission-list li:last-child {
  border-right: 0;
}

.mission-section .mission-list .card {
  text-align: center;
}

.mission-section .mission-list .card .img-box {
  max-width: 14.7rem;
  margin: 0 auto 2rem;
  height: 14.7rem;
  background-color: #c28914
;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 3.5rem;
}

.mission-section .mission-list .card .img-box img {
  max-width: 6.8rem;
  height: 6.8rem;
  object-fit: contain;
}

.mission-section .mission-list .card p {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #1c1c1e;
  margin: 0;
}

.mission-section .mission-list .card p em {
  font-weight: 400;
}

/* process section */
.bg-img-d {
  /*background-image: url(../images/VectorD-logo.png);*/
  background-repeat: no-repeat;
  background-size: 33.9rem;
}

.process-section {
  padding-bottom: 0;
}

.process-section .container.bg-img-d {
  background-position: 6% 75%;
  padding-bottom: 10rem;
}

.process-section .sec-header {
  padding-top: 5rem;
  padding-right: 2rem;
}

.process-section .sec-header p {
  font-size: 2.1rem;
  line-height: 1.3;
}

.process-section .sec-header .btn-primary {
  margin-top: 2rem;
  padding: 1rem 5rem;
}

.process-section .col-3 {
  width: 35%;
}

.process-section .col-7 {
  width: 65%;
}

.process-section .process-list {
  margin-right: -4rem;
}

.process-section .process-list li {
  width: calc(25%);
  padding: 3rem;
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}
.process-section .process-list li .care{
  padding:3rem;
}

.process-section .process-list li::after {
  counter-increment: section;
  content: "0" counter(section);
  font-family: "Canela";
  font-size: 19.5rem;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #bab6ac;
  position: absolute;
  top: -1rem;
  right: 0;
  z-index: -1;
}

.process-section .process-list .card img {
  margin-bottom: 2.5rem;
  /*max-width: 35.7rem;*/
}

.process-section .process-list .card .text-box {
  line-height: 1.2;
  padding-right: 4rem;
}

.process-section .process-list .card .text-box h6 {
  width: 28rem;
}

/* technology section */
.technology-section {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.technology-section .sec-header {
  padding-right: 4rem;
}

.technology-section .sec-header p {
  font-size: 2.1rem;
  line-height: 1.2;
}

.technology-section .sec-header .btn-primary {
  margin-top: 3rem;
}

.technology-section .tech-list li {
  padding: 0 1rem;
  width: calc(100% / 4);
  margin-bottom: 20px;
}

.technology-section .tech-list li .card {
  background-color: #F7FBFC;
  height: 100%;
  border-radius: 15px;
  padding: 4rem 1.5rem;
  text-align: center;
}

.technology-section .tech-list li .card img {
  width: 7.5rem;
  height: auto;
  margin-bottom: 1.5rem;
}

.technology-section .tech-list li .card .text-box {
  position: relative;
  padding-top: 1.5rem;
}

.technology-section .tech-list li .card .text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.7rem;
  height: 1px;
  background: #464648;
}

.technology-section .tech-list li .card p {
  font-size: 2rem;
  line-height: 1.5;
  color: #1c1c1e;
}

.technology-section .tech-list li .card p em {
  font-weight: 400;
}

.technology-section .tech-list li .card .btn-primary {
  padding: 2rem!important;
}

/* about service section */
.service-section.about-service-section {
  padding: 12rem 0;
}

/* about other category section */
.about-others-services-hedingbox {
  background-color: #f7f3ea;
  margin-bottom: -10rem;
}

.about-others-services-hedingbox .sec-header {
  margin-bottom: 0;
  max-width: 100%;
}

.about-others-services-hedingbox .sec-header h2 {
  margin: 0;
}

.about-other-category-section {
  padding: 5rem 0;
}

/*custom css start*/

.terms-side-menu .terms-menu-title {
  margin-bottom: 2.5rem;
}

.our-terms {
  padding: 12rem 0;
}

.terms-side-menu-wrapper {
  width: 30%;
  align-self: self-start;
  position: sticky;
  top: 40px;
}

.terms-info-box-wrapper,
.faq-col-wrap {
  width: 70%;
}

.faq-wrapper .text-box {
  text-align: left;
}

.terms-menu-title-link {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
}

.faq-sec .terms-side-menu .terms-menu-title-link {
  font-size: 3.2rem;
}

.terms-side-menu .terms-menu-title .terms-menu-title-link::after {
  content: "";
  position: absolute;
  right: -6rem;
  top: 2rem;
  width: 4.6rem;
  height: 0.1rem;
  background-color: #c28914
;
  opacity: 0;
}

.terms-side-menu .terms-menu-title .terms-menu-title-link:hover,
.terms-side-menu .terms-menu-title.active .terms-menu-title-link {
  color: #c28914
;
}

.terms-side-menu .terms-menu-title .terms-menu-title-link:hover::after,
.terms-side-menu .terms-menu-title.active .terms-menu-title-link::after {
  opacity: 1;
}

.terms-info-box h2 {
  margin-bottom: 2.5rem;
  color: #1c1c1e;
}

.terms-info-box ul li {
  font-size: 2.6rem;
  font-family: Neue Haas Grotesk Display Pro;
  color: #393939;
  line-height: 31.2px;
  margin-bottom: 2rem;
  position: relative;
  margin-left: 5rem;
  letter-spacing: 0.05rem;
}

#alterations,
.terms-info-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

#express-delivery h4 {
  margin-bottom: 0.5rem;
}

.terms-info-box {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 7rem;
  margin-bottom: 9rem;
}

.terms-info-box ul li::before {
  content: "";
  position: absolute;
  left: -5rem;
  top: 1.5rem;
  background: url(../images/long-arrow.png) no-repeat center;
  width: 17px;
  height: 6px;
}

.terms-info-box p {
  font-size: 2.3rem;
  font-family: 'Satoshi-Regular'!important;
  line-height: 27.6px;
  color: #393939;
  margin-bottom: 4rem;
}

.table.extra-delivery-option {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 5rem;
}

.extra-delivery-option th,
.extra-delivery-option td {
  padding: 1.5rem 5rem;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  width: 50%;
}

.extra-delivery-option th {
  font-size: 3.2rem;
  color: #1c1c1e;
}

.extra-delivery-option td {
  font-size: 2.8rem;
  color: #565656;
}

.terms-info-box:last-child {
  margin-bottom: 0;
}

.faq-sec .faq-wrapper,
.faqs-content-wrapper .accordion.terms-menu-title-link {
  display: block;
}

.faq-wrapper {
  display: none;
}

.accordion.terms-menu-title-link,
.faq-wrapper {
  width: 100%;
}

.accordion-group:first-child .accordion.terms-menu-title-link {
  border-top: 0;
}

.accordion-group:last-child .accordion.terms-menu-title-link {
  border-bottom: 1px solid #c4c4c4;
}

.accordion.terms-menu-title-link {
  border-top: 1px solid #c4c4c4;
  padding: 3rem 5rem 3rem 0;
  margin-bottom: 0;
}

.accordion-group:last-child .accordion.terms-menu-title-link.active {
  border-bottom: 0;
}

.terms-info-box:last-child {
  margin-bottom: 7rem;
}

.terms-info-box p {
  margin-bottom: 2rem;
}

.extra-delivery-option th {
  font-size: 2.3rem;
  padding: 1.5rem;
}

.extra-delivery-option td {
  font-size: 1.8rem;
  padding: 1.5rem;
}

.accordion.terms-menu-title-link::after,
.faq-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4rem;
  background: url(../images/arrow-down.png) no-repeat center;
  width: 14px;
  height: 1.4rem;
}

.terms-info-box ul li::before {
  background: url(../images/small-arrow.png) no-repeat center;
  width: 11px;
  height: 7px;
  left: -3rem;
}

.terms-info-box ul li {
  margin-left: 3rem;
}

.accordion.terms-menu-title-link.active::after {
  transform: rotate(180deg);
}

.accordion-group .panel {
  display: none;
  overflow-x: hidden;
}

.faq-sec {
  padding: 9rem 0;
}

.faqs-info-wrapper h2 {
  color: #1c1c1e;
  margin-bottom: 2rem;
}

.faqs-content-wrapper {
  padding-left: 3rem;
}

.faqs-content-wrapper .accordion-group,
.common-faqs-wrapper .comm-accordion-group {
  margin-bottom: 1.5rem;
}

.faqs-info-wrapper .accordion {
  font-size: 2.3rem;
  color: #505050;
  margin-bottom: 1.5rem;
  padding-right: 6rem !important;
}

.faqs-info-wrapper .accordion,
.faqs-info-box,
.common-faqs-wrapper .comm-accordion-group {
  background-color: #F7FBFC;
  border-radius: 10px;
  padding: 2.5rem 3rem;
}

.faqs-info-wrapper {
  margin-bottom: 7rem;
}

.faqs-info-wrapper .accordion,
.faqs-info-wrapper .accordion-group:last-child .faqs-info-wrapper .accordion.terms-menu-title-link {
  border: none !important;
}

.faqs-info-box p {
  color: #4e4e52;
  font-size: 2.1rem;
  line-height: 27.89px;
}

.faqs-info-wrapper .accordion::after,
.faq-icon::after {
  right: 2.5rem;
  top: 3.3rem;
}

/*.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  align-self: flex-start;
}*/
.our-services .btn-primary {
  min-width: 27rem;
  font-size: 1.8rem;
}

.our-services-heading-box {
  width: 52rem;
  margin: auto;
}

.service-content.text-box p {
  line-height: 1.4;
}

.our-services .container {
  max-width: 1260px;
  width: 82%;
}

.tax-garment_category .our-services .container {
  max-width: 1160px;
  width: 72%;
}

.tax-garment_category .other-category-section .text-box h2 {
  font-size: 5rem;
}

.tax-garment_category .premium-fabrics {
  padding-top: 6rem;
}

.our-services-wrapper {
  margin: 6rem -9rem 0;
  /*-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;*/
}

.our-services-box {
  width: calc(100% / 3 - 0rem);
  position: relative;
  margin: 3.5rem 0;
  padding: 0 10rem;
}

.service-content.text-box h4 {
  margin: 3rem 0 2rem;
  font-family: 'Casanova-Regular'!important;
}

/*.our-services-box:nth-of-type(3n + 1) {
  justify-self: flex-end;
}*/
.our-services-box:nth-of-type(3n)::after {
  content: none;
}

.our-services-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c28914
;
  width: 1px;
  height: 22.2rem;
}

/*.premium-fabrics-pro {
  width: 100.4vw;
  margin-right: -34.5vw;
}*/
.premium-fabrics {
  padding: 5rem 0;
  /*  overflow: hidden;*/
}

.premium-fabrics h2 {
  font-family: 'Satoshi-Regular';
  font-style: italic;
}

.premium-fabrics-logo {
  /*background: #c28914
;*/
  /*border: 1px solid #c28914
;*/
  width: 24.5rem !important;
  height: 12.2rem;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* #premium-fabrics-slider .slick-track {
  display: flex;

  justify-content: flex-start;
  padding-left: 4rem;
} */
.premium-fabrics .slider-arrow .slick-arrow::before,
.premium-fabrics .slider-arrow .slick-arrow::after {
  width: 5rem;
  opacity: 1;
  color: #b2afa9;
}

.premium-fabrics .slider-arrow .slick-arrow {
  width: 5.6rem;
}

.premium-fabrics .slider-arrow .slick-next {
  right: 2rem;
}

.premium-fabrics .slider-arrow .slick-prev {
  right: 11rem;
}

.premium-fabrics .slider-arrow .slick-arrow {
  width: 6.6rem;
  height: 0.7rem;
}

.premium-fabrics .slider-arrow .slick-arrow {
  top: -12rem;
}

.premium-fabrics-logo-wrapper {
  margin-top: 8rem;
}

.premium-fabrics .container {
  width: 100%;
}

.premium-fabrics .slick-initialized .slick-slide {
  margin: 0 2.5rem;
  height: auto;
}

.service-icon {
  margin-bottom: 2.5rem;
}

.expert-training-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.expert-training-content h2 {
  font-style: italic;
}

.expert-training {
  padding: 5rem 0;
  background-color: #c28914
!important;
}

.expert-training-list {
  position: relative;
  margin-top: 5rem;
}

.expert-training-list li {
  font-size: 2rem;
  margin-bottom: 4rem;
  position: relative;
  padding-left: 2rem;
}

.expert-training-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #c28914
;
  border-radius: 100%;
  bottom: 0;
  margin: auto;
}

.expert-training-content h2 {
  margin-bottom: 2rem;
  color: #F7FBFC;
}

.expert-training-content p,
.expert-training-list li {
  color: #F7FBFC;
}

.expert-training-content,
.expert-training-image {
  width: 48%;
}

.expert-training-image img {
  height: 50rem;
  object-fit: cover;
  width: 50rem;
}

/*.expert-training .expert-training-content-info {
  padding-right: 13rem;
}*/

.mobile-image {
  display: none;
}

video#myVideo {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.darzi-section video#myVideo {
  object-fit: unset;
  height: auto;
  width: 100%;
}
.video-banner {
  height: 100vh;
  min-height: auto;
}

.video-connent {
  position: absolute;
  left: 0;
  right: 0;
}

.playpause {
  position: absolute;
  left: 0;
  right: 0;
  top: 33vh;
  margin: auto;
  background: url(../images/play-btn.png) no-repeat center;
  width: 100%;
  max-width: 15.2rem;
  height: 100%;
  max-height: 15.2rem;
  background-size: contain;
  margin-bottom: 5rem;
}

.video-connent h1 {
  color: #F7FBFC;
  text-transform: capitalize;
  padding: 6rem 0 0;
}

#mens .darzi-section {
  padding-bottom: 5rem;
}

.mens-collection,
.wedding-collection {
  padding: 14rem 0 8rem;
}

.wedding-services {
  min-height: 75.8rem;
  background-position: left top;
  background-size: contain;
  padding: 14rem 0;
}

.wedding-services .container {
  padding-left: 15rem;
}

.bg-orange {
  background-color: #e5eeeb;
}

.bg-dark-orange {
  background-color: #c28914
;
}

.wedding-services-wrapper {
  margin: 5rem 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wedding-service-box {
  width: 30%;
  margin: 3rem 0;
}

.wedding-service-box h4 {
  color: #c28914
;
  margin-bottom: 1.7rem;
  font-family: 'Casanova-Regular'!important;
}

.wedding-service-box.text-box p {
  color: #ffffff;
  line-height: 170%;
  padding-right: 2rem;
}

.wedding-service-icon {
  width: 8.6rem;
  height: 8.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #c28914
;
  margin: 0 auto 3.5rem;
}

.our-wedding-service-box {
  background: #F7FBFC;
  border-radius: 30px;
  padding: 5rem 7rem;
  width: calc((100% - 4rem) / 2);
  margin: 1rem;
}

.wedding-service-icon img {
  max-width: 50%;
}

.wedding-service-content h3 {
  font-size: 4.8rem;
}

.wedding-service-content.text-box p {
  margin-top: 2rem;
}

.our-wedding-service-wrapper {
  margin: 7rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client-testimonial,
.wedding-dress-design {
  padding: 14rem 0;
}

.collection-section.wedding-collection .sec-header {
  width: 95%;
  margin-bottom: 6rem;
}

.wedding-collection .img-box {
  margin-bottom: 6rem;
}

.wedding-collection .img-box:last-child {
  margin-bottom: 0;
}

/* wedding category */
.single-event .slider-arrow .slick-arrow::before {
  width: 4.5rem;
}

.single-event .client-testimonial .slider-arrow .slick-prev {
  left: -44%;
}

.single-event .client-testimonial-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
}

.wedding-category .img-box h3 {
  color: #F7FBFC;
  font-size: 2rem;
  left:1rem!important;
  right: 1rem;
  text-align: center;
}
.wedding-category .img-box h3 span{
  color:#F7FBFC;
  background-color: #c28914
!important;
  padding:5px 8px;
  display: inline-block;
  width:auto;
}

.client-description.text-box p {
  font-size: 2.2rem;
  position: relative;
  padding: 14rem 0 3.5rem;
}

.client-short-info {
  width: 28%;
  position: relative;
}

.client-thumbnail-image img {
  border-radius: 100%;
  width: 100%;
}

.client-wedding-wrapper {
  width: 69%;
}

.client-testimonial-slider-inner {
  width: 100%;
  display: flex !important;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.client-description {
  width: 50%;
}

.client-testimonial-wrapper {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.client-wedding-image {
  width: 45%;
  height: 60.2rem;
}
.client-wedding-image img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  width: 100%;
}

.client-description.text-box p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5rem;
  background: url(../images/qoute-icon-green.png) no-repeat;
  width: 5.5rem;
  height: 4rem;
  background-size: contain;
}

.client-thumbnail {
  max-width: max-content;
  position: relative;
}

.client-thumbnail::after {
  content: "";
  position: absolute;
  left: 4rem;
  top: 1.5rem;
  width: 35px;
  height: 35px;
  background: url(../images/signature-small.webp) no-repeat center;
}

.client-testimonial .slider-arrow .slick-arrow {
  top: 30rem;
}

.client-testimonial .slider-arrow .slick-prev {
  left: -41%;
}

.client-testimonial .slider-arrow .slick-next {
  left: -27rem;
}

.client-testimonial .slider-arrow .slick-next::before {
  right: 4rem;
}

.wedding-dress-design {
  padding-bottom: 0;
}

.wedding-dress-design .text-box h2 {
  margin-bottom: 3rem;
}

.wedding-dress-design .text-box p {
  font-size: 2.1rem;
  margin-bottom: 3rem;
  line-height: 30.24px;
  padding-right: 7rem;
}

.wedding-dress-design .text-box p:last-child {
  margin-bottom: 0;
}

.blog-listing-banner {
  min-height: 80rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7rem 0;
  background-position: center;
  background-size: cover;
}

.blog-listing {
  padding: 10rem 0;
}

.light-orange,
.blog-header .main-header {
  background-color: #f7f3ea;
}

.blog-listing-banner-content {
  padding-top: 4rem;
}

.blog-listing-banner-content h1,
.blog-listing-banner-content p {
  color: #F7FBFC;
}

.blog-listing-banner-content.text-box p {
  font-size: 3.5rem;
  font-style: italic;
}

.fashion-tips-content h4,
.blog-listing-content.text-box h4 {
  margin: 2.5rem 0 1.5rem;
}

.blog-sidebar-content {
  border-bottom: 1px solid #ebe5d8;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.blog-sidebar-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.fashion-tips-content.text-box p,
.blog-sidebar-content.text-box p,
.blog-listing-content.text-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fashion-tips-content.text-box p {
  font-size: 2rem;
  padding-right: 6rem;
}

.blog-listing .btn-primary {
  border: 0.8px solid #dbb774;
  background-color: transparent;
  font-weight: 300;
  margin-top: 2rem;
}

.featured-blog-item-inner img {
  border-radius: 8.54956px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.featured-blog-item {
  width: 47%;
}

.blog-listing-sidebar {
  width: 33%;
  background-color: #fdf9f1;
  padding: 4.5rem 3rem;
}

.featured-blog-content {
  margin-top: 3rem;
  max-width: 85%;
}

.blog-sidebar-content.text-box h4 {
  font-size: 2.3rem;
  padding-right: 3rem;
  line-height: 30px;
}

.blog-sidebar-content.text-box p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  -webkit-line-clamp: 2;
}

.blog-sidebar-content .btn-link {
  font-size: 1.6rem;
  color: #c7a566;
  text-decoration: underline;
}

.blog-sidebar-content .btn-link:hover {
  text-decoration: none;
}

.featured-blog-inner {
  width: 62%;
}

.featured-blog-wrapper {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.featured-blog-content.text-box h4 {
  font-size: 2.3rem;
}

.featured-blog-content.text-box p {
  line-height: 1.3;
}

.blog-listing-item img {
  border-radius: 5px;
  width: 100%;
}

.blog-listing-item {
  width: 23%;
  margin-top: 6rem;
  margin-right: 2.66%;
}

.blog-listing-item:nth-of-type(4n) {
  margin-right: 0;
}

.blog-listing-wrapper {
  margin: 4rem 0 0;
}

.blog-listing-content.text-box h4 {
  font-size: 2.3rem;
}

.blog-listing-content.text-box p {
  font-size: 1.7rem;
  -webkit-line-clamp: 2;
}

.blog-listing .btn-primary {
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
}

.blog-listing .btn-primary:hover {
  background-color: #dbb774;
}

.single .post-navigation {
  display: none;
}

.blog-header .main-header {
  position: relative;
}

.blog-top-box {
  padding: 3rem 0;
  padding-top: 19rem;
}

.blog-top-box .blog-image img {
  height: 60rem;
  object-fit: cover;
  width: 100%;
}

.blog-image img,
.blog-details-info img {
  border-radius: 10px;
}

.blog-details-info {
  margin-bottom: 5rem;
}

.blog-top-box .text-box {
  padding-bottom: 3rem;
}

.blog-top-box .text-box h2 {
  font-style: italic;
}

.blog-top-box .text-box h5 {
  font-size: 2rem;
}

.blog-left-box {
  width: 57%;
}

.blog-details-info img {
  margin-top: 4rem;
  height: 44.8rem;
  object-fit: cover;
}

.blog-details-info.text-box p {
  font-size: 2.1rem;
  color: #4e4e52;
  line-height: 1.55;
}

.blog-info-wrapper {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-right-box .blog-sidebar-content h3 {
  font-size: 4rem;
  margin-bottom: 3rem;
}

.blog-detail-wrapper {
  padding: 8rem 0 5rem;
}

.darzi-fasion-tips {
  margin-top: 5rem;
}

.darzi-fasion-tips li::before {
  background-image: url(../images/list-arrow.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 1.8rem;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  margin: auto;
}

.darzi-fasion-tips li {
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 5rem;
}

.details-order {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 11rem 0 5rem;
}

.details-order .disabled {
  opacity: 0.5;
}

.order a,
.order span {
  position: relative;
  font-size: 2.3rem;
  font-weight: 300;
  padding-left: 4rem;
}

.order a::before,
.order span::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/black-arrow.png);
  width: 2.7rem;
  height: 1rem;
  background-repeat: no-repeat;
  top: 0.4rem;
  background-size: contain;
}

.order.order-link a::before,
.order.order-link span::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.order a:hover,
.order a:hover::before {
  opacity: 0.6;
}

.text-white h2,
.text-white .h3,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.color-white {
  color: #F7FBFC;
}

.service-list-item {
  min-height: 70rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
}

.service-list-item:hover>.text-box .btn-primary,
.team-listing-hover:hover>.text-box .btn-primary {
  background: #c28914
;
}

.explore-section .service-list-item {
  min-height: 56.3rem;
}

.explore-section .service-list-item .text-box h3 {
  margin-bottom: 4rem;
}

.service-list-item .service-list-item-image,
.team-listing .team-listing-image,
.make-type-list .make-type-list-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.36s ease-in-out;
  background-size: cover;
}

.service-list-item .text-box {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 4rem 3rem 6rem;
  z-index: 99;
}
.team-listing .team-listing-image::after, .service-list-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(1,1,1,0.2) 50%);
}
/*.service-list-item::after {
  background: linear-gradient(0deg, #000000 -5%, rgb(0 0 0 / 34%) 29.04%, rgba(0, 0, 0, 0.276134) 37.8%, rgba(0, 0, 0, 0) 64.46%);
}*/
.service-list-item .text-box h3 {
  font-size: 3.2rem;
  font-style: italic;
  font-family: 'Casanova-Regular'!important;
}
.service-list-item .text-box h3 i{
	font-family: 'Casanova-Regular'!important; 
}

.service-list-item .text-box p {
  margin: 1rem 0 2.5rem;
}

.team-listing {
  min-height: 70rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.team-listing .team-listing-sm {
  position: relative;
  width: 100%;
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.team-listing .text-box {
  position: relative;
  text-align: center;
  padding: 0rem 3rem 1rem;
  width: 100%;
  /*background:#00000096!important;*/
  bottom:6rem;
}

.team-listing .text-box h3,
.make-type-list-content h3,
.slide-inner h3 {
  font-size: 3.2rem;
}
#team-listing-slider .slick-arrow {
  top: 45%;
}
#team-listing-slider .slick-prev {
  left: -7%;
}
#team-listing-slider .slick-next{
  right: -7%;
}
#team-listing-slider .slick-track {
  display: flex;
}
#team-listing-slider .slick-slide {
  margin: 0 2rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 7rem;
  height: inherit !important;
}
.e-designer-section #team-listing-slider .designer-box{
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0;
}
.slide-inner h3 {
  font-style: italic;
  line-height: 1.4;
  bottom: 2rem;
  top: auto;
}

.slide-inner-content {
  position: absolute;
  bottom: 2rem;
  left: 0;
  transition: all linear 0.2s;
  width: 100%;
  padding: 5px;
  background: #00000096;
}

.slide-inner-content h3 {
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 2.3rem;
}

.slide-inner-description {
  overflow: hidden;
  opacity: 0;
  transition: all linear 0.2s;
  height: 0;
  transition-duration: 0.5s;
}

/* .category-slider .slide-inner.img-box:hover .slide-inner-content {
  transform: translateY(-20%);
} */
.category-slider .slide-inner.img-box:hover .slide-inner-content .slide-inner-description {
  opacity: 1;
  overflow: visible;
  height: max-content;
}

.team-listing .text-box p {
  margin: 0;
  color: #e7e7e7;
}

.team-listing .btn-primary,
.service-list-item .btn-primary {
  font-size: 1.8rem;
}

.make-type-list li {
  min-height: 47.3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc((100% - 12rem) / 3);
}

.make-type-list-content {
  position: relative;
  padding: 2rem 4.5rem 2rem;
  transition: all linear 0.2s;
}

/* .make-type-list li:hover .make-type-list-content {
  transform: translateY(-10%);
} */
.make-type-list-description {
  overflow: hidden;
  opacity: 0;
  transition: all linear 0.2s;
  height: 0;
  transition-duration: 0.5s;
  display: none;
}

.make-type-list li:hover .make-type-list-content .make-type-list-description {
  height: max-content;
  overflow: visible;
  opacity: 1;
}

/* ============================= */

/* Darzi - Avtar Page */

/* ============================= */
h6 {
  line-height: 1.3;
}

.text-box .color-white {
  color: #F7FBFC;
}

/* Banner With Background Image */
.internal-banner-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 23.5rem 0 14rem;
}
.internal-banner {
  position: relative;
}
.internal-banner .container {
  max-width: 1300px;
  width: 90%;
  z-index: 9;
  position: relative;
}
.internal-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.48deg, #000000 -5%, rgb(0 0 0 / 30%) 19.04%, rgba(0, 0, 0, 0.276134) 62.8%, rgba(0, 0, 0, 0) 73.46%);
  top: 0;
  left: 0;
}

/* Video Section */
.da-video-wrapper {
  background-image: url(../images/da-vid-bg-line.png);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 9rem;
  margin: 0 auto;
  margin-top: -7rem;
}

.da-video-box {
  position: relative;
}

.da-video-box video {
  width: 100%;
}

.da-video-box::before {
  position: absolute;
  content: "";
  top: -7rem;
  right: -7rem;
  width: 18rem;
  height: 18rem;
  background: url(../images/da-vid-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.da-vid-play-btn {
  position: absolute;
  top: calc(50% - 4.9rem);
  left: calc(50% - 4.9rem);
  width: 9.8rem;
  height: 9.8rem;
  cursor: pointer;
}

.da-vid-play-btn img {
  width: 100%;
}

/* Let's Know Section */
.da-lets-know-section {
  position: relative;
  padding-bottom: 7rem;
}

.da-lets-know-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 40%;
  height: 27rem;
  background: url(../images/da-lets-know-line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.da-lets-know-section .btn-primary {
  margin-top: 3rem;
}

.com-card-half {
  width: calc(50% - 2.5rem);
}

.com-card-half:nth-of-type(2) {
  margin-top: 5rem;
}

.darzi-com-card {
  width: 100%;
  background: #c28914
!important;
  border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  padding-top: 4.5rem;
  margin-bottom: 5rem;
  min-height: 30rem;
}

.darzi-com-card h6 {
  color: #F7FBFC;
  margin-top: 4rem;
  font-size: 2.5rem;
  text-align: center;
}

.darzi-com-card h6 i {
  font-weight: 400;
}

/* Our Story Section */

.page-template-our-story .internal-video-banner video,
.page-template-our-story .internal-video-banner img{
  max-height: 46rem;
}
.da-story-item {
  padding-top: 15rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #d9d9d9;
}

.da-story-item:first-of-type {
  padding-top: 8rem;
}

.da-story-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.da-story-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.da-story-item:nth-of-type(even) .da-story-img-wrapper {
  padding-left: 6rem;
}

.da-story-item:nth-of-type(odd) .da-story-img-wrapper {
  padding-right: 6rem;
}

.da-story-img-wrapper {
  position: relative;
}

.da-story-img-wrapper::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: 25%;
  width: 55%;
  height: 13rem;
  background: url(../images/da-story-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  padding-top: 2rem;
}

.da-story-item:nth-of-type(even) .da-story-img-wrapper::before {
  left: 35%;
}

.da-story-img-box {
  width: 49%;
  position: relative;
}

.da-story-img-box::before {
  position: absolute;
  left: 2rem;
  top: 2rem;
  background-color: #c28914
;
  color: #F7FBFC;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 1.5rem;
}

.da-story-img-after {
  margin-top: 6rem;
}

.da-story-img-after::before {
  content: "After";
}

.da-story-img-before::before {
  content: "Before";
}

.da-story-img-box img {
  width: 100%;
}

.da-story-heading {
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
}

.da-story-heading h3 {
  font-size: 3.2rem;
  line-height: 1.3;
}

.da-story-avatar {
  justify-content: flex-end;
  align-items: center;
}

.da-story-avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 10px;
}

.da-story-avatar span {
  font-size: 2rem;
}

.da-story-content {
  text-align: justify;
}

/* Our Process Section */
.da-process-cards-wrapper {
  margin-top: -2rem;
  padding-top: 9rem;
  margin-bottom: 5rem;
  background: url(../images/da-our-process-line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.process-card-item {
  width: 20.5%;
  margin-right: 6%;
}

.process-card-item:nth-of-type(4),
.process-card-item:nth-of-type(8) {
  margin-right: 0;
}

.process-card-item:nth-of-type(even) {
  margin-top: 10rem;
}

.process-card.darzi-com-card {
  background-color: #F7FBFC!important;
  position: relative;
  padding-bottom: 5rem;
}

.process-card.darzi-com-card .com-card-icon img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
}

.darzi-com-card .com-card-icon img {
  width: 6.9rem;
}

.process-card.darzi-com-card::before {
  position: absolute;
  counter-increment: section;
  content: "0" counter(section);
  left: -3rem;
  top: -3rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #c28914
;
  color: #F7FBFC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.process-card h6 {
  color: #1c1c1e;
}

.process-card h6 i {
  font-weight: 400;
}

/* Our Gallery Section */
.da-gallery-section {
  padding-bottom: 20rem;
}

.da-gallery-wrapper {
  position: relative;
  margin-top: 10rem;
}

.da-gallery-slider .slick-slide {
  margin: 0 2.5rem;
}

.da-gallery-slider .slick-list {
  margin: 0 -2.5rem;
}

.da-gallery-btn {
  position: absolute;
  top: calc(50% - 2rem);
  width: 8.5rem;
  cursor: pointer;
}

.da-gallery-prev {
  left: -12rem;
}

.da-gallery-next {
  right: -12rem;
}

.da-gallery-slider .slick-dots {
  bottom: -10rem;
}

.da-gallery-slider .slick-dots li button {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  outline: 0;
  border: 3px solid #c28914
;
  background: transparent !important;
}

.da-gallery-slider .slick-dots li.slick-active button {
  background-color: #c28914
 !important;
}

.da-gallery-slider .slick-dots li button::before {
  display: none;
}

.da-gallery-content {
  position: relative;
}

.da-gallery-content img {
    width: 100%;
    height: 60.9rem;
    object-fit: cover;
}

.da-gallery-title {
  position: absolute;
  top: 6rem;
  font-size: 1.5rem;
  right: 1rem;
  color: #c28914
;
  /* left: 0;
  width: 95%; */
  text-align: center;
  font-style: italic;
  line-height: 1.3;
  margin: auto;
  z-index: 99;
}

.da-galler-small-img {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 60%;
  border: 3px solid #F7FBFC;
}

.da-galler-small-img img {
    object-fit: cover;
    height: 24.3rem;
}

/* Contact Us Section */
.da-contact-section {
  background-image: url(../images/contact-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hire-section.da-contact-section .sec-header {
  padding-right: 0;
}

.da-contact-section form {
  background-color: #F7FBFC;
}

.da-contact-section .form-box form input,
.da-contact-section .form-box form select,
.da-contact-section .form-box form textarea {
  color: #0f0f0f !important;
  border-color: rgba(196, 196, 196, 0.95) !important;
  font-size: 1.7rem !important;
  padding: 1.5rem 0 !important;
}

.da-contact-section .form-box form input::placeholder,
.da-contact-section .form-box form textarea::placeholder {
  color: #0f0f0f !important;
}

.hire-section .consult-form-wrapper .wpcf7 form .wpcf7-response-output {
  color: #000;
}

.consult-form-wrapper .select-option-group p::after {
  filter: invert(1);
}

.da-contact-info {
  margin-top: 6rem;
}

.da-contact-info span {
  font-size: 2rem;
  color: #F7FBFC;
  margin-left: 10px;
  line-height: 1.7;
}

.da-contact-info .col-4 {
  width: max-content;
}

.da-contact-info .col-4:nth-of-type(1) {
  padding-right: 2rem;
}

.da-contact-info .col-4:nth-of-type(2) {
  padding-left: 2rem;
}

.da-contact-field {
  margin-top: 2rem;
  flex-wrap: nowrap;
}

.da-contact-field:first-of-type {
  border-right: 1px solid #7e7e7e;
}

.da-contact-field img {
  max-width: 2.5rem;
  object-fit: cover;
}

.hire-section .da-contact-field img {
  filter: invert(1);
}

/* ============================= */

/* Darzi - Alteration & Repair */

/* ============================= */
/* Situations Section */
.dar-situations-section.com-pd-14 {
  padding-bottom: 4rem;
}

.dar-situations-list {
  width: 44%;
}

.dar-situatins-item {
  width: 100%;
  height: max-content;
  margin-bottom: 8rem;
}

.dar-situatins-item .da-gallery-title.dar-situation-title {
  top: unset;
  bottom: 5rem;
  padding:5px 0;
  background-color: #00000096;
  width: 100%!important;
}

.dar-situation-box {
  position: relative;
}
.dar-situation-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(353deg, rgb(0 0 0 / 20%), transparent);
}
/* Common Situations Section */
.dar-cs-item {
  margin-top: 8rem;
}

.dar-cs-types {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 2rem 0;
}

.dar-cs-types::-webkit-scrollbar {
  display: none;
}

.dar-cs-types {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dar-cs-types li {
  padding: 1.5rem 2rem;
  background-color: #c28914
;
  border-radius: 1rem;
  font-size: 2.3rem;
  text-align: center;
  white-space: nowrap;
}
.dar-cs-types li span{
  color:#F7FBFC;
}

.dar-cs-types .slick-track {
  margin: 0 -1.5rem;
}

.dar-cs-types .slick-slide {
  margin: 0 1.5rem;
}

.dar-cs-header {
  padding-left: 23rem;
  margin-bottom: 6rem;
}

.dar-cs-content .text-box {
  text-align: justify;
}

.dar-cs-item:nth-of-type(even) .dar-cs-content {
  flex-direction: row-reverse;
}

.dar-cs-item:nth-of-type(even) .dar-cs-content .text-box {
  padding-left: 5rem;
}

.dar-cs-item:nth-of-type(odd) .dar-cs-content .text-box {
  padding-right: 5rem;
}

.dar-cs-item:nth-of-type(even) .dar-cs-img-box {
  padding-right: 5rem;
}

.dar-cs-item:nth-of-type(odd) .dar-cs-img-box {
  padding-left: 5rem;
}

.dar-cs-img-box {
  position: relative;
}

.dar-cs-img-box::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 16rem;
  background: url(../images/signature-clear.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -23%;
  bottom: -4.5rem;
}

.dar-cs-item:nth-of-type(even) .dar-cs-img-box::after {
  right: unset;
  left: -20%;
}

/* Why Choose Us */
.dar-wcu-section {
  background-color: #c28914
;
}

.dar-wcu-icon-box {
  width: 14.5rem;
  height: 14.5rem;
  border-radius: 50%;
  background-color: #F7FBFC;
  padding: 2rem;
  margin: 0 auto;
}

.dar-wcu-icon-box img {
  max-width: 6.4rem;
  margin: 0 auto;
}

.dar-wcu-content-wrapper ul.flex-box {
  align-items: flex-start;
}

.dar-wcu-item {
  width: 25%;
  border-right: 1px solid #F7FBFC;
  margin-top: 5rem;
  padding: 0 2rem;
}

.dar-wcu-item:last-child {
  border-right: 0;
}

.dar-wcu-item h6 {
  font-size: 2.5rem;
  margin-top: 3rem;
  font-weight: 200;
}

.dar-wcu-item h6 i {
  color: #F7FBFC;
  font-weight: 300;
}

/* Contact Us */
.dar-contact-form .field-half {
  width: 47%;
}

.dar-contact-form .field-half,
.dar-form-textarea {
  margin-top: 7rem;
}

.dar-form-textarea {
  width: 100%;
}

.dar-contact-form input,
.dar-contact-form textarea,
.dar-contact-form select {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 3.5rem;
  color: #F7FBFC;
  width: 100%;
  padding-left: 0;
}

.dar-contact-form select option {
  background-color: rgba(0, 0, 0, 0.8);
}

.dar-contact-form input::placeholder,
.dar-contact-form textarea::placeholder,
.dar-contact-form select {
  color: #F7FBFC;
  opacity: 0.8;
}

.dar-contact-form input:focus {
  color: #F7FBFC;
}

.dar-form-submit {
  margin-top: 8rem;
}

.dar-form-submit input.wpcf7-form-control {
  margin-top: 0;
  font-family: "Satoshi-Regular"!important;
}

.dar-form-submit .btn-primary {
  padding: 1rem 3rem;
  width: auto;
}
.page-template-alteration-repair .banner-content h1{
  margin-left: 5rem;
  background: #c28914
!important;
  padding:5px 8px;
  display: inline;
}
.page-template-alteration-repair .internal-banner::before {
  background: none;
}
/* FAQ Section */
.page-template-alteration-repair .faqs-price-sec {
  padding-bottom: 0;
}

.page-template-alteration-repair .faqs-price-sec .container {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 14rem;
}

.dar-faq-section .faqs-content-wrapper {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 12rem;
}

.about-others-services-hedingbox .container {
  padding-top: 14rem !important;
}

/* ============================= */

/* Darzi - Shopping Mate Page */

/* ============================= */
/* Common Class */
.desktop-none {
  display: none;
}

/* Shopping Prtner */

.dsm-sp-content-wrapper {
  position: relative;
}

.dsm-sp-image {
  width: 57%;
  margin: 0 auto;
}

.dsm-sp-card {
  max-width: max-content;
  padding: 2rem 3rem;
  border: 1px solid #c28914
;
  text-align: center;
  position: absolute;
  border-radius: 1rem;
}

.dsm-sp-card.text-box h4 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 0;
}
.dsm-sp-card p {
  margin-top: 1rem;
}
.dsm-sp-card:nth-of-type(1) {
  left: 7rem;
  top: 3rem;
}

.dsm-sp-card:nth-of-type(2) {
  right: 21rem;
  top: 3rem;
}

.dsm-sp-card:nth-of-type(3) {
  left: -2rem;
  top: calc(50% - 1rem);
}

.dsm-sp-card:nth-of-type(4) {
  right: -2rem;
  top: calc(50% - 1rem);
}

.dsm-sp-card:nth-of-type(5) {
  left: 11rem;
  bottom: -2rem;
}

.dsm-sp-card:nth-of-type(6) {
  right:11rem;
  bottom: -2rem;
}

.dsm-sp-hover {
  width: 26rem;
  padding: 2rem 3rem;
  border: 1px solid #c28914
;
  text-align: center;
  position: absolute;
  border-radius: 1rem;
  background-color: #F7FBFC;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.dsm-sp-hover p {
  font-size: 1.5rem;
}

.dsm-sp-card:nth-of-type(1) .dsm-sp-hover,
.dsm-sp-card:nth-of-type(3) .dsm-sp-hover,
.dsm-sp-card:nth-of-type(5) .dsm-sp-hover {
  bottom: 70%;
  left: 50%;
}

.dsm-sp-card:nth-of-type(2) .dsm-sp-hover,
.dsm-sp-card:nth-of-type(4) .dsm-sp-hover,
.dsm-sp-card:nth-of-type(6) .dsm-sp-hover {
  bottom: 70%;
  right: 50%;
}

.dsm-sp-card:hover>.dsm-sp-hover {
  visibility: visible;
  opacity: 1;
}

/* Present Section */
.dsm-present-shop .dsm-present-text {
  width: 55%;
  padding-right: 5rem;
}

.dsm-present-shop .dsm-present-img {
  width: 45%;
}

.dsm-present-shop .dsm-present-item {
  width: 45%;
  margin: 3rem 0;
  text-align: center;
}

.dsm-present-icon {
  background-color: #F7FBFC;
  border-radius: 50%;
  padding: 1rem;
}

.dsm-present-shop .dsm-present-icon {
  width: 9rem;
  height: 9rem;
  margin: auto;
}

.dsm-present-shop .dsm-present-icon img {
  max-width: 4.8rem;
  margin: 0 auto;
}

.dsm-present-item h4 {
  font-size: 2rem;
  margin-top: 3rem;
  line-height: 1.3;
}

.dsm-present-style .dsm-present-header-text {
  width: 55%;
  padding-top: 2rem;
}

.dsm-present-style .dsm-present-img {
  margin-bottom: 2rem;
}

.dsm-present-style .dsm-present-item {
  width: 23%;
  margin-right: 2.66%;
  margin-top: 5rem;
  text-align: center;
}

.dsm-present-style .dsm-present-item:nth-of-type(4n) {
  margin-right: 0;
}

.dsm-present-style .dsm-present-icon {
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
}

.dsm-present-style .dsm-present-icon img {
  max-width: 6.4rem;
  margin: 0 auto;
}

/* Pricing Section */
.dsm-priceing-section {
  background-color: #c28914
;
}

.dsm-priceing-section .container.dsm-big-container {
  max-width: 1290px;
  width: 80%;
}

.dsm-pricing-images {
  padding-top: 5rem;
}

.dsm-pricing-img,
.dsm-pricing-count,
.dsm-pricing-title {
  /*width: 33.33%;*/
  text-align: center;
}

.dsm-pricing-img-wrapper {
  position: relative;
}

.dsm-pricing-img-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  height: 10rem;
  background: url(../images/dsm-pricing-line.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.dsm-pricing-img-list {
  margin-top: 10rem;
}

.dsm-pricing-img-box {
  width: 33.33%;
  text-align: center;
}

.dsm-pricing-img-box img {
  max-width: 23rem;
  margin: 0 auto;
  height: 19rem;
  object-fit: contain;
}

.dsm-pricing-count span {
  width: 5.8rem;
  height: 5.8rem;
  background-color: #dbb774;
  border-radius: 50%;
  margin: 0 auto;
  color: #F7FBFC;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsm-pricing-title {
  margin-top: 15rem;
  position: relative;
}

.dsm-pricing-title::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  left: calc(50% - 2.5rem);
  top: -11rem;
  width: 5.8rem;
  height: 5.8rem;
  background-color: #c28914
;
  border-radius: 50%;
  margin: 0 auto;
  color: #F7FBFC;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsm-pricing-title h3 {
  max-width: 34rem;
  margin: 0 auto;
  font-weight: 200;
}

.dsm-pricing-title h3 i {
  font-weight: 300;
}

.dsm-pricing-cards-wrapper {
  margin-top: 14rem;
  border-top: 1px solid #606066;
  position: relative;
}

.dsm-pricing-cards-header {
  width: 100%;
  position: absolute;
  top: -3rem;
  left: 0;
}

.dsm-pricing-cards-header h5 {
  display: inline-block;
  padding: 2rem;
  width: max-content;
  margin: 0 auto;
  background-color: #c28914
;
}

.dsm-pricing-title h3,
.dsm-pricing-card h3 {
  line-height: 1.3;
  font-size: 3rem;
}

.dsm-pricing-card {
  width: 31%;
  background-color: #F7FBFC;
  border-radius: 1rem;
  padding: 4rem 3.5rem;
  margin-right: 3%;
  margin-top: 6rem;
}

.dsm-pricing-card:nth-child(3n) {
  margin-right: 0;
}

.dsm-pricing-cards {
  margin-top: 8rem;
}

.dsm-pricing-card .dsm-pc-medium {
  background-color: #c28914
;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  padding: 0.4rem 2.5rem;
  padding-bottom: 0.2rem;
  font-weight: 400;
  border-radius: 2rem;
  color: #F7FBFC;
  margin-bottom: 0;
  font-size: 1.62rem;
}
.dsm-pricing-card .dsm-pc-medium span{
  color: #F7FBFC;
}

.dsm-pricing-card h3 {
	font-size: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d9d9d9;
}

.dsm-pricing-values li {
  position: relative;
  font-size: 1.8rem;
  margin-top: 3rem;
  padding-left: 22px;
  list-style-type: none;
}

.dsm-pricing-values li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background: url(../images/check-circle.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dsm-pricing-btn {
  justify-content: center;
  margin-top: 8rem;
}

.dsm-pricing-btn .btn-primary {
  padding: 1rem 3rem;
  font-size: 2rem;
  background-color: #c28914
!important;
}

/* Team Section */
.dsm-team-section {
  background-size: cover;
  position: relative;
}
.dsm-team-section .container {
  position: relative;
  z-index: 999;
}
.dsm-team-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(81deg, rgb(0 0 0 / 50%), transparent);
}
.dsm-team-section .sec-header p {
  max-width: 52.5rem;
  line-height: 2;
  color: #F7FBFC;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.dsm-team-slider-wrapper {
  max-width: 90rem;
  position: relative;
  padding-right: 10rem;
}

.dsm-team-slider .slick-track {
  margin: 0 -2rem;
}

.dsm-team-slider .slick-slide {
  margin: 0 2rem;
}

.dsm-team-card {
  background-color: #F7FBFC;
  border-radius: 1.3rem;
  text-align: center;
  padding: 2.2rem 0;
}

.dsm-team-card a {
  display: block;
  padding: 3rem 2rem;
}

.dsm-team-card img {
  width: 100%;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}

.dsm-team-card h4 {
  font-size: 2.2rem;
  margin-top: 2.5rem;
  color: #1c1c1e;
}

.dsm-team-card h5 {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.dsm-team-next {
  position: absolute;
  right: 0;
  top: 45%;
  cursor: pointer;
  width: max-content;
  display: inline-block;
}

/* ============================= */

/* Darzi - Corporate & Branding */

/* ============================= */
.com-pd-17 {
  padding: 17rem 0;
}

.com-pd-14 {
  padding: 8rem 0;
}

.com-pd-12 {
  padding: 12rem 0;
}

.com-pd-10 {
  padding: 10rem 0;
}

.pay-for-darzi-services {
  position: relative;
}

.pay-for-darzi-services::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 16%;
  background-image: url(../images/vertical-line-with-content.png);
  width: 1.5rem;
  height: 53.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
}

.com-headingbox {
  max-width: 70rem;
  margin: 0 auto;
}

.pay-for-darzi-services .container {
  width: 88%;
  max-width: 1340px;
}

.flex-box.darzi-usps-list {
  margin-top: 10rem;
}

.darzi-usps-list-item {
  width: calc((100% - 0rem) / 4);
  border-left: 1px solid #c4c4c4;
  padding: 0 2rem;
}

.darzi-usps-list-item:first-child {
  border-left: 0;
}

.circle-grey-icon-box {
  width: 14.7rem;
  height: 14.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #c28914
;
  max-width: 14.7rem;
  margin: 0 auto 2rem;
}

.circle-grey-icon-box img {
  height: 6.9rem;
  object-fit: contain;
}

.darzi-usps-list-content h6 {
  line-height: 1.45;
  font-size: 2.2rem;
}

.darzi-usps-list-content h6 i {
  font-weight: 400;
}

.pricing-tabs-nav {
  width: 24%;
}

.pricing-tabs-nav li {
  border: 1px solid #c28914
;
  font-weight: 400;
  font-size: 1.47rem;
  color: #F7FBFC;
  padding: 2rem;
  width: calc((100% - 0rem) / 2);
  position: relative;
  cursor: pointer;
}

.pricing-tabs-nav li.active {
  background: #c28914
;
  border-radius: 27px 0px 0px 27px;
}

.pricing-tabs-nav li.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 0.7rem;
  background-image: url(../images/grey-arrow-down.png);
}

.pricing-tabs-nav li:first-child {
  border-radius: 27px 0px 0px 27px;
}

.pricing-tabs-nav li:last-child {
  border-radius: 0px 27px 27px 0px;
}

.pricing-list-title {
  padding: 4rem 9rem;
  border-bottom: 1px solid #74747d;
}

.pricing-list-title,
.pricing-list-item-info {
  width: calc((100% - 0rem) / 2);
}

.pricing-title-box {
  width: 50%;
  text-align: center;
}

.pricing-list {
  padding: 5rem 0;
}

.pricing-list-box {
  position: relative;
  margin-top: 6rem;
  border: 1px solid #74747d;
  background: #27272b;
  border-radius: 4rem;
}

.pricing-list-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background-color: #74747d;
}

.pricing-list-item-info {
  padding: 1.5rem 9rem;
}

.pricing-list-title h6,
.pricing-list-item-info p {
  margin-bottom: 0;
}

.pricing-list-title h6 {
  color: #F7FBFC;
  font-weight: bold;
  font-size: 2.5rem;
}

.pricing-list-item-info p {
  font-size: 2.5rem;
  color: rgb(255 255 255 / 80%);
  font-family: "Neue Haas Grotesk Display Pro";
}

.pricing-list-item-info:nth-child(even) {
  padding-left: 11rem;
}

.price-more-info,
.price-more-info strong {
  color: #F7FBFC;
  margin: 0 0;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 2rem;
  line-height: 1.4;
}

.price-more-info strong {
  font-weight: 400;
}

.client-testimonial-wrapper {
  border-top: 1px solid #d9d9d9;
  padding-top: 4rem;
  margin-top: 4rem;
}

.testimonials {
  margin-top: 5rem;
}

#testimonials-slider .slick-arrow {
  width: 5.4rem;
}

#testimonials-slider .slick-arrow::before {
  background-image: url(../images/circle-dark.png);
  width: 4.4rem;
  height: 4.8rem;
  top: -2rem;
  right: 3rem;
}

#testimonials-slider .slick-arrow {
  top: 45%;
  left: -6%;
}

#testimonials-slider .slick-next {
  right: -6%;
  left: auto;
}

.testimonials .slick-list {
  margin: 0 -1rem;
}
#testimonials-slider .slick-track {
  display: flex !important;
}
.testimonials .slick-slide, .custom-testimonial-slider .slick-slide {
  margin: 0 1rem;
  height: inherit;
  background-color: #F7FBFC;
  padding: 5rem;
  border-radius: 10px;
}

.testimonial-client-box p {
  font-size: 2rem;
  color: #333;
}

.quotes-icon {
  margin-bottom: 2.7rem;
}

.quotes-icon img {
  width: 4rem;
}

.client-profile h6 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #dbb774;
}

.client-profile h4 {
  font-size: 2rem;
  margin-bottom: 0;
}

.faqs-price {
  padding-left: 0;
  margin: 5rem 0 0;
}

.common-faqs-wrapper .comm-accordion-group .accordion {
  padding: 0;
  border: 0 !important;
}

.common-faqs-wrapper .comm-accordion-group:last-child {
  margin-bottom: 0;
}

.common-faqs-wrapper .faqs-info-box {
  padding: 2rem 0 0 0;
}

.comm-accordion-group .accordion h5 {
  margin-bottom: 0;
  padding-right: 6rem;
}

.comm-accordion-group .faq-icon::after {
  top: 1rem;
  right: 0;
}

.faqs-price .accordion.terms-menu-title-link::after {
  display: none;
}

.faqs-price .accordion .intro {
  color: #c28914
;
}

.faqs-price .accordion .intro .faq-icon::after {
  transform: rotate(180deg);
}

.faqs-price h5 {
  font-size: 2.5rem;
  line-height: 1.3;
} 

.book-a-visit {
  padding: 3.5rem 0;
}

.visit-content-description {
  width: 49%;
}

.visit-content-description p {
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.visit-content-wrapper p,
.visit-content-wrapper p a {
  font-size: 2rem;
  font-family: "Neue Haas Grotesk Display Pro";
  margin-bottom: 0;
}

.visit-content-wrapper p strong {
  font-weight: 400;
}

.call-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #F7FBFC;
  margin-right: 1.5rem;
}

.more-info-icon {
  margin: 0 3.5rem;
}

.call-icon img {
  width: 2.1rem;
}

.more-info-icon img {
  width: 2.9rem;
}

/*our store page css*/
.our-journey {
  position: relative;
  overflow: hidden;
}

.journey-suite-image {
  width: 40rem;
  height: 42.9rem;
  left: 0;
  position: absolute;
  top: 22rem;
}

.journey-list {
  position: relative;
  margin-top: 25rem;
}

.journey-list-main .journey-list:first-child .journey-list-item {
  padding-top: 10rem;
}

.journey-list-main .journey-list:nth-child(odd) .journey-list-item {
  padding-top: 0;
}

.journey-list-main .journey-list:not(:first-child) .time-sun {
  top: -12rem;
}

.journey-item-info-main {
  width: 51%;
  text-align: right;
}

.our-journey .container {
  max-width: 1400px;
  width: 80%;
}

.journey-list-item {
  position: relative;
  padding-top: 10rem;
}

.journey-list-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/dotted-line.webp);
  width: 2px;
  height: 118%;
  top: 0;
}

.time-sun {
  color: #c28914
;
  font-size: 14.5rem;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  top: -20rem;
  background-color: #F7FBFC;
  width: max-content;
  z-index: 99;
}

.time-sun::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/small-dotted-line.webp);
  width: 2px;
  height: 6.5rem;
  display: none;
}

.journey-list-main .journey-list:first-child {
  padding-top: 3rem;
  margin-top: 28rem;
}

.journey-list-main .journey-list:first-child .journey-item-image {
  width: 48%;
}

.journey-list:first-child .time-sun {
  padding-top: 9rem;
}

.journey-list:first-child .time-sun::before {
  display: block;
}

.journey-list-main .journey-list:nth-child(even) .journey-list-item {
  flex-direction: row-reverse;
}

.journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-main {
  text-align: left;
  padding-left: 0;
  width: 47%;
}

.journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-inner::after {
  left: -4.9rem;
  right: auto;
}

.journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-main .journey-item-info {
  order: 2;
}

.journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-main .journey-item-info-inner {
  padding-right: 0;
}

.journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-main .journey-item-info-inner .journey-item-info-icon {
  margin: 0 2rem 0 0;
}

.journey-list-main .journey-list:nth-child(even) .journey-item-image {
  width: 46%;
  margin-left: 0;
  margin-right: auto;
}

.journey-list-main .journey-list:first-child .journey-list-item {
  padding-top: 10rem;
}

.journey-item-image {
  width: 41%;
  margin-left: auto;
}

.journey-item-info-inner {
  align-items: flex-start;
  position: relative;
  padding-right: 5rem;
}

.journey-item-info-inner:nth-child(even) {
  margin-top: 10rem;
}

.journey-item-info-inner::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 6rem;
  background-image: url(../images/circle-orange.png);
  width: 2rem;
  height: 2rem;
  z-index: 999;
  background-size: contain;
}

.journey-item-info {
  width: 75%;
}

.journey-item-info p {
  line-height: 1.45;
}

.journey-item-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.6rem;
  height: 11.6rem;
  background-color: #F7FBFC;
  border-radius: 100%;
  margin-left: 3rem;
}

.journey-item-info-icon img {
  width: 7.5rem;
}

.journey-mission-headingbox h5 {
  margin-bottom: 3rem;
}

.journey-mission-list {
  margin: 6.5rem 0 8rem;
}

.journey-mission-list-item {
  width: calc((100% - 0rem) / 3);
  padding: 0 4rem;
  border-left: 1px solid #F7FBFC;
}

.journey-mission-list-item:last-child {
  border-right: 1px solid #F7FBFC;
}

.journey-mission-icon {
  width: 14.7rem;
  height: 14.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #F7FBFC;
  margin: 0 auto 4rem;
}

.journey-mission-icon img {
  width: 8.4rem;
  object-fit: contain;
  height: 6.2rem;
}

.journey-mission-list-content h3 {
  font-size: 3.2rem;
}

.why-us-usps-heading {
  margin-left: 0;
}

.why-us-usps-heading {
  margin-left: 0;
  padding-right: 17rem;
}

.why-us-usps-heading h2 {
  margin: 3rem 0 2rem;
  color: #F7FBFC;
}

.why-us-usps-heading p {
  color: #dedede;
}

.why-usps-list-content h4 {
  color: #F7FBFC;
  line-height: 1.5;
}

.why-us-usps-list {
  width: 90%;
  margin: 6rem 0;
}

.why-us-usps-list-item {
  width: calc((100% - 41rem) / 3);
  padding: 0 3rem;
  border-left: 1px solid #7e7e7e;
}

.why-us-usps-list-item:last-child {
  border-right: 1px solid #7e7e7e;
}

/*why us page css*/
.our-capabilities {
  position: relative;
}

.our-capabilities::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -7rem;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(../images/bg-circle-grey.png);
  width: 100%;
  background-size: 100% 100%;
  height: 87.6rem;
}

.capabilities-headingbox {
  margin-left: 0;
  padding-right: 22rem;
}

.capabilities-list {
  margin: -1.7rem;
  padding-left: 17rem;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}

.capabilities-list-item {
  background-color: #F7FBFC;
  border-radius: 7.03209px;
  padding: 4.5rem 4rem;
  width: calc((100% - 10.5rem) / 3);
  margin: 1.7rem;
}

.capabilities-list-item:first-child {
  margin-top: 18rem;
}

.capabilities-list-item:nth-child(2) {
  margin-top: -5rem;
}

.capabilities-list-item:nth-child(3) {
  margin-top: -15rem;
}

.capabilities-list-item:nth-child(4) {
  margin-top: -21rem;
}

.capabilities-list-item:nth-child(5) {
  margin-top: -31rem;
}

/*.capabilities-list .capabilities-list-item:first-child {
  transform: translate(0, 17%);
}
.capabilities-list .capabilities-list-item:nth-child(2) {
  transform: translate(0, -14%);
}
.capabilities-list .capabilities-list-item:nth-child(3) {
  transform: translate(110%, -13%);
}
.capabilities-list .capabilities-list-item:nth-child(4) {
  transform: translate(110%, -140%);
}
.capabilities-list .capabilities-list-item:nth-child(5) {
  transform: translate(220%, -140%);
}*/
.capabilities-list-icon img {
  max-width: 19rem;
  object-fit: contain;
  height: 12rem;
}

.capabilities-list-content h3 {
  font-size: 3.2rem;
  margin: 4rem 0 2rem;
}

.our-mission-list {
  margin: 10rem -1.5rem -5rem;
  align-items: flex-start;
}

.our-mission-list .our-mission-item-main:nth-child(odd) {
  margin-top: 10rem;
}

.whyus-our-mission {
  position: relative;
}

.whyus-our-mission::before {
  content: "";
  position: absolute;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 22rem;
  bottom: 0;
  background-image: url(../images/rounded-arrow-repeate.webp);
  height: 67.4rem;
}

.our-mission-item-main {
  min-height: 49.4rem;
  width: calc(100% / 3 - 3rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin: 1.5rem;
}

.our-mission-item-main::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  top: -2.5rem;
  left: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c28914
;
  color: #F7FBFC;
  font-size: 2rem;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 100%;
  font-weight: 400;
  z-index: 99;
}

.our-mission-item-main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 68.33%,
      rgba(0, 0, 0, 0.89) 104.14%);
}

.our-mission-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.our-mission-content {
  position: relative;
  z-index: 9;
  padding: 4rem 3.5rem;
}

.btn-big-black {
  background-color: #c28914
;
  color: #F7FBFC;
  padding: 1rem 3rem;
  /*border: 1px solid #c28914
;*/
}

.btn-big-black:hover {
  background-color: #c28914
;
}

.our-mission-list .our-mission-item-main:nth-child(2)::before {
  left: 2rem;
}

.our-mission-list .our-mission-item-main:nth-child(3)::before {
  left: auto;
  right: 1rem;
}
.journey-started{
  position: relative;
}
.journey-started::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.48deg, #000000 -5%, rgba(0, 0, 0, 0.825305) 19.04%, rgba(0, 0, 0, 0.276134) 62.8%, rgba(0, 0, 0, 0) 73.46%);
  top: 0;
  left: 0;
}

.started-journey-content {
  max-width: 53rem;
  position: relative;
  z-index: 99;
}

.started-journey-content h2 {
  color: #F7FBFC;
  margin-top: 3rem;
}

.started-journey-content p {
  margin: 3rem 0 7rem;
  color: #dedede;
}

.clients-benefits-list-item.clients-benefits-list-info {
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  width: calc(100% / 2 - 5rem);
  align-items: flex-start;
  margin-right: 5rem;
}

.clients-benefits-list-item.clients-benefits-list-info h2 {
  margin: 1rem 0 3rem;
}

.clients-benefits-list {
  margin: -4.5rem -0.7rem 7rem;
  padding-top: 5rem;
}

.clients-benefits-list-item:nth-child(2),
.clients-benefits-list-item:nth-child(3) {
  margin-top: 0;
}

.clients-benefits-list-icon img,
.why-needs-icon img {
  width: 6.5rem;
  object-fit: contain;
  height: 6.5rem;
}

.clients-benefits-list-content h4 i,
.why-needs-list-content h4 i {
  font-weight: 400;
}

.clients-benefits-list-item,
.why-needs-list-item {
  width: calc(100% / 6 - -8.3rem);
  background-color: #c28914
;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 5rem 4rem;
  margin: 4.5rem 0.7rem 0;
}

.clients-benefits-list-content h4,
.why-needs-list-content h4 {
  font-size: 2.5rem;
  margin-top: 3rem;
  color: #F7FBFC;
  line-height: 1.4;
}

.client-contact-btn .btn-big-black {
  padding: 1rem 3rem;
}

#gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
}

#gallery::after {
  content: "";
  position: absolute;
  right: -9rem;
  top: -9rem;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19.5rem;
  height: 19.5rem;
  background-image: url(../images/da-vid-logo.png);
}

#gallery img {
  width: 100%;
  height: auto;
  margin: 4% auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#gallery img:nth-child(3) {
  margin-top: 40%;
}

.designer-brand-info {
  width: 48%;
}

.diffrence-brands-table {
  padding: 3.5rem 3.2rem;
  background-color: #F7FBFC;
  width: 51%;
  border-radius: 10px;
}

.designer-brand-info h2 {
  color: #F7FBFC;
  margin: 4rem 0;
}

.designer-brand-info p {
  color: #d9d9d9;
}

.designer-brand-info-list {
  margin: 7rem 0 5rem -2rem;
}

.designer-brand-info-item h3 {
  font-size: 3.2rem;
  color: #c28914
;
}

.designer-brand-info-item:first-child {
  border-left: 0;
}

.designer-brand-info-item {
  width: calc(100% / 3 - 0rem);
  border-left: 1px solid #F7FBFC;
}

.designer-brand-info-description p {
  padding-right: 2rem;
}

.designer-brand-info-item p {
  font-size: 2rem;
  letter-spacing: 0.02em;
}

.diffrence-brands-table table {
  width: 100%;
  border-collapse: collapse;
  height: 100%;
}

.diffrence-brands-table table th,
.diffrence-brands-table table td {
  vertical-align: middle;
  text-align: left;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #c28914
;
}

.diffrence-brands-table table th {
  font-size: 1.9rem;
  color: #1c1c1e;
  font-weight: 400;
}

.diffrence-brands-table table td {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 2.5rem 0;
}

.diffrence-brands-table table td img {
  width: 2.3rem;
}

.diffrence-brands-table table th:nth-child(2),
.diffrence-brands-table table th:nth-child(3),
.diffrence-brands-table table td:nth-child(2),
.diffrence-brands-table table td:nth-child(3) {
  width: 22%;
  text-align: center;
  padding: 1.2rem 1.8rem;
}

.diffrence-brands-table table th:nth-child(2),
.diffrence-brands-table table td:nth-child(2) {
  background: #F7FBFC;
  box-shadow: 0px 32px 34px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 32px 34px rgba(0, 0, 0, 0.16);
}

.diffrence-brands-table table td:nth-child(2) {
  border-left: 1px solid #c28914
;
  border-right: 1px solid #c28914
;
  border-bottom: none;
  position: relative;
}

.diffrence-brands-table table td:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #d9d9d9;
}

.diffrence-brands-table table tr:last-child td:nth-child(2) {
  border-bottom: 1px solid #c28914
;
  border-radius: 0px 0px 8px 8px;
}

.diffrence-brands-table table tr:first-child td:nth-child(2)::after {
  display: none;
}

.diffrence-brands-table table th:nth-child(2),
.diffrence-brands-table table th:nth-child(3) {
  line-height: 1.25;
}

.diffrence-brands-table table th:nth-child(2) {
  background: #c28914
;
  border-radius: 8px 8px 0px 0px;
  color:#F7FBFC;
}

.diffrence-brands-table table th:nth-child(2) span {
  position: relative;
  font-weight: inherit;
}

.diffrence-brands-table table th:nth-child(2) span sup {
  position: absolute;
  right: -1.3rem;
  top: -0.2rem;
}

/* Darzi - Corporate & Branding Page */

/* Who We Are Section */
.dcb-wwa-item {
  width: 33.33%;
  padding: 0 5rem;
  text-align: center;
  border-right: 1px solid #d3cec3;
  margin-top: 2rem;
}

.dcb-wwa-item:last-child {
  border-right: 0;
}

.dcb-wwa-item img {
  max-width: 6rem;
  margin: 0 auto;
  height: 6rem;
  object-fit: contain;
}

.dcb-wwa-item h5 {
  color: #1c1c1e;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.dcb-wwa-item h5 i {
  font-weight: 400;
}

/* Services Section */
.dcb-service-section {
  position: relative;
}
.dcb-service-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -40rem;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/cap-vector-bg.png);
  width: 23.7rem;
  height: 41.7rem;
}
.dcb-service-wrapper {
  max-width: 92rem;
  margin: 0 auto;
  background: url(../images/dcb-service-ling-bg.webp);
  background-position-x: center;
  background-position-y: 2rem;
  background-repeat: no-repeat;
  background-size: 82% 100%;
  padding-bottom: 10rem;
  margin-top: 8rem;
}

.dcb-service-item {
  padding: 6rem 0;
}

.dcb-service-item:nth-child(even) {
  flex-direction: row-reverse;
}

.dcb-service-item .dcb-service-icon {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-color: #F7FBFC;
  padding: 3rem;
}

.dcb-service-item .dcb-service-icon img {
  width: 100%;
  max-width: 9.5rem;
  margin: 0 auto;
}

.dcb-service-item .dcb-service-text-box {
  width: calc(100% - 20rem);
  padding-left: 8rem;
  text-align: justify;
}

.dcb-service-item p {
  margin-bottom: 0;
}

.dcb-service-item:nth-child(even) .dcb-service-text-box {
  padding-left: 0;
  padding-right: 8rem;
}

.dcb-service-item h4 {
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}

.dcb-service-item .dcb-service-text-box p i {
  font-weight: 400;
}

.dcb-service-fixed-left,
.dcb-service-fixed-right {
  position: absolute;
  height: max-content;
  width: 17rem;
}

.dcb-service-fixed-left {
  left: 0;
  top: 20%;
}

.dcb-service-fixed-right {
  right: 0;
  bottom: 25%;
}

.dcb-service-sm-img {
  width: 19rem;
  position: absolute;
  height: max-content;
  border: 5px solid #f0ebe0;
  height: max-content;
}

.dcb-service-fixed-right .dcb-service-sm-img {
  width: 18rem;
  border: 8px solid #f0ebe0;
}

/*.dcb-service-fixed-left .dcb-service-sm-img {
  right: -47%;
  top: -21%;
}*/

.dcb-service-fixed-right .dcb-service-sm-img {
  left: -40%;
  bottom: -20%;
}

/* Gallery Section */
.dcb-gallery-item {
  margin-bottom: 3rem;
}

.dcb-gallery-item:nth-of-type(1) {
  width: 60%;
  padding-right: 3rem;
}

.dcb-gallery-item:nth-of-type(2) {
  width: 40%;
}

.dcb-gallery-item:nth-of-type(3) {
  width: 100%;
}

.dcb-gallery-item:nth-of-type(4) {
  width: 40%;
}

.dcb-gallery-item:nth-of-type(5) {
  width: 60%;
  padding-left: 3rem;
}

.dcb-gallery-item img {
  height: 46rem;
  object-fit: cover;
}

/* Get In Touch */
.dcb-git-section {
  background-color: #1c1c1e;
}

.dcb-git-section .btn-primary {
  padding: 1.8rem 3rem;
}

.dcb-git-section .call-icon {
  background-color: #dbb774;
}

.dcb-git-section h4 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 200;
}

.dcb-git-section h4 i {
  font-weight: 300;
}

/* Featured Brands */

.dcb-fb-content {
  padding-left: 23rem;
  flex-wrap: nowrap;
}

.dcb-fb-header {
  width: 30rem;
}

.dcb-logo-wrapper {
  width: calc(100% - 30rem);
  padding-left: 3rem;
}

.dcb-fb-content h2 {
  margin-bottom: 0;
}

.dcb-logo-wrapper .slick-track {
  margin: 0 -3rem;
}

.dcb-logo-wrapper .slick-slide {
  margin: 0 3rem;
}

.dcb-logo-item {
  /*background-color: #f7f3ea;*/
  /*border:1px solid #c28914
;*/
  padding: 3.5rem 2rem;
}

.dcb-logo-item img {
  max-width: 15rem;
  margin: 0 auto;
  height: 10rem;
  object-fit: contain;
  text-align: center;
}

/* Contact Section */
.dcb-contact-section,
.da-contact-section.dcb-contact-section {
  background: url(../images/dcb-contact-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dcb-contact-section .da-contact-info {
  margin-top: 4rem;
}

.dcb-contact-icon-box {
  width: 33%;
  padding: 0 2rem;
  border-right: 1px solid #7e7e7e;
  margin-top: 4rem;
}

.dcb-contact-icon-box:first-of-type {
  border-left: 1px solid #7e7e7e;
}

.dcb-contact-icon-box img,
.why-usps-list-icon img {
  max-width: 3.5rem;
  width: 100%;
  object-fit: contain;
}

.dcb-contact-icon-box h4,
.why-usps-list-content h4 {
  font-size: 2.5rem;
  margin-top: 2.5rem;
  line-height: 1.2;
}

/*contact css*/
.why-needs-wrapper {
  margin-top: -5rem;
}

.why-needs-contentbox {
  width: 49%;
  padding-top: 12rem;
}

.why-needs-contentbox h2 {
  margin: 3rem 0 4rem;
}

.why-needs-contentbox p {
  padding-right: 4rem;
}

.why-needs-list {
  width: 53%;
  justify-content: flex-end;
  margin: 5rem -2rem 0;
}

.why-needs-list-item-wrapper {
  width: calc(100% / 2 - 5rem);
  margin: 2rem;
}

.why-needs-list-item-wrapper:first-child {
  margin-top: -5rem;
}

.why-needs-list-item {
  width: 100%;
}

.customer-services-list .slick-track {
  display: flex;
  justify-content: center;
}

.customer-services-list {
  padding: 2.5rem 0;
  position: relative;
}

.customer-services-list::before,
.customer-services-list::after {
  content: "";
  position: absolute;
  left: 0;
  width: 43.5rem;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  z-index: 9;
}

/*.customer-services-list::before {
  background-image: url(../images/overlay-left.webp);
}

.customer-services-list::after {
  background-image: url(../images/overlay-right.webp);
  right: 0;
  left: auto;
}*/

.customer-services-list .slick-slide>div {
  display: inline-block;
}

.customer-services-item {
  margin-right: 6rem;
  display: inline-block;
}

.customer-services-list-icon,
.customer-services-list-content,
.contact-connect-info,
.contact-connect-info img,
.contact-connect-info a {
  display: inline-block;
  vertical-align: middle;
}

.customer-services-list-icon img {
  width: 4rem;
  object-fit: contain;
  height: 3.5rem;
}

.customer-services-list-content h4 {
  font-size: 2.5rem;
  margin: 0 0 0 1.5rem;
}

.contact-detail-info {
  width: 50%;
}

.contact-detail-info h5 {
  margin-bottom: 3rem;
}

.contact-detail-info p {
  padding-right: 12rem;
  margin: 3rem 0 8rem;
}

.contact-connect-info a,
.contact-connect-info span {
  font-size: 2rem;
  font-weight: 300;
  margin-left: 1.5rem;
  line-height: 1.7;
}

.contact-connect .contact-connect-info:nth-child(2) {
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: 1px solid #7e7e7e;
}

.contact-connect-address {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.contact-connect-info img {
  width: 2.9rem;
  object-fit: contain;
}

.contact-form {
  width: 41.5%;
  background: #1c1c1e;
  border-radius: 15.2716px;
  padding: 5rem 4.5rem;
}

.locate-us-info-headingbox h5 {
  margin-bottom: 3rem;
}

.locate-us-info-wrapper {
  padding: 10rem 0;
  width: 45%;
}

.locate-us-info-item {
  margin-top: 5.5rem;
}

.locate-us-info-item h4 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.locate-us-info-item p {
  font-size: 2.2rem !important;
  font-family: "Neue Haas Grotesk Display Pro";
}

.contact-locate-us {
  position: relative;
  background-color: #fffdf8;
}

.map-iframe {
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-form form .form-group,
.hire-section .form-group {
  margin-bottom: 3.5rem;
}

.form-group select option {
  color: #000;
  font-size: 1.4rem;
}

.contact-form form .submit-btn,
.hire-section .form-group.submit-btn {
  margin-bottom: 0;
}

.form-group .form-control {
  width: 100%;
  outline: none;
  border: none !important;
  margin: 0 !important;
  font-family: "Canela";
  font-size: 1.4rem;
  color: rgb(255 255 255 / 90%) !important;
  background-color: transparent;
  border-bottom: 0.7px solid #575758 !important;
  font-weight: 100;
  padding-left: 0;
  padding-bottom: 1.4rem;
}

.form-group .form-control::placeholder {
  color: rgb(255 255 255 / 90%) !important;
}

.form-control:focus,
.dar-contact-form input:focus {
  outline: none !important;
}

.contact-form form .submit-btn .wpcf7-submit,
.dar-form-submit .btn-primary,
.hire-section .form-group.submit-btn .btn-primary {
  border-radius: 32px;
  background-color: #c28914
 !important;
  color: #F7FBFC !important;
  font-size: 2rem;
  font-weight: 300;
  outline: none !important;
  border: none;
  transition: 0.2s ease-in-out;
  width: auto;
}

.contact-form form .submit-btn .wpcf7-submit,
.hire-section .form-group.submit-btn .btn-primary {
  padding: 0.55rem 3.2rem !important;
  font-family: "Canela";
}

.contact-form form .submit-btn .wpcf7-submit:hover,
.dar-form-submit .btn-primary:hover,
.hire-section .form-group.submit-btn .btn-primary:hover {
  background-color: #c28914
 !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 2rem;
}

.wpcf7 form .wpcf7-response-output {
  color: #F7FBFC;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  text-align: left;
}

.page-template-about-us .service-section {
  background-color: #F7FBFC;
  padding: 14rem 0;
}

.page-template-corporate-branding .book-a-visit {
  background-color: #1c1c1e;
}

.page-template-corporate-branding .book-a-visit .call-icon {
  background-color: #F7FBFC;
}

.page-template-corporate-branding .book-a-visit .btn-primary {
  color: #F7FBFC;
  background-color: #c28914
;
}
.page-template-corporate-branding .book-a-visit .btn-primary:hover{
  color: #F7FBFC;
  background-color: #F7FBFC;
  border: 1px solid #c28914
;
}

.page-template-corporate-branding .book-a-visit .visit-content-description p {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 200;
  font-family: "Canela";
}

.single-master .de-featured-style-section, .single-event .de-featured-style-section {
  padding-bottom: 0;
}

.single-master .service-book-appointment {
  margin-top: 4rem;
}
.page-template-about-us .flex-box.mission-list {
  margin-bottom: 3rem;
}
.single-master .service-book-appointment .btn-primary {
  margin-bottom: 10rem;
}

.single-master .our-services {
  padding: 7rem 0 14rem;
}

.tax-garment_category .our-services {
  padding-bottom: 5rem;
}

.single-master .darzi-section {
  padding-top: 0;
  padding-bottom: 5rem;
}

.page-template-home .de-featured-style-section {
  padding: 5rem 0 2rem;
}

/*404 page css*/
.error-page-main {
  max-width: 100%;
  background-color: #F7FBFC;
  padding: 28rem 0 17rem;
  height: 100vh;
}

.error-page-main .container {
  width: 85%;
  max-width: 1400px;
}

.error-content-wrapper .page-content {
  width: 40%;
}

.error-content-wrapper .error-image {
  width: 47%;
}

.error-content-wrapper h1 {
  font-size: 8.2rem;
  font-weight: 400;
  color: #28303d;
}

.error-content-wrapper h2 {
  font-size: 4.8rem;
  margin: 2rem 0;
}

.error-page-main .error-image img {
  width: 67.2rem;
}

.error-content-wrapper p {
  margin: 1rem 0;
}

.error404 .footer-cta-section,
.error404 .main-footer {
  display: none;
}

/* ---------------------- */
/* Our Services Page */
/* ---------------------- */
.ds-services-tab-section.com-pd-14 {
  padding-top: 10rem;
}

.tab-content {
  display: none !important;
}

.tab-content.active {
  display: block !important;
}

.services-tab-menu li {
  margin-right: 3rem;
  background-color: #F7FBFC;
  padding: 1.3rem 3rem;
  border-radius: 2.8rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: 2rem;
}

.services-tab-menu li:last-child {
  margin-right: 0;
}

.services-tab-menu li.active,
.services-tab-menu li:hover {
  background-color: #dcb773;
}

.services-tab-menu li img {
  max-width: 3rem;
}

.services-tab-menu li span {
  font-size: 2.2rem;
  margin-left: 13px;
  color: #454545;
}

.services-tab-menu li.active span,
.services-tab-menu li:hover span {
  color: #F7FBFC;
}

.services-tab-menu li.active img,
.services-tab-menu li:hover img {
  filter: invert(1);
}

.service-tab-content {
  margin-top: 1.5rem;
}

.st-content-item {
  width: 31.5%;
  margin-right: 2.75%;
  margin-top: 4rem;
}

.st-content-item:nth-of-type(3n) {
  margin-right: 0;
}

.st-content-item h3 {
  padding-top: 2.5rem;
  margin-bottom: 0;
}

/* Floating CTA */
.floating-btn-wrapper {
  position: relative;
}

.floating-cta-btn {
  width: max-content;
  position: fixed;
  right: 10rem;
  bottom: 5rem;
  background-color: #c28914
;
  padding: 1rem 1rem;
  border-radius: 1.5rem;
  z-index: 100000;
}

.floating-cta-btn .floating-cta-social {
  width: max-content;
}

.floating-cta-btn span,
.floating-cta-btn a {
  font-size: 2rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  font-family: 'Satoshi-Regular';
  font-weight: bold;
}

.floating-cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-cta-btn .appointment-trigger,
.floating-cta-btn .floating-phone {
  padding-right: 3rem;
}

.floating-cta-btn .floating-contact-link,
.floating-cta-btn .floating-wapp {
  padding-left: 3rem;
}

.floating-cta-btn img {
  display: inline-block;
}

.floating-cta-btn span.appointment-trigger,
.floating-cta-btn .floating-phone {
  border-right: 1px solid #F7FBFC;
}

.floating-cta-btn img.fcb-or-icon {
  margin: 0 1.5rem;
}

.floating-cta-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  z-index: 999;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  padding: 6rem 0;
}

.floating-cta-popup::-webkit-scrollbar {
  display: none;
  width: 0 !important
}

.floating-cta-popup.active {
  display: flex;
}

body.popup-open {
  overflow: hidden;
}

.fc-popup-content {
  width: 90%;
  margin: 0 auto;
  flex-wrap: nowrap;
  position: relative;
  max-width: 120rem;
  background-color: #F7FBFC;
  border-radius: 2.5rem;
  overflow: hidden;
}

.fc-popup-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

.popup-close img {
  max-width: 15px;
  object-fit: contain;
  filter: invert(1);
  z-index: 111;
}

.fc-popup-content>.flex-box {
  width: 100%;
}

.fc-pc-left {
  width: 35%;
}

.fc-pc-right {
  width: 65%;
  padding: 5rem 5rem;
}

.appointment-form .flex-box {
  justify-content: space-between;
}

.appointment-form .flex-box .form-half {
  width: 48%;
}

.appointment-form .flex-box input,
.appointment-form .flex-box select,
.appointment-form .form-file label,
.appointment-form input[type=date],
.appointment-form input[type=time] {
  outline: none;
  border: 1px solid #e7e7e7 ;
  padding: 1.7rem 2rem;
  font-size: 1.8rem;
  margin-top: 2rem;
  border-radius: 5px;
  width: 100%;
  font-family: 'Poppins';
  background-color: transparent;
}

.appointment-form .flex-box input::placeholder,
.appointment-form .flex-box select::placeholder {
  color: #7c7c7c;
}

.appointment-form .flex-box input:focus,
.appointment-form .flex-box select:focus {
  outline: none;
}

.appointment-form input[type=submit].btn-primary,
.appointment-form button.btn-primary {
  background-color: #c28914
 !important;
  outline: 0 !important;
  color: #F7FBFC !important;
  padding: 1.5rem 5rem;
  margin-top: 4rem;
  font-weight: 500;
}

.appointment-form input[type=submit].btn-primary:focus,
.appointment-form button.btn-primary:focus {
  outline: none;
}

.appointment-form input[type=submit].btn-primary:hover,
.appointment-form button.btn-primary:hover {
  background: #c28914
 !important;
  color:#F7FBFC;
}

.appointment-form .flex-box .form-file {
  width: 100%;
}

.appointment-form .form-file input {
  /* width: 48%; */
  display: none;
}

.appointment-form .form-file p.file-label {
  font-size: 1.7rem;
  display: block;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Poppins';
  margin-top: 2rem;
}

.appointment-form .form-file p span {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
}

.appointment-form .form-file label {
  display: block;
  width: 48%;
  cursor: pointer;
}

.appointment-form br {
  display: none;
}

.appointment-form .wpcf7 form .wpcf7-response-output {
  display: none;
}

.form-half.date-field p {
  position: relative;
}

span.appointment-label {
  z-index: 1;
  position: absolute;
  left: 2rem;
  top: 4rem;
  font-family: 'Poppins';
  font-size: 1.7rem;
  background: #F7FBFC;
  color: #818181;
}

span.appointment-label.hide {
  display: none;
}
@media (min-width: 1550px){
  .e-designer-section .badge-list .badge {
    min-width: 115px;
  }
}
@media (max-width: 1600px) {
  .floating-cta-btn {
    right: 5rem;
  }
}

@media (max-width: 1466px) {
  html {
    font-size: 56%;
  }

  .premium-fabrics .container {
    padding-left: 5%;
  }

  .premium-fabrics .slider-arrow .slick-prev {
    right: 18rem;
  }

  .premium-fabrics .slider-arrow .slick-next {
    right: 9rem;
  }

  .service-icon img {
    width: 6.3rem;
    height: 6.3rem;
    object-fit: contain;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Avtar Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .internal-banner-bg .container {
    width: 80%;
  }

  .da-video-wrapper {
    background-size: 82%;
  }

  .da-video-box::before {
    top: -9rem;
    right: -9rem;
    width: 19rem;
    height: 19rem;
  }

  .da-lets-know-section::after {
    bottom: 2rem;
    height: 28rem;
  }

  .da-process-cards-wrapper {
    padding-top: 8rem;
    margin-top: 0;
  }
}

@media (max-width: 1384px) {
  html {
    font-size: 51%;
  }

  .text-box p {
    font-size: 1.9rem;
  }

  .container-1230 {
    max-width: 1230px;
    width: 78%;
  }

  .bot-container {
    right: 11rem;
  }

  .video-connent {
    bottom: -8rem;
  }

  .premium-fabrics .slider-arrow .slick-prev {
    right: 21rem;
  }

  .premium-fabrics .container {
    padding-left: 6%;
  }

  .premium-fabrics .slider-arrow .slick-next {
    right: 12rem;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 47%;
  }

  .main-header .container {
    width: 88%;
  }

  .journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-inner::after {
    left: -5.2rem;
  }
}

@media (max-width: 1230px) {
  .edesigner-work-section .category-slider .slide-inner.img-box img {
    max-width: 63rem;
  }

  .process-section .container.wrapper {
    padding: 0 3rem;
  }
}

@media (max-width: 1220px) {
  .client-wedding-wrapper {
    width: 67%;
  }

  .premium-fabrics-logo {
    width: auto !important;
    min-width: 24rem;
    padding: 4rem;
  }

  .premium-fabrics {
    padding: 8rem 0 0;
  }

  .journey-item-info-icon {
    width: 9.6rem;
    height: 9.6rem;
  }

  .journey-item-info-icon img {
    width: 6rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Avtar Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .da-video-box::before {
    top: -6rem;
    right: -4rem;
    width: 14rem;
    height: 14rem;
  }

  .da-lets-know-section::after {
    width: 35%;
  }

  .da-story-img-wrapper::before {
    top: -8rem;
    left: 28%;
    width: 50%;
    height: 15rem;
  }

  .da-process-cards-wrapper {
    background: transparent;
    padding-top: 4rem;
  }

  .process-card.darzi-com-card {
    min-height: 36rem;
  }

  .process-card-item:nth-of-type(even) {
    margin-top: 0;
  }

  .da-gallery-btn {
    display: none !important;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ---- Darzi = Shopping Mate Page ---- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* Present Section */
  .dsm-present-shop .dsm-present-list {
    flex-direction: column;
  }

  .dsm-present-shop .dsm-present-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-top: 5rem;
  }

  .dsm-present-shop .dsm-present-item h4 {
    width: calc(100% - 11rem);
  }

  .dsm-present-style .dsm-present-header {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .dsm-present-style .dsm-present-header .col-4,
  .dsm-present-style .dsm-present-header-text {
    width: 100%;
    text-align: center;
    max-width: 70rem;
    margin: 0 auto;
  }

  .dsm-present-style .sec-header {
    margin-bottom: 0;
  }

  .dsm-present-style .dsm-present-list {
    justify-content: space-between;
  }

  .dsm-present-style .dsm-present-item {
    width: 45%;
    margin-right: 0;
  }

  /* Pricing Section */
  .dsm-pricing-img img {
    max-width: 23rem;
    margin: 0 auto;
    max-height: 15rem;
    object-fit: contain;
  }

  .dsm-pricing-card .dsm-pc-medium {
    font-size: 1.4rem;
  }

  .dsm-pricing-card h3 {
    font-size: 3rem;
  }

  /* Team Section */
  .dsm-team-next img {
    max-width: 8rem;
  }
}

@media (max-width: 1080px) {
  html {
    font-size: 46%;
  }

  .our-services-wrapper {
    margin: 6rem 0rem 0;
  }

  .journey-item-info {
    width: 72%;
  }

  .journey-list {
    margin-top: 18rem;
  }

  .journey-list-main .journey-list:nth-child(odd) .journey-list-item {
    padding-top: 10rem;
  }

  .journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-inner::after {
    left: -4.2rem;
  }

  .journey-list-main .journey-list:not(:first-child) .time-sun {
    top: -8rem;
  }

  .slider-arrow .slick-arrow::before {
    width: 5.5rem;
  }

  .slider-arrow .slick-next {
    right: 10rem;
  }

  .slider-arrow .slick-prev {
    right: 22rem;
  }

  #testimonials-slider .slick-arrow {
    left: 0;
  }

  #testimonials-slider .slick-next {
    right: 0;
    left: auto;
  }

  .container,
  .team-detail-banner .container,
  .container-1140,
  .container-1230,
  .container-1400,
  .container-1360,
  .customer-testimonial .container,
  .faqs-price-sec .container,
  .main-footer .container,
  .footer-cta-section .container,
  .pay-for-darzi-services .container,
  .our-journey .container,
  .tax-garment_category .our-services .container,
  .about-other-category-section .container,
  .about-others-services-hedingbox .container {
    width: 95%;
    padding: 0 1.5rem;
  }

  .wedding-services .container {
    padding-left: 31rem;
  }

  .footer-logo {
    width: calc((100% - 12rem) / 4);
  }

  .edesigner-work-section,
  .darzi-section,
  .team-section,
  .collection-section,
  .about-darzi-section,
  .hire-section,
  .explore-section,
  .e-designer-section {
    padding: 9rem 0;
  }

  .service-section {
    padding-top: 6rem;
  }

  .service-section {
    padding-bottom: 11rem;
  }

  .testimonial-section .slide-inner .text-box p {
    font-size: 2.8rem;
  }

  .testimonial-section .slider-arrow .slick-prev {
    right: 12rem;
  }

  .testimonial-section .btn-box::after {
    width: 58%;
  }

  .team-section {
    padding: 12rem 0;
  }

  .footer-cta-section {
    padding: 4rem 0;
  }

  .bio-section .sec-header {
    padding-top: 11rem;
    padding-bottom: 9rem;
  }

  .edesigner-work-section .category-slider .slide-inner.img-box img {
    max-width: 57rem;
  }

  /*  about darzi section */

  /* footer */
  .footer-item a {
    font-size: 1.5rem;
  }

  .footer-item-box {
    width: calc((100% - 39rem) / 5);
  }

  .footer-logo {
    width: calc((100% - -15rem) / 5);
  }

  .footer-insta {
    width: calc((100% - 13rem) / 5);
  }

  .footer-contact {
    width: calc((100% - -6rem) / 4);
    max-width: 22rem;
    margin-left: 0;
  }

  .service-content {
    padding-right: 0;
  }

  .client-short-info.text-box h2 {
    font-size: 4.5rem;
  }

  .client-short-info.text-box p {
    line-height: 27px;
  }

  .signature-image {
    max-width: 45%;
  }

  .client-testimonial .slider-arrow .slick-arrow {
    top: 33rem;
  }

  .wedding-service-box.text-box h3 {
    font-size: 3rem;
  }

  .wedding-service-box.text-box p {
    padding-right: 0;
  }

  .our-wedding-service-box .text-box p {
    font-size: 2.5rem;
  }

  .our-services-box {
    padding: 0 3rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* -- Darzi = Alteration & Repair Page -- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .dar-cs-header {
    padding-left: 5rem;
  }

  .dar-cs-img-box::after {
    max-width: 15rem;
    right: -4rem;
    height: 12rem;
    bottom: -3.5rem;
  }

  .dar-cs-item:nth-of-type(even) .dar-cs-img-box::after {
    right: unset;
    left: -4rem;
  }

  /* -- Darzi = Corporate & Branding Page -- */
  .dcb-service-fixed-left,
  .dcb-service-fixed-right, .dcb-service-section::after {
    display: none;
  }

  .dsm-pricing-img-list {
    justify-content: center;
  }

  .dsm-pricing-img-box {
    width: 50%;
  }

  .dsm-pricing-img-box:last-child {
    margin-top: 8rem;
  }

  .dsm-pricing-img-wrapper::before,
  .dsm-pricing-title::before {
    display: none;
  }

  .dsm-pricing-title {
    margin-top: 4rem;
  }

  /* Featured Brands */
  .dcb-fb-content {
    padding-left: 5rem;
  }
  #team-listing-slider .slick-arrow {
    top: -12%;
    right: 11%;
    left: auto !important;
  }
  #team-listing-slider .slick-next {
    right: 4%;
  }
}

/* 1025 */
@media (max-width: 1025px) {
  .btn-primary .about-darzi-section {
    padding-top: 6rem;
  }

  .other-category-section ul.other-cat-list li {
    max-width: 90%;
  }

  .other-category-section ul.other-cat-list li .card {
    padding: 0 1rem;
    height: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .craftmanship-section ul.craft-list li .img-box img {
    width: 4rem;
  }

  .craftmanship-section ul.craft-list li span {
    font-size: 3rem;
  }
}

@media (max-width: 1023px) {

  .journey-list-item::after,
  .journey-item-info-inner::after,
  .journey-list:first-child .time-sun::before,
  .journey-suite-image {
    display: none;
  }

  .journey-item-info-main,
  .journey-list-main .journey-list:nth-child(even) .journey-list-item .journey-item-info-main {
    width: 100%;
    text-align: left;
  }

  .journey-list-main .journey-list:first-child .journey-item-image,
  .journey-list-main .journey-list:nth-child(even) .journey-item-image,
  .journey-item-image {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }

  .journey-list {
    margin-top: 23rem;
  }

  .journey-item-info {
    order: 2;
    width: 83%;
  }

  .journey-list-item {
    padding-top: 5rem;
  }

  .time-sun {
    font-size: 11.5rem;
  }

  .journey-list-main .journey-list:not(:first-child) .time-sun {
    top: -12rem;
  }

  .journey-item-info-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
    margin-top: 5rem;
  }

  .journey-list-main .journey-list:nth-child(odd) .journey-list-item {
    padding-top: 0;
  }

  .journey-item-info-inner:nth-child(even) {
    margin-top: 0;
  }

  .journey-item-info-inner {
    width: calc((100% - 4rem) / 1);
    background-color: #F7FBFC;
    padding: 4rem !important;
    border-radius: 10px;
  }

  .journey-item-info-icon {
    margin: 0 4rem 0rem 0 !important;
    background-color: #F7FBFC;
  }

/*  .journey-item-info-icon img {
    filter: brightness(100);
  }*/

  .journey-list-main .journey-list:first-child {
    padding-top: 0rem;
    margin-top: 20rem;
  }

  .journey-item-image img {
    width: 70%;
  }

  .sec-header.de-featured-item.short {
    width: 100%;
    max-width: 100%;
  }

  .collection-section .de-featured-item.sec-header {
    margin-bottom: 6rem;
  }

  .custom-masonry {
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: initial;
    display: flex;
    flex-wrap: wrap;
  }

  .de-featured-styles .img-box {
    width: 45%;
  }

  .de-featured-styles .img-box,
  .de-featured-styles .de-featured-item,
  .collection-section.wedding-collection .de-featured-styles .text-box,
  .collection-section .de-featured-item.text-box {
    margin: 0 2.5%;
    margin-bottom: 5rem;
  }

  /* ------------------------ */
  /* Our Service */
  /* ------------------ */
  .service-tab-content {
    margin-top: 3rem;
  }

  .st-content-item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .st-content-item:nth-of-type(odd) {
    margin-right: 4%;
  }
}

@media (max-width: 980px) {
  .client-description {
    width: 49%;
  }

  .com-pd-14,
  .com-pd-12,
  .com-pd-17,
  .com-pd-10,
  .about-other-category-section,
  .team-section,
  .page-template-about-us .service-section,
  .single-team .category-section,
  .technology-section,
  .single-event .client-testimonial,
  .craftmanship-section {
    padding: 9rem 0;
  }

  .testimonial-section,
  .mission-section,
  .single-event .wedding-dress-design {
    padding-top: 9rem;
  }

  .about-others-services-hedingbox .container {
    padding-top: 9rem !important;
  }

  .mission-section .mission-list {
    margin-bottom: 9rem;
  }

  .single-event .client-short-info {
    margin-bottom: 5rem;
  }

  .page-template-alteration-repair .faqs-price-sec .container,
  .single-master .our-services,
  .term-wedding-suits .ss-premium-fabrics-section {
    padding-bottom: 9rem !important;
  }

  .page-template-home .de-featured-style-section {
    padding: 2rem 0 0;
  }

  .term-wedding-suits .category-section,
  .term-wedding-suits .make-type-section,
  .term-wedding-suits .about-darzi-section {
    padding-bottom: 2rem;
  }

  .page-template-home .category-section {
    padding-top: 4rem;
  }

  .single-master .darzi-section,
  .page-template-about-us .category-section {
    padding-bottom: 0;
  }

  .single-master .premium-fabrics {
    padding-bottom: 9rem !important;
  }

  .about-others-services-hedingbox {
    margin-bottom: -5rem;
  }

  .darzi-usps-list-item {
    width: calc((100% - 0rem) / 2);
  }

  .darzi-usps-list-item:nth-child(3) {
    border-left: 0;
  }

  .darzi-usps-list-item:first-child,
  .darzi-usps-list-item:nth-child(2) {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 3rem;
  }

  .darzi-usps-list-item:nth-child(3),
  .darzi-usps-list-item:nth-child(4) {
    padding-top: 3rem;
  }

  .pay-for-darzi-services::after {
    display: none;
  }

  .testimonials {
    margin-bottom: 6rem;
  }

  .client-wedding-wrapper {
    width: 60%;
  }

  .client-testimonial .slider-arrow .slick-next {
    left: -23rem;
  }

  .client-testimonial .slider-arrow .slick-prev {
    left: -48%;
  }

  .client-testimonial .slider-arrow .slick-arrow {
    top: 38rem;
  }

  .blog-listing .text-box {
    text-align: left;
    max-width: 100%;
  }

  .blog-listing-item {
    width: 47.5%;
    margin-right: 5%;
  }

  .blog-listing-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .featured-blog-inner {
    width: 60%;
  }

  .blog-info-wrapper {}

  .blog-left-box {
    width: 58%;
  }

  .featured-blog-item {
    width: 100%;
  }

  #testimonials-slider .slick-arrow {
    top: 100%;
    margin-top: 6rem;
    left: 44%;
  }

  #testimonials-slider .slick-next {
    right: 44%;
    left: auto;
  }

  .single-event .category-section {
    padding-bottom: 2rem;
  }
}

@media (max-width: 925px) {

  #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
  #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
  #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
  #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
  #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
  #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
  .mega-current-menu-parent>a.mega-menu-link,
  #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link:hover {
    border-bottom: none;
  }
  .process-section .sec-header {
    padding-top: 0;
  }

  .video-banner .banner-content {
    padding-top: 12vh;
  }

  .playpause {
    max-width: 12.2rem;
    max-height: 12.2rem;
  }

  .team-detail-banner {
    padding: 15rem 0 5rem;
  }

  .service-section.explore-section {
    padding-bottom: 3rem;
  }

  .bio-section .sec-header,
  .hire-section.da-contact-section .sec-header,
  .hire-section .col-4.form-box {
    max-width: 100%;
  }

  .error-content-wrapper h1 {
    font-size: 7.2rem;
  }

  .error-content-wrapper h2 {
    font-size: 4.8rem;
  }

  .error-page-main {
    padding: 15rem 0 7rem;
    height: 57rem;
  }

  .navigation-menu-list .mega-sub-menu {
    width: 100% !important;
    background-color: transparent !important;
  }

  .main-header .header-wrapper {
    padding: 0;
  }

  .navigation-menu-list .mega-menu .mega-menu-item {
    border-bottom: 1px solid rgb(196 196 196 / 28%) !important;
  }

  .navigation-menu-list .mega-sub-menu .mega-menu-item .mega-menu-link {
    background-color: #222222 !important;
    border-bottom: 0 !important;
  }

  .navigation-menu-list .mega-menu .mega-menu-item {
    margin: 0 !important;
  }

  .navigation-menu-list .mega-menu-link:hover {
    background-color: transparent !important;
    color: #dbb774 !important;
  }

  .navigation-menu-list .mega-menu-link {
    font-size: 2.8rem !important;
    padding: 1rem 2rem !important;
    height: auto !important;
  }

  .navigation-menu-list .mega-menu .mega-menu-item {
    margin: 0;
  }

  #mega-menu-wrap-main-menu-left .mega-menu-toggle,
  #mega-menu-wrap-main-menu-right .mega-menu-toggle {
    display: none;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    left: 0;
    right: 0;
    margin: auto;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    display: block;
    padding: 1.5rem;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    color: #000;
    text-align: center;
    font-size: 3.5rem;
    transition: 0.2s ease-in-out;
  }

  .home #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
  .single-courses #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    color: #000;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: 500;
    color: #000;
  }

  .single-post .toggle-menu span,
  .single-team .toggle-menu span,
  .error404 .toggle-menu span {
    background-color: #000;
  }

  .single-post #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link,
  .single-post #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link,
  .single-team #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link,
  .single-team #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link,
  .error404 #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left>li.mega-menu-item>a.mega-menu-link,
  .error404 #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right>li.mega-menu-item>a.mega-menu-link {
    color: #F7FBFC;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding-top: 19rem;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }

  .navigation-menu .navigation-menu-inner #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu .mega-menu-item .mega-menu-link {
    font-size: 3rem;
    text-align: center;
    padding: 2rem;
  }

  .header-wrapper {
    position: relative;
  }

  .toggle-menu {
    display: block;
  }

  .navigation-menu.collapse-navbar.visible {
    right: 0;
    transition: right 0.7s ease;
  }

  .navigation .menu-item {
    margin: 0 auto 5.5rem;
    width: fit-content;
  }

  .menu-main-menu-right-container {
    margin: 0 -2rem 0;
  }

  .menu-main-menu-container {
    margin-right: 0;
    padding-bottom: 2rem;
    padding-top: 22rem;
  }

  .navigation-menu .menu-item {
    color: #000 !important;
  }

  .navigation-menu.collapse-navbar {
    padding-right: 0;
  }

  .toggle-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: #333;
    background-color: #F7FBFC;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }

  .toggle-menu span:nth-child(2) {
    top: 9px;
    width: 65%;
  }

  .toggle-menu span:nth-child(3) {
    top: 18px;
  }

  .toggle-menu.closesidebar span {
    background-color: #dbb774 !important;
  }

  .toggle-menu.closesidebar span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }

  .toggle-menu.closesidebar span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }

  .toggle-menu.closesidebar span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }

  .collapse-navbar {
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    transition: 0.5s;
    border-radius: 0;
    z-index: 99;
    transform: none;
    display: block;
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  .mega-menu {
    display: block !important;
  }

  .navigation-menu-inner {
    display: inherit;
    padding-top: 18rem;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 5rem;
  }

  .main-header.sticky .logo {
    background-color: transparent;
    display: flex;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    left: 0;
    border-radius: 0;
    padding: 0;
  }

  .logo {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    z-index: 1;
  }

  .mega-menu-item-has-children.active .mega-sub-menu,
  .mega-menu .mega-menu-item {
    display: block !important;
  }

  .navigation-menu-list .mega-menu-wrap {
    background-color: transparent !important;
  }

  .process-section .sec-header,
  .technology-section .sec-header,
  .other-category-section .sec-header {
    text-align: center;
  }

  .faq-sec {
    padding: 9rem 0 4rem;
  }

  .testimonial-client-box .client-testimonial-wrapper {
    align-items: center;
  }

  .testimonial-client-box .client-thumbnail {
    margin-left: 3rem;
  }

  .testimonial-client-box .client-thumbnail .client-thumbnail-image {
    width: 40%;
  }

  .bg-img-d {
    background-image: none;
  }

  .logo {
    width: 92%;
  }

  .logo img {
    width: 23rem;
  }

  html {
    font-size: 43%;
  }

  .suit-banner .bg {
    width: 100%;
    left: 0;
  }

  .full-width-925,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    width: 100%;
    margin: 0 auto;
  }

  .service-section .col-5,
  .collection-section .col-5,
  .team-detail-banner .col-4,
  .team-detail-banner .col-6,
  .hire-section .col-4,
  .sec-header,
  .collection-col {
    max-width: 80rem;
    margin: 0 auto 4rem;
    width: 100%;
  }

  .team-detail-banner .img-box::after {
    display: none;
  }
  .darzi-section .img-box {
    margin-right: 0;
  }
  .darzi-section video#myVideo {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .darzi-section::before,
  .team-section::before,
  .collection-section::before {
    display: none;
  }

  .darzi-section .sec-header,
  .team-section .sec-header,
  .collection-section .sec-header {
    text-align: center;
  }

  .darzi-section .sec-header img,
  .team-section .sec-header img,
  .collection-section .sec-header img {
    margin: 3rem 0;
  }

  .darzi-section ul.text-box,
  .team-section ul.text-box,
  .collection-section ul.text-box {
    text-align: left;
  }

  .darzi-section .img-box img {
    margin-top: 5rem;
  }

  .collection-section .text-box {
    width: 100%;
    margin: 0 auto;
  }

  .collection-section .img-box:first-child {
    margin-top: 0;
  }

  /*.collection-section .img-box {
    margin: 4rem 0;
  }*/
  .service-section {
    padding-bottom: 8rem;
  }

  .service-section .img-box {
    margin: 4rem 0;
  }

  .service-section .img-box:first-child {
    margin-top: 0;
  }

  /* category section */

  .testimonial-section .col-5 {
    width: 100%;
  }

  .testimonial-section .col-5 img {
    margin: auto;
  }

  .testimonial-section .slider-arrow .slick-prev {
    right: 52%;
  }

  .testimonial-section .slider-arrow .slick-next {
    right: 42%;
  }

  .testimonial-section .slide-inner .text-box {
    padding-top: 7rem;
    margin-top: 5rem;
    width: 100%;
  }

  .testimonial-section .btn-box {
    text-align: center;
    padding-top: 10rem;
  }

  .testimonial-section .btn-box::after,
  .testimonial-section .btn-box::before {
    top: 2rem;
    display: none!important;
  }

  .testimonial-section .btn-box::before {
    content: "";
    position: absolute;
    width: 38%;
    height: 2px;
    background-color: #343437;
    left: 0;
  }
  .testimonial-section .slider-arrow .slick-arrow{
  	bottom: auto!important;
  	top: 370px!important;
  }
  .testimonial-section .btn-box::after {
    left: auto;
    right: 0;
    width: 38%;
  }

  .team-section .img-box {
    margin: 3rem 0;
  }

  .team-detail-banner .col-4,
  .bio-section .img-box {
    order: -1;
    margin-bottom: 4rem;
  }

  .team-detail-banner .col-4 {
    text-align: center;
  }

  /* other category */
  .other-category-section .chev-arrows .chev-arrow {
    top: auto;
    bottom: 15px;
  }

  .other-category-section .other-cat-list-wrapper {
    overflow-x: auto;
  }

  .other-category-section .other-cat-list-container {
    position: relative;
  }

  .other-category-section ul.other-cat-list {
    width: 1000px;
    margin: 0;
  }

  .edesigner-work-section .category-slider .slide-inner.img-box img {
    max-width: 52rem;
  }

  .bio-section .img-box {
    text-align: center;
  }

  .hire-section .text-box {
    margin-bottom: 3rem;
  }

  .footer-item-box {
    width: calc((100% - 3rem) / 3);
    margin-top: 3rem;
  }

  .copyright-wrapper {
    margin-top: 3rem;
  }

  /* mission section */
  .mission-section .mission-list {
    padding: 0;
  }

  /* process section */
  .process-section .col-3,
  .process-section .col-7 {
    width: 100%;
    margin: 3rem 0;
  }

  .process-section .process-list .card img {
    max-width: 100%;
  }

  .process-section .process-list .card .text-box p {
    font-size: 2rem;
  }

  /* texh section */
  .technology-section .tech-list .card p {
    font-size: 2rem;
    font-weight: 400;
  }

  .technology-section .tech-list .card img {
    max-width: 100%;
  }

  /* other category section */
  .chev-arrows .chev-arrow {
    position: absolute;
    border: 0;
    outline: 0;
    width: 46px;
    height: 46px;
    background: #c28914
 !important;
    z-index: 111;
    border-radius: 50%;
    display: block !important;
    padding: 0;
  }

  .chev-arrows .chev-next,
  .chev-arrows .chev-prev {
    top: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  .chev-arrows .chev-next::before,
  .chev-arrows .chev-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 12px;
  }

  .chev-arrows .chev-next:hover,
  .chev-arrows .chev-next:focus,
  .chev-arrows .chev-prev:hover,
  .chev-arrows .chev-prev:focus {
    background-color: #dbb774;
  }

  .chev-arrows .chev-prev {
    left: 44%;
  }

  .chev-arrows .chev-prev::before {
    background-image: url(../images/chev-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  .chev-arrows .chev-next {
    left: 54%;
  }

  .chev-arrows .chev-next::before {
    background-image: url(../images/chev-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* other category section*/
  .other-category-section {
    padding-bottom: 7rem !important;
  }

  .other-category-section .other-cat-list-container {
    position: relative;
  }

  .other-category-section .other-cat-list-container::before {
    content: "";
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 1px;
    background: #c4c4c4;
  }

  .other-category-section .other-cat-list-container ul.other-cat-list {
    padding-bottom: 20rem;
  }

  .team-section .col-5,
  .service-section .col-5 {
    width: calc(50% - 3rem);
  }

  .terms-side-menu .terms-menu-title {
    font-size: 2.8rem;
  }

  .premium-fabrics-logo {
    min-width: auto;
    padding: 3rem;
  }

  .hide-925 {
    display: none;
  }

  .client-short-info {
    width: 68%;
    padding-right: 3rem;
  }

  .client-testimonial-wrapper {
    justify-content: flex-start;
  }

  .wedding-dress-design .text-box p {
    padding-right: 0;
  }

  .client-testimonial .slider-arrow .slick-arrow {
    top: -15rem;
  }

  .client-testimonial .slider-arrow .slick-next {
    right: 5rem;
  }

  .client-testimonial .slider-arrow .slick-prev,
  .single-event .client-testimonial .slider-arrow .slick-prev {
    right: 17rem;
  }

  .client-testimonial .slider-arrow .slick-prev,
  .client-testimonial .slider-arrow .slick-next,
  .single-event .client-testimonial .slider-arrow .slick-prev {
    left: auto;
  }

  .terms-side-menu .terms-menu-title .terms-menu-title-link::after {
    right: -6rem;
    top: 1.5rem;
  }

  .premium-fabrics .slider-arrow .slick-next {
    right: 0;
  }

  .expert-training-wrapper .expert-training-content.text-box,
  .our-services .service-content.text-box,
  .premium-fabrics .text-box h2,
  .wedding-services .text-box,
  .client-testimonial-wrapper .text-box,
  .wedding-dress-design .text-box {
    text-align: left;
  }

  .our-services-box::after {
    content: none;
  }

  .our-services .slider-arrow .slick-prev:hover,
  .our-services .slider-arrow .slick-prev:focus,
  .our-services .slider-arrow .slick-prev::before,
  .our-services .slider-arrow .slick-prev:hover,
  .our-services .slider-arrow .slick-prev:focus {
    display: none;
  }

  .our-services .slider-arrow .slick-arrow {
    top: auto;
    bottom: -5rem;
    right: 4rem;
  }

  .our-services-box {
    min-width: 35rem;
  }

  .our-services-wrapper .slick-track {
    display: flex;
    margin: 0 -23rem;
  }

  .our-services-box {
    min-height: 235px;
    max-width: 260px;
    min-width: 180px;
    width: auto;
  }

  .service-content.text-box h4 {
    font-size: 3rem;
  }

  .service-content.text-box p {
    padding-right: 5rem;
    font-size: 2.2rem;
  }

  .service-icon {
    min-height: 11rem;
  }

  .our-services-wrapper {
    width: auto;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
  }

  .our-services-box {
    margin: 4rem 0 0;
  }

  .service-content {
    word-break: break-word;
    white-space: normal;
  }

  .premium-fabrics .slider-arrow .slick-arrow {
    top: -7.5rem;
  }

  .premium-fabrics-logo-wrapper {
    margin-top: 4rem;
  }

  .premium-fabrics .slider-arrow .slick-prev {
    right: 17rem;
  }

  .premium-fabrics .slider-arrow .slick-next {
    right: 7rem;
  }

  /* wedding services */
  #wedding-services-slider {
    position: relative;
  }

  #wedding-services-slider::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -78px;
    width: 50%;
    height: 1px;
    background: #806f5731;
  }

  .wedding-services-wrapper.slider-arrow .slick-arrow {
    top: auto;
    bottom: -12rem;
    opacity: 1;
    left: 4rem;
  }

  .wedding-services-wrapper.slider-arrow .slick-next {
    right: auto;
    left: 17rem;
  }

  .wedding-service-box {
    margin: 0 2rem;
  }

  .suit-banner .container {
    align-items: center;
    justify-content: center;
  }

  .suit-banner .banner-content {
    padding-bottom: 0;
    text-align: center;
    width: 100%;
  }

  .suit-banner p,
  .suit-banner button {
    display: none;
  }

  .blog-top-box {
    padding-top: 15rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Avtar Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .da-video-box::before,
  .da-story-img-wrapper::before,
  .da-lets-know-signture,
  .da-story-heading h3 br,
  .sec-header p br,
  .sec-header h2 br {
    display: none;
  }

  .com-card-half:nth-of-type(2),
  .da-story-img-after {
    margin-top: 0;
  }

  .da-lets-know-section .sec-header {
    text-align: center;
    margin-bottom: 8rem;
  }

  .da-story-heading {
    margin-top: 5rem;
  }

  .da-story-heading .col-6 {
    width: 60%;
  }

  .da-story-heading .col-4 {
    width: 40%;
  }

  .da-story-item {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }

  .da-story-item:first-of-type {
    padding-top: 3rem;
  }

  .da-story-item:nth-of-type(odd) .da-story-img-wrapper {
    padding-right: 0;
  }

  .da-story-item:nth-of-type(even) .da-story-img-wrapper {
    padding-left: 0;
  }

  .process-card-item {
    width: 22%;
    margin-right: 4%;
  }

  .process-card.darzi-com-card {
    min-height: 35rem;
  }

  .hire-section .col-4.da-contact-field {
    margin: 0;
  }

  .hire-section .col-4.form-box {
    margin-bottom: 0;
  }

  .da-contact-info .col-4:nth-of-type(1),
  .da-contact-info .col-4:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    width: 100%;
    margin-top: 2rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Alteration Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .dar-cs-content .col-4 {
    margin-top: 5rem;
  }

  .dar-cs-item:nth-of-type(odd) .dar-cs-img-box,
  .dar-cs-item:nth-of-type(even) .dar-cs-img-box,
  .dar-cs-item:nth-of-type(odd) .dar-cs-content .text-box,
  .dar-cs-item:nth-of-type(even) .dar-cs-content .text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .dar-cs-item {
    margin-top: 10rem;
  }

  .dar-cs-item:first-of-type {
    margin-top: 8rem;
  }

  .dar-wcu-item {
    width: 50%;
  }

  .dar-wcu-item:nth-of-type(even) {
    border: 0;
  }

  /* -- Darzi = Corporate & Branding Page -- */

  .dcb-gallery-item img {
    height: 43rem;
  }

  /* Featured Brands */
  .dcb-fb-content {
    flex-direction: column;
  }

  .dcb-fb-header,
  .dcb-logo-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .dcb-fb-header {
    text-align: center;
    margin-bottom: 5rem;
  }

  .journey-mission-list-item {
    padding: 0 2rem;
  }

  .why-us-usps-list-item {
    width: calc((100% - 34rem) / 3);
  }

  .why-us-usps-list {
    width: 100%;
  }

  .clients-benefits-list {
    margin: -4.5rem -0.7rem 5rem;
    justify-content: flex-start;
  }

  .clients-benefits-list-item {
    width: calc(100% / 3 - 1.5rem);
    margin: 0 0.7rem 1.5rem;
  }

  .clients-benefits-list-item.clients-benefits-list-info {
    width: calc(100% / 1 - 5rem);
    margin: 0 0 5rem;
  }

  .our-mission-list {
    margin: 7rem -1.5rem -5rem;
  }

  .whyus-our-mission::before {
    top: 27rem;
  }

  .capabilities-headingbox {
    padding-right: 0;
    margin-bottom: 7rem;
  }

  .capabilities-list {
    justify-content: center;
    padding-left: 0;
  }

  .capabilities-list-item {
    margin: 3rem 1.7rem;
  }

  .capabilities-list-item:first-child,
  .capabilities-list-item:nth-child(2),
  .capabilities-list-item:nth-child(3),
  .capabilities-list-item:nth-child(4),
  .capabilities-list-item:nth-child(5) {
    margin-top: 0;
  }

  #gallery::after {
    right: -2rem;
    top: -5rem;
    width: 14.5rem;
    height: 14.5rem;
  }
}

@media (max-width: 850px) {
  .hide-850 {
    display: none;
  }

  .show-850 {
    display: block !important;
  }

  .full-width-850 {
    width: 100% !important;
  }

  .form-group .form-control {
    font-size: 1.6rem;
  }

  .why-needs-list-item-wrapper {
    width: calc(100% / 2 - 4rem);
  }

  .map-iframe {
    width: 100%;
    height: 55rem;
    position: relative;
  }

  .locate-us-info-wrapper {
    padding: 9rem 0 7rem;
  }

  .contact-detail-info p {
    padding-right: 0;
    margin-bottom: 6rem;
  }

  .contact-detail-info {
    margin-bottom: 7rem;
  }

  .customer-services-list::before,
  .customer-services-list::after {
    width: 31.5rem;
  }

  .why-needs-wrapper {
    margin-top: 0;
  }

  .why-needs-contentbox {
    padding-top: 0;
  }

  .why-needs-list {
    justify-content: flex-start;
    margin: 7rem -1rem 0;
  }

  .why-needs-list-item {
    margin-top: 2.5rem;
  }

  .why-needs-list-item-wrapper {
    width: calc(100% / 2 - 2rem);
    margin: 1rem;
  }

  .error-page-main {
    padding: 8rem 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .error-content-wrapper {
    text-align: center;
  }

  .error-content-wrapper .page-content,
  .error-content-wrapper .error-image {
    width: 100%;
  }

  .error-content-wrapper .error-image {
    margin: 5rem 0 0;
  }

  .error-page-main .error-image img {
    width: 58.2rem;
  }

  .hire-section .sec-header,
  .hire-section .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .hire-section .sec-header {
    padding-right: 0;
  }
}

@media (max-width: 768px) {

  /* Video Banner */
  .internal-video-banner video {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
  }
  .banner-hide-mobile{
    display: none;
  }
  .banner-hide-desktop{
    display: block;
  }
  .internal-video-banner img {
    max-height: 100vh;
  }
  .wedding-banner{
    min-height: 100vh;
  }
  .text-box h5, .text-box .h5 {
    font-size: 2rem;
  }

  .right-content.team-listing .team-listing-sm:first-child {
    margin: 4rem 0;
  }

  .text-box p {
    font-size: 2.1rem;
  }

  .video-banner .banner-content {
    padding-top: 33vh;
  }

  .video-banner .playpause {
    top: 26vh;
  }

  /* width 100% */
  .sec-header,
  .hire-section .text-box,
  .service-section .col-5,
  .team-section .col-5 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .collection-section {
    padding-bottom: 0;
  }
  .testimonial-section .btn-box::before {
    width: 36%;
  }

  .testimonial-section .btn-box::after {
    width: 36%;
  }

  .e-designer-section .designer-box {
    width: 100%;
    max-width: 70%;
    margin: 0 auto 5rem;
  }

  .e-designer-section .designer-box .text-box p {
    font-size: 2.1rem;
  }

  .edesigner-work-section .category-slider .slide-inner.img-box img {
    max-width: 75rem;
  }

  .footer-cta-section ul.text-box li {
    width: 50%;
    padding: 4rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-cta-section ul.text-box li:nth-child(1) {
    border-bottom: 1px solid #d3cec3;
  }

  .footer-cta-section ul.text-box li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d3cec3;
  }

  /**nav-expand for footer with head and ul**/
  .nav-folderized .nav {
    border-bottom: 1px solid #c4c4c426;
  }

  .nav-folderized .nav h4,  .nav-folderized .nav .h4 {
    cursor: pointer;
  }

  .nav-folderized .nav ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
  }

  .nav-folderized .nav h4:after, .nav-folderized .nav .h4:after {
    content: "+";
    float: right;
  }

  .nav-folderized .nav.open h4:after, .nav-folderized .nav.open .h4:after {
    content: "-";
  }

  .nav-folderized .nav.open ul {
    height: auto;
    max-height: 500px !important;
    transition: max-height 1s ease-in !important;
  }

  /**nav-expand for footer with head and ul**/
  .ft-mid .text-box .h3,
  .ft-mid .text-box h3,
  .footer-title h4,
  .footer-logo h3,
 .footer-title .h4  {
    font-size: 2.9rem;
  }

  .footer-item a,
  .ft-mid .text-box p {
    font-size: 2rem;
  }
  .footer-item a.footer-social-link{
    padding: 5px 0;
  }
  .copyright p,
  .copyright ul li {
    font-size: 1.5rem;
  }

  .footer-content-wrapper {
    padding-bottom: 0;
  }

  .footer-item-box {
    width: 100% !important;
    max-width: 100%;
  }

  .footer-item-box.footer-insta {
    display: none;
  }

  .footer-logo p {
    min-height: auto;
    font-size: 1.8rem;
    padding-right: 4rem;
  }

  .footer-logo {
    margin-bottom: 4rem;
  }

  .footer-content-wrapper .footer-item-box:last-child,
  .dcb-gallery-item:last-child {
    margin-bottom: 0;
  }

  .footer-contact {
    margin-left: 0;
  }

  .copyright p {
    margin-bottom: 1rem;
  }

  /* category section */

  /* mission section */
  .mission-section {
    padding-top: 7rem;
  }

  .mission-section .container.wrapper {
    padding: 0 1.5rem;
  }

  .mission-section .mission-list {
    padding: 0;
    margin-top: 5rem;
    margin-bottom: 7rem;
  }

  .mission-section .mission-list li {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid #c4c4c4;
    border-right: 0;
  }

  .mission-section .mission-list li:first-child {
    border-left: 0;
  }

  .mission-section .mission-list .card {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
  }

  .mission-section .mission-list .card .img-box {
    margin: 0;
    width: 9.7rem;
    height: 9.7rem;
    padding: 0;
  }

  .mission-section .mission-list .card .img-box img {
    width: 5.8rem;
    max-width: 4.2rem;
    height: 5.8rem;
    object-fit: contain;
  }

  .mission-section .mission-list .card p {
    margin-left: 4rem;
    width: 75%;
    font-size: 2.7rem;
  }

  /* process section */
  .process-section .container.bg-img-d {
    padding-bottom: 7rem;
  }

  .process-section .sec-header {
    padding-top: 0;
    padding-right: 0;
  }

  .process-section .col-3,
  .process-section .col-7 {
    width: 100%;
    margin: 3rem 0;
  }

  .process-section .col-7 {
    overflow-x: auto;
  }

  .process-section .process-list {
    width: 100%;
    padding-top: 2rem;
  }

  .process-section .process-list li {
    /*max-width: 41.2rem;*/
    padding-top: 3rem;
    padding-right: 3rem;
    width: calc(50%)!important;
  }

  .process-section .process-list li::after {
    font-size: 8rem;
  }

  .process-section .process-list .card img {
    max-width: 100%;
  }

  .process-section .process-list .card .text-box p {
    font-size: 2rem;
  }

  .process-section .process-list .card .text-box {
    padding-right: 0!important;
  }

  .process-section .process-list .card .text-box h6 {
    width: 100%!important;
  }
  

  /* .process-section .process-list li {
    width: 100%!important;
  } */

  /* tech section */
  .technology-section {
    padding: 7rem 0;
  }

  .technology-section .sec-header {
    padding-right: 0;
  }

  .technology-section .tech-list li {
    width: 50%;
    padding: 1rem;
  }

  .technology-section .tech-list .card p {
    font-size: 2rem;
    font-weight: 400;
  }

  .technology-section .tech-list .card img {
    max-width: 100%;
  }

  .service-section {
    padding: 7rem 0;
  }

  /* -- Darzi = Corporate & Branding Page -- */

  .dcb-wwa-content {
    margin: 7rem auto 0;
    justify-content: center;
  }

  .dcb-wwa-item {
    width: 50%;
    border-right: 0;
    padding: 0 3rem;
    margin-top: 0;
  }

  .dcb-wwa-item:first-child {
    margin-top: 0;
    border-right: 1px solid #d3cec3;
  }

  .dcb-wwa-item:last-child {
    margin-top: 5rem;
    border-top: 1px solid #d3cec3;
    padding: 5rem 0 0;
  }

  .dcb-service-wrapper {
    background-size: 85% 100%;
  }

  .dcb-service-item .dcb-service-icon {
    width: 15rem;
    height: 15rem;
  }

  .dcb-service-item .dcb-service-text-box {
    padding-left: 3rem;
  }

  .dcb-service-item:nth-child(even) .dcb-service-text-box {
    padding-right: 3rem;
  }

  .dcb-gallery-item:nth-of-type(1),
  .dcb-gallery-item:nth-of-type(2),
  .dcb-gallery-item:nth-of-type(3),
  .dcb-gallery-item:nth-of-type(4),
  .dcb-gallery-item:nth-of-type(5) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dcb-gallery-item img {
    height: unset;
  }

  .category-section .slider-arrow .slick-arrow::after {
    content: "";
    background: #333;
    height: 100%;
    width: 5rem;
  }

  .postid-938 .wedding-banner {
    position: relative;
    max-height: max-content;
  }
  .postid-938 .ivb-content-box{
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-cta-section ul.text-box li img {
    margin: 0 0 2rem;
  }

  .floating-cta-btn {
    right: 5rem;
    bottom: 4rem;
    /*padding: 1.5rem 2rem;*/
    border-radius: 5px;
    padding:0!important;
  }

  .fc-pc-left {
    display: none;
  }

  .fc-pc-right {
    width: 100%;
  }

  .our-wedding-service-box {
    padding: 7rem 3rem;
    width: 100%;
  }

  .expert-training .expert-training-content-info {
    padding-right: 0;
  }

  .blog-sidebar-content.text-box p,
  .blog-listing-content.text-box p {
    font-size: 2rem;
  }

  .our-services-wrapper {
    margin: 5rem 0rem 0;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Avtar Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .da-process-cards {
    justify-content: space-between;
  }

  .process-card-item {
    width: calc(50% - 2.5rem);
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .process-card.darzi-com-card {
    margin-bottom: 0;
  }

  .da-gallery-section {
    padding-bottom: 15rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ---- Darzi = Shopping Mate Page ---- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* Common Style */
  .mobile-none {
    display: none;
  }

  .desktop-none {
    display: block;
  }

  /* Shopping Partner Section */
  .dsm-sp-section .sec-header {
    margin-bottom: 0;
  }

 /* .dsm-sp-image {
    display: none;
  }*/

  .dsm-sp-content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /*.dsm-sp-card {
    position: unset;
    max-width: 45%;
    width: 45%;
    margin-top: 5rem;
  }*/

 /* .dsm-sp-hover {
    position: unset;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
  }*/

  .dsm-sp-hover h4 {
    display: none;
  }

  .dsm-sp-hover p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  /* Present Section */
  .dsm-present-shop .dsm-present-text,
  .dsm-present-shop .dsm-present-img {
    width: 100%;
  }

  .dsm-present-shop .dsm-present-text {
    padding-right: 0;
  }

  .dsm-present-shop .sec-header {
    text-align: center;
  }

  .dsm-present-shop .dsm-present-img {
    margin-top: 6rem;
  }

  .dsm-present-shop .dsm-present-list {
    flex-direction: row;
    justify-content: space-between;
  }

  .dsm-present-shop .dsm-present-item {
    width: 45%;
  }

  .dsm-present-shop .dsm-present-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Pricing Section */
  .dsm-pricing-cards-wrapper {
    margin-top: 8rem;
  }

  .dsm-pricing-cards {
    margin-top: 4rem;
  }

  .dsm-pricing-image-box {
    margin-top: 8rem;
  }

  .dsm-pricing-image-box img {
    width: 100%;
    max-width: 25rem;
  }

  .dsm-pricing-image-box .dsm-pricing-title {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .dsm-pricing-cards {
    justify-content: space-between;
  }

  .dsm-pricing-card {
    width: 47%;
    margin-right: 0;
  }

  /* Team Section */
  .dsm-team-next {
    display: none !important;
  }
}

@media (max-width: 740px) {
  .full-width-740 {
    width: 100%;
  }

  .hide-740 {
    display: none;
  }

  .show-740 {
    display: block !important;
  }

  .started-journey-content {
    max-width: 100%;
  }

  .started-journey-content h2 br {
    display: none;
  }

  .explore-cta {
    text-align: center;
    width: 100%;
    margin-top: 5rem;
  }

  .visit-content-description {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }

  .visit-content-wrapper {
    justify-content: center;
  }

  .pricing-tabs-nav {
    width: 33%;
  }

  .pricing-list-title {
    padding: 2.5rem;
  }

  .pricing-list {
    padding: 3rem 0;
  }

  .pricing-list-item-info,
  .pricing-list-item-info:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .our-terms {
    padding: 6rem 0;
  }

  .accordion.terms-menu-title-link,
  .faq-wrapper {
    display: block;
  }

  .faqs-content-wrapper {
    padding-left: 0;
  }

  .faqs-info-wrapper h2 {
    font-size: 3.5rem;
  }

  .mobile-image {
    margin-top: 5rem;
    display: block;
  }

  .expert-training-list li:last-child {
    margin-bottom: 0;
  }

  .expert-training {
    padding: 9rem 0;
  }

  .expert-training-mobile {
    display: none;
  }

  .expert-training-content,
  .expert-training-image,
  .expert-training-image img {
    width: 100%;
  }


  /*.wedding-services {
    background-image: none !important;
  }*/

  .wedding-services .container {
    padding: 0 1.5rem;
  }

  .wedding-services {
    min-height: 57rem;
    padding: 10rem 0 8rem;
  }


  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Alteration Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .journey-mission-icon {
    width: 8.7rem;
    height: 8.7rem;
    margin: 0 2rem 0 0;
  }

  .journey-mission-icon img {
    width: 6.4rem;
    height: 4.2rem;
  }

  .dar-situations-list {
    width: 100%;
  }

  .dar-cs-img-box::after,
  .whyus-our-mission::before {
    display: none;
  }

  .whyus-our-mission::before {
    display: none;
  }

  .our-mission-list {
    justify-content: center;
    margin-bottom: 5rem;
  }

  .started-journey-content p {
    margin: 3rem 0 4rem;
  }

  .our-mission-item-main {
    width: calc(100% / 2 - 3rem);
  }

  .our-mission-list .our-mission-item-main:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .our-mission-list .our-mission-item-main:last-child {
    margin-top: 4rem;
  }

  .our-mission-item-main::before,
  .our-mission-list .our-mission-item-main:nth-child(3)::before {
    left: 2rem;
    right: auto;
  }

  .why-us-usps-list-item {
    width: calc((100% - 6rem) / 3);
  }

  .diffrence-brands-table table th:nth-child(2),
  .diffrence-brands-table table th:nth-child(3),
  .diffrence-brands-table table td:nth-child(2),
  .diffrence-brands-table table td:nth-child(3) {
    width: 19%;
  }

  .capabilities-list-item {
    width: calc((100% - 7.5rem) / 2);
  }
  .terms-side-menu-wrapper, .terms-info-box-wrapper{
    display: none;
  }
  .page-template-alteration-repair .banner-content h1 {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .btn-primary {
    font-size: 2.1rem;
    padding: 1.5rem 2.5rem;
  }

  .featured-blog-item {
    margin-top: 6rem;
  }

  .hero-banner .container {
    height: 95vh;
  }

  .hero-banner .container {
    min-height: 55rem;
  }

  .team-detail-banner {
    padding-bottom: 0;
  }

  .craftmanship-section ul.craft-list li,
  .bot-container,
  .team-section .col-5,
  .service-section .col-5 {
    width: 100%;
  }

  .make-type-section ul.type-list li {
    width: 80%;
    margin: 2rem auto;
  }

  .sec-header {
    width: 100% !important;
  }

  .bio-section {
    padding-top: 6rem;
  }

  .bio-section .sec-header {
    border-top: 0;
  }

  .bio-section .text-box {
    padding-right: 0;
  }

  .bio-section .overflow-scroll {
    overflow-x: auto;
    height: 10rem;
  }

  .bio-section .btn-box {
    background-color: transparent;
    transform: none;
    width: 87rem;
    margin-bottom: 0;
  }

  .darzi-section .sec-header {
    padding-left: 0;
  }

  .darzi-section ul.text-box {
    text-align: center;
  }

  .testimonial-section .slider-arrow .slick-next {
    right: 40%;
  }

  .testimonial-section .btn-box::after,
  .testimonial-section .btn-box::before {
    width: 32%;
  }

  .edesigner-work-section .category-slider {
    margin-left: 0;
  }

  .edesigner-work-section .category-slider .slide-inner.img-box img {
    max-width: 100%;
  }

  .craftmanship-section ul.craft-list {
    margin: 0;
  }

  .craftmanship-section ul.craft-list li {
    border-left: 0;
    border-bottom: 1px solid #f3f3f333;
    margin-bottom: 2rem;
  }

  .craftmanship-section ul.craft-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .craftmanship-section ul.craft-list li .img-box {
    justify-content: center;
  }

  .craftmanship-section ul.craft-list li .img-box img {
    max-width: 4rem;
  }

  .craftmanship-section ul.craft-list li .text-box {
    max-width: 50%;
  }

  .craftmanship-section ul.craft-list li .text-box::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .craftmanship-section ul.craft-list li .text-box p {
    margin-bottom: 3rem;
    text-align: center;
    padding: 0 8rem;
    font-size: 2.2rem;
  }

  .other-category-section ul.other-cat-list {
    margin: 0;
  }

  .e-designer-section .designer-box {
    max-width: 80%;
  }

  .hire-section .col-4 {
    max-width: 100%;
  }

  .hire-section .col-4 form {
    padding: 5rem 3rem;
  }

  .main-footer .copyright p,
  .main-footer .copyright ul li {
    margin-bottom: 2rem;
  }

  .main-footer .copyright p {
    margin-left: 1.5rem;
  }

  .main-footer .ft-mid .form-box {
    width: 100%;
    margin-top: 3rem;
  }

  .main-footer .ft-mid .form-box form {
    width: 100%;
    padding: 0;
  }

  .bot-container,
  .bot-container .appointment-box a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .bot-container {
    right: 0;
    bottom: 0;
    background-color: #dbb774;
    justify-content: center;
  }

  .bot-container .bot-box,
  .bot-container .appointment-box {
    width: calc(50% - 2rem);
    max-width: 50%;
  }

  .bot-container .appointment-box img {
    margin-right: 0;
    margin-left: 1.5rem;
  }

  .bot-container .appointment-box span {
    border-left: 0;
    padding-left: 0;
    border-right: 1px solid #F7FBFC;
    padding-right: 1rem;
  }

  .bot-container .bot-box br {
    display: none;
  }

  .bot-container .bot-box::after {
    display: none;
  }

  .footer-logo p {
    padding-right: 8rem;
  }

  /* mission section */
  #testimonials-slider .slick-arrow {
    left: 40%;
  }

  #testimonials-slider .slick-next {
    right: 40%;
    left: auto;
  }
  .page-template-home .category-section {
    padding-top: 3rem;
  }
  .journey-item-info-inner {
    width: calc((100% - 0rem) / 1);
    margin-bottom: 3rem;
    text-align: center;
  }
  .journey-item-info {
    width: 100%;
  }
  .journey-item-info-icon {
    margin: 0 auto 4rem !important;
  }
}

@media (max-width: 601px) {

  /* Footer CTA & Popup */
  .floating-cta-btn {
    width: 100%;
    right: 0;
    bottom: 0rem;
    border-radius: 0;
    padding: 1.5rem 0;
    padding-bottom: 5rem;
  }

  .floating-cta-btn>.flex-box {
    justify-content: space-evenly;
  }

  .floating-cta-btn img.fcb-or-icon {
    display: none;
    margin: 0 1.5rem;
  }

  .floating-cta-btn .appointment-trigger,
  .floating-cta-btn .floating-phone {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .floating-cta-btn .floating-contact-link,
  .floating-cta-btn .floating-wapp {
    padding-left: 2rem;
  }

  .floating-cta-btn .floating-contact-link {
/*    border-right: 1px solid rgba(68, 66, 66, 0.6);*/
  }

  .floating-cta-btn span,
  .floating-cta-btn a {
    font-size: 2rem;
  }

  .floating-cta-btn img {
    max-width: 20px;
  }

  .floating-cta-btn .appointment-trigger {
    width: 35%;
  }
  .floating-whatsapp-icon, .floating-call-icon{
    height: auto!important;
  }

  .floating-cta-btn .floating-contact-link {
    width: 25%;
  }

  .floating-cta-btn .floating-cta-social {
    width: 15%;
  }
  .fc-pc-right h2, .category-section .sec-header {
    text-align: center;
  }

  .appointment-form .flex-box .form-half,
  .appointment-form .form-file input,
  .appointment-form .form-file label {
    width: 100%;
  }

  .appointment-form .af-submit-wrapper {
    text-align: center;
  }

  span.appointment-label {
    background: #f7fbfc;
  }
  .copyright-wrapper{
    padding-bottom: 4rem;
  }
  .text-box h2, .text-box .h2mob {
    font-size: 3.5rem;
  }

  .de-featured-styles .img-box {
    width: 100%;
  }

  .category-slider {
    margin: 0;
  }

  .category-section .slick-slide {
    margin: 0 1rem;
  }

  .pricing-list-title h6 {
    font-size: 2.2rem;
  }

  .client-short-info,
  .client-wedding-image,
  .client-description,
  .blog-left-box,
  .blog-info-wrapper .blog-right-box {
    width: 100%;
  }

  .blog-top-box .blog-image img {
    height: 45rem;
  }

  .blog-details-info img {
    height: 37.8rem;
  }

  .blog-left-box {
    margin-top: 7rem;
  }

  .details-order {
    margin: 8rem 0 3rem;
  }

  .client-wedding-image {
    height: 100%;
  }

  .client-short-info {
    padding-right: 0;
    text-align: center !important;
  }

  .client-testimonial-wrapper {}

  .wedding-dress-design .text-box p {
    line-height: 24.24px;
  }

  .single-event .wedding-dress-design {
    padding: 9rem 0 0;
  }

  .client-description.text-box p {
    padding: 11rem 0 3.5rem;
  }

  .client-description.text-box p::before {
    width: 3.8rem;
  }

  .client-short-info p {
    display: none;
  }

  .client-testimonial .slider-arrow .slick-arrow {
    top: auto;
    bottom: 3rem;
  }

  .client-testimonial .slider-arrow .slick-prev,
  .single-event .client-testimonial .slider-arrow .slick-prev {
    left: 24rem;
  }

  .client-testimonial .slider-arrow .slick-next {
    left: 35rem;
  }

  .blog-listing-sidebar,
  .featured-blog-inner {
    width: 100%;
  }

  .featured-blog-wrapper,
  .blog-info-wrapper {
    flex-direction: column-reverse;
  }

  .circle-grey-icon-box {
    width: 10.7rem;
    height: 10.7rem;
    max-width: 10.7rem;
  }

  .circle-grey-icon-box img {
    height: 4.9rem;
  }

  .dar-contact-form .field-half,
  .dar-form-textarea {
    margin-top: 4rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Alteration Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .dar-situatins-item {
    margin-bottom: 5rem;
  }

  .dar-cs-header {
    padding-left: 3rem;
  }

  .dar-contact-form .field-half {
    width: 100%;
  }

  .faq-head h4 {
    max-width: calc(100% - 25px);
  }

  .faq-arrow {
    width: 20px;
  }

  .dsm-pricing-img-box {
    width: 100%;
  }

  .dsm-pricing-img-box:nth-child(2) {
    margin: 7rem 0;
  }

  .dsm-pricing-img-box:last-child {
    margin-top: 0;
  }

  /*corporate branding css*/

  .dcb-service-wrapper {
    background: none;
    padding-bottom: 0;
  }

  .dcb-service-item,
  .dcb-service-item:nth-child(even) {
    padding: 4rem 0;
    flex-direction: row;
    align-items: flex-start;
  }

  .dcb-service-item:first-child {
    padding-top: 2rem;
  }

  .dcb-service-item .dcb-service-icon {
    margin: 0 4rem 0 0;
    width: 10rem;
    height: 10rem;
    padding: 2.7rem;
  }

  .dcb-service-item .dcb-service-text-box,
  .dcb-service-item:nth-child(even) .dcb-service-text-box {
    /*width: 100%;*/
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 76%;
  }

  .dcb-service-item:last-child {
    padding-bottom: 0;
  }

  /* Featured Brands */
  .dcb-fb-content {
    padding-left: 3rem;
  }

  .dcb-logo-wrapper .slick-slide {
    margin: 0 1rem;
  }

  .dcb-logo-wrapper .slick-track {
    margin: 0 -1rem;
  }

  .dcb-logo-item {
    padding: 1.5rem 2rem;
  }

  /* Contact Section */
  .hire-section.da-contact-section .sec-header p {
    max-width: 100%;
  }

  .dcb-contact-icon-box {
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0;
  }

  .dcb-contact-icon-box:first-child {
    border-left: 0;
  }

  .dcb-contact-icon-box img {
    margin-right: 2rem;
  }

  .journey-mission-list {
    margin: 4.5rem 0 6rem;
  }

  .journey-mission-list-item {
    width: calc((100% - 0rem) / 1);
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #F7FBFC;
    padding: 2rem 0;
    border-left: 0;
  }

  .journey-mission-list-content {
    width: 80%;
  }

  .journey-mission-list-item:last-child {
    border-right: 0;
  }

  .journey-mission-icon {
    width: 9.7rem;
    height: 9.7rem;
    margin: 0 2rem 0 0;
  }

  .journey-mission-icon img {
    width: 6.4rem;
    height: 4.2rem;
  }

  .journey-mission-list-content h3 {
    font-size: 3rem;
  }
  .journey-mission-list-content p {
    margin-bottom: 0;
  }
  .single-event .client-testimonial-wrapper .client-short-info {
    margin-bottom: 3rem;
  }
  .featured-work-section .slider-arrow .slick-arrow,
  .wedding-category .slider-arrow .slick-arrow {
    /*display: none !important;*/
  }
  .page-template-about-us .category-section, .postid-938 .wedding-banner-image-sec,
  .page-template-about-us .category, .single-master .category, .category-section {
    padding: 0;
  }
  .page-template-about-us .category, .single-master .category, .single-event .category {
    padding-top: 5rem;
  }
}

@media (max-width: 540px) {

  .internal-banner .banner-content h1,
  .text-box h1 {
    font-size: 4.8rem;
  }
  .main-header {
    padding: 3rem 0;
  }
  .wedding-banner-image-sec {
      padding-bottom: 0;
  }
  .video-banner .playpause {
    top: 45vh;
  }

  .service-section .col-5:last-child,
  .journey-item-info-inner:last-child {
    margin-bottom: 0;
  }

  #gallery::after {
    display: none;
  }

  .journey-item-info-icon {
    margin: 0 auto 3rem !important;
  }

  .craftmanship-section ul.craft-list li .text-box {
    max-width: 100%;
  }

  .testimonial-section .slide-inner .text-box {
    width: 100%;
    padding: 7rem 0 0 0;
  }

  .darzi-section .img-box img {
    max-width: 100%;
    width: 100%;
  }

  .e-designer-section .designer-box {
    max-width: 100%;
  }

  .hire-section .core-list-box ul li {
    width: 100%;
  }

  .team-section .right-content h3 {
    font-size: 3rem;
  }

  .main-footer {
    padding-bottom: 3rem;
  }

  /* process section */
  .process-section .process-list {
    width: 100%;
  }

  .process-section .process-list li {
    /*max-width: 36rem;*/
  }

  .chev-arrows .chev-next {
    left: 57%;
  }
.our-services-heading-box.our-wedding-service-heading-box.full-width-540{
	width: 100%!important;
	float: unset!important;
}
  .full-width-540 {
    width: 100%;
    /*float: left;*/
  }
  .terms-info-box ul li,
  .terms-info-box p {
    font-size: 2.1rem;
    line-height: 150%;
  }

  .terms-info-box ul li::before {
    top: 0.7rem;
  }

  .blog-listing-item {
    margin-right: 0;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Avtar Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .darzi-com-card {
    min-height: 33rem;
    margin-bottom: 3rem;
  }

  .com-card-half {
    width: calc(50% - 1.5rem);
  }

  .da-story-heading .col-6,
  .da-story-heading .col-4 {
    width: 100%;
  }

  .da-story-item {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .da-story-avatar {
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .da-story-avatar img {
    width: 30px;
    height: 30px;
  }

  .process-card-item {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }

  .process-card.darzi-com-card::before {
    left: -2rem;
    top: -2rem;
  }

  .da-contact-field.flex-box {
    flex-wrap: nowrap;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ---- Darzi = Shopping Mate Page ---- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .dsm-sp-card,
  .dsm-present-shop .dsm-present-item,
  .dsm-present-style .dsm-present-item,
  .dsm-pricing-card,
  .dsm-pricing-card:nth-child(3n),
  .dsm-present-style .dsm-present-item:nth-of-type(4n) {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
/*
  .dsm-sp-card {
    margin-top: 3rem;
  }*/

  /* Team Section */
  .dsm-team-slider-wrapper {
    max-width: 100%;
    padding-right: 0;
  }

  .why-us-usps-heading {
    padding-right: 0;
  }

  .why-us-usps-list {
    width: 100%;
    margin: 4rem 0;
  }

  .why-us-usps-list-item {
    width: calc((100% - 6rem) / 1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 0;
    padding: 2rem 0;
    border-bottom: 1px solid #7e7e7e;
  }

  .why-us-usps-list-item:last-child {
    border-right: 0;
  }

  .why-usps-list-content h4 {
    margin: 0 0 0 2rem;
  }

  .why-usps-list-content h4 br {
    display: none;
  }

  .clients-benefits-list-item {
    width: calc(100% / 2 - 1.5rem);
  }

  .our-mission-item-main {
    width: calc(100% / 1 - 0rem);
  }

  .our-mission-item-main:nth-child(2) {
    margin-top: 4rem;
  }

  .capabilities-list-item {
    width: calc((88% - 0rem) / 2);
  }

  #gallery {
    margin-top: 7rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  #gallery img,
  #gallery img:nth-child(3) {
    margin-top: 2%;
  }

  .dsm-present-shop .dsm-present-item,
  .dsm-present-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: left !important;
    /*border-bottom: 1px solid #e5dbc6;*/
    margin-top: 0 !important;
    padding: 2rem 0;
    flex-wrap: wrap;
    width: 45%;
  }

  .dsm-present-style .dsm-present-item {
    max-width: 100% !important;
    width: 45%!important;
    justify-content: center;
    border: none;
  }

  .dsm-present-shop .dsm-present-item:last-child,
  .dsm-present-item:last-child {
    border-bottom: none;
  }

  .dsm-present-shop .dsm-present-icon,
  .dsm-present-item .dsm-present-icon {
    width: 8rem;
    height: 8rem;
    margin-left: 0;
    margin-right: 0;
  }

  .dsm-present-shop .dsm-present-item h4,
  .dsm-present-item h4 {
    width: 75%;
  }

  .dsm-present-shop .dsm-present-icon img,
  .dsm-present-item .dsm-present-icon img {
    max-width: 3.8rem;
  }

  .dsm-present-shop .dsm-present-item h4,
  .dsm-present-item h4 {
    margin: 0 0 0 3rem;
  }

  /* ------------------------ */
  /* Our Service */
  /* ------------------ */
  .st-content-item {
    width: 100%;
    margin-right: 0;
  }
  .st-content-item:nth-of-type(odd) {
    margin-right: 0;
  }
  .page-template-corporate-branding .internal-banner::before {
    background: linear-gradient(90.48deg, #000000 -5%, rgb(0 0 0 / 30%) 19.04%, rgba(0, 0, 0, 0.276134) 62.8%, rgba(0, 0, 0, 0) 100%);
  }
}

@media (max-width: 450px) {

  .dcb-service-item .dcb-service-text-box,
  .dcb-service-item:nth-child(even) .dcb-service-text-box {
    width: 72%;
  }

  .dcb-wwa-item {
    padding: 0 1.5rem;
  }

  .home-banner .text-box h1 {
    font-size: 6.5rem;
  }

  .slider-arrow .slick-arrow {
    width: 4.3rem;
  }

  .slider-arrow .slick-arrow::before {
    width: 3.6rem;
    right: 2rem;
  }

  .slider-arrow .slick-next {
    right: 37%;
  }

  .testimonial-section .btn-box::after {
    width: 30%;
  }

  .testimonial-section .slider-arrow .slick-arrow {
    width: 4.3rem;
  }

  .testimonial-section .slider-arrow .slick-arrow::before {
    width: 3.6rem;
    right: 2rem;
  }

  .testimonial-section .slider-arrow .slick-next {
    right: 37%;
  }

  .make-type-section ul.type-list li {
    width: 100%;
  }

  .term-wedding-suits .make-type-section ul.type-list li:last-child {
    margin-bottom: 0;
  }

  .other-category-section ul.other-cat-list li .card {
    padding: 4rem 6rem;
    height: 170px;
  }

  .footer-cta-section ul.text-box li {
    padding: 4rem 8rem;
  }

  .bot-container .appointment-box,
  .bot-container .bot-box {
    padding: 0;
  }

  .chev-arrows .chev-next {
    left: 58%;
  }

  .chev-arrows .chev-prev {
    left: 42%;
  }

  .other-category-section ul.other-cat-list {
    width: 750px;
    margin: 0;
  }

  .other-category-section ul.other-cat-list li {
    padding: 3rem;
  }

  .wedding-services-wrapper.slider-arrow .slick-next {
    left: 11rem;
  }

  .premium-fabrics-logo {
    width: 20rem !important;
    height: 10rem;
    padding: 2rem;
  }

  .client-testimonial .slider-arrow .slick-next {
    left: auto;
  }

  .client-testimonial .slider-arrow .slick-next::before {
    right: 2rem;
  }

  .call-icon {
    width: 4.2rem;
    height: 4.2rem;
  }

  .darzi-usps-list-item:first-child {
    padding-top: 0;
  }

  .darzi-usps-list-item .circle-grey-icon-box {
    margin: 0;
  }

  .circle-grey-icon-box {
    width: 8.7rem;
    height: 8.7rem;
    max-width: 8.7rem;
  }

  .circle-grey-icon-box img {
    height: 3.9rem;
  }

  .darzi-usps-list-item {
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 3rem 0;
  }

  .darzi-usps-list-item:nth-child(3) {
    border-bottom: 1px solid #c4c4c4;
  }

  .darzi-usps-list-content {
    margin-left: 3rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Alteration Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .dar-cs-types li {
    padding: 1.5rem 3rem;
    font-size: 2rem;
    margin-right: 2rem;
  }

  .clients-benefits-list-item {
    padding: 5rem 2rem;
  }

  .dsm-team-slider .slick-list {
    padding-left: 5rem;
  }
}

@media (max-width: 420px) {
  .designer-brand-info-list {
    margin: 7rem 0 5rem 0rem;
  }

  .designer-brand-info-item {
    width: calc(100% / 2 - 0rem);
    padding-bottom: 2rem;
  }

  .designer-brand-info-item:last-child {
    border: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #F7FBFC;
    width: 100%;
    padding: 3rem 0 0 0;
  }

  .contact-connect-info {
    display: block;
  }

  .contact-connect-address {
    display: flex;
  }

  .contact-connect-address a {
    width: 88%;
    line-height: 1.4;
  }

  .contact-connect .contact-connect-info:nth-child(2) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 2rem;
  }

  .why-needs-list-item-wrapper {
    width: calc(100% / 1 - 0rem);
  }

  .why-needs-contentbox p {
    padding-right: 0;
  }

  .why-needs-list-item {
    margin: 1.5rem 0rem 0;
    display: flex;
    padding: 2rem 3rem;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .why-needs-icon {
    min-width: 7rem;
  }

  .why-needs-icon img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .why-needs-list-item-wrapper,
  .why-needs-list,
  .why-needs-list-item-wrapper:first-child,
  .why-needs-list-content h4 {
    margin: 0;
  }

  .customer-services-list {
    overflow: hidden;
    padding: 4rem 0;
  }

  .customer-services-list::before {
    left: -13rem;
  }

  .customer-services-list::after {
    right: -13rem;
  }

  .dcb-service-item,
  .dcb-service-item:nth-child(even) {
    flex-direction: column;
    align-items: center;
  }

  .dcb-service-item .dcb-service-icon {
    margin: 0 auto;
  }

  .dcb-service-item .dcb-service-text-box,
  .dcb-service-item:nth-child(even) .dcb-service-text-box {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }

  .dcb-wwa-item {
    width: 100%;
    padding: 0;
    border: 0 !important;
  }

  .dcb-wwa-item:first-child {
    margin-bottom: 5rem;
  }

  .dcb-wwa-item:last-child {
    margin-top: 0;
  }

  .mission-section .mission-list .card p {
    width: 68%;
    font-size: 2.4rem;
  }
}

@media (max-width: 370px) {
  .pricing-list-title {
    min-height: 13rem;
  }

  .other-category-section ul.other-cat-list li {
    padding: 4rem;
  }

  .chev-arrows .chev-prev {
    left: 40%;
  }

  .chev-arrows .chev-next {
    left: 60%;
  }

  .more-info-icon {
    margin: 0 1.5rem;
  }

  #testimonials-slider .slick-arrow {
    left: 36%;
  }

  #testimonials-slider .slick-next {
    right: 36%;
    left: auto;
  }

  .clients-benefits-list-content h4 {
    font-size: 2.2rem;
    margin-top: 2rem;
  }

  .diffrence-brands-table table td:first-child {
    line-height: 1.2;
    padding-right: 1rem;
  }
}

@media (max-width:390px) {

  .floating-cta-btn span,
  .floating-cta-btn a {
    font-size: 2rem;
  }

  .floating-cta-btn img {
    max-width: 28px;
  }
}

@media (max-width: 340px) {
  .text-box h2 {
    font-size: 3rem;
  }

  .diffrence-brands-table {
    padding: 3.5rem 2rem;
  }

  .more-info-icon {
    display: none;
  }

  .book-call {
    flex-direction: column;
  }

  .book-call-info {
    margin-bottom: 2rem;
  }

  .extra-delivery-option th {
    font-size: 2rem;
  }

  .client-testimonial .slider-arrow .slick-next {
    left: 31rem;
  }

  .mission-section .mission-list .card .img-box {
    width: 8.5rem;
    height: 8.5rem;
  }

  .mission-section .mission-list .card p {
    margin-left: 3rem;
  }

  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  /* ------- Darzi = Avtar Page ------- */
  /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
  .process-card-item {
    width: 100%;
  }
}

/*custom css end*/

.testimonial-section h2.text-primary, .testimonial-section div.text-primary, .testimonial-section h4.text-primary{
  color:#F7FBFC!important;
  font-family: 'Casanova-Regular'!important;
}
.wedding-service-content.text-box h4{
	font-family: 'Casanova-Regular'!important;
}
.category-section.featured-work-section .slide-inner-content h3{
  font-size: 2rem!important;
  margin-bottom: 0!important;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output{
  border-color: #F7FBFC!important;
}
.book-a-visit.bg-dark-orange{
  background-color: #c28914
!important;
}
.btn.btn-primary.cta_button{
  font-style: italic;
    line-height: 1.4;
    position: absolute;
    left: 3.5rem;
    top: auto;
    bottom: 2rem;
    font-size: 1.8rem;
    padding:0.8rem 3rem;
}
.journey-mission .btn-white-primary{
  background-color: #c28914
!important;
  color: #F7FBFC;
}
.journey-mission .btn-white-primary:hover{
  background-color: #c28914
!important;
  color: #F7FBFC;
}
.book-a-visit .btn-black{
 background-color: #c28914
!important;
  color: #F7FBFC;
}
.book-a-visit .btn-black:hover{
  background-color: #c28914
!important;
  color: #F7FBFC;
}
#stConsultTab .sec-header h5{
  color: #F7FBFC!important;
}
#stConsultTab .sec-header p{
  color: #F7FBFC!important;
}
.modeofpaymentlabel{
  color:#F7FBFC!important;
}
select.modeofpayment{
  color:#F7FBFC;
  width:100%;
  outline: none;
  border:none;
  border-bottom: 0.7px solid #575758 !important;
}
article#post-3124 header.entry-header{
  display: none!important;
}
article#post-3124 .entry-content{
  margin-top: 0!important;
}
article#post-3124 .entry-content > p{
  display: none;
}
.pricing-services.pricing-tabs .pricing-tabs-heading h5{
  font-family: 'Casanova-Regular'!important;
}
.pricing-list-title h6{
  font-family: "Satoshi-Regular"!important;
}
.pricing-list .pricing-list-item p{
  font-family: "Satoshi-Regular"!important;
}

article#post-3124 section.bg-style.internal-banner{
    max-width:100%!important;
}
article#post-3124 section.com-pd-14.light-grey{
    max-width:100%!important;
}
.team-listing a.btn-primary{
	margin-top: 5px!important;
}
.footer-cta-section{
	background-color:#c28914
!important;
}
.testimonial-section .slide a.btn-primary{
  background-color: #c28914
!important;
}
.expert-training h5{
  color: #c28914
!important;
}
.black.da-process-section{
  background-color: #c28914
!important;
}
.black.da-process-section a.btn-primary{
  background-color: #c28914
!important;
}
.testimonial-slider .slick-slide, .custom-testimonial-slider .slick-slide{
  height: auto!important;
}
.team-section .team-listing h3{
  background: #c28914
!important;
}
.customer-services-list.black{
  background-color: #000000
!important;
}
.footer_email input::placeholder{
  color:#F7FBFC!important;
}
.footer_email input{
  color:#F7FBFC!important;
}
.visit-content-wrapper .book-call-info p strong{
	color:#c28914
!important;
}
.testimonial-section .slide-inner .text-box p.designation{
	font-size:1.7rem!important;
  text-align: center;
}

.page-template.page-template-terms-condition.page-template-terms-condition-php.page.page-id-3345 .our-terms .container .flex-box .terms-info-box-wrapper .terms-info-box p{
  margin-bottom:3rem!important;
}
.page-template.page-template-terms-condition.page-template-terms-condition-php.page.page-id-3345 .our-terms .container .flex-box .terms-info-box-wrapper .terms-info-box h3 strong{
  font-family: 'Casanova-Regular'!important;
  color:#c28914
!important;
}
.page-template.page-template-terms-condition.page-template-terms-condition-php.page.page-id-3345 .our-terms .container .flex-box .terms-info-box-wrapper .text-box h4{
  font-size: 2.3rem!important;
}
.tax-garment_category.term-bespoke-corporate-suits .slider-arrow .slick-arrow{
  top: -4rem!important;
} 

.tax-garment_category.term-bespoke-corporate-suits .craftmanship-section ul.craft-list li{
  width: calc(100% / 4)!important;
}
.n2-font-86860a54b7064aeda4451b2de9b363f3-simple{
	font-family: 'Casanova-Regular'!important;
} 
.term-bespoke-corporate-suits .dsm-pricing-img-wrapper{
	display: none!important;
}
.term-bespoke-corporate-suits .dsm-pricing-cards-wrapper{
	margin-top: 0!important;
}
.term-bespoke-corporate-suits .dsm-pricing-cards{
	margin-top: 0!important;
}
.term-bespoke-corporate-suits .craftmanship-section{
	background:#c28914
!important;
}
.book-appointment-img{
  width:50%;
  padding:10px 30px;
}
.book-appointment-form{
      width: 50%;
    padding: 10px;
    border: 1px solid #c28914
;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
 
.book-appointment-form input , .book-appointment-form select{
   border:1px solid #c28914
!important;
   width:100%;
   background:#fff;
}
.book-appointment-form textarea{
  padding: calc(0.5* 20px);
  border: 1px solid #c28914
!important;
}
.book-appointment-form input:focus , .book-appointment-form select:focus .book-appointment-form textarea:focus{
outline: none!important;
}
.book-appointment-form .form-half{
  width:50%;
  padding:10px;
}
.book-appointment-form .form-full{
  width:100%;
  padding:10px;
}
.book-appointment-form input[type="radio"]{
  width:19px;
  height:19px;
  margin-left: 2px;
}
.book-appointment-form span.wpcf7-list-item.first.last{
  display: inline-flex;
  align-items: center;
}

.popup_btn_section{
  position: absolute;
  bottom: 5rem;
  left: 0;
  right:0;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}
.contact-form form .wpcf7-response-output{
  color: #fff!important;
  border: none!important;
}
.mission_image_section img{
  width:100%;
  height: auto;
}
@media(max-width: 768px){
  .infrastructure_collarge#gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

  }
  .pay-for-darzi-services .darzi-usps-list-item{
    width: 50%!important;
    display: block!important;
    text-align: center!important;
    padding-top: 2rem!important;
  }
  .pay-for-darzi-services .darzi-usps-list-item:nth-child(3), .pay-for-darzi-services .darzi-usps-list-item:nth-child(4){
    border-bottom: unset!important;
  }
  .pay-for-darzi-services .darzi-usps-list-item:nth-child(1), .pay-for-darzi-services .darzi-usps-list-item:nth-child(3){
    border-right: 1px solid #c4c4c4!important;
  }
  .pay-for-darzi-services .darzi-usps-list-content{
    word-wrap: break-word!important;
  }
  .pay-for-darzi-services .darzi-usps-list-item .circle-grey-icon-box{
    margin: auto!important;
  }
  .infrastructure_collarge#gallery img{
    width: 47%!important;
    margin: 0!important;
  }
  .infrastructure_collarge#gallery img:nth-child(3){
    margin-top: -9%!important;
  }
  .infrastructure_collarge#gallery img:nth-child(5){
    margin-top: -36%!important;
  }
  .infrastructure_collarge#gallery img:nth-child(7){
    margin-top: -31%!important;
  }
  .capabilities-list-item{
    width: calc((86% - 0rem) / 2);
  }
  .hide-phone{
    display: none!important;
  }
  .show-phone{
    display: block!important;
  }
  .show-flex-phone{
    display: flex!important;
  }
  .featured-work-section .slider-arrow .slick-arrow{
  	top:-4rem!important;
  }
  .featured-work-section .slider-arrow .slick-next{
  	right:7rem!important;
  }
  .featured-work-section .slider-arrow .slick-prev{
  	right: 13rem!important;
  }
  .floating-cta-btn span.appointment-trigger{
    text-align: center!important;
  }
  .darzi-section ul.text-box li{
    flex: 0 0 33.33%!important;
  }
  .darzi-section ul.text-box li p{
    font-size: 2.2rem!important;
  }
  .wedding-service-box{
  	width: 100%!important;
  	margin-left: 0!important;
  	margin-right: 0!important;
  	padding: 0 2rem!important;
  }
  .premium-fabrics-logo-inner{
  	width: 100%!important;
  }
  .premium-fabrics-logo{
  	width: 20rem!important;
  	height: 10rem!important;
  	padding: 2rem!important;
  }
  .premium-fabrics-logo-inner img{
  	width: auto!important;
  	max-width: 100%!important;
  }
 
  .show-phone .full-width-540 {
    width: 44%!important;
    float: left!important;
  }
  .client-testimonial .slider-arrow .slick-prev{
  	left: auto!important;
  	right: 12rem!important;
  }
  div#n2-ss-2 .n2-font-86860a54b7064aeda4451b2de9b363f3-simple{
    font-size: 20px!important;
  }
  .dsm-present-style .dsm-present-item {
    width: 45%!important;
    justify-content: center;
    border: none;
  }
  .book-appointment-popup .popup_btn_section{
    left: 2.4rem!important;
    right: 2.4rem!important;
  }
  .book-appointment-popup .popup_btn_section .popup-btn{
    font-size: 1.2rem!important;
    padding: 0.6rem 2rem!important;
  }
  .corporate-branding-we-offer .dcb-service-wrapper{
    display: flex;
  }
  .corporate-branding-we-offer ul.dcb-service-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .corporate-branding-we-offer ul li.dcb-service-item{
    width:100%!important;
    float: left!important;
    justify-content: center!important;
    display: block;
    text-align: center;
    background-color: #fff;
    margin: 5px;
    padding: 5px;
    border-radius: 20px;
  }
  .corporate-branding-we-offer ul li.dcb-service-item .dcb-service-text-box{
    width: 100%!important;
    text-align: center;
  }
  .corporate-branding-we-offer ul li.dcb-service-item .dcb-service-icon{
    margin:auto!important;
  }
  .dcb-gallery-wrapper-phone .slick-slide{
    margin:0 8px;
  }
  .hide-flex-phone{
    display: none!important;
  }
  .dcb-gallery-wrapper-phone .slick-arrow{
    top: -3rem!important;
  }
  .dcb-gallery-wrapper-phone .slick-prev{
    right: 9rem!important;
  }
  .dcb-gallery-wrapper-phone .slick-next{
    right: 4%!important;
  }

  .dcb-service-list-carousel .slick-arrow{
    top: -3rem!important;
  }
  .dcb-service-list-carousel .slick-prev{
    right: 9rem!important;
  }
  .dcb-service-list-carousel .slick-next{
    right: 4%!important;
  }
  .dcb-service-list-carousel .slick-slide{
  	margin: 0 5px;
  }

  .dsm-pricing-cards-shopping-mate .slick-arrow{
    top: 0rem!important;
  }
  .dsm-pricing-cards-shopping-mate .slick-prev{
    right: 9rem!important;
  }
  .dsm-pricing-cards-shopping-mate .slick-next{
    right: 4%!important;
  }
  .dsm-pricing-cards-shopping-mate .slick-slide{
  	height: auto!important;
  	margin: 0 5px;
  }
  .shopping_partner_section .dsm-sp-card{
  	max-width: auto!important;
  	width: auto!important;
  	padding: 1rem!important;
  }
  .shopping_partner_section .dsm-sp-card.text-box h4{
  	font-size: 1.2rem!important;
  	line-height: 1rem!important;
  }
  .dsm-sp-card:nth-of-type(1){
  	top:1.5rem!important;
  	left: 1rem!important;
  }
  .dsm-sp-card:nth-of-type(2){
  	right: 8rem!important;
  	top: 2rem!important;
  }
  .dsm-sp-card:nth-of-type(5){
  	left: 4rem!important;
  	bottom: -1rem!important;
  }
  .dsm-sp-card:nth-of-type(6){
  	right: 4rem!important;
  	bottom:-1rem!important;
  }
  .dar-situatins-list-phone .dar-situatins-item{
  	width: 50%!important;
  	float: left;
  }
  .wedding-services .text-box{
  	text-align: right!important;
    padding-left: 50px!important;
  }
  .client-wedding-image{
  	height: 400px!important;
  }
  .client-wedding-image img{
  	object-fit: contain!important;
  }
  .corporate_branding_banner_video video{
    height: auto!important;
  }
  .corporate_branding_banner_video .text-box h1{
    font-size:3.5rem!important;
  }
  .customer-testimonial .slick-initialized .slick-slide{
    height: auto!important;
  }
  #testimonials-slider {
    display: block!important;
  }

  #testimonials-slider .slick-slide{
    height: auto!important;
    min-height: auto!important;
    overflow:hidden!important;
  }
  #testimonials-slider .testimonial-client-box {
    overflow: hidden!important; /* Prevent overflow issues */
  }
  .custom-testimonial-slider .slick-next{
    right: 33%!important;
  }
  .corporate-branding-solution-contact-section{
    width:100%!important;
  }

}
.corporate-branding-solution-contact-section form{
  padding:15px!important;
}
.corporate-branding-solution-contact-section{
  padding:0!important;
}
.custom-testimonial-slider .slick-arrow{
    top: 100%!important;
  }
@media(min-width:769px){
  .corporate-branding-solution-contact-section{
    width:50%!important;
  }
  .hide-phone{
    display: block!important;
  }
  .hide-flex-phone{
    display: flex!important;
  }
  .show-phone, .show-flex-phone{
    display: none!important;
  }
}
.our-mission-slider .slick-slide{
  margin:0 2.25rem;
}
.mission-section .text-box h5{
  font-weight: normal!important;
  font-size: 16px!important;
}
.floating-whatsapp-icon{
  height: 33px;
}
.floating-call-icon{
  height: 28px;
}
.floatiing-or-icon{
  height: 43px;
}
.flex-box.tech-list{
  justify-content: center!important;
}
.custom_container{
  max-width:100%!important;
  width:95%!important;
}
.dar-contact-form.book-appointment-form{
	width: 100%;
	border:none!important;
}
.dar-contact-form input::placeholder, .dar-contact-form textarea::placeholder{
	color:transparent!important;
}
.dar-contact-form p.file-label{
	color:#fff;
	font-size: 2rem;
}
.dar-contact-form.book-appointment-form input, .dar-contact-form.book-appointment-form select, .dar-contact-form.book-appointment-form textarea{
	border: none!important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4)!important;
	background:transparent!important;
  padding:0!important;
  padding-bottom:0!important;
}
.dar-contact-form.book-appointment-form .af-submit-wrapper input.btn-primary{
  background: #c28914
 !important;
    border-radius: 35px;
    display: inline;
    width: auto;
    margin: auto;
    padding: 0.6rem 3rem !important;
    color: #fff;
}
.dar-contact-form.book-appointment-form .af-submit-wrapper p{
  text-align: center;
}
.dar-situation-box h3 span{
  font-size: 1.5rem!important;
}
.collection-section .show-phone .img-box:first-child{
	margin-left: 8px;
	margin-right: 8px;
}
.collection-section .show-phone .slick-slide{
	height: auto!important;
	max-height: 100%;
}
.collection-section .show-phone .slider-arrow .slick-next{
	right: 8%!important;
}
.collection-section .show-phone .slider-arrow .slick-prev{
	right: 11rem!important;
}
.collection-section .show-phone .slider-arrow .slick-arrow{
	top: -5rem!important;
}
.collection-section .show-phone .dar-situation-top-header{
	margin-bottom: 8rem!important;
}
.washcare-item-icon{
  width:50px;
}
.washcare-item-icon img{
  width: 100%;
  height: auto;
}
.washcare-list .time-washcare{
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 4px;
}
.washcare-list{
  border-bottom: 1px solid #ddd;
}
.washcare-list tbody tr td{
  vertical-align: middle;
}
.washcare-list thead th{
  font-size: 12px!important;
  text-align: left;
}
.handling_list li{
  position: relative;
  padding-left: 15px;
  font-size: 12px;
}
.handling_list li::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 1px;
  background: url(../images/check-circle.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.our-mission-slider.slider-arrow .slick-arrow{
  /*top: -10rem!important;*/
  right: 0!important;
}
.our-mission-slider.slider-arrow .slick-prev{
  right: 8rem!important;
}
.our-mission-slider .slick-slide{
  height: auto!important;
}
@media(min-width:1281px){
  .our-mission-slider.slider-arrow .slick-arrow{
    top: -10rem!important;
  }
}
@media only screen and (min-width:769px) and (max-width:1280px){
  .our-mission-slider.slider-arrow .slick-arrow{
    top: -14rem!important;
  }
}

.washcare-list-main .col-12{
	width:100%!important;
}
.washcare-list-main select{
	font-size: 18px;
	width: 100%;
	line-height: 18px;
	border: 1px solid #ccc!important;
	border-radius: 15px!important;
}
.washcare-list-main .faq-wrapper{
	margin-top: 15px!important;
}
.washcare-list-main .faq-wrapper .faqs-info-wrapper{
	display: none;
}
.darzi_section_btn{
  text-align: center;
}




.page-id-3996 .post-3996 {
	padding: 23.5rem 0 0rem;
}
.page-id-3996 .post-3996 .entry-header {
	border: none;
}
.page-id-3996 .post-3996 .entry-header .entry-title {
	color: #fff;
	color: #F7FBFC;
	margin-bottom: 2rem;
	font-family: 'Casanova-Regular' !important;
}
.page-id-3996 .post-3996 .entry-footer {
	display: none;
}
.page-id-3996 .post-3996 .entry-content {
	background: #f7ef8a;
	padding: 10rem 0 10rem;
	margin: 0;
}
.page-id-3996 .post-3996 .entry-content p {
	font-size: 4rem;
	max-width: 100% !important;
	text-align: center;
	font-family: 'Casanova-Regular' !important;
	color: #c28914
;
}
.page-id-3996 .post-3996 .entry-footer {
	display: none;
}
.page-template-about-us .internal-video-banner h1 {
	font-size: 4.5rem;
}
.page-template-about-us .process-section .text-box h2 {
	color: ##c28914
;
}
.page-template-about-us .process-section .text-box h5 {
	color: #c28914
;
}N