 .newsletter {
    margin-bottom: 30px;
    margin-top: 60px;
}
.newsletter-img {
    width: 100px;
    position: relative;
    height: 50px;
}
.newsletter-img img {
    position: absolute;
    bottom: -17px;
    left: 0;
}
.newsletter-content {
    max-width: 100%;
    line-height: 1.7;
    color: #616161;
}
.newsletter-box {
    background: #fff;
    border: 1px dashed #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 80px;
    padding: 15px 55px 15px;
}
@media (max-width: 991.98px) {
    .newsletter-img { 
    margin: 0 auto;
}
    .newsletter-img img {
    position: absolute;
    bottom: 0px;
    left: 0;
}
    .newsletter {
        margin-bottom: 20px;
        margin-top: 60px;
    }
    .newsletter-box {
        background: #fff;
        border: 1px dashed #bdbdbd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 10px;
    }
}
.newsletter-input {
    min-width: 400px;
}
.btn-primary {
    color: #fff;
    background-color: #b42e60;
    border-color: #b42e60;
    /* width: 60%; */
    padding: 10px 50px;
}
.newsletter-input .form-control,
.newsletter-input .select2-container .select2-selection--single,
.select2-container .newsletter-input .select2-selection--single {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    padding-right: 30px;
}
.newsletter-input.input-group > .input-group-append > .btn {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 5;
}
.newsletter-input .input-group-append {
    margin-left: -15px;
}
.listing-banner-box img {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.listing-banner .text-header {
    border-radius: 3px;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 11%;
    padding: 20px 0;
    color: #b42e60;
}
.listing-banner {
    position: relative;
}
.text-header.text-center.text-header-tour h1 {
    color: white;
}
p.sub-title span {
    color: white;
}
.rules.stype-content h2 {
    color: #b30660;
}
.ovelay {
    background: #00000066;
    width: 100%;
    height: 100%;
    position: absolute;
}
/* intro */
.box_service {
    background: #fff;
    border-radius: 20px;
    padding: 20px; 
    box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);
    -webkit-box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);
    transition-behavior: normal, normal;
    transition-duration: 0.24s, 0.24s;
    transition-timing-function: cubic-bezier(.22,0,.08,1), cubic-bezier(.22,0,.08,1);
    transition-delay: 0s, 0s;
}
 
.icon_text img {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
}
h3.text_td {
       font-size: 15px;
    padding: 10px 0px;
    font-weight: 800;
    color: #b42e60;
        height: 50px;
}
.box_service p {
    margin-bottom: 0px;
    height: 90px;
    font-size: 14px;
}

.intro_qntourist .wrapper{
  padding-top: 70px ;
}
/* Default slide */
.intro_qntourist .center-slider .slick-slide{ 
  color: #FFF; 
  margin: 0 0px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
 /* box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);
    -webkit-box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);*/
}
.intro_qntourist .center-slider .slick-slide img{
  height: auto;
    width: 100%;
    padding:0 10px;
}
.intro_qntourist .center-slider .slick-slide,
.intro_qntourist .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  /*box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);
    -webkit-box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);*/
}

/* Active center slide (You can change anything here for cenetr slide)*/
.intro_qntourist .center-slider .slick-center,
.intro_qntourist .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1); 
 /* box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);
    -webkit-box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);*/
  
}
.intro_qntourist .center-slider .slick-current.slick-active{
  transform: scale(1); 
  /*box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);
    -webkit-box-shadow: 0px 5px 12px 5px rgb(32 32 32 / 10%);*/
}

.intro_qntourist .slick-next,.intro_qntourist .slick-prev{
  z-index: 5;
}
.intro_qntourist .slick-next{
  right: 15px;
}
.intro_qntourist .slick-prev{
  left: 15px;
}
.intro_qntourist .slick-next:before,.intro_qntourist .slick-prev:before{
  color: #a75f77;
  font-size: 26px;
}
@media (max-width: 780px) {
    .intro_qntourist .wrapper{
  padding-top: 30px ;
}
    .icon_text img {
        height: 35px;
        width: auto;
        margin-bottom: 0px;
    } 
h3.text_td {
    font-size: 10px;
    padding: 10px 0px;
    font-weight: 800;
    color: #b42e60;
    height: 30px;
}
.box_service p {
    margin-bottom: 0px;
    height: 80px;
    font-size: 10px;
}
.box_service{
    margin-top:10px;
    padding:10px;
}
}