
@font-face {
    font-family: 'weblogmayekan';
    src: url('../fonts/Weblogma_Yekan.eot');
    src: url('../fonts/Weblogma_Yekan.eot#iefix') format('embedded-opentype'),
         url('../fonts/Weblogma_Yekan.woff') format('woff'),
         url('../fonts/Weblogma_Yekan.ttf') format('truetype'),
         url('../fonts/Weblogma_Yekan.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #ffffff;
    font-family:  yekan, 'weblogmayekan' ;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    position: relative;
}
html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

form .row {
  margin: 6px auto !important;
}
.service-type {
  background-color: lavender;
  padding: 10px 10px;
}
.service-type li a {
  color: white;
}
.wprogress-bar {
  background-color: lavenderblush;
  padding: 10px 10px;
  line-height: 32px;
}
.personal-info {
  background-color: lavender;
  height: 100%;
}
.personal-info hr {
  width: 100%;
}
.service-detail {
  background-color: lavenderblush;
  height: 100%;
}
@media (min-width: 768px){
  .personal-info {
    min-height: 333px;
  }
  .service-detail {
    min-height: 333px;
  }
}
.steps-done-large {
    border-bottom: 2px solid lightgreen;
    color: lightgreen;
    text-align: center;
}
.steps-current-large {
    border-bottom: 2px solid black;
    text-align: center;
}
.steps-undid-large{
    color: gray;
    text-align: center;        
}
.steps-done-small {
    border-right: 2px solid lightgreen;
    color: lightgreen;
    text-align: center;
}
.steps-current-small {
    border-right: 1px solid black;
    text-align: center;
}
.steps-undid-small{
    color: gray;
    text-align: center;        
}


.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.line-through {
  text-decoration: line-through;
}
p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: #00C6D7;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 28px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}
.wbutton {
  border-radius: 4px;
  background-color: black;
  border: none;
  text-align: center;
  font-size: 16px;
  padding: 13px;
  width: 170px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  color: #ccc;
}

.wbutton a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #ccc !important;
}

.wbutton a:before {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.5s;
}

.wbutton:hover a {
  padding-left: 25px;
}

.wbutton:hover a:before {
  opacity: 1;
  left:0px;
}
#header, #whyUs, #pro, #customer, 
#weblog, #pricing, #contact {
  padding-top: 20px;
  padding-bottom: 30px;
}
#content a {
  color: #00c6d7;
}
#content a:hover {
  color: #00c6d7;
}

table {
  border: 1px solid lightgray;
}
tbody tr{
  text-align: center;
      }
thead th{
  text-align:  center !important
}
.txt-green{
  color: green;
}
.txt-red {
  color: red;
}
.col-sm-4 {
  float: right !important;
}
.btn-listbox {
  rg
}
/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #00c6d7;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 0.4s infinite ease-in-out;
          animation: sk-circleBounceDelay 0.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
/*.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }*/
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -0.066s;
          animation-delay: -0.066s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -0.132s;
          animation-delay: -0.132s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.198s;
          animation-delay: -0.198s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.264s;
          animation-delay: -0.264s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.330s;
          animation-delay: -0.330; }
/*.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }*/

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */
.dropdown-toggle:visited > .dropdown-menu,
.dropdown-toggle:focus > .dropdown-menu {
  display: block;
}
.custom-navbar {
  background: #4B4B4B;
  margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  color: #00c6d7;
  font-weight: 600;
  font-size: 24px;
}
.custom-navbar .navbar-brand .navbar-toggle {
  background: #00c6d7;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.collapse > ul {
  padding-right: 30px !important;
}    
.custom-navbar .nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.custom-navbar .nav li a:hover {
  background: transparent;
  color: #eeeeee;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar .nav li.active > a {
  color: #00c6d7;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #00c6d7;
  border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: #4B4B4B;
            padding: 10px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: #4B4B4B;
        }
}
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    margin-right: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* ==========================================================================
header section
========================================================================== */
#header {
  height: 30vh;
  display: flex;
  text-align: center;
  color: white;
  font-size: 36px;
}

@media (min-width: 768px) {
  #header {
    margin-top: 66px;
  }
}
@media (max-width: 767px) {
  #header {
    margin-top: 50px;
  }
}

/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  background-color: #323232;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 40px;
}
#home h3 {
  font-size: 18px;
  font-weight: normal;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #00c6d7;
  border-color: transparent;
}
#home .btn-danger {
  background: #00c6d7;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
  	border-radius: 0;
	background: transparent;
  	color: #ffffff;
}

/* ==========================================================================
whyUs section
========================================================================== */
#whyUs {
    text-align: center;
}
#whyUs .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#whyUs .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#whyUs h3 {
  font-size: 18px;
}
#whyUs i {
  color: #00c6d7;
}
@media (max-width: 767px) {
  .xs-offset-1 {
    margin-right: 8.33333333%;
  }
}

/* ==========================================================================
pro section
========================================================================== */
#pro {
  background: #3B3B3B;
  color: #ffffff;
}
#pro ul {
  padding-right: 0px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bar1, .bar2, .bar3 {
  display: block;
    width: 22px;
    height: 2px;
    background-color: #00c6d7;
    margin: 6px 0;
    transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: right !important;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00c6d7;
  cursor: default;
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}
.tab-content > .tab-pane {
  animation: hidden 2s;
}
.tab-content > .active {
  animation: visible 2s;
}
@keyframes hidden {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes visible {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* ==========================================================================
customer section
========================================================================== */
#customer {
  text-align: center;
}
#customer h3 {
  color: #00c6d7;
  font-size: 14px;
  font-weight: bold;
}
#customer h4 {
  font-size: 12px;
}
#customer .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#customer .customer-wrapper {
  overflow: hidden;
  position: relative;
}
#customer .customer-des {
  background-color: rgba(00,00,00,0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#customer .customer-des:hover {
 opacity: 1;
}
#customer img {
  margin: 0 auto;
}
#customer a {
  text-decoration: none;
}

#customer .social-icon li a:hover {
  color: #bb00bb;
}

#customer .social-icon li a:hover {
  color: #00c6d7;
}

/* ==========================================================================
weblog section
========================================================================== */
#weblog {
  background-color: #f6f6f6;
  text-align: center;
}
#weblog h1 > a,
#weblog h1 > a:visited,
#weblog h1 > a:active {
  color: black;
  text-decoration: none;
}
#weblog h1 > a:hover {
  color: #777;
}
#weblog button a,
#weblog button a:active,
#weblog button a:visited {
  text-decoration: none;
  color: white;
}
#weblog button a:hover {
  text-decoration: none;
  color: black;
}
@media (min-width: 768px) {
    #weblog .col-md-3,
    #weblog .col-sm-3 {
    width: 24% !important;
    margin: 5px 0.5% !important;
  }
}

#weblog .thumbnail {
  min-height: 410px;
}
#weblog .btn {
  background-color: black !important;
  color: #ccc;
  border-radius: 4px !important;
  position: absolute;
  right: calc(50% - 58px);
  bottom: 15px;
}
#weblog .btn:hover {
  background-color: #ccc !important;
  color: black;
}
.btn-order {
  background-color: #00C6D7;
  color: white;
  width: 85%;
}
.btn-order:hover {
  background-color: #18deef;
  color: white;
}
.news {
  overflow: hidden;
  height: 5.4em;
  padding: 3px;
}
@media (max-width: 767px){
  .news {
    padding: 3px 20px !important;
  }
}
p.space {
  margin-top: 20px;
}
/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}
#pricing td > a,
#pricing td > a:hover
#pricing td > a:visited
#pricing td > a:active {
  text-decoration: none;
  color: #00c6d7;
}
#pricing thead tr th span {
  font-size: 16px;
}
#pricing thead tr th span sub {
  font-size: 14px;
}
#pricing h2 {
  font-size: 52px;
}
#pricing h3 {
  font-size: 16px;
}
#pricong table td a {
  color:;
}
#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 20px;
}
#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}
#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan-one .btn {
  background-color: #00c6d7;
}
#pricing .plan-two .btn {
  background-color: #ffa400;
}
#pricing .plan-three .btn {
  background-color: #009988;
}
#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}
.price-table ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  background: #eee;
  border-radius: 4px;
}
.price-table ul li {
  color: #777;
}
.price-table ul li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.price-table ul li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.price-table li.type {
  line-height: 58px;
  color: white;
  font-size: 26px;
}
.price-table li.fee {
  line-height: 40px;
  color: white;
  font-size: 22px;
}
.price-table li.fee sub {
  font-size: 12px ;
}
.price-table li.detail {
  line-height: 30px;
  /*border-bottom: 1px solid #777;*/
}
.price-table li.detail hr {
  margin: 0 auto;
  width: 85%;
}
.price-table li.order {
  height: 40px;
  text-align: center;
  align-items: center;
  display: flex;
}
.price-table li.order .buttom {
  border-radius: 4px;
  line-height: 30px;
  width: 100px;
  margin: 0 auto;
  background: white;
}
.price-table li.order .buttom:hover {
  background: black;
}
.price-table a li.order .buttom:hover {
  color: white;
}
.price-table a li.order {
  color: black;
  text-decoration: none;
}
.price-table a:hover {
  text-decoration: none;
}

.price-table li.basic-type {
  background: gray;
}
.price-table li.basic-fee {
  background: rgba(80,80,80, 0.4);
}
.price-table li.basic-order {
  background: rgba(80,80,80, 0.4);  
}
.price-table li.eco-type {
  background: rgb(32,215,32);
}
.price-table li.eco-fee {
  background: rgba(32,215,32, 0.7);
}
.price-table li.eco-order {
  background: rgba(32,215,32, 0.7);  
}
.price-table li.eco-plus-type {
  background: rgb(2,175,2);
}
.price-table li.eco-plus-fee {
  background: rgba(2,165,2, 0.7);
}
.price-table li.eco-plus-order {
  background: rgba(2,165,2, 0.7);  
}
.price-table li.ideal-type {
  background: rgb(255,63,47);
}
.price-table li.ideal-fee {
  background: rgba(255,63,47, 0.7);
}
.price-table li.ideal-order {
  background: rgba(255,63,47, 0.7);  
}
.price-table li.pro-type {
  background: rgb(65,105,225);
}
.price-table li.pro-fee {
  background: rgba(65,105,225, 0.7);
}
.price-table li.pro-order {
  background: rgba(65,105,225, 0.7);  
}

/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact p {
  font-size: 18px !important;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 3px;
  padding-bottom: 3px;
}
#contact form {
  /*padding-top: 60px;*/
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="submit"] {
  background: #00c6d7;
  border: 3px solid #00c6d7;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #fff;
  background: #22e5e9;
  border-color: #22e5e9;
}
#contact a,
#contact a:hover,
#contact a:visited {
  text-decoration: none;
  color: #fff;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  background: #F2F2F2;
}
footer p {
  padding-top: 20px;
}
footer a:hover {
  text-decoration: none;
  color: #bb00bb;
}
footer ul {
  list-style-type: none;
  padding-right: 0px;
}
footer ul > li {
  text-align: right;
  padding: 5px 0;
  color: #626262;
}
footer .col-sm-4 ul > li > a,
footer .col-sm-4 ul > li > a:visited,
footer .col-sm-4 ul > li > a:active {
  color: #626262;
  text-decoration: none;
}
footer .col-sm-4 ul > li > a:hover {
  color: #626262;
  text-decoration: underline;
  cursor: pointer;
}
footer ul > li.header {
  font-size: 16px;
  font-weight: 500;
}
footer ul > li > .title {
  color: #00c6d7;
}
footer p > a:hover {
  color: #00c6d7;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.social-icon li a:hover {
  color: #00c6d7;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #weblog .col-lg-4,
    #weblog .col-md-4 {
      width: 33.333%;
    }
  }    
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
}