/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/


/* Normal desktop :1500px. */
@media (min-width: 1500px) and (max-width: 1699px) {
  .sticky-nav .search-box-btn.search-box-outer i {
    left: 15px;
  }

  .slider-title h3 {
    font-size: 60px;
  }

  .sub-title h3 {
    font-size: 40px;
  }



}

/* Normal desktop :1300. */
@media (min-width: 1300px) and (max-width: 1499px) {
  .sticky-nav .search-box-btn.search-box-outer i {
    right: -10px;
  }

  .sub-title h3 {
    font-size: 40px;
  }


  .shapes-imge {
    left: -80px;
  }




}

/* Normal desktop :1200. */
@media (min-width: 1200px) and (max-width: 1299px) {

  .sub-title h3 {
    font-size: 40px;
  }
  .slider-thumb img {
    width: 117%;
  }

  .shapes-imge {
    left: -30px;
  }




}

/* Normal desktop :1170px. */
@media (min-width: 1170px) and (max-width: 1199px) {



  .slide-title h1 {
    font-size: 58px;
    line-height: 65px;
  }

  .sub-title h3 {
    font-size: 33px;
  }


  .slider-thumb img {
    width: 140%;
  }


  .shapes-imge {
    position: absolute;
    top: 10px;
    left: -105px;
  }

  .about-thumb {
    left: 50px;
  }








}

/* small mobile :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    margin-top: auto;
  }

  .slide-title h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .slider-area {
    height: 700px;
  }

  .single-slider-box {
    right: 0;
  }

  .slider-thumb img {
    width: 120%;
  }




  .shapes-imge {
    position: absolute;
    top: -60px;
    left: -35px;
  }

  .shap-img {
    right: 0;
  }

  .slide-title p {
    font-size: 16px;
  }



}

/* small mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .slider-content {
    margin-top: auto;
  }

  .slide-title h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .single-slider-box {
    right: 0;
  }

  .slider-button a {
    font-size: 15px;
    padding: 10px 30px;
  }

  .shapes-imge {
    left: -15px;
    top: -30px;
  }

  .sub-title p {
    font-size: 15px;
    width: 65%;
  }

  .slider-thumb img {
    width: 100%;
  }

}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .slider-content {
    margin-top: auto;
  }

  .breadcumb-area {
    padding: 140px 0 120px;
  }

  .slider-area {
    height: 600px;
  }

  .single-slider-box {
    right: 0;
  }

  .slider-text h2 {
    font-size: 13px;
  }

  .slider-thumb img {
    width: 100%;
  }

  .slide-title h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .slide-title p {
    font-size: 13px;
  }

  
  .slider-box {
    display: none;
  }

}