.contact-us-map-section iframe {
  min-height: 850px;
}

.wpb_gmaps_widget.contact-us-map-section .wpb_wrapper {
  padding: 0;
}

.vc_section.contact-us-content-section {
  padding-left: 5% !important;
  padding-right: 5% !important;
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}

.contact-us-content-section h5 {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: "FuturaPT-Book";
  color: #000;
}

.contact-us-content-section h5 strong {
  font-weight: 500 !important;
}

.contact-us-content-section p {
  font-size: 18px;
  color: #353535;
  margin-bottom: 15px;
  font-family: "FuturaPT-Light";
}

.contact-us-content-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-us-content-section ul li {
  font-size: 18px;
  color: #353535;
  position: relative;
  padding-left: 45px;
  margin-bottom: 14px;
  line-height: 40px;
}

.contact-us-content-section ul li::before {
  content: "";
  width: 38px;
  height: 38px;
  /* display: block; */
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../images/new-email-round-solid-icon.svg);
  /* background-position: -77px -23px; */
  background-repeat: no-repeat;
  display: inline-block;
  /* background-size: 164px; */
  /* background-color: #000; */
  border-radius: 100%;
  /* background-size: 30px 30px; */
  /* padding: 5px; */
  /* background-size: 25px; */
  /* background-repeat: no-repeat; */
  /* background-size: ; */
  background-position: center;
  background-size: 100%;
  transform: translateY(-50%);
}

.contact-us-content-section ul li:first-child::before {
  background-image: url(../images/Phone-svg-icon.svg) !important;
  /* background-position: -37px -23px !important; */
  background-color: #000;
  background-size: 21px;
  background-position: center center;
}

.contact-us-content-section ul li a {
  color: #353535;
}

.project_refrence_fields {
	margin-top: 105px;
}
.project_refrence_fields .project_reference {
  position: absolute;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  background-color: #757575;
  width: 100px;
  left: -130px;
  right: 0px;
  border-radius: 8px;
  line-height: 16px;
  display: none;
  text-align: center;
  padding: 8px;
  font-family: "FuturaPT-Light";
  font-weight: lighter;
}

.project_refrence_fields .project_reference::before {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  height: 41px;
  background-image: url(../images/fossled-sprite-img.png);
  background-position: -62px -90px;
  background-size: 227px;
  background-repeat: no-repeat;
  bottom: 0px;
  right: -24px;
  top: 0px;
  text-align: center;
  margin: auto;
  transform: rotate(270deg);
}

/* -----------dr 14-9---------- */
.bg-img {
  background-image: url("../images/my-project.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.projects_dashboard {
  max-width: 1730px;
  background: #ffffff90;
  margin: auto;
  width: 100%;
  padding: 86px 79px 0px;
}
.no_project_found {
  padding-bottom: 80px;
}
.no_project_found .projects_dashboard_hedging{
  margin-bottom: 6px;
}

.projects_dashboard #product_list_box {
  text-align: center;
}

/* .projects_dashboard #product_list_box label {
  font-family: "MyriadPro-Regular";
  font-size: 22px;
} */

.project_refrence_fields.project_ref_box .input_box label{
font-size: 27.82px;
font-family: "FuturaPT-Book";
}


.breadcrumbs {
  max-width: 1730px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumbs_text {
  font-family: "MyriadPro-Regular";
  font-size: 22px;
  color: #000;
  padding-left: 15px;
  text-transform: uppercase;
}

.safari .breadcrumbs_text {
  padding-top: 4px;
}

.breadcrumbs_text:focus {
  color: unset;
}

.breadcrumbs ul li::before,
.phone_no::before {
  content: "";
  background-image: url("../images/fossled-sprite-img.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: -559px -293px;
}

.breadcrumbs ul li::before {
  background-position: -528px -32px;
  rotate: 180deg;
}

.breadcrumbs ul li.rigth_arrow_li::before {
  content: none;
}

.breadcrumbs ul li.rigth_arrow_li {
  padding-right: 0;
}

.breadcrumbs ul li.rigth_arrow_li::after {
  content: "";
  background-image: url("../images/fossled-sprite-img.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: -528px -32px;
  margin-left: 0px;
}

.breadcrumbs ul li.new_project_list::after,
.breadcrumbs ul li.new_project_logout::after {
  content: "";
  background-image: url("../images/fossled-sprite-img.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  /* background-position: -559px -293px;
  rotate: 180deg; */
  background-position: -528px -32px;
}

.breadcrumbs ul li.new_project_list a,
.breadcrumbs ul li.new_project_logout a {
  padding-left: 0px;
  padding-right: 6px;
}

.breadcrumbs ul li.new_project_list::before,
.breadcrumbs ul li.new_project_logout::before {
  content: none;
}

.breadcrumbs ul li.rigth_arrow_li a {
  padding-left: 0;
  padding-right: 12px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 35px 0px;
  margin-bottom: 0px;
}

.breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding-right: 32px;
}

.page_title {
  font-family: "Futura PT Demi";
  font-size: 53px;
  color: #000;
  /* margin-bottom: 10px; */
  margin-bottom: 3px;
  line-height: 1;
}

/* 
.page_title {
    max-width: 425px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: horizontal;
    text-overflow: ellipsis;
    white-space: nowrap
} */

.phone_no {
  font-family: "MyriadPro-Regular";
  font-size: 29px;
  color: #000;
  display: inline-flex;
  align-items: center;
}

.phone_no::before {
  width: 40px;
  height: 40px;
  margin-right: 17px;
  background-image: url(../images/Phone-svg-icon.svg) !important;
  background-color: #000;
  background-size: 24px;
  background-position: center center;
  border-radius: 100%;
  background-repeat: no-repeat;
}

.safari .phone_no {
  padding-top: 12px;
}

.safari .phone_no::before {
/*   background-position: -45px -28px; */
}

.projects_dashboard_hedging {
/*   display: flex;
  align-items: center;
  justify-content: space-between; */
  margin-bottom: 60px;
}

.projects_dashboard_hedging .page_title {
  /*max-width: 377px;*/
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: horizontal;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.project_refrence_fields .input_box label,
.project_refrence_fields .input_box input {
  width: 100%;
}

.project_refrence_fields .input_box {
  margin-bottom: 33px;
  position: relative;
  text-align: left;
}

.project_refrence_fields .input_box.save_project_account {
  margin-bottom: 90px;
}

.project_refrence_fields.project_ref_box .input_box.form_btns .download_project_btn{
  margin-bottom: 70px;
}

.project_refrence_fields .input_box label {
  font-family: "FuturaPT-Light";
  font-size: 30px;
  color: #2b2929;
}

.project_refrence_fields .input_box label.error {
  font-family: "FuturaPT-Light";
  font-size: 16px !important;
  color: red;
  position: absolute;
  bottom: -36px;
  left: 10px;
}

.project_refrence_fields .input_box input {
  border: 1px solid #000;
  border-radius: 12px;
  padding: 18px 10px;
  font-family: "FuturaPT-Light";
  font-size: 24px;
  text-align: start;
  /* text-transform: lowercase !important; */
}

.project_refrence_fields .input_box input[type="email"] {
  text-transform: lowercase !important;
}

.project_refrence_fields .input_box input::placeholder {
  color: #808080;
  font-size: 24px;
}

.project_refrence_fields .input_box .form-check {
  padding-left: 0;
}

.project_refrence_fields .input_box .form-check input {
  width: unset;
}

.project_refrence_fields .form-check input {
  position: absolute;
  left: 0;
  top: 0;
  height: 35px !important;
  width: 35px !important;
  opacity: 0;
  cursor: pointer;
  width: 0;
  z-index: 11;
  margin: 0px !important;
}

.project_refrence_fields .form-check input:checked~label::after {
  display: block;
  background-color: #ccc;
  left: 16px;
  top: -3px;
  width: 11px;
  height: 18px;
  border: solid #2b2929;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.project_refrence_fields .form-check input:checked~label::before {
  background: #ccc;
}

.project_refrence_fields .form-check label {
  position: relative;
  left: 0;
  padding-left: 54px;
  cursor: pointer;
}

.project_refrence_fields .form-check label::before {
  content: "";
  border: 1px solid rgb(148, 147, 147);
  background-color: #fff;
  height: 43px;
  width: 44px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.project_refrence_fields .form-check label::after {
  content: "";
  background-image: url("../images/fossled-sprite-img.png");
  background-position: -607px -291px;
  display: none;
  height: 29px;
  width: 29px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 3px;
}

.login_popup_btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin: auto;
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  font-size: 33px;
  font-family: "FuturaPT-Book";
  border: unset;
  text-align: center;
  cursor: pointer;
  padding: 9px 0;
  line-height: 27px;
  display: inline-block;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  box-shadow: none;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}

.download_project_btn {
  background: unset;
  border: unset;
  font-size: 30px;
  font-family: "FuturaPT-Light";
  position: relative;
  padding-right: 45px;
  cursor: pointer;
  color: #000 !important;
}

.download_project_btn:hover {
  opacity: 0.5;
}

.download_project_btn::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
}

.form_btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.download_project_btn::before {
  content: "";
  background-image: url("../images/pdf_logo.png");
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.send_btn {
  background: #2b2929;
  border-radius: 50px;
  font-size: 27px;
  color: #fff;
  text-align: center;
  font-family: "FuturaPT-Book";
  padding: 10px;
  border: 0px;
  text-transform: uppercase;
  max-width: 260px;
  width: 100%;
  cursor: pointer;
  border: 1px solid transparent;
}

.send_btn:hover {
  color: #2b2929;
  border-color: #2b2929;
  background-color: #fff;
}

.product_inc {
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
  position: relative;
  max-width: 100px;
  margin: auto;
  margin-bottom: 15px;
  /* background-color: gray; */
  padding-right: 15px;
}

.product_inc input {
  max-width: 50px;
  min-width: 40px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #000;
}

.product_inc .product_inc_btn {
  background: #2b2929;
  color: #000;
  font-size: 24px;
  font-family: "FuturaPT-Book";
  text-align: center;
  border: unset;
  color: #fff;
  width: 23px;
  height: 17px;
}

.product_inc .product_inc_btn:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.product_inc .product_inc_btn:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

input[type="number"] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
  outline: unset;
}

textarea:focus {
  outline: unset;
}

.product_remove_btn {
  color: #ff3f3f;
  font-size: 19px;
  font-family: "FuturaPT-Book";
  background: unset;
  border: none;
}

.product_remove_btn:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

.my_dashboard_title_row textarea {
  padding: 10px;
  font-size: 25px;
  font-family: "FuturaPT-Light";
  resize: none;
  height: 100%;
  max-width: 350px;
}

.my_dashboard_title_row textarea::placeholder {
  color: #595959;
}

.projects_dashboard input {
  background: #fff;
  border: unset;
  color: #000;
  font-family: "FuturaPT-Book";
  font-size: 24px;
  text-align: center;
}

.container-fluid.bg-img {
/*   padding-bottom: 85px; */
}
.container-fluid.bg-img  footer {
	width: calc(100% + 30px);
	left: -15px;
	position: relative;
}

.tooltip_design {
  position: relative;
}

/* .tooltip_design .product_inc:hover~h3 {
    display: block;
} */

.table_scrool table.dashboard_table .ui-sortable .tooltip_design .product_inc:hover~h3 {
  display: none;
}

.tooltip_design h3 {
  font-size: 11px;
  text-transform: capitalize;
  color: #fff;
  background-color: #757575;
  width: 100px;
  text-align: center;
  position: absolute;
  border-radius: 8px;
  line-height: 16px;
  /* bottom: 0px; */
  left: 111%;
  /* top: 0; */
  text-align: center;
  margin: auto;
  padding: 8px;
  font-family: "Acumin-Variable-Concept(2)";
  font-weight: lighter;
  display: none;
  top: 50%;
  /* bottom: 0; */
  transform: translateY(-50%);
}

.tooltip_design h3::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 38px;
  background-image: url("../images/fossled-sprite-img.png");
  background-position: -57px -90px;
  background-size: 227px;
  background-repeat: no-repeat;
  bottom: 0px;
  left: unset;
  right: 90%;
  text-align: center;
  margin: auto;
  top: 0;
  transform: rotate(90deg);
}

.stat_heading {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "MyriadPro-Regular";
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.firefox .stat_heading::after {
  background-position: -116px -381px;
}

.heading::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/fossled-sprite-img.png");
  background-position: -116px -378px;
  display: block;
  margin-left: 10px;
  rotate: 30deg;
  margin: -24px -24px 0 auto;
}

.product_tabs .heading::after {
  height: 20px;
  background-position: -530px -34px;
  rotate: none;
  opacity: 0.6;
}

.product_tabs a.active.show .heading::after {
  transform: rotate(90deg);
  background-position: -530px -34px;
  opacity: 1;
}

.chrome .stat_heading::after {
  background-position: -116px -380px;
}

.safari .stat_heading::after {
  background-position: -116px -383px;
}

.product_specification .dataTables_filter label input {
  border: unset;
  height: 35px;
  max-width: 240px;
  width: 100%;
  font-size: 20px;
  font-family: "MyriadPro-Regular";
  color: #666666;
  margin-left: 0 !important;
  padding-left: 46px;
}

.product_specification .dataTables_filter label {
  font-size: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.product_specification .dataTables_filter label::before {
  content: "";
  width: 23px;
  height: 26px;
  background: url("../images/fossled-sprite-img.png");
  position: absolute;
  left: 8px;
  bottom: 0;
  margin: auto;
  top: 0px;
  background-position: -86px -378px;
}

.product_specification thead th,
.product_specification tbody td {
  color: #666666;
  font-size: 22px;
  font-family: "MyriadPro-Regular";
  text-align: center;
  text-transform: capitalize;
}

.product_specification tbody td {
  font-size: 22px;
  padding: 11px 18px !important;
  /* font-family: "Acumin-Variable-Concept(2)"; */
  font-family: "FuturaPT-Light";
  position: relative;
}

.product_specification tbody td>a {
  color: #000;
  border-bottom: dashed;
  border-bottom-width: 2px;
}

.product_specification tbody td>a:hover {
  text-decoration: none;
}

.product_specification tbody td .pdf_image {
  display: inline-block;
  width: 27px;
  height: 30px;
  background: url("../images/fossled-sprite-img.png") no-repeat;
  background-position: -55px -151px;
  cursor: pointer;
  /* width: 100px; */
  /* height: 100px; */
  background-size: 280px;
  transition: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.product_specification tbody tr.selected td .pdf_image,
.product_specification tbody tr:hover td .pdf_image {
  background-position: -55px -174px;
}

.product_specification tbody .selected .pdf_image {
  background-position: -42px -483px;
}

.product_specification .sta_table {
  /* max-width: 1600px; */
  /* new 14-12-2022 */
	
  max-width: 1500px;
  max-width:1860px !important;
  padding:0 30px;
  width: 100%;
  background: #fff;
  /* border: 1px solid red; */
  margin: auto;
  margin-top: 70px;
}

/* new 15-12-2022 */

.product_specification>.product_tabs {
/*   max-width: 1500px; */
  max-width: 1860px !important;	
	padding:0 30px;
  margin: 0 auto;
  position: relative;
}

/* ========== */
.product_specification .sta_table .dataTables_wrapper {
  overflow: hidden;
}

.product_specification table.dataTable.no-footer {
  border-bottom: unset;
}

.product_specification {
  padding-bottom: 80px;
}

.product_specification .dataTables_info {
  display: none;
}

.product_specification table.dataTable thead th,
.product_specification table.dataTable thead td {
  padding: 25px 18px;
}

.product_specification .dataTables_wrapper {
  position: unset;
}

.product_specification tbody tr td input {
  /* max-width: 60px; */
  width: 100%;
  text-align: center;
  background: transparent;
  border: 2px solid #666666;
  height: 30px;
  /* padding-top: 5px; */
}

.product-template-aluminium-profiles-single-product .product_specification tbody tr td input {
  max-width: 60px;
}

.product_specification tbody tr td input[type="number"]::-webkit-inner-spin-button,
.product_specification tbody tr td input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.product_specification table tbody tr:hover td.dataTables_empty {
  background: #fff !important;
  color: rgb(102, 102, 102) !important;
  transition: 0s !important;
}

.product_specification table tbody tr:hover {
  background: #333333;
  transition: 0s !important;
}

.product_specification table tbody tr {
  background: #333333;
  transition: 0s !important;
}

.product_specification tbody tr:hover td,
.product_specification tbody tr:hover td>a,
.product_specification tbody tr:hover td input {
  color: #fff;
}

.product_specification tbody tr:hover td input {
  border: 2px solid #fff;
}

/* new 14-12-2022 */

.product_specification tbody tr:hover td .quantity_box input.quntity {
  border: none;
}

/* ============ */

.product_specification {
  position: relative;
}

.product_specification .dataTables_filter {
  position: absolute;
  right: 0px;
	right:30px;
  left: unset;
  top: 18px;
}

.product_specification .heading {
  /* padding: 26px 55px; */
  padding: 26px 0px;
  padding-right: 40px;
}

.product_specification .heading .stat_heading {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.product_specification .nav-tabs .heading .stat_heading {
  margin-right: 0px;
  color: #666666;
}

.product_specification .nav-tabs .heading .stat_heading:hover {
  text-decoration: none !important;
  color: #000;
}

.product_specification .nav-tabs .active.show .heading .stat_heading {
  color: #000000;
}

.product_specification .nav-tabs .active.show .heading .stat_heading::after {
  rotate: 0deg;
}

.single-product .product_specification .product_tabs .nav-tabs {
  max-width: calc(100% - 300px);
  /* 	flex-wrap: unset; */
  border-bottom: none;
}
.chrome.single-product .product_specification .tab-header ul li {
	margin-right:86px;
}
.single-product .product_specification .tab-header ul li {
  /* max-width: 33.33%; */
	margin-right:86px;
}

.single-product .product_specification .tab-header ul li:last-child {
margin-right:0px;
}

.single-product .product_specification .product_tabs .tab-header {
  /* border-bottom: 1px solid #333; */
  /* new 15-12-2022 */
  position: relative;
  border: none;
}

.single-product .product_specification .product_tabs .tab-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 2px;
  width: 130vw;
  background: #999999;
  transform: translateX(50%);
}

.single-product .product_specification {
  overflow-x: hidden;
	width:100% !important;
}

.product_specification table.dataTable thead .sorting_desc span {
  /* background-image: url("../images/tabel-up-arrow.png"); */
  /* background-repeat: no-repeat; */
  /* background-position: right; */
  padding-right: 22px;
  font-size: 22px;
  font-family: "Acumin-Variable-Concept(2)";
  background-size: 12px;
}

.product_specification table.dataTable thead .sorting_asc span,
.product_specification table.dataTable thead .sorting span {
  /* background-image: url("../images/tabel-icon.png"); */
  /* background: green url("../images/fossled-sprite-img.png"); */
  /* background-repeat: no-repeat;
  background-position: right; */
  padding-right: 22px;
  /* background-size: 12px; */
  font-size: 22px;
  font-family: "Acumin-Variable-Concept(2)";
  position: relative;
}

.product_specification table.dataTable thead .sorting_asc span,
.product_specification table.dataTable thead .sorting_desc span {
  position: relative;
}

.product_specification table.dataTable thead .sorting span::before,
.product_specification table.dataTable thead .sorting_desc span::before,
.product_specification table.dataTable thead .sorting_asc span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 18px;
  height: 21px;
  background: url("../images/fossled-sprite-img.png") no-repeat;
  background-position: -532px -34px;
  right: 0;
}

.product_tabs .table_colums span {
  display: inline-block;
}

.product_specification table.dataTable thead .sorting_asc span::before {
  transform: translateY(-50%) rotate(-90deg);
}

.product_video {
  padding: 40px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 0;
}

.video-top-border {
  position: relative;
}

.video-top-border::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #808080;
  width: calc(100% + 30px);
  margin-left: -15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* .product_video::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #000;
    width: calc(100% + 30px);
    margin-left: -15px;
} */
.product_specification .dataTables_filter label input::placeholder {
  font-size: 20px;
}

.sta_table .dataTable {
  border-collapse: separate;
  border-spacing: 0px 13px;
  border-bottom: 33px solid #fff !important;
  width: 100% !important;
}

/* .sta_table .dataTable thead tr th:first-child span {
    background-image: unset;
} */

.product_specification table.dataTable thead .sorting_desc,
.product_specification table.dataTable thead .sorting_asc,
.product_specification table.dataTable thead .sorting {
  background-image: unset;
}

.product_specification table.dataTable thead .sorting_asc {
  background-image: unset;
}

.product_specification table.dataTable thead tr th {
  font-size: 22px;
  font-family: "Acumin-Variable-Concept(2)";
}

.product_specification table.dataTable tbody tr.selected {
  background-color: #333333;
}

.product_specification table.dataTable tbody tr.selected td>a {
  color: #fff;
}

.product_specification tbody tr.selected td input {
  border: 2px solid #fff;
  color: #fff;
  padding-top: 5px;
}

.firefox .product_specification tbody tr.selected td input {
  padding-top: 0px;
}

.product_specification table.dataTable tbody tr.selected td {
  color: #fff;
}

.product_specification .child ul li {
  padding-bottom: 0 !important;
}

.product_specification .child ul,
.product_specification .child ul li {
  width: 100%;
}

.product_specification table.dataTable tbody .child ul li span {
  min-width: 177px;
}

.product_specification .parent~.child td {
  text-align: left;
}

.product_specification table.dataTable>tbody>tr.child:hover {
  background: #333333 !important;
}

/* .product_specification .parent.selected td {
    text-align: left;
} */

.product_specification table.dataTable>tbody>tr.child ul.dtr-details>li {
  padding: 15px 0px;
  border-bottom: unset;
}

.product_specification table.dataTable.dtr-column>tbody>tr.parent td.dtr-control::before,
.product_specification table.dataTable.dtr-column>tbody>tr.parent th.dtr-control::before,
.product_specification table.dataTable.dtr-column>tbody>tr.parent td.control::before,
.product_specification table.dataTable.dtr-column>tbody>tr.parent th.control::before {
  content: "-";
  background-color: #333333;
  color: #ff6050;
}

/* .product_specification table.dataTable thead tr th{ white-space: nowrap;} */
.product_specification table.dataTable.dtr-column>tbody>tr>td.dtr-control::before,
.product_specification table.dataTable.dtr-column>tbody>tr>th.dtr-control::before,
.product_specification table.dataTable.dtr-column>tbody>tr>td.control::before,
.product_specification table.dataTable.dtr-column>tbody>tr>th.control::before {
  border: 0em solid #333333;
  background-color: #333333;
  box-shadow: unset;
  /* color: #33ba33; */
  color: #fff427;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  padding-right: 0.5px;
}

.page_detail {
  position: relative;
}

.page_detail .page_hover_msg {
  position: absolute;
  top: 70px;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  background-color: #757575;
  width: 100px;
  text-align: center;
  left: 260px;
  right: 0px;
  border-radius: 8px;
  line-height: 16px;
  display: none;
  text-align: center;
  padding: 8px;
  font-family: "FuturaPT-Light";
  font-weight: lighter;
}

.page_detail .page_hover_msg::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 38px;
  background-image: url("../images/fossled-sprite-img.png");
  background-position: -57px -90px;
  background-size: 227px;
  background-repeat: no-repeat;
  bottom: 0px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: auto;
  top: -98px;
  transform: rotate(180deg);
}

.add_to_project {
  font-family: "FuturaPT-Book";
  font-size: 18px;
  background-color: #333333;
  color: #fff;
  max-width: 350px;
  width: 100%;
  padding: 5px;
  position: relative;
  border: unset;
  margin-bottom: 25px;
  /* margin-top: 17px; */
  margin-top: 22px;
  text-transform: capitalize;
}

.page_detail .add_to_project:hover~.page_hover_msg {
  display: block;
}

.add_to_project::before {
  content: "";
  background-image: url("../images/white-star-icon.png");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

.add_to_project.yellow_star::before {
  background-image: url("../images/yellow-star-icon.png");
}

.page_detail {
  position: relative;
}

.page_detail .product_quality_input {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* ----------------------------------------- */
.select2_dropdown_design .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333333 transparent transparent transparent;
  border-width: 11px 7px 0 7px;
  margin-top: -4px;
}

.select2_dropdown_design .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 20px;
  font-family: "MyriadPro-Regular";
  padding-left: 0;
}

.select2_dropdown_design .select2-container--default .select2-selection--single .select2-selection__rendered span {
  color: #2b2929;
}

.select2_dropdown_design .select2 {
  /* max-width: 250px; */
  max-width: 300px;
  width: 100% !important;
  display: block;
}

.select2_dropdown_design {
  margin-bottom: 15px;
}

.select2_dropdown_design .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: unset;
  border-radius: 0px;
  border-bottom: 1px solid #000;
}

.select2_dropdown_design .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #5897fb;
}

.edit_pdf_icon {
  display: block;
}

.edit_pdf_icon::before {
  content: "";
  background: url("../images/pdf-icon.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 27px;
  display: block;
  background-size: cover;
}

.product_specification tbody tr:hover td .edit_pdf_icon::before {
  content: "";
  background: url("../images/white-pdf-icon.png");
}

/* .project_refrence_fields .error~.login_popup_btn {
    bottom: 54px;
} */

/* ----modal----- */
.modal-header {
  border-bottom: unset;
}

.modal-footer {
  border-top: unset;
}

input:focus {
  outline: unset;
}

.sta_table thead tr th,
.sta_table thead tr th span {
  font-weight: 300 !important;
}

.save_model .modal-dialog {
  max-width: 896px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: unset;
}

.save_model .modal-content {
  align-items: center;
  padding: 74px 0;
}

.save_model .modal-content .modal-body{
 padding: 0;
}

.save_model .modal-content .saved_popup_wrapper h4 {
  margin-bottom: 0px;
}

.sub-folder>.row>.col-6:last-child ul.sub_folder_name>label {
  position: unset !important;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  margin-left: 20px;
  opacity: 0;
}

.sub-folder>.row>.col-6:first-child ul.sub_folder_name>label {
  position: absolute !important;
  width: auto;
  margin-bottom: 0px !important;
}

.table_scrool {
  display: inline-block;
  width: 100%;
}

form.register .password-input {
  position: relative;
}

form.register .show-password-input::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  text-decoration: none;
}

form.register .show-password-input {
  position: absolute;
  right: 25px;
  top: 22px;
  margin: auto;
  cursor: pointer;
  height: 18px;
}

.find_out_btn:hover {
  opacity: 0.8;
}

.find_out_btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: #fff !important;
  padding: 0 !important;
  max-width: 280px;
  width: 100%;
  z-index: 11;
}

.find_out_btn a {
  color: #111;
  font-size: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  display: block;
  padding: 10px 20px !important;
  margin-right: 20px;
}

.find_out_btn a:hover {
  text-decoration: none;
}

.find_out_btn a::after {
  content: "";
  background: url(../images/black-arrow-icon.png);
  width: 15px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 6px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain !important;
}

.dark_btn {
  background: #2b292990 !important;
}

.dark_btn a {
  color: #fff;
}

.dark_btn a::after {
  content: "";
  background: url(../images/white-arrow-icon.png) no-repeat;
}

.le_icon {
  width: 155px;
  height: 155px;
  object-fit: cover;
}

.banner_slider_main .banner_content>div h2 span {
  display: none;
}

.banner_sliders_columns .banner_content.RightCenterTemplate {
  right: 290px;
  bottom: 70px;
  height: unset;
}

.RightCenterTemplate>div {
  background: unset !important;
  text-align: center;
  max-width: 385px;
}

.banner_slider_main .RightCenterTemplate>div h2 span {
  font-size: 30px;
  display: block;
  font-family: "FuturaPT-Light";
  color: #2b2929;
}

.RightCenterTemplate>div h2 {
  position: relative;
  word-break: break-word;
  line-height: unset;
  letter-spacing: 10px !important;
  padding-bottom: 10px;
  font-size: 65px !important;
  color: #2b2929;
}

.RightCenterTemplate>div h2::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}

.banner_slider_main .banner_content.RightCenterTemplate>div label {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #171717;
}

.banner_slider_main .banner_content.LeftCenterTemplate,
.banner_slider_main .banner_content.LeftCenterTemplateBg {
  left: 0;
  right: unset;
}

.banner_slider_main .banner_content.LeftCenterTemplate>div {
  background: unset !important;
}

.banner_slider_main .banner_content.LeftCenterTemplateBg>div {
  background: #00000095 !important;
  padding: 15px 35px;
}

.banner_slider_main .banner_content.LeftCenterTemplateBg>div h2,
.banner_slider_main .banner_content.LeftCenterTemplateBg>div label {
  color: #fff;
}

.banner_slider_main .banner_content.LeftCenterTemplateBg>div h2 {
  font-weight: normal !important;
  font-size: 60px;
  font-family: "FuturaPT-Medium" !important;
  letter-spacing: 10px;
}

.banner_slider_main .banner_content.LeftCenterTemplateBg>div label {
  font-size: 33px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.banner_slider_main .banner_content.RightTopTemplate {
  bottom: unset;
  height: unset;
  top: 20px;
}

.banner_slider_main .banner_content.RightTopTemplate>div {
  background: unset !important;
}

.banner_slider_main .banner_content.RightTopTemplate>div h2 {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  letter-spacing: 10px;
}

.banner_slider_main .banner_content.RightTopTemplate>div label {
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #fff;
  font-size: 36px;
}

.banner_slider_main .banner_sliders_columns .slick-dots {
  display: inline-block;
  width: auto;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50%;
}

.banner_slider_main .banner_sliders_columns .banner_content h2,
.banner_slider_main .banner_sliders_columns .banner_content h1 {
  font-family: "FuturaPT-Medium" !important;
  font-weight: normal !important;
  color: #2b2929;
}

/* -------------------------- */
@media (max-width: 1850px) {
  .project_refrence_fields .project_reference {
    left: 180px;
    right: 0px;
    top: -56px;
  }

  .project_refrence_fields .project_reference::before {
    bottom: 0px;
    right: 34px;
    top: 73px;
    transform: unset;
  }
}

@media (max-width: 1700px) {

  .product_specification table.dataTable thead .sorting_asc span,
  .product_specification table.dataTable thead .sorting span {
    font-size: 20px;
  }
	.single-product .product_specification .tab-header ul li {
		margin-right:43px;
	}
}

@media (max-width: 1499px) {
  .sub-folder>.row>.col-6:last-child .title_wrapper-project {
    height: 27px;
  }

  .sub-folder>.row>.col-6:first-child .title_wrapper-project {
    height: auto !important;
  }

  .single-product .product .product_individual_page .summary .page_title span {
    font-size: 45px;
  }

  .project_refrence_fields .input_box input {
  padding: 13px 10px;
  }
	
	.chrome.single-product .product_specification .tab-header ul li {
		margin-right:72px;
	}
	.single-product .product_specification .tab-header ul li {
		margin-right:0px;
	}
  /* .sub-folder > .row > .col-6:last-child ul.sub_folder_name > label{ }  */
}

@media (max-width: 1399px) {
  .product_specification .heading {
    /* padding: 26px 33px; */
    /* new 15-12-2022 */
    padding: 26px 0px;
    padding-right: 30px;
  }

  .projects_dashboard #product_list_box label {
    font-size: 19px;
  }

  #send_email {
    margin-top: 84px;
  }

  .project_ref_box .project_ref_checkbox{
    flex-direction: column-reverse;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1370px;
  }
}

@media (max-width: 1600px) {
  .product_specification .sta_table {
    max-width: 1340px;
  }
}

@media (min-width: 576px) {
  .recent_projects_modal {
    max-width: 100%;
  }
}

/* =======Media-Query-Start======== */
@media (max-width: 1490px) {
  /* .tooltip_design h3 {
        margin-left: 29px;
    } */
}

@media (max-width: 1425px) and (min-width: 1398px) {
  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    max-width: 110px;
    min-width: 90px;
  }
}

@media (max-width: 1399px) {
  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    max-width: 108px;
    min-width: 90px;
  }

  .table_scrool {
    /* overflow-x: auto; */
  }

  /* 
    .product_specification .sta_table {
        max-width: 90%;
    } */
  .single-product .product_specification {
    width: 100% !important;
    margin-left: 0px;
  }

  .project_ref_checkbox .input_box.align-items-start .form-check:last-child {
    margin-bottom: 0px;
  }

  .project_refrence_fields .form-check label::before {
		height: 35px;
		width: 35px;
	}
  .project_refrence_fields .form-check input:checked ~ label::after {
     left: 12px;
  }
  .project_ref_checkbox .form-check {
    margin-bottom: 33px;
  }
}

@media (max-width: 1359px) {
  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    max-width: 98px;
    min-width: 90px;
  }
	.chrome.single-product .product_specification .tab-header ul li {
		margin-right:10px;
	}
}

@media (max-width: 1274px) {
  /* .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
        max-width: 90px;
        min-width: 80px;
    } */

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    min-width: 100px;
    max-width: 100px;
  }

  .download_project_btn {
    font-size: 24px;
    padding-right: 40px;
  }

  .send_btn {
    font-size: 20px;
    padding: 10px;
    max-width: 164px;
    margin-left: 0px;
  }

  .project_refrence_fields .input_box label {
    font-size: 22px;
  }

  .projects_dashboard {
    padding: 66px 48px 20px !important;
  }

  .project_refrence_fields {
    margin-top: 60px;
  }

  .project_refrence_fields .input_box {
    margin-bottom: 37px;
  }

  .project_refrence_fields .input_box.save_project_account {
    margin-bottom: 57px;
  }

  /* .product_inc .product_inc_btn {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 22px;
    } */

  /* .product_inc input {
        max-width: 35px;
        min-width: 35px;
        font-size: 20px;
    } */

  .product_remove_btn {
    font-size: 17px;
  }

  .my_dashboard_title_row textarea {
    padding: 6px;
    font-size: 20px;
  }
}

@media (max-width: 1274px) and (min-width: 1200px) {
  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n + 1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n + 1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* background: red; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: yellow; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
}

@media (max-width: 1199px) {
  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    min-width: 110px;
    max-width: 110px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div h2 {
    font-size: 55px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div label {
    font-size: 33px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content.LeftCenterTemplate label {
    font-size: 18px;
  }

  .RightCenterTemplate>div h2 {
    font-size: 50px !important;
  }

  .banner_slider_main .RightCenterTemplate>div h2 span {
    font-size: 27px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content h2,
  .banner_slider_main .banner_sliders_columns .banner_content h1 {
    font-size: 55px;
  }

  .banner_sliders_columns .banner_content.RightCenterTemplate {
    right: 170px;
    bottom: 0px;
  }

  .find_out_btn {
    max-width: 255px;
  }

  .find_out_btn a {
    font-size: 31px;
    padding: 6px 20px !important;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div h2 {
    font-size: 50px;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div label {
    font-size: 30px;
  }

  /*     .product_specification .heading {
        padding: 18px;
        padding-left: 10px;
    } */

  .stat_heading {
    font-size: 20px;
  }

  .product_specification .dataTables_filter {
	/*right: 0; */
    top: 16px;
  }

  .sub-folder>.row>.col-6:last-child .title_wrapper-project {
    height: 15px;
  }

  .sub-folder>.row>.col-6:last-child ul.sub_folder_name>label {
    margin-bottom: 11px;
  }

  .single-product .product .product_individual_page .summary .page_title span {
    font-size: 43px;
  }

  .product_inc {
    padding-right: 20px;
  }

  .product_tabs a.active.show .heading::after {
    background-position: -528px -34px;
  }

  .product_tabs .heading::after {
    background-position: -532px -33px;
  }

  .product_specification table.dataTable thead th {
    padding: 25px 12px;
  }

  .product_specification tbody td {
    padding: 11px 12px !important;
  }
}

@media (max-width: 1157px) {
  /* .project_refrence_fields .input_box {
        margin-bottom: 12px;
    } */

  .project_refrence_fields .input_box input {
    border-radius: 12px;
    padding: 8px 10px;
    font-size: 20px;
  }

  .login_popup_btn {
    right: 10px;
    bottom: 7px;
    width: 30px;
    height: 30px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project_refrence_fields .form-check label::before {
    height: 30px;
    width: 30px;
  }

  .project_refrence_fields .form-check label::after {
    background-position: -1261px -207px;
    height: 28px;
    width: 27px;
    background-size: 482px;
  }

  .project_refrence_fields .input_box.save_project_account {
    margin-bottom: 36px;
  }

  .project_refrence_fields .input_box input::placeholder {
    font-size: 18px;
  }

  .send_btn {
    font-size: 18px;
    padding: 8px;
    max-width: 146px;
    margin-left: 0px;
  }

  .download_project_btn {
    font-size: 22px;
  }

  .project_refrence_fields .form-check input:checked~label::after {
    left: 10px;
    top: -4px;
  }

  .project_ref_checkbox .input_box.align-items-start .form-check{
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .find_out_btn a::after {
    right: -5px;
  }

  .find_out_btn {
    max-width: 200px;
  }

  .find_out_btn a {
    font-size: 25px;
  }

  .tooltip_design h3 {
    margin-left: unset;
  }

  .projects_dashboard {
    padding: 50px !important;
  }
}

@media (max-width: 991px) {
  .product_specification table.dataTable thead .sorting_desc span {
    font-size: 18px;
  }

  .heading::after {
    margin: -23px -23px 0 auto;
  }

  safari .phone_no::before {
    background-position: -25px -16px;
  }

  .safari .breadcrumbs_text {
    padding-top: 0px;
  }

  .safari .phone_no {
    padding-top: 0px;
  }

  .product_individual_page .page_detail .downlight-category-div {
    max-width: 350px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n + 1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n + 1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* background: red; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: yellow; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    min-width: 95px;
    max-width: 111px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div h2 {
    font-size: 47px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div label {
    font-size: 29px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content h2,
  .banner_slider_main .banner_sliders_columns .banner_content h1 {
    font-size: 35px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content.LeftBottomTemplate label,
  .banner_content_box .banner_content_description p {
    font-size: 18px;
  }

  .RightCenterTemplate>div h2 {
    font-size: 40px !important;
  }

  .banner_slider_main .RightCenterTemplate>div h2 span {
    font-size: 23px;
  }

  .banner_slider_main .banner_content.RightCenterTemplate>div label {
    font-size: 20px;
  }

  .find_out_btn a::after {
    width: 28px;
    height: 28px;
  }

  .find_out_btn {
    max-width: 190px;
  }

  .find_out_btn a {
    font-size: 22px;
    padding: 10px !important;
    margin-right: 10px;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div h2 {
    font-size: 45px;
    letter-spacing: 8px;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div label {
    font-size: 24px;
  }

  .table_scrool {
    overflow-x: auto;
  }

  .project_refrence_fields .error~.login_popup_btn {
    bottom: unset;
    top: 37px;
  }

  .product_specification .sta_table {
    margin-top: 40px;
  }

  .product_specification table.dataTable thead th,
  .product_specification table.dataTable thead td {
    padding: 8px 7px;
  }

  .product_specification tbody td {
    padding: 0px !important;
  }

  .product_specification .child ul li {
    padding: 8px 18px !important;
  }

  .product_specification thead th,
  .product_specification tbody td {
    font-size: 18px;
  }

  .product_specification tbody td {
    font-size: 16px;
    padding: 8px 7px !important;
  }

  .project_refrence_fields .row .col-6:first-child .input_box {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .send_btn {
    font-size: 18px;
    padding: 6px;
    max-width: 147px;
  }

  .project_refrence_fields .row .col-6:first-child .input_box .form-check {
    width: 100% !important;
  }

  .form_btns {
    align-items: flex-start;
    flex-direction: column;
  }

  .download_project_btn {
    max-width: 275px;
  }

  .project_refrence_fields .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .project_refrence_fields .row .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .breadcrumbs_text {
    font-size: 18px;
    padding-left: 8px;
  }

  .projects_dashboard_hedging {
    margin-bottom: 20px;
  }

  .page_title {
    font-size: 43px;
  }

  .phone_no {
    font-size: 25px;
  }

  .project_refrence_fields .input_box label {
    font-size: 25px;
  }

  .project_refrence_fields .input_box input {
    padding: 7px 10px;
    font-size: 20px;
  }

  .project_refrence_fields .input_box label {
    font-size: 20px;
  }

  .project_refrence_fields .form-check label::before {
    height: 25px;
    width: 25px;
  }

  .project_refrence_fields .form-check label::after {
    background-position: -562px -499px;
    height: 25px;
    left: 0;
    width: 25px;
    background-size: 350px;
  }

  .project_refrence_fields .form-check label {
    padding-left: 40px;
  }

  .download_project_btn {
    font-size: 24px;
  }

  .send_btn {
    font-size: 21px;
    padding: 8px;
    max-width: 165px;
    border-radius: 22px;
  }

  .projects_dashboard {
    padding: 40px !important;
  }

  .project_refrence_fields {
    margin-top: 20px;
  }

  .project_refrence_fields .input_box input::placeholder {
    font-size: 20px;
  }

  .login_popup_btn {
    bottom: 4px;
    width: 32px;
    height: 32px;
    font-size: 23px;
  }

  .project_refrence_fields .row .col-6:first-child .input_box .form-check {
    margin-bottom: 15px;
  }

  .form_btns button {
    margin-bottom: 0px;
  }

  .stat_heading {
    font-size: 18px;
  }

  .product_specification .heading {
    padding: 26px 22px;
    padding-right: 30px;
    padding-left: 0;
  }

  .product_specification .dataTables_filter label input {
    height: 32px;
    font-size: 16px;
    max-width: 160px;
  }

  .product_specification .dataTables_filter label input::placeholder {
    font-size: 16px;
  }

  .stat_heading::after {
    margin-left: 4px;
  }

  .breadcrumbs ul li {
    padding-right: 12px;
  }

  #send_email {
    margin-top: 60px;
  }

  .projects_dashboard .main_sub_total .sub_total_wrapper {
    padding: 12px 0px;
  }

  .projects_dashboard .main_sub_total {
    margin-bottom: 30px;
  }

  .project_refrence_fields .input_box.save_project_account {
    margin-bottom: 27px;
  }

  .project_refrence_fields .input_box {
    margin-bottom: 30px;
  }

  .product_specification .sta_table .dataTables_wrapper {
    overflow: auto !important;
  }

  .project_refrence_fields .project_reference {
    top: -61px;
    z-index: 11;
  }

  .single-product .product .product_individual_page .summary .page_title span {
    font-size: 34px;
  }

  .product_specification .dataTables_filter {
    top: 18px;
  }

  .mobile-my-projects .mobile_last_main_wrapper {
    align-items: flex-start;
  }

  .mobile-my-projects .mobile_last_main_wrapper .mobile_last_main_third .product_inc {
    /* display: flex !important; */
    margin-left: 0px;
    padding-right: 0;
  }

  .product_inc {
    padding-right: 5px;
  }

  .table_scrool .table.dashboard_table .my_product_units .product_inc {
    padding-right: 20px;
  }

  .table_scrool .table.dashboard_table .my_product_units .product_inc .product_inc_btn,
  .product_inc .product_des_btn {
    right: 0;
  }

  .tooltip_design h3 {
    left: 125%;
    top: 33%;
    transform: unset;
  }

  .single-product .product_specification .product_tabs .nav-tabs {
    max-width: calc(100% - 200px);
  }

  .project_refrence_fields .form-check input:checked~label::after {
    left: 8px;
  }

  .project_refrence_fields .form-check input:checked~label::after {
    width: 9px;
    height: 14px;
  }

  .project_refrence_fields .form-check input {
    height: 24px !important;
    width: 24px !important;
  }

  .breadcrumbs ul li::before {
    background-position: -528px -34px;
  }

  .breadcrumbs ul li.new_project_list::after,
  .breadcrumbs ul li.new_project_logout::after {
    background-position: -528px -31px;
  }

  .project_refrence_fields.project_ref_box .input_box.form_btns .download_project_btn {
    margin-bottom: 00px;
  }

  .project_ref_checkbox .input_box.align-items-start .form-check:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .single-product .product_specification .product_tabs .nav-tabs {
    max-width: unset;
  }

  .single-product .product_specification .tab-header ul li {
    max-width: 100%;
  }

  .heading::after {
    margin: -23px -23px 0 auto;
  }

  .project_refrence_fields {
    margin-top: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    min-width: 95px;
    max-width: 118px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n + 1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(5n + 1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* background: red; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(5n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: yellow; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .product_individual_page .page_detail .downlight-category-div {
    max-width: 659px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div h2 {
    font-size: 35px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div label {
    font-size: 23px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content h2,
  .banner_slider_main .banner_sliders_columns .banner_content h1 {
    font-size: 35px;
  }

  .RightCenterTemplate>div h2 {
    font-size: 33px !important;
  }

  .banner_slider_main .RightCenterTemplate>div h2 span {
    font-size: 20px;
  }

  .banner_slider_main .banner_content.RightCenterTemplate>div label {
    font-size: 17px;
  }

  .banner_slider_main .banner_content.RightCenterTemplate>div label {
    margin-top: 5px;
  }

  .banner_sliders_columns .banner_content.RightCenterTemplate {
    right: 130px;
  }

  .banner_slider_main .banner_sliders_columns .slick-dots {
    bottom: 5px;
  }

  .find_out_btn a {
    font-size: 18px;
  }

  .find_out_btn {
    max-width: 155px;
    bottom: 49px;
  }

  .find_out_btn a::after {
    width: 23px;
    height: 23px;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div h2 {
    font-size: 35px;
    letter-spacing: 5px;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div label {
    font-size: 23px;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div {
    padding: 15px 25px;
  }

  .single-product .product_specification .product_tabs .nav-tabs {
    /*         justify-content: space-between; */
    /* 		padding-left: 10px; */
  }

  .page_detail .page_hover_msg {
    left: unset;
    right: 50px;
    top: 232px;
    z-index: 11;
  }

  .sub-folder>.row>.col-6:last-child .title_wrapper-project {
    height: 8px;
  }
}

@media (max-width: 767px) {
  .safari .phone_no::before {
/*     background-position: -19px -12px; */
  }

  .contact-us-content-section .contact-address-two {
    margin-bottom: 30px !important;
  }

  .product_quality_input .product_value_num {
    font-size: 20px;
  }

  .contact-us-content-section h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "FuturaPT-Book";
  }

  .contact-us-content-section p {
    font-size: 16px;
  }

  .contact-us-content-section ul li {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 8px;
  }
/*
  .contact-us-content-section ul li:first-child::before {
    background-position: -35px -21px !important;
    background-size: 154px;
  }
*/
  .contact-us-content-section ul li::before {
    background-size: 159px;
    background-position: -76px -21px;
  }

  .vc_section.contact-us-content-section {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .contact-us-content-section .wpb_text_column {
    margin-bottom: 12px !important;
  }

  .vc_section.contact-us-content-section {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .contact-us-content-section p {
    margin-bottom: 10px;
  }

  .contact-us-map-section iframe {
    min-height: 700px;
  }

  .breadcrumbs_text {
    font-size: 14px !important;
    padding-left: 6px !important;
  }

  .breadcrumbs ul {
    padding: 14px 0px !important;
    flex-wrap: wrap;
  }

  .phone_no {
    font-size: 14px !important;
    white-space: nowrap;
  }

  .phone_no::before {
    width: 33px;
    height: 33px;
    /* background-position: -27px -17px; */
    /* background-size: 136px; */
    background-size: 20px;
    margin-right: 12px;
  }

  .breadcrumbs ul li::before,
  .breadcrumbs ul li.rigth_arrow_li::after {
    /* background-position: -760px -177px;
    background-size: 412px; */

    background-position: -810px -18px;
    background-size: 450px;
    width: 13px;
  }

  .breadcrumbs ul li.new_project_list::after,
  .breadcrumbs ul li.new_project_logout::after {
    /* background-position: -752px -177px;
    background-size: 412px; */
    background-position: -810px -17px;
    background-size: 450px;
    width: 13px;
  }

  .breadcrumbs ul li.new_project_list a,
  .breadcrumbs ul li.new_project_logout a {
    padding-right: 6px;
  }

  #send_email {
    padding-top: 100px;
    position: relative;
    margin-top: 30px;
  }

  .project_refrence_fields .col-6:first-child {
    position: unset;
  }

  .project_refrence_fields .col-6:last-child {
    position: unset;
    display: flex;
    flex-direction: column-reverse;
  }

  .project_refrence_fields {
    position: relative;
  }

  .project_refrence_fields .col-6:last-child .input_box:first-child,
  .project_refrence_fields .col-6:first-child .input_box:first-child {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .project_refrence_fields .col-6:last-child .input_box:last-child {
    padding-top: 100px;
  }
}

@media (max-width: 650px) {
  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    min-width: 95px;
    max-width: 120px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(5n + 1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(5n) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n + 1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* background: red; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: yellow; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .banner_slider_main .banner_content.LeftCenterTemplateBg>div label {
    font-size: 18px;
    letter-spacing: 0;
  }

  .find_out_btn {
    max-width: 170px;
  }

  .find_out_btn a {
    font-size: 17px;
  }

  .stat_heading {
    font-size: 16px;
  }

  .product_specification .heading {
    padding: 14px;
    padding-left: 0px;
    padding-right: 30px;
  }

  .projects_dashboard #product_list_box label {
    font-size: 16px;
  }

  .project_refrence_fields .input_box input {
    padding: 8px 10px;
    font-size: 16px;
  }

  .project_refrence_fields .input_box {
    margin-bottom: 35px;
  }

  .project_refrence_fields .input_box.save_project_account {
    margin-bottom: 35px;
  }

  .download_project_btn {
    font-size: 18px;
  }

  .send_btn {
    font-size: 16px;
    padding: 8px;
    max-width: 148px;
    border-radius: 18px;
  }

  .projects_dashboard {
    padding: 16px !important;
  }

  .project_refrence_fields .error~.login_popup_btn {
    top: 30px;
  }

  .login_popup_btn {
    line-height: 28px !important;
    padding: 5px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content h2, .banner_slider_main .banner_sliders_columns .banner_content h1 {
    font-size: 30px;
  }
  .banner_slider_main .banner_sliders_columns .banner_content.LeftBottomTemplate label{
    font-size: 16px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content.LeftBottomTemplate > div {
    margin-bottom: 100px;
  }

  .banner_content.LeftBottomTemplate + .find_out_btn {
    bottom: 40px;
    max-width: 225px;
  }

  .banner_content.LeftBottomTemplate + .find_out_btn.dark_btn a {
    font-size: 18px;
    padding: 12px 30px !important;
  }
}

@media (max-width: 575px) {
  .product_individual_page .page_detail .downlight-category-div {
    max-width: 350px;
  }
	body.chrome .product_individual_page .page_detail .downlight-category-div {
    max-width: 100%;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n + 1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(4n) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n + 1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* background: red; */
  }
  body.chrome .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n + 1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* background: red; */
  }
  body.chrome .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:last-child() {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /* background: red; */
  }	

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: yellow; */
  }
	
  body.chrome .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:nth-child(3n) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    /* background: yellow; */
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .downlight-category_wrapper .main_downlight_background .downlight-category-input-label {
    min-width: 75px;
    max-width: 96px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div h2 {
    font-size: 26px;
  }

  .banner_slider_main .banner_content.RightTopTemplate>div label {
    font-size: 18px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content.LeftCenterTemplate label {
    font-size: 16px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content h2,
  .banner_slider_main .banner_sliders_columns .banner_content h1 {
    font-size: 36px;
  }

  .RightCenterTemplate>div h2 {
    font-size: 29px !important;
  }

  .banner_slider_main .RightCenterTemplate>div h2 span {
    font-size: 18px;
  }

  .banner_slider_main .banner_content.RightCenterTemplate>div label {
    font-size: 16px;
  }

  .banner_sliders_columns .banner_content.RightCenterTemplate {
    right: 10px;
    bottom: 82px;
  }

  .find_out_btn a::after {
    width: 21px;
    height: 21px;
  }

  .contact-us-map-section iframe {
    min-height: 400px;
  }

  .product_video {
    margin-top: 5px;
  }

  .projects_dashboard_hedging {
    margin-bottom: 10px;
  }

  .page_title {
    font-size: 18px;
  }

  .phone_no {
    font-size: 22px;
  }

  .download_project_btn {
    font-size: 20px;
  }

  .send_btn {
    font-size: 19px;
    padding: 8px;
    max-width: 155px;
  }

  .project_refrence_fields .input_box input::placeholder {
    font-size: 18px;
  }

  .login_popup_btn {
    bottom: 6px;
    width: 28px;
    height: 28px;
    font-size: 19px;
  }

  .safari .login_popup_btn {
    bottom: 4px;
  }

  .project_refrence_fields .input_box label {
    font-size: 22px;
  }

  .project_refrence_fields .input_box input {
    padding: 7px 10px;
    font-size: 18px;
    padding-right: 38px;
  }

  .project_refrence_fields .input_box input::placeholder {
    font-size: 14px;
  }

  .project_refrence_fields .input_box label {
    font-size: 18px;
  }

  .projects_dashboard_hedging {
    flex-wrap: wrap;
  }

  .breadcrumbs ul li {
    padding-right: 0px;
  }

  .breadcrumbs_text {
    font-size: 12px !important;
    padding-left: 0px !important;
    padding-right: 4px;
  }

  .breadcrumbs ul li.rigth_arrow_li a {
    padding-right: 4px;
  }

  .phone_no::before {
    width: 28px;
    height: 30px;
    /* background-position: -21px -12px;
    background-size: 111px; */
    margin-right: 8px;
  }

  .select2_dropdown_design .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }

  .select2_dropdown_design .select2 {
    max-width: 200px;
  }

  .product_specification .heading {
    padding: 12px;
    padding-left: 0;
    padding-right: 30px;
  }

  .stat_heading {
    font-size: 14px;
  }

  .download_project_btn::before {
    right: 5px;
    top: 12px;
    background-size: 17px;
  }

  form.register .show-password-input {
    top: 12px;
  }

  .mobile-my-projects .mobile_last_main_wrapper .mobile_last_main_third .product_inc h2 {
    max-width: 100%;
    width: 100%;
  }

  .product_tabs .heading::after {
    background-position: -400px -21px;
    background-size: 500px;
    margin: -22px -23px 0 auto;
    width: 16px;
  }

  .product_tabs a.active.show .heading::after {
    background-position: -397px -21px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content.LeftBottomTemplate > div {
    margin-bottom: 50px;
    padding: 15px 30px 0px 25px;
  }
  .banner_content.LeftBottomTemplate + .find_out_btn {
    left: 25px;
  }
}

@media (max-width: 520px) {
  .project_refrence_fields .row .col-6:first-child .input_box {
    flex-direction: column;
  }

  .download_project_btn {
    font-size: 18px;
  }

  .send_btn {
    margin-left: 0px;
  }

  .project_refrence_fields .project_reference {
    left: 120px;
  }

  .safari .login_popup_btn {
    padding: 2px 0;
    line-height: 1px;
    display: inline-block;
  }
}

.mobile-my-projects .mobile_last_main_wrapper .mobile_last_main_third .product_inc button:last-child {
  padding-top: 4px;
  /* line-height: 20px; */
  text-align: center;
}

/* .mobile-my-projects .mobile_last_main_wrapper .mobile_last_main_third .product_inc{ background: #;} */
@media (max-width: 500px) {
  /* .sub-folder>.row>.col-6:last-child ul.sub_folder_name>label {
    display: none;
  } */

  .sub-folder > .row > .col-6:last-child ul.sub_folder_name > label {
    margin-bottom: 21px;
  }

  .sub-folder>.row>.col-6:last-child .title_wrapper-project {
    height: 0px;
  }

  .breadcrumbs {
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .tooltip_design h3 {
    left: 89%;
  }

  .product_inc .product_inc_btn,
  .product_inc .product_des_btn {
    right: 17px;
  }

  .table_scrool .table.dashboard_table .my_product_units .product_inc .product_inc_btn,
  .product_inc .product_des_btn {
    right: 0;
  }

  .mobile-my-projects .mobile_last_main_wrapper .mobile_last_main_third .product_inc input {
    margin-left: 12px;
  }

  .product_specification table.dataTable tbody .child ul li span {
    min-width: 50%;
  }

  .banner_slider_main .banner_sliders_columns .banner_content.LeftBottomTemplate > div {
    margin-bottom: 70px;
  }
}

@media screen and (max-width:400px){
  .banner_content.LeftBottomTemplate + .find_out_btn {
    bottom: 20px;
    max-width: 225px;
  }

  .banner_slider_main .banner_sliders_columns .banner_content.LeftBottomTemplate h2, .banner_slider_main .banner_sliders_columns .banner_content.LeftBottomTemplate h1 {
    font-size: 42px;
  }
}

@media (max-width: 1500px) and (min-width: 1199px) {
  .product_specification table.dataTable thead tr th {
    font-size: 18px;
    padding: 25px 12px;
  }

  .product_specification tbody td {
    font-size: 18px;
    padding: 11px 12px;
  }
}

/* =======Media-Query-End======== */