@font-face {
  font-family: "iransans";
  src: url("../fonts/IRANSansXFaNum-Regular.woff") format("woff");
}
@font-face {
  font-family: "iransans-bold";
  src: url("../fonts/IRANSansXFaNum-Bold.woff") format("woff");
}
body {
  font-family: "iransans", Arial, Helvetica, sans-serif;
}
button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
header {
  padding: 4px 16px 0;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%),
    0 1px 10px 0 rgb(0 0 0 / 12%);
  background-color: #f5f5f5;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: "iransans-bold", Arial, Helvetica, sans-serif;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
.first-header {
  padding: 6px 12px;
}
.second-header {
  padding: 6px 12px 0;
}
.search-btn {
  margin: 0 6px;
}
.search-input {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #7a7a7a;
  width: 55%;
  background-color: transparent;
  display: none;
}
.search-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.img-logo img {
  width: 35px;
  height: 26.25px;
  margin-bottom: 2px;
}
.img-logo p,
.type-logo p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}
.type-logo h2 {
  margin-bottom: 2px;
  font-size: 1.25rem;
  letter-spacing: 0.0125em;
}
.product-link {
  margin-left: 50px;
  padding-bottom: 12px;
  font-size: 0.875rem;
}
.navbar{
  display: inline-flex;
}
.navbar li {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  padding: 0 30px;
  padding-bottom: 12px;
}
.active-list {
  border-bottom: 2px solid #2196f3;
}
.active-list a {
  color: #2196f3;
}
.hiro-banner {
  width: 100%;
  height: 85vh;
  background-image: url("../images/header-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 15px;
  padding-top: 24px;
}
.hiro-banner h1 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.warranty {
  margin: 40px auto;
}
.warranty h2 {
  font-size: 1.5em;
}
.service {
  background-color: #f3f3f3;
  padding: 30px 0;
}
.service h3 {
  font-size: 1.17em;
  color: rgba(0, 0, 0, 0.87);
}

.service p {
  color: rgba(0, 0, 0, 0.87);
  line-height: 2;
}
.service button {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
}
.nav-service {
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}
.nav-service .nav-link {
  padding: 0.75rem 2rem;
  outline: none;
  border-bottom: 2px solid #fff;
}
.nav-tabs .nav-link.active {
  color: #2196f3;
  border: none;
  border-bottom: 2px solid #2196f3;
}
.nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 2px solid #2196f3;
  color: rgba(0, 0, 0, 0.54);
}
.item-option {
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  border-radius: 4px;
  padding: 1rem 1rem 3rem;
}
.item-option h4,
.item-option p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.item-option p {
  font-size: 15px;
}
.contact-form {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14),
    0 1px 14px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 40px 12px 40px 30px;
  margin-bottom: -64px;
  z-index: 1;
  position: relative;
  background: #fff;
}
.contact-form h2 {
  padding: 12px;
  font-size: 1.5rem;
}
.address {
  background: #a1c4fd;
  background: linear-gradient(220deg, #a1c4fd, #c2e9fb);
  padding: 12px;
  width: 35%;
}
.address span {
  min-width: 40px;
  min-height: 40px;
  display: grid;
  place-items: center;
}
.address p {
  color: #000;
}
.form-fields input,
.form-fields textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
}
.form-fields button {
  background-color: #f5f5f5;
  background: linear-gradient(220deg, #a1c4fd, #c2e9fb);
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  font-size: .875rem;
  text-align: center;
  color: #000;
  border-radius: 4px;
}
.form-fields form .row:not(:last-child) {
  margin-bottom: 5rem;
}
footer{
  background-color: #F5F5F5;
}
footer a{
  color: #2196f3;
  text-decoration: underline;
  font-size: 15px;
}
/* -----------------
Waraanty Page
--------------------*/
.title-page{
  background: #a1c4fd;
  background: linear-gradient(220deg,#a1c4fd,#c2e9fb);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 12px 0;
}
.title-page h1{
  font-size: 1.2rem;
}
.items-banner h3{
  font-size: 1.4rem;
}
.items-banner h3:not(:last-child){
  margin-bottom: 32px;
}
.wrap-banner{
  background-image: url('../images/back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 32px;
}
.wrap-img-banner{
  max-width: 220px;
  max-height: 220px;
  margin: 0 auto;
}
.certificate{
  margin-top: 38px;
  margin-bottom: 55px;
}
.content-warranty{
  width: 65%;
  margin: auto;
  margin-bottom: 45px;
}
.content-warranty p{
  margin-bottom: 16px;
}
.komtell-list,.komtell-teach{
  margin-bottom: 36px;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.pop-up-content-wrap{
  text-align:center;
}
/* -----------------
Media Query 
--------------------*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1700px;
  }
}
@media only screen and (max-width: 600px) {
  .address{
    width: 100%;
  }
  .navbar{
    flex-wrap: nowrap;
    overflow: hidden;
    display: flex;
  }
  .navbar ul{
    flex-wrap: nowrap !important;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
