
 .single-content h2, .single-content h3,
   .single-content h4, .single-content h5, .single-content h6 {
  color: var(--content);
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}

.post-title{
  width: 100%;
  font-weight: 700;
  margin: 16px 0;
  display: inline-block;
  font-size: 1.5rem;
}

.sidebar-title, .related-title, .comment-title {
  width: 100%;
  font-weight: 600;
  display: block;
}


.post-thumbnail {
  position: relative;
  height: 400px;
  width: 100%;

}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}






/* .paper-cats{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.paper-cats a{
  margin: 4px 4px;
  padding: 4px 12px ;
  border-radius: 16px;
  background-color: var(--primery);
  color: var(--wihte);
  font-size: 0.9rem;
}

.paper-item-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.paper-item-box{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray);
  background-color: #ced4da45;
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 0.9rem;
  margin-left: 8px;
  margin-bottom: 10px;
}

.paper-item-box svg
{
  margin-left: 5px;
  color:var(--primery)
} */
/*-------------------------------------------*/


/*----------------------------------------*/
/* .single-related {
  margin-top: 60px;
  width: 100%;

}
.single-related-item{

  padding: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;

}


.single-related-item img{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 4px;
  object-fit: cover;
  width: 100%;

}
.single-related-item:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.single-related-item-title{
  width: 100%;
  font-size: 1rem;
  margin-top: 12px;
  display: block;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  height: 47px;
}
.single-related-item-title a:hover{
 color: var(--primery);
} */


/*--------------comment----------------------*/

.posts-comments{
  width: 100%;
  margin: 60px 0;
}


.posts-coments>span>strong{
  font-size: 1.5em;
}



.comments{
  width: 100%;
  height: 100%;
}
.comments-header{
  display: none;
}
.comments-inner{
  width: 100%;
  padding: 25px 0;
}
.comment{
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  color: var(--gray);
  background-color: var(--silver-bright);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.comment-author{

  display: inline;
   color: var(--primery);
  padding: 5px;
  font-size: 1.2rem;
  font-style: normal !important;
  font-weight: 700;
	pointer-events: none;
}
.comment-author a
{
	 color: var(--primery);
	
}


.comment-author img{
  width: 55px;
  border-radius: 50%;
  border: 2px solid var(--wihte);
  margin-left: 10px;
}
.says{
  display: none;
}
cite {
  font-style: normal !important;
}
.comment-awaiting-moderation{
  width: 100%;
  padding: 10px;
  color: var(--primery);
  font-size: .9em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.comment-meta{
 
  font-size: .9rem;
  display:block;
  padding: 5px;
  color: var(--primery);
	    pointer-events: none;
}
.comment-meta a{
	color: var(--primery);
	
}

.comment>p{
  width: 100%;
  padding: 10px 10px 0 10px;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.reply{
  width: 100%;
  padding: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reply>a{
  font-size: 1rem;
  color: var(--primery);
}

#respond{
  width: 100%;
}
#reply-title{
  display: none !important;
}
#reply-title>a{
  color: var(--primery);
}
#reply-title>small{
  width: 100px;
  height: 30px;
  margin: 0 20px;
}
#reply-title>small>a{
  width: 100%;
  height: 100%;
  background-color: var(--primery);
  color: var(--wihte);
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
}
#commentform{
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comment-form-url, .comment-form-cookies-consent{
  display: none !important;
}
.comment-notes{
  display: none;
}
.comment-form-comment{
  /*order: 3;*/
}
.comment-form-author{
  order: 1;
}
.comment-form-email{
  order: 2;
}
.comment-form-comment{
  width: 100%;
 
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#comment{
  width: 100%;
  height: 120px;
  resize: none;
  width: 100%;
  border-radius: 15px;
  background-color: #EDEDED;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
  border: 2px solid #EDEDED;
 
}
.comment-form-author, .comment-form-email, .comment-form-url{

  width: 50%;

  padding-right: 5px;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  align-items: flex-start;
  flex-direction: column;

}

.comment-form-author>label, .comment-form-email>label, .comment-form-url>label, .comment-form-comment>label{

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  margin-right: 5px;
  margin-bottom: 6px;

  color: var(--gray);
  display: none;

}

.comment-form-author>input, .comment-form-email>input, .comment-form-url>input ,.comment-form-url{
  width: 100%;
  height: 50px;
  border-radius: 15px;
  background-color: #EDEDED;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
  border: 2px solid #EDEDED;


}


.form-submit {
  order: 4;
 
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#submit {
 
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery)!important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 15px;
  color: #fff;
  margin-top: 15px;
 
}

.comment-body
{
  border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 8px;
}
.children .comment {
  list-style-type: none;
}

.commentlist{
  padding: .5rem;
}
.children{
  padding: 0;
}

.comment-subtitle{
  color: var(--primery);
  font-size: 1rem;
  margin-bottom: 30px;
  display: block;
  }

.aiowps-captcha.hide-when-displaying-tfa-input label{
	
	display:none
}
.aiowps-captcha-equation{
	order:3
	
	
}
@media only screen and (max-width: 767px) {
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
	        padding-right:0
}
	
	.aiowps-captcha-equation {
  
    width: 100%;
}
	
	
}
/*---------------------------*/

.post-share {
  max-width: 100%;
  font-weight: 600;
  background: #ebebeb;
  border-radius: 5px;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 0;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: var(--gray);
  padding-right: 5px;
}

.share-icons a{
  margin-left: 10px;
  color: var(--primery)
}




/*---------about------------------*/

.section-about
{
    padding: 0px 0 50px 0;
    position: relative;
}

.section-about .container{
  position: relative;
}
.section-about .container::before{
  content: "";
  position: absolute;
  background: url(../image/about.svg);
  width: 750px;
  height: 800px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
.about-text{
  position: relative;
  z-index: 2;

}


.about_image
{

  border-radius: 40px;
  height: 380px;
  object-fit: cover;
  width: 100%;
  z-index: 2;
  position: relative;

}
.about_text1
{
  padding: 50px 0;
	    z-index: 2;
    position: relative;

}
.about_image2
{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.about_text3{
  padding: 50px 0;
}


.about_title{
  color: var(--primery);
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 30px;
  display: block;
}
.section1_title
{
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    position: relative;
    z-index: 2;
}


@media only screen and (max-width: 767px) {

  .about_title{
   
    font-size: 1.5rem;

  }
  .section1_title
  {
      font-size: 1.3rem;
  }
  .about_text1,.about_text3 {
    padding: 30px 0;
}

}

/*--------contact---------------*/

.contact-title
{
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}

.map-address iframe
{
    border: 0;
    border-radius: 40px;
    height: 380px;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    /* padding: 50px 0; */
    margin: 100px 0 50px 0;
}



.form-title
{
  
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
 
}

.form-subtitle{
  color: var(--primery);
  padding-bottom: 30px;
  display: block;
}

.section-contact{
  padding-bottom: 50px;
}



.contact-form {

  width: 100%;
 
}


.wpcf7-form label {
  flex: 0 0 150px; /* Fixed width for labels */
 
  font-size: 1rem;
  margin-right: 20px; /* Space between label and input */
}
.wpcf7-form-container
{
	 flex: 1; /* Inputs take remaining space */
   width: 100%;
}


.wpcf7-form textarea {
  height: 120px;
  resize: none;
}




.contact-address-box{
  padding:50px 0
}

.label-requir{
  position: relative;
}

.label-requir::after{
  content: " *";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}



@media only screen and (min-width: 768px) {
.name-field
{
  flex: 0 0 30%;
  margin-left: 15px;
}

}

@media only screen and (max-width: 767px) {

  .name-field
  {
    margin-bottom: 20px;
  }
.wpcf7-spinner
{
 
    display: flex;
    margin-left: auto;
}

.form-group {
  flex-direction: column;
  align-items: flex-start;
}

input, select, textarea {

  width: 100%;
}
.wpcf7-form label {
  flex: 0 0 auto;
  padding-bottom: 8px;
}
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
	padding-left: 21px;
}

#loader,#response
{
	    text-align: center;
    display: block;
}


/*-----------landing------------*/

.land_title
{
  width: 100%;
  font-weight: 700;
  display: inline-block;
  font-size: 2rem;
  padding-top: 34px;
  padding-bottom: 15px;
}




.section-section2{
  padding: 0px 0 50px 0;
}

.section2_text
{
  background-color: var(--primery);
  padding: 50px 100px;
  border-radius: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}


.section2_text::after{
  position: absolute;
  content: "";
  background:#7ca6ad94;
  width: 100%;
  height: 900px;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;

}



.section2_text p{
  position: relative;
  z-index: 2;
}


@media only screen and (max-width: 767px) {
  .section2_text {
    padding: 30px 20px;
}

}


.land_img2
{
      display: flex;
      justify-content: end;
}

@media only screen and (max-width: 991px) {
.land_img2 {
  display: flex;
  justify-content: center;
}
}


.land_img2 img{
  width: 500px;
}



.section-section4{
  padding: 50px 0;
}

.land_table_up{
  font-family: 'IRANYekanX';
	font-weight:600;
}

.landibg table {
  border-radius: 25px;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin: 50px 0;
  background: #000;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.landibg tbody
{
  color: #fff
}
.landibg thead
{
  background-color: #EDEDED;
  border-radius: 40px;
}



.landibg table tr {
 
  border: 1px solid #707070;
  padding: .35em;
 
}
@media screen and (min-width: 768px) {
.landibg table tr:last-child {
 
  border: 0;
 
}



.landibg table tr:first-child{
  border: 0;
}
}
.landibg table th,
.landibg table td {
  padding: .625em;
  text-align: center;
}

.landibg table th {
  font-size: .85em;
  background-color: #EDEDED
  
}
.landibg table th:first-child{
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
}

.landibg table th:last-child{
  border-radius: 40px 0px 0px 40px;
  -webkit-border-radius: 40px 0px 0px 40px;
  -moz-border-radius: 40px 0px 0px 40px;
  -ms-border-radius: 40px 0px 0px 40px;
  -o-border-radius: 40px 0px 0px 40px;
}



@media screen and (max-width: 767px) {
  .landibg table {
    border: 0;
    background-color: transparent;
  }

  .landibg table caption {
    font-size: 1.3em;
  }
  
  .landibg table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .landibg table tr {
    background: #000;
    display: block;
    margin-bottom: .625em;
  }
  
  .landibg table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  .landibg table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: right;
    font-weight: bold;
    
  }
  
  .landibg table td:last-child {
    border-bottom: 0;
  }
}



.section-section6{
  padding: 50px 0;
}

.attribute-box
{
  border-radius: 40px;
    padding: 20px;
    font-size: .9rem;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:   #EDEDED;
}


.attribute-box3
{
  border-radius: 40px;
    padding: 20px;
    font-size: .9rem;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:   #EDEDED;
}

.attribute-txt{
  min-height: 132px;
  color: #000;
  text-align: justify;
}

.attribute-title{
  color: var(--primery);
  font-size: 1.2rem;
   font-family: 'IRANYekanX';
	font-weight:600;
  padding-top: 20px;
  display: block;
}

.attribute-box2{
  background-color: var(--primery);
  border-radius: 40px;

  font-size: .9rem;
  min-height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.attribute-title2{

  color: #000;
  font-size: 1.2rem;
    font-family: 'IRANYekanX';
	font-weight:600;
  padding-top: 20px;
  display: block;
  padding: 20px;

}

.attribute-txt2
{
  
  padding: 5px 20px;
}
.attribute-txt2:not(:last-child){
  border-bottom: 1px solid #fff;
}
.attribute-box2 .attribute-txt2:not(:first-of-type){
  color: #000;
}

.grids-txt{
  flex:auto;
  color: #000;
  text-align: justify;
}

.grids-header
{
  width: 100%;
  font-weight: 700;
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 15px;
}
.grids-subheader{
color: var(--primery);
padding-bottom: 30px;
display: block;
}

.section-section7{
  padding: 50px 0;
}


.section-section8{
  padding: 50px 0;
}

.equipment-box
{
  border-radius: 40px;
    padding: 20px;
    font-size: .9rem;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--primery);
    color: #000;
}

.equipment-box2{
  background-color:#000;
  color: #fff;

}
.equipment-box-title1{
  color: #000;
  font-size: 1.2rem;
   font-family: 'IRANYekanX';
	font-weight:600;
  padding-top: 20px;
  display: block;
  padding: 20px;
  padding: 20px 0 20px 20px;
}

.equipment-box-title2{
  color: #fff;
  font-size: 1.2rem;
   font-family: 'IRANYekanX';
	font-weight:600;
  padding-top: 20px;
  display: block;
  padding: 20px 0 20px 20px;
 
}


.section-section8{
  padding: 50px 0;
}


.using_title{
   font-family: 'IRANYekanX';
	font-weight:600;
  font-size: 1.2rem;
  padding-bottom: 10px;
  display: block;
}

.using_buuton_link
{
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff;
  margin-top: 15px;
}

.using_buuton_column{
  justify-content: flex-end;
    display: flex;
}


.instruction_title{
   font-family: 'IRANYekanX';
	font-weight:600;
  font-size: 1.2rem;
  padding-bottom: 15px;
  display: block;
}

.instruction_text1
{
  border-radius: 40px;
  padding: 20px;
  background-color: #EDEDED;
  margin-bottom: 100px;
}

.instruction_title3
{
    width: 100%;
      font-family: 'IRANYekanX';
	font-weight:600;
    display: inline-block;
    font-size: 2rem;
    padding-bottom: 15px;
}

/*------------------------------*/

/*------------accordion------------*/
.faqs-container
{
  padding-top: 50px;
}

.accordion-box{
  background-color:#EDEDED;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius:15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 15px;
}

button.course-accordion {
   font-size:16px;
    cursor: pointer;
    padding: 16px 20px 0px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    text-transform: none;
    background: transparent;
    font-style: normal;
}



/*button not active*/
button.course-accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

/* minus button */
button.course-accordion.active:after {
    content: "\2212";
	

}

div.course-panel {
  padding: 0 20px 20px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-weight: 300;
    font-style: normal;
    color: rgba(0,0,0,.88);
}
/*--------------*/

@media only screen and (max-width: 991px) {
.section-section4,.section-section6 ,.section-section7,.section-section8{
  padding: 30px 0;
}

.instruction_text1 {

  margin-bottom: 50px;
}

.attribute-box {
 
  min-height: 175px;
}

.grids-header,.land_title,.instruction_title3
{

 
  font-size: 1.5rem;
 
}

}


.my-gallery-wrap {
  width: 100%;
}

.mySwiperMain {
 
  overflow: hidden;
 
}

.mySwiperMain img {
  width: 100%;
     height: 390px;
    object-fit: contain;
  display: block;
	    border-radius: 35px;
}


.mySwiperThumbs .swiper-slide {
  opacity: 0.55;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
	    border: 1px solid #82a1a4;
	    margin-top: 8px;
}

.mySwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiperThumbs img {
width: 100%;
    height: 90px;
    object-fit: contain;
    display: block;
  
    padding: 8px;
}

.single_product_description{
	text-align: justify;
	padding-left: 50px;
	
}

@media only screen and (max-width: 991px) {
.single_product_description{

	padding-left: 0px;
	
}

}

.single_product_description_holder
{
	     background: #82a1a4;
    padding: 50px 0;
    margin: 50px 0 0 0;
    color: #fff;
    text-align: justify;

}
.single_product_description_img
{
	   width: 500px;
    height: 400px;
    margin: auto;
    display: flex;
    border-radius: 20px;
    object-fit: cover;
}

.single_product_description_header{
    font-weight: 700;	
	font-size: 1rem;
	padding-bottom:15px;
	    display: block;
}

.single_product_title {
    font-weight: 700;
    display: inline-block;
    font-size: 2rem;
}
.single_product_title_latin 
{
	    display: block;
    margin-bottom: 30px;
}

.single_product_excerpt_header
{
	       font-weight: 600;
    position: relative;
    display: flex;
	    flex: 1 0 32%;

}



.single_product_volume,.single_product_property_header
{
	       font-weight: 600;
    position: relative;
    display: flex;
    padding-right: 10px;
}

.single_product_volume:before{
	position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	
	
	
}
.single_product_volume_holder
{
	    display: flex;
    gap:10px;
	    flex-wrap: wrap;
       justify-content: space-between;
	    margin-top: 41px;
	
}

.single_product_property_header
{
	    margin: 20px 0 15px 0;
	    font-size: 20px;
	text-align: center;
    display: block;
}

.single_product_property{
	 display: flex;
    gap: 15px;
    text-align: center;
    align-items: center;
      gap: 10px;
	justify-content: space-between;
}

.property_item 
{
	flex: 1 0 32%;
    background: #ededed;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
       text-align: right;
    font-size: .8rem;
        padding: 8px;
}
.hidden_property{
    display: none;
}

.show_all_properties_btn
{
	    grid-column-gap: 0;
    margin-top: 20px;
}
.show_all_properties_btn a
{
	  background: #82a1a4;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
	    cursor: pointer;
	font-size: .9rem;
}


.tabs-wrapper {
    width: 100%;
 
}

.tabs-buttons {
    display: flex;
	gap:2px
  
}

.tab-btn {
 padding: 10px 20px;
    border: none;
    background: #e5e5e5;
    cursor: pointer;
    font-family: inherit;
    border-radius: 5px 5px 0 0;
    color: #818181;
    margin-bottom: 2px;
}

.tab-btn.active {
    background: #82a1a4;
    color: #fff;
	 margin-bottom: 0px;
}

.tab-content {
    display: none;
       background: #82a1a4;
    padding: 30px;
       border-radius: 20px 0 20px 20px;
}

.tab-content.active {
    display: block;
}

.comments-section-container{
position:relative;
	padding-top: 30px;
	
}


.bestsell_products_items {
  
    background: linear-gradient(90deg, rgba(237, 237, 237, 1) 0%, rgb(237 237 237) 24%, rgba(237, 237, 237, 1) 62%, rgba(237, 237, 237, 1) 100%);
}
  

.property_item_total {
    flex: 0 0 31%;
        background: #82a1a4;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 4px;
}
.phone_consult a
{
	    color: #fff;
}


.pswp {
  opacity: 1 !important;
}

.pswp__bg {
  opacity: 0.9 !important;
}



.icon-scroll{
	
	    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 25px;
}

.icon-scroll a{
	color:#000
	
}

#comment,
#info {
  scroll-margin-top: 250px;
}


@media only screen and (max-width: 991px) {


	
    .header__center {
        font-size: 16px;
    }	
	

}

.swiper-slide-product {
    
    border: 3px solid #82a1a4;
    border-radius: 35px;
	    background: #fff;
}

.swiper-pagination-product {
   
    margin-top: 15px;
    position: relative !important;
}
.swiper-pagination-bullet-active {
  
    background: #82a1a4!important;
}

.swiper-pagination-bullet {
    width: 20px!important;
    height: 3px!important;
    border-radius: 2px!important;
}



.tabs-wrapper #submit {

    background-color: #ededed !important;
    color: #000;

}


/*-----*/
.spec-table-wrapper{
    width:100%;
    margin:10px 0 0 0;
    overflow-x:auto;
}

.table-title{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
    color:#333;
}

.table-title:before,
.table-title:after{
    content:"";
    position:absolute;
    top:50%;
    width:120px;
    height:1px;
    background:#999;
}

.table-title:before{
    right:calc(50% + 90px);
}

.table-title:after{
    left:calc(50% + 90px);
}

.spec-table{
    width:100%;
    border-collapse:collapse;
    min-width:700px;
}

.spec-table th{
        background: #82a1a4;
    padding:14px;
    border:1px solid #ddd;
    text-align:center;
    font-weight:700;
}

.spec-table td{
    padding:14px;
    border:1px solid #e5e5e5;
    text-align:center;
    background:#fff;
}

.spec-table tr:nth-child(even){
    background:#fafafa;
}

@media(max-width:768px){

    .spec-table{
        min-width:650px;
    }

    .table-title{
        font-size:22px;
    }

}


.single-page{
	
	position:relative
	
}


.related_products_figure{
margin:0	
	
}
.related_products_figure img
{
	    object-fit:cover;
    height: 268px!important;
	  display: flex;
    justify-content: center;
    margin: auto;
}

.related_products_items {

    overflow: hidden;
  height: 268px;
 
	margin-bottom: 15px;
	    transition: all .3s
}

.related_products_items:hover{
    box-shadow: 0 3px 6px rgb(136 160 163), 0 3px 6px rgb(136 160 163)	
	
}



.compare-popup{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    justify-content:center;
    align-items:center;
}

.compare-popup-content{
    position:relative;
    background:#fff;
    padding:20px;
    border-radius:12px;
    max-width:90%;
    max-height:90%;
}

.compare-popup-content img{
    max-width:100%;
    max-height:80vh;
    display:block;
}

	.single-page:before{
     display:none
    }
@media(min-width:992px){
.header__center_product_custom {
  
           margin-top: 115px;
}
	.single-page:before{
position: absolute;
        content: "";
        background: url(/wp-content/uploads/2026/05/nitromi-icon-01-scaled.png);
        width: 100%;
        height: 176px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        top: -40px;
        left: -109px;
        display: block;
	
	
	
}
	.single_product_excerpt_header_custom {
    margin-top: 36px;
}
}

.post-content.single-content{
    text-align: justify;	
}

.description_more
{


    text-align: justify;
	padding-top: 30px;
}
.property-section{
	padding-top: 30px;
}
.custom-select {

    width: auto;
}

.single_product_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.6em;
	text-align:justify;
}

.excerpt_more_btn {
	    display: flex;
    font-size: 13px;
    color: #83a5ac;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    margin: auto;
        justify-content: flex-end;
    margin-top: 8px;
}
.single_product_excerpt_wrapper
{
	    height: 154px;
}
