/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
	font-family: "Outfit", sans-serif !important;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
}
h1 {
    font-size: 50px;
	line-height: 60px;
	color: #000000;
	font-weight: bold;
    padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
	color: #E8007D;
	font-size: 20px;
	line-height: 30px;
}

p {
	color:#666666;
	font-size:18px;
	line-height:30px;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    padding: 22px 1rem;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand {
    height: auto;
    width: 15%;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

li#menu-item-25 {
    border-right: 1px solid #fff;
}

li#menu-item-25 a {
    padding-right: 15px !important;
}

.cstm-search-form .nav-link {
    padding-left: 6px;
}

.tel-btn a {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    background: #009FEC;
    padding: 16px 22px;
    border-radius: 30px;
    transition: 0.4s;
}

.tel-btn i {
    background: #fff;
    color: #009FEC;
    padding: 6px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 10px;
}

.tel-btn a:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
    text-decoration: none;
}

.tel-btn {
    margin-left: 20px;
}

#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffffff;
    padding: 0 28px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    transition: 0.5s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #009FEC;
    font-weight: 400;
    position: relative;
}

#masthead .navbar-nav > li.current_page_item > a::after {
    content: '';
    position: absolute;
    background: #009fec;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    border-radius: 30px;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}



.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */

.user-cart i {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.user-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #009fec;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #009fec;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

/* body .container {
	max-width:1520px;
	width:1520px;
} */

@media (min-width: 1200px) {
    .container {
        max-width: 1520px;
    }
}

/* //=======================================================
		Custom CSS Start
//====================================================== */


/* Header-Top CSS */

.header-top p {
    color: #fff;
    margin: 0;
}

.header-top {
    background: #009FEC;
    padding: 16px 0;
}

.header-top .col-md-6 p {
    text-align: center;
}

.social-details {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-media i {
    color: #009FEC;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-details p {
    margin-right: 18px;
}

/* END */


#Home-sect1 {
    padding-top: 15%;
    padding-bottom: 15%;
}
#Home-sect1 h1 {
    color: #fff;
    font-size: 100px;
    line-height: 112px;
}

#Home-sect1 p {
    color: #fff;
}

#Cstm-Btn1 a {
    color: #fff;
    background: #009FEC;
    font-size: 17px;
    line-height: 27px;
    padding: 14px 26px;
    border-radius: 30px;
    border-color: #009FEC;
    transition: 0.4s;
}

#Cstm-Btn1 a:hover {
    background: #fff;
    color: #000;
    transform: translate(0px, -10px);
    border-color: #fff;
}

#Cstm-Btn2 a {
    color: #fff;
    background: #FF8F3F;
    font-size: 17px;
    line-height: 27px;
    padding: 14px 26px;
    border-radius: 30px;
    border-color: #fff;
    transition: 0.4s;
}

#Cstm-Btn2 a:hover {
    background: #009fec;
    border-color: #009fec;
    transform: translate(0px, -10px);
}
#Home-sect1 h1 strong {
    color: #009FEC;
    text-decoration: underline;
}

#Cstm-Btn a {
    color: #fff;
    background: #009FEC;
    font-size: 17px;
    line-height: 27px;
    padding: 14px 40px;
    border-radius: 30px;
    border-color: #009FEC;
    transition: 0.4s;
}

#Cstm-Btn a:hover {
    background: #000;
    border-color: #000;
    transform: translate(0px, -10px);
}

#Home-sect2 img{
	width:80%;
	border-radius:9px;
}

#Home-sect2 h5 {
    font-size: 40px !important;
    line-height: 50px;
}

#Home-sect2 {
    padding-bottom: 10px;
    margin-top: -7%;
}

.testimonial-Wrap {
    background: #fff;
    padding: 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial-Wrap h2 {
    font-size: 29px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}

.testimonial-Wrap a {
    color: #009FEC;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
}

.testimonial-content img {
    width: 55% !important;
}

.testimonial-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.testimonial-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.testimonial-flex #TEST-EX {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}

section#Home-sect3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.TestimonialMain {
    margin-bottom: 7%;
}
#Home-sect3 .vc_row {
    padding-bottom: 40px;
}
.btn-1 a {
    padding: 14px 52px !important;
}

#Home-sect4 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 24px 0 9px;
    height: 210px;
}

#Process-row a {
    background: transparent;
    border-color: transparent;
    color: #009FEC;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    transition: 0.4s;
}

div#Process-row p {
    height: 110px;
}

div#Process-row {
    padding-top: 40px;
}

section#Home-sect4 {
    padding-top: 90px;
	padding-bottom: 90px;
    z-index: 1;
}

#Process-row .vc_col-sm-4 {
    background: #fff;
    width: 31%;
    margin-right: 20px;
    padding-bottom: 25px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#Process-row a:hover {
    color: #000;
}
#Home-sect5 img {
    padding: 35px 0 45px;
}

#Home-sect5 a {
    background: #fff;
    border-color: #fff;
    color: #000;
    padding: 14px 60px;
    border-radius: 30px;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 500;
}

#Home-sect5 a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    transform: translate(0px, -10px);
}

#Home-sect5 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Contact-Form input {
    padding: 28px 30px;
    border-radius: 32px;
    background: #F1F1F1;
    border-color: #F1F1F1;
    color: #BBBBBB;
    font-size: 18px;
    line-height: 28px;
}

.Contact-Form input::placeholder {
    color: #BBBBBB;
    font-size: 18px;
}

.Contact-Form textarea {
    padding: 28px 30px;
    border-radius: 22px;
    background: #F1F1F1;
    border-color: #F1F1F1;
    color: #BBBBBB;
    font-size: 18px;
    line-height: 28px;
}

.Contact-Form textarea::placeholder {
    color: #BBBBBB;
    font-size: 18px;
}

.Submit-BTN .wpcf7-submit {
    background: #009FEC;
    color: #fff;
    padding: 16px 75px;
    font-size: 17px;
}

.Submit-BTN .wpcf7-submit:hover {
    background: #009FEC;
    border-color: #009FEC;
}

.Submit-BTN {
    padding-top: 15px;
}

.Submit-BTN button {
    background: transparent;
    color: #000;
    border-color: #000;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 17px;
}
.Submit-BTN button:hover {
	background:transparent !important;
	color:#000;
}
.Submit-BTN p {
    display: flex;
    gap: 12px;
}

span.wpcf7-spinner {
    display: none;
}

div#Contact-ROW {
    padding-top: 30px;
}

#Home-sect7 {
    padding-top: 120px;
    padding-bottom: 120px;
}

#Contact-ROW .wpb_gmaps_widget .wpb_wrapper {
    background: #fff;
}

div#Contact-ROW iframe {
    border-radius: 20px;
}
button#a-f i {
    background: #009fec;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button#a-f {
    display: flex;
    align-items: center;
    gap: 11px;
}
div#FAQ h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

div#FAQ .vc_toggle_title {
    background: #009FEC;
    padding: 18px 20px 18px 35px;
    border-radius: 60px !important;
}

div#FAQ i {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    left: 90%;
}

div#FAQ {
    margin-bottom: 32px;
}

section#Home-sect8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#Home-sect8 #Cstm-Btn {
    padding-top: 55px;
}
div#FAQ .vc_toggle_content {
    padding-left: 35px;
    margin-bottom: 0;
}

div#FAQ .vc_toggle_content p {
    margin: 0;
}
.Subscribe-Form input {
    color: #666666;
    font-size: 18px;
    border-radius: 50px;
    padding: 32px 22px;
    background: #F1F1F1;
    border-color: #F1F1F1;
}

.Subscribe-Form input::placeholder {
    color: #666666;
}

.Subscribe-Form p {
    display: flex;
    align-items: center;
    justify-content: end;
}

.Subscribe-Form .wpcf7-submit {
    background: #009FEC;
    padding: 10px 40px;
    color: #fff;
    position: absolute;
    right: 2pc;
}

.Subscribe-Form .wpcf7-submit:hover {
    background: #009FEC;
    border-color: #009FEC;
}

.Subscribe-Form .form-control:focus {
    background: #F1F1F1 !important;
    border-color: #F1F1F1 !important;
    box-shadow: none;
}

.Contact-Form .form-control:focus {
	background: #F1F1F1 !important;
    border-color: #F1F1F1 !important;
    box-shadow: none;
}

section#last-sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Footer CSS */


footer#colophon {
    display: none;
}

#footer-widget {
    background-color: #000000 !important;
    padding-top: 70px;
    position: relative;
}

div#footer-widget p {
    margin: 0;
    color: #fff;
}

#footer-widget .widget-title {
    color: #fff;
    font-size: 25px;
    margin: 0 0 30px;
    position: relative;
    font-weight: 500;
}

#footer-widget .widget-title::after {
    width: 60px;
    height: 2px;
    background: #009FEC;
    position: absolute;
    content: '';
    left: 0;
    bottom: -12px;
}

#footer-widget .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 10px;
    transition: 0.5s;
}

#footer-widget .nav-link:hover {
    background: #000 !important;
}

section#nav_menu-5 {
    display: flex;
    align-items: center;
}

ul#menu-follow-on {
    flex-direction: row !important;
    gap: 8px;
}

li#menu-item-99 .nav-link {
    padding: 0 !important;
}

ul#menu-follow-on a {
    padding: 0 !important;
}

section#nav_menu-5 h3 {
    margin: 0 !important;
    padding-right: 14px;
    font-size: 18px !important;
}

section#nav_menu-5 h3::after {
    display: none;
}

ul#menu-follow-on i {
    background: #fff;
    color: #000;
    width: 28px;
    height: 28px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

section#media_image-3 {
    text-align: end;
}

ul#menu-reach-out i {
    margin-right: 12px;
    background: #009FEC;
    padding: 12px;
    border-radius: 40px;
    font-size: 14px;
}

section#text-3 p {
    padding-bottom: 10px;
}


section#text-4 a {
    color: #fff;
    text-decoration: none;
}

section#text-5 {
    text-align: end;
}

section#text-5 p {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}

.f-b-b {
    padding-top: 50px;
}

.f-b {
    padding-top: 50px;
}
div#footer-widget::after {
    content: '';
    position: absolute;
    width: 78%;
    height: 1px;
    background: #fff;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section#text-5 i {
    font-size: 12px;
}

/* Footer CSS ENd */

section#single-img {
    margin-top: -10%;
}
div#Product-details p {
    margin: 0px 0 10px;
}

input#choose-file {
    padding: 20px;
}

/* Woocoomerce Csss  */

.single-product section#primary {
    max-width: 100%;
    flex: 0 0 100%;
}
.single-product header#masthead {
    margin-bottom: 0;
    background-color: black;
    padding: 22px 1rem;
    position: relative;
    width: 100%;
    z-index: 999;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.single-product aside#secondary {
    display: none;
}
button.single_add_to_cart_button.button {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    background: #009FEC !important;
    padding: 16px 22px;
    border-radius: 0;
    transition: 0.4s;
    font-weight: 500;
    width: 40%;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    align-items: center;
}
.quantity input {
    padding: 17px 10px 17px 0;
    border: 1px solid #000;
}
.product_meta {
    display: none;
}

section.related.products {
    display: none;
}
li.variable-item {
    padding: 20px 18px !important;
    border: 1px solid #009fec !important;
}




/* Developer Css */
div#MainTabs ul.vc_tta-tabs-list li a span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
div#MainTabs ul.vc_tta-tabs-list li a {
    background-color: transparent !important;
    border: transparent !important;
    padding-left: 0;
}
div#MainTabs ul.vc_tta-tabs-list li:nth-child(1) a span::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: red;
    font-size: 20px;
}
div#MainTabs ul.vc_tta-tabs-list li:nth-child(2) a span::before {
    content: "\f07b";
    font-family: 'FontAwesome';
    color: #ffbf00;
    font-size: 20px;
}
div#MainTabs ul.vc_tta-tabs-list li:nth-child(3) a span::before {
    content: "\f78c";
    font-family: 'FontAwesome';
    color: black;
    font-size: 20px;
}
textarea#custom-ptext {
    width: 100%;
}
#imagePreview {
  width: 100%;
  height: auto;
  border: 3px dotted #ccc;
  min-height: 260px;
  text-align: left !important;
  border-radius: 6px;
}
.options {
    display: flex;
    align-items: center;
    gap: 20px;
}
.options i {
    font-size: 30px;
}
.fourcntnt{
	padding: 7% 0 0;
}
/* Developer Css */

.quantitycss {
    text-align: center;
    padding: 0 20%;
}
.widthcss {
    text-align: center;
    padding: 0 5% 0 15%;
}
.heightcss {
    text-align: center;
    padding: 0 15% 0 5%;
}
form#dimensionForm input {
    text-align: center;
}
.dynprice {
    margin: 0;
    padding: 15px 0 0;
}




/* Gangsheet */
div#fileDetails p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: left;
}

#fileDetails {
  margin-top: 20px;
}

.result_input {
  padding: 10px 10px;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #666;
  text-align: left;
  font-weight: 300;
}

.file_popup {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  background-color: #009fec;
  margin: 10px 0 0;
}

.file_popup p{
  color:white;
}

.popup {
  display: none;
  position: fixed;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  border: none !important;
  background-color: white;
  z-index: 1001;
  box-shadow: none !important;
  width: 100% !important;
  height: 100% !important;
}

.pop_inner {
  padding: 20px;
  height: calc(100vh - 60px) !important;
  overflow-y: auto !important;
}

.popup_uppertitle {
  padding: 9px 20px;
  background-color: #009fec;
}

.popup_uppertitle h3 {
  color: white;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

#imagePreview {
  width: 100%;
  height: auto;
  border: 3px dotted #ccc;
  min-height: 260px;
  text-align: left !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
	 /* Transparency checkerboard pattern */
  background-image: 
    linear-gradient(45deg, #ccc 25%, transparent 25%),
    linear-gradient(-45deg, #ccc 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ccc 75%),
    linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  background-color: #fff;
}

#imagePreview img {
   max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  float: none !important;
  background-image: 
    linear-gradient(45deg, #ccc 25%, transparent 25%),
    linear-gradient(-45deg, #ccc 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ccc 75%),
    linear-gradient(-45deg, transparent 75%, #ccc 75%) !important;
  background-size: 16px 16px !important;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px !important;
  background-color: #fff !important;
}

.upload_filebtn {
  display: flex;
  align-items: center;
}

.upload_filebtn .result_input {
  width: 100%;
  min-height: 5vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.upload_filebtn .result_input span#fileName {
  width: 100%;
  text-align: center;
}

button#removeImageButton {
  width: 15% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 11px !important;
  height: auto !important;
}

.bottom_btn {
    width: 100%;
    padding: 50px 0 40px;
}

button#sbt {
    border-radius: 0;
}

a.cstm_btn {
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 11px 30px !important;
  background: #009fec;
  color: #fff;
  border: 0px;
  text-decoration: none;
}

a.cstm_btn:hover{
  cursor: pointer;
}

#imagePreview span {
  font-size: 50px;
  color: #e9e9e9;
}

div#imagePreviewContainer {
  display: flex;
  align-items: flex-start;
  border: 3px dotted grey;
  border-radius: 11px;
}
div#imagePreviewContainer img {
  background-color: white;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  object-fit: contain;
  height: 20vh;
  width: 20%;
  margin: 10px;
}

.cstm_btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

input#Qshe {
  border: transparent;
  width: 100%;
}

/* Image Upload */
/* .upload__box {
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 11px;
} */

.upload-img-box{
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 11px;
  position: relative;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__btn-box {
  text-align: right;
  padding: 30px 0 0;
  display: flex;
  align-items: center;
}

#bulk-remove-btn {
  width: auto !important;
  border-radius: 0 !important;
  margin: 0 !important;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  padding: 7px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 14px;
  height: auto !important;
}

.first-title-wrap {
  border: 1px solid #ccc;
  width: 80%;
  height: 4.7vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-title-wrap {
  display: flex !important;
}

.uploadbtnwrap {
  width: 29%;
}

.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #009fec;
  border-color: #009fec;
  line-height: 26px;
  font-size: 14px;
}

.upload__btn p {
  margin: 0;
  color: white;
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  border: 3px dotted #ccc;
  min-height: 260px;
  border-radius: 6px;
  padding: 20px;
  position: relative;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
  background-color: #fff;
  background-image: 
    linear-gradient(45deg, #ccc 25%, transparent 25%),
    linear-gradient(-45deg, #ccc 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ccc 75%),
    linear-gradient(-45deg, transparent 75%, #ccc 75%) !important;
  background-size: 16px 16px !important;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px !important;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  padding-bottom: 100%;
  background-color: transparent !important;
}

.quantity {
  border: transparent;
  width: 100%;
}

.fileDetails p {
  margin: 20px 0 0;
}

.img-trigger {
  width: -webkit-fill-available;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (min-device-width: 1024px) and (max-device-width: 1700px) { 
.uploadbtnwrap {
    width: 22%;
}
}

@media screen and (min-device-width: 1700px) and (max-device-width: 1920px) {
    .uploadbtnwrap {
        width: 19%;
    }
}



.second-faqs h1 {
    font-size: 25px;
    margin-bottom: -1%;
}
.Comingsoon_txt {
    color: black;
    font-size: 90px !important;
    padding: 0 0 70px;
}


select.gt_selector.notranslate {
    background-color: transparent;
    border: transparent;
    color: white;
    font-size: 18px;
}


select.gt_selector.notranslate option {
    color: black;
}

section#media_image-2 img {
    width: 80%;
}

li#menu-item-160:hover ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    background-color: #009fec;
    border: 1px solid #009fec;
}

ul.dropdown-menu a.dropdown-item {
    color: white;
}

.TestimonialMain img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 43vh;
    object-fit: cover;
}

.calucMain img {
    width: 60% !important;
    margin: 0 auto !important;
}
.entry-content {
    margin: 0;
}

.Header_r {
    display: flex;
    align-items: center;
}

div#HOT_PEEL h1 {
    line-height: 60px;
}

#dimensionForm button { font-size: 16px; }

/* Responsive Start */

@media only screen and (max-width: 1199px){
select.gt_selector.notranslate { font-size: 16px; }
.gtranslate_wrapper { text-align: center; margin: 0 0 5px; }
.header-top .col-md-6 p { text-align: center; font-size: 15px; line-height: 22px; }
.social-details { justify-content: center; }
.social-details p { margin-right: 10px; font-size: 16px; }
.social-media i { width: 20px; height: 20px; font-size: 12px; }
.header-top { padding: 5px 0; }
.navbar-brand { width: 78%; }
button.navbar-toggler { background: #fff; }
ul#menu-main-menu { background: #000; justify-content: center; align-items: center; padding: 12px 10px 20px; border-radius: 12px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 10px 8px; }
#masthead .navbar-nav > li.current_page_item > a::after { bottom: 2px; }
li#menu-item-25 { border: unset; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
ul#menu-main-menu { margin: 8px auto 0; }
div#HOT_PEEL { margin: 15px 0 8px !important; }
div#stunning_prints { margin: 0 0 20px; }
.Header_r { display: none; }
#Home-sect1 h1 { color: #fff; font-size: 35px; line-height: 45px; }
div#mb1 { margin: 0 !important; }
#Home-sect1 #Cstm-Btn1 { margin: 0 0 12px !important; } 
#Home-sect1 #Cstm-Btn1, #Home-sect1 #Cstm-Btn2 { text-align: center; }
#Cstm-Btn1 a { font-size: 16px; line-height: 26px; padding: 10px 20px; }
#Cstm-Btn2 a { font-size: 16px; line-height: 26px; padding: 10px 20px; }
#Home-sect1 { padding-top: 8pc; padding-bottom: 4pc; }
#Home-sect2 h5 { font-size: 25px !important; line-height: 28px; }
h1 { font-size: 30px !important; line-height: 40px !important; padding-bottom: 0; }
p, li { font-size: 16px; line-height: 26px; }
#Home-sect2 img { width: 100%; }
h5 { font-size: 18px; line-height: 28px; }
#Home-sect3 #Cstm-Btn1 { text-align: left; margin: 10px 0 0 !important; }
.testimonial-Wrap h2 { font-size: 25px; padding: 0 0 4px; line-height: 35px; }
.testimonial-Wrap { padding: 10px 15px; }
section#Home-sect3 { padding-top: 30px; padding-bottom: 0; }
#Process-row .vc_col-sm-4 { width: 100%; margin-right: 0; padding-bottom: 0; margin-bottom: 2pc; }
#Home-sect4 h2 { font-size: 24px; padding: 12px 0 5px; height: auto; line-height: 34px; }
div#Process-row p { height: auto; }
section#Home-sect4 { padding-top: 30px; padding-bottom: 10px; }
div#Process-row { padding-top: 15px; }
h1#Comingsoon_txtmb { font-size: 40px !important; line-height: 40px !important; padding: 0 !important; }
h1#EV_mbb { font-size: 25px !important; line-height: 25px !important; }
#Home-sect5 { padding-top: 30px; padding-bottom: 30px; }
.Contact-Form input { padding: 25px 22px; font-size: 16px; line-height: 26px; }
.Contact-Form textarea { padding: 15px 20px; font-size: 16px; line-height: 26px; }
.Submit-BTN .wpcf7-submit { padding: 8px 40px !important; font-size: 16px; height: 52px; }
.Submit-BTN p { gap: 1pc; flex-direction: column; }
.Submit-BTN p br { display: none; }
#Home-sect7 { padding-top: 30px; padding-bottom: 0px; }
.second-faqs h1 { font-size: 20px !important; margin-bottom: 0%; }
.second-faqs ul { padding-left: 20px; }
.second-faqs .wpb_text_column { margin-bottom: 12px !important; }
#Home-sect8 .wpb_text_column { margin-bottom: 12px !important; }
section#Home-sect8 { padding-top: 25px; padding-bottom: 25px; }
.Subscribe-Form input { font-size: 16px; padding: 30px 18px; }
.Subscribe-Form .wpcf7-submit { padding: 10px 25px; }
#last-sect h1 { font-size: 26px !important; line-height: 36px !important; }
#last-sect h1 br { display: none; }
.Subscribe-Form { margin-top: 1pc; }
section#last-sect { padding-top: 25px; padding-bottom: 25px; }
section#media_image-2 img { width: 55%; }
#footer-widget .widget-title { color: #fff; font-size: 23px; margin: 0 0 22px; }
ul#menu-reach-out i { margin-right: 10px; padding: 10px; font-size: 12px; }
.f-b { padding-top: 0px; }
section#media_image-3 { text-align: left; }
.f-b-b { padding-top: 15px; }
section#text-4 { text-align: center; margin-bottom: 10px; }
div#footer-widget::after { bottom: 70px; }
.page-id-166 #Home-sect1 { padding-top: 3pc; padding-bottom: 1pc; }
.page-id-273 #Home-sect1 { padding-top: 3pc; padding-bottom: 1pc; }
#imagePreview { min-height: 200px; }
.border-text { margin: 0 !important; }
#dimensionForm h2 { font-size: 16px; }
#dropZone { margin: 25px 0px; }
.uploadbtnwrap { width: 100%; text-align: center !important; }
.upload__btn-box { padding: 20px 0 0; align-items: center; gap: 10px; flex-direction: column; }
label.upload__btn { margin-top: 8px; }
.bottom_btn .col-lg-6 { text-align: center !important; }
a.cstm_btn { font-size: 16px; }
.popup { width: 95% !important; }
.bottom_btn { width: 100%; padding: 20px 0 10px; }
button#add_to_cart { margin-bottom: 1pc !important; }
.upload-img-box { padding: 15px; }
.page-id-273 .vc_empty_space { height: 20px !important; }
.fileDetails .col-3 { flex: 0 0 50%; max-width: 50%; } 
.fileDetails .col-2 { flex: 0 0 50%; max-width: 50%; }
button#add_to_cart { margin-bottom: 1pc !important; }
.page-id-150 #Home-sect1 { padding-top: 8pc; padding-bottom: 1pc; }
.page-id-21 #Home-sect7 .vc_empty_space { height: 0px !important; }
.Submit-BTN .wpcf7-file { width: 90%; }
#Home-sect1 p { color: #fff; font-size: 18px; line-height: 28px; }
#footer-widget { padding-top: 30px; }
.bottom_btn .row { gap: 15px; }
li { font-size: 16px !important; line-height: 27px !important; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
.Header_r { display: flex ; align-items: center; justify-content: center; text-align: center; margin: 0 auto; }
#Home-sect1 p { color: #fff; font-size: 18px; line-height: 28px; }
.vc_section { padding-left: 15px !important; padding-right: 15px !important; }
ul#menu-main-menu { width: 50%; margin: 10px auto 0; }
#Home-sect1 h1 { font-size: 50px !important; line-height: 60px !important; margin-top: 4pc; }
div#mb1 { margin: 0 !important; }
#Home-sect1 .wpb_text_column { margin-bottom: 20px; }
#Cstm-Btn1 a { font-size: 16px; line-height: 26px; padding: 12px 22px; }
#Cstm-Btn2 a { font-size: 16px; line-height: 26px; padding: 12px 22px; }
.navbar-brand img { width: 40%; }
header#masthead { padding: 10px 0; }
#Home-sect1 { padding-top: 18%; padding-bottom: 14%; }
#Home-sect2 h5 { font-size: 26px !important; line-height: 30px; }
h1 { font-size: 35px !important; line-height: 45px !important; padding-bottom: 0; }
.testimonial-Wrap h2 { font-size: 24px; line-height: 34px; }
p, li { font-size: 16px; line-height: 26px; }
.testimonial-Wrap { background: #fff; padding: 10px 15px; }
section#Home-sect3 { padding-top: 30px; padding-bottom: 0; }
#Home-sect4 h2 { font-size: 24px; padding: 12px 0 9px; height: 105px; overflow-y: scroll; }
div#Process-row p { height: 80px; overflow-y: scroll; }
#Process-row .vc_col-sm-4 { width: 31%; margin-right: 15px; padding-bottom: 15px; }
section#Home-sect4 { padding-top: 30px; padding-bottom: 40px; }
h1#Comingsoon_txtmb { font-size: 50px !important; line-height: 50px !important; padding: 0 !important; }
h1#EV_mbb { font-size: 28px !important; line-height: 1 !important; }
#Home-sect5 { padding-top: 40px; padding-bottom: 40px; }
.Contact-Form input { padding: 24px 20px; font-size: 15px !important; line-height: 21px; }
.Contact-Form textarea { padding: 18px 20px; height: 200px; }
.Submit-BTN .wpcf7-submit { padding: 16px 45px !important; font-size: 16px !important; }
.Submit-BTN .wpcf7-file { width: 100%; }
#Home-sect7 { padding-top: 40px; padding-bottom: 30px; }
.second-faqs h1 { font-size: 24px !important; margin-bottom: 0%; }
#Home-sect8 .wpb_text_column { margin-bottom: 18px !important; }
section#Home-sect8 { padding-top: 35px; padding-bottom: 35px; }
#last-sect h1 { font-size: 28px !important; line-height: 38px !important; }
#last-sect h1 br { display: none; }
.Subscribe-Form .wpcf7-submit { padding: 10px 30px; right: 1.5pc; }
section#last-sect { padding-top: 45px; padding-bottom: 50px; }
section#text-2 p br { display: none; }
section#text-2 p { font-size: 18px; line-height: 28px; }
#footer-widget .col-md-3 { flex: 0 0 35%; max-width: 35%; } #footer-widget .col-md-2 { flex: 0 0 30%; max-width: 30%; }
.page-id-273 #Home-sect1 { padding-top: 8% !important; padding-bottom: 4% !important; }
.popup { width: 90%; }
.upload__btn-box { text-align: center; padding: 20px 0 0; display: flex ; gap: 20px; align-items: center; flex-direction: column; justify-content: center; }
.uploadbtnwrap { display: flex ; flex-direction: column; align-items: center; gap: 10px; }
.page-id-166 #Home-sect1 { padding-top: 8% !important; padding-bottom: 5% !important; }
.border-text { margin: 0 50% 0 0; }
#dropZone { margin: 30px 0px 10px !important; }
.page-id-150 #Home-sect1 { padding-top: 24% !important; padding-bottom: 2pc !important; }
.page-id-21 #Home-sect1 { padding-top: 24% !important; padding-bottom: 2pc !important; }
.col-lg-2.col-md-2.col-sm-12.lstW { flex: 0 0 50% !important; max-width: 50% !important; }
}


@media screen and (min-width: 1025px) and (max-width: 1199px) {
.Header_r { text-align: center; margin: 0 auto; }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
.navbar-brand img { width: 35%; }
#Home-sect1 h1 { color: #fff; font-size: 60px !important; line-height: 72px !important; margin-top: 5pc; }
#Home-sect2 h5 { font-size: 30px !important; line-height: 30px; }
h1 { font-size: 45px !important; line-height: 56px !important; padding-bottom: 0; }
.testimonial-Wrap h2 { font-size: 26px; line-height: 36px; }
p, li { font-size: 17px; line-height: 28px; }
.testimonial-Wrap { padding: 15px; }
section#Home-sect3 { padding-top: 50px; padding-bottom: 0; }
#Home-sect4 h1 { font-size: 40px !important; line-height: 50px !important; }
#Home-sect4 h2 { font-size: 25px; padding: 18px 0 8px; height: 190px; }
div#Process-row p { height: 140px; }
h1#EV_mbb { font-size: 40px !important; line-height: 50px !important; }
h1#Comingsoon_txtmb { font-size: 70px !important; line-height: 70px !important; padding: 0 !important; }
#Home-sect5 { padding-top: 60px; padding-bottom: 60px; }
.Submit-BTN .wpcf7-file { width: 100%; }
.Submit-BTN .wpcf7-submit { padding: 12px 55px; font-size: 17px; }
#Home-sect7 { padding-top: 60px; padding-bottom: 60px; }
.second-faqs h1 { font-size: 25px !important; margin-bottom: 0%; }
#Home-sect8 .wpb_text_column { margin-bottom: 20px !important; }
section#Home-sect8 { padding-top: 40px; padding-bottom: 40px; }
#last-sect h1 { font-size: 30px !important; line-height: 40px !important; }
#footer-widget { padding-top: 50px; }
section#text-2 p br { display: none; }
.f-b-b { padding-top: 30px; }
div#footer-widget::after { bottom: 65px; }
/* .page-id-166, .page-id-273, .page-id-150 #Home-sect1 { padding-top: 8% !important; padding-bottom: 8% !important; } */
.page-id-166 #Home-sect1 { padding-top: 8% !important; padding-bottom: 8% !important; } 
.page-id-166 { padding-top: 0 !important; }
.page-id-273 #Home-sect1 { padding-top: 8% !important; padding-bottom: 8% !important; } 
.page-id-273 { padding-top: 0 !important; }
.page-id-150 #Home-sect1 { padding-top: 11% !important; padding-bottom: 6% !important; } 
.page-id-150 { padding-top: 0 !important; }
.page-id-21 #Home-sect1 { padding-top: 11% !important; padding-bottom: 6% !important; }
.uploadbtnwrap { width: 40% !important; }
.first-title-wrap { width: 100%; }
.page-id-3 #Home-sect1 { padding-top: 12% !important; padding-bottom: 6% !important; }
.page-id-124 #Home-sect1 { padding-top: 12% !important; padding-bottom: 6% !important; }
li { color: #666666; font-size: 17px; line-height: 28px; }
}


@media screen and (min-width: 1200px) and (max-width: 1550px){
.navbar-brand img { width: 100% !important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 15px; font-size: 17px; line-height: 28px; }
.cstm-search-form .nav-link { padding-left: 0; }
.tel-btn a { font-size: 16px; line-height: 26px; padding: 14px 15px; }
header#masthead { padding: 15px 1rem; }
.fourcntnt { padding: 0; }
}

@media screen and (min-width: 1200px) and (max-width: 1288px){
.user-cart { display: flex ; align-items: center; gap: 5px; margin-left: 10px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 10px; font-size: 17px; line-height: 28px; }
}


@media screen and (min-width: 1200px) and (max-width: 1440px){
#Home-sect1 h1 { margin-top: 0 !important; }
}

@media screen and (min-width: 1440px) and (max-width: 1600px){
h1 { font-size: 45px; line-height: 50px; }
}


@media screen and (min-width: 400px) and (max-width: 768px){
.navbar-brand img { width: 60%; }
}


.wholesale-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    margin: 25px 0px;
}


div#wholesaleTextField {
    width: 100%;
}
.wholesale-check {
    margin: 20px 0 10px;
}
input#wholesaleText {
    width: 100% !important;
}



/*Css custom add to cart*/

/* Floating Cart Button */
.cst .floating-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    color: white;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Cart Sidebar */
.cst  .cart-sidebar {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: white;
    box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1001;
    padding: 15px;
    overflow-y: auto;
}

.cst  .cart-sidebar.open {
    right: 0;
}

.cst  .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.cst  .cart-header h4 {
    margin: 0;
    font-size: 18px;
}

.cst  .close-cart {
    cursor: pointer;
    font-size: 18px;
    color: red;
}

/* Cart Items Styling */
.cst  .cart-sidebar-item {
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cst  .cart-sidebar-item p {
    margin: 5px 0;
    font-size: 14px;
}

/* Item Number */
.cst  .cart-item-number {
    background: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.cst .floating-cart {
    padding: 0;
    width: 70px;
    height: 70px;
    background: #009fec;
    flex-direction: column-reverse;
}
.cst .floating-cart span {
    line-height: normal;
    font-size: 20px;
}
.cst .floating-cart i {
    font-size: 20px;
    margin-top: 10px;
}
.cst .close-cart {
    background: black;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
}
.cst .cart-items .cart-sidebar-item {
    background: white;
    box-shadow: rgb(100 100 111 / 19%) 0px 7px 29px 0px;
    margin: 10px 0 15px;
    border-radius: 8px;
}
.cst .cart-items .cart-item-number {
    background: #009fec !important;
    border-radius: 30px;
}
.cst .floating-cart span {
    position: absolute;
    top: 5px;
    right: 17px;
}
.cst .cart-header h4 {
    font-size: 22px;
}
.cart-items h4 {
    font-size: 18px;
    margin: 12px 0 0;
}
.cst .fileDetails .row {
    flex-direction: column;
}
.cst .fileDetails .row .col-2, .fileDetails .row .col-3 {
    width: 100%;
    max-width: 100%;
}
.cst .cart-items img {
    object-fit: cover;
    height: 15vh;
    width: 100%;
}
.cst .fileName{
       display: inline-block;
   padding: 8px 12px;
  max-width: 100%; /* Prevent overflow */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Cut off long names with '...' */
    border: 1px solid #ddd; /* Light border */
}

.cst .cart-items img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #999;
}


/*.page-id-11 .floating-cart, .page-id-150 .floating-cart, .page-id-369 .floating-cart, .page-id-21 .floating-cart, .page-id-115 .floating-cart, .page-id-3 .floating-cart, .page-id-124 .floating-cart  {*/
/*    display: none;*/
/*}*/



@media screen and (max-width: 575px) {
th {
    font-size: 12px;
}
}


form#dtfForm {
    margin: 0 15px;
}

form#gangForm {
    margin: 0 15px;
}







/*float cart*/
.floating-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    z-index: 1000;
}

.floating-cart i {
    margin-right: 5px;
}

.cart-dropdown {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

.cart-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-dropdown ul li {
    padding: 8px 12px;
    text-align: left;
}

.cart-dropdown ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 14px;
}

.cart-dropdown ul li:hover {
    background: #f1f1f1;
}


.checkoutbtn-wrap {
    text-align: right;
}





