@media (min-width: 992px) {

}
@media (min-width: 768px) {
.experience-tabs .scroll-wrap{
    min-height: 350px;
    flex-flow: column;
  }

  .experience-tabs .experience-tab-content{
    min-height: 410px;
  }
}

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {

}

@media (max-width: 1300px) {


@media (max-width: 1250px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1050px) {

}

@media (max-width: 1024px) and (min-width: 992px) {

}

@media (max-width: 991px) {
  nav .custom-icon{
    padding: 20px 15px 10px 15px;
  }
}

@media (max-width: 767px) {

  /* Mobile Experience Tabs Section */
  .experience-tabs .nav-tabs > li > a.active,
  .experience-tabs .nav-tabs > li > a:hover{
        border-left: 0px solid rgb(91 212 151);
        border-bottom: 3px solid rgb(91 212 151);
  }
  .experience-tabs .nav-tabs li a{
    border-left: 0px;
    min-width: 108px;
  }

  .tab-style4 .nav-tabs.nav-tabs-mobile {
    display: flex !important;
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;

  }

  .tab-style4 .nav-tabs.nav-tabs-mobile:hover{
    overflow-y : auto;
  }

  .tab-style4 .nav-tabs.nav-tabs-mobile::-webkit-scrollbar{
    height: 2px;


  }
  .tab-style4 .nav-tabs.nav-tabs-mobile::-webkit-scrollbar-thumb{
    background-color: #444444;

  }
  .tab-style4 .nav-tabs.nav-tabs-mobile::-webkit-scrollbar-thumb:window-inactive{
    background-color: transparent;
  }

  .nav-tabs-mobile > li{
      white-space: nowrap;
      border-right: 0px solid #e5e5e5 !important;
  }

  .nav-tabs-mobile > a{

  }
  .experience-tabs .scroll-wrap{
    display: block;
  }

  .tab-style4 .nav-tabs.nav-tabs-mobile > li{
      display: flex;
  }

  /* Portfolio Section */
  .pfolio-img-container{
    width:100%;
  }

  .pfolio-accordion a.accordion-toggle {
    padding: 10px 15px 10px;

  }
  .pfolio-accordion .panel-heading i {
    font-size: 21px;

  }


}

@media (max-width: 640px) {
  /* Mobile Experience Tabs Section */
  .tab-style4 .nav-tabs.nav-tabs-mobile {
    display: flex !important;
    margin-bottom: 30px;
    width: calc(100% + 60px);
    padding-left: 50px;
    margin-left: -50px;

  }



)

/* ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {


}

/* ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {


}

@media screen and (max-width: 55.1875em){

}

@media screen and (max-height: 26.375em){

}

@media screen and (max-height: 320px){

}

/* container */
@media (min-width: 575px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) {  }
@media (min-width: 1200px) {  }
