.carousel {
    width: 100%;
    height: auto;
    /* margin-bottom: 75px; */
}

.img-thumbnail-set {
    display: block;
    width: 100%;
}


.whole-jlinks-elements{
    position: fixed;
    /* left: 123%; */
    z-index: 10;
    margin-top: 50px;
}

.customer-service-img {
    height: auto;
}

.whole-jlinks-elements{
    position: fixed;
    left: 1%;
    z-index: 10;
	margin-top: 50px;
	
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1020px;
    min-width: 240px;
    display: block;
}
.ht-img {
        height: 500px;
}



.center {
    text-align: center;
  }

  hr{
    height:10px;
    width: 100%;
  }

  .pull-right
  {
    text-align: right;
  }

  .image-services-index{
      border-radius: 3px;
      width: 70%;
  }

  .image-services-indexs{
    border-radius: 3px;
    width: 100%;
    height: 200px;
}

  .product-font-label
  {
    font-size: 12px;
  }

  .product-font-title
  {
      font-size: 13px;
  }

  .customer-service-img {
    height: auto;
}

.image-service-small{
    display: block;
    width: 60%;
    height: auto;
}

.image-banner{
    width: 100%;
    height: auto;
}

.image-services-indexss{
    border-radius: 3px;
    width: 311px;
    height: 326px;
}

.jumbotron {
    padding-top: 11px;
    padding-bottom: 50px;
    }




.dropbtn {
  /* background-color: blue; */
  color: white;
  padding: 16px;
  font-size: 16px;
  border-radius: 5px;
  line-height: 42px;
}

.dropdown {
  position: relative;
  display: inline-block;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 14px;
}

.dropdown-content a {
  color: black;
  padding: 12px 9px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: #797979;

}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #1565b0;
    color: black;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;

    
}


.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}




.container-cover {
position: relative;
text-align: left;
color: white;
}
.top-left-cover {
position: absolute;
top: 8px;
left: 16px;
margin-left: 5%;
}
.top-left-cover-label {
position: absolute;
top: 8px;
left: 16px;
margin-left: 5%;
margin-top: 12%;
}
.top-left-cover-label2 {
position: absolute;
top: 8px;
left: 16px;
margin-left: 5%;
margin-top: 14%;
}

.top-left-cover-label3 {
position: absolute;
top: 8px;
left: 16px;
margin-left: 5%;
margin-top: 20%;
}


.w3-button:hover {
    color: #f4f5f7 !important;
    background-color: #1565b0 !important;
}

.card {
    transition: 0.3s;

    }

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.customer-service-img {
    height: auto;
}

.image-services-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* height: 600px; */
    /* display: block;
    width: 45%;
    float: left; */
}
.ispm{
    width: 45%;
    float: right;
    /* height: 550px; */
}

.image-left{
    display: block;
    width: 45%;
    float: left;
    margin-left: auto;
    margin-right: auto;
}

.image-right{
    display: block;
    width: 45%;
    float: right;
    margin-left: auto;
    margin-right: auto;
}
.align-center{
    text-align: center;
}



