.about-has-image .box-img{
  display: block !important;
}
.main-slider .dsn-slider-content .slide-content{
  top:50% !important;
}

.slide-content .title-lg-tw{
  line-height: 45px !important;
  font-size: 45px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.dsn-btn-tw{
  padding-left:10px !important;
}

.main-slider .dsn-nex-prev .prev.dsn-active h5, .main-slider .dsn-nex-prev .next.dsn-active h5{
  font-size:60px!important;
  top:65px;
}
.slog{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.tit-tw{
  font-size:40px;
  color:#b3de4f !important;
}
.tit-th{
  font-size:30px;
  color:#b3de4f !important;
}
.tit-em{
  font-size:20px;
  color:#b3de4f !important;
}
.call-but{
  width: 100% !important;
}
.txt-parall{
  text-align: left !important;
}
.section-seat .content-blure p{
  max-width: 100% !important;
}
.testim{
  font-size: 14px !important;
}
.select-bx{
  width:100%;
  height: 50px;
  background: rgba(26, 22, 5, 1);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color:#fff;
  padding-left: 10px;
}
.main-but{
  color:#000 !important;
}
.heading-color-tw{
  color:#000 !important;
}
.aboutw{
  text-transform: lowercase !important;
}
.icon-rightw img{
  opacity: 0.2 !important;
  max-width: 150px !important;
}
.header-tw{
 padding-top:100px !important;
}
.title-tw{
  font-size:24px !important;
}
.bg-tw{
    background-color: #111 !important;
}

.col-one{
  width:50% !important;
}


.interno {
z-index: 9999 !important;
height: 4.5vh !important;
width: 100% !important;
position: fixed !important;
bottom: 50px !important;
margin-left: 20px !important;

}

.externo {
display: flex; /* Makes the children sit side-by-side */
z-index: 9999 !important;
height: 4.5vh !important;
width: 100%;
position: fixed !important;
bottom: 30px;
}

.child {
  text-align: center;
  flex: 1; /* Makes both divs take up equal available space */
}


@media (min-width: 1281px) {

.externo{
display:none;
}

}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

.externo{
  display:none;
}

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

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

.externo{
  display:none;
}
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

.externo{
    display:none;
}


}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

.externo{
  display:visible;
}

.interno{
display:none;
}

}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

.externo{
display:visible;
}

.interno{
display:none;
}


}
