@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px !important;
  font-weight: 400 !important;
  outline: none !important;
  overflow-x: hidden !important;
  list-style: none !important;
  background-color: #fff;
  scroll-behavior: smooth;
}

li {
  list-style: none !important;
}

* {
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  transition-duration: 0.3s;
}

*:focus {
  outline: none !important;
}

*::focus {
  outline: none !important;
}

textarea:focus,
input:focus,
.form-control:focus {
  outline: none !important;
}

header .container-fluid {
  max-width: 1300px;
  width: 100%;
}

/* Navigation Sub
------------------------------------- */
nav.sub {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

/* Navigation Main
------------------------------------- */
nav.main {
}
nav.main .nav-logo {
  max-width: 200px;
  width: 100%;
}
nav.main ul {
  padding-left: 0;
  list-style-type: none;
}
/* ------ Mega Menu ------ */
nav.main .megamenu {
  padding: 20px 20px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* ------ Mid Menu ------ */
nav.main .midmenu {
  position: absolute;
  padding: 20px 20px;
  float: left;
  top: auto;
  left: auto;
  right: auto;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-menu.megamenu.midmenu.show {
  right: 0;
}
.dropdown-menu.show {
  right: 0;
}

.menu-spacer {
  width: 100%;
  height: 115px;
}

.navbar-light {
  margin-top: 32.5px;
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #1b2b65;
}

.bg-light {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  min-width: 280px;
}

.input-box {
  position: relative;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}

.megamenu .row {
  margin: 0;
}

.megamenu .col-md-3 {
  padding: 0 !important;
}

textarea:focus,
input,
input:focus {
  outline: none !important;
}

*:focus {
  outline: none;
}

.input-box input {
  border: none;
  background-color: transparent;
  width: 160px;
  color: #ccc;
  padding-left: 15px;
  padding-right: 15px;
}

.input-box i {
  position: absolute;
  right: 13px;
  top: 9px;
  color: #007ac1;
}

.container-big2 {
  max-width: 1330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container {
  max-width: 1300px;
}

.container-nav {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-cat {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-slider {
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-mid {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.home-slider {
  border-radius: 20px;
  overflow: hidden;
}

.top-nav {
  position: fixed;
  background: rgb(0, 167, 225);
  background: linear-gradient(121deg, rgba(0, 167, 225, 1) 0%, rgba(0, 140, 205, 1) 61%, rgba(0, 134, 201, 1) 61%, rgba(0, 122, 193, 1) 100%);
  padding: 5px 10px;
  width: 100%;
  top: 0;
  z-index: 99999;
}

.top-nav a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.top-nav a:hover {
  opacity: 0.8;
  color: #adefef;
}

.top-left {
  float: right;
}

.top-nav li {
  float: left;
}

.title1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.title4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

.title3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

.home-product {
  padding: 60px 0 40px;
}

.product-cat {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.home-product .col-md-4:nth-child(1) .product-cat {
  border-bottom: 10px solid #3979bd;
}

.home-product .col-md-4:nth-child(2) .product-cat {
  border-bottom: 10px solid #58b5b4;
}

.home-product .col-md-4:nth-child(3) .product-cat {
  border-bottom: 10px solid #59a6de;
}

.product-cat img {
  width: 100%;
}

.p-img {
  transform: scale(1);
  transform-origin: center;
  transition-duration: 0.5s;
}

.p-img-in {
  transform: scale(1.1);
  transform-origin: center;
  transition-duration: 0.5s;
}

.p-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  text-align: center;
  bottom: 0;
  width: 100%;
  text-transform: uppercase;
}

.dist {
  padding: 50px 0 40px;
  background: url(../content/bc3.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 60px;
}

.dist-home .item {
  display: block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px !important;
  overflow: hidden;
  margin: 15px;
  filter: grayscale(100%);
}

.dist-home .item:hover {
  filter: grayscale(0%);
}

.home-service {
  background: url(../img/bc1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0 60px;
  color: #fff;
}

.home-service .col-md-4:nth-child(1) .product-cat {
  border-bottom: 10px solid #3979bd;
}

.home-service .col-md-4:nth-child(2) .product-cat {
  border-bottom: 10px solid #58b5b4;
}

.home-service .col-md-4:nth-child(3) .product-cat {
  border-bottom: 10px solid #59a6de;
}

.home-news {
  padding: 60px 0 40px;
}

.coln1 {
  position: relative;
  padding: 5px 10px 5px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  padding-top: 10px;
  color: #169dce;
}

.coln2 {
  position: relative;
  padding: 5px 10px 5px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}

.page-content .coln2 {
  position: relative;
  padding: 5px 10px 5px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
}

.coln3 {
  position: relative;
  padding: 5px 10px 5px;
  -ms-flex: 0 0 calc(100% - 340px);
  flex: 0 0 calc(100% - 340px);
  max-width: calc(100% - 340px);
}

.page-content .coln3 {
  position: relative;
  padding: 5px 10px 5px;
  -ms-flex: 0 0 calc(100% - 410px);
  flex: 0 0 calc(100% - 410px);
  max-width: calc(100% - 410px);
}

.colt1 {
  position: relative;
  padding: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
  margin-top: 3px;
}

.colt2 {
  position: relative;
  padding: 5px;
  -ms-flex: 0 0 calc(100% - 25px);
  flex: 0 0 calc(100% - 25px);
  max-width: calc(100% - 25px);
}

.coln2 img {
  width: 100%;
  border-radius: 8px;
}

.home-news a {
  color: #333;
}

.ntitle {
  text-transform: uppercase;
  color: #11194d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

.n-short {
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-content .n-short {
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-single .row {
  margin: 0;
}

.pagination {
  margin-top: 30px;
}
.page-link {
  color: #007ac1;
}

.news-single {
  padding: 15px;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-bottom: 10px;
}

.title2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.title3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

.news-scroll {
  max-height: 545px;
  overflow-y: scroll;
  padding: 20px 25px 20px 20px;
}

.news-scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
  overflow: hidden !important;
}

.news-scroll::-webkit-scrollbar-track {
  background: rgba(228, 233, 238, 0.6);
  border-radius: 3px !important;
  overflow: hidden;
}

.news-scroll::-webkit-scrollbar-thumb {
  background: #ccd5d9;
  border-radius: 3px !important;
  overflow: hidden;
}

iframe {
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.nom-home .item {
  display: block;
  box-shadow: 0 5px 10px #d4d4d4;
  border-radius: 5px !important;
  overflow: hidden;
  margin: 15px;
}

.nom-home .item:hover {
  filter: grayscale(50%);
  opacity: 0.8;
}

.client {
  padding: 60px 0 40px;
  background: url(../content/bc2.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 60px;
}

.megamenu h6 {
  color: #007ac1;
}

.megamenu a {
  color: #333;
  padding: 5px 0;
}

.header {
  padding: 80px 0 60px;
  background: url(../content/header.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a img {
  margin-right: 10px;
}

.breadcrumb .active {
  color: #d4d4d4;
  text-transform: uppercase;
}

.page-content {
  padding: 60px 0;
}

.page-content .product-cat {
  height: 100%;
}

.product-cat img {
  filter: brightness(97%);
}

.cat-title {
  padding: 20px;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.cat-title2 {
  text-transform: uppercase;
  color: #007ac1;
  font-size: 20px;
  margin-bottom: 20px;
}

.nav-tabs li {
  margin-right: 5px;
}

.nav-tabs .active {
  color: #fff;
  background-color: #1b2c65;
}

.nav-tabs a {
  display: block;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #d4d4d4;
  color: #333;
  text-transform: uppercase;
  border-bottom: none;
}

.p-title2 {
  position: relative;
  padding: 20px 20px 10px;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  font-weight: 500;
  color: #333;
}

.cat-all .row {
  margin: 0;
}

.cat-all .col-6 {
  padding: 0 10px;
  margin-bottom: 20px;
}

footer {
  color: #fff;
  background: rgb(0, 122, 193);
  background: linear-gradient(121deg, rgba(0, 122, 193, 1) 0%, rgba(12, 86, 151, 1) 49%, rgba(19, 66, 127, 1) 49%, rgba(27, 44, 101, 1) 100%);
}

.footer-deed {
  padding: 40px 0;
}

.footer-dood {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0 20px;
}

footer a {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

footer a:hover {
  color: #00b6b5;
}

footer h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #00b6b5;
}

.btn1 a {
  display: block;
  max-width: 200px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  background: #007ac1;
  text-align: center;
  margin-bottom: 20px;
}

.btn1 a:hover {
  background: #00a7e1;
}

.nav-tabs {
  border-bottom: none;
}

.tab-pane {
  border: 1px solid #d4d4d4;
  padding: 20px;
}

.tab-pane iframe {
  width: 100%;
  max-height: 539px;
  height: calc(56vw - 30px);
}

.une {
  color: #00b6b5;
  font-size: 20px;
}

.product-short {
  margin-bottom: 40px;
}

.copy {
  margin-top: 20px;
}

.copy a {
  float: right;
}

.shiidel-slider .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}

.shiidel-slider iframe {
  width: 100%;
  height: calc(56vw - 10px);
  max-height: 539px;
  box-shadow: none;
}

.uilchilgee-slider .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}

.uilchilgee-slider iframe {
  width: 100%;
  height: calc(56vw - 10px);
  max-height: 348px;
  box-shadow: none;
  overflow: hidden;
}

.shiidel-head {
  background: #007ac1;
  border-radius: 5px;
  color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.shiidel-content {
  text-align: justify;
}

.news-cat a {
  display: block;
  background: #00a7e1;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
}

.news-cat a:hover {
  background-color: #007ac1;
}

.uria {
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.title5,
h2 {
  text-transform: uppercase;
  color: #007ac1;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}

.title6 {
  text-transform: uppercase;
  color: #00b6b5;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.title8 {
  text-transform: uppercase;
  color: #00b6b5;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tunshuud a {
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 10px #d4d4d4;
  margin-bottom: 20px;
}

.tunshuud a:hover {
  filter: grayscale(100%);
}

.tunshuud a img {
  margin-bottom: 0;
}

.outer {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 20px;
}
#big .item {
  border-radius: 5px;
  filter: brightness(97%);
  overflow: hidden;
}
#thumbs .item {
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  filter: brightness(97%);
  overflow: hidden;
}
#thumbs .item h1 {
  font-size: 18px;
}
#thumbs .current .item {
  filter: brightness(80%);
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#big.owl-theme {
  position: relative;
}

.gallery-wrap,
#gallery {
  overflow: hidden;
}
#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
#filters li {
  float: left;
}
#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
  border-radius: 5px;
}
#filters li:hover span {
  color: #000;
}
#filters li span.active {
  background: #00a7e1;
  color: #fff;
}

.gallery-item {
  position: relative;
  z-index: 10;
  display: none;
}

#gallery .col-md-4 {
  margin-bottom: 20px;
}

.test-img {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.test-img img {
  border-radius: 50%;
}

.setgegdel {
  background: url(../content/bc2.jpg);
  padding: 60px 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.container-min {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.title7 {
  text-transform: uppercase;
  margin-top: 20px;
  color: #00b6b5;
}

.spacer {
  height: 40px;
}

.uil-contact {
  padding: 80px 0;
}

.uil-form input {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
}

.uil-form .textarea {
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
}

.uil-form .btn1 {
  margin-top: 30px;
}

.about-menu-fixed {
  position: fixed;
  top: 150px;
  width: calc(25vw - 30px);
  max-width: 295px;
}

.about-menu-fixed2 {
  position: absolute !important;
  top: auto;
  bottom: 0;
  width: calc(25vw - 30px);
  max-width: 295px;
}

.about-content {
  width: 100%;
  display: block;
}

.about-sec {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px #d4d4d4;
  text-align: justify;
}

.about-sec img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.space {
  height: 146px;
  transition-duration: 0.1s;
}

.unet-item .row {
  margin: 0;
}

.unet-item {
  padding: 20px 10px;
  text-align: left;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.unet-item img {
  margin-bottom: 0;
}

.ab-unet .col-md-6:nth-child(1) .unet-item {
  border: 1px solid #007ac1;
}

.ab-unet .col-md-6:nth-child(2) .unet-item {
  border: 1px solid #00b6b5;
}

.ab-unet .col-md-6:nth-child(3) .unet-item {
  border: 1px solid #1b2c65;
}

.ab-unet .col-md-6:nth-child(4) .unet-item {
  border: 1px solid #00a7e1;
}

.catalogy-list li {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px #d4d4d4;
  margin-bottom: 20px;
}

.catalogy-list .btn1 a {
  margin-bottom: 0;
  max-width: 400px;
  background: #00b6b5;
  padding: 5px 10px;
}

.catalogy-list .btn1 a:hover {
  background: #007ac1;
}

.catalogy .uil-form {
  border-radius: 5px;
  box-shadow: 0 5px 10px #d4d4d4;
  padding: 20px;
}

.hajil span {
  font-weight: 600;
}

.h-ajil-single {
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  padding: 20px;
  margin-bottom: 20px;
}

.h-ajil-more {
  display: block;
  cursor: pointer;
  color: #007ac1 !important;
  margin: 10px 0;
  max-width: 200px;
}

.h-ajil-more:hover {
  color: #00b6b5 !important;
}

.h-ajil-content {
  background: #f8f8f8;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  border: none;
  border-left: 5px solid #d4d4d4;
  transition-duration: 0.3s;
}

.h-ajil-content-in {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #d4d4d4;
  border-left: 5px solid #d4d4d4;
  padding: 10px 20px;
  height: auto;
  transition-duration: 0.3s;
}

@media only screen and (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 30px 10px;
  }
  .input-box {
    margin-left: 30px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    background-color: #27b8ea;
    color: #fff;
  }
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .ml-auto,
  .my-2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .my-2 {
    margin-bottom: 20px !important;
  }
  .desk {
    display: none;
  }
  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand img {
    height: 35px;
  }
}

@media only screen and (max-width: 576px) {
  .home-slider {
    border-radius: 0;
  }
  .container-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-spacer {
    width: 100%;
    height: 90px;
  }
  .coln1 {
    display: none;
  }

  .coln2 {
    position: relative;
    padding: 5px 10px 5px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }

  .coln3 {
    position: relative;
    padding: 5px 10px 5px;
    -ms-flex: 0 0 calc(100% - 120px) !important;
    flex: 0 0 calc(100% - 120px) !important;
    max-width: calc(100% - 120px) !important;
  }

  .col-nav {
    position: relative;
    padding: 0 20px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
    width: 100%;
  }

  .col-about {
    position: relative;
    padding: 0 20px;
    -ms-flex: 0 0 calc(100% - 250px) !important;
    flex: 0 0 calc(100% - 250px) !important;
    max-width: calc(100% - 250px) !important;
  }

  .page-content .coln2 {
    position: relative;
    padding: 5px 10px 5px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }

  .page-content .coln3 {
    position: relative;
    padding: 5px 10px 5px;
    -ms-flex: 0 0 calc(100% - 120px) !important;
    flex: 0 0 calc(100% - 120px) !important;
    max-width: calc(100% - 120px) !important;
  }
  .ntitle {
    margin-top: 0;
  }
  nav.main .megamenu {
    position: static;
  }
  .nav-tabs li {
    margin-right: 0;
  }
  .nav-tabs a {
    max-width: calc((100vw - 30px) / 2);
    margin-right: 0;
    text-align: center;
  }

  .setgegdel-slider .item {
    text-align: center;
  }
}

@media only screen and (max-width: 1120px) {
  .coln1 {
    display: none;
  }

  .page-content .coln3 {
    position: relative;
    padding: 5px 10px 5px;
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }
  .coln3 {
    position: relative;
    padding: 5px 10px 5px;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}

@media only screen and (min-width: 768px) {
  .product-short {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .uilchilgee-slider iframe {
    width: 100%;
    height: calc(56vw - 10px);
    max-height: 413px;
    box-shadow: none;
    overflow: hidden;
  }
}

.pagination a,
.pagination span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination span {
  color: #000;
}

.pagination li:first-child a,
.pagination li:first-child span {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.size-thumbnail {
  height: auto;
  width: 100%;
}

.h-ajil-single ul {
  padding-left: 0px;
}
.wp-post-image {
  height: auto;
}
