@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
:root {
  --ddr-primary-color: #252d31;
  --ddr-light-white-color: #F5FEFD;
  --ddr-primary-light-color: #F5FEFD;
  --ddr-primary-hover-color: #ffefa2;
  --ddr-primary-selected-color: #FFFFFF;
  --ddr-primary-sticky-bg-color: #FFFFFF;
  --ddr-primary-sticky-color: #252d31;
  --ddr-navbar-bg-color: #252d31;
  --ddr-navbar-text-color: #F5FEFD;
  --ddr-navbar-text-hover-color: #F5FEFD;
  --ddr-navbar-text-active-color: #ffefa2;
  --ddr-navbar-sticky-bg-color: #252d31;
  --ddr-navbar-sticky-text-color: #F5FEFD;
  --ddr-navbar-sticky-text-hover-color: #ffefa2;
  --ddr-navbar-sticky-text-active-color: #ffefa2;
  --ddr-btn-success-bg-color: #252d31;
}

body {
  font-family: "Poppins", sans-serif;
  color: #252d31;
  font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  line-height: 1.6;
}

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

#diamondListNav svg {
  width: 30px;
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 14px !important;
  }
}
.errorPage {
  min-height: calc(100vh - 374px);
}
.errorPage .home-btn {
  border-radius: 0;
}

.product-thumbnail {
  padding: calc(var(--bs-gutter-x) * 0.5);
}
.product-thumbnail .card {
  border-radius: 10px;
  background-color: #F6F6F6;
}
.product-thumbnail .card .card-body {
  border-radius: 10px;
}
.product-thumbnail .card .card-header {
  padding: 0;
  margin-bottom: 0;
  color: unset;
  background-color: unset;
  border-bottom: unset;
  border-radius: 10px !important;
  text-align: center;
}
.product-thumbnail .card .card-header .product-media {
  border-radius: 10px;
  height: 415px;
  overflow: hidden;
}
.product-thumbnail .card .card-header .product-media img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.product-thumbnail .card .card-header .product-title .baseContent {
  line-height: 45px;
}
.product-thumbnail .card .card-body {
  border-radius: 10px;
  padding: 2px 5px;
}
.product-thumbnail .card .card-body .product-title {
  position: absolute;
  bottom: 5px;
  width: auto;
  padding: 0px 2px;
  right: 0;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section .total-count {
  font-size: 16px;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section .align-items-center {
  flex-basis: 62px;
  flex-shrink: 0;
  padding: 0;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section .downloadFile {
  margin-bottom: -10px;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section .downloadFile .downloadBtn {
  border: none;
  background: fixed;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section .downloadFile .dropdown-toggle::after {
  display: none;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section .downloadFile .ri-download-line {
  font-size: 22px;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section p {
  padding-left: 10px;
  color: #4B4B4B;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section p span,
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section p i {
  line-height: 22px;
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.product-thumbnail .card .card-body .product-title .title-padding .total-count-section p span {
  padding-left: 5px;
}
.product-thumbnail .card .body-title .fontWeight {
  font-weight: 600;
}
.product-thumbnail .card .body-title .paramDetails,
.product-thumbnail .card .body-title .ctPriceDetail {
  font-size: 14px !important;
}
.product-thumbnail .card .body-title .customBtn {
  margin-left: 10px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 600;
  transition: all 0.5s ease;
  border: 1px solid;
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.product-thumbnail .card .body-title .temperature {
  position: relative;
}
.product-thumbnail .card .body-title .temperature::after {
  content: "°";
  position: absolute;
  top: 0px;
  right: 4px;
}
.product-thumbnail .card .card-footer {
  font-size: 18px;
  border-top: none;
  background: transparent;
}
.product-thumbnail .card .card-footer .footer-btn {
  padding: 0px 10px 10px 10px;
}
.product-thumbnail .card .card-footer .medal-icon {
  margin-top: 3px;
}
.product-thumbnail .card .card-footer .defaultBtn {
  background: white;
  padding: 0.375rem 0.75rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ddr-btn-success-bg-color);
}

div#listView {
  display: none;
  font-size: 12px;
}
div#listView .list-page-details {
  vertical-align: middle;
}
div#listView .list-page-details .list-btn {
  padding: 5px 10px !important;
  height: auto;
  font-size: 12px;
  line-height: 14px;
}
div#listView .list-page-details .share {
  width: 42px;
}
div#listView .list-page-details .diamondImage {
  max-width: 50px;
}
div#listView .list-page-details .userImage {
  max-width: 30px;
}
div#listView .list-page-details .fontWeight {
  font-weight: 600;
}
div#listView .list-page-details .listBtn {
  background: #f3f3f3;
  border-radius: 5px;
  padding-top: 5px;
}
div#listView .list-page-details .downloadFile .downloadBtn {
  border: none;
  background: #f3f3f3;
  border-radius: 5px;
}
div#listView .list-page-details .downloadFile .dropdown-toggle::after {
  display: none;
}
div#listView .list-page-details .btnSuccess {
  background: #57886C;
}
div#listView .list-page-details .temperature {
  position: relative;
}
div#listView .list-page-details .temperature::after {
  content: "°";
  position: absolute;
  top: -1px;
}
div#listView .list-page-details .btn-white {
  width: 36px;
}
div#listView .list-page-details .btn-white .hover {
  display: none;
}

.sort-grid .grid-view.has-clicked .ri-list-check:before {
  content: "\edde";
}
.sort-grid .grid-view input#dataView {
  display: none;
}

.page-title .page-title-inner {
  display: inline-block;
}
.page-title .title-highlight {
  top: -8%;
  font-size: 58px;
  font-weight: 600;
}
.customTabSerach .custom-tab {
  font-weight: 600;
  color: #a2a3a3;
}
.customTabSerach .custom-tab .line {
  color: #9F2305;
  border-left: 2px solid;
}
.customTabSerach .custom-tab li:last-child .line {
  border-left: none;
}
.customTabSerach .custom-tab .form-check-input[type=radio] {
  display: none;
}
.customTabSerach .custom-tab .form-check {
  padding-left: 1rem;
}
.customTabSerach .form-check-label {
  cursor: pointer;
}
.customTabSerach input[type=radio]:checked + label {
  color: #57886C;
  border-bottom: 2px solid #57886C;
}
.customTabSerach .input-group [type=search] {
  border: 1px solid #57886C;
}
.customTabSerach .input-group [type=search]:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.customTabSerach .form-outline {
  width: 70%;
}
.customTabSerach .search {
  position: relative;
}
.customTabSerach .search i {
  font-size: 15px;
  position: absolute;
  top: 8px;
  left: 10px;
  display: flex;
  align-items: center;
  padding: 2px;
}
.customTabSerach .search input {
  width: 100%;
  height: 42px;
  border: 1px solid #57886C;
  padding: 5px 10px;
  padding-left: 32px;
  background-color: var(--light);
  border-radius: 10px 0px 0px 10px;
  outline: none;
}
.customTabSerach .search input::-moz-placeholder {
  display: flex;
  align-items: center;
  color: #828282;
}
.customTabSerach .search input::placeholder {
  display: flex;
  align-items: center;
  color: #828282;
}

#diamondInquiryModal .btn-close,
.diamond-details .btn-close {
  right: 20px;
  top: 20px;
  z-index: 999 !important;
  background-color: rgba(255, 255, 255, 0.5);
}
#diamondInquiryModal .fontWeight,
.diamond-details .fontWeight {
  font-weight: 600;
}
#diamondInquiryModal .temperature,
.diamond-details .temperature {
  position: relative;
}
#diamondInquiryModal .temperature::after,
.diamond-details .temperature::after {
  content: "°";
  position: absolute;
  top: -2px;
}
#diamondInquiryModal .dropdown-toggle::after,
.diamond-details .dropdown-toggle::after {
  display: none;
}
#diamondInquiryModal .share-coll:hover #social-links,
.diamond-details .share-coll:hover #social-links {
  display: block;
}
#diamondInquiryModal .border-start,
.diamond-details .border-start {
  height: 25px;
}

#diamondInquiryModal #social-links {
  display: none;
  position: absolute;
  z-index: 1;
  right: 17%;
  top: 50%;
}
#diamondInquiryModal #social-links span {
  color: #57886C;
}

.diamond-details #social-links {
  display: none;
  position: absolute;
  z-index: 1;
  right: 18%;
  bottom: 92%;
}
.diamond-details #social-links span {
  color: #57886C;
}

.filers {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.filers h5 {
  font-size: 14px;
  color: #a2a3a3;
}
.filers .col-xl-2 {
  width: 12.666667%;
}
.filers .col-xl-1 {
  width: 11.333333%;
}
.filers .input-group .form-control {
  padding: 6px 8px;
  font-size: 12px;
  text-align: center;
}
.filers span.input-group-text {
  font-size: 12px;
}
.filers .shapDropdown .diamondShape {
  background-color: #F6F6F6;
  border-radius: 5px;
  border-color: none;
  height: 33px;
  display: flex;
  align-items: center;
  border-color: #F6F6F6;
  font-size: 16px;
  padding: 5px 10px;
  width: 140px;
}
.filers .shapDropdown .diamondShape .shapeData {
  border: 0px;
  background-color: transparent;
  width: 175px;
  font-size: 14px;
}
.filers .shapDropdown .diamondShape .shapeData:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.filers .shapDropdown .diamondShape .diamond_box {
  overflow: hidden;
  position: relative;
}
.filers .shapDropdown .diamondShape .diamond_box:after {
  position: absolute;
  top: -8px;
  right: 10px;
  content: "\ea50";
  z-index: 98;
  font-family: "remixicon";
  font-size: 35px;
  line-height: 40px;
  margin-right: -20px;
  color: #9F2305;
}
.filers .shapDropdown .diamondShape .diamond_box select {
  width: 150px;
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
  cursor: pointer;
}
.filers input::-webkit-outer-spin-button,
.filers input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filers input[type=number] {
  -moz-appearance: textfield;
}
.filers .diameterBtn .W-40 {
  width: 40%;
}
.filers .diameterBtn .w-20 {
  width: 20%;
  height: 10%;
  border-radius: 0;
  margin: 0px -1px;
}
.filers .diameterBtn .minDiameter {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filers .diameterBtn .maxDiameter {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filers .input-search .form-control:focus,
.filers .diameters .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.filers .input-search .btn-outline-success:hover, .filers .input-search .btn-outline-success:active, .filers .input-search .btn-outline-success:focus,
.filers .diameters .btn-outline-success:hover,
.filers .diameters .btn-outline-success:active,
.filers .diameters .btn-outline-success:focus {
  box-shadow: none;
  transform: translateY(0px);
  color: #57886C !important;
}
.filers .input-search .btn-outline-primary:not(:disabled):not(.disabled):active,
.filers .diameters .btn-outline-primary:not(:disabled):not(.disabled):active {
  box-shadow: none;
  transform: translateY(0px);
}
.filers .input-search .btn.btn-outline-success:hover,
.filers .diameters .btn.btn-outline-success:hover {
  color: #57886C !important;
}
.filers .input-search input[type=checkbox]:checked + label,
.filers .diameters input[type=checkbox]:checked + label {
  background: #57886C;
}
.filers .btn-check:checked + .btn {
  border-color: #57886C !important;
}

#diamondForm .row .sort-grid {
  display: flex;
  align-items: center;
}
#diamondForm .row .SortBy {
  background-color: #F6F6F6;
  border-radius: 5px;
  border-color: none;
  height: 33px;
  display: flex;
  align-items: center;
  border-color: #F6F6F6;
  font-size: 14px;
  padding: 5px 10px;
  width: 290px;
}
#diamondForm .row .SortBy .sortData {
  border: 0px;
  background-color: transparent;
  font-weight: 500;
  width: 175px;
}
#diamondForm .row .SortBy .sortData:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
#diamondForm .row .SortBy .label-sort {
  font-weight: 300;
  font-size: 16px;
  width: 75px;
}
#diamondForm .row .SortBy .select_box {
  overflow: hidden;
  position: relative;
}
#diamondForm .row .SortBy .select_box:after {
  position: absolute;
  top: -8px;
  right: 10px;
  content: "\ea50";
  z-index: 98;
  font-family: "remixicon";
  font-size: 34px;
  line-height: 40px;
  margin-right: -20px;
  color: #9F2305;
}
#diamondForm .row .SortBy .select_box select {
  width: 220px;
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
  cursor: pointer;
}
#diamondForm .row .grid {
  margin-left: 20px;
  background-color: #F6F6F6;
  font-size: 22px;
  height: 33px;
  border-radius: 5px;
}
#diamondForm .row .grid i {
  padding: 5px;
  border-radius: 5px;
  color: #57886C;
  cursor: pointer;
}
#diamondForm .row .dropdown .advanceFilter {
  background-color: #F6F6F6;
  border-radius: 10px;
  border-color: none;
  height: 40px;
  font-weight: 500;
}
#diamondForm .row .dropdown .dropdown-filter {
  min-width: 260px;
  padding: 20px !important;
}
#diamondForm .row .dropdown .btn:first-child:active,
#diamondForm .row .dropdown .btn.active,
#diamondForm .row .dropdown .btn.show {
  border-color: #F6F6F6;
}
#diamondForm .row .dropdown .dropdown-menu.show {
  border-color: #57886C;
}
#diamondForm .row .dropdown .form-check {
  padding-left: 0px;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 24px;
}
#diamondForm .row .dropdown ul li:last-child div {
  margin-bottom: 0px;
}
#diamondForm .row .dropdown .form-check-label {
  float: left;
}
#diamondForm .row .dropdown .form-check-input {
  float: right;
  box-shadow: none;
}
#diamondForm .row .dropdown .form-check-input:checked {
  background-color: #9F2305;
  border-color: #9F2305;
}
#diamondForm .row .dropdown .form-switch .form-check-input {
  background-image: url("/files/radio-circle.svg");
}
#diamondForm .row .dropdown .form-switch .form-check-input:checked {
  background-image: url("/files/white-radio-circle.svg") !important;
}
#diamondForm .row .dropdown .form-switch .form-check-input:focus {
  background-image: url("/files/radio-circle.svg");
  border: 1px solid #828282;
}
#diamondForm .row .dropdown .dropdown-toggle.show:after {
  content: "\f1ae";
}
#diamondForm .row .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "\ea12";
  font-family: remixicon !important;
  border: none;
  vertical-align: middle;
  color: #9F2305;
}
#diamondForm .row .reset-btn {
  border: 1px solid #9F2305;
  border-radius: 10px;
  color: #828282;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  padding: 8px 14px 10px 14px;
  cursor: pointer;
}
#diamondForm .row .reset-btn label {
  cursor: pointer;
}
#diamondForm .row .reset-btn i {
  color: #9F2305;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

.shapes-filter {
  display: block;
}
.shapes-filter li.list-group-item {
  cursor: pointer;
  max-width: 50px;
  height: auto;
  border: none;
  display: inline-grid;
  padding: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.shapes-filter li.list-group-item label {
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
}
.shapes-filter li.list-group-item label svg .second {
  display: none;
}
.shapes-filter li.list-group-item svg {
  cursor: pointer;
  height: 30px;
  width: auto;
}
.shapes-filter li.list-group-item input[type=checkbox]:checked + label svg .first {
  display: none;
}
.shapes-filter li.list-group-item input[type=checkbox]:checked + label svg .second {
  display: block;
}
.shapes-filter li.list-group-item input[type=checkbox]:checked + label {
  background: #57886C;
}

#diamondListNav.justify-content-right {
  justify-content: right !important;
}
#diamondListNav nav[role=navigation] .bg-white {
  color: #57886C;
  margin: 5px;
}
#diamondListNav nav[role=navigation] .box {
  padding: 11.5px 21.1px !important;
}
#diamondListNav nav[role=navigation]#paginationNav .page-item.box {
  padding: 11.5px 16px !important;
}
#diamondListNav nav[role=navigation] .pre-box {
  padding: 11.5px 6.6px !important;
}
#diamondListNav nav[role=navigation] .next-box {
  padding: 11.5px 9px !important;
}
#diamondListNav nav[role=navigation] .bg-green {
  background-color: #DDD8B8 !important;
  color: #57886C;
  margin: 5px;
}
#diamondListNav nav[role=navigation] .border {
  border: var(--bs-border-width) var(--bs-border-style) #DDD8B8 !important;
}
#diamondListNav nav[role=navigation] span[aria-disabled=true] .bg-green {
  background-color: #eaeae6 !important;
  color: #a2a3a3;
  opacity: 0.4;
}
#diamondListNav nav[role=navigation] span.page-item.active .bg-white {
  background-color: #57886C !important;
  color: #DDD8B8;
}

.frontend-form .label-text {
  font-weight: 500;
  font-size: 24px;
  color: #1E1E1E;
}
.frontend-form .box-border {
  border-radius: 0px;
  height: 60px;
  border: 2px solid #57886C;
}
.frontend-form textarea.box-border {
  height: 120px;
}
.frontend-form .form-control:focus {
  box-shadow: none;
}
.frontend-form .sendBtn .send {
  border-radius: 0px;
  font-size: 24px;
  color: #F6F6F6;
  font-weight: 500;
  height: 60px;
  width: 180px;
  margin-left: 20%;
}
.frontend-form .form-control-lg {
  padding: 14px 24px;
  font-size: 1rem;
  color: #828282;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-thumbnail #social-links {
  display: none;
  position: absolute;
  z-index: 1;
  right: 6%;
}
.product-thumbnail #social-links span {
  color: #57886C;
}
.product-thumbnail .share-coll:hover #social-links {
  display: block;
}

.diamondSearchData .search {
  position: relative;
}
.diamondSearchData .search i {
  font-size: 15px;
  position: absolute;
  top: 8px;
  left: 10px;
  display: flex;
  align-items: center;
  padding: 2px;
}
.diamondSearchData .search input {
  width: 100%;
  height: 42px;
  border: 1px solid #57886C;
  padding: 5px 10px;
  padding-left: 32px;
  background-color: var(--light);
  border-radius: 50px 0px 0px 50px;
  outline: none;
}
.diamondSearchData .search input::-moz-placeholder {
  display: flex;
  align-items: center;
  color: #828282;
}
.diamondSearchData .search input::placeholder {
  display: flex;
  align-items: center;
  color: #828282;
}
.diamondSearchData #searchDiamond {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.diamondSearchData .diamond-video:hover {
  transform: scale(1.4);
}

.paramContent {
  display: none;
}

.diamondDetail .contentData {
  font-size: 16px;
}
.diamondDetail .param-table {
  font-size: 14px !important;
}

.advertisement-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.advertisement-section .video-section {
  overflow: hidden;
}
.advertisement-section video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.advertisement-section a {
  position: relative;
  display: block;
}

[data-copy] {
  cursor: copy;
}

@media only screen and (max-width: 1400px) {
  .filers .col-xl-2 {
    width: 13.666667%;
  }
  .filers .col-xl-1 {
    width: 15.333333%;
  }
  .filers .col-xl-3 {
    width: 30%;
  }
  .filers .ratioFilter {
    margin-top: 0 !important;
  }
  .customTabSerach .custom-tab {
    font-size: 16px;
  }
  .product-thumbnail .card .card-header .product-media {
    border-radius: 10px;
    height: 355px;
    overflow: hidden;
  }
  .product-thumbnail .card .card-body {
    font-size: 15px;
  }
  .product-thumbnail .card .body-title .customBtn {
    margin-left: 10px;
    font-size: 10px;
  }
  .product-thumbnail .card .body-title .ps-2 {
    padding-left: 5px !important;
  }
  .product-thumbnail .card .body-title .ms-2 {
    margin-left: 5px !important;
  }
  .product-thumbnail .card .body-title .fs-6 {
    font-size: 14px !important;
  }
  .product-thumbnail .card .body-title .priceDetail .fs-5 {
    font-size: 16px !important;
  }
  .product-thumbnail .card .body-title .priceDetail .ctPriceDetail {
    font-size: 12px;
  }
  .product-thumbnail .card .body-title .priceDetail .ms-2 {
    margin-left: 3px !important;
  }
  .product-thumbnail .card .body-title .priceDetail .me-2 {
    margin-right: 3px !important;
  }
  .product-thumbnail .card .body-title .priceDetail .fs-12 {
    font-size: 9px !important;
  }
  .product-thumbnail .card .card-footer {
    font-size: 14px;
  }
  .product-thumbnail .card .card-footer .btn {
    padding: 5px 20px;
    font-size: 14px;
  }
  .diamondDetail .fs-6 {
    font-size: 12px !important;
  }
  .diamondDetail .contentData {
    font-size: 13px;
  }
  .diamondDetail .contentData .medal-icon {
    margin-top: 10px;
    font-size: 14px !important;
  }
  .diamondDetail .contentData .fontWeight {
    font-size: 14px;
  }
  .diamondDetail .contentData .btn-360 {
    height: 30px;
    font-size: 10px;
  }
  .diamondDetail .contentData .btn-360 .temperature::after {
    top: 1px;
  }
  .diamondDetail .contentData .buyNowBtn {
    padding: 7px 10px;
    font-size: 10px;
    height: 30px;
  }
  .diamondDetail .contentData .certificateNo {
    margin-top: 7px !important;
    margin-left: -5px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .filers .col-xl-2 {
    width: 16.666667%;
  }
  .filers .col-xl-1 {
    width: 13.333333%;
  }
  .filers .col-xl-3 {
    width: 36%;
  }
  .filers .shapDropdown .diamondShape {
    font-size: 15px;
    width: 113px;
  }
  .filers .shapDropdown .diamondShape .shapeData {
    font-size: 10px;
  }
  .filers .shapDropdown .diamondShape .diamond_box:after {
    font-size: 30px;
  }
  .filers .tableFilter,
  .filers .ratioFilter {
    margin-top: 0 !important;
  }
  .customTabSerach .form-check-inline {
    margin-right: 5px !important;
  }
  .customTabSerach .form-check {
    padding-left: 0.5em !important;
  }
  .sort-data {
    margin-top: 12px;
  }
  .product-thumbnail .card .card-header .product-media {
    border-radius: 10px;
    height: 295px;
    overflow: hidden;
  }
  .product-thumbnail .card .card-body {
    font-size: 14px;
    padding: 2px 0px;
  }
  .product-thumbnail .card .card-body .paramDetails,
  .product-thumbnail .card .card-body .ctPriceDetail {
    font-size: 12px !important;
  }
  .product-thumbnail .card .card-body .ps-2 {
    padding-left: 4px !important;
  }
  .product-thumbnail .card .card-body .pe-2 {
    padding-right: 4px !important;
  }
  .product-thumbnail .card .card-body .ms-2 {
    margin-left: 4px !important;
  }
  .product-thumbnail .card .card-body .me-2 {
    margin-right: 4px !important;
  }
  .product-thumbnail .card .card-body .customBtn {
    margin-left: 2px;
    font-size: 8px;
    margin-right: 2px;
    padding-left: -9%;
    padding-right: 9px !important;
  }
  .product-thumbnail .card .card-body .temperature::after {
    top: 0px;
    right: 5px;
  }
  .product-thumbnail .card .card-body .priceDetail .fs-5 {
    font-size: 14px !important;
  }
  .product-thumbnail .card .card-body .priceDetail .ctPriceDetail {
    font-size: 10px;
  }
  .product-thumbnail .card .card-body .fs-10 {
    font-size: 7px !important;
  }
  .product-thumbnail .card .card-body .product-title .title-padding .total-count-section p i {
    font-size: 18px;
  }
  .product-thumbnail .card .card-body .product-title .title-padding .total-count-section .total-count {
    font-size: 14px;
  }
  .product-thumbnail .card .card-body .product-title .title-padding .total-count-section .downloadFile .ri-download-line {
    font-size: 20px;
  }
  .product-thumbnail .card .card-footer {
    padding: 10px 7px;
  }
  .product-thumbnail .card .card-footer .btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .diamondDetail .contentData {
    font-size: 12px;
  }
  .diamondDetail .contentData .ms-2 {
    margin-left: 5px !important;
  }
  .diamondDetail .contentData .me-2 {
    margin-right: 5px !important;
  }
  .diamondDetail .contentData .fs-6 {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .diamondContent {
    font-size: 16px;
  }
  .product-thumbnail .product-title {
    font-size: 16px;
    padding: 0px;
  }
  .product-thumbnail .product-title .ps-2 {
    padding-left: 0 !important;
  }
  .product-thumbnail .product-title .total-count-section {
    font-size: 16px;
  }
  .product-thumbnail .product-title .total-count-section .customBtn {
    padding: 2px 0px 0px 4px;
  }
  .product-thumbnail .product-title .total-count-section .temperature::after {
    top: -2px !important;
    font-size: 14px;
  }
  .product-thumbnail .body-title {
    font-size: 16px;
  }
  .product-thumbnail .body-title .ps-sm-3 {
    padding-left: 0rem !important;
  }
  .product-thumbnail .body-title .align-items-baseline {
    margin-bottom: -10px;
    font-size: 14px;
  }
  .product-thumbnail .body-title .checkbox-icon {
    font-size: 8px !important;
  }
  .product-thumbnail .card .card-header .product-media {
    border-radius: 10px;
    height: 298px;
    overflow: hidden;
  }
  .product-thumbnail .card-footer .ms-3 {
    margin-left: 0rem !important;
  }
  .product-thumbnail .card-footer .share-coll {
    padding: 0px 11px 0px 5px;
  }
  .product-thumbnail .card-footer #social-links {
    left: 18px;
  }
  .product-thumbnail .card-footer .medal-icon {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .diamondContent {
    font-size: 14px;
  }
  .frontend-form label.form-label.label-text {
    font-size: 20px;
  }
  .frontend-form .sendBtn .send {
    margin-left: 5%;
    font-size: 22px;
    height: 50px;
    width: 155px;
  }
  .customTabSerach .custom-tab {
    font-size: 14px;
  }
  .customTabSerach .custom-tab .form-check-inline {
    margin-right: 0rem;
  }
  .customTabSerach .custom-tab .form-check {
    padding-left: 0.5em;
  }
  .customTabSerach .search i {
    top: 5px;
  }
  .customTabSerach .search input {
    height: 38px !important;
    font-size: 16px;
  }
  .customTabSerach .searchFilterBtn {
    font-size: 12px;
  }
  .customTabSerach .search input {
    height: 35px !important;
    font-size: 14px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .shapes-filter li.list-group-item {
    margin-right: 0px;
  }
  .shapes-filter li.list-group-item label {
    padding: 10px;
    height: 60px;
    width: 60px;
  }
  .sort-data .btn {
    padding: 8px 8px;
    font-size: 14px;
  }
  .sort-data .SortBy {
    font-size: 14px !important;
  }
  .filterBtnGroup .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  .filers h5 {
    font-size: 16px;
  }
  .filers .range-slider .label-box {
    width: 70px;
  }
  .filers .col-xl-2 {
    width: 21.666667%;
  }
  .filers .col-xl-1 {
    width: 17.333333%;
  }
  .filers .col-xl-3 {
    width: 39%;
  }
  .filers .form-control {
    padding: 6px 4px !important;
  }
  .filers .depthFilter {
    margin-top: 0;
  }
  .product-thumbnail .card .card-header .product-media {
    height: 215px;
  }
  .product-thumbnail .card .card-header .product-media img {
    border-radius: 10px 10px 0px 0px;
  }
  .product-thumbnail .card .product-title {
    bottom: 0px !important;
    right: -2px !important;
  }
  .product-thumbnail .card .product-title .title-padding .total-count-section p {
    margin-bottom: -5px !important;
  }
  .product-thumbnail .card .product-title .title-padding .total-count-section p i {
    font-size: 13px !important;
    margin-bottom: -7px !important;
  }
  .product-thumbnail .card .product-title .title-padding .total-count-section .total-count {
    font-size: 11px !important;
  }
  .product-thumbnail .card .product-title .title-padding .total-count-section .downloadFile {
    margin-bottom: -12px !important;
  }
  .product-thumbnail .card .product-title .title-padding .total-count-section .downloadFile .ri-download-line {
    font-size: 14px !important;
  }
  .product-thumbnail .card .body-title {
    font-size: 13px;
  }
  .product-thumbnail .card .body-title .title-padding {
    display: block !important;
  }
  .product-thumbnail .card .body-title .title-padding .align-items-baseline {
    font-size: 13px;
  }
  .product-thumbnail .card .body-title .title-padding .align-items-baseline .fs-12 {
    font-size: 10px !important;
  }
  .product-thumbnail .card .body-title .title-padding .certificateData {
    justify-content: center;
  }
  .product-thumbnail .card .body-title .title-padding .shapeName {
    padding-left: 0px !important;
  }
  .product-thumbnail .card .body-title .title-padding .customBtn {
    font-size: 9px;
    margin-right: 2px;
    margin: auto;
  }
  .product-thumbnail .card .card-footer {
    font-size: 12px !important;
    margin-top: -6px;
  }
  .product-thumbnail .card .card-footer .btn {
    font-size: 12px !important;
    padding: 5px 6px;
  }
  .product-thumbnail .card .card-footer .share-btn {
    padding: 5px !important;
  }
  .product-thumbnail .card .card-footer .share-coll {
    padding: 0px 0px 0px 5px;
  }
  .product-thumbnail .card .card-footer #social-links {
    left: 14px;
  }
  .diamondSearchData .hading-shadow {
    font-size: 41px;
    left: 28% !important;
  }
  #diamondInquiryModal #social-links {
    right: 19%;
  }
  #diamondInquiryModal .modal-dialog {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .filers h5 {
    font-size: 10px;
  }
  .filers .col-xl-2 {
    width: 18.666667%;
  }
  .filers .col-xl-1 {
    width: 21.333333% !important;
  }
  .filers .col-sm-3 {
    width: 41%;
  }
  .filers .diameterBtn .w-20 {
    height: 29px;
  }
  .filers .form-control {
    font-size: 10px !important;
  }
  .filers .shapDropdown {
    width: 107px;
  }
  .filers .shapDropdown .diamondShape {
    width: 107px;
    height: 30px;
  }
  .filers .shapDropdown .diamondShape .shapeData {
    font-size: 10px;
  }
  .filers .input-group-text {
    padding: 0px 5px !important;
    font-size: 10px;
  }
  .diamond .hading-shadow {
    font-size: 33px !important;
    left: 15% !important;
  }
  .diamond .hading {
    font-size: 30px !important;
  }
  .diamondSearchData .hading-shadow {
    left: 26% !important;
  }
  .product-thumbnail .card .card-header .product-media {
    height: 245px;
  }
  .paramContent {
    display: block;
    margin-top: 15px;
  }
  .paramContent .card-body {
    padding: 0 !important;
  }
  .paramContent .card-body table.table {
    margin-bottom: 0 !important;
  }
  .paramContent .card-body table.table .param-key {
    font-weight: 600;
    padding-right: 5px;
  }
  .paramContent .card-body table.table .param-key:after {
    content: ": ";
  }
  #diamondInquiryModal .modal-text {
    font-size: 15px;
  }
  #diamondInquiryModal .modal360Btn {
    font-size: 13px;
    height: 33px;
  }
  #diamondInquiryModal .modalBuyNowBtn {
    height: 33px !important;
    font-size: 12px;
  }
  #diamondInquiryModal .paramContent {
    font-size: 14px;
  }
  #diamondInquiryModal #social-links {
    right: 17%;
    top: 56%;
  }
}
@media only screen and (max-width: 575px) {
  .diamond .hading {
    font-size: 24px !important;
  }
  .diamond .hading-shadow {
    font-size: 26px !important;
    left: 2% !important;
    top: -1% !important;
  }
  .product-thumbnail .card .card-header .product-media {
    height: 220px;
  }
  .diamondSearchData .search input {
    font-size: 12px;
    padding-left: 27px;
    height: 35px;
  }
  .diamondSearchData .search i {
    font-size: 12px;
    top: 6px;
  }
  .diamondSearchData #searchDiamond {
    font-size: 12px;
    height: 35px;
  }
  .diamondSearchData .mt-5 {
    margin-top: 1rem !important;
  }
  .diamondSearchData .alert.alert-danger {
    font-size: 12px;
  }
  #diamondInquiryModal .modal-text {
    font-size: 14px !important;
  }
  #diamondInquiryModal .modal-text .medal-icon {
    font-size: 15px !important;
    margin-top: 4px;
  }
  #diamondInquiryModal .modal-text .ms-2 {
    margin-left: 3px !important;
  }
  #diamondInquiryModal .modal-text .me-2 {
    margin-right: 3px !important;
  }
  #diamondInquiryModal .modal-text .ps-2 {
    padding-left: 1px !important;
  }
  #diamondInquiryModal .modal-text .modalBuyNowBtn {
    font-size: 11px;
  }
  #diamondInquiryModal .modal-text .modal360Btn {
    font-size: 10px;
  }
  #diamondInquiryModal .modal-text #social-links {
    top: 57%;
  }
}
@media only screen and (max-width: 480px) {
  .filers .col-xl-2 {
    width: 27.666667%;
  }
  .filers .col-xl-1 {
    width: 30.333333% !important;
  }
  .filers .col-sm-3 {
    width: 60%;
  }
  .filers .diameterBtn {
    margin-top: 0;
  }
  .product-thumbnail .card .card-header .product-media {
    height: 190px;
  }
  .product-thumbnail .card .card-footer .cardFooterData {
    display: inline !important;
  }
  .product-thumbnail .card .card-footer .customBtn {
    margin-left: 18% !important;
  }
  .product-thumbnail .card .card-footer .btn {
    padding: 5px 40px;
  }
  .product-thumbnail .card .card-footer .share-btn {
    padding: 5px 10px !important;
  }
  .diamondDetail .fs-6 {
    font-size: 12px !important;
  }
  .diamondDetail .contentData {
    font-size: 11px;
  }
  .diamondDetail .contentData .medal-icon {
    margin-top: 9px;
  }
  .diamondDetail .contentData .fontWeight {
    font-size: 12px;
  }
  .diamondDetail .contentData .btn-360 {
    height: 23px;
    font-size: 9px;
    margin-top: 8px;
  }
  .diamondDetail .contentData .buyNowBtn {
    padding: 5px 10px;
    margin-top: 7px;
    font-size: 9px;
    height: 23px;
  }
  .diamondDetail .contentData .certificateNo {
    margin-top: 11px !important;
    margin-left: -8px !important;
  }
  .diamondDetail .contentData .fs-12 {
    font-size: 8px !important;
  }
  .diamondDetail .contentData .me-2 {
    margin-right: 3px !important;
  }
  .diamondDetail .contentData .ms-2 {
    margin-left: 3px !important;
  }
  .diamondDetail .contentData .mt-2 {
    margin-top: 11px !important;
  }
  .diamondDetail .contentData .border-start {
    height: 17px;
  }
  .paramContent {
    font-size: 10px;
  }
  #diamondInquiryModal #social-links {
    top: 55% !important;
    right: 20%;
  }
}
@media only screen and (max-width: 425px) {
  .diamondContent {
    font-size: 12px;
  }
  .sort-data .btn {
    font-size: 14px;
  }
  .reset-btn {
    margin-left: 0 !important;
  }
  .frontend-form .uploadBtn {
    padding: 10px 18px;
  }
  .frontend-form .box-border {
    height: 45px;
    font-size: 12px;
  }
  .frontend-form label.form-label.label-text {
    font-size: 16px;
  }
  .frontend-form .label-text {
    font-size: 20px;
  }
  .frontend-form .sendBtn .send {
    margin-left: 0px;
    font-size: 20px;
    height: 45px;
    width: 100px;
  }
  .contentForm .container {
    margin-bottom: -38px;
  }
  .contentForm .container .hading-shadow {
    font-size: 24px;
  }
  .contentForm .container .main-title {
    font-size: 30px;
  }
  .contentForm .container .contact-shadow {
    font-size: 32px;
    left: -1%;
  }
  .contentForm .container .jwelles-shadow {
    font-size: 31px;
  }
  .contentForm .container .l-5 {
    left: 5%;
  }
  .diamond .hading {
    font-size: 26px !important;
  }
  .diamond .hading-shadow {
    font-size: 24px !important;
    left: 2% !important;
  }
  .sort-data .text-end {
    margin-top: 10px;
    text-align: left !important;
  }
  .customTabSerach .custom-tab {
    font-size: 12px;
  }
  .customTabSerach .custom-tab .form-check-inline {
    margin-right: 0.5em;
  }
  .customTabSerach .custom-tab .form-check {
    padding-left: 0.5em;
  }
  .customTabSerach .search input {
    font-size: 14px;
  }
  .customTabSerach .form-outline {
    width: 76%;
  }
  .shapes-filter li.list-group-item {
    margin-right: 3px;
  }
  .shapes-filter li.list-group-item label {
    padding: 9px;
    height: 50px;
    width: 50px;
  }
  .shapes-filter li.list-group-item svg {
    height: 30px;
  }
  .SortBy .select_box select {
    font-size: 14px;
  }
  .SortBy .label-sort {
    margin-right: 0px !important;
  }
  .l-5 {
    left: 2%;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .fw-normal.mt-15 {
    margin-top: -15px;
  }
  .filers h5 {
    font-size: 10px;
  }
  .filers .range-slider .label-box {
    width: 60px;
  }
  .filers .range-slider .range-labels .range-label {
    font-size: 12px !important;
  }
  .filers .range-slider .range-labels .font-12 {
    font-size: 10px !important;
  }
  .filers .shapDropdown .diamondShape .diamond_box:after {
    font-size: 30px;
  }
  .product-thumbnail .card .card-header .product-media {
    height: auto;
  }
  .product-thumbnail .card .body-title {
    font-size: 13px;
  }
  .product-thumbnail .card .body-title .customBtn {
    margin-left: 20px;
  }
  .product-thumbnail .card .body-title .align-items-baseline {
    font-size: 13px;
  }
  .product-thumbnail .card .body-title .align-items-baseline .fs-12 {
    font-size: 10px !important;
  }
  .product-thumbnail .card .card-footer .btn {
    padding: 5px 28px;
  }
  .product-thumbnail .card .card-footer .thumbnail-actions {
    justify-content: center;
  }
  .diamondListTable .BuyNowBtn {
    width: 85px;
  }
  .diamondListTable .pe-2 {
    padding-right: 0 !important;
  }
  .diamondSearchData .form-outline {
    width: 74%;
  }
  .diamondSearchData .videoContent {
    margin-left: 10px;
  }
  .diamondDetail .contentData {
    font-size: 10px;
  }
  .diamondDetail .contentData .medal-icon {
    margin-top: 12px;
    font-size: 11px !important;
  }
  .diamondDetail .contentData .fontWeight {
    font-size: 10px;
  }
  .diamondDetail .contentData .ms-2 {
    margin-left: 5px !important;
  }
  .diamondDetail .contentData .me-2 {
    margin-right: 5px !important;
  }
  .diamondDetail .contentData .mt-2 {
    margin-top: 13px !important;
  }
  .diamondDetail .contentData .downloadSection {
    margin-top: 10px;
    margin-right: 5px;
  }
  #diamondInquiryModal .modal-text {
    display: inline-block !important;
  }
  #diamondInquiryModal .modal-text .modalBtns {
    margin-top: 2px;
  }
  #diamondInquiryModal .modal-text .modalShareBtn {
    margin-left: 6px;
  }
  #diamondInquiryModal .modal-text .certificateLine {
    display: none;
  }
  #diamondInquiryModal .modal-text .border-start {
    margin-top: 5px !important;
  }
  #diamondInquiryModal .modal-text .mt-2 {
    margin-top: 5px !important;
  }
  #diamondInquiryModal .modal-text .border-start {
    height: 20px;
  }
  #diamondInquiryModal .modal-text #social-links {
    left: 118px;
  }
  .advertisement-section {
    gap: 10px !important;
  }
}
@media only screen and (max-width: 375px) {
  .customTabSerach .form-outline {
    width: 74%;
  }
  .customTabSerach .search input {
    font-size: 13px;
  }
  .diamondContent {
    font-size: 10px;
  }
  #diamondForm .sort-data .btn {
    padding: 8px 5px;
  }
  .row .grid {
    margin-left: 4px !important;
  }
  .diamondShadow {
    font-size: 32px !important;
  }
  .jwelles-shadow {
    font-size: 25px !important;
  }
  .jwelles-title {
    font-size: 24px !important;
  }
  .product-thumbnail {
    width: 100% !important;
  }
  .product-thumbnail .card .body-title .title-padding {
    display: flex !important;
  }
  .product-thumbnail .card .body-title .customBtn {
    margin-left: 20px !important;
  }
  .product-thumbnail .card .card-footer .btn {
    padding: 5px 14px;
    font-size: 10px !important;
  }
  .product-thumbnail .card .card-footer .cardFooterData {
    display: flex !important;
  }
  .diamond .hading {
    font-size: 24px !important;
  }
  .diamond .hading-shadow {
    font-size: 22px !important;
    left: 4% !important;
    top: 2% !important;
  }
  .diamondSearchData .form-outline {
    width: 69%;
  }
  .contentData .details {
    display: inline-block !important;
  }
  .contentData .details .btnContent {
    width: -moz-fit-content;
    width: fit-content;
  }
  .contentData .details .downloadSection,
  .contentData .details .ri-share-forward-line {
    margin-top: 7px;
    margin-right: 5px;
  }
  .contentData .details .me-2 {
    margin-right: 5px !important;
  }
  .contentData .details .ms-2 {
    margin-left: 5px !important;
  }
  #diamondInquiryModal .modal-text {
    font-size: 14px;
  }
  #diamondInquiryModal .paramContent {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .contentForm .container .l-5 {
    left: 4% !important;
  }
  .customTabSerach .custom-tab {
    font-size: 11px;
  }
  .customTabSerach .form-outline {
    width: 68%;
  }
  #diamondForm .row .SortBy .select_box select {
    width: 150px;
    font-size: 12px;
  }
  #diamondForm .row .SortBy .select_box:after {
    top: -10px;
    right: 11px;
    z-index: 99;
  }
  #diamondForm .row .SortBy .label-sort {
    font-size: 14px;
    width: 54px;
    margin-right: 0px !important;
  }
  #diamondForm .row .reset-btn {
    height: 37px;
  }
  #diamondForm .sort-data .btn {
    font-size: 13px;
  }
  #diamondForm .shapes-filter li.list-group-item {
    margin-right: 5px;
  }
  .contact-shadow {
    font-size: 28px !important;
  }
  .filterBtnGroup .btn {
    padding: 8px 14px;
    font-size: 12px;
  }
  .diamond .hading {
    font-size: 22px !important;
  }
  .diamond .hading-shadow {
    font-size: 19px !important;
    left: 4% !important;
  }
  .filers .col-xl-2 {
    width: 31.666667%;
  }
  .filers .col-xl-1 {
    width: 36.333333% !important;
  }
  .filers .col-sm-3 {
    width: 68%;
  }
  .product-thumbnail .card .body-title .checkbox-icon {
    font-size: 7px !important;
  }
  .product-thumbnail .card .body-title .align-items-baseline {
    font-size: 11px;
  }
  .product-thumbnail .card .body-title .align-items-baseline .fs-12 {
    font-size: 9px !important;
  }
  .product-thumbnail .card .body-title .fs-6 {
    font-size: 12px !important;
  }
  .product-thumbnail .card .body-title .customBtn {
    font-size: 8px !important;
    margin-right: -16px;
  }
  #diamondInquiryModal .modal-text {
    font-size: 12px;
  }
  #diamondInquiryModal .paramContent {
    font-size: 10px;
  }
  .diamondSearchData .me-3 {
    margin-right: 5px !important;
  }
  .diamondSearchData .mt-3 {
    margin-top: 5px !important;
  }
}
/*******color Loop*******/
.text-primary {
  color: #166abb !important;
}

.text-success {
  color: #252d31 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #fb8916 !important;
}

.text-danger {
  color: #9f2305 !important;
}

.text-light {
  color: #f6f6f6 !important;
}

.text-dark {
  color: #000000 !important;
}

.text-muted {
  color: #828282 !important;
}

.text-white {
  color: #ffffff !important;
}

/**********badge*************/
.badge:hover,
.badge-link:hover {
  color: #ffffff;
}

.content-section {
  min-height: calc(100vh - 374px);
}

.section {
  padding-top: 50px;
  position: relative;
}

.footer {
  padding-top: 40px;
  position: relative;
}

/*******font-size*******/
.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

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

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.border-double {
  border-style: double !important;
}

.border-top-double {
  border-top-style: double !important;
}

.border-bottom-double {
  border-bottom-style: double !important;
}

.border-end-double {
  border-right-style: double !important;
}

.border-start-double {
  border-left-style: double !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-end-dashed {
  border-right-style: dashed !important;
}

.border-start-dashed {
  border-left-style: dashed !important;
}

.border-groove {
  border-style: groove !important;
}

.border-top-groove {
  border-top-style: groove !important;
}

.border-bottom-groove {
  border-bottom-style: groove !important;
}

.border-end-groove {
  border-right-style: groove !important;
}

.border-start-groove {
  border-left-style: groove !important;
}

.border-outset {
  border-style: outset !important;
}

.border-top-outset {
  border-top-style: outset !important;
}

.border-bottom-outset {
  border-bottom-style: outset !important;
}

.border-end-outset {
  border-right-style: outset !important;
}

.border-start-outset {
  border-left-style: outset !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-top-ridge {
  border-top-style: ridge !important;
}

.border-bottom-ridge {
  border-bottom-style: ridge !important;
}

.border-end-ridge {
  border-right-style: ridge !important;
}

.border-start-ridge {
  border-left-style: ridge !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-end-dotted {
  border-right-style: dotted !important;
}

.border-start-dotted {
  border-left-style: dotted !important;
}

.border-inset {
  border-style: inset !important;
}

.border-top-inset {
  border-top-style: inset !important;
}

.border-bottom-inset {
  border-bottom-style: inset !important;
}

.border-end-inset {
  border-right-style: inset !important;
}

.border-start-inset {
  border-left-style: inset !important;
}

.mt-100 {
  margin-top: 100px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

/**********bg-overlay***************/
.bg-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 31, 48, 0.5);
}

/*********card**********/
/*********shape**********/
.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

/************overflow-x**************/
.overflow-hidden-x {
  overflow-x: hidden;
}

/***********heading***************/
.heading-border {
  width: 80px;
  height: 1px;
  background: #166abb;
  background: linear-gradient(to right, transparent, #166abb, transparent);
  margin: 0 auto;
}

.mode-btn {
  position: fixed;
  top: 28%;
  left: 0px;
  z-index: 1021;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #166abb;
  border: 1px solid #166abb;
  font-size: 21px;
  text-align: center;
  box-shadow: #000000 0px 0px 8px -3px;
}
.mode-btn .mode-light {
  display: none;
}

/*******font-weight*******/
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 320px) {
  .section {
    padding-top: 0px;
  }
}
@media (min-width: 425px) {
  .section {
    padding-top: 0px;
  }
}
@media (min-width: 576px) {
  .container-fluid {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 767px) {
  .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .section {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .footer {
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.btn {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
  position: relative;
}

.btn-primary {
  background: #166abb;
  border-color: #166abb !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #1460a9;
  border-color: #1460a9;
  box-shadow: 0px 8px 20px -6px rgba(22, 106, 187, 0.6);
}

.btn-outline-primary {
  color: #166abb;
  border-color: #166abb;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #166abb;
  border-color: #166abb;
  box-shadow: 0px 8px 20px -6px rgba(22, 106, 187, 0.6);
  transform: translateY(-6px);
}

.btn-success {
  background: #252d31;
  border-color: #252d31 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #1c2225;
  border-color: #1c2225;
  box-shadow: 0px 8px 20px -6px rgba(37, 45, 49, 0.6);
}

.btn-outline-success {
  color: #252d31;
  border-color: #252d31;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #252d31;
  border-color: #252d31;
  box-shadow: 0px 8px 20px -6px rgba(37, 45, 49, 0.6);
  transform: translateY(-6px);
}

.btn-info {
  background: #0dcaf0;
  border-color: #0dcaf0 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #0cbadd;
  border-color: #0cbadd;
  box-shadow: 0px 8px 20px -6px rgba(13, 202, 240, 0.6);
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #0dcaf0;
  border-color: #0dcaf0;
  box-shadow: 0px 8px 20px -6px rgba(13, 202, 240, 0.6);
  transform: translateY(-6px);
}

.btn-warning {
  background: #fb8916;
  border-color: #fb8916 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #f87f04;
  border-color: #f87f04;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
}

.btn-outline-warning {
  color: #fb8916;
  border-color: #fb8916;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #fb8916;
  border-color: #fb8916;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-danger {
  background: #9f2305;
  border-color: #9f2305 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #8b1f04;
  border-color: #8b1f04;
  box-shadow: 0px 8px 20px -6px rgba(159, 35, 5, 0.6);
}

.btn-outline-danger {
  color: #9f2305;
  border-color: #9f2305;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #9f2305;
  border-color: #9f2305;
  box-shadow: 0px 8px 20px -6px rgba(159, 35, 5, 0.6);
  transform: translateY(-6px);
}

.btn-light {
  background: #f6f6f6;
  border-color: #f6f6f6 !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #ececec;
  border-color: #ececec;
  box-shadow: 0px 8px 20px -6px rgba(246, 246, 246, 0.6);
}

.btn-outline-light {
  color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f6f6f6;
  border-color: #f6f6f6;
  box-shadow: 0px 8px 20px -6px rgba(246, 246, 246, 0.6);
  transform: translateY(-6px);
}

.btn-dark {
  background: #000000;
  border-color: #000000 !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: black;
  border-color: black;
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.6);
}

.btn-outline-dark {
  color: #000000;
  border-color: #000000;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #000000;
  border-color: #000000;
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.6);
  transform: translateY(-6px);
}

.btn-muted {
  background: #828282;
  border-color: #828282 !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #787878;
  border-color: #787878;
  box-shadow: 0px 8px 20px -6px rgba(130, 130, 130, 0.6);
}

.btn-outline-muted {
  color: #828282;
  border-color: #828282;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #828282;
  border-color: #828282;
  box-shadow: 0px 8px 20px -6px rgba(130, 130, 130, 0.6);
  transform: translateY(-6px);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn-soft-primary:before {
  content: "";
  background-color: #fff;
}

.btn-soft-primary {
  color: #166abb !important;
  background: rgba(22, 106, 187, 0.2) !important;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  background: #166abb !important;
  color: #ffffff !important;
  border-color: #166abb !important;
}

.btn-soft-success:before {
  content: "";
  background-color: #fff;
}

.btn-soft-success {
  color: #252d31 !important;
  background: rgba(37, 45, 49, 0.2) !important;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
  background: #252d31 !important;
  color: #ffffff !important;
  border-color: #252d31 !important;
}

.btn-soft-info:before {
  content: "";
  background-color: #fff;
}

.btn-soft-info {
  color: #0dcaf0 !important;
  background: rgba(13, 202, 240, 0.2) !important;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
  background: #0dcaf0 !important;
  color: #ffffff !important;
  border-color: #0dcaf0 !important;
}

.btn-soft-warning:before {
  content: "";
  background-color: #fff;
}

.btn-soft-warning {
  color: #fb8916 !important;
  background: rgba(251, 137, 22, 0.2) !important;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus, .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
  background: #fb8916 !important;
  color: #ffffff !important;
  border-color: #fb8916 !important;
}

.btn-soft-danger:before {
  content: "";
  background-color: #fff;
}

.btn-soft-danger {
  color: #9f2305 !important;
  background: rgba(159, 35, 5, 0.2) !important;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus, .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
  background: #9f2305 !important;
  color: #ffffff !important;
  border-color: #9f2305 !important;
}

.btn-soft-light:before {
  content: "";
  background-color: #fff;
}

.btn-soft-light {
  color: #f6f6f6 !important;
  background: rgba(246, 246, 246, 0.2) !important;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus, .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
  background: #f6f6f6 !important;
  color: #ffffff !important;
  border-color: #f6f6f6 !important;
}

.btn-soft-dark:before {
  content: "";
  background-color: #fff;
}

.btn-soft-dark {
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus, .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

.btn-soft-muted:before {
  content: "";
  background-color: #fff;
}

.btn-soft-muted {
  color: #828282 !important;
  background: rgba(130, 130, 130, 0.2) !important;
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus, .btn-soft-muted:not(:disabled):not(.disabled):active, .btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
  background: #828282 !important;
  color: #ffffff !important;
  border-color: #828282 !important;
}

.btn-soft-white:before {
  content: "";
  background-color: #fff;
}

.btn-soft-white {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active, .btn-soft-white.focus, .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #000000;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff !important;
}

.btn-white:hover {
  color: #252d31;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  color: #ffffff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 17px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -8px;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
}

.phone-head {
  z-index: 111;
}

/*
* Desktop Navbar
*/
header {
  background: var(--ddr-navbar-bg-color) !important;
}
header nav {
  font-size: 18px;
}
header nav .navbar-brand {
  margin: 0 0 5px 0;
}
header nav .navbar-nav {
  gap: 30px;
}
header nav .navbar-nav .nav-item .nav-link {
  color: var(--ddr-navbar-text-color);
  opacity: 0.7;
}
header nav .navbar-nav .nav-item .nav-link:hover, header nav .navbar-nav .nav-item .nav-link.selected {
  color: var(--ddr-navbar-text-hover-color);
  opacity: 1;
  transition: opacity 300ms;
}
header nav .navbar-nav .nav-item .nav-link:active {
  color: var(--ddr-navbar-text-selected-color);
}
header nav .navbar-nav .nav-item .nav-link.selected:after {
  content: "";
  border-bottom: 2px solid var(--ddr-navbar-text-color);
  position: absolute;
  width: 100%;
  bottom: -10px;
}
header nav .navbar-nav .nav-item:hover a.nav-link:after, header nav .navbar-nav .nav-item:active a.nav-link:after, header nav .navbar-nav .nav-item:focus a.nav-link:after {
  content: "";
  border-bottom: 2px solid var(--ddr-navbar-text-color);
  position: absolute;
  width: 100%;
  bottom: -10px;
}
header nav .navbar-nav .nav-item:last-child a.nav-link {
  border-left: 1px solid;
  padding-left: 24px !important;
}
header nav .navbar-nav .nav-item:last-child a.nav-link i {
  width: 26px;
}
header nav .navbar-nav .nav-item:last-child a.nav-link:after {
  width: calc(100% - 22px);
}
header nav .application-logo {
  height: 80px;
  width: auto !important;
}
header nav.nav-sticky {
  background-color: transparent;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid var(--ddr-navbar-bg-color) !important;
  transition: all 0.5s ease;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(0, 73, 83, 0.7);
}
header nav.nav-sticky .application-logo {
  filter: drop-shadow(2px 2px 0px #ffffff);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  header nav {
    font-size: 14px;
  }
  header nav .application-logo {
    height: 70px;
  }
  header nav .navbar-nav {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header nav {
    font-size: 14px;
  }
  header nav .application-logo {
    height: 50px;
  }
  header nav .navbar-nav {
    gap: 14px;
  }
  header nav .navbar-nav .nav-item:last-child a.nav-link {
    padding-left: 14px !important;
  }
  header nav .navbar-nav .nav-item:last-child a.nav-link:after {
    width: calc(100% - 12px);
  }
  header nav .contactPhone {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    font-size: 12px;
  }
  header nav.has-sidebar-opened .sidebar-nav-toggle {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    text-align: right;
    background: rgba(0, 0, 0, 0.2);
    z-index: 8;
    top: 0;
  }
  header nav.has-sidebar-opened .sidebar-nav-toggle i:before {
    content: "\eb99";
  }
  header nav.has-sidebar-opened .navbar-nav {
    display: inline-block;
  }
  header nav .application-logo {
    height: 70px;
  }
  header nav .navbar-nav {
    display: none;
    gap: 10px;
  }
  header nav .navbar-nav .nav-item:last-child a.nav-link {
    padding-left: 0px !important;
    border-left: 0px !important;
  }
  header nav .navbar-nav a.nav-link:after {
    display: none !important;
  }
  header nav .mobile-main-actions a {
    width: 40px;
    display: inline-block;
  }
  header nav .navbar-main-div {
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    transition: all 0.5s ease;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(0, 73, 83, 0.7);
    z-index: -9;
    border-right: 1px solid;
    font-size: 16px;
    opacity: 0 !important;
    width: 0;
  }
  header nav .navbar-main-div.opened {
    width: 250px;
    opacity: 1 !important;
    z-index: 9;
  }
  header nav .navbar-main-div .nav-item:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  header nav .navbar-main-div .nav-item:first-child .application-logo {
    height: 80px;
    filter: drop-shadow(2px 2px 0px #ffffff);
  }
  header nav .navbar-main-div .navbar-nav {
    flex-direction: column;
    justify-content: start !important;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar1 {
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 999;
    transition: all 0.5s ease;
    border-top: 0px solid !important;
  }
  .navbar1 .container {
    border-bottom: none !important;
    padding: 0px !important;
  }
  .navbar1 .container .navbar-bg-color {
    width: 100%;
    background-color: #ddd8b8;
    height: auto;
  }
  .navbar1 .container .navbar-bg-color .navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: space-evenly !important;
  }
  .navbar1 .container .navbar-bg-color .navbar-nav .nav-item {
    padding: 6px 45px !important;
  }
  .navbar1 .container .navbar-bg-color .navbar-nav .nav-item .nav-link {
    color: #252d31;
    margin: 0px !important;
  }
  .navbar1 .container .navbar-bg-color .nav-icon {
    margin-left: 0px !important;
  }
  .navbar1 .container .navbar-bg-color .navbar-nav .active,
  .navbar1 .container .navbar-bg-color .navbar-nav .selected,
  .navbar1 .container .navbar-bg-color .navbar-nav li:hover a {
    color: #9f2305 !important;
  }
  .navbar1 .container .navbar-bg-color .navbar-nav .active::after,
  .navbar1 .container .navbar-bg-color .navbar-nav .selected::after,
  .navbar1 .container .navbar-bg-color .navbar-nav li:hover a::after {
    content: "";
    border-bottom: 2px solid #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
  }
  .navbar1 .container .navbar-bg-color i {
    font-size: 25px;
  }
  .navbar1 .container .navbar-bg-color .pe-4 {
    padding-right: 0px !important;
  }
  .mt-7 {
    margin-top: 77px !important;
  }
  .navbar-search .form-outline {
    width: 75%;
  }
  .w-60 {
    width: 60%;
    text-align: end;
  }
}
@media only screen and (max-width: 375px) {
  input#CertificateSearch {
    height: 38px;
    font-size: 16px;
  }
  button#navbarSearch {
    font-size: 14px;
  }
  .navbar-search .form-outline {
    width: 69%;
  }
  .navbar .container .navbar-bg-color .navbar-nav .nav-item {
    padding: 6px 40px !important;
  }
  .navbar .container .navbar-bg-color i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .navbar .container .navbar-bg-color .navbar-nav .nav-item {
    padding: 6px 35px !important;
  }
  .navbar .container .navbar-bg-color i {
    font-size: 22px;
  }
}
#home {
  display: none;
}

.gallery {
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.gallery .swiper-footer-container .next-prev-arrow {
  width: 25%;
  position: relative;
  bottom: 115px;
}
.gallery .swiper-footer-container .next-prev-arrow .swiper-button {
  padding: 25px;
}
.gallery .swiper-footer-container .next-prev-arrow .swiper-button::after {
  content: "";
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 75%;
  padding: 0;
  overflow: hidden;
  margin-left: auto;
}
.gallery-thumbs .swiper-slide {
  width: 200px;
  height: 250px;
  text-align: center;
  overflow: hidden;
  bottom: -50px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  bottom: 0px;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 183px;
}

.about-us .hading {
  font-size: 48px;
}
.about-us .hading-shadow {
  font-size: 56px;
  opacity: 10%;
  color: #9f2305;
}
.about-us .hading-shadow-page2 {
  font-size: 56px;
  line-height: 84px;
  font-weight: 600;
  opacity: 10%;
  color: #9f2305;
  width: 100%;
  padding: 16px !important;
  padding-top: 0 !important;
}
.about-us .top-head {
  font-size: 22px;
}
.about-us .row-padding {
  padding-top: 80px;
}
.about-us .row-padding .l-height {
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
}
.about-us .row-padding a {
  padding: 10px 36px;
}
.about-us .row-padding .about-padding {
  padding-left: 50px;
}
.about-us .row-padding .about-padding .img-border {
  position: relative;
}
.about-us .row-padding .about-padding .img-border::before {
  content: "";
  position: absolute;
  border: 5px solid #ddd888;
  border-top-left-radius: 205px;
  border-top-right-radius: 205px;
  top: -30px;
  bottom: 30px;
  left: 30px;
  right: -30px;
  z-index: 10;
}
.about-us .vision-section {
  padding-top: 103px;
}
.about-us .vision-section .vision-padding {
  padding-right: 50px;
}
.about-us .vision-section .vision-padding .img-border-2 {
  position: relative;
}
.about-us .vision-section .vision-padding .img-border-2::before {
  content: "";
  position: absolute;
  border: 5px solid #ddd888;
  border-bottom-left-radius: 205px;
  border-bottom-right-radius: 205px;
  top: 30px;
  bottom: -30px;
  left: -30px;
  right: 30px;
  z-index: 10;
}
.about-us .vision-section .vision-containe .l-height {
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
}
.about-us .new-l-height {
  line-height: 28px;
}

.new-about {
  padding-top: 189px;
}
.new-about a {
  width: 30%;
}

@media only screen and (max-width: 991px) {
  .about-us .hading {
    font-size: 38px;
    line-height: 57px;
  }
  .about-us .hading-shadow {
    font-size: 46px;
    line-height: 69px;
  }
  .about-us .hading-shadow-page2 {
    font-size: 46px;
    line-height: 69px;
  }
  .about-us .top-head {
    font-size: 22px;
  }
  .about-us .row-padding {
    padding-top: 54px;
  }
  .about-us .row-padding .l-height {
    font-size: 17px;
    line-height: 28px;
  }
  .about-us .row-padding .about-padding {
    padding-left: 30px;
  }
  .about-us .row-padding .about-padding .img-border {
    position: relative;
  }
  .about-us .row-padding .about-padding .img-border::before {
    content: "";
    position: absolute;
    border: 5px solid #ddd888;
    border-top-left-radius: 205px;
    border-top-right-radius: 205px;
    top: -20px;
    bottom: 20px;
    left: 20px;
    right: -20px;
  }
  .about-us .vision-section {
    padding-top: 64px;
  }
  .about-us .vision-section .vision-padding {
    padding-right: 30px;
  }
  .about-us .vision-section .vision-padding .img-border-2 {
    position: relative;
  }
  .about-us .vision-section .vision-padding .img-border-2::before {
    content: "";
    position: absolute;
    border: 5px solid #ddd888;
    border-bottom-left-radius: 205px;
    border-bottom-right-radius: 205px;
    top: 20px;
    bottom: -20px;
    left: -20px;
    right: 20px;
  }
  .new-about a {
    width: 50% !important;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .about-us .hading {
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .about-us .hading-shadow {
    font-size: 36px !important;
    line-height: 54px !important;
    width: 100%;
    padding: 16px !important;
    padding-top: 0 !important;
  }
  .about-us .hading-shadow-page2 {
    font-size: 36px !important;
    line-height: 54px !important;
  }
  .about-us .row-padding {
    padding-top: 44px !important;
  }
  .about-us .row-padding .l-height {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .about-us .row-padding .about-padding {
    padding-bottom: 15px;
    padding-left: 0 !important;
  }
  .about-us .row-padding .about-padding .img-border {
    position: relative;
  }
  .about-us .row-padding .about-padding .img-border::before {
    content: "";
    top: -15px;
    bottom: 15px;
    left: 15px;
    right: -15px;
  }
  .about-us .vision-section {
    padding-top: 44px !important;
  }
  .about-us .vision-section .vision-padding {
    padding-bottom: 40px !important;
    padding-right: 0px !important;
  }
  .about-us .vision-section .vision-padding .img-border-2 {
    position: relative;
  }
  .about-us .vision-section .vision-padding .img-border-2::before {
    content: "";
    top: 15px;
    bottom: -15px;
    left: -15px;
    right: 15px;
  }
}
.new-about {
  padding-top: 110px;
}

.diamond .hading-shadow {
  font-size: 56px;
  list-style: 84px;
  opacity: 10%;
  color: #9f2305;
}
.diamond .card-footer {
  font-size: 14px;
  line-height: 21px;
}
.diamond .hading-shadow-page2 {
  font-size: 56px;
  opacity: 10%;
  color: #9f2305;
  width: 100%;
  padding: 16px !important;
  padding-top: 0 !important;
}
.diamond .input-before {
  height: 90px;
}
.diamond .input-before::before {
  content: "";
  position: absolute;
  border: 4px solid #252d31;
  top: 10px;
  bottom: 5px;
  left: 15px;
  right: 10px;
}
.diamond .input-before input {
  padding-left: 30px;
  height: 70px;
  background-color: #f6f6f6;
  z-index: 1;
}
.diamond .input-before input:focus-visible {
  outline: none;
}
.diamond .input-before input::-moz-placeholder {
  color: #828282;
  line-height: 27px;
}
.diamond .input-before input::placeholder {
  color: #828282;
  line-height: 27px;
}
.diamond .input-before .search-icon {
  position: absolute;
  z-index: 10;
  right: 5%;
  bottom: 39%;
}
.diamond .pro-selection {
  height: 50px;
}
.diamond .pro-selection .grid-btn {
  background-color: #ddd888;
}
.diamond .pro-selection .grid-btn .icon-size {
  font-size: 32px;
}
.diamond .pro-selection .Short-item {
  background-color: #ddd888;
}
.diamond .pro-selection .Short-item .dropdown .dropdown-toggle:active {
  border: none;
}
.diamond .card-body {
  padding: 10px;
  background-color: #F6F6F6;
}
.diamond .card-body .card-title .title-padding {
  padding-top: 15px;
}
.diamond .card-body .card-title .medal-icon {
  font-size: 16px;
}
.diamond .card-body .card-title p {
  font-size: 16px;
}
.diamond .card-body .card-title .share-icon {
  font-size: 18px;
}
.diamond .card-body .card-text .text-padding {
  padding-top: 15px;
}
.diamond .card-body .card-text .bold-text {
  font-size: 16px;
}
.diamond .card-body .card-text p {
  font-size: 14px;
}
.diamond .card-body .card-text-2 .text-padding-2 {
  padding-top: 15px;
}
.diamond .card-body .card-text-2 .card-view {
  font-size: 12px;
}
.diamond .card-body .card-text-2 .card-down {
  font-size: 14px;
}
.diamond .modal .modal-dialog {
  width: 610px;
}
.diamond .modal .modal-dialog .modal-header .close-button {
  right: 2%;
  top: 4%;
  background-color: rgba(0, 0, 0, 0.5);
}
.diamond .modal .modal-dialog .modal-header .video-title {
  font-size: 16px;
  line-height: 24px;
}
.diamond .modal .modal-dialog .modal-body .modal-title b {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.diamond .modal .modal-dialog .modal-body .modal-title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.diamond .modal .modal-dialog .modal-body .modal-text a {
  padding: 5px 20px;
  line-height: 24px;
}
.diamond .modal .modal-dialog .modal-body .table {
  width: 100%;
}
.diamond .modal .modal-dialog .modal-body .table .table-data tr td {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.diamond .modal .modal-dialog .modal-body .table .table-data tr td:nth-child(even) {
  color: #4B4B4B;
}
.diamond .pagination a {
  padding: 7px 18px;
  width: 65px;
  height: 100%;
  font-size: 24px;
  border: 2px solid #ddd888;
}
.diamond .pagination a:hover:not(.active) {
  background-color: #dddddd;
}
.diamond .pagination a.active {
  color: #ddd888;
  background-color: #252d31;
}
.diamond .pagination .pagination-icon {
  background-color: #ddd888;
}

.new-page {
  padding-top: 201px;
}

@media only screen and (max-width: 991px) {
  .diamond .hading {
    font-size: 30px;
    line-height: 57px;
  }
  .diamond .hading-shadow {
    font-size: 40px;
    line-height: 69px;
    left: 18%;
  }
  .diamond .hading-shadow-page2 {
    font-size: 46px;
    line-height: 69px;
  }
  .diamond .diamond-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  .diamond .card-body .card-title .title-padding {
    padding-top: 10px !important;
  }
  .diamond .card-body .card-text .text-padding {
    padding-top: 10px !important;
  }
  .diamond .card-body .card-text .bold-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .diamond .card-body .card-text .checkbox-icon {
    font-size: 5px !important;
  }
  .diamond .card-body .card-text p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .diamond .modal .modal-dialog .modal-header .close-button {
    right: 4%;
    top: 6%;
  }
  .new-page {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .diamond .hading {
    font-size: 28px;
    line-height: 42px;
  }
  .diamond .hading-shadow {
    font-size: 36px;
    line-height: 54px;
    width: 100%;
    padding: 16px !important;
    padding-top: 0 !important;
  }
  .diamond .hading-shadow-page2 {
    font-size: 36px !important;
    line-height: 54px !important;
  }
  .diamond .input-before .search-icon {
    position: absolute;
    z-index: 10;
    right: 9%;
    bottom: 39%;
  }
  .diamond .card-body .card-title .medal-icon {
    font-size: 15px !important;
  }
  .diamond .card-body .card-title p {
    font-size: 14px;
  }
  .diamond .card-body .card-title .share-icon {
    font-size: 16px !important;
  }
  .diamond .card-body .card-text .bold-text {
    font-size: 14px;
  }
  .diamond .card-body .card-text p {
    font-size: 12px;
  }
  .diamond .modal .modal-dialog {
    width: 100%;
  }
  .diamond .modal .modal-dialog .modal-header .close-button {
    right: 4%;
    top: 6%;
  }
  .diamond .modal .modal-dialog .modal-header p {
    font-size: 12px !important;
  }
  .diamond .modal .modal-dialog .modal-body .modal-title b {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .diamond .modal .modal-dialog .modal-body .modal-title p {
    font-size: 12px;
    line-height: 23px;
    font-weight: 350;
  }
  .diamond .modal .modal-dialog .modal-body .table .table-data tr td {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 6px;
  }
  .diamond .pagination a {
    padding: 4px 10px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .new-page {
    padding-top: 110px !important;
  }
}
.choose-us .hading {
  font-size: 48px;
  line-height: 72px;
}
.choose-us .hading-shadow {
  font-size: 56px;
  line-height: 84px;
  opacity: 10%;
  color: #9f2305;
  width: 100%;
  padding: 16px !important;
  padding-top: 0 !important;
}
.choose-us .l-height {
  line-height: 32px;
}
.choose-us .card-l-height {
  line-height: 32px;
}
.choose-us .col-margin {
  padding-top: 100px;
}
.choose-us .col-margin .card .card-icon-bg {
  position: relative;
  z-index: 10;
}
.choose-us .col-margin .card .card-icon-bg::after {
  content: "";
  background-color: #ddd888;
  position: absolute;
  top: -8px;
  bottom: 8px;
  right: 8px;
  left: -8px;
  opacity: 0.2;
}
.choose-us .col-margin .card .card-body {
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .choose-us .hading {
    font-size: 38px;
    line-height: 57px;
  }
  .choose-us .hading-shadow {
    font-size: 46px;
    line-height: 69px;
  }
  .choose-us .l-height {
    font-size: 16px;
    line-height: 32px;
  }
  .choose-us .card-l-height {
    font-size: 17px;
    line-height: 28px;
  }
  .choose-us .col-margin {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 575px) {
  .choose-us .hading {
    font-size: 28px;
    line-height: 42px;
  }
  .choose-us .hading-shadow {
    font-size: 30px;
    line-height: 54px;
  }
  .choose-us .l-height {
    line-height: 26px;
  }
  .choose-us .col-margin {
    padding-top: 62px;
  }
}
.countind .counting-border {
  border-radius: 150px 0px;
  border-color: #ddd888 !important;
  width: 97%;
  position: relative;
}
.countind .counting-border::before {
  content: "";
  background-color: #ddd888;
  position: absolute;
  top: -20px;
  bottom: 20px;
  right: 20px;
  left: -20px;
  opacity: 0.2;
  border-radius: 150px 0px;
}
.countind .counting-body {
  padding: 94px 0px;
}
.countind .counting-body .count-hading {
  font-size: 56px;
  line-height: 84px;
}
.countind .counting-body .count-text {
  line-height: 27px;
}

@media only screen and (max-width: 991px) {
  .counting-body {
    padding: 72px 0px !important;
  }
  .counting-body .count-hading {
    font-size: 40px !important;
    line-height: 69px !important;
  }
}
@media only screen and (max-width: 651px) {
  .counting-border {
    width: 91% !important;
    border-radius: 150px 0px !important;
  }
  .counting-border::before {
    top: -15px !important;
    bottom: 15px !important;
    right: 15px !important;
    left: -15px !important;
    border-radius: 130px 0px;
  }
  .counting-body {
    padding: 49px 0px !important;
  }
  .counting-body .count-hading {
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 600;
  }
  .counting-body .count-text {
    font-size: 12px !important;
    line-height: 21px !important;
    font-weight: 500;
  }
}
.blog .hading {
  font-size: 48px;
}
.blog .hading-shadow {
  font-size: 53px;
  opacity: 10%;
  color: #9f2305;
}
.blog .swiper .swiper-slide .card {
  height: inherit;
}
.blog .swiper .swiper-slide .card .card-body .middle {
  opacity: 0;
}
.blog .swiper .swiper-slide .card .card-body:hover .middle {
  opacity: 1;
  z-index: 1;
  transition: 0.5s ease;
}
.blog .swiper .swiper-slide .card .card-body .card-text::before {
  content: "";
  background-color: #000000;
  transition: 0.5s ease;
  opacity: 0;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog .swiper .swiper-slide .card .card-body .card-text p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.blog .swiper .swiper-slide .card .card-body:hover ::before {
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  .blog .hading {
    font-size: 38px;
  }
  .blog .hading-shadow {
    font-size: 43px;
    line-height: 69px;
  }
  .blog .card-text p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
.card-text {
  max-height: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .blog .hading {
    font-size: 27px !important;
    line-height: 42px !important;
  }
  .blog .hading-shadow {
    font-size: 27px !important;
    line-height: 54px !important;
  }
  .blog .middle a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .blog .card-text p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.newsletter .hading {
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
}
.newsletter .hading .hading-r {
  color: #ddd888;
}
.newsletter .news-paragraph {
  margin-bottom: 20px;
  color: #1e1e1e;
  line-height: 32px;
}
.newsletter .l-height {
  line-height: 32px;
}
.newsletter .form {
  height: 100px;
}
.newsletter .form .border-position {
  width: 60%;
}
.newsletter .form .border-position .form-mail {
  background-color: #ddd888;
  z-index: 1 !important;
  height: 80px;
  width: 100%;
  font-size: 24px;
  padding-left: 36px;
  font-weight: 500;
}
.newsletter .form .border-position .form-mail::-moz-placeholder {
  color: #252d31;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.newsletter .form .border-position .form-mail::placeholder {
  color: #252d31;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.newsletter .form .border-position::before {
  content: "";
  position: absolute;
  border: 3px solid #252d31;
  top: 20px;
  bottom: -20px;
  left: 20px;
  right: -20px;
}
.newsletter .form .button-position {
  width: 30%;
}
.newsletter .form .button-position .form-button {
  background-color: #ddd888;
  height: 80px;
  width: 100%;
  font-size: 24px;
  list-style: 36px;
  font-weight: 600;
}
.newsletter .form .button-position::before {
  content: "";
  position: absolute;
  border: 3px solid #252d31;
  top: -20px;
  bottom: 20px;
  left: -20px;
  right: 20px;
}

@media only screen and (max-width: 991px) {
  .newsletter .hading {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
  }
  .newsletter .news-paragraph {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .newsletter .l-height {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .newsletter .border-position {
    width: 50% !important;
  }
  .newsletter .border-position .form-mail {
    font-size: 16px !important;
    padding-left: 33px !important;
  }
  .newsletter .border-position .form-mail::-moz-placeholder {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .newsletter .border-position .form-mail::placeholder {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .newsletter .button-position {
    width: 25% !important;
  }
  .newsletter .button-position .form-button {
    font-size: 16px !important;
    line-height: 33px !important;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .hading {
    font-size: 24px;
    line-height: 36px;
  }
  .newsletter .l-height {
    font-size: 18px;
    line-height: 24px;
  }
  .newsletter .border-position {
    width: 50% !important;
  }
  .newsletter .border-position .form-mail {
    font-size: 22px !important;
    padding-left: 33px !important;
    height: 60px !important;
  }
  .newsletter .border-position .form-mail::-moz-placeholder {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .newsletter .border-position .form-mail::placeholder {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .newsletter .border-position::before {
    top: 10px !important;
    bottom: -10px !important;
    left: 10px !important;
    right: -10px !important;
  }
  .newsletter .button-position {
    width: 25% !important;
  }
  .newsletter .button-position .form-button {
    font-size: 14px !important;
    line-height: 33px !important;
    height: 60px !important;
  }
  .newsletter .button-position::before {
    top: -10px !important;
    bottom: 10px !important;
    left: -10px !important;
    right: 10px !important;
  }
}
.footer .container-fluid {
  background-color: #f6f6f6;
  padding: 50px 0;
}
.footer .container-fluid .footer-col-1 img {
  padding-bottom: 44px;
}
.footer .container-fluid .hading {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.footer .container-fluid .list-unstyled {
  padding-left: 20% !important;
}
.footer .container-fluid .list-unstyled .font-bold {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
}
.footer .container-fluid .list-unstyled .fotter-p {
  color: #828282;
  font-size: 12px;
  line-height: 18px;
}
.footer .container-fluid .list-unstyled .footer-hading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.footer .footer-copyright {
  background-color: var(--ddr-primary-color);
  height: 60%;
}
.footer .footer-copyright a {
  color: #ddd888;
  font-size: 16px;
}
.footer .bottom-navbar {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  transition: all 0.5s ease;
}
.footer .bottom-navbar .navbar-bg-color {
  width: 100%;
  background-color: #ddd888;
  height: 80px;
}
.footer .bottom-navbar .navbar-bg-color .navbar-nav .active,
.footer .bottom-navbar .navbar-bg-color .navbar-nav li:hover a {
  color: #9f2305 !important;
}
.footer .bottom-navbar .navbar-bg-color .navbar-nav .active::after,
.footer .bottom-navbar .navbar-bg-color .navbar-nav li:hover a::after {
  content: "";
  border-bottom: 4px solid #9f2305;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  width: 100%;
  bottom: -16px;
  left: 0;
}
.footer .bottom-navbar .navbar-bg-color i {
  font-size: 32px;
}

@media only screen and (max-width: 1024px) {
  .footer .container-fluid .list-unstyled {
    padding-left: 10% !important;
  }
}
@media only screen and (max-width: 991px) {
  .footer .container-fluid {
    padding: 35px 0;
  }
  .footer .container-fluid .footer-col-1 img {
    padding-bottom: 34px !important;
  }
  .footer .container-fluid .hading {
    font-size: 22px !important;
    line-height: 33px !important;
    font-weight: 500 !important;
  }
  .footer .container-fluid .list-unstyled {
    padding-left: 0% !important;
  }
  .footer .container-fluid .list-unstyled a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .footer .container-fluid .list-unstyled .font-bold {
    font-size: 16px;
    margin-top: -3px;
  }
  .footer .container-fluid i {
    font-size: 18px !important;
  }
  .footer-copyright a {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding-top: 90px;
  }
  .footer .container-fluid .list-unstyled {
    padding-left: 0 !important;
  }
  .footer .container-fluid .mt-5 {
    margin-top: 0px !important;
  }
  .footer .container-fluid .mt-3 {
    margin-top: 0rem !important;
  }
  .footer .container-fluid .contactNo {
    margin-bottom: 5%;
  }
  .footer .container-fluid p.font-bold {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 375px) {
  .footer .footer-copyright a {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 320px) {
  .footer .footer-copyright a {
    font-size: 10px !important;
  }
}
.contact .hading {
  font-size: 48px;
  line-height: 72px;
}
.contact .hading-shadow {
  font-size: 56px;
  line-height: 84px;
  opacity: 10%;
  color: #9f2305;
  width: 100%;
  padding: 16px !important;
  padding-top: 0 !important;
}
.contact .form .form-size {
  width: 850px;
}
.contact .form .form-size label {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.contact .form .form-size .form-control {
  height: 60px;
  background-color: #ddd888;
  border: 2px solid #252d31;
  margin-bottom: 30px;
}
.contact .form .form-size .form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #828282;
}
.contact .form .form-size .form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #828282;
}
.contact .form .form-size textarea {
  height: 120px !important;
}
.contact .form .form-size .send-btn {
  width: 180px;
  height: 60px;
  color: #ddd888;
}

@media only screen and (max-width: 991px) {
  .contact .hading {
    font-size: 38px;
    line-height: 57px;
  }
  .contact .hading-shadow {
    font-size: 46px;
    line-height: 69px;
  }
}
@media only screen and (max-width: 575px) {
  .contact .hading {
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .contact .hading-shadow {
    font-size: 36px;
    line-height: 54px;
  }
  .contact .form .form-size .form-label-contact {
    font-size: 18px;
  }
  .contact .form .form-size label {
    font-size: 20px;
    line-height: 30px;
  }
  .contact .form .form-size .form-control {
    margin-bottom: 20px;
  }
}
.reel-section {
  height: calc(100% - 60px);
  position: relative;
  overflow: hidden;
}
.reel-section .video {
  position: relative;
  display: block;
  height: inherit;
}
.reel-section .video .video-slide {
  display: none;
  height: inherit;
}
.reel-section .video .video-slide video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reel-section .video .video-slide.current {
  display: block;
}
.reel-section .reels-conten .share-reels i {
  padding-top: 10px;
}
.reel-section .reels-conten .reels-text {
  position: relative;
  padding-top: 10px;
}
.reel-section .reels-conten .reels-text b {
  line-height: 36px;
  font-weight: 100%;
}
.reel-section .reels-conten .reels-text .time-content {
  font-size: 12px;
  line-height: 24px;
}
.reel-section .reels-conten .reels-text .time-content i {
  font-size: 10px !important;
}
.reel-section .reels-conten .reels-text .download-reels p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.reel-section .reels-conten .reels-body {
  padding: 10px 0px;
}
.reel-section .reels-conten .reels-body .first-contain {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
}
.reel-section .reels-conten .reels-body .second-contain p {
  font-size: 13px;
  line-height: 30px;
}

#close-btn,
#information-btn {
  right: 10px;
  font-size: 24px;
  border-radius: 50px;
  padding: 2px;
  vertical-align: middle;
  text-align: center;
}

#close-btn img,
#information-btn,
#information-btn img {
  width: 26px;
  height: 26px;
}

#close-btn,
#information-btn,
#information-table {
  position: absolute;
  color: #fff;
}

#ddr-report-player-controls .control-btn,
.ddr-report-container .share_data .share_link a {
  width: calc(20% - 14px);
  margin: 5px;
  padding: 5px 2px;
  height: 42px;
  cursor: pointer;
  outline: 0;
}

/* * {
    font-family: Arial, sans-serif
} */
.ddr-report-section *,
.top_information_block *,
.wrapper_block * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  margin: 0;
}

#ddr-v360 {
  display: table;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 8px 17px 2px rgba(150, 150, 150, 0.14), 0 3px 14px 2px rgba(150, 150, 150, 0.12), 0 5px 5px -3px rgba(150, 150, 150, 0.2);
  border-radius: 12px;
}

#ddr-report-player {
  position: relative;
  margin: 5px 5px 6px;
  width: 100% !important;
}

#Gem360,
#canvas360 {
  width: 100%;
}

#gem360-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
}

#gem360-loader img {
  position: relative;
  top: 0;
  width: 100%;
}

#progress-bar {
  position: absolute;
  width: 0%;
  height: 4px;
  background: #2f7cce;
  bottom: 4px;
}

#right-side {
  right: 5px;
}

#right-side img {
  width: auto;
  max-width: 100px;
}

#information-table {
  top: 0;
  width: 100%;
  height: calc(100% - 4px);
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

#information {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#information td:nth-child(odd) {
  text-align: right;
  padding: 4px 8px;
}

#information td {
  width: 50%;
  vertical-align: baseline;
}

#information-btn {
  bottom: 10px;
  line-height: 1.1;
  cursor: pointer;
  font-weight: 700;
  display: none;
}

#close-btn {
  display: none;
  top: 10px;
  width: 24px;
  height: 24px;
  line-height: 1;
  cursor: pointer;
}

#ddr-report-player-controls,
#information_inner {
  width: 100%;
}

#ddr-report-player-controls .control-btn {
  background: 0 0;
  box-shadow: none;
  border: 1px solid #222;
  border-radius: 8px;
}

#ddr-report-player-controls .control-btn:active,
#ddr-report-player-controls .control-btn:focus {
  -webkit-tap-highlight-color: transparent;
}

#ddr-report-player-controls .control-btn img {
  height: 28px;
  width: auto;
  vertical-align: middle;
}

#Gem360.invert {
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}

::-moz-selection {
  background: 0 0;
}

::selection {
  background: 0 0;
}

button::-moz-focus-inner {
  border: 0;
}

.right_block {
  display: none;
}

.ddr-report-container {
  display: table;
  height: 100%;
  width: 1090px;
  margin: 0 auto;
  padding: 0;
}

.ddr-report-container #ddr-report-player {
  margin: 0 0 6px;
}

body,
html {
  height: 100%;
}

.share_modal .modal-content,
.ddr-report-container #ddr-report-player-controls {
  margin-bottom: -5px;
}

.ddr-report-container .left-block {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px 0 0;
  border-right: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.ddr-report-container .right_block {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background: url(https://img.freepik.com/free-vector/realistic-polygonal-background_23-2148901867.jpg?size=626&ext=jpg&ga=GA1.1.87170709.1707782400&semt=ais) 0 0/cover;
  padding: 0 0 50px 0px;
  box-sizing: border-box;
  position: relative;
  border-left: 15px solid #fff;
}

.ddr-report-container .gem_data {
  border: 2px solid #dfdfdf;
  padding: 10px;
  min-height: 430px;
  background: #fff;
  box-sizing: border-box;
}

.ddr-report-container .right_block .ddr-diamond-details .information .col {
  font-weight: 100;
  display: table-row;
}

.ddr-report-container .right_block .ddr-diamond-details .information .col .label {
  display: table-cell;
  text-align: right;
  color: #afafaf;
  padding-right: 3px;
  box-sizing: border-box;
  font-size: 18px;
  vertical-align: bottom;
  white-space: nowrap;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 50%;
}

.ddr-report-container .right_block .ddr-diamond-details .information .col .info {
  display: table-cell;
  font-size: 21px;
  padding-left: 3px;
  box-sizing: border-box;
  line-height: normal;
  color: #333;
  font-weight: 100;
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 50%;
  word-break: break-all;
}

.ddr-report-container .right_block .ddr-diamond-details .information {
  display: list-item;
  vertical-align: middle;
}

.ddr-report-container .right_block .ddr-diamond-details {
  display: flex;
  min-height: 410px;
  margin: auto;
  width: 100%;
  align-items: center;
}

.ddr-report-container .share_data .share_link a {
  background: #fff;
  box-shadow: none;
  border: 1px solid #222;
  border-radius: 8px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}

.ddr-report-container .share_data .share_link {
  margin-left: -15px;
  margin-right: -7px;
}

.ddr-report-container .share_data {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 0;
  background: #fff;
  padding-top: 6px;
}

.ddr-report-container .middle_content {
  vertical-align: middle;
  display: table-cell;
  padding: 0;
}

.ddr-report-container #ddr-v360 {
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.ddr-report-container .middle_content .ddr-report-section {
  box-shadow: 0 8px 17px 2px rgba(150, 150, 150, 0.14), 0 3px 14px 2px rgba(150, 150, 150, 0.12), 0 5px 5px -3px rgba(150, 150, 150, 0.2);
  border-radius: 12px;
  display: table;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.ddr-report-container .middle_content .diamond-info-section {
  margin: 20px;
}
.ddr-report-container .middle_content .diamond-info-section .ddr-diamond-details .informations {
  margin: auto;
  width: 100%;
}

#Tilted img {
  transform: rotate(90deg);
}

.ddr-report-container .share_data .share_link a svg {
  display: block;
  margin: 3px auto;
}

.link_modal,
.share_modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: 0.3s 0.12s;
  transform: translate(-50%, -50%);
}

.close,
.linkclose {
  color: #aaa;
  font-size: 28px;
  font-weight: 700;
  margin-right: 9px;
  position: absolute;
  right: 0;
  top: 0;
}

.close:focus,
.close:hover,
.linkclose:focus,
.linkclose:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content > :first-child {
  margin-top: 0;
}

.modal-content > :last-child {
  margin-bottom: 0;
}

.modal_open {
  width: 100%;
  overflow: hidden;
}

.stroke-1 {
  stroke: red;
  stroke-width: 1;
}

::-moz-selection {
  background-color: #3390ff;
  color: #fff;
}

::selection {
  background-color: #3390ff;
  color: #fff;
}

.share_modal .modal-content .logo_popup {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 52%;
  left: 50%;
  text-align: center;
  background: #fff;
}

.share_modal .modal-content .logo_popup img {
  width: 130px;
}

.link_modal .modal-content {
  display: table;
}

.link_modal .modal-body a {
  border: 1px solid #222;
  background: 0 0;
  vertical-align: middle;
  cursor: pointer;
  padding: 8px;
  white-space: nowrap;
  margin-left: 15px;
  font-size: 14px;
  border-radius: 8px;
}

.link_modal .modal-body a:focus,
.link_modal .modal-body a:focus-within,
.link_modal .modal-body a:hover {
  outline: 0;
  background: #e7e7e7;
}

.ddr-dropbtn {
  background-color: white;
  padding-top: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.ddr-dropdown {
  position: relative;
  display: initial;
}

.ddr-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ddr-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block !important;
  border: 0px !important;
  text-align: start;
  font-size: 15px;
}

.ddr-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.ddr-dropdown:hover .ddr-dropdown-content {
  display: block;
}

.paramContent {
  display: none;
}

.stoneDetail {
  top: 65%;
  left: 50%;
  font-size: 9px;
}

.ddr-diamond-desc {
  margin-top: 20px;
}
.ddr-diamond-desc p {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0;
}

/**
* For diamonds params
*/
.ddr-diamond-params ul {
  font-size: 18px !important;
  position: relative;
  display: grid;
  width: 100%;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  grid-template-columns: 1fr 1fr;
}
.ddr-diamond-params ul li {
  display: grid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px 10px;
}
.ddr-diamond-params ul li .label {
  font-weight: 600;
}
.ddr-diamond-params ul li .label span:after {
  content: ":";
}
.ddr-diamond-params ul li:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.desktop-hide {
  display: none !important;
}

#ddr-report-player {
  background: transparent;
}
#ddr-report-player .spritespin-canvas {
  width: auto !important;
  height: 100% !important;
  margin: auto;
}

@media only screen and (max-width: 1120px) {
  .ddr-report-container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 991px) {
  .param-key {
    font-weight: 400;
  }
  .ddr-report-container .gem_data {
    min-height: auto;
  }
  .ddr-report-container .right_block .ddr-diamond-details {
    height: 292px;
    display: table;
    min-height: auto;
  }
  .middle_content .diamond-info-section {
    margin: 4%;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col .info {
    font-size: 16px;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col .label {
    font-size: 15px;
  }
  .link_modal .modal-body span {
    white-space: normal;
    word-break: break-all;
    display: inline-block;
  }
  .link_modal .modal-body a {
    display: inline-block;
  }
  .link_modal .modal-wrapper {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .desktop-hide {
    display: block !important;
  }
  #information td {
    font-size: 13px;
  }
  #ddr-v360 {
    max-width: 100%;
    padding: 6px;
    margin: 0 auto;
  }
  #ddr-report-player {
    margin: 4px 4px 5px;
  }
  #progress-bar {
    bottom: 5px;
  }
  #ddr-report-player-controls .control-btn,
  .ddr-report-container .share_data .share_link a {
    width: calc(20% - 12px);
    height: auto;
    margin: 4px;
  }
  #ddr-report-player-controls .control-btn img {
    height: 20px;
  }
  .ddr-report-container .left-block {
    width: 100%;
    display: block;
    border-right: 0;
    padding: 0;
  }
  .ddr-report-container .right_block {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 10px;
    border: 0;
    background: 0 0;
  }
  .ddr-report-container .share_data .share_link {
    margin-left: -5px;
  }
  .ddr-report-container .middle_content .ddr-report-section {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .ddr-report-container .share_data {
    position: relative;
    padding: 0;
    margin-top: 5px;
    margin-bottom: -10px;
    bottom: 0;
  }
  .ddr-report-container .right_block .ddr-diamond-details {
    height: auto;
  }
  .ddr-report-container .middle_content .diamond-info-section {
    margin: 0;
  }
  .ddr-report-container .middle_content {
    padding: 0;
    display: block;
  }
  .ddr-report-container .share_data .share_link a img {
    width: 20px;
  }
  .modal-wrapper {
    max-width: 300px;
    margin-left: 0;
    transform: translate(-50%, -50%);
    margin-top: 8px;
  }
  .ddr-report-container .gem_data {
    border: 0;
    border-top: 1px solid #dfdfdf;
    padding: 10px 0;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col .info {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 74px;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col .label {
    font-size: 12.5px;
    width: 86px;
    display: inline-block;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col {
    font-weight: 100;
    display: inline-block;
    width: 49.3%;
    margin: 1.5px 0;
    text-align: center;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col:last-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col:last-child span.label {
    text-align: right;
    float: left;
    padding-right: 0;
    width: 25%;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col:last-child span.info {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding-left: 5px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .ddr-report-container {
    padding: 0;
  }
  .ddr-report-container .share_data .share_link a svg {
    margin: 0 auto;
    height: 20px;
  }
  .link_modal .modal-wrapper {
    width: 100%;
  }
  .link_modal .modal-body a {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .link_modal .modal-body span {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  #information_inner {
    display: unset;
  }
}
@media only screen and (max-width: 425px) {
  .ddr-report-container .middle_content .diamond-info-section {
    margin: 0 !important;
  }
  .stoneDetail {
    top: 45% !important;
    left: 52% !important;
    /* margin-top: 0px !important */
  }
  .ddr-report-container .share_data {
    margin-top: -20px;
  }
  .stoneDetail table {
    /* width: 345px !important; */
  }
  .paramContent {
    margin-top: 0px !important;
  }
  #download-file {
    height: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .ddr-report-container .right_block .ddr-diamond-details .information .col .info {
    font-size: 12px;
    display: inline-block;
    width: 65px;
    word-break: break-all;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col .label {
    font-size: 10.5px;
    display: inline-block;
    width: 74px;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col:last-child span.label {
    text-align: right;
    float: left;
    padding-right: 0;
    width: 65px;
  }
  .stoneDetail table {
    /* width: 290px !important; */
  }
}
#progress_bar_section {
  position: absolute;
  bottom: -1px;
  width: 100%;
  background-color: #ddd;
  margin-bottom: 5px;
}

#progress_bar {
  height: 5px;
  background-color: #3895d3;
}

.link_modal .modal-body span {
  font-size: 16px;
  vertical-align: middle;
  width: calc(100% - 100px);
  display: table-cell;
  white-space: nowrap;
}

#link_copy_input textarea {
  width: 0;
  opacity: 0;
  font-size: 0px;
  padding: 0;
  border: 0;
  display: table;
}

.link_modal .modal-body {
  padding: 30px;
}

.link_modal .modal-body a {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .paramContent {
    display: block !important;
    font-size: 9px;
    border: 0px;
    margin-top: 25px;
  }
  .param-key {
    font-weight: bolder;
    padding-right: 0px;
  }
  .stoneDetail table {
    /* width: 215px; */
  }
  .card-body {
    padding: 0;
  }
  .stoneDetail {
    /* top: 62% !important; */
    left: 49% !important;
    /* margin-top: -40px; */
  }
  .ddr-report-container .middle_content .diamond-info-section {
    margin: 8.1%;
    /* margin-top: 10%; */
  }
  .link_modal .modal-body span {
    white-space: normal;
    word-break: break-all;
    display: inline-block;
  }
  .link_modal .modal-body a {
    display: inline-block;
  }
  .link_modal .modal-wrapper {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .link_modal .modal-wrapper {
    width: 100%;
  }
  .link_modal .modal-body a {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .link_modal .modal-body span {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .ddr-report-container .right_block .ddr-diamond-details .information .col .info,
  .ddr-report-container .right_block .ddr-diamond-details .information .col .label {
    font-weight: 500;
  }
}
