p, li, ul, div, h1, h2, h3, h4, h5, h6, img, address, * {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}

a {
  color: #000;
}

a, button {
  transition: all 0.6s;
}

body {
  font-family: "Montserrat", sans-serif;
}

.top-header {
  background: #ef4123;
  color: #fff;
  padding: 7px 0;
}

.top-header address {
  font-size: 14px;
}

.ubermenu-main {
  max-width: 95%;
  border: 1px solid #ffffff;
  padding: 20px 0;
}

#logo {
  float: left;
  position: relative;
  z-index: 999;
}

.fa-bars {
  font-size: 24px;
}

.categories-sec {
  margin: 20px auto;
}

.categories-sec .swiper-button-next, .categories-sec .swiper-button-prev {
  background: #ff6100;
  color: #fff;
}

.cat-box {
  position: relative;
}

.cat-box .cat-title {
  position: absolute;
  width: 100%;
  padding: 10px;
}

.cat-box .cat-title h1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
}

.cat-box .cat-title .discover-btn {
  padding: 5px 10px;
  color: #fff;
  background: #000;
  border: none;
  margin-top: 5px;
}

.cat-box .cat-title .discover-btn:hover {
  background: #ff6100;
}

.cat-box:hover .cat-title h1 {
  color: #ff6100;
}

.cat-box:hover .cat-title .discover-btn {
  background: #ff6100;
  color: #fff;
}

.about-company-wraper {
  background: url(../images/company-feature-bg.jpg) fixed center no-repeat;
  background: cover;
  width: 100%;
  height: 80vh;
  padding: 60px 0;
  margin: 30px 0;
}

.about-company-wraper .about-comp-left h1 {
  font-size: 30px;
  font-weight: 300;
  color: #ff6100;
  margin-bottom: 25px;
}

.about-company-wraper .about-comp-left h2 {
  font-size: 26px;
  font-weight: 300;
  color: #000;
  margin-bottom: 35px;
}

.about-company-wraper .about-comp-left .company-features-icon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-company-wraper .about-comp-left .company-features-icon li {
  text-align: center;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  flex-direction: column;
  width: 33%;
}

.about-company-wraper .about-comp-left .company-features-icon li img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 25px;
}

.about-company-wraper .about-comp-right {
  display: flex;
  justify-content: space-evenly;
}

.about-company-wraper .about-comp-right .column {
  width: 40%;
}

.about-company-wraper .about-comp-right .column h2 {
  color: #ff6100;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-company-wraper .about-comp-right .column p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 300;
}

.feature-swiper-container {
  overflow: hidden;
}

.pro-container {
  margin-bottom: 20px;
}

.pro-container a {
  text-decoration: none;
}

.pro-container .product-detail {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}

.pro-container .product-detail h1 {
  width: 180px;
  font-size: 17px;
  color: #ff6100;
  font-weight: 400;
}

.pro-container .product-detail h1 strong {
  font-weight: bold;
}

.pro-container .product-detail p {
  color: #656362;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.pro-container:hover .product-detail h1 {
  color: #656362;
}

.pro-container:hover .product-detail p {
  color: #000;
}

.feature-product-sec {
  position: relative !important;
}

.feature-product-sec .swiper-wrapper {
  position: static;
}

.feature-product-sec .swiper-button-prev {
  left: 10%;
}

.feature-product-sec .swiper-button-next {
  right: 83%;
}

.feature-product-sec .swiper-button-next, .feature-product-sec .swiper-button-prev {
  top: 70%;
}

.feature-product-sec .swiper-button-next:after, .feature-product-sec .swiper-container-rtl .swiper-button-prev:after {
  background: url(../images/next-arrow.jpg) no-repeat;
  width: 25px;
  height: 7px;
  content: "";
}

.feature-product-sec .swiper-button-prev:after, .feature-product-sec .swiper-container-rtl .swiper-button-prev:after {
  background: url(../images/back-arrow.jpg) no-repeat;
  width: 25px;
  height: 7px;
  content: "";
}

.feature-product-sec .feature-heading {
  padding-top: 50px;
}

.feature-product-sec .feature-heading h5 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 30px;
}

.feature-product-sec .feature-heading p {
  font-size: 14px;
}

.promo-banner {
  margin: 40px auto;
}

.process-section {
  background: #efefef;
  padding: 50px 0;
}

.process-content-container h5 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bolder;
  color: 3555555;
  margin-bottom: 40px;
}

.process-content-container article {
  background: #e3e3e3;
  padding: 80px 100px 80px 40px;
}

.process-content-container article h4 {
  font-size: 18px;
  color: #ff6100;
  font-weight: bold;
  margin-bottom: 15px;
}

.process-content-container .process-content {
  display: flex;
  align-items: center;
  position: relative;
}

.process-content-container .swiper-button-next, .process-content-container .swiper-button-prev {
  top: 4%;
}

.process-content-container .swiper-button-prev {
  right: 48px;
  left: inherit;
}

.process-content-container .swiper-button-next:after, .process-content-container .swiper-container-rtl .swiper-button-prev:after {
  background: url(../images/next-arrow.jpg) no-repeat;
  width: 25px;
  height: 7px;
  content: "";
}

.process-content-container .swiper-button-prev:after, .process-content-container .swiper-container-rtl .swiper-button-prev:after {
  background: url(../images/back-arrow.jpg) no-repeat;
  width: 25px;
  height: 7px;
  content: "";
}

.process-content-container .swiper-pagination-progressbar {
  position: absolute;
  top: 3%;
  right: 10%;
  width: 80px;
  background: transparent;
  display: flex;
  justify-content: space-evenly;
}

.process-content-container .swiper-pagination-bullet-active {
  background: #000;
}

.process-content-container .swiper-pagination-bullet-active:before {
  content: "";
  box-shadow: 0 0 5px rgba(255, 97, 0, 0.5);
}

.process-swiper-container {
  overflow: hidden;
  position: static;
}

.process-thumbnail {
  width: 450px;
  margin: 0 0 0 -65px;
}

.process-thumbnail img {
  width: 100%;
}

.conference-news-sec {
  background: #fff;
  padding: 50px 0;
}

.conference-news-sec .news-wraper h5 {
  font-size: 40px;
  color: #ff6100;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.news-content-container {
  display: flex;
  justify-content: space-between;
}

.news-content-container span {
  font-size: 18px;
  color: #fff;
  background: #ef4123;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 1px;
}

.news-content-container .news-content-box {
  margin-top: 2pxx;
  background: #ef4123;
  color: #fff;
  padding: 15px;
}

.news-content-container .news-content-box p {
  font-size: 16px;
}

.news-content-container .news-content-box strong {
  font-size: 18px;
  display: block;
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #fff;
}

footer {
  background: #000;
  color: #fff;
  padding: 0 0 15px;
}

.news-social-media-sec {
  border-top: 10px solid #ef4123;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}

.news-field-wraper {
  display: flex;
  justify-content: flex-start;
}

.footer-link-wraper {
  display: flex;
  justify-content: space-between;
}

.news-sec {
  width: 50%;
}

.news-sec h5 {
  margin-bottom: 15px;
  font-size: 24px;
}

.news-field {
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
}

.news-field:focus {
  box-shadow: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}

.sbmit-btn {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  margin-left: 15px;
  width: 100px;
  padding: 10px 20px;
}

.sbmit-btn:hover {
  background: #ff6100;
}

.social-media-sec h5 {
  font-size: 24px;
  margin-bottom: 25px;
}

.social-media-sec ul {
  display: flex;
  justify-content: flex-start;
}

.social-media-sec ul li {
  margin-right: 25px;
}

.social-media-sec ul li i {
  color: #656362;
  font-size: 24px;
}

.social-media-sec ul li i:hover {
  color: #fff;
}

.footer-colum {
  display: flex;
  justify-content: space-between;
  border-top: 10px solid #ef4123;
  width: 60%;
}

.footer-colum .inner-col h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 15px;
}

.footer-colum .inner-col ul li a {
  font-size: 14px;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 25px;
}

.footer-colum .inner-col ul li a:hover {
  text-decoration: underline;
  color: #ff6100;
}

.language {
  padding-top: 25px;
  border-top: 10px solid #ef4123;
}

.language h5 {
  padding: 0 0 25px 0;
  font-size: 22px;
  font-weight: bold;
}

.copy-right-signature {
  margin-top: 80px;
  text-align: center;
}

.copy-right-signature p {
  color: #fff;
}

.copy-right-signature p span {
  color: #ff6100;
}

.copy-right-signature p a {
  text-decoration: none;
  color: #ff6100;
}

.large-pro-title {
  min-height: 70px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.large-pro-title h2 {
  font-size: 16px;
  color: #000;
}

.large-view-sec {
  width: 98%;
  padding: 40px;
  text-align: center;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
}

.large-pro-main-wraper {
  padding: 50px 20px;
}

.other-views ul {
  display: flex;
  justify-content: flex-start;
}

.other-views ul li {
  margin-right: 5px;
  margin-top: 15px;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
}

.large-pro-title-div h2 {
  font-size: 16px;
  color: #ef4123;
}

.large-pro-title-div p {
  font-weight: 600;
  margin-top: 10px;
}

.large-pro-des {
  margin-top: 40px;
}

.large-pro-des strong {
  color: #ff6100;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.large-pro-des ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.large-pro-des ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #ff6100;
  margin-right: 10px;
  font-size: 6px;
  vertical-align: middle;
}

.product-description-sec {
  position: relative;
}

.product-description-sec h5 {
  color: #ff6100;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  left: -38%;
}

.product-description-sec span {
  background: #e2e2e2;
  padding: 8px 15px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.product-description-sec .description-content-container {
  background: #fff;
  padding: 15px;
  margin-top: 4px;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
}

.product-description-sec {
  margin-top: 50px;
}

.large-table {
  margin: 30px 0;
}

.large-table th, .large-table td {
  text-align: center;
}

.large-table th {
  color: #5b5b5b;
  font-size: 16px;
}

.large-table td {
  color: #000;
}

.large-table td .qty-field {
  padding: 3px;
  border: 1px solid #656362;
  outline: 1px #656362;
  border: double;
  border-radius: 3px;
  width: 100px;
}

button.inquiry-btn {
  background: #ef4123;
  color: #fff;
  padding: 7px 0px;
  border-radius: 5px;
  border: none;
  outline: none;
  width: 150px;
}

.other-views {
  margin-bottom: 20px;
}

.art-td {
  width: 200px;
}

.desc-td {
  width: 300px;
}

@media screen and (max-width: 1140px) {
  .feature-product-sec .feature-heading h5 {
    font-size: 20px;
  }
  .pro-container .product-detail {
    flex-direction: column;
  }
  .pro-container .product-detail h1 {
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
  }
}

.product-main-wraper {
  border-top: 2px solid #656362;
}

.pro-title {
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.pro-title h2 {
  font-size: 22px;
  font-weight:800;
}

.filter-container {
  background: #fff;
  padding: 0px 0 0px;
  min-height: 70px;
}

h2.filters {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

h2.filters strong {
  font-size: 20px;
  width: 140px;
  display: inline-block;
  font-weight: 700;
}

.list-inline {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  align-items: center;
  width: 100%;
  height: 60px;
  justify-content: space-evenly;
}

.list-inline li {
  display: flex;
  align-items: center;
  color: #939393;
  text-transform: uppercase;
}
.list-inline li.active label {
  color:#ef4123;
}
.list-inline li a {
  text-decoration: none;
}

.pro-cats-main-wraper {
  background: #fff;
  position: relative;
}

.pro-cats-main-wraper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28%;
  background: #f7f7f7;
  border-right: 1px solid #e0e0e0;
}

.products-content-container {
  background: #f0f0f0;
  padding: 50px 0;
}

.con {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}

/* Hide the browser's default checkbox */
.con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
  background-color: #ececec;
}

/* When the checkbox is checked, add a blue background */
.con input:checked ~ .checkmark {
  background-color: #ff6100;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.con .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.col-lg-3tt {
  width: 28%;
  float: left;
  background: #fff;
  position: relative;
}

.col-lgtt {
  width: 72%;
  float: left;
  position: relative;
  z-index: 2;
}

.main-product-container-sec {
  border-top: 1px solid #e0e0e0;
  position: relative;
}

.sub-cat-thumbnail {
  display: block;
  position: absolute;
  top: 20px;
  left: -38%;
  width: 26vw;
  height: 26.33vw;
}

.pro-title-div {
  position: absolute;
  left: 5%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(0%, 0%);
  /* This is a shorthand of translateX(-50%) and translateY(-50%) */
  z-index: 999;
}

.pro-title-div h2 {
  font-size:20px;
  color: #001832;
  text-align: center;
  position: relative;
  top: -15px;
  display: inline-block;
  background: #fff;
  padding: 5px 20px;
  margin: 0;
  width: auto;
  font-weight:800;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .ubermenu-main {
    width: 100% !important;
  }
  .about-company-wraper {
    background: url(../images/mob-bg.jpg) fixed center no-repeat;
    height: 80vh;
    padding: 30px 0;
  }
  .about-company-wraper .about-comp-left h1, .about-company-wraper .about-comp-left h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about-company-wraper .about-comp-left .company-features-icon li img {
    width: 70px;
    height: 70px;
  }
  .about-company-wraper .about-comp-right .column {
    width: 100%;
  }
  .about-company-wraper .about-comp-right {
    flex-direction: column;
  }
  .mobile-logo {
    display: block;
  }
  .ubermenu-main {
    padding: 0px;
  }
  .normal-logo {
    display: none;
  }
  .feature-product-sec .swiper-button-next, .feature-product-sec .swiper-button-prev {
    top: 50%;
  }
  .feature-product-sec .swiper-button-prev {
    left: inherit;
  }
  .feature-product-sec .swiper-button-next {
    right: 2%;
  }
  .process-content-container article {
    padding: 30px 70px 30px 10px;
  }
  .col-lg-3tt, .col-lgtt {
    width: 100%;
    float: none;
    display: block;
  }
  .list-inline {
    flex-wrap: wrap;
  }
  .pro-cats-main-wraper:before {
    position: static;
    width: 100%;
  }
  .sub-cat-thumbnail {
    position: static;
    display: block;
    margin: 15px auto;
    text-align: center;
    display: none;
  }
  .pro-title-div {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    top: 16px;
  }
  .isotopeContainer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .product-description-sec h5 {
    position: static;
    margin: 20px 0;
  }
}

@media screen and (max-width: 560px) {
  .ubermenu-main {
    padding: 0px;
  }
  .top-header address {
    font-size: 13px;
  }
  .about-company-wraper {
    background: url(../images/mob-bg.jpg) fixed center no-repeat;
    height: 100%;
    padding: 20px 0;
  }
  .about-company-wraper .about-comp-left h1, .about-company-wraper .about-comp-left h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about-company-wraper .about-comp-left .company-features-icon li {
    margin-bottom: 25px;
  }
  .about-company-wraper .about-comp-left .company-features-icon li img {
    width: 70px;
    height: 70px;
  }
  .about-company-wraper .about-comp-right .column {
    width: 100%;
  }
  .about-company-wraper .about-comp-right {
    flex-direction: column;
  }
  .process-content-container h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .process-content-container article {
    background: #e3e3e3;
    padding: 30px;
  }
  .process-content-container article h4 {
    font-size: 18px;
  }
  .process-content-container .process-content {
    display: flex;
    flex-direction: column;
  }
  .process-swiper-container {
    overflow: hidden;
    position: relative;
  }
  .process-thumbnail {
    width: 100%;
    margin: 15px 0 0 0px;
  }
  .news-content-container {
    flex-direction: column;
  }
  .news-wraper {
    margin-top: 20px;
  }
  .news-social-media-sec {
    flex-direction: column;
  }
  .news-social-media-sec .news-sec {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-social-media-sec .news-sec h5 {
    font-size: 18px;
  }
  .news-social-media-sec .social-media-sec {
    width: 34%;
  }
  .news-social-media-sec .social-media-sec h5 {
    font-size: 20px;
  }
  .footer-colum, .footer-link-wraper {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
  .feature-product-sec .feature-heading h5 {
    font-size: 20px;
  }
  .pro-title-div h2 {
    font-size: 1em;
    color: #001832;
    text-align: center;
    position: relative;
    top: -15px;
    display: inline-block;
    background: #fff;
    padding: 5px 6px;
    margin: 0;
    width: auto;
  }
  .list-inline {
    width: 94%;
    min-height: 110px;
  }
  .list-inline li {
    margin-bottom: 8px;
  }
}

.mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.mobile-menu img {
  width: 70%;
  margin-right: auto;
}

.mobile-menu .mobile-logo {
  text-align: left;
}

.form-group {
  margin-bottom: 10px;
}

.main-contactus-wraper {
  background: #f7e6e9;
  padding: 40px 0;
}

.contactus-left, .customer-form {
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 15px;
}

.contactus-left h5, .customer-form h5 {
  font-size: 50px;
  font-weight: bolder;
  color: #ff6100;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contactus-left h5, .customer-form h5 {
    font-size: 24px;
  }
}

.contactus-left address a, .customer-form address a {
  color: #000;
}

.contactus-left address a:hover, .customer-form address a:hover {
  color: #ff6100;
}

.contactus-left strong, .contactus-left label, .contactus-left p, .customer-form strong, .customer-form label, .customer-form p {
  color: #ff6100;
}

.contactus-left p, .customer-form p {
  margin-bottom: 30px;
}

.contactus-left label, .customer-form label {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .contactus-left, .customer-form {
    padding: 15px 10px;
  }
}

.contactus-left .send-btn, .customer-form .send-btn {
  margin: 20px auto 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactus-left .send-btn .send-btn-circle, .customer-form .send-btn .send-btn-circle {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 50%;
  background: #ef4123;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contactus-left .send-btn .send-btn-circle:hover, .customer-form .send-btn .send-btn-circle:hover {
  background: black;
  color: #fff;
}
.isotopeContainer {
  min-height:450px;
}
.promo-banner {
  display: flex;
  justify-content: center;
}

.promo-banner-left {
  width:50%;
  height:485px;
}
.promo-banner-left img {
  height:100%;
}

@media screen and (max-width:560px) {
  .promo-banner {
    flex-direction: column;
    margin:0px;
  }
  .promo-banner-left {
    width:100%;
    height:auto;
  }

}


.aboutus-inner-banner-sec {
  background-color: #ff7734;
  display: flex;
  align-items: center;
}

.surgical-cat {
  width: 40%;
  padding-left: 5%;
  display: flex;
  justify-content: center;
}

.surgical-cat h1 {
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 300;
  text-transform: uppercase;
  margin: auto;
}

.about-banner-thumb {
  align-self: flex-end;
  justify-self: flex-end;
  display: flex;
  width: 60%;
}

.full-width {
  width: 100%;
}

.video-sec {
  margin: 40px 0;
}

.video-sec h5 {
  font-size: 4vw;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff7734;
  margin-bottom: 20px;
}

.video-sec p {
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (min-width: 1140px) {
  .video-sec p {
    padding-right: 15%;
  }
}

.video-sec .video-wraper {
  margin-top: 25px;
}

.quality-sec h4, .procedure h4 {
  font-size: 3vw;
  color: #ff7734;
  font-weight: 300;
  margin-bottom: 30px;
}

.quality-sec p, .procedure p {
  font-size: 16px;
  text-align: justify;
}

.procedure {
  margin-top: 40px;
  border-top: 1px solid #393939;
  padding-top: 40px;
  margin-bottom: 100px;
}
