﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


:root{
    --bs-success-rgb: 63, 166, 107;
  --bs-info-rgb: 77, 83, 224;
  --bs-warning-rgb: 255, 142, 54;
  --primary:#0B9D98;
  --white: #fff;
 --grey: #8E8E8E;
}


body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0abbb5;
}

a {
  transition: 0.5s ease;
  color: #0abbb5;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.container{
  max-width: 1400px;
}

.dia_logo_div{
    width: 20% !important;
}

.dia-right,
.dia-left{
    width: 40% !important;
}

.banner .container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}

.login_wraper {
  background: url(../images/login-bg.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.login_wraper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 52.19%,
    rgba(255, 255, 255, 0) 114.72%
  );
  z-index: -1;
}

.login_wraper.register_wrapper{
  background: url(../images/register-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.login_box_wrap a.back_to_website {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #0abbb5;
  display: flex;
  align-items: center;
  margin: 0 0 60px;
}
.login_box_wrap a.back_to_website:hover {
  color: #000;
}
.login_box_wrap a.back_to_website img {
  margin-right: 10px;
  transition: 0.5s ease;
}

.login_box_wrap a.back_to_website:hover img {
  filter: brightness(0);
}

.login_box {
  padding: 25px 60px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  max-width: 550px;
}

.login_box h4 {
  text-align: center;
  font-size: 32px;
  line-height: 43px;
  margin: 0 0 40px;
}
.form-control {
  background: transparent;
  border: 0;
  padding: 0 20px;
}
.input-group-text {
  background: transparent;
  border: 0;
  padding: 0 20px;
  border-right: 1px solid #c6cfdc;
}

.input-group {
  padding: 20px 0;
  background: #f7f7f7;
  position: relative;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.field-icon.toggle-password {
  position: absolute;
  right: 20px;
  top: 23px;
  color: #c6c6c6;
  z-index: 9;
  cursor: pointer;
}

.forgot_password a {
  color: #767676;
}

.forgot_password a:hover {
  color: #0abbb5;
}

.btn_primary {
  background: #0abbb5;
  color: #fff;
  border: 0;
  padding: 8px 30px;
  width: 100%;
  max-width: 200px;
}

.submit_button {
  margin: 25px 0 35px;
}

.dont_have_account p {
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.dont_have_account p a:hover {
  color: #000;
}

footer {
  background: #003634;
}

/*.footer_logo {
  background: #fff;
  max-width: 210px;
  padding: 16px 35px 40px;
  border-radius: 0 0 100px 100px;
  margin: 0 0 30px;
}*/

.footer_logo {
    background: #fff;
    max-width: 260px;
    padding: 35px 35px 50px;
    border-radius: 0 0 120px 120px;
    margin: 0 0 30px;
}

.footer_logo img{
   width: 190px;
}

.footer_link {
  padding-top: 100px;
}
.address_wrap ul li {
  display: flex;
  margin: 0 0 15px;
}

.address_phone{
  width: calc(100% - 25px);
}

.address_wrap ul li .address_icon {
  width: 25px;
  margin-top: 3px;
}
.address_wrap ul li a {
  display: block;
  width: calc(100% - 25px);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  max-width: 350px;
  margin: 0 0 5px;
}

.address_wrap ul li a:hover {
  color: #0abbb5;
}

.footer_link h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 10px;
}

.footer_link ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  position: relative;
}
.footer_link ul li a:after {
position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #0abbb5;
    border-radius: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: ease 0.5s;
}
.footer_link ul li a:hover {
  padding-left: 10px;
}
.footer_link ul li a:hover:after {
  opacity: 1;
  transition: ease 0.5s;
}
.footer_link ul li a:hover {
  color: #0abbb5;
}

.footer_bottom {
  padding: 100px 0 70px;
}

.footer_bottom p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.newsletter {
  display: flex;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
}

.newsletter .form-control {
  background: #fff;
  padding: 12px 20px;
  border-radius: 0;
}
.btn_border {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 40px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  transition: 0.5s ease;
}
.btn_border:hover {
  background: #fff;
  color: #0abbb5;
}

.register_wrapper .login_box {
  max-width: 930px;
}
.our_partners_section {
    background-color: #F5F5F5;
    padding: 50px 0;
}
.header-img{
    width: 100%;
}

.pertner_slide .pertner_slide {
    height: auto !important;
}
.partner_slider_set .pertner_slide img{
    margin: 0 auto ;
}
.partner_slider_set .slick-track{
    display: flex;
    align-items: center;
}




@media (max-width: 991px){
  .login_box {
    max-width: 600px;
    padding: 25px 40px;
}

.login_wraper,
.login_wraper.register_wrapper {
  min-height: inherit;
  background-size: cover;
  padding: 100px 0;
}

  .container{
    width: 100%;
    max-width: 100%;
  }

  .container > *{
    margin: 0 15px;
  }

  .footer_link {
    padding-top: 40px;
}

.address_wrap ul li a{
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.footer_link h4 {
  margin-bottom: 2px;
}

.footer_bottom p {
  text-align: center;
  margin-bottom: 20px;
}

.newsletter{
  margin: 0 auto;
}

.footer_bottom {
  padding: 125px 0 60px;
}

.footer_logo {
  margin: 0 0 25px;
}

.address_wrap ul li {
  margin: 0 0 10px;
}

.login_wraper:before {
  background: linear-gradient( 90deg, #ffffff 0%, #ffffff 28.19%, rgba(255, 255, 255, 0) 114.72% );
}

}

@media (max-width: 767px){

  .footer_bottom p {
    font-size: 16px;
    line-height: 20px;
}

.banner .banner-txt P {
  font-size: 14px;
  line-height: 23px;
}

.banner .banner-txt h1 {
  font-size: 70px;
  line-height: 77px;
}

.btn_border {
  padding: 8px 30px;
}

.login_wraper,
.login_wraper.register_wrapper {
  padding: 80px 0;
}

.login_wraper:before {
  background: linear-gradient( 90deg, #ffffff 0%, #ffffff 20.19%, rgba(255, 255, 255, 0) 114.72% );
}

.login_box h4 {
  margin: 0 0 30px;
}

.login_box_wrap a.back_to_website {
  margin: 0 0 50px;
  font-size: 24px;
  line-height: 30px;
}

}

@media (max-width: 575px){
  .newsletter {
    display: block;
}

  .banner {
    height: 40vh !important;
}

  .banner-txt {
    padding-bottom: 30px !important;
}

.banner .banner-txt h1{
  font-size: 58px;
  line-height: 46px;
}

.newsletter .btn_border{
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}

.footer_bottom {
  padding: 90px 0 60px;
}

.login_box {
  padding: 25px 30px;
}

.login_wraper,
.login_wraper.register_wrapper {
  padding: 60px 0;
}

.submit_button {
  margin: 15px 0 20px;
}

.login_box h4 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 20px;
}

.footer_logo {
    margin: 0 auto 25px;
}


}

@media (max-width: 480px){
  .container > * {
    margin: 0;
}

.banner .banner-txt h1{
  font-size: 46px;
  line-height: 38px;
}

  .newsletter .form-control {
    padding: 10px 15px;
    font-size: 14px;
}

.login_box {
  padding: 20px 15px;
}

.input-group {
  padding: 15px 0;
}

.login_box_wrap a.back_to_website {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
}

.input-group-text {
  padding: 0 15px;
}

.field-icon.toggle-password {
  right: 15px;
  top: 20px;
}

.login_wraper.register_wrapper {
  padding: 50px 0;
}

.login_box h4 {
  font-size: 30px;
  line-height: 40px;
}

}

@media (max-width: 400px){
  .login_box h4 {
    font-size: 28px;
    line-height: 35px;
}
}




header.header_sec {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.header_sec .header_wrapper .navbar-nav .nav-link{
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 0;
  margin: 0 28px;
  transition: 0.5s;
}

.header_sec .header_wrapper .navbar-nav .nav-link.active{
    font-weight: 700;
}

.header_sec .header_wrapper .navbar-nav .nav-link:hover{
  color: #0ABBB5;
  transition: 0.5s;
}

.login-btn{
  display: inline-block;
  padding: 12px 30px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #0ABBB5;
  border: 1px solid #0ABBB5;
  color: #fff;
  margin: 0 5px;
}

.login-btn:hover{
  background: transparent;
  border: 1px solid #0ABBB5 !important;
  color: #0ABBB5;
}

.banner{
    background-image: url(../images/banner-img.png);
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-txt p{
   font-size: 16px;
   line-height: 26px;
   color: #003634;
   max-width: 610px;
   padding-top: 20px;
   margin: 0;
}

.banner-txt h1 span{
  color: #ffffff;
}

.banner-txt{
    padding-bottom: 80px;
}

.banner-txt h1{
  font-weight: 700;
  font-size: 110px;
  line-height: 109px;
  color: #003634;
  margin-bottom: 0;
}

.header_sec.header-sec{
  display: none;
}

.header_sec.header-sec .navbar-collapse{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
      transition: 0s;
}

.header_sec.header-sec .navbar-light .navbar-toggler {
  color: #000;
  border-color: transparent;
}

.header_sec.header-sec .navbar-light .navbar-collapse .navbar-toggler-icon {
    background-image: none;
    width: 26px;
    height: 3px;
    background: #404040;
    position: relative;
    transform: rotate(46deg);
}

.header_sec .navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}

.header_sec .navbar{
    padding: 25px 0;
}

.header_sec.header-sec .navbar-light .navbar-collapse .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    top: 0;
    right: 0;
    background: #404040;
    transform: rotate(90deg);
}

.header_sec.header-sec .navbar-nav{
  height: 100%;
    justify-content: center;
    align-items: center;
}

.navbar-collapse .navbar-toggler{
  position: fixed;
  top: 30px;
  right: 30px;
}

.header_sec.header_sec2.sticky-header{
  background-color: #fff;
  box-shadow: 0 0 1px 0 #282626;
      z-index: 99;
}
.header_sec.header_sec.sticky-header {
    background-color: #fff;
    box-shadow: 0 0 1px 0 #282626;
    z-index: 99;
}

.header_sec.header_sec2.sticky-header .header-img{
  width: 100%;
  max-width: 187px;
}

/*Page Css*/


.title {
  margin: 0 0 50px;
  text-align: center;
}

.title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: var(--primary);
  font-family: "Playfair Display", serif;
  position: relative;
  margin: 0;
  display: inline;
  z-index: 9;
  text-transform: capitalize;
}

.title h2:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 2px;
  background: url(../images/diamond-title.svg);
  width: 103px;
  height: 75px;
  background-repeat: no-repeat;
  z-index: -1;
  filter: grayscale(1);
}

.search_diamond_wrap {
    padding: 60px 0px;
}

.search_diamond_inner_wrap {
    padding: 35px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(116, 199, 197, 0.6);
    border-image: initial;
    background: #EFFEFE;
}

.search_filter_wrap .shape_wrap {
    margin-bottom: 20px;
}

.search_filter_wrap h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: var(--primary);
    margin: 0px 0px 10px;
}

.search_filter_wrap ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0px;
    padding: 0px 0px 10px;
    list-style: none;
}

.dragscroll {
    cursor: -webkit-grab;
    overflow: hidden;
}

/*.search_filter_wrap ul li {
    margin-right: 10px;
}*/

.search_filter_wrap ul li label {
    width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 0px;
}

.search_filter_wrap ul li label img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(1);
    margin-bottom: 10px;
}

.search_filter_wrap ul li label span {
    font-size: 12px;
    text-transform: capitalize;
    white-space: break-spaces;
    line-height: 14px;
}

.search_filter_wrap ul li input {
    display: none;
}

.search_filter_wrap ul li label svg{
     opacity:0.5;
     width: 40px;
     margin-bottom:10px;
     height: 40px;
}

.search_filter_wrap ul li label img[src=""] {
    opacity: 0;
}

.search_filter_wrap ul li input:checked+label svg{
     opacity:1;
}

.search_filter_wrap ul li input:checked+label {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.search_filter_wrap ul li input:checked+label > svg path{
    stroke: var(--primary);
}

.search_filter_wrap ul li input:checked+label img {
      filter: hue-rotate(-351deg);
}

.shape_wrap.color_wrap ul li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgb(124, 124, 124);
    width: auto;
    height: auto;
    padding: 10px 18px;
}

.range_slider_wrap {
  margin-bottom: 20px;
}

.irs--round .irs-bar {
  background-color: var(--primary);
}

.irs--round .irs-handle {
  top: 29px;
  width: 16px;
  height: 16px;
  border: 0;
  background-color: var(--primary);
  border-radius: 24px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: var(--primary);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: var(--primary);
}

.irs--round .irs-handle {
      box-shadow: 0 0 0px 6px rgb(0 0 0 / 15%);
}

.advance_search h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  margin: 0 0 30px;
  position: relative;
  border-bottom: 1px solid var(--primary);
  user-select: none;
}

.advance_search h3 span {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.advance_search h3 svg {
  transform: rotate(180deg);
  transition: 0.5s ease;
}
.advance_search  svg path{
    fill: #0b9d98;
}

.advance_search h3.active svg {
    transform: rotate(0);
}

.advance_search h3 span:before {
  position: absolute;
  content: "";
  right: -30px;
  top: 12px;
  width: 16px;
  height: 2px;
  background: var(--primary);
}

.advance_search h3 span:after {
  position: absolute;
  content: "";
  right: -23px;
  top: 5px;
  width: 2px;
  height: 16px;
  background: var(--primary);
}

.advance_search_content {
  display: none;
  /*margin: 0 0 20px;*/
}

.advance_search_content.open {
  display: block;
}

.advance_search h3.active span:after {
  display: none;
}

.advance_search h3.active img {
  transform: rotate(0);
}

.search_filter_wrap .form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 18px;
    background: #fff;
}

.btn_green {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0ABBB5;
    border-radius: 4px;
    text-decoration: none;
    padding: 12px 30px;
    border: 1px solid #0ABBB5;
    transition: all 0.5s ease 0s;
}

.btn_green:hover {
    color: var(--primary);
    background: rgb(255, 255, 255);
}

.left_button_wrap ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.left_button_wrap ul li {
    margin-right: 40px;
}

.top_button_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_white {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    text-decoration: none;
    padding: 12px 30px;
    border: 1px solid var(--primary);
    transition: all 0.5s ease 0s;
}

.btn_white:hover {
    color: rgb(255, 255, 255);
    background: var(--primary);
}

.btn_white img {
    margin-right: 10px;
    filter: inherit;
    transition: all 0.5s ease 0s;
}

.tabs-nav ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 25px 0px 30px;
    border-bottom: 1px solid rgb(219, 225, 230);
}

.tabs-nav ul li {
  padding: 0 25px;
  position:relative;
}

.tabs-nav ul li:first-child {
    padding-left: 0px;
}

.tabs-nav ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgb(28, 28, 29);
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 10px 0px;
    text-decoration: none;
}

.tabs-nav ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0px;
    height: 3px;
    transform: translate(-50%, 0px);
    background: var(--primary);
    transition: width 0.5s ease 0s;
}

.tabs-nav ul li.active a::after {
    width: 43px;
}

.select_box_wrap .bootstrap-select button {
  background: #fff;
  border-color: #dddddd;
}

button:focus {
  /*border: none !important;*/
  outline: 0 !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 0 auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

.cps_wrap {
    display: flex;
    align-items: center;
}

.cps_wrap h4 {
    margin-right: 15px !important;
}

.cps_wrap .my_custom_check .custome_checkbox label {
  padding: 0;
  padding-left: 30px;
  background: transparent;
  border: 0;
}

.cps_flex ul {
    display: flex;
    align-items: center;
}

.custome_checkbox [type="checkbox"]:not(:checked), .custome_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}

.my_custom_check .custome_checkbox [type="checkbox"]:not(:checked) + label::before, .my_custom_check .custome_checkbox [type="checkbox"]:checked + label::before {
    top: 0px;
}

.custome_checkbox [type="checkbox"]:not(:checked) + label::before, .custome_checkbox [type="checkbox"]:checked + label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px inset, rgba(203, 34, 237, 0.2) 0px 0px 0px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 3px;
    transition: all 0.275s ease 0s;
}

.custome_checkbox [type="checkbox"]:not(:checked) + label, .custome_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 27px;
    padding-right: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(124, 124, 124);
}

.custome_checkbox [type="checkbox"]:not(:checked) + label::after, .custome_checkbox [type="checkbox"]:checked + label::after {
    content: "✓";
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
    line-height: 0;
    transition: all 0.2s ease 0s;
}

.custome_checkbox [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0) rotate(45deg);
}

.my_custom_check .custome_checkbox [type="checkbox"]:not(:checked) + label::after, .my_custom_check .custome_checkbox [type="checkbox"]:checked + label::after {
    top: 10px;
}

.search_input_wrap .search_input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}

.search_input_wrap .search_input:focus {
  box-shadow: none;
  outline: 0;
}

.diamond_search_table .link-primary:hover {
    color: var(--primary);
}

.form-control {
    border-bottom: 1px solid #dbe1e6 !important;
    border: 0;
}

/* JQX GRID  */
.report_grid .jqx-grid-cell-pinned {
  background-color: #F5F5F5;
}

.report_grid .jqx-fill-state-normal {
  border-color: #DDDDDD;
  background: #ECE9F1;
}

.report_grid .jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-expand.jqx-icon-arrow-down ~ .jqx-grid-group-cell,
.jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-collapse.jqx-icon-arrow-right ~ .jqx-grid-group-cell {
  border-right: none;
  background-color: #F5F5F5;
}

/*.jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}*/

.jqx-fill-state-normal, .jqx-widget-header {
  border-color: #DDDDDD !important;
}

.jqx-widget-header {
  color: #fff !important;
  text-transform: uppercase;
  background-color: var(--primary) !important;
}

.jqx-widget-content {
  border-color: #DDDDDD !important;
}

.report_grid .jqx-fill-state-normal {
  border-color: var(--primary) !important;
  background-color: #fff !important;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-group-cell {
  border-color: #DDDDDD !important;
}

.jqx-fill-state-hover {
  border-color: #DDDDDD !important;
  background: #ECE9F1 !important;
}

.jqx-fill-state-pressed {
  background: #DDDDDD !important;
}

.jqx-fill-state-pressed, .CheckedRowSelection.jqx-fill-state-pressed {
  background: #DDDDDD !important;
}
.CheckedRowSelection {
    background: #effefe;
}

.report_grid .jqx-scrollbar-thumb-state-normal,
.report_grid .jqx-scrollbar-thumb-state-normal-horizontal {
  background-color: #959595 !important;
  border: 0 !important;
}

.jqx-widget,
.jqx-widget-header,
.jqx-fill-state-normal,
.jqx-widget-content,
.jqx-fill-state-hover,
.jqx-fill-state-pressed {
  font-family: inherit;
}

.jqx-grid-cell {
  border: 0;
}

.jqx-grid-column-header,
.jqx-grid-columngroup-header {
  border: 0;
}

.jqx-grid-column-menubutton {
  border: 0;
}

/* JQX GRID END */


.badge-sm.badge-circle {
    width: 21px;
    height: 21px;
}

.badge-circle {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0px;
    border-radius: 50%;
}

.bg-success {
    --bs-bg-opacity:  1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity:  1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-20 {
    --bs-bg-opacity: 0.2;
}

.text-info {
    --bs-text-opacity:  1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}


.btn-base {
    text-align: start;
    background-color: transparent;
    appearance: none;
    font-size: 20px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    text-decoration: none;
}

.link-primary {
    color: var(--primary);
}

.jqx-grid-cell.jqx-item a {
    color: var(--primary);
    font-weight: 400;
    margin-top: 9.5px;
    text-decoration: underline;
}


    .link-primary:focus, .link-primary:hover {
    color: var(--primary);
}

.dsbtn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 100%;
    height: 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
        background: transparent;
}

.icon-imgexist {
  background: url("../../WebstoreBeforeContent/images/img.svg") no-repeat center center;
filter: invert(56%) sepia(70%) saturate(5330%) hue-rotate(150deg) brightness(93%) contrast(91%);

}

/*.icon-imgnoexist {
  background: url("../../WebstoreBackendContent/images/icons/Image_notexists.png") no-repeat center center;
}*/

.icon-videoexist {
  background: url("../../WebstoreBeforeContent/images/video.svg") no-repeat center center;
  filter: invert(56%) sepia(70%) saturate(5330%) hue-rotate(150deg) brightness(93%) contrast(91%);
}

/*.icon-videonoexist {
  background: url("../../WebstoreBackendContent/images/icons/Video_notexists.png") no-repeat center center;
}*/

.icon-urlexist {
  background: url("../../WebstoreBackendContent/images/icons/urlexist.png") no-repeat center center;
filter: invert(56%) sepia(70%) saturate(5330%) hue-rotate(150deg) brightness(93%) contrast(91%);
}

.icon-urlnoexist {
  background: url("../../WebstoreBackendContent/images/icons/urlnoexist.png") no-repeat center center;
filter: invert(56%) sepia(70%) saturate(5330%) hue-rotate(150deg) brightness(93%) contrast(91%);
}

.shape_icon {
    margin-top: 13px;
    margin-left: 10px;
}

.shape_icon img {
    width: 24px;
    margin-right: 5px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0);
}

.jqx-grid-cell {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.search_filter_wrap ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.search_filter_wrap ::-webkit-scrollbar-track {
      background: #f7f7f7;
}

.search_filter_wrap ::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.search_filter_wrap ::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.report_grid .jqx-scrollbar-thumb-state-normal,
.report_grid .jqx-scrollbar-thumb-state-normal-horizontal {
  background-color: #959595 !important;
  border: 0 !important;
}

/*.report_grid .jqx-scrollbar-thumb-state-normal, .report_grid .jqx-scrollbar-thumb-state-normal-horizontal {
    background-color: #80b3b2 !important;
    border: 0 !important;
}*/

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: var(--primary);
}

/*.report_grid .jqx-fill-state-normal {
    border-color: var(--primary) !important;
    background-color: #fff !important;
}*/

 /*.address_wrap ul li .location_icon{
     width: 7%;
}
 .address_wrap ul li .location_address{
     width: calc(100% - 7%);
}*/

 .login-btn_collapse{
     display: none
 }


@media (max-width: 1400px){
  .container {
    max-width: 1280px;
  }
  .header_sec .header_wrapper .navbar-nav .nav-link {
    margin: 0 15px;
  }
}

@media (max-width: 1280px){
.container {
    max-width: 1120px;
}
.header_sec .header_wrapper .navbar-nav .nav-link {
  margin: 0 10px;
}
.header_sec .header_wrapper .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
}

@media (max-width: 1120px){
  .header_sec.header-sec{
    display: block;
        z-index: 99;
  }

  .header_sec .header_wrapper .navbar-nav .nav-link {
    margin: 10px 0;
}
    .diamond_search_table {
    position: relative;
    z-index: 98;
    }
  .header_sec{
    display: none;
  }
  .login-btn {
    margin: 10px 0;
  }
  .login-btn {
    padding: 0 !important;
    background: transparent;
    border: 1px solid transparent;
    color: #003634;
  }
  .login-btn:hover {
    padding: 0 !important;
    background: transparent;
    border: 1px solid transparent;
    color: #003634;
  }
  .top_button_wrap {
    flex-wrap: wrap;
}
  .left_button_wrap {
    margin-bottom: 15px;
}
  .banner-txt h1 {
    font-size: 90px;
    line-height: 89px;
}
    .logo_img {
      max-width: 200px;
      width: 100%;
    }
     .login-btn_collapse{
     display: block;
     font-weight: 700;
     margin: 0 5px;
     margin: 0 20px;
    background: transparent;
    color: #000;
    border: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: revert !important;
    transition: 0.5s ease;
 }
         .login-btn_collapse:hover{
        color: #0abbb5;
 }
     .header-sec .header_wrapper .navbar {
         justify-content: flex-end !important;
     }
     .header-sec .header_wrapper .navbar .navbar-brand{
         margin-right: auto;
     }
}

@media (max-width: 991px) {
.search_diamond_inner_wrap {
    padding: 30px;
}

.header_sec .navbar{
    padding: 10px 0;
}

.title h2 {
    font-size: 38px;
    line-height: 48px;
}
.select_box_wrap .bootstrap-select button {
    margin-bottom: 15px;
}
.banner-txt h1 {
    font-size: 80px;
    line-height: 79px;
}

  .banner{
      height: 56vh
  }
}

@media (max-width: 767px) {
    .search_diamond_wrap {
    padding: 50px 0;
}
    .title h2 {
    font-size: 35px;
    line-height: 40px;
}
    .search_diamond_inner_wrap {
    padding: 20px;
}
    .search_filter_wrap h4, .advance_search h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
}
}

@media (max-width: 575px) {
    .title {
    margin: 0 0 30px;
}
    .title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .search_diamond_wrap {
    padding: 40px 0;
}
    .title h2:before {
  background-size: 80px;
  left: -40px;
}
}

@media (max-width: 480px) {
.title h2 {
    font-size: 25px;
    line-height: 39px;
}

.field-validation-error span{
    font-size: 12px;
}

.search_diamond_wrap {
    padding: 30px 0;
}
.search_filter_wrap ul li label {
    width: 70px;
    height: 70px;
}

    .search_filter_wrap ul li label span {
        font-size: 11px;
    }
.search_filter_wrap .shape_wrap {
    margin-bottom: 20px;
}
.btn_green {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 20px;
}
.search_diamond_inner_wrap {
    padding: 15px;
}
.shape_wrap.color_wrap ul li label {
    font-size: 12px;
    line-height: 20px;
}
.search_filter_wrap ul li label svg {
    width: 35px;
    height: 35px;
}
    .search_filter_wrap h4, .advance_search h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0px 0 8px;
    }
    .btn_green {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 20px;
}
    .btn_white {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 20px;
}
    .tabs-nav ul {
    margin: 25px 0 10px 0;
}
    .logo_img {
    max-width: 120px;
    width: 100%;
}

    .title h2:before {
    background-size: 60px;
    left: -30px;
}

}

@media (max-width: 380px){
    .banner .banner-txt h1 {
    font-size: 41px;
    line-height: 38px;
}

    .custome_checkbox [type="checkbox"]:not(:checked) + label, .custome_checkbox [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 27px;
        padding-right: 10px;
    }
}



.offcanvas-header {
  color: #fff;
  background-color: var(--primary);
}

.offcanvas-footer {
  padding: 1rem 1rem;
  border-top: 1px solid #DDDDDD;
}

.offcanvas-detail {
  width: 1100px;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    display: flex;
    align-items: center;
}
.btn-outline-primary i{
    margin-right:5px;
}
.btn-xs {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0;
}
[class*=btn-outline] {
    background-color: #fff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0.75rem 1.5rem;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0a6a68;
    border-color: #0a6462;
}
.link-primary:focus, .link-primary:hover {
    color: #0a6a68;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0b9d98;
}
.header_sec.header-sec .navbar-collapse {
    transition: 0s;
}
.loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.round {
  position: absolute;
  border-radius: 100%;
  top: 7px;
  left: 7px;
  height: 16px;
  width: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#0abbb5));
  background: linear-gradient(to bottom, #fff 0, #0abbb5 100%);
  -webkit-animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.out_border {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border: 2px solid;
  -webkit-animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  border-radius: 100%;
  border-color: #fff #0abbb5;
}

@-webkit-keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
