/* *****************SLIDESHOW ************/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1350px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* *****************SNIPPETS PACKAGE  ************/
.tab .nav-tabs{
    padding:10px 0;
    position: relative;
    border-bottom:0 none;
}
.tab .nav-tabs li{
    margin:0 41px 0 0;
}
.tab .nav-tabs li:after{
    content: "";
    border: 2px solid #fff;
    position: absolute;
    right: -31%;
    top: 44%;
    width: 31%;
}
.tab .nav-tabs li:last-child:after{
    content:"";
    border:0 none;
}
.tab .nav-tabs li a{
    outline:none;
    margin-right:0;
    padding:20px 30px;
    background:#fff;
    text-transform:uppercase;
}
.tab .nav-tabs li.active a{
    color:yellow;
    background: #333;
    text-transform:uppercase;
    border:none;
}
.tab .nav-tabs  li.active a:before {
    content: "";
    position: absolute;
    top:100%;
    left:50%;
    border-top: 14px solid #333;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    margin-left: -13px;
}
.tab .tab-content{
    color:black;
    background:#fff;
    margin-top:5px;
    line-height:26px;
    padding:20px 30px;
}
.tab .tab-content .active{
    
    background:#fff;
    
}
@media only screen and (max-width: 1280px) {
    .tab .nav-tabs li a{
        padding:15px 11px;
    }
    .tab .nav-tabs li:after{
        right: -45%;
        width: 45%;
    }
}
@media only screen and (max-width: 500px) {
    .tab .nav-tabs li{
        width:100%;
        text-align:center;
        margin-bottom:2px;
    }
    .tab .nav-tabs li:after,
    .tab .nav-tabs li.active a:before{
        content:"";
        border:0 none;
    }
}

.by-phone {
    background: rgb(3, 163, 212);
    padding: 50px;
    border-radius: 10px;
    margin-top: 100px;
    position: relative;
}

.by-phone .phone-info {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 8px;
}

 .tab-content {
    background: #fff;
    padding: 25px;
}

.package-list {
    list-style: none;
    
}
.package-list li {
    position: relative;
    padding: 10px 0 10px 35px;
    background: transparent url(../css/assets/icons/pin.png) center left no-repeat;
    background-size: 23px 23px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}
.description{
    position: relative;
    padding: 10px 0 10px 35px;
    background: transparent url(../css/assets/icons/right-arrow.png) center left no-repeat;
    background-size: 23px 23px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}
.text-part .heading{
    font-size:16px ;
    font-weight: bolder;
    color:rgb(3, 163, 212);
}
.text-content-section .bold{
    font-size:16px ;
    font-weight: bolder;
    color:rgb(3, 163, 212);
}
.tab .nav-tabs .nav-item{
    font-size:12px ;
    font-weight: bold;
}
.responsive {
    width: 100%;
    max-width: 750px;
    height: 340px;
}

.booknow{
    height: 50px;
    width: 50px;
}