@charset "UTF-8";
.FuturaPTMedium, .product-details-page .blog-details-content .media .media-body .rating-review-title a, .product-details-page .blog-details-content .review-title h5, .image .speaker-tag p, .two-dots:before, .widget-box .widget-body .media .media-body a, .widget-box .widget-body ul li a, .blog-page .sidebar .widget-box ul li, .blog-page.blog-details-page .latest-blog-box .leave-reply .contact-content h3, .contact-us-page .contact-us-details .sub-heading p, .contact-us-page .contact-us-details .sub-heading a, .contact-us-page .contact-us-details .sub-heading h3, .contact-us-page .sub-title h2, .latest-blog-box .date-title a, .latest-blog-box .latest-blog-content .blog-content .title h4, .banner .search-wrapper .custom-dropdown span.cust-span, .banner .search-wrapper .custom-dropdown h5, .banner.inner-banner ul li, .banner.inner-banner .banner-content h1, .banner .select-form .intro-text h1 span, header .navigation ul li a, .pagination .page-link, .btn, .form-group label, .sub-heading h4 {
  font-family: "FuturaPTMedium";
}

.FuturaPTBook, .product-details-page .blog-details-image ul li, .blog-page.blog-details-page .latest-blog-box .about-the-author h3, footer .copyright p, .blog-details-page .latest-blog-box .latest-blog-content p, .latest-blog-box .date-title h5, .latest-blog-box .latest-blog-content .blog-content p, .banner .select-form .intro-text h3, .banner .select-form .intro-text h1, header .navigation .add-review-product .btn {
  font-family: "FuturaPTBook";
}

.FuturaPTLight, body {
  font-family: "FuturaPTLight";
}

.AGaramondPro-Regular, .filter-accordion .btn-link, .filter-sidebar .filter-clear-all, .widget-box .widgettitle h4, .widget-box .widget-title h4, footer .footer-top .footer-title h5, .features-content .features-box h5, .section-title h2 {
  font-family: "AGaramondPro-Regular";
}

.AGaramondPro-Italic, .about-page .about-content-box h5 {
  font-family: "AGaramondProItalic";
}

.font-awesome, .blog-page.blog-details-page .latest-blog-box .author-comments .reply-button a.reply-btn:before, .blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-body span:before {
  font-family: "fontawesome";
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #3a3a3a;
  letter-spacing: 0.3px;
}

body::-webkit-scrollbar {
  width: 0 !important;
}

p {
  letter-spacing: 0.3px;
  font-size: 18px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 14px;
}

.text-uppercase, .pagination {
  text-transform: uppercase;
}

.relative, .add-product-details .form-group .col-form-label, .latest-blog-box .date-title h5, .banner .select-form .subscribe-form-now, .banner .select-form .intro-text h1 span, .banner .select-form, .banner, header .navigation ul li a, .pagination, .btn {
  position: relative;
}

.absolute, .latest-blog-box .date-title h5:after, .banner .select-form .subscribe-form-now .btn {
  position: absolute;
}

.gray-bg {
  background-color: #ebebeb;
}

.sub-heading h4 {
  color: #FF346E;
  font-size: 20px;
}

.section-title {
  margin-bottom: 51px;
}
.section-title h2 {
  font-size: 34px;
}

.link a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  color: #000000;
}

.form-group {
  margin-bottom: 19px;
}
.form-group label {
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 2;
  text-align: left;
}
.form-group .form-control {
  border-radius: 4px;
  color: #6d6d6d;
  border: 1px solid #e0e0e0;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #9d9d9d;
}
.form-group .form-control::-moz-placeholder {
  color: #9d9d9d;
}
.form-group .form-control::-o-placeholder {
  color: #9d9d9d;
}
.form-group .form-control::-ms-input-placeholder {
  color: #9d9d9d;
}
.form-group.textarea-form-group {
  display: block;
}
.form-group.textarea-form-group .form-control {
  padding-left: 0;
  padding-right: 90px;
}
.form-group.form-group-btn {
  border-bottom: none;
  display: block;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: 100%;
  height: 42px;
  background-image: url(../icons/down-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  padding-right: 10px;
  border-radius: 3px;
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9d9d9d;
}

.custom-file {
  height: inherit;
  position: relative;
}
.custom-file .custom-file-image {
  background-image: url(../icons/camera.svg);
  width: 25px;
  height: 19px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.custom-file input {
  text-indent: -110px;
  overflow: hidden;
}

.form-control {
  padding: 5px 14px;
  height: 42px;
  font-size: 18px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #3a3a3a;
}

a.read-less-link {
  font-size: 14px;
  letter-spacing: 1.2px;
  color: #e06021;
  margin-bottom: 3px;
  text-decoration: none;
  border-bottom: 2px solid #e06021;
  font-style: italic;
  line-height: 1.2;
}

.read-more-link {
  font-size: 14px;
  letter-spacing: 1.2px;
  color: #3239CB !important;
  margin-bottom: 3px;
  text-decoration: none;
  border-bottom: 2px solid #3239CB;
  font-style: italic;
}

textarea {
  min-height: 187px;
  resize: initial;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #9d9d9d;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  background-color: transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=checkbox] {
  width: 15px;
  height: 16px;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background-color: #ebebeb;
  cursor: pointer;
}

.form-check .form-check-label {
  margin-left: 5px;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background-image: url(../icons/check.svg);
  background-size: 91%;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  outline: none;
  color: #3a3a3a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FF346E;
}

textarea, input, button, .btn {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
textarea:focus, input:focus, button:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p:empty {
  display: none;
}

.btn {
  text-decoration: none;
  border: 1px solid #FF346E;
  background-color: #FF346E;
  color: #ffffff !important;
  font-size: 18px;
  padding: 2px 15px;
  min-width: 160px;
  letter-spacing: normal;
  letter-spacing: 1px;
  border-radius: 4px;
  line-height: 2;
  text-align: center;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff;
  outline: 0;
  background-color: #f5648d;
  border-color: #f5648d;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-gray {
  background-color: #E9EDF0;
  border-color: #E9EDF0;
  color: #363A3B;
}
.btn.btn-gray:hover {
  background-color: #c9cdd0;
}

img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.container {
  max-width: 1192px;
  width: 100%;
}

.small-container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.social-icons ul li {
  margin-right: 10px;
}
.social-icons ul li:last-child {
  margin-right: 0;
}

.custom-checkbox span {
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

input[type=search]:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.social-icon li {
  margin-left: 26px;
}
.social-icon li:first-child {
  margin-left: 0;
}
.social-icon li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social-icon li a svg {
  width: 19px;
  height: 19px;
}
.social-icon li a svg:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social-icon li a svg:hover path {
  fill: #000000;
}

.fa-star.checked {
  color: #EECB48 !important;
}

.fa-star-half-o {
  color: #EECB48;
}

.form-group .wppcr_rating {
  float: left;
}

.form-group .wppcr_rating:not(:checked) > label:before {
  content: "★ ";
}

.form-group .wppcr_rating > input:checked ~ label {
  color: #EECB48 !important;
  text-shadow: none !important;
}

.form-group .wppcr_rating:not(:checked) > label:hover, .wppcr_rating:not(:checked) > label:hover ~ label {
  color: #EECB48 !important;
  text-shadow: none !important;
}

.form-group .wppcr_rating > input:checked ~ label {
  color: #EECB48 !important;
  text-shadow: none !important;
}

.form-group .wppcr_rating:not(:checked) > label:hover, .form-group .wppcr_rating:not(:checked) > label:hover ~ label {
  color: #EECB48 !important;
  text-shadow: none !important;
}

.form-group .wppcr_rating:not(:checked) > label:hover, .wppcr_rating:not(:checked) > label:hover ~ label {
  color: #EECB48 !important;
  text-shadow: none !important;
}

.form-group .wppcr_rating > input:checked + label:hover, .form-group .wppcr_rating > input:checked + label:hover ~ label, .form-group .wppcr_rating > input:checked ~ label:hover, .form-group .wppcr_rating > input:checked ~ label:hover ~ label, .form-group .wppcr_rating > label:hover ~ input:checked ~ label {
  color: #EECB48 !important;
  text-shadow: none !important;
}

.form-group .wppcr_rating:not(:checked) > label {
  text-shadow: none !important;
}

.form-group .wppcr_rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.2;
  color: #ddd !important;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.form-group .wppcr_rating:not(:checked) > input {
  position: absolute;
  /* top: -9999px; */
  clip: rect(0, 0, 0, 0);
}

/*Alignment-css start*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignleft, .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 1;
  margin: 0;
  padding: 0 4px 5px;
}

.pagination {
  text-decoration: none;
  margin-bottom: 0;
  color: #FF346E;
  font-size: 14px;
  line-height: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
  border: none;
}
.pagination .page-link {
  color: #FF346E;
  padding: 9.5px 12px;
  text-transform: capitalize;
}
.pagination .page-link:hover {
  background-color: #e9ecef;
}
.pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-item.active .page-link {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #e06021;
}
.pagination .page-item:hover {
  background-color: #e9ecef;
}
.pagination .nextpostslink:after {
  content: "";
  background-image: url(../icons/right-arrow.svg);
  width: 25px;
  height: 14px;
  background-repeat: no-repeat;
  right: -20px;
  z-index: 1;
  display: inline-block;
  margin-left: 14px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 7px;
}
.pagination .previouspostslink:before {
  right: auto;
  left: 0;
  margin-right: 14px;
  margin-left: 0;
  background-image: url(../icons/left-arrow.svg);
  content: "";
  display: inline-block;
  width: 25px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e06021 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #cccccc !important;
  width: 4px !important;
}

.mid-container .privacy-policy .modal-content a, .mid-container .privacy-policy auto {
  color: #FF346E !important;
}

@font-face {
  font-family: "AGaramondProItalic";
  src: url("../fonts/AGaramondProItalic.eot");
  src: url("../fonts/AGaramondProItalic.eot") format("embedded-opentype"), url("../fonts/AGaramondProItalic.woff2") format("woff2"), url("../fonts/AGaramondProItalic.woff") format("woff"), url("../fonts/AGaramondProItalic.ttf") format("truetype"), url("../fonts/AGaramondProItalic.svg#AGaramondProItalic") format("svg");
}
@font-face {
  font-family: "fontawesomewebfont";
  src: url("../fonts/fontawesomewebfont.eot");
  src: url("../fonts/fontawesomewebfont.eot") format("embedded-opentype"), url("../fonts/fontawesomewebfont.woff2") format("woff2"), url("../fonts/fontawesomewebfont.woff") format("woff"), url("../fonts/fontawesomewebfont.ttf") format("truetype"), url("../fonts/fontawesomewebfont.svg#fontawesomewebfont") format("svg");
}
@font-face {
  font-family: "FuturaPTBook";
  src: url("../fonts/FuturaPTBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPTLight";
  src: url("../fonts/FuturaPTLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPTMedium";
  src: url("../fonts/FuturaPTMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTMedium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AGaramondPro-Regular";
  src: url("../fonts/AGaramondPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AGaramondProItalic";
  src: url("../fonts/AGaramondPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

/* Header */
body {
  padding-top: 115px;
}
body.header-sticky header {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

header {
  width: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 18.5px 0;
  background-color: #ffffff;
}
header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .container {
  max-width: 1385px;
}
header .logo-hamburger-menu {
  display: none !important;
}
header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
}
header .navigation ul li {
  letter-spacing: 0.85px;
  margin-right: 35px;
}
header .navigation ul li:last-child {
  margin-right: 0;
}
header .navigation ul li a {
  font-size: 18px;
  z-index: 1;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  color: #3a3a3a;
}
header .navigation ul li a:hover {
  color: #1D007F;
}
header .navigation ul li.active > a, header .navigation ul li.current-menu-item > a {
  color: #1D007F;
}
header .navigation ul#menu-main-menu {
  margin-right: 35px;
}
header .navigation .add-review-product .btn {
  min-width: 178px;
  padding: 3px 25px;
  line-height: 1;
  margin-right: 12px;
}
header .navigation .add-review-product .btn span {
  font-size: 34px;
  margin-right: 10px;
}
header .navigation .add-review-product .btn:last-child {
  margin-right: 0;
}
header .navigation .add-review-product .btn:hover {
  color: #ffffff;
}
header .menu-toggle {
  background-color: transparent;
  cursor: pointer;
}
header .menu-toggle span {
  width: 35px;
  height: 2px;
  background-color: #3a3a3a;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 1px;
      -ms-transform-origin: 1px;
          transform-origin: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 7px;
}
header .menu-toggle span:last-child {
  margin-bottom: 0;
}
header .menu-toggle.open span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 11px;
}
header .menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
header .menu-toggle.open span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Header */
/*Mid container*/
.mid-container {
  margin-bottom: 101px;
}

/*/Mid container*/
/* Banner*/
.banner {
  min-height: 800px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner:after {
  background-color: rgba(23, 23, 23, 0.77);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.banner .select-form {
  color: #ffffff;
  z-index: 1;
}
.banner .select-form .intro-text h1 {
  line-height: 1.1;
}
.banner .select-form .intro-text h1 span {
  color: #FF346E;
  display: inline-block;
}
.banner .select-form .intro-text h1 span:before {
  content: "";
  background-color: #ffffff;
  left: 0;
  right: 0;
  width: 100%;
  height: 59px;
  position: absolute;
  z-index: -1;
  top: 5px;
}
.banner .select-form .intro-text h3 {
  margin-top: 22px;
  display: inline-block;
}
.banner .select-form .container {
  max-width: 1111px;
}
.banner .select-form .serach-form {
  margin-top: 20px;
}
.banner .select-form .serach-form .form-control::-webkit-input-placeholder {
  color: #6d6d6d;
}
.banner .select-form .serach-form .form-control::-moz-placeholder {
  color: #6d6d6d;
}
.banner .select-form .serach-form .form-control::-o-placeholder {
  color: #6d6d6d;
}
.banner .select-form .serach-form .form-control::-ms-input-placeholder {
  color: #6d6d6d;
}
.banner .select-form .serach-form button {
  position: relative;
}
.banner .select-form .serach-form button:before {
  content: "";
  background-image: url(../icons/search.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 22px;
  display: block;
  position: absolute;
  left: 25px;
  top: 17px;
  background-size: 19px 25px;
}
.banner .select-form .subscribe-form-now {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
}
.banner .select-form .subscribe-form-now input {
  height: 60px;
  font-size: 18px;
  padding: 10px 180px 10px 22px;
}
.banner .select-form .subscribe-form-now input:focus {
  border-color: #ffffff;
}
.banner .select-form .subscribe-form-now .btn {
  font-size: 18px;
  padding: 9px 15px;
  min-height: 60px;
  border-radius: 0px 4px 4px 0px;
  right: 10px;
}
.banner .banner-content {
  max-width: 420px;
}
.banner .banner-content h1 {
  color: #ffffff;
}
.banner .banner-content h3 {
  color: #ffffff;
  padding-right: 90px;
}
.banner.inner-banner {
  margin-bottom: 95px;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner.inner-banner .container {
  z-index: 11;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
}
.banner.inner-banner .banner-content {
  max-width: 100%;
  text-align: center;
}
.banner.inner-banner .banner-content h1 {
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.banner.inner-banner ul li {
  color: #ffffff;
  font-size: 20px;
}
.banner .search-wrapper {
  padding-bottom: 11px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.banner .search-wrapper input[type=checkbox] {
  background-color: transparent;
  margin-top: 9px;
}
.banner .search-wrapper input[type=radio] {
  margin-top: 9px;
  width: 15px;
  height: 15px;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  background-color: #ebebeb;
  cursor: pointer;
}
.banner .search-wrapper input[type=radio]:checked {
  background-color: #FF346E;
}
.banner .search-wrapper .custom-dropdown {
  cursor: pointer;
  margin-left: 12px;
  position: relative;
  padding-right: 79px;
}
.banner .search-wrapper .custom-dropdown h5 {
  font-size: 16px;
}
.banner .search-wrapper .custom-dropdown.location-dropdown {
  position: static;
}
.banner .search-wrapper .custom-dropdown.location-dropdown ul {
  width: 100%;
  left: 0;
}
.banner .search-wrapper .custom-dropdown.location-dropdown .checkbox-wrapper .form-filter-check .form-filter-col {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 20px;
}
.banner .search-wrapper .custom-dropdown.location-dropdown .checkbox-wrapper .form-filter-check .form-check {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.banner .search-wrapper .custom-dropdown.category-dropdown {
  position: static;
}
.banner .search-wrapper .custom-dropdown.category-dropdown ul {
  width: 50%;
  left: 0;
}
.banner .search-wrapper .custom-dropdown:last-child {
  padding-right: 0;
}
.banner .search-wrapper .custom-dropdown ul {
  position: absolute;
  top: 29px;
  left: -12px;
}
.banner .search-wrapper .custom-dropdown span.cust-span {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.banner .search-wrapper .custom-dropdown span.cust-span:hover {
  border-bottom: 1px solid #ffffff;
}
.banner .search-wrapper .custom-dropdown span.cust-span:after {
  content: "";
  background-image: url(../icons/down.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -42px;
  background-position: center right;
}
.banner .search-wrapper .custom-dropdown span.cust-span.open {
  border-bottom: 1px solid #ffffff;
}
.banner .search-wrapper .custom-dropdown span.cust-span.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 5px;
  right: -43px;
  width: 40px;
  background-position: center left;
}
.banner .search-wrapper .custom-dropdown .form-check .form-check-label {
  word-break: break-all;
  font-size: 18px;
}
.banner .search-wrapper .custom-dropdown .mCustomScrollBox {
  width: 100%;
}
.banner .search-wrapper .custom-dropdown .checkbox-wrapper {
  background-color: #fff;
  color: #000;
  padding: 21px 12px 15px;
  min-width: 384px;
  width: 100%;
  margin-top: 10px;
  max-height: 220px;
  border-radius: 0px 0 5px 5px;
  overflow-y: auto;
}
.banner .search-wrapper .custom-dropdown .checkbox-wrapper .mCSB_container {
  margin: 0;
}
.banner .search-wrapper .custom-dropdown .checkbox-wrapper .form-filter-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.banner .search-wrapper .custom-dropdown .checkbox-wrapper .form-filter-check:last-child {
  padding-right: 0;
}
.banner .search-wrapper .custom-dropdown .checkbox-wrapper .form-filter-check .form-check {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 13px;
}
.banner .search-wrapper .custom-dropdown.price-dropdown .checkbox-wrapper {
  min-width: 300px;
}
.banner .search-wrapper .custom-dropdown.price-dropdown .checkbox-wrapper .form-filter-check .form-check {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 5px;
}
.banner .search-wrapper .custom-dropdown.rating-dropdown ul li .checkbox-wrapper {
  padding: 5px 12px 5px;
  margin-top: 5px;
  max-height: inherit;
  overflow-y: inherit;
}
.banner .search-wrapper .custom-dropdown.rating-dropdown ul li .checkbox-wrapper:first-child {
  margin-top: 10px;
}
.banner .search-wrapper .custom-dropdown.rating-dropdown ul li.rating {
  padding: 0;
}
.banner .search-wrapper .custom-dropdown.rating-dropdown ul li.rating .fa-star.checked {
  color: #EECB48 !important;
}

.product-listing,
.blog-listing {
  margin-bottom: 94px;
}

.product-listing .latest-blog-box {
  margin-bottom: 0;
}

.features-content {
  margin-bottom: 102px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 32px 0;
}
.features-content .features-box {
  padding: 0 15px;
}
.features-content .features-box .image {
  margin-bottom: 20px;
  min-height: 50px;
}
.features-content .features-box h5 {
  margin-bottom: 7px;
  font-size: 20px;
}
.features-content .features-box p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.features-content .row > [class*=col] {
  border-right: 1px solid #ebebeb;
}
.features-content .row > [class*=col]:first-child .features-box {
  padding-left: 0;
}
.features-content .row > [class*=col]:last-child {
  border-right: 0;
}

/* About us */
/*Abour page*/
.about-page .about-content-box {
  max-width: 658px;
  width: 100%;
  margin: 0 auto 98px;
}
.about-page .about-content-box h5 {
  line-height: 1.4;
}
.about-page .about-image img {
  border: 4px solid #0e3450;
}
.about-page .about-description {
  margin-top: 100px;
}
.about-page .about-description p {
  margin-bottom: 30px;
}

/*/About page*/
/* latest-blog */
.latest-blogs .container {
  max-width: 1230px;
}

.latest-blogs-boxes .latest-blog-box {
  padding-right: 15px;
  padding-left: 15px;
}

.latest-blog-box {
  margin-bottom: 20px;
}
.latest-blog-box .latest-blog-image {
  overflow: hidden;
}
.latest-blog-box .latest-blog-image img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-blog-box:hover .latest-blog-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.latest-blog-box .latest-blog-content {
  padding: 13px 0px 8px;
}
.latest-blog-box .latest-blog-content .blog-content p {
  font-size: 18px;
}
.latest-blog-box .latest-blog-content .blog-content .title {
  margin-top: 1px;
}
.latest-blog-box .latest-blog-content .blog-content .title h4 {
  padding-right: 10px;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.latest-blog-box .latest-blog-content .blog-content .title p {
  letter-spacing: normal;
  margin-bottom: 0;
}
.latest-blog-box .date-title h5 {
  font-size: 16px;
  line-height: 1.9;
  margin-right: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.latest-blog-box .date-title h5:after {
  content: "";
  right: -9px;
  background-color: #3a3a3a;
  width: 2px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.latest-blog-box .date-title .rating {
  margin-right: 10px;
  line-height: 0;
}
.latest-blog-box .date-title .rating label {
  margin-top: 10px;
  margin-bottom: 19px;
}

.blog-details-page .date-title {
  margin-bottom: 23px;
}
.blog-details-page .latest-blog-box .latest-blog-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.blog-details-page .latest-blog-box .latest-blog-content .latest-blog-image {
  max-width: 653px;
  width: 100%;
  margin: 60px auto;
}

/* /latest-blog */
/* product page */
.product-page .latest-blog-box {
  margin-bottom: 39px;
}
/* /product page */
/* Footer */
footer .container {
  max-width: 1385px;
}
footer .widgettitle {
  color: #EECB48;
}
footer .footer-top {
  padding: 91px 0 88px;
  background-color: #0C0C31;
  color: #ffffff;
}
footer .footer-top .footer-title {
  margin-bottom: 26px;
}
footer .footer-top .footer-content {
  max-width: 400px;
  width: 100%;
}
footer .footer-top .footer-content p {
  margin-bottom: 0;
}
footer .footer-top .footer-content address {
  margin-bottom: 0;
}
footer .footer-top .footer-content ul li a {
  color: #ffffff;
}
footer .footer-top .widget_nav_menu .menu {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
footer .footer-top .widget_nav_menu .menu li a {
  color: #ffffff;
}
footer .footer-top .social-icons {
  margin-top: 19px;
}
footer svg path {
  fill: #ffffff;
}
footer .copyright {
  padding: 20px 0;
  background-color: #0C0C31;
  border-top: 1px solid #5e617d;
}
footer .copyright p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 1.8px;
}
footer .copyright p a {
  color: #e06021;
}
footer .copyright p a:hover {
  color: #e06021;
}

/* /Footer */
/* Contact page */
.contact-us-page .sub-title {
  margin-bottom: 50px;
}
.contact-us-page .sub-title h2 {
  font-size: 40px;
}
.contact-us-page .sub-heading {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.contact-us-page .contact-us-details .sub-heading h3 {
  font-size: 22px;
}
.contact-us-page .contact-us-details .sub-heading a {
  font-size: 18px;
  text-transform: lowercase;
}
.contact-us-page .contact-us-details .sub-heading p {
  font-size: 18px;
  line-height: 1.3;
}

/* /Contact page */
/* Blog page */
.blog-page .latest-blogs-boxes {
  margin-top: 0px;
}
.blog-page .latest-blogs-boxes .latest-blog-box {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-page .sidebar .blog-add-image img {
  margin-bottom: 20px;
}
.blog-page.blog-details-page .latest-blog-content {
  background-color: transparent;
  padding-top: 0;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author {
  margin: 4px 0 0 0;
  padding-bottom: 73px;
  border-bottom: 1px solid #959595;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author h3 {
  margin: 0 0 18px 0;
  line-height: 1.85;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box {
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  padding: 31px 35px 35px 39px;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-left {
  width: 86px;
  height: 86px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  padding-right: 24px;
  margin-right: 24px;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-left img {
  max-width: inherit;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-left .auth-av {
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 2px 5px 5px #ccc;
          box-shadow: 2px 5px 5px #ccc;
  border-radius: 40px;
  padding: 2px;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-left .auth-av img {
  max-width: 80px;
  height: auto;
  width: 100%;
  border-radius: 100%;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-body {
  padding-top: 10px;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-body .media-heading {
  display: inline-block;
  margin: 0 25px 17px 0;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-body .media-heading small {
  margin-left: 20px;
  font-weight: 500;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-body span {
  color: #0e3450;
  display: inline-block;
  font-size: 11px;
  line-height: 1.81;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-body span a {
  color: #0e3450;
}
.blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-body span:before {
  content: "";
  display: inline-block;
  font-size: 11px;
  color: #0e3450;
  margin-right: 8px;
}
.blog-page.blog-details-page .latest-blog-box .author-comments {
  margin-top: 55px;
}
.blog-page.blog-details-page .latest-blog-box .author-comments h3 {
  font-size: 27px;
  line-height: 1.85;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .comments {
  margin: 38px 0 0 0;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .reply-button {
  position: relative;
  margin-top: 50px;
  margin-bottom: 78px;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .reply-button a.reply-btn {
  border: 1px solid #0e3450;
  border-radius: 30px;
  display: block;
  padding: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 105px;
  font-size: 10px;
  line-height: 2;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .reply-button a.reply-btn:before {
  width: 30px;
  height: 30px;
  line-height: 3;
  border-radius: 100%;
  background-color: #0e3450;
  text-align: center;
  top: -1px;
  left: 0;
  display: inline-block;
  content: "";
  color: #ffffff;
  font-size: 10px;
  margin-right: 14px;
  position: relative;
  transform: rotateY(-190deg);
  -o-transform: rotateY(-190deg);
  -moz-transform: rotateY(-190deg);
  -webkit-transform: rotateY(-190deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .reply-button a.reply-btn:hover {
  border-color: #0e3450;
  background-color: #0e3450;
  color: #ffffff;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .reply-button a.reply-btn:hover:before {
  background-color: #ffffff;
  color: #0e3450;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .media {
  overflow: visible;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .media .auth-av {
  border: 3px solid #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.12);
  height: 80px;
  margin-left: 3px;
  overflow: hidden;
  width: 80px;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .media .auth-av img {
  max-width: 80px;
  height: auto;
  width: 100%;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .media .media-left {
  padding-right: 28px;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .media .media-heading {
  margin-bottom: 15px;
  font-size: 14px;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .media .media-heading small {
  margin-left: 20px;
  font-weight: 500;
}
.blog-page.blog-details-page .latest-blog-box .author-comments .children {
  list-style: none;
}
.blog-page.blog-details-page .latest-blog-box .leave-reply {
  margin: 62px 0 0 0;
}
.blog-page.blog-details-page .latest-blog-box .leave-reply .contact-content h3 {
  font-size: 27px;
  line-height: 1.85;
}
.blog-page.blog-details-page .contact-form .btn {
  margin-top: 8px;
}
.blog-page .sidebar .widget-box ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.blog-page .sidebar .widget-box ul li {
  margin-bottom: 14px;
  line-height: normal;
  color: #202020;
  font-weight: 500;
  font-size: 16px;
}
.blog-page .sidebar .widget-box ul li a {
  line-height: 22px;
}
.blog-page .sidebar .widget-box ul li a span.rpwwt-post-title {
  font-size: 16px;
  line-height: 23px;
  margin: -6px 0 0;
  font-weight: 500;
  display: block;
}
.blog-page .sidebar .widget-box ul li .rpwwt-post-date,
.blog-page .sidebar .widget-box ul li .rpwwt-post-categories {
  font-size: 12px;
  color: #3a3a3a;
  font-family: "FuturaPTLight";
}

.pagination-default {
  border-top: 1px solid #959595;
  overflow: hidden;
  padding-top: 28px;
  margin-top: 20px;
}

.widget-box {
  margin: 0px 0 49px;
}
.widget-box .widget-title {
  position: relative;
  margin-bottom: 12px;
}
.widget-box .widget-title:after {
  bottom: -24px;
  content: "";
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #959595;
  display: block;
  margin-top: 9px;
}
.widget-box .widgettitle {
  position: relative;
  margin-bottom: 12px;
  font-family: "AGaramondPro-Regular";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.widget-box .widgettitle:after {
  bottom: -24px;
  content: "";
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #959595;
  display: block;
  margin-top: 9px;
}
.widget-box .rpwwt-widget ul li img {
  margin-top: 0;
}
.widget-box .widget-body {
  overflow: hidden;
}
.widget-box .widget-body ul {
  margin: 0;
}
.widget-box .widget-body ul li {
  margin-bottom: 14px;
  line-height: normal;
}
.widget-box .widget-body ul li:last-child {
  margin-bottom: 0;
}
.widget-box .widget-body ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #202020;
  font-weight: 500;
}
.widget-box .widget-body ul li a:hover {
  color: #FF346E;
}
.widget-box .widget-body ul li a:hover span {
  color: #FF346E;
}
.widget-box .widget-body ul li a span {
  color: #0e3450;
  margin-left: 5px;
}
.widget-box .widget-body .media {
  margin: 0 0 10px;
}
.widget-box .widget-body .media:last-child {
  margin-bottom: 0;
}
.widget-box .widget-body .media .media-left {
  padding-right: 21px;
}
.widget-box .widget-body .media .media-body {
  padding-right: 26px;
}
.widget-box .widget-body .media .media-body a {
  font-size: 16px;
  line-height: 23px;
  margin: -6px 0 0;
  font-weight: 500;
  display: block;
}
.widget-box .widget-body .media .media-body a:hover {
  color: #FF346E;
}
.widget-box .widget-body .media .media-body .recent-post-date {
  font-size: 12px;
}
.widget-box .widget-body .media .media-body .recent-post-date span {
  margin-right: 6px;
}
.widget-box .widget-body .media .media-body .recent-post-date p {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
.widget-box .widget-body .instagram-updates {
  margin: 0;
}
.widget-box .widget-body .instagram-updates img {
  max-width: 100%;
}
.widget-box .widget-body .col-xs-3 {
  padding: 0 5px 5px;
}
.widget-box .widget-body a.popular-tags {
  border: 2px solid #f1f6f8;
  border-radius: 30px;
  padding: 13px 20px 11px;
  color: #202020;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.widget-box .widget-body a.popular-tags:hover {
  background-color: #0e3450;
  color: #ffffff;
  border: 2px solid #0e3450;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* /Blog page */
/*Add product*/
.two-dots {
  position: relative;
}
.two-dots:before {
  content: ":";
  position: absolute;
  height: 15px;
  width: 15px;
  display: block;
  left: -10px;
  top: 4px;
  font-size: 20px;
}

.add-Product-page .container {
  max-width: 751px;
}
.add-Product-page .add-product-details .form-group .col-form-label:after {
  display: none;
}

.add-product-details {
  margin-bottom: 72px;
}
.add-product-details .sub-heading {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 49px;
}
.add-product-details .form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-product-details .form-group.add-review-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.add-product-details .form-group.address-line input {
  margin-bottom: 10px;
}
.add-product-details .form-group.address-line input:last-child {
  margin-bottom: 0;
}
.add-product-details .form-group .city-text span {
  font-size: 18px;
}
.add-product-details .form-group.submit-btn {
  margin-top: 74px;
}
.add-product-details .form-group.add-review-area:first-child .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-product-details .form-group.add-review-area:first-child .wppcr_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.add-product-details .acf-comment-fields.acf-fields .acf-field.acf-field-image {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.add-product-details .acf-comment-fields.acf-fields .acf-field.acf-field-image .acf-label {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.add-product-details .acf-comment-fields.acf-fields .acf-field.acf-field-image .acf-input {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.add-product-details .acf-comment-fields.acf-fields .acf-field.acf-field-image .acf-input label.acf-basic-uploader {
  border-radius: 4px;
  color: #9d9d9d;
  border: 1px solid #e0e0e0;
  width: 100%;
}
.add-product-details .acf-comment-fields.acf-fields .acf-field.acf-field-image .acf-input label.acf-basic-uploader input {
  border: none;
}
.add-product-details .acf-comment-fields.acf-fields .acf-field .acf-label label {
  display: block;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: normal;
  text-align: left;
}

/*/Add product*/
/*Product page*/
.filter-sidebar .filter-clear-all .filter-title h5 {
  margin-bottom: 0;
  font-size: 20px;
}
.filter-sidebar .filter-clear-all .clear-all h6 {
  margin-bottom: 0;
}
.filter-sidebar .filter-clear-all .clear-all h6 a {
  color: #FF346E;
  border-bottom: 1px solid #FF346E;
}

.filter-accordion {
  border: 1px solid #f0f0f0;
  padding: 0 10px 0 20px;
  border-radius: 4px;
  margin-top: 18px;
}
.filter-accordion .card-body {
  max-width: 100%;
  padding: 0;
}
.filter-accordion .card-body strong {
  display: block;
}
.filter-accordion .card-body h3 {
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 16px;
}
.filter-accordion .card-body .form-filter-check {
  margin-bottom: 30px;
}
.filter-accordion .card-body .form-filter-check .form-check {
  margin-bottom: 7px;
}
.filter-accordion .card {
  border-radius: 0;
  border: none;
  position: relative;
  background: transparent;
}
.filter-accordion .card:first-child .card-header {
  border-top: 0;
}
.filter-accordion .card-header {
  padding: 0;
  border: none;
  border-top: 1px solid #f0f0f0;
  padding: 0;
  background: none;
  border-radius: 0;
}
.filter-accordion .card-header h5 {
  font-size: 35px;
  line-height: 35px;
}
.filter-accordion .btn-link {
  text-align: left;
  font-size: 20px;
  padding: 13px 30px 11px 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  display: block;
  outline: 0;
  width: 100%;
  position: relative;
  color: #000000;
  cursor: pointer;
}
.filter-accordion .btn-link:hover {
  text-decoration: none;
}
.filter-accordion .btn-link:focus {
  text-decoration: none;
}
.filter-accordion .btn-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 2px;
  cursor: pointer;
  font-weight: 600;
  color: #FF346E;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  background-color: #FF346E;
}
.filter-accordion .btn-link.collapsed:after {
  content: "+";
  background-color: transparent;
  height: 12px;
  font-size: 25px;
  line-height: 0.5;
}
.filter-accordion + .collapse,
.filter-accordion + .collapsing {
  background-color: #ffffff;
}
.filter-accordion .sub-title {
  margin-bottom: 13px;
}

/*/Product page*/
.media img {
  border-radius: 5px;
}

.image {
  position: relative;
}
.image .speaker-tag {
  background-color: #e06021;
  max-width: 100px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 9px;
  right: 0;
}
.image .speaker-tag p {
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

/*Product Details page*/
.product-details-page .product-detail-review {
  margin-bottom: 32px;
  padding-bottom: 11px;
  border-bottom: 1px solid #959595;
}
.product-details-page .blog-details-image .image {
  margin-bottom: 15px;
}
.product-details-page .blog-details-image .image img {
  border-radius: 4px;
}
.product-details-page .blog-details-image ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details-page .blog-details-image ul li span {
  margin-right: 10px;
}
.product-details-page .blog-details-content p {
  font-size: 20px;
}
.product-details-page .blog-details-content .review-title {
  margin-bottom: 23px;
}
.product-details-page .blog-details-content .review-title h5 {
  font-size: 20px;
}
.product-details-page .blog-details-content .media {
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #959595;
}
.product-details-page .blog-details-content .media:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-details-page .blog-details-content .media img {
  max-width: 80px;
  width: 100%;
}
.product-details-page .blog-details-content .media .media-body .rating-content {
  max-height: 115px;
  overflow: hidden;
}
.product-details-page .blog-details-content .media .media-body .read-less-link {
  display: none;
}
.product-details-page .blog-details-content .media .media-body.open .rating-content {
  max-height: 100%;
  overflow-y: visible;
}
.product-details-page .blog-details-content .media .media-body.open .read-less-link {
  display: inline-block;
}
.product-details-page .blog-details-content .media .media-body.open .read-more-link {
  display: none;
}
.product-details-page .blog-details-content .media .media-body.open p {
  display: block;
  max-height: 100%;
  overflow: visible;
}
.product-details-page .blog-details-content .media .media-body.open .read-more-link .more {
  display: none;
}
.product-details-page .blog-details-content .media .media-body.open .read-more-link .less {
  display: inline-block;
}
.product-details-page .blog-details-content .media .media-body .rating-review-title .rating {
  margin-right: 15px;
  line-height: 0;
}
.product-details-page .blog-details-content .media .media-body .rating-review-title .rating a {
  line-height: 0;
}
.product-details-page .blog-details-content .media p {
  font-size: 20px;
}
.product-details-page .blog-details-content .read-more-link .more {
  display: inline-block;
}
.product-details-page .blog-details-content .read-more-link .less {
  display: none;
}

.add-review-box .add-product-details {
  padding: 20px 21px 20px 27px;
  border: 1px solid #959595;
  margin-top: 60px;
  border-radius: 4px;
  display: none;
}
.add-review-box .add-product-details .form-group textarea.form-control {
  min-height: 152px;
}
.add-review-box .add-product-details .form-group label {
  line-height: 1;
}
.add-review-box.open .pagination-default {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.add-review-box.open .add-product-details {
  display: block;
}
.add-review-box.open .add-review-btn {
  display: none;
}

.form_sidebar_filter .accordion-group .form-filter-col h5 {
  font-size: 16px;
  font-weight: 700;
}

.single-event #reply-title {
  display: none;
}

.single-event .logged-in-as {
  display: none;
}

.tval {
  display: none;
}

.comment-navigation .screen-reader-text {
  display: none;
}

.comment-text span.wpcr_author_stars,
.comment-text span.wpcr_author_stars span {
  background-image: url(../icons/yelstars.png) !important;
}

.pagination-default .wp-paginate-comments .page {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #e06021;
  padding: 9.5px 12px;
  text-transform: capitalize;
  margin-right: 0;
  margin-left: -1px;
}
.pagination-default .wp-paginate-comments .page:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #e06021;
}
.pagination-default .wp-paginate-comments .page.current {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #e06021;
}
.pagination-default .wp-paginate-comments .prev,
.pagination-default .wp-paginate-comments .next {
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #e06021;
  padding: 9.5px 12px;
  margin: 0;
}
.pagination-default .wp-paginate a:hover,
.pagination-default .wp-paginate a:active {
  background: #e9ecef;
  color: #e06021;
}

.modal .modal-content a {
  color: #FF346E !important;
}

.mid-container .privacy-policy a {
  color: #FF346E;
}

fieldset.wppcr_rating {
  float: none !important;
  width: 100%;
  display: none;
}

fieldset.wppcr_rating > legend {
  color: #000000;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

fieldset.wppcr_rating > legend {
  color: #000000;
  float: left;
  width: auto;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 2;
  text-align: left;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  font-weight: 600;
}

.add-product-details .form-group.add-review-area .wppcr_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .wppcr_rating > input:checked ~ label {
  color: #EECB48 !important;
  text-shadow: none !important;
}

.add-review-box .add-product-details .form-group label {
  line-height: 1;
}

.form-group .wppcr_rating > input:checked ~ label:before {
  color: #EECB48 !important;
  text-shadow: none !important;
}

/* test */
/*/Product Details page*/
/* Responsive Css */
/* max width 1500 end */
@media (max-width: 1365px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  header .navigation ul li {
    margin-right: 20px;
  }
  header .navigation .add-review-product .btn {
    min-width: 158px;
    padding: 5px 15px;
    margin-right: 10px;
  }

  .banner .banner-content h1 {
    color: #ffffff;
    font-size: 40px;
  }
  .banner .banner-content h3 {
    font-size: 18px;
  }
  .banner.inner-banner .banner-content h1 {
    font-size: 40px;
  }

  .download-now .download-now {
    padding: 85px 0;
  }
  .download-now h3 {
    font-size: 35px;
  }
  .download-now .download-content {
    margin: 30px auto;
  }

  .view-practice-areas {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .view-practice-areas .area-practice-boxes {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .about-us {
    padding-top: 110px;
  }
  .about-us .about-us-content .sub-title {
    margin-bottom: 40px;
  }
  .about-us .about-us-content .points li {
    padding-left: 35px;
    margin-bottom: 25px;
  }

  .download-now {
    padding: 85px 0;
  }

  footer .footer-top {
    padding: 60px 0 25px;
  }
  footer .footer-top .footer-nav {
    padding: 50px 0;
  }
  footer .footer-top .footer-nav ul li {
    padding: 0 40px;
  }
}
/* max width 1365 end */
@media (max-width: 1199px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  header .navigation ul li {
    margin-right: 15px;
  }
  header .navigation ul li a {
    font-size: 16px;
  }
  header .navigation .add-review-product .btn {
    font-size: 16px;
    min-width: 148px;
    padding: 3px 15px;
  }

  .mid-container {
    margin-bottom: 80px;
  }

  .banner {
    min-height: 750px;
    margin-bottom: 75px;
  }
  .banner .container {
    bottom: 100px;
  }
  .banner .banner-content h1 {
    font-size: 35px;
  }
  .banner .banner-slider .slick-dots {
    bottom: 50px;
  }
  .banner .select-form .intro-text h1 span:before {
    height: 39px;
    position: absolute;
    z-index: -1;
    top: 5px;
  }
  .banner .select-form .subscribe-form-now input {
    height: 50px;
  }
  .banner .select-form .subscribe-form-now .btn {
    min-height: 50px;
    padding: 4px 15px;
  }
  .banner .select-form .serach-form button:before {
    top: 11px;
  }

  .blog-listing, .product-listing {
    margin-bottom: 70px;
  }

  .features-content {
    margin-bottom: 70px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .btn {
    font-size: 14px;
    padding: 5px 10px;
  }

  footer .footer-top .footer-nav ul li {
    padding: 0 25px;
  }
}
/* max width 1199 end */
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 15px;
  }

  header .navigation ul li {
    margin-right: 25px;
  }

  .banner .container {
    bottom: 80px;
  }
  .banner .banner-content h1 {
    font-size: 30px;
  }

  .latest-blog-box .latest-blog-content .blog-content p {
    font-size: 16px;
  }

  .product-details-page .blog-details-content p {
    font-size: 18px;
  }
  .product-details-page .blog-details-content .media p {
    font-size: 18px;
  }
}
/* max width 1023 end */
@media (max-width: 991px) {
  body {
    font-size: 14px;
    padding-top: 76px;
  }
  body.header-sticky #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: #ffffff;
  }

  p {
    font-size: 16px;
  }

  header {
    padding: 0px;
  }
  header.open {
    display: block;
  }
  header.open .navigation {
    display: block;
  }
  header .row > [class*=col] {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  header .logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 15px;
  }
  header .logo-mobile .logo img {
    max-width: 180px;
    width: 100%;
  }
  header .container {
    padding: 0;
  }
  header .navigation {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    display: none;
    padding: 20px 0px;
    height: 100vh;
    background-color: #ffffff;
  }
  header .navigation ul {
    display: block !important;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-pack: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
    -ms-flex-wrap: inherit !important;
        flex-wrap: inherit !important;
  }
  header .navigation ul li {
    text-align: left;
    margin-right: 0;
    padding: 5px 15px;
    border-bottom: 1px solid #3a3a3a;
  }
  header .navigation ul li a {
    display: block;
  }
  header .navigation ul#menu-main-menu {
    margin-right: 0;
  }
  header .navigation .add-review-product .btn {
    font-size: 14px;
    min-width: 140px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .banner {
    margin-bottom: 55px;
  }
  .banner .banner-content h1 {
    font-size: 25px;
  }
  .banner.inner-banner .banner-content h1 {
    font-size: 35px;
  }
  .banner .search-wrapper .custom-dropdown {
    padding-right: 60px;
  }
  .banner .search-wrapper .custom-dropdown .checkbox-wrapper {
    max-height: 200px;
  }

  .blog-listing, .product-listing {
    margin-bottom: 50px;
  }

  .features-content {
    margin-bottom: 50px;
  }

  footer .footer-top .footer-nav {
    padding: 30px 0;
  }
  footer .copyright {
    padding: 15px 0;
  }
  footer .copyright p {
    font-size: 12px;
  }

  .blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box .media .media-left .auth-av {
    width: 50px;
    height: 50px;
  }
  .blog-page.blog-details-page .latest-blog-box .author-comments .media {
    padding-right: 30px;
  }
  .blog-page.blog-details-page .latest-blog-box .author-comments .media .auth-av {
    height: 50px;
    width: 50px;
  }
  .blog-page.blog-details-page .latest-blog-box .latest-blog-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .blog-page.blog-details-page .latest-blog-box .leave-reply {
    margin: 30px 0 0 0;
  }
  .blog-page .sidebar {
    margin-top: 30px;
  }

  .latest-blog-box .latest-blog-content .read-more-link {
    font-size: 14px;
  }

  .widget-box .widget-body {
    padding-right: 35px;
  }

  .image .speaker-tag {
    right: auto;
  }

  .product-details-page .blog-details-content p {
    font-size: 16px;
  }
  .product-details-page .blog-details-content .media p {
    font-size: 16px;
  }

  .add-product-details {
    margin-bottom: 50px;
  }
  .add-product-details .form-group .col-form-label:after {
    right: -15px;
  }
  .add-product-details .form-group.state-region-select .form-control {
    margin-bottom: 10px;
  }

  .about-page .about-content-box {
    margin: 0 auto 50px;
  }
}
/*max width 991 end*/
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  textarea {
    min-height: 152px;
  }

  .btn {
    font-size: 14px;
    min-height: 30px;
    min-width: 120px;
  }

  .form-control {
    font-size: 16px;
  }

  .form-group {
    margin-bottom: 15px;
  }
  .form-group label {
    font-size: 18px;
  }

  .sub-heading h4 {
    font-size: 18px;
  }

  header .navigation .add-review-product .btn {
    min-width: 130px;
    padding: 3px 10px;
  }

  .banner {
    min-height: 550px;
    margin-bottom: 50px;
  }
  .banner .search-wrapper .custom-dropdown ul {
    top: 25px;
  }
  .banner .search-wrapper .custom-dropdown.location-dropdown {
    position: relative;
  }
  .banner .search-wrapper .custom-dropdown.location-dropdown .checkbox-wrapper .form-filter-check .form-filter-col {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .banner .search-wrapper .custom-dropdown .checkbox-wrapper {
    min-width: 280px;
    max-height: 130px;
    position: relative;
    z-index: 9;
  }
  .banner .banner-content {
    margin-left: 0;
  }
  .banner .banner-content h1 {
    font-size: 22px;
  }
  .banner .banner-content h3 {
    padding-right: 0;
  }
  .banner.inner-banner {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .banner.inner-banner .container {
    padding: 0px 15px;
  }
  .banner.inner-banner h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .banner.inner-banner img {
    width: auto !important;
    max-width: inherit;
  }
  .banner.inner-banner ul li {
    font-size: 16px;
  }
  .banner .select-form .subscribe-form-now input {
    padding: 10px 150px 10px 22px;
    font-size: 16px;
  }
  .banner .select-form .subscribe-form-now .btn {
    min-width: 130px;
  }
  .banner .select-form .serach-form button:before {
    left: 10px;
  }

  .blog-listing, .product-listing {
    margin-bottom: 30px;
  }

  .product-listing .latest-blog-box {
    margin-bottom: 30px;
  }

  .features-content {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .features-content .row > [class*=col] {
    border: none;
  }
  .features-content .row > [class*=col]:first-child .features-box {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .features-content .row > [class*=col]:last-child .features-box {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .features-content .row > [class*=col] .features-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
  }

  .latest-blogs-boxes {
    margin-top: 40px;
  }

  .latest-blog-box .latest-blog-content .blog-content p {
    font-size: 13px;
    line-height: 1.6;
  }

  .about-page {
    margin-top: 0px;
  }
  .about-page .about-content {
    max-width: 600px;
    margin: 0 auto 40px;
    padding: 0 30px;
  }
  .about-page .about-content h2 {
    font-size: 18px;
  }
  .about-page .about-our-story-content {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .about-page .about-our-story-content:last-child {
    margin-bottom: 0;
  }
  .about-page .about-our-story-content:last-child p {
    margin-bottom: 0;
  }
  .about-page .about-image-section {
    margin-bottom: 50px;
  }
  .about-page .about-description {
    margin-top: 50px;
  }

  footer {
    text-align: center;
  }
  footer .footer-top .footer-nav ul li {
    padding: 0 10px;
  }
  footer .footer-top .footer-nav ul li a {
    font-size: 12px;
  }
  footer .footer-top .footer-title {
    margin-bottom: 10px;
  }
  footer .footer-top .footer-content {
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-top .social-icons ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-top .widget_nav_menu .menu {
    margin-top: 0;
  }
  footer .footer-top .row > [class*=col] {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .footer-top .row > [class*=col]:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer .copyright p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  footer .copyright .text-left, footer .copyright .text-right {
    text-align: center !important;
  }

  .filter-sidebar {
    margin-bottom: 30px;
  }

  .product-details-page .blog-details-image {
    margin-bottom: 30px;
  }
  .product-details-page .blog-details-content p {
    font-size: 16px;
  }
  .product-details-page .blog-details-content .media p {
    font-size: 16px;
  }

  .pagination-default {
    display: block !important;
  }
  .pagination-default .add-review-btn {
    margin-bottom: 20px;
  }

  .add-product-details {
    margin-bottom: 40px;
  }
  .add-product-details .sub-heading {
    margin-bottom: 20px;
  }
  .add-product-details .form-group.submit-btn {
    margin-top: 40px;
  }

  .add-review-box .add-product-details {
    padding: 20px 15px;
  }

  .blog-page.blog-details-page .latest-blog-box .about-the-author .about-author-box {
    padding: 20px 10px 20px 10px;
  }

  .two-dots:before {
    display: none;
  }
}
/*max width 767 end*/
@media (max-width: 480px) {
  .banner .search-wrapper .custom-dropdown.location-dropdown .checkbox-wrapper .form-filter-check .form-filter-col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .banner .search-wrapper .custom-dropdown .checkbox-wrapper .form-filter-check .form-check {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/*max width 575 end*/