.testimonials_wrap .testimonials_inner .glider-contain .glider-dots {
    padding-left: 100px;
    justify-content: start;
}
.testimonials_wrap .testimonials_inner .glider-contain .testipic .wp-post-image {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}
.des-item-content .des-img img {
    height: 162px;
    width: 100%;
    max-width: 70.944%;
}
.hero-slider + .glider-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.hero-slider + .glider-dots button.glider-dot {
    width: 20px;
    height: 20px;
    border-width: 4px;
}
.sectionHeading {
    margin-bottom: 35px;
}
.testimonial-content p.description {
    margin-bottom: 7px;
}
/*footer new links for static pages*/
.new-link-footer {
    margin-bottom: 30px;
}
.new-link-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    
}
.new-link-footer ul li {
    position: relative;
    margin: 0 5px 10px;
    flex: 0 0 20%;
}
.new-link-footer ul li:nth-child(-n+3) {
    flex: 0 0 28%;
}
/*.new-link-footer ul li + li:before {*/
/*    content: "";*/
/*    width: 1px;*/
/*    height: 24px;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    margin-top: -12px;*/
/*}*/
.new-link-footer ul a {
    background-color: #000;
    display: block;
    text-align: center;
    color: #fff;
    padding: 14px 20px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    white-space: pre;
}
.new-link-footer ul a:hover {
     background-color: #f69320; 
}
#myCarousel .item img {
    height: 70vh;
    object-fit: cover;
}
 #dots-banner {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}
#dots-banner button.glider-dot {
    width: 11.53px;
    height: 11.53px;
    border-width: 1px;
   background-color: #000;
    opacity: .5;
    border-color: #fff;
    
}
#dots-banner button.glider-dot.active{
    background-color: #ffe200; 
    border-color: #fa0;
    opacity: .7; 
}  
section.familyFriendlySection .SectionHeading h2.title {
    margin-bottom: 0;
}
section.familyFriendlySection .SectionHeading  {
    margin-bottom: 44px;
}
section.familyFriendlySection .des-item-content .tour_desc.tour_crusl {
    min-height: 114px;
}
section.familyFriendlySection .des-item-content a.booknow-btn { 
    padding: 7.5px 10px;
}
section.familyFriendlySection .des-item-content .book_now_tour a.booknow-btn {
    margin-bottom: 13px;
}
section.familyFriendlySection {
    padding: 3px 0 22px 0 !important; 
}
#myCarousel .glyphicon  .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}
#myCarousel .carousel-control span.glyphicon {
    width: 70.53px;
    height: 70.53px;
}
#myCarousel .carousel-control { 
    left: 32px;
    width: auto; 
}
#myCarousel  .carousel-control.right { 
    left: auto;
    right: 32px; 
}
.bulletMyCarousel span {
    width: 13.69px;
    height: 13.69px;
    margin: 0 5px;
    border-radius: 50px;
    background-color: #000;
    opacity: .5; 
    border: 1px solid #fff;
    cursor: pointer;
}
.bulletMyCarousel span:hover {  
    opacity: 0.8;  
}
.bulletMyCarousel span.active { 
      width: 14.69px;
    height: 14.69px;
    background-color: #ffe200;
    opacity: 1; 
    border: 2px solid #fa0; 
}

.bulletMyCarousel {
    position: absolute;
    bottom: 15px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 480px)  {
.new-link-footer ul li  {
    flex: 0 0 100%;
}
.new-link-footer ul li:nth-child(-n+3) {
    flex: 0 0 100%;
}
}

@media (max-width: 767px){
h2.title {
    font-size: 24px !important;
}
section.familyFriendlySection .des-item-content .tour_desc.tour_crusl {
    min-height: 77px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px)  {
.testimonials_wrap .testimonials_inner .glider-contain {
    margin-bottom: 40px;
}
#dots-banner, #dotshead2 { 
    bottom: 10px; 
}
#dots-banner button.glider-dot, #dotshead2 button.glider-dot{
    width: 12px;
    height: 12px;
    border-width: 2px;
}
#myCarousel .item img {
    height: 250px;
    object-fit: cover;
}
#myCarousel .carousel-control span.glyphicon {
    width: 30px;
    height: 30px;
}
}
  @media only screen and (min-width: 768px) and (max-width: 1024px)  {
.testimonials_wrap { 
    padding: 30px 15px;

}
.testimonials_wrap .testimonials_inner .glider-contain .testipic {
    width: 50px;
}
.testimonials_wrap .testimonials_inner .glider-contain .testimonial-content {
    padding-left: 60px;
}
#dots-banner, #dotshead2 { 
    bottom: 10px; 
}
#dots-banner button.glider-dot, #dotshead2 button.glider-dot{
    width: 12px;
    height: 12px;
    border-width: 2px;
}
#myCarousel .item img {
    height: 400px;
    object-fit: cover;
}
#myCarousel .carousel-control span.glyphicon {
    width: 44px;
    height: 44px;
}
}