.theme-color {
  color: #6960CE;
}

.theme-bg {
  background-color: #6960CE;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #2F2D2B;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  body.mobile-menu-open {
    overflow-y: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bellefair', serif;
  font-weight: 500;
  color: #2F2D2B;
}

.theme-alt-bg {
  background: #F9F9F9;
}
a {
  color: #6960CE;
}
a:hover {
  color: #000;
  text-decoration: none;
}

p .p-two {
  font-size: 16px;
  line-height: 28px;
}
p .p-three {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
p.p-four, p.p-small {
  font-size: 14px;
  line-height: 20px;
}
p.p-large, p.p-one {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
@media (max-width: 1199.98px) {
  p.p-large, p.p-one {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  p.p-large, p.p-one {
    font-size: 14px;
    line-height: 26px;
  }
}

h1 {
  font-size: 48px;
  line-height: 55px;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2 {
  font-size: 36px;
  line-height: 41px;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

h3 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

h4 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.15px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.btn {
  outline: unset;
}
.btn:active, .btn:focus {
  outline: unset;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.button2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C4C4C4;
}

.btn-primary {
  background-color: #6960CE;
  border-color: #6960CE;
  text-transform: uppercase;
  padding: 15px;
  background: linear-gradient(359.92deg, #6960CE -19.14%, #6A6CD5 12.63%, #6A6DD5 12.65%, #6E9CF0 105.88%);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  border: 1px solid #6960CE;
  background: linear-gradient(359.92deg, #6E9CF0 -19.14%, #6A6DD5 12.63%, #6A6CD5 12.65%, #6960CE 105.88%);
}

.bg-color-sec .btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

.btn-outline-primary {
  border-color: #6960CE;
  color: #2F2D2B;
}
.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  color: #fff;
  background: linear-gradient(359.92deg, #6E9CF0 -19.14%, #6A6DD5 12.63%, #6A6CD5 12.65%, #6960CE 105.88%);
  border-color: #6960CE;
}

.btn-secondary.focus,
.btn-secondary:focus {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #5a50c9;
  border-color: #5a50c9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 96, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(105, 96, 206, 0.5);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #6960CE;
  border-color: #D3D3D3;
  background-color: transparent;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group {
  margin-bottom: 24px;
}

.form-control {
  height: 56px;
  padding: 16px 19px;
  font-size: 16px;
  color: #677079;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}

.read-time {
  color: #8E8D97;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

textarea.form-control {
  height: 243px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6960CE;
  background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6960CE;
  background-color: #6960CE;
}
.custom-checkbox .custom-control-label {
  padding-left: 0;
}
.custom-checkbox .custom-control-label:after,
.custom-checkbox .custom-control-label:before {
  height: 16px;
  width: 16px;
  border-radius: 2px;
}
.custom-checkbox .custom-control-label:after {
  background-size: 100%;
  top: 4px;
  left: -23px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  background: #6960CE;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background: none;
  border-color: transparent;
}

.custom-control-label {
  padding-left: 7px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .custom-control-label {
    padding-left: 5px;
  }
}
.custom-control-label:before {
  height: 24px;
  width: 24px;
}
@media (max-width: 767.98px) {
  .custom-control-label:before {
    height: 20px;
    width: 20px;
  }
}
.custom-control-label:after {
  height: 14px;
  width: 14px;
  top: 9px;
  left: -19px;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .custom-control-label:after {
    height: 12px;
    width: 12px;
    top: 8px;
    left: -20px;
  }
}

.bg-color-sec {
  background: linear-gradient(73.85deg, #6960CE 9.73%, #6A6CD5 29.1%, #6A6DD5 29.1%, #6E9CF0 102.72%);
}

/* -------------------- Comman Sec CSS Starts ------------------------------*/
section {
  margin-bottom: 90px;
}
@media (max-width: 1199.98px) {
  section {
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  section {
    margin-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  section {
    margin-bottom: 60px;
  }
}

.top-content-section {
  margin-top: 0;
}
.top-content-section .heading-font {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .top-content-section .heading-font {
    margin-bottom: 28px;
  }
}
@media (max-width: 767.98px) {
  .top-content-section .heading-font {
    margin-bottom: 24px;
  }
}

.top-content-bg-sec {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .top-content-bg-sec {
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .top-content-bg-sec {
    background: none !important;
  }
  .top-content-bg-sec .row > .col-lg-6:last-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 30px #fff;
            box-shadow: 0 0 10px 30px #fff;
  }
}
.top-content-bg-sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 15px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 40px #fff;
          box-shadow: 0 0 30px 40px #fff;
}
@media (max-width: 991.98px) {
  .top-content-bg-sec:after {
    display: none;
  }
}

.top-margin-sec {
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .top-margin-sec {
    margin-top: 0;
  }
}

.range-slider-block p {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .range-slider-block p {
    width: 100%;
  }
}
.range-slider-block .amount {
  letter-spacing: 0.02em;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2F2D2B;
  border: none;
  padding: 0;
  line-height: 30px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .range-slider-block .amount {
    font-size: 16px;
    line-height: 18px;
  }
}
.range-slider-block .amount:focus {
  outline: none;
}
.range-slider-block .ui-widget.ui-widget-content {
  background: #A092DF;
  border: none;
  border-radius: 0;
  position: relative;
}
.range-slider-block .ui-widget-header {
  background: #6960CE;
}
.range-slider-block .ui-slider-handle {
  top: -0.9em;
}
.range-slider-block .ui-slider-horizontal {
  height: 4px;
}
.range-slider-block .ui-state-default,
.range-slider-block .ui-widget-content .ui-state-default {
  border-radius: 100%;
  background: #6960CE;
  -webkit-box-shadow: 0 2px 4px rgba(50, 50, 71, 0.06), 0 2px 2px rgba(50, 50, 71, 0.06);
          box-shadow: 0 2px 4px rgba(50, 50, 71, 0.06), 0 2px 2px rgba(50, 50, 71, 0.06);
  border: 5px solid #fff;
  height: 32px;
  width: 32px;
  position: absolute;
}
.range-slider-block .ui-widget-content .ui-state-default:focus {
  outline: none;
}

/* -------------------- Comman Sec CSS Ends ------------------------------*/
/* -------------------- Header Sec CSS Starts ------------------------------*/
header {
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
header .navbar-light .navbar-nav .nav-link,
header ul li a {
  color: #2F2D2B;
  text-transform: uppercase;
  font-size: 16px;
}
header .navbar-light .navbar-nav .nav-link:hover,
header ul li a:hover {
  color: #6960CE;
}
header .left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .navbar {
  padding: 25px 0;
}
header .main-horizontal-menu ul li {
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  header .main-horizontal-menu ul li {
    margin-right: 18px;
  }
}
header .main-horizontal-menu ul li a {
  padding: 0 !important;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  header .main-horizontal-menu ul li a {
    font-size: 14px !important;
  }
}
header .main-horizontal-menu ul li:last-child {
  margin-right: 0;
}
header .main-horizontal-menu ul li:last-child a {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  header .main-horizontal-menu {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  header .user-block {
    margin-right: 15px;
  }
}
header .user-block ul li.head-search {
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  header .user-block ul li.head-search {
    margin-right: 15px;
  }
}
header .user-block ul li.head-user {
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  header .user-block ul li.head-user {
    margin-right: 0;
  }
}
header .main-mobile-menu {
  display: none !important;
}
@media (max-width: 991.98px) {
  header .main-mobile-menu {
    display: block !important;
  }
}
header .main-mobile-menu .logo {
  padding: 15px 0 0 5px;
}
header .main-mobile-menu .navbar-toggler {
  position: relative;
  z-index: 1;
  border: none;
  padding: 0;
}
header .main-mobile-menu .navbar-toggler.collapsed i {
  display: none;
}
@media (max-width: 991.98px) {
  header .main-mobile-menu .navbar-toggler.collapsed i {
    display: block;
  }
}
header .main-mobile-menu .navbar-collapse {
  position: fixed;
  height: calc(100vh - 10px);
  width: calc(100% - 10px);
  left: 0;
  right: 0;
  background: #fff;
  top: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
header .main-mobile-menu .navbar-nav {
  height: 100%;
  max-width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
header .main-mobile-menu .mobile-menu-links li {
  display: block;
}
header .main-mobile-menu .mobile-menu-links li a {
  border-bottom: 1px solid #ddd;
}
header .main-mobile-menu .mobile-menu-links li:last-child a {
  border-bottom: none;
}
header .main-mobile-menu .mobile-menu-social ul li {
  display: inline-block;
  margin-right: 15px;
}
header .main-mobile-menu .mobile-menu-social ul li a {
  font-size: 22px;
}
header .main-mobile-menu .mobile-menu-social ul li:last-child {
  margin-right: 0;
}
header .main-mobile-menu .mobile-footer-links {
  font-size: 12px;
}
@media (max-width: 575.98px) {
  header .main-mobile-menu .mobile-footer-links {
    font-size: 10px;
  }
}
header .main-mobile-menu .mobile-footer-links ul li {
  display: inline-block;
}
header .main-mobile-menu .mobile-footer-links ul li a {
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
@media (max-width: 575.98px) {
  header .main-mobile-menu .mobile-footer-links ul li a {
    font-size: 10px;
  }
}
header .main-mobile-menu .mobile-footer-links ul li:last-child a {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #6960CE;
}

/* -------------------- Header Sec CSS Ends ------------------------------*/
/* -------------------- Breadcrumb Sec CSS Starts ------------------------------*/
.breadcrumb-sec {
  margin-top: 83px;
}
@media (max-width: 1199.98px) {
  .breadcrumb-sec {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-sec {
    display: none;
  }
}

.breadcrumb {
  background: none;
}
.breadcrumb li {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 0 edu-post-block;
}
.breadcrumb li:before {
  padding-right: 0 !important;
  margin-right: 15px;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li a {
  color: #8E8D97;
  font-size: 16px;
}
.breadcrumb li.active {
  color: #2F2D2B;
}
.breadcrumb li.active a {
  color: #2F2D2B;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #2F2D2B;
}

/* -------------------- Breadcrumb Sec CSS Ends ------------------------------*/
/* -------------------- About Us Page CSS Starts ------------------------------*/
.about-us-page h2 {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .about-us-page h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767.98px) {
  .about-us-page h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 991.98px) {
  .about-us-page .breadcrumb-sec {
    display: none;
  }
}
.about-us-page .desc-block p {
  margin-bottom: 16px;
}
.about-us-page .desc-block p:last-child {
  margin-bottom: 0;
}

.about-us-sec,
.education-sec {
  background-image: url("../images/loose-diamonds-tiffanys.png");
}
@media (max-width: 991.98px) {
  .about-us-sec .row,
  .education-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .about-us-sec .row .col-lg-6,
  .education-sec .row .col-lg-6 {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .about-us-sec .row .col-lg-6,
  .education-sec .row .col-lg-6 {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) {
  .about-us-sec .row .col-lg-6,
  .education-sec .row .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .about-us-sec .row .col-lg-6:last-child,
  .education-sec .row .col-lg-6:last-child {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .founder-diamond-hedge-sec .row .col-xl-6:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .founder-diamond-hedge-sec .row .col-xl-6:last-child .heading-font {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .founder-diamond-hedge-sec .row .col-xl-6:last-child .bottom-heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 16px;
  }
  .founder-diamond-hedge-sec .row .col-xl-6:last-child .bottom-heading h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .founder-diamond-hedge-sec .row .col-xl-6:last-child .bottom-heading h5:last-child {
    margin: 0;
    line-height: 28px;
  }
  .founder-diamond-hedge-sec .row .col-xl-6:last-child .desc-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.founder-diamond-hedge-sec .bottom-heading h5 {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .founder-diamond-hedge-sec .bottom-heading h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.founder-diamond-hedge-sec .bottom-heading h5:last-child {
  margin-bottom: 24px;
  font-weight: 400;
  margin-top: 5px;
}

/* -------------------- About Us Page CSS Ends ------------------------------*/
/*-------------------- Contact Us Block CSS Starts ------------------------------*/
.contact-us-page .breadcrumb-sec {
  margin-bottom: 0;
}

.contact-us-heading-block .heading-font {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .contact-us-heading-block .heading-font {
    margin-bottom: 24px;
  }
}
.contact-us-heading-block p {
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .contact-us-heading-block p {
    margin-bottom: 38px;
  }
}

@media (max-width: 767.98px) {
  .contact-us-block {
    margin-top: 35px;
  }
}
.contact-us-block .btn {
  height: 56px;
}

/*-------------------- Contact Us Block CSS Ends ------------------------------*/
/*-------------------- Footr CSS Starts ------------------------------*/
footer ul li {
  margin-right: 15px;
}
footer ul li a {
  color: #2F2D2B;
  text-transform: uppercase;
}
footer ul li:last-child {
  margin-right: 0;
}
footer .footer-links a {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  footer p.p-small {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  footer p.p-small {
    font-size: 12px;
  }
}
footer .footer-social-links li a {
  border: 1px solid #2F2D2B;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  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;
}
@media (max-width: 767.98px) {
  footer .footer-social-links li a {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }
}
footer .footer-social-links li a:hover {
  background: linear-gradient(359.92deg, #6960CE -19.14%, #6A6CD5 12.63%, #6A6DD5 12.65%, #6E9CF0 105.88%);
  color: #fff;
  border-color: #6960CE;
}

/*-------------------- Footr CSS Starts ------------------------------*/
.proposal-sec {
  background: linear-gradient(359.92deg, #6960CE -19.14%, #6A6CD5 12.63%, #6A6DD5 12.65%, #6E9CF0 105.88%);
}
.proposal-sec button {
  border-color: #fff;
  color: #fff;
}

.pro-sec {
  margin-bottom: 20px;
}
.pro-sec h5 {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  .pro-sec h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  .pro-sec h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
.pro-sec h5 a {
  color: #000;
  min-height: 56px;
}
@media (max-width: 1199.98px) {
  .pro-sec h5 a {
    min-height: 52px;
  }
}
.pro-sec h5 a:hover {
  color: #6960CE;
}
.pro-sec p {
  color: #888;
}
.pro-sec .wish-list-block {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #888;
}
.pro-sec .wish-list-block:hover {
  color: #6960CE;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: none;
  color: #888;
  border: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sort-drop a {
  background: none;
  color: #888;
  border: none;
}
.sort-drop a:hover {
  background: none;
  color: #888;
  border: none;
}
.sort-drop a span {
  color: #6960CE;
}

.pro-sec a {
  display: block;
}
.pro-sec .img-block > a:first-child {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.pro-sec .card {
  border: none;
}
.pro-sec .card .card-body {
  padding: 0;
  border: none;
}

.proposal-sec .btn {
  min-width: 320px;
  padding: 15px 0;
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .e-ring-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-content-section .img-block {
  position: relative;
  line-height: 0;
}
.top-content-section .img-block img {
  line-height: 0;
}
.top-content-section .img-block a {
  line-height: 0;
  display: block;
}
.top-content-section p b,
.top-content-section p strong {
  font-weight: 500;
}

.play-btn {
  position: absolute;
}
.play-btn i {
  background-image: url("../images/play-btn-img.png");
  height: 62px;
  width: 62px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}

/*-------------------- Education Page CSS Starts ------------------------------*/
.education-page .top-content-bg-sec {
  background-image: url("../images/edu-top-img.png");
}

.education-cards-sec .edu-post-block {
  margin-bottom: 68px;
}
@media (max-width: 767.98px) {
  .education-cards-sec .edu-post-block {
    margin-bottom: 23px;
  }
}
.education-cards-sec .img-block a {
  position: relative;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .education-cards-sec .img-block a {
    border-radius: 4px;
  }
}
.education-cards-sec .img-block a img {
  line-height: 0;
}
@media (max-width: 767.98px) {
  .education-cards-sec .img-block a img {
    border-radius: 4px;
  }
}
.education-cards-sec .row {
  margin-top: 45px;
  margin-bottom: 13px;
}
@media (max-width: 767.98px) {
  .education-cards-sec .row {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.education-cards-sec h2 {
  margin: 0;
}
.education-cards-sec p {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .education-cards-sec p {
    margin-bottom: 11px;
  }
}
.education-cards-sec .btn {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  border-color: #6960CE;
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .education-cards-sec .btn {
    font-size: 14px;
    padding: 0;
    border: none;
    font-weight: 500;
    color: #6960CE;
  }
}
.education-cards-sec .btn:hover {
  color: #fff;
  background-color: #6960CE;
}
@media (max-width: 767.98px) {
  .education-cards-sec .btn:hover {
    color: #000;
  }
}

/*-------------------- Education Page CSS Ends ------------------------------*/
/*-------------------- Education Detail Page CSS Starts ------------------------------*/
.edu-detail-mobile-top-sec .read-time,
.edu-detail-top-content-sec .read-time {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}
.edu-detail-mobile-top-sec .read-time i,
.edu-detail-top-content-sec .read-time i {
  font-size: 16px;
}
.edu-detail-mobile-top-sec .img-block a,
.edu-detail-top-content-sec .img-block a {
  position: relative;
}
.edu-detail-mobile-top-sec .img-block a .play-btn,
.edu-detail-top-content-sec .img-block a .play-btn {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edu-detail-top-content-sec {
  position: relative;
}
.edu-detail-top-content-sec .container {
  padding: 80px 15px;
}
.edu-detail-top-content-sec > .top-content-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 100%;
  left: 0;
}
.edu-detail-top-content-sec > .top-content-inner .content-sec {
  padding-right: 97px;
}
.edu-detail-top-content-sec > .video-block {
  position: relative;
  width: 50%;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .edu-detail-diamond-sec .card-deck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.edu-detail-diamond-sec .img-block {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.edu-detail-diamond-sec h3 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .faq-sec-block {
    height: 80px;
    overflow: hidden;
  }
}
.faq-sec-block .card {
  border: none;
}
.faq-sec-block .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 10px 0;
}
.faq-sec-block .card-header .btn {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #2F2D2B;
  opacity: 0.8;
  padding: 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .faq-sec-block .card-header .btn {
    font-size: 16px;
    line-height: 26px;
  }
}
.faq-sec-block .card-header .btn.focus, .faq-sec-block .card-header .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-sec-block .card-header i {
  position: absolute;
  right: 0;
  top: 35%;
}
@media (max-width: 767.98px) {
  .faq-sec-block .card-header i {
    top: 15%;
  }
}
.faq-sec-block .card-body {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------- Education Detail Page CSS Ends ------------------------------*/
/*-------------------- Home Page CSS Starts ------------------------------*/
@media (max-width: 767.98px) {
  .top-abt-us-sec h1 {
    margin-bottom: 41px;
  }
}
@media (max-width: 767.98px) {
  .top-abt-us-sec p.p-large {
    font-size: 16px;
    line-height: 28px;
  }
}
.top-abt-us-sec p a {
  color: #6960CE;
}
.top-abt-us-sec p a:hover {
  color: #000;
}
@media (max-width: 767.98px) {
  .top-abt-us-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.how-it-wrk-sec .img-block {
  min-height: 225px;
  margin-bottom: 20px;
}
.how-it-wrk-sec h4 {
  font-family: "Montserrat";
}
.how-it-wrk-sec p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .learn-more-abt-sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.learn-more-abt-sec .img-block {
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .learn-more-abt-sec .img-block {
    padding: 0;
  }
}
.learn-more-abt-sec p {
  margin: 24px 0;
  font-size: 16px;
  line-height: 28px;
}
.learn-more-abt-sec .btn {
  padding: 0;
  width: 342px;
  height: 56px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .learn-more-abt-sec .btn {
    display: none;
  }
}

.newsletter-section h2 {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .newsletter-section .col-md-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsletter-section input {
  margin-right: 16px;
  width: 385px;
  height: 48px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .newsletter-section input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.newsletter-section .btn {
  font-family: 'Montserrat';
  width: 160px;
  height: 47px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 767.98px) {
  .newsletter-section .btn {
    width: 100%;
  }
}

.featured-in-section h2 {
  margin-bottom: 24px;
}
.featured-in-section h4 {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
  min-height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .featured-in-section h4 {
    min-height: unset;
  }
}
.featured-in-section h4 a {
  color: #2F2D2B;
}
.featured-in-section h4 a:hover {
  color: #6960CE;
}
.featured-in-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 76px;
}
@media (max-width: 767.98px) {
  .featured-in-section ul {
    margin-top: 60px;
  }
}
.featured-in-section ul li {
  margin-right: 1%;
  width: 15%;
  margin-bottom: 20px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .featured-in-section ul li {
    margin-right: 3% !important;
    width: 22%;
  }
}
@media (max-width: 767.98px) {
  .featured-in-section ul li {
    width: 31%;
    margin-right: 3% !important;
  }
}
.featured-in-section ul li:first-child {
  width: 32%;
}
@media (max-width: 991.98px) {
  .featured-in-section ul li:first-child {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .featured-in-section ul li:first-child {
    width: 60%;
  }
}
.featured-in-section ul li:last-child {
  margin-right: 0 !important;
}
.featured-in-section ul li:nth-child(5) {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .featured-in-section ul li:nth-child(3), .featured-in-section ul li:nth-child(7) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .featured-in-section ul li:nth-child(3), .featured-in-section ul li:nth-child(7) {
    margin-right: 3% !important;
  }
}
@media (max-width: 767.98px) {
  .featured-in-section ul li:nth-child(2), .featured-in-section ul li:nth-child(5), .featured-in-section ul li:nth-child(8) {
    margin-right: 0 !important;
  }
}

.diamond-filter-sec .need-help {
  position: absolute;
  right: 15px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .need-help {
    padding-right: 15px;
    position: static;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .need-help a {
    font-size: 12px;
  }
}
.diamond-filter-sec .card-body {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.08), 4px 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.08), 4px 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body {
    padding: 18px;
  }
}
.diamond-filter-sec .card-body .col-12 {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12:nth-child(1) .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(1) {
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(1) {
    margin-bottom: 10px;
    padding-right: 15px;
  }
}
.diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(2) {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(2) {
    padding-left: 15px;
    padding-right: 5px;
  }
}
.diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(3) {
  padding-left: 5px;
}
.diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(3) .dropdown-menu.show {
  left: auto !important;
  right: 0;
}
@media (max-width: 575.98px) {
  .diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(2) {
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .diamond-filter-sec .card-body .col-12:nth-child(2) .row > div:nth-child(3) {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12:nth-child(2) .col-sm-6 .dropdown-menu.show {
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .diamond-filter-sec .card-body .col-12:nth-child(2) .col-sm-6 .dropdown-menu.show {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .col-md-6 .col-6:first-child {
    padding-right: 5px;
  }
  .diamond-filter-sec .card-body .col-12 .col-md-6 .col-6:last-child {
    padding-left: 5px;
  }
}
.diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .dropdown-menu.show {
  width: 400px;
}
@media (max-width: 575.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .dropdown-menu.show {
    width: 100%;
  }
}
.diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6:first-child {
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6:first-child {
    margin-bottom: 10px;
    padding-right: 15px;
  }
}
.diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6:last-child {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6:last-child .col-sm-6 .dropdown-menu.show {
    left: auto !important;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6:last-child .col-sm-6 .dropdown-menu.show {
    left: 0 !important;
    right: auto;
  }
}
.diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6:last-child .col-sm-6:last-child .dropdown-menu.show {
  left: auto !important;
  right: 0;
}
.diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:first-child {
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:first-child {
    margin-bottom: 10px;
    padding-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:first-child {
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:first-child .dropdown-menu.show {
    left: 0 !important;
    right: auto;
  }
}
.diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:last-child {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:last-child {
    padding-left: 5px;
  }
}
@media (max-width: 575.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .col-sm-6:last-child .dropdown-menu.show {
    left: auto !important;
    right: 0;
  }
}
.diamond-filter-sec .card-body .col-12:last-child {
  margin-bottom: 0;
}
.diamond-filter-sec .radio-block label {
  color: #2F2D2B;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .radio-block label {
    font-size: 16px;
  }
}
.diamond-filter-sec .radio-block li {
  display: inline-block;
}
.diamond-filter-sec .dropdown .drop-title {
  position: absolute;
  font-family: "Montserrat";
  color: #8E8D97;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  left: 16px;
  top: 8px;
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .dropdown .drop-title {
    font-size: 14px;
    left: 10px;
    line-height: 16px;
  }
}
.diamond-filter-sec .dropdown .btn {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2F2D2B;
  padding: 5px 15px;
  line-height: 30px;
  border-color: #D3D3D3;
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .dropdown .btn {
    font-size: 16px;
    padding: 10px;
    height: 60px;
    line-height: 18px;
  }
}
@media (max-width: 575.98px) {
  .diamond-filter-sec .dropdown .btn {
    font-size: 14px;
  }
}
.diamond-filter-sec .dropdown .btn:hover {
  color: #6960CE;
}
.diamond-filter-sec .dropdown .btn:after {
  display: none;
}
.diamond-filter-sec .dropdown.show .btn {
  color: #6960CE;
}
.diamond-filter-sec .dropdown .dropdown-menu {
  width: 100%;
}
.diamond-filter-sec .dropdown .dropdown-menu .dropdown-item:hover {
  color: #6960CE;
}
.diamond-filter-sec .dropdown.diamond-dropdown .btn, .diamond-filter-sec .dropdown.price-range-dropdown .btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.diamond-filter-sec .dropdown.diamond-dropdown span:last-child, .diamond-filter-sec .dropdown.price-range-dropdown span:last-child {
  margin-bottom: -5px;
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .dropdown.diamond-dropdown img {
    width: 55px;
  }
}
.diamond-filter-sec .dropdown.diamond-dropdown .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  margin-bottom: 10px;
}
.diamond-filter-sec .dropdown.diamond-dropdown .dropdown-item:last-child {
  margin-bottom: 0;
}
.diamond-filter-sec .dropdown.diamond-dropdown .dropdown-menu {
  height: 203px;
  overflow-y: auto;
}
.diamond-filter-sec .dropdown.range-slider-block .dropdown-menu.show {
  height: 100px;
  padding: 30px 28px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.diamond-filter-sec .mobile-radio-drop .btn:after {
  display: block;
  top: -5px;
  position: relative;
}
.diamond-filter-sec .mobile-radio-drop .dropdown-menu {
  padding: 10px;
}
.diamond-filter-sec .filter-bottom-drops .btn {
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.diamond-filter-sec .filter-btn-block {
  margin-top: 20px;
}
.diamond-filter-sec .filter-btn-block .btn {
  border-radius: 4px;
  padding: 15px;
  color: #2F2D2B;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .filter-btn-block .btn {
    margin-bottom: 15px;
  }
}
.diamond-filter-sec .filter-btn-block .btn.btn-primary {
  color: #fff;
}
.diamond-filter-sec.diamond-filter-open:before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.diamond-filter-sec.diamond-filter-open .card {
  z-index: 2;
}

.home-try-now-sec {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .home-try-now-sec {
    padding: 0;
  }
}
.home-try-now-sec .media img {
  margin-left: -20px;
}
@media (max-width: 767.98px) {
  .home-try-now-sec h2 {
    margin-bottom: 23px;
  }
}
.home-try-now-sec .bottom-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .home-try-now-sec .bottom-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-try-now-sec .bottom-btn-block .btn,
.home-try-now-sec .bottom-btn-block a {
  height: 56px;
}
.home-try-now-sec .bottom-btn-block .btn {
  margin-right: 14px;
}
@media (max-width: 767.98px) {
  .home-try-now-sec .bottom-btn-block .btn {
    margin-bottom: 15px;
  }
}
.home-try-now-sec .bottom-btn-block a img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-try-now-sec .bottom-btn-block a img {
    width: unset;
  }
}

.customer-stories-sec {
  background: linear-gradient(73.85deg, #6960CE 9.73%, #6A6CD5 29.1%, #6A6DD5 29.1%, #6E9CF0 102.72%);
  padding: 70px 0 58px;
}
.customer-stories-sec .customer-stories-slider {
  z-index: unset;
}
.customer-stories-sec .card {
  border-radius: 4px;
  text-align: center;
  min-height: 385px;
}
@media (max-width: 767.98px) {
  .customer-stories-sec .card {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .customer-stories-sec .card {
    min-height: unset;
  }
}
.customer-stories-sec .card img {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  width: unset;
  margin: 0 auto;
}
.customer-stories-sec h5 {
  font-family: "Montserrat";
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.15px;
}
.customer-stories-sec .img-block {
  margin-top: -50px;
}
.customer-stories-sec .owl-stage {
  padding-top: 50px;
}
.customer-stories-sec .owl-dots {
  text-align: center;
  margin-top: 48px;
}
.customer-stories-sec .owl-dots .owl-dot {
  margin-right: 28px;
}
.customer-stories-sec .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.customer-stories-sec .owl-dots .owl-dot.active span, .customer-stories-sec .owl-dots .owl-dot:hover span {
  background: white;
}
.customer-stories-sec .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

/*-------------------- Home Page CSS Ends ------------------------------*/
/*-------------------- Cookie Info Bar Starts ------------------------------*/
.cookieinfo {
  background: linear-gradient(73.85deg, #6960CE 9.73%, #6A6CD5 29.1%, #6A6DD5 29.1%, #6E9CF0 102.72%) !important;
  color: #fff !important;
}
.cookieinfo a {
  color: #fff !important;
}
.cookieinfo a:hover {
  text-decoration: underline !important;
}

.cookie-accept-btn {
  color: #fff !important;
  background: none !important;
  border: 1px solid #fff;
}
.cookie-accept-btn:hover {
  background: #fff !important;
  color: #6960CE !important;
}

/*-------------------- Cookie Info Bar Ends ------------------------------*/
/*-------------------- Search page Starts ------------------------------*/
.custom-checkbox-ul li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .custom-checkbox-ul li {
    margin-right: 20px;
    width: 45%;
  }
  .custom-checkbox-ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.shape-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.shape-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
  width: 15%;
  text-align: center;
}
.shape-ul li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .shape-ul li, .shape-ul li:nth-child(5n) {
    width: 19%;
    margin-right: 20px;
  }
  .shape-ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .shape-ul li img {
    min-height: 56px;
  }
}
.shape-ul label {
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 20px;
  color: #2F2D2B;
}
@media (max-width: 575.98px) {
  .shape-ul label {
    font-size: 14px;
    font-weight: 300;
  }
}

.sorting-sec {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .sorting-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.sorting-sec p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #677079;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .sorting-sec p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.sorting-sec p b,
.sorting-sec p strong {
  color: #2F2D2B;
  font-weight: 500;
}

.sorting-right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .sorting-right-block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sorting-right-block label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #8E8D97;
}
@media (max-width: 575.98px) {
  .sorting-right-block label {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
  }
}
.sorting-right-block .btn {
  border: none;
  margin-left: 8px;
  background: none;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #6960CE;
}
.sorting-right-block .btn:after {
  background-image: url("../images/drop-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 8px;
  border: none;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.sorting-right-block .dropdown-menu {
  left: auto !important;
  right: 0;
}

.dia-pro-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dia-pro-left .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dia-pro-left h5,
.dia-pro-left p {
  margin: 0;
}
.dia-pro-left h5 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #2F2D2B;
}
.dia-pro-left p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #8E8D97;
}

.dia-pro-block {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  margin-bottom: 24px;
}
.dia-pro-block:last-child {
  margin-bottom: 0;
}
.dia-pro-block > .row {
  margin: 0;
}
.dia-pro-block .dia-pro-left {
  border-right: 1px solid #D3D3D3;
  padding: 0;
}
.dia-pro-block .dia-pro-left > p {
  padding: 13px 18px;
  color: #fff;
  text-align: center;
  background: linear-gradient(359.3deg, #6960CE -19.14%, #6A6CD5 12.63%, #6A6DD5 12.65%, #6E9CF0 105.88%);
  border-radius: 5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .dia-pro-block .dia-pro-left > p {
    font-size: 12px;
  }
}
.dia-pro-block .dia-pro-left > p svg {
  margin-left: 10px;
  width: 16px;
  fill: #fff;
}
.dia-pro-block .dia-pro-left .img-block {
  margin: 0 0 15px;
  text-align: center;
}
.dia-pro-block .dia-pro-left .img-block img {
  max-width: 80px;
}
@media (max-width: 575.98px) {
  .dia-pro-block .dia-pro-left .img-block img {
    max-width: 100%;
  }
}

.pro-btn-block label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #8E8D97;
}

.pro-specifications {
  margin-bottom: 5px;
}
.pro-specifications label {
  font-size: 16px;
  line-height: 24px;
  color: #8E8D97;
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .pro-specifications label {
    font-size: 14px;
    margin-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .pro-specifications label {
    margin-right: 8px;
  }
}
.pro-specifications p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #2F2D2B;
}
@media (max-width: 1199.98px) {
  .pro-specifications p {
    font-size: 16px;
  }
}

.share-wish svg {
  width: 21px;
  fill: #2F2D2B;
}
.share-wish ul {
  margin-bottom: 0;
}
.share-wish ul li {
  display: inline-block;
  margin-right: 10px;
}

.dia-pro-right {
  position: relative;
}
.dia-pro-right ul {
  margin-bottom: 0;
}
.dia-pro-right ul li {
  display: inline-block;
}
.dia-pro-right ul li:last-child {
  margin-right: 0;
}
.dia-pro-right .brand-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .dia-pro-right .brand-review {
    margin-bottom: 0;
  }
}
.dia-pro-right .share-wish {
  position: absolute;
  top: 20px;
  right: 15px;
}
@media (max-width: 767.98px) {
  .dia-pro-right .share-wish {
    position: static;
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .dia-pro-right .share-wish {
    margin-bottom: 10px;
  }
}
.dia-pro-right .pro-specifications ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dia-pro-right .pro-specifications ul label,
.dia-pro-right .pro-specifications ul p {
  margin-bottom: 0;
}
.dia-pro-right .pro-specifications ul li {
  margin-right: 10px;
  width: 32.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .dia-pro-right .pro-specifications ul li {
    width: 32%;
  }
}
.dia-pro-right .pro-specifications ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .dia-pro-right .pro-specifications ul li {
    width: 34%;
  }
  .dia-pro-right .pro-specifications ul li:nth-child(2n) {
    margin-right: 0;
  }
  .dia-pro-right .pro-specifications ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .dia-pro-right .pro-specifications ul li:last-child {
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .dia-pro-right .pro-specifications ul li:last-child {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .dia-pro-right .pro-specifications ul li {
    width: 50% !important;
    margin-right: 0 !important;
  }
  .dia-pro-right .pro-specifications ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.dia-pro-right .pro-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dia-pro-right .pro-btn-block label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #8E8D97;
}
.dia-pro-right .pro-btn-block .btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .dia-pro-right .pro-btn-block .btn {
    display: none;
  }
}

.price-label {
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #fff;
  padding: 3px 12px;
  margin-bottom: 0;
}
.price-label.great {
  background: #6960CE;
}
.price-label.good {
  background: #2A65D1;
}
.price-label.fair {
  background: #50815F;
}

.review-block {
  margin-left: 8px;
}
.review-block ul {
  margin-bottom: 0;
}
.review-block ul li {
  display: inline-block;
  margin-right: -3px;
  font-size: 13px;
}
.review-block ul li i {
  color: #FFCF5C;
  opacity: 0.2;
}
.review-block ul li.rated i {
  color: #FFCF5C;
  opacity: 1;
}

.dia-pro-right {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .dia-pro-right {
    padding: 15px;
  }
}
.dia-pro-right .price-block {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .dia-pro-right .price-block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .dia-pro-right .price-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dia-pro-right .price-block span {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #2F2D2B;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .dia-pro-right .price-block span {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .dia-pro-right .price-block span {
    margin-right: 5px;
  }
}

.pagination-block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-block ul li {
  margin-right: 16px;
}
.pagination-block ul li:last-child {
  margin-right: 0;
}
.pagination-block ul li a {
  border: none;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #2F2D2B;
  padding: 0 4px 10px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.pagination-block ul li:hover a {
  z-index: auto !important;
  color: #2F2D2B !important;
  text-decoration: none;
  background-color: transparent !important;
  border-color: transparent !important;
}
.pagination-block ul li.active a {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #2F2D2B !important;
  background-color: transparent !important;
  border-bottom-color: #000 !important;
  z-index: auto !important;
}
.pagination-block ul li:first-child span, .pagination-block ul li:last-child span {
  position: relative;
  color: transparent;
}
.pagination-block ul li:first-child span:before, .pagination-block ul li:last-child span:before {
  background-image: url("../images/drop-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 8px;
  content: "";
  position: absolute;
  top: 7px;
}
.pagination-block ul li:first-child span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pagination-block ul li:last-child span:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.compare-table-block td a,
.compare-table-block td img,
.ul-right-div a,
.ul-right-div img {
  /* height: 35px; */
  line-height: 0;
  width: 70px;
}

.brand-review > a {
  width: unset !important;
  height: unset !important;
}

/*-------------------- Search page Ends ------------------------------*/
.diamond-dropdown .dropdown-menu img {
  height: 60px;
}

.diamond-filter-sec .card-body .col-12 .filter-bottom-drops .col-md-6 .dropdown-menu.show {
  width: 500px;
}

.diamond-filter-sec .dropdown.range-slider-block .dropdown-menu.show.slider-cut {
  height: 160px;
}

.hand-simulator footer,
.hand-simulator header {
  background: linear-gradient(359.3deg, #6960CE -19.14%, #6A6CD5 12.63%, #6A6DD5 12.65%, #6E9CF0 105.88%);
}
.hand-simulator header {
  padding: 10px 0;
}
.hand-simulator header .logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
}
.hand-simulator header .back-block {
  margin-right: 10px;
}
.hand-simulator header .back-block img {
  height: 28px;
}
.hand-simulator header ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hand-simulator header ul li {
  margin-right: 5px;
}
.hand-simulator header ul li:last-child {
  margin-right: 0;
}
.hand-simulator header ul li img {
  margin-bottom: 5px;
  height: 24px;
}
.hand-simulator header ul li a {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hand-simulator footer {
  padding: 10px 0;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
}
.hand-simulator footer ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hand-simulator footer ul li {
  margin-right: 5px;
}
.hand-simulator footer ul li:last-child {
  margin-right: 0;
}
.hand-simulator footer ul li img {
  margin-bottom: 5px;
  height: 24px;
}
.hand-simulator footer ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-thin-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/left-chk-box.png");
  background-size: 100%;
  height: 12px;
  width: 12px;
  left: -22px;
  top: 6px;
}

.left-col-close-btn {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 22px;
  border: none;
  border-radius: 0;
}
.left-col-close-btn:active, .left-col-close-btn:focus, .left-col-close-btn:hover {
  background: none !important;
  color: #6A6CD5 !important;
  border: none;
}

.left-col {
  opacity: 0;
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  max-width: 100%;
  left: -100%;
  background: #fff;
  z-index: 1;
  padding: 30px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .left-col.show-filter {
    left: 0;
    opacity: 1;
  }
}
.left-col h2 {
  font-size: 36px;
  line-height: 41px;
}
.left-col .ui-slider .ui-slider-handle,
.left-col .ui-slider .ui-slider-range {
  z-index: unset;
}
.left-col .range-slider-block {
  margin-top: 100px;
  position: relative;
}
.left-col .range-slider-block:before {
  content: "";
  position: absolute;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}
.left-col .range-slider-block:before {
  /*background-image: url("../images/mst-pop.jpg");*/
}
.left-col .range-slider-block .ui-widget.ui-widget-content {
  margin: 0 22px 0 10px;
}
.left-col .ui-slider-handle:nth-child(2):before, .left-col .ui-slider-handle:nth-child(3):before {
  position: absolute;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #2F2D2B;
  width: 100px;
  top: -32px;
  left: -12px;
}
@media (max-width: 575.98px) {
  .left-col .ui-slider-handle:nth-child(2):before, .left-col .ui-slider-handle:nth-child(3):before {
    font-weight: 300;
    font-size: 14px;
  }
}
.left-col .ui-slider-handle:nth-child(2):before {
  content: "Very Good";
}
.left-col .ui-slider-handle:nth-child(3):before {
  content: "Ideal";
  width: 50px;
  left: auto;
  right: -5px;
}

.range-container {
  margin: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -8px;
  margin-left: 8px;
}
.range-container input {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #2F2D2B;
  border-radius: 2px;
  border-color: #8E8D97;
  text-align: center;
  padding: 5px;
  height: 28px;
  width: 70px;
}
.range-container .form-group {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .range-container span {
    font-size: 12px;
    font-weight: 300;
  }
}
.range-container .col {
  padding: 0;
  text-align: center;
}
.range-container .extra-range-txt:last-child input {
  width: 115px;
  display: inline-block;
}

.right-col .product-section {
  max-height: 1065px;
  overflow-y: scroll;
}
.right-col .product-section::-webkit-scrollbar {
  display: none;
}

.info-head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-block.open .info-head svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.filter-block .info-head svg {
  cursor: pointer;
  width: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-compare-sec {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  padding: 20px 0;
}
.search-compare-sec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-compare-sec .brand-logo,
.search-compare-sec .price {
  text-align: center;
}
.search-compare-sec .price {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #2F2D2B;
}
.search-compare-sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-compare-sec ul li {
  width: 18%;
  margin-right: 50px;
}
.search-compare-sec ul li:last-child {
  margin-right: 0;
}
.search-compare-sec img {
  max-width: 117px;
  margin-right: 15px;
}
.search-compare-sec .compare-btn-block {
  margin-right: 35px;
  text-align: right;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #939495;
}

#dropdownMenuButton img,
.diamond-dropdown .dropdown-menu img {
  max-height: 60px;
}

.advanced_opts .col-12 .row > div:nth-child(1) {
  padding-right: 10px;
}
.advanced_opts .col-12 .row > div:nth-child(2) {
  padding-left: 10px;
}

@media (max-width: 991.98px) {
  .diamond-filter-sec .filter-btn-block .col-md-4:nth-child(1) {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .filter-btn-block .col-md-4:nth-child(1) {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .filter-btn-block .col-md-4:nth-child(2) {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .filter-btn-block .col-md-4:nth-child(2) {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .filter-btn-block .col-md-4:nth-child(3) {
    padding-left: 5px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .filter-btn-block .col-md-4:nth-child(3) {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .filter-btn-block .btn {
    padding: 15px 8px;
    font-size: 14px;
  }
}

.mobile-filter-btn-block .col-6:first-child {
  padding-right: 8px;
}
.mobile-filter-btn-block .col-6:last-child {
  padding-left: 8px;
}
.mobile-filter-btn-block .btn {
  position: relative;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  font-size: 16px;
  line-height: 28px;
  color: #2F2D2B;
}
.mobile-filter-btn-block .btn:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 30%;
  background-repeat: no-repeat;
}
.mobile-filter-btn-block .btn span {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #6960CE;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 10px;
  top: -11px;
}
.mobile-filter-btn-block .compare-btn:before {
  background-image: url("../images/Compare.png");
  width: 17px;
  height: 16px;
  background-position: 0 0;
  top: 10px;
}
@media (max-width: 767.98px) {
  .mobile-filter-btn-block .compare-btn:before {
    left: 22%;
  }
}
@media (max-width: 575.98px) {
  .mobile-filter-btn-block .compare-btn:before {
    left: 12%;
    top: 11px;
  }
}
.mobile-filter-btn-block .compare-btn:hover:before {
  background-position: -18px 0;
}
@media (max-width: 575.98px) {
  .mobile-filter-btn-block .filter-btn {
    margin-bottom: 15px;
  }
}
.mobile-filter-btn-block .filter-btn:before {
  background-image: url("../images/compare-2.png");
  width: 16px;
  height: 14px;
  top: 12px;
  left: 36%;
  background-position: 0 0;
}
@media (max-width: 767.98px) {
  .mobile-filter-btn-block .filter-btn:before {
    left: 30%;
  }
}
@media (max-width: 575.98px) {
  .mobile-filter-btn-block .filter-btn:before {
    left: 23%;
  }
}
.mobile-filter-btn-block .filter-btn:hover:before {
  background-position: -18px 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f5f5f5;
  color: #000;
}

.compare-table-block .left-col-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.compare-table-block .left-col-block li,
.compare-table-block table td {
  height: 53px;
}

.compare-table-block .left-col-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .compare-table-block .left-col-block li {
    font-size: 14px;
  }
}

.compare-section-block h1 {
  margin-top: 70px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .compare-section-block h1 {
    margin-top: 40px;
    font-size: 30px;
  }
}

.compare-table-block {
  margin-top: 81px;
}
@media (max-width: 767.98px) {
  .compare-table-block {
    margin-top: 30px;
  }
}
.compare-table-block .review-block {
  margin-left: 0;
}
.compare-table-block table {
  table-layout: fixed;
}
.compare-table-block td,
.compare-table-block th {
  border: none;
  border-left: 1px solid #D3D3D3;
  border-bottom: none !important;
  width: 230px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767.98px) {
  .compare-table-block td,
  .compare-table-block th {
    padding-left: 10px;
    padding-right: 10px;
    width: 160px;
    border-left: none;
  }
}
.compare-table-block tbody td {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2F2D2B;
}
@media (max-width: 767.98px) {
  .compare-table-block tbody td {
    font-size: 16px;
    line-height: 24px;
  }
}
.compare-table-block tbody .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compare-table-block tbody .price-block label {
  margin-left: 7px;
}
@media (max-width: 767.98px) {
  .compare-table-block tbody .price-block label {
    display: none;
  }
}
.compare-table-block tbody tr:first-child td {
  font-size: 17px;
  letter-spacing: 0.15px;
}
@media (max-width: 767.98px) {
  .compare-table-block tbody tr:first-child td {
    letter-spacing: 0.15px;
    font-size: 16px;
  }
}

.compare-table-block .col-4 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #2F2D2B;
}

.compare-pro-head-block {
  text-align: center;
}
.compare-pro-head-block a {
  display: block;
  margin-bottom: 15px;
}
.compare-pro-head-block label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #2F2D2B;
}
@media (max-width: 767.98px) {
  .compare-pro-head-block .btn {
    padding: 15px 0;
  }
}
.compare-pro-head-block .btn-primary {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
}
.compare-pro-head-block .btn-outline-primary {
  font-weight: 500;
  padding: 11px 0;
  font-size: 12px;
  line-height: 16px;
  color: #2F2D2B;
}

.review-block ul li {
  position: relative;
  height: 14px;
  width: 14px;
  line-height: 0;
}
.review-block ul li img {
  opacity: 0.5;
  line-height: 0;
}
.review-block ul li:before {
  content: "";
  position: absolute;
  height: 100%;
  background-image: url("../images/star.png");
  background-repeat: no-repeat;
  background-position: left center;
  top: 0;
  left: 0;
}
.review-block ul li.full:before {
  width: 100%;
}
.review-block ul li.one-eightth:before {
  width: 12.5%;
}
.review-block ul li.one-fourth:before {
  width: 25%;
}
.review-block ul li.one-third:before {
  width: 33.33%;
}
.review-block ul li.three-eightth:before {
  width: 37.5%;
}
.review-block ul li.half:before {
  width: 50%;
}
.review-block ul li.five-eightth:before {
  width: 62.5%;
}
.review-block ul li.two-third:before {
  width: 66.66%;
}
.review-block ul li.three-fourth:before {
  width: 75%;
}
.review-block ul li.seven-eightth:before {
  width: 87.5%;
}

.imb-block .form-check {
  padding: 0;
  position: relative;
}
.imb-block .form-check:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.imb-block .form-check.active:before {
  opacity: 0;
}

.imb-block .form-check-input {
  margin: 0 !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.progress {
  background-color: #B5BDEE;
  height: 6px;
}

.progress-bar {
  background-color: #6960CE;
  height: 6px;
}

.modal-header {
  border: none;
}

/*pro-specifications*/
@media (max-width: 767.98px) {
  .wizard-modal {
    padding: 0;
    margin: 0;
  }
}
.wizard-modal .modal-dialog {
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .wizard-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .wizard-modal .modal-content {
    border: none;
    border-radius: 0;
    height: calc(100% - 48px);
  }
}
.wizard-modal .container {
  display: block;
}
.wizard-modal .navbar-inner {
  width: 100%;
}
.wizard-modal h2 {
  margin: 50px 0;
  text-align: center;
}
.wizard-modal h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  font-family: 'Montserrat';
  color: #2F2D2B;
}
@media (max-width: 767.98px) {
  .wizard-modal h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.wizard-modal .status-info {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2F2D2B;
  font-weight: 500;
}
.wizard-modal .status-info span {
  color: #6960CE;
}
@media (max-width: 767.98px) {
  .wizard-modal ul.pager {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(359.3deg, #6960CE -19.14%, #6A6CD5 12.63%, #6A6DD5 12.65%, #6E9CF0 105.88%);
    left: 0;
    margin: 0;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wizard-modal ul.pager .btn {
  cursor: pointer;
}
.wizard-modal ul.pager .btn-primary {
  width: 160px;
  height: 48px;
}
@media (max-width: 767.98px) {
  .wizard-modal ul.pager .btn-primary {
    text-align: right;
    border-radius: 0;
    border: none;
  }
}
.wizard-modal ul.pager .last a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  color: #2F2D2B;
}
@media (max-width: 767.98px) {
  .wizard-modal ul.pager .last a {
    margin-top: 0;
    color: #fff;
  }
}
.wizard-modal .tab2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.wizard-modal .tab2 li {
  margin-right: 40px;
}
.wizard-modal .tab2 li:last-child {
  margin-right: 0;
}
.wizard-modal .tab2 li img {
  max-width: 66px;
}

.mst-popular {
  position: absolute;
  top: -80px;
  width: 100%;
}
.mst-popular label {
  text-align: center;
  color: #6960ce;
  font-weight: 500;
  font-size: 16px;
}
.mst-popular.one {
  width: 10%;
}
.mst-popular.two {
  width: 20%;
}
.mst-popular.three {
  width: 30%;
}
.mst-popular.four {
  width: 40%;
}
.mst-popular.five {
  width: 50%;
}
.mst-popular.six {
  width: 60%;
}
.mst-popular.seven {
  width: 70%;
}
.mst-popular.eight {
  width: 80%;
}
.mst-popular.nine {
  width: 90%;
}
.mst-popular .mst-popular-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mst-popular span.right-head {
  margin-top: 2px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: inline-block;
}
.mst-popular span.middle-border {
  content: "";
  height: 1px;
  width: 100%;
  border-top: 1px dashed;
}

.pro-detail-inner-block {
  margin-top: 60px;
}
.pro-detail-inner-block p {
  margin-bottom: 28px;
}
.pro-detail-inner-block h1 {
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .pro-detail-inner-block h1 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .pro-detail-inner-block h1 {
    font-size: 40px;
  }
}
.pro-detail-inner-block .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-detail-inner-block .left-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .pro-detail-inner-block .right-pro-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pro-detail-inner-block .right-pro-detail h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .pro-detail-inner-block .right-pro-detail p {
    margin-top: 20px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .pro-detail-inner-block .right-pro-detail .btn-primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pro-detail-inner-block .right-pro-detail .btn-outline-primary {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.pro-detail-inner-block .addtional-thumbs {
  max-width: 14%;
}
.pro-detail-inner-block .addtional-thumbs ul li {
  position: relative;
  border: 0.8px solid #D3D3D3;
  margin-bottom: 15px;
  cursor: pointer;
}
.pro-detail-inner-block .addtional-thumbs ul li:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.pro-detail-inner-block .addtional-thumbs ul li:last-child {
  margin-bottom: 0;
}
.pro-detail-inner-block .addtional-thumbs ul li.active:before {
  display: none;
}
.pro-detail-inner-block .share-wish {
  position: absolute;
  top: 0;
  right: 0;
}
.pro-detail-inner-block .btn {
  padding: 17px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pro-detail-inner-block .btn-outline-primary {
  margin-top: 15px;
}
.pro-detail-inner-block .big-thumb {
  width: 73%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 3%;
}
@media (max-width: 991.98px) {
  .pro-detail-inner-block .big-thumb {
    width: 83%;
  }
}

.diamond-information h2 {
  text-align: center;
}
@media (max-width: 575.98px) {
  .diamond-information h2 {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .diamond-information .col-md-8 {
    padding: 0;
  }
}
.diamond-information h5 {
  font-family: 'Montserrat';
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #2F2D2B;
  width: 110px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .diamond-information h5 {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .diamond-information h5 {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .diamond-information .price-label {
    font-size: 11px;
    line-height: 14px;
    padding: 2px 3px;
  }
}
@media (max-width: 767.98px) {
  .diamond-information .ul-right-div {
    font-size: 14px;
    line-height: 20px;
  }
}
.diamond-information .container > .row {
  border: 1px solid rgba(43, 41, 45, 0.2);
  border-radius: 8px;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .diamond-information .container > .row {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}
.diamond-information ul {
  margin-top: 25px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .diamond-information ul {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.diamond-information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.diamond-information label {
  margin-bottom: 0;
}
.diamond-information .ul-right-div.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.diamond-information .ul-right-div.price-block span {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .diamond-information .ul-right-div.price-block span {
    margin-right: 3px;
  }
}

.retailer-reviews-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .retailer-reviews-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.retailer-reviews-head .review-block {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .retailer-reviews-head .review-block {
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .retailer-reviews-head .review-block {
    margin-left: 0;
  }
}
.retailer-reviews-head .retailer-reviews-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .retailer-reviews-head .retailer-reviews-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .retailer-reviews-head .retailer-reviews-right {
    width: 100%;
  }
}
.retailer-reviews-head h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .retailer-reviews-head h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.retailer-reviews-inner {
  margin-top: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.retailer-reviews-inner .col-12 {
  margin-bottom: 23px;
}
.retailer-reviews-inner .col-12:last-child {
  margin-bottom: 0;
}
.retailer-reviews-inner .btn {
  margin-top: 70px;
}
.retailer-reviews-inner a {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  .retailer-reviews-inner .col-lg-9 {
    margin-top: 40px;
  }
}
.retailer-reviews-inner .media h3 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #2F2D2B;
  margin-bottom: 4px;
}
.retailer-reviews-inner .media .date {
  color: #2F2D2B;
  margin-bottom: -5px;
}
@media (max-width: 767.98px) {
  .retailer-reviews-inner .media .date {
    position: absolute;
    right: 15px;
    bottom: -30px;
  }
}
.retailer-reviews-inner .media .review-block {
  margin: 0;
}
.retailer-reviews-inner .media .location {
  margin-bottom: -3px;
  color: #8E8D97;
}
.retailer-reviews-inner .media img {
  border-radius: 100%;
  max-width: 80px;
  margin-right: 16px;
}

.releated-product-sec h3 {
  margin-bottom: 21px;
}
.releated-product-sec .btn-outline-primary {
  padding: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 55px;
}
.releated-product-sec .btn-primary {
  padding: 15px 0;
}
.releated-product-sec .product-section h3 {
  margin-bottom: 32px;
}

.about-us-sec {
  background-position: top right;
}
@media (max-width: 1424px) {
  .about-us-sec {
    background-size: cover;
  }
}
.about-us-sec .back-img {
  margin-bottom: 0;
  position: relative;
  padding-top: 38%;
  height: 100%;
  display: block;
  display: none !important;
}
.about-us-sec .back-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 991.98px) {
  .about-us-sec .container {
    position: static;
  }
}

.header-search-modal {
  padding-right: 0 !important;
}
.header-search-modal .modal-dialog {
  height: 100vh;
  margin: 0;
}
@media (min-width: 576px) {
  .header-search-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
.header-search-modal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-search-modal .modal-body {
  max-width: 58%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
	 .header-search-modal .modal-body {
		 max-width: 80%;
	}
}
 @media (max-width: 767.98px) {
	 .header-search-modal .modal-body {
		 max-width: 80%;
	}
}
 @media (max-width: 575.98px) {
	 .header-search-modal .modal-body {
		 max-width: 100%;
	}
}

.diamond-filter-sec .diamond-dropdown .dropdown-menu span:last-child,
.diamond-filter-sec .diamond-dropdown .dropdown-toggle span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  overflow: hidden;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .diamond-filter-sec .diamond-dropdown .dropdown-toggle span:last-child {
    width: 165px;
  }
}
@media (max-width: 767.98px) {
  .diamond-filter-sec .diamond-dropdown .dropdown-toggle span:last-child {
    width: 160px;
  }
		.posts-layout article.post {
    margin-bottom: 35px !important;
}
.single-post .top-content-bg-sec {
    margin-top: 35px;
}
}
@media (max-width:667.5px){
	.posts-layout .post h2.title-post.entry-title, .top-content-section .heading-font {
    text-align: center;
}
}
@media (max-width: 575.98px) {
  .diamond-filter-sec .diamond-dropdown .dropdown-toggle span:last-child {
    width: 157px;
  }
}
.diamond-filter-sec .dropdown.diamond-dropdown .btn {
    align-items: center!important;
}
.diamond-filter-sec .dropdown.diamond-dropdown .btn span:first-child {
    margin-top: 10px;
}
@media (max-width: 767.98px) {
    #dropdownMenuButton img,
    .diamond-dropdown .dropdown-menu img {
      max-height: 48px;
    }
}

header .main-mobile-menu,
header .logo .navbar-brand {
  line-height: 0;
}

header .mobile-menu-links li {
  line-height: 28px;
}
/*# sourceMappingURL=style.css.map */