@media only screen and (min-width: 1600px) {
    .section-fluid>.container,
    .section-fluid>.container-fluid {
       width: 100%;
       max-width: none;
       padding-right: 150px;
       padding-left: 150px;
    }
 }
 
 @media only screen and (min-width: 1600px) {
    .section-fluid-two>.container,
    .section-fluid-two>.container-fluid {
       width: 100%;
       max-width: none;
       padding-right: 240px;
       padding-left: 240px;
    }
 }
 
 @media only screen and (min-width: 1200px) {
    .container {
       max-width: 1200px;
    }
 }
 
 @media only screen and (max-width: 575px) {
    .container {
       max-width: 450px;
    }
 }

 @media only screen and (max-width: 479px) {
    .scroll-top {
       width: 50px;
       height: 50px;
       line-height: 50px;
       font-size: 20px;
    }
 }

 @media only screen and (max-width: 767px) {
    .section-bottom-shape-two svg {
       height: 80px;
    }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-entry-event {
       max-width: 100%;
    }
 }
 
 @media only screen and (max-width: 767px) {
    .sidebar-entry-event {
       max-width: 100%;
    }
 }

 @media only screen and (max-width: 479px) {
    .sidebar-entry-event-info {
       padding: 20px 20px 23px;
    }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-entry-course-info {
       max-width: 100%;
    }
 }
 
 @media only screen and (max-width: 767px) {
    .sidebar-entry-course-info {
       max-width: 100%;
    }
 }
 
 @media only screen and (max-width: 479px) {
    .sidebar-entry-course-info {
       max-width: 100%;
       padding: 20px 20px 23px;
    }
 }

 @media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
   .sidebar-widget-wrapper {
      padding-right: 0;
   }
}

@media only screen and (max-width: 575px) {
    .myaccount-content {
       padding: 20px 15px;
    }

    .checkout-payment-method {
        padding: 30px;
     }

     .checkout-cart-total {
        padding: 30px;
     }
 }


 @media only screen and (max-width: 575px) {
    .checkout-form .check-box {
       margin-right: 20px;
    }
 }
 
 @media only screen and (max-width: 479px) {
    .checkout-form .check-box {
       margin-right: 0;
       margin-bottom: 10px;
    }

    
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary .cart-summary-button button {
       margin-left: 0;
       margin-right: 20px;
    }
    .cart-summary .cart-summary-button button:last-child {
       margin-right: 0;
    }
 }
 
 @media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button button {
       margin-left: 0;
       margin-right: 10px;
    }
    .cart-summary .cart-summary-button button:last-child {
       margin-right: 0;
    }
 }
 
 @media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button button {
       width: 130px;
    }
 }


 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary .cart-summary-button {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: start;
       -ms-flex-pack: start;
       justify-content: flex-start;
    }
 }
 
 @media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: start;
       -ms-flex-pack: start;
       justify-content: flex-start;
    }
 }


 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary {
       margin-left: 0;
       max-width: 100%;
    }
 }
 
 @media only screen and (max-width: 767px) {
    .cart-summary {
       margin-left: 0;
       max-width: 100%;
    }
 }
 
 .cart-summary .cart-summary-wrap {
    background-color: #f5f5f5;
    padding: 45px 50px;
    margin-bottom: 20px;
 }
 
 @media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-wrap {
       padding: 25px 30px;
    }
 }

 @media only screen and (max-width: 767px) {
    .cart-table td.pro-remove a {
       width: 60px;
       text-align: center;
    }
 }

 @media only screen and (max-width: 767px) {
    .cart-table .table tbody tr td {
       display: block;
       width: 100%;
       max-width: none;
       padding: 15px;
       text-align: left;
    }
 }
 
 .cart-table th.pro-thumbnail,
 .cart-table td.pro-thumbnail {
    max-width: 120px;
    min-width: 100px;
    width: 120px;
 }
 
 @media only screen and (max-width: 767px) {
    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a {
       width: 120px;
    }
    .section-bottom-shape-four svg {
        height: 80px;
     }

     .section-bottom-shape-five svg {
        height: 80px;
     }
     .section-bottom-shape-three svg {
        height: 80px;
     }
     
     .product-info-tab-list li a {
        font-size: 20px;
     }

     .section-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
     }

     .section-padding-200 {
        padding-top: 60px;
        padding-bottom: 60px;
     }
 }

 @media only screen and (max-width: 767px) {
    .cart-table .table {
       border-top: 2px solid #333333;
    }
 }
 
 .cart-table .table thead {
    background-color: #333333;
 }
 
 @media only screen and (max-width: 767px) {
    .cart-table .table thead {
       display: none;
    }
 }


 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table thead tr th {
       padding: 12px 12px;
       min-width: 200px;
    }
 }

 @media only screen and (max-width: 768px){
   .single-success-faq .justi .success-faq-heading img{
      display: block;
      margin-left: auto;
      margin-right: auto;
   }

   .single-success-faq .justi .success-faq-content .text-wrap h4{
      text-align: center;
   }

   .single-success-faq .justi .success-faq-content .text-wrap p{
      text-align: center;
   }
    
}

@media only screen and (max-width: 600px){
    
}


 @media only screen and (max-width: 480px){
   .single-success-faq .justi .success-faq-heading img{
      display: block;
      margin-left: auto;
      margin-right: auto;
   }

   .single-success-faq .justi .success-faq-content .text-wrap h4{
      text-align: center;
   }

   .single-success-faq .justi .success-faq-content .text-wrap p{
      text-align: center;
   }
   
}


@media only screen and (max-width: 1440px){
   .s-banner .banner-item {
      height: 553px;
  }
    
}
@media only screen and (max-width: 1280px){
   .s-banner .banner-item {
      height: 520px;
  }
    
}
@media only screen and (max-width: 1150px){
   .s-banner .banner-item {
      height: 465px;
  }
    
}
@media only screen and (max-width: 1024px){
   .s-banner .banner-item {
      height: 415px;
  }
    
}
@media only screen and (max-width: 991px){
   .s-banner .banner-item {
      height: 324px;
  }
    
}
@media only screen and (max-width: 768px){
   .s-banner .banner-item {
      height: 310px;
  }
    
}
@media only screen and (max-width: 480px){
   .s-banner .swiper.banner .banner-item{
      display: none;
   }
   .s-banner .swiper.banner .banner-item-mobile{
      display: block;
      width: 100%;
      height: 520px;
      background-repeat: no-repeat;
      background-size: cover;
   }

   .s-banner .swiper.banner .banner-item-mobile a{
      width: 100%;
      height: 500px;
      cursor: pointer;
   }

    
}
@media only screen and (max-width: 400px){
   .s-banner .swiper.banner .banner-item-mobile {
      height: 445px;
  }

    
}

@media only screen and (max-width: 320px){
   .s-banner .swiper.banner .banner-item-mobile {
      height: 445px;
  }

    
}
