@media only screen and (min-width :1025px) {

  .carousel-control.left,
  .carousel-control.right {
    top: 45%;
    margin-top: -27px;
    line-height: 54px;
    opacity: 1;
    background-size: 44px 44px;
    width: 44px
  }

  #carousel-custom,
  #carousel-custom2 {
    margin-top: 10px;
    width: 100%
  }

  #carousel-custom .carousel-indicators,
  #carousel-custom2 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%
  }

  #carousel-custom .carousel-indicators li,
  #carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0;
    width: auto
  }

  #carousel-custom .carousel-indicators li img,
  #carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: .5
  }

  #carousel-custom .carousel-indicators li.active img,
  #carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
    border: 1px solid #6a9560
  }

  #carousel-custom .carousel-indicators li:hover img,
  #carousel-custom2 .carousel-indicators li:hover img {
    opacity: .75
  }

  #carousel-custom .carousel-outer,
  #carousel-custom2 .carousel-outer {
    position: relative
  }

  .carousel-control.left {
    left: 20px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background-image: url(https://cdn.gundrymd.com/images/left_arrow1.png)
  }

  .carousel-control.right {
    right: 20px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background-image: url(https://cdn.gundrymd.com/images/right_arrow1.png)
  }
}

@media only screen and (max-width :992px) {
  .carousel-indicators li {
    border: 1px solid #eaeaea;
    background: #eaeaea;
    width: 16px !important;
    height: 16px !important
  }

  .carousel-indicators .active {
    background: #334579;
    border: 1px solid #334579;
    width: 16px;
    height: 16px
  }

  .savePrice {
    font-size: 17px;
    left: 17px;
    top: 3px
  }

  .container-radio {
    text-align: left;
    font-size: 16px
  }

  .checkmark {
    top: 7px;
    left: 8px
  }
}

#carousel-example-generic .carousel-inner {
  padding-bottom: 60px
}