/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/

body{
  font-family: 'Open Sans', sans-serif;
}

h1{
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

h2{
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
*:focus {outline:none !important}
/*header css*/
/*.header .navbar-nav a::hover{
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #e73436;
  margin: 17px auto;
}*/

.homepage-heading{
margin-top: 
}
.header-menu-content {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-height: 84px;
    /*padding-top: 14px;*/
    z-index: 1030;
}



.header-menu-content .tt-logo {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*width: 153px;*/
    display: block;
}
.not-scrolled, .not-scrolled .tt-logo {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*width: 100%;*/
    height: 100px;
    /* display: block; */
}
.not-scrolled .navbar-nav{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 22px;
}
.not-scrolled .tt-logo img{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 160px;
}

.not-scrolled .navbar-inverse .navbar-toggle{
  -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 35px;
    margin-right: 40px;
}


.scrolled .navbar-nav{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 8px;
}


.scrolled, .scrolled .tt-logo {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    /*width: 100%;*/
    height: 75px;
}
.scrolled .tt-logo img{
  -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 120px;
}
.scrolled .navbar-inverse .navbar-toggle{
  -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 22px;
    margin-right: 40px;
}

/*.scrolled .tt-logo {
    width: 120px;
    display: block;
}
*/


.header-links{
  background-color: #ccc;
  width: 100%;
  text-align: center;
}
.header-links li:active {
  /*background-color: red;
  border-bottom: 1px solid black;*/
}
.dropdown-toggle{
  background-color: #ccc;
  width: 100%;
}

.navbar{
  border: 0px;
  
}
.navbar-inverse {
  height: auto;
  background-color: #fff;
  border-color: #080808;
}
.navbar-brand{
  height: auto;
}
.navbar-nav{
  margin-top: 25px;
}
.navbar-inverse .navbar-nav>li>a:hover {
  color: black; 
  background-color: transparent;
  border-bottom: 0px solid red;
}
.navbar-inverse .navbar-nav>li>a {
  color: #000000;
}
.navbar-nav>li>a:hover{
  color: black;
  border-radius: 2px solid red;
}
.header .navbar{
  margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
  color: #030303;
}
.navbar-inverse .navbar-nav>.active>a{
  color: #000;
  background-color: #fff;
  border-bottom: 0px solid red;
}
.navbar-inverse .navbar-toggle {
  margin-top: 40px;
  margin-right: 40px;    
  border-color: #333;    
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #e73436;
}

.navbar-inverse .navbar-nav>.active>a:hover{
  color: #000;
  background-color: #fff;
}
.homepage-heading{
  margin-top: 100px;
  color: #ffffff;
}
/*.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #cb5151; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.header-container a {
    height: 97px;
    color: #000000;
    text-decoration: none;
}

.header-container {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    height: 75px;/*
}

.header-container .navbar {
    position: relative;
    
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.header-container .navbar-nav>li>a {   
    color: #191919;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    padding-top: 48px;
    padding-bottom: 36px;
    line-height: 46px;
    letter-spacing: 0.3px;

    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.29;
    letter-spacing: 0.3px;
    text-align: left;
    color: #191919;
}*/



/*.main-heading{
    margin-top: 77px;
}*/



/*Below is for Tabs*/
.tabs-top {
    margin-bottom:50px;
}


/*.tabs-3 .nav-tabs > li {
    width: 33%;
    border: 0;   
}*/

.tabs-3 .nav-tabs > li {
    border: 1px solid #e7e7e7;
    /* padding: 0px 31px; */
    /* background: #f6f6f6; */
    width: 33.333%;
}

.nav-tabs > li > a {
    width:100%;
    border:0;
    background:#f5f6fa;
    color: #433b3bb8;
    border-radius: 0;
    text-align: center;
}

.nav-tabs>li>a {
    padding: 0px;
    margin-right: 2px;
    line-height: 1.42857143;
/*     border: 1px solid transparent; */
    border-radius: 0px;
}

.nav-tabs > li > a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    filter: grayscale(0%);
    background: #ffffff;
    border:0;
    color: #dd3838;
    position: relative;
}


.nav-tabs>li.active> a {
    border: 0;
    background: #fff;
    color: #e41313c7;
    padding: 0px;

}

.nav-tabs>li.active> a:after{
  content: '';
  
 width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
      border-top: 20px solid #ffffff;
    position: absolute;
        bottom: -15px;
    left: 43%;
}

.nav-tabs>li.active> a img {
    filter: grayscale(0%);
    border: 0;
    background: #f8f8f891;
    color: #e41313c7;
    
    padding-right: 4px;
}
.nav-tabs>li.active>a:hover .nav-tabs>li.active>a>img:hover{
    filter: grayscale(0%);
    border: 0;
    background: #f8f8f891;
    color: #e41313c7;
    padding-right: 4px;
}

.tab-img{
  filter: grayscale(100%);
}
.form-tab{
    
    padding-top: 40px;
}


.tab-text{
    font-family: Nunito;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.67;
    letter-spacing: 0.4px;
}

.nav-tabs {
    margin-top: 45px;
    border-bottom: 0px;
    box-shadow: 0 9px 21px rgba(148, 148, 148, 0.17);
}

.nav-tabs .nav>li>a {
    position: relative;
    display: block;
   /* padding: 0px 15px; */
}



/*till here*/
/*.section-1{
    background-image: url(../images/homepage/bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100% 100%;
    z-index: 888;
    height: 550px;
  
}*/

@media screen and (max-width: 767px) {
   /* .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } */
    
  .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
  .navbar .nav-collapse .navbar-form { margin: 0; }
  .nav-collapse>li { float: none; }
}

.header{
    position: fixed;
    width: 100%;
    z-index: 9999999;    
    box-shadow: 1px 1px 30px #e4e4e640;   
    top: 0px;
    background: #f1f1f2;
}
.header-container .navbar-nav>li > a:hover{

  background-color: #fff;
  border-bottom:2px solid red;
}

.header-container .navbar-nav>li.active>a {

  background-color: #fff;
  border-bottom:2px solid red;
}

.offers h1{
  color: #ffffff;
  line-height: 35px;
font-family: Nunito;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  text-align: left;

}
.offers{
  margin-top: 65px;
}

.offers .contact-btn {
      color: #fbf3f3;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 17px;
    /* border-width: 1px; */
    border-style: none;
    /* border: 1px solid #c1c1c1d9; */
}

.offers .contact-btn img{
  filter: contrast(0%);
  width: auto;
  }
.offers .contact-btn:hover img{
  filter: contrast(100%);
}

.offers .contact-btn:hover{
    /*border: none; */
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    background: #4a90e2;
    border-radius: 25px;
    padding: 5px 17px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    /* background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%); */
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    /* background: linear-gradient(to right, #e73436 0%, #f7931e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}


.darshan {
  border-radius: 15px;
  height: 180px;
  padding-left: 30px;
  padding-top: 10px;
  background-image: url(../images/homepage/gift-package-darshan.jpg);
  /* margin-top: -160px;
  margin-left: 30px;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;

  box-shadow: 0 0px 19px rgba(133, 133, 133, 0.32);
  margin-bottom: 15px;
}
.group{
  border-radius: 15px;
height: 180px;
padding-left: 30px;
padding-top: 10px;
background-image: url(../images/homepage/group-booking.jpg);
/*margin-top: -160px;
margin-left: 30px;*/
background-position: center bottom;
background-repeat: no-repeat;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
box-shadow: 0 0px 19px rgba(133, 133, 133, 0.32);
margin-bottom: 15px;
}
.custom{
  border-radius: 15px;
height: 180px;
padding-left: 30px;
padding-top: 10px;
background-image: url(../images/homepage/custom-booking.jpg);  
/* margin-top: -160px;
margin-left: 30px;*/
background-position: center bottom;
background-repeat: no-repeat;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
margin-bottom: 15px;

box-shadow: 0 0px 19px rgba(133, 133, 133, 0.32);
}
.text-left{
  margin-top: 100px;
  height: auto;
  background-image: url(../images/homepage/grediant-orange.png);  

  /*margin-left: 30px;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;

}

.top-text{
   padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    color: #fff;
}

.top-text h2{
  font-family: Nunito;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  

}

/*added margin -right*/
.top-text p{
  padding-bottom: 25px;
  margin-right: 60px;

  padding-top: 25px;
  font-family: Nunito;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.3px;
  text-align: left;
}

.top-text-header :hover{
  transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*img:hover {
    max-width: auto;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/
.video{
 margin-top: 100px;
}
.package-thumbnail{
  margin-top: 20px;
  height: 320px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 9px 21px rgba(148, 148, 148, 0.17);

}

.package-thumbnail h3{
  height: 54px;
  padding-top: 20px;
  padding-left: 20px; 
  padding-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.package-thumbnail img{
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}


.package-thumbnail .img-thumbnail-temple{
  height: 150px;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}

.home-package-heading h2{
  margin-top: 100px;
  text-align: center;
/*border-bottom: 2px solid #662c91;
border-bottom-padding-left: 120px ;*/
}

/*.package-thumbnail button{
  margin-left: 20px;
  padding: 5px 36px;
}

.package-thumbnail .btn-info {
  color: #191919;
  background-color: #fff;
  border-color: #191919;
  border-radius: 50px;

  }
.package-thumbnail  .btn-info:hover {
  color: #191919;
  background-color: #f2f2f2;    
  border: 0px;
}*/

.package-thumbnail-btn{  
   color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 17px;   
    margin-left: 20px;
    margin-top: 20px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
}
.package-thumbnail-btn img, .carRentals-thumbnail-btn img{
  filter: contrast(0%);
  width: auto;
  position: relative;
  top: 4px;
  }
.package-thumbnail-btn:hover img{
  filter: contrast(100%);
}

.package-thumbnail-btn:hover{
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 5px 17px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.carRentals-thumbnail-viewDetails{
  margin-left: 20px;
}

.carRentals-thumbnail-btn{  
   color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 17px;
   
    margin-left: 18px;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    display: flex;
     margin-left: 0px; 
     margin-top: 0px; 
}
.carRentals-thumbnail-btn img{
  filter: contrast(0%);
  width: auto !important;
  }
.carRentals-thumbnail-btn:hover img{
  filter: contrast(100%);
}

.carRentals-thumbnail-btn:hover{
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 5px 17px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.home-CarRentals-heading h2{
  margin-top: 50px;
  text-align: center;
}
.home-CarRentals-heading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}
.CarRentals-thumbnail{
  margin-top: 20px;
  height: auto;
  border: 1px solid #e7e7e7;
  box-shadow: 0 9px 21px rgba(148, 148, 148, 0.17);

}

.CarRentals-thumbnail span{
 /* font-family: OpenSans;*/
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  margin-left: 20px;
}
.CarRentals-thumbnail-data{
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  padding: 20px 18px;

}
.CarRentals-thumbnail label{
 padding-left: 10px;
 padding-right: 10px; 
}

.CarRentals-thumbnail h3{
  padding-top: 20px;
  padding-left: 20px; 
  padding-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*height: 77px;*/
  color: #191919;

}

.CarRentals-thumbnail img{
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}

.home-package-heading h2{
  margin-top: 70px;
  text-align: center;
}

.home-package-heading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}


/*Promise section*/
.promises {
    margin-top: 60px;
    padding-bottom: 80px;
}
.promise h2{
  font-family: Nunito;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #e73436;
  margin-top: 0px;

}
.promise p{
  margin-top: 15px;
  font-family: Nunito;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #191919;
}


.promise-content {
  margin-top: 25px;
}
.promise-content .col-md-3 {
    margin-top: 15px;
    
}

.promise-content .col-md-9 p{
      font-family: Nunito;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: justify;
    color: #191919;
    padding-right: 53px;
}
.promise-content .col-md-9 h3{
  font-family: Nunito;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  margin-top: 15px;
}

/*Accomodation styles*/
.accommodation{
  background-color: #f2f2f2;
  padding-bottom: 100px;
}     
.accommodation-heading {
  margin-top: 180px;
}
.accommodation-heading h2{
  font-family: Nunito;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000000d4;
  margin-top: 0px;

}

.accommodation-heading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;
  border-radius: 3px;
}
.accommodation-details{
  height: 160px;
  padding-right: 40px;
  margin-bottom: 20px;
}
.accommodation-content{
 /* margin-top: 30px;*/
}
.accommodation-img{
  padding-left: 0px;
  padding-right: 0px; 
}
.accommodation-img img{
  width: 100%;
  height: 160px;
}
.accommodation-content{
  box-shadow: 0 5px 14px rgba(148, 148, 148, 0.17);
  background-color: #fff;
  /*height: 160px;*/
}
.TandC{
  padding: 15px 20px 50px 20px;
  background-color: #f6f6f6;    
  text-align: justify;
  border: 1px solid #d1c8c8;
  /*transform:translate(100px,600px);*/
}
.TandC h2{
  color: #ef0909de;
}
.acc-row{
  margin-top: 33px;
}
.accommodation-text h3{
  font-family:  'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  padding-left: 25px;
}
.accommodation-text span{
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  padding-left: 8px;

}
.accommodation-text .col-md-5 ul{
  padding-left: 15px;
  list-style-type: none;
}
.accommodation-text .col-md-7{
  list-style-type: none;
 
  padding-left: 0px;
}
.accommodation-text .col-md-7 ul{
  list-style-type: none;
  padding-left: 0px;


}
.acc-btn{  
    margin-top: -5px;
    color: #191919;
    background-color: #fff;
   /* border-color: 1px solid #ccc;*/
    border-radius: 50px;
    padding: 3px 20px;
    float: right;
    margin-right: 20px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    /*transition: 0.5s all;*/
}
.acc-btn img{
  filter: contrast(0%);
  }
.acc-btn:hover img{
  filter: contrast(100%);
}
.acc-li{
  padding-top: 8px;
}
.acc-btn:hover{
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 3px 20px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}
.TandC h2{
  font-family: Nunito;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #e73436;
}
.TandC ul{
      padding-top: 25px;
  padding-left: 25px;
}
.TandC  li{
  
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}



.super-quotes-container {
   text-align: center;
    /* margin-left: 150px; */
    padding-top: 70px;
    height: auto;
    padding-bottom: 70px;
}
.super-quotes-container .col-md-4 span{
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.6px;
  display: block;
 /* margin-top: -33px;
  margin-left: 60px;*/
}

/*Rental Styles*/
.rental-text{
  padding-left: 10px;
}
.rental-text label{
  padding-right: 15px;
}
.rental-text span{
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  padding-right: 10px;
}




.rental-li{
  padding-top: 8px;
  }

.rental-btn{   
    color: #191919;
    background-color: #fff;
   /* border-color: 1px solid #ccc;*/
    border-radius: 50px;
    padding: 4px 20px;
    float: right;
    margin-top: 6px;
    margin-right: 20px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    /*transition: 0.5s all;*/
}
.rental-btn img{
  filter: contrast(0%);
  }
.rental-btn:hover img{
  filter: contrast(100%);
}
.rental-btn:hover{
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 4px 20px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.rental{
  background-color: #f2f2f2;
  padding-bottom: 100px;
}     
.rental-heading {
  margin-top: 180px;
}
.rental-heading h2{
  font-family: Nunito;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000000d4;
  margin-top: 0px;

}

.rental-heading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;
}
.rental-details{
  /*height: 160px;*/
  padding-right: 40px;
  margin-bottom: 25px;
}

.rental-img{
  padding-left: 0px;
  padding-right: 0px; 
}
.rental-img img{
  width: 100%;
  height: 160px;
}
.rental-content{
  box-shadow: 0 5px 14px rgba(148, 148, 148, 0.17);
  background-color: #fff;
  /*height: 160px;*/
  margin-bottom: 25px;
}

.rental-row{
  margin-top: 33px;
}
.rental-text h3{
  font-family:  'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  
}
.rental-text span{
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  /*padding-left: 8px;*/

}
.rental-text .col-md-5 ul{
  padding-left: 15px;
  list-style-type: none;
}
.rental-text .col-md-7{
  list-style-type: none;
  
  padding-left: 0px;
}
.rental-text .col-md-7 ul{
  list-style-type: none;
  padding-left: 0px;
}


/*Packages css*/

.package-text{
  padding-left: 10px;
}
.package-text label{
  padding-right: 15px;
}
.package-text span{
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  padding-right: 10px;
}




.package-li{
  padding-top: 8px;
  }

.package-btn{   
    color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px 20px;
    float: right;
    margin-top: -30px;
    margin-right: 0px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    /* transition: 0.5s all; */
}
.package-btn img{
  filter: contrast(0%);
  }
.package-btn:hover img{
  filter: contrast(100%);
}
.package-btn:hover{
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 4px 20px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.package{
  background-color: #f2f2f2;
  padding-bottom: 100px;
}     
.package-heading {
  margin-top: 180px;
}
.package-heading h2{
  font-family: Nunito;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  /*text-align: center;*/
  color: #000000d4;
  margin-top: 0px;

}

.package-heading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin-top: 12px;
}
.package-details{
 /* height: 160px;*/
  padding-right: 40px;
  margin-bottom: 25px;
}

.package-img{
  padding-left: 0px;
  padding-right: 0px; 
}
.package-img img {
    width: 100%;
    height: 165px;
}
.package-content{
  box-shadow: 0 5px 14px rgba(148, 148, 148, 0.17);
  background-color: #fff;
  margin-bottom: 25px;
  /*height: 160px;*/
}

.package-content  a:hover{
    text-decoration: none;
}

.package-row{
  margin-top: 33px;
}
.package-text h3{
  font-family:  'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  
}

.package-text .col-md-5 ul{
  padding-left: 15px;
  list-style-type: none;
}
.package-text .col-md-7{
  list-style-type: none;
  
  padding-left: 0px;
}
.package-text .col-md-7 ul{
  list-style-type: none;
  padding-left: 0px;
}

.package-subheading{
  margin-top: 60px;
  padding-left: 0px;
}
.package-subheading h2{
    font-family: Nunito;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    /* text-align: center; */
    color: #000000d4;
    
    margin-bottom: 40px;
}
.package-subheading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin-top: 12px;
}
.package-tt-text{
  padding-left: 10px;
}

.package-content .amount{
 font-family: OpenSans, sans-serif;
  font-size: 18.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.4px;
  text-align: left;
  color: #e73436;
  display: block;
  margin-top: 8px;
}


.package-tt-btn{   
    color: #191919;
    background-color: #fff;
   /* border-color: 1px solid #ccc;*/
    border-radius: 50px;
    padding: 4px 20px;
    float: right;
    margin-top: -28px;
    margin-right: 10px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    /*transition: 0.5s all;*/
}
.package-tt-btn img{
  filter: contrast(0%);
  }
.package-tt-btn:hover img{
  filter: contrast(100%);
}
.package-tt-btn:hover{
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 4px 20px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.package-tt-text h3{
  font-family:  'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  padding-top: 8px;
  margin-bottom: 0px;
}
.package-tt-text span{
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
  /*padding-left: 8px;*/

}
.package-tt-text .col-md-5 ul{
  padding-left: 15px;
  list-style-type: none;
}
.package-tt-text .col-md-7{
  list-style-type: none;
  
  padding-left: 0px;
}
.package-tt-text .col-md-7 ul{
  list-style-type: none;
  padding-left: 0px;
}

/*About page css*/
.about-heading-main h2{
  font-size: 30px;
  text-align: center;
  margin-top: 150px;
}
.about-heading-main h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}
.about-heading-main hr{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin-left: 10px;
    margin-right: 10px;
}

.about-heading h2{
  font-size: 30px;
  text-align: center;
  margin-top: 15px;
  color: #e73436; 
}

.about-heading hr{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin-left: 10px;
    margin-right: 10px;
}

.about-content{
 
   font-family: OpenSans, sans-serif; */
    font-size: 14px;
    /* font-weight: 300; */
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.3px;
    text-align: center;
    color: #191919;
    /* padding-left: 115px; */
    /* padding-right: 115px; */
    padding-top: 20px;
    margin-bottom: 35px;
}


.customer-testimonial-heading h2{
    
    margin-top: 75px;
    font-family: Nunito;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #191919;
    margin-bottom: 40px;
}

.customer-testimonial-heading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}
.customer-testimonial{
  background-color: #f2f2f2;
  padding-bottom: 70px;
  margin-top: 100px;
}
.customer-testimonial-grid{
  height: 100%;
  background-color: #fff;
  margin-bottom: 30px;
}
.customer-testimonial-grid p{
  padding: 25px;
  font-family: Nunito;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}
.customer-testimonial-grid h3{
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;    
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #191919;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-right: 25px;
  padding-bottom: 15px;
  position: relative;
    right: 20px;
    bottom: 10px;
}
/*Contact page css*/
.contact-bgimg{
  background-image: url(../images/contact/contact-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: 100%;
 
  height: 450px;
}
.contact-bgimg{
  padding-left: 0px;
  padding-right: 0px;
}

.bookpackage-bgimg{
  background-image: url(../images/contact/packages-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: 100%;
 
  height: 450px;
}

.bookpackage-bgimg{
  padding-left: 0px;
  padding-right: 0px;
}
.contact-content p{
  font-family: nunito;
  font-size: 14px;
}
/*.contact-bg{
  
  
  padding-left: 0px;
  padding-right: 0px;
}
.contact-bg img{
    margin-top: -20px;
    width: 100%;
    height: 380px;
}*/
.contact-content{
  margin-top: -200px;
  height: 500px;
  background-color: #fff;
  box-shadow: 0 9px 64px rgba(172, 172, 172, 0.2);
  padding-left: 0px;
  padding-right: 0px;
}
.contact-content .col-md-5{
  background-color: #f2f2f2;
  height: 100%;

}
.contact-content .col-md-5 h2{
  padding-left: 18px;
  margin-top: 60px;
}
.contact-page{
  padding-bottom: 120px;
}
.info .col-md-2{
    width: 0%;
    margin-top: 0px;
    margin-left: 17px;
}
.contact-content .row{
  margin-top: 35px;
}
.col-md-10 .phone{
  margin-left:5px;
}
.col-md-10 .mail{
  margin-left:5px;
}
.reach-us{
  padding-left: 65px;
    padding-right: 65px;
}
.reach-us h2{
  margin-top: 60px;
  margin-left: -15px;
  /*margin-left: 45px;*/
}
.contact-form .form-control{
  /*margin-left: 45px;*/
  border-radius: 0px;
  box-shadow: none;
}

.contact-btn{   
    font-weight: 600;
    color: #fff;
    /*background-color: #fff;*/
    border-radius: 50px;
    padding: 7px 40px;
    margin-top: 6px;
    margin-right: 20px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    /* transition: 0.5s all; */

    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.contact-btn:hover{
    background-color: #fff;


    font-weight: 600;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /*color: #fff;*/
     color: #191919;
    background: #fff;
    border-radius: 25px;
    padding: 7px 40px;

    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    
}
.contact-form .submit-btn{
  text-align: center;
  padding-top: 27px;
}

/*BookPackage Css*/
.bookPackage-content .senery img{
  width: 100%;
  height: 460px;
  
}
.bookPackage-content .senery {
 
  padding-left: 0px;
  padding-right: 0px;
}
.bookPackage-content{
  background-color: #f2f2f2;
   /*height: 420px;*/
   height: auto;
}
.bookPackage-form {
  padding-top: 40px;
}

.bookPackage-form .col-md-5{
 padding-left: 10px;
 padding-right: 10px;
 margin-bottom: 20px;
}

.bookPackage-form .row{
 /*padding-top: 20px;*/
}


 .bookPackage-form .input-cntrl{
    border: 0px;
    height: 47px;
    padding-left: 10px;
    width: 100%;
    padding-right: 0px;
}

 .bookPackage-form .input-cntrl:focus{
    border: 0px;
    outline: 0px !important;
}
.bookPackage-form .input-group-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none; 
    border-radius: 0px !important; 
}
.push-right{
    float: right;
}
.bookPackage-form .occupancy {
    padding-top: 0px;
    padding-left: 20px;
}
.customradio .box{
  margin: 4px 8px 0px;
 }
 .customradio .opt{
  font-weight: 400;
 }
 .submit-btn{
  text-align: center;
    padding-bottom: 30px;
    padding-top: 12px;
 }
 
 .bookPackage-btn{   
    font-weight: 600;
    color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 40px;
    margin-top: 0px;
    margin-right: 30px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    /*float: right;*/
    /* transition: 0.5s all; */
}

.bookPackage-btn:hover{
    font-weight: 600;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 7px 40px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.bookPackage-grid{
    margin-top: -160px;
}
.bookPackage-page{
  padding-bottom: 150px;
}
/*.contact-form .bookPackage-btn{
  text-align: center;
  padding-top: 27px;
}*/


/*enquiry pop up css*/
.enquiry-model .bookPackage-grid{
    margin-top: 150px;
}
.enquiry-model .modal-body {
    position: relative;
    padding: 0px; 
}

.enquiry-model .modal-content{
    position: relative;
    background-color: transparent;
    /* -webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
     border: none; 
    /* border: 1px solid rgba(0,0,0,.2); */
     border-radius: 0px; 
     outline: 0; 
    
    box-shadow: none !important;
}



.enquiry-model .bookPackage-content .senery img{
  width: 80%;
  height: 420px;
  
}
.enquiry-model .bookPackage-content .senery {
 
  padding-left: 0px;
  padding-right: 0px;
}
.enquiry-model .bookPackage-content{
  background-color: #f2f2f2;
  height: 420px;
  
}
.enquiry-model .bookPackage-form {
  padding-top: 40px;
}

.enquiry-model .bookPackage-form .col-md-5{
 padding-left: 10px;
 padding-right: 10px;
}

.enquiry-model .bookPackage-form .row{
 /*padding-top: 20px;*/
 margin-left: -100px;
 margin-right: -30px;
}


.enquiry-model .bookPackage-form .input-cntrl{
    border: 0px;
    height: 47px;
    padding-left: 10px;
    width: 100%;
    padding-right: 0px;
}
.enquiry-model .bookPackage-form .input-cntrl:focus{
    border: 0px;
    outline: 0px;
}
.enquiry-model .bookPackage-form .input-group-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none; 
    border-radius: 0px !important; 
}
.enquiry-model .push-right{
    float: right;
}

 
 .enquiry-model .bookPackage-btn{   
    font-weight: 600;
    color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 40px;
    margin-top: 0px;
    /* margin-right: 30px; */
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    /* float: right; */
    /* transition: 0.5s all; */
}

.enquiry-model .bookPackage-btn:hover{
    font-weight: 600;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 7px 40px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}


/*accommodation model css*/
.enquiry-acc-model .enquiry-content{
   background-image: url(../images/popup/Acc-model-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
}
.enquiry-acc-model .bookPackage-grid{
     margin-top: 0px; 
}
.enquiry-acc-model .modal-body {
    position: relative;
    padding: 0px; 
}

.enquiry-acc-model .modal-content{
    position: relative;
    background-color: transparent;    
    border: none;    
    border-radius: 0px; 
    outline: 0;     
    box-shadow: none !important;
}



.enquiry-acc-model .bookPackage-content .senery img{
  width: 100%;
  height: 420px;
  
}
.enquiry-acc-model .bookPackage-content .senery {
 
  padding-left: 0px;
  padding-right: 0px;
}
.enquiry-acc-model .bookPackage-content{
  background-color: #ddedea;
  height: 420px;
  margin-top: 100px;
}
.enquiry-acc-model .bookPackage-form {
  padding-top: 40px;
}

.enquiry-acc-model .bookPackage-form .col-md-5{
 padding-left: 10px;
 padding-right: 10px;
}

.enquiry-acc-model .bookPackage-form .row{
 padding-top: 20px;
    /* margin-left: -20px; */
    margin-right: 250px;
}


.enquiry-acc-model .bookPackage-form .input-cntrl{
    border: 0px;
    height: 47px;
    padding-left: 10px;
    width: 100%;
    padding-right: 0px;
}
.enquiry-acc-model .bookPackage-form .input-cntrl:focus{
    border: 0px;
    outline: 0px;
}
.enquiry-acc-model .bookPackage-form .input-group-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none; 
    border-radius: 0px !important; 
}
.enquiry-acc-model .push-right{
    float: right;
}

 
 .enquiry-acc-model .bookPackage-btn{   
    font-weight: 600;
    color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 40px;
    margin-top: 50px;
    margin-left: 40px;
    /* margin-right: 30px; */
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    float: left;
    /* transition: 0.5s all; */
}

.enquiry-acc-model .bookPackage-btn:hover{
    font-weight: 600;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 7px 40px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}


/*PackageDetails css*/
.package_details{
  margin-top: 130px;
}
.package_details .main-img{
  padding-left: 0px;
  padding-right: 0px;
}
.package_details .images-grid{
  height: 470px;
  padding-right: 0px;
}
 .content-grid{
  padding-left: 0px;
}

.package_details .images-grid img{
  width: 100%;
}
.package_details .sub-img{
  /*padding-left: 0px;*/
 
  height: 40px;
}
.package_details .sub-img-grid{
  margin-top: 15px;
}
.package_details .book-now-grid{
     height: auto;
    background-color: #f2f2f2;
    padding-left: 20px;
    padding-bottom: 20px;

}
.package_details .book-now-grid .grid-span{
  padding-top: 0px;
}
.package_details .book-now-grid .grid-span .right{
  margin-left: 255px;
}
.package_details .book-now-grid .heading-red{
  color: #e73436;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.67;
  letter-spacing: 0.4px;
  text-align: left;
}
.content-grid h2{
  margin-top: 0px;
  font-family: Nunito;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}
.package_details .pkg-amount{
  margin-top: 40px;    
  display: block;
  font-family: Nunito;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #e73436;
}
.package_details .bookPkgDetails-btn {
    font-weight: 600;
    color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 40px;
    /* margin-top: 40px; */
    margin-right: 30px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    float: right;
    /*transition: 0.5s all;*/
  }
.package_details .bookPkgDetails-btn:hover{
    font-weight: 600;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 7px 40px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}
.package-readMore{
  padding-left: 20px;
  padding-top: 50px;
}
.package-readMore ul{
  padding-top: 28px;
}
.package-readMore p{
  margin: 0px 30px 10px;
}
.package-readMore .read-more{
    margin-bottom: 0px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: 0.3px;
    text-align: left;
    color: #191919;
}
.package-readMore .read-moreDownArrow img{
    padding-left: 57px;
    display: block;
    margin-top: -7px;
}
.cards .row{
  margin-top: 100px;
}
.cards .col-md-4{
    height: 300px;
    text-align: center;
    border: 1px solid #cccccc;
}
.cards .col-md-4 span{
  
    display: block;    
    height: 82px;
    width: 82px;
    border-radius: 50%;
    background-color: #f2f2f2;   
    margin: 47px auto 0px;
}
.cards img{
  margin-top: 15px;
}
.cards h3{
  margin-top: 19px;
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #191919;
}
.cards p{
   margin: 41px auto 0px;
}
.package-overview h2 {
    text-align: center;
    margin-top: 100px;
}
.package-overview h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}
.package-overview .package-overview-content {
  /*font-family: OpenSans;*/
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 0.3px;
  text-align: center;
  color: #191919;
  /* padding-left: 115px; */
  /* padding-right: 115px; */
  padding-top: 15px;
   
}

.package-itinery h2 {
  text-align: center;
  margin-top: 100px;
}
.package-itinery h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}

.package-itinery .package-days{
  height: 35px;
  width: 82px;
  background-color: #f2f2f2;
}
.package-itinery .day{
  width: 48px;
  text-align: center;
  display: inline-block;
  height: 35px;
  line-height: 35px;
}

.package-itinery .number{
  
  height: 35px;
  background-color: #e73436;
  display: inline-block;
  width: 30px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.package-days ul{
  display: inline-block

}
.pkg-iinery-content{
    /*font-family: OpenSans;*/
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.3px;
    text-align: left;
    color: #191919;
    margin-top: 32px;
    margin-right: 40px;
  }
  .package-itinery-content-row{
    margin-top: 10px;
  }
  .package-itinery .col-md-6{
    padding-left: 30px; 
  }
  .package-itinery hr{
    margin-top: 100px;
  }
  .pkg-details-acc{

  }
.acc-data-bold{
  font-family: Nunito;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}
.acc-data-bold.right{
  margin-left: 40px;

}

.pkg-details-accomodation .pkg-details-accomodation-heading {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}
.pkg-details-accomodation .pkg-details-accomodation-heading::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}

.pkg-details-acc-data{
  background-color: #f2f2f2;
  height: 365px;
  padding-right: 0px;
}
.pkg-details-acc-img{
  
   height: 365px;
   padding-left: 0px;
}
.package-acc-para{
       /* font-family: OpenSans; */
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.3px;
    text-align: center;
    color: #191919;
    /* padding-left: 115px; */
    /* padding-right: 115px; */
    margin-top: 100px;
    margin-bottom: 80px;

}

.destination-details  .dest-details-main-heading{
  text-align: center;
  margin-top: 50px;
}
.destination-details  .dest-details-main-heading::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}
.destination-details .about-heading-main hr{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin-left: 10px;
    margin-right: 10px;
}

.destination-details .about-heading h2{
  text-align: center;
  margin-top: 50px;
  color: #e73436; 
}

.destination-details .about-heading hr{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin-left: 10px;
    margin-right: 10px;
}

.destination-details .about-content{
 
    /*font-family: OpenSans, sans-serif;*/
    font-size: 14px;
   /* font-weight: 300;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.3px;
    text-align: center;
    color: #191919;
    /*padding-left: 115px;*/
    /*padding-right: 115px;*/
    padding-top: 25px;
    margin-bottom: 70px;
}
 .dest-details-sub-heading {
  text-align: center;
  margin-top: 30px;
  color: #e73436; 
}
.pkg-details-booknow{
  background-color: #f2f2f2;
  text-align: center;
  height: 145px;

}

.package_details .pkg-details-booknow-btn{
    font-weight: 600;
    color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 40px;
    /* margin-top: 40px; */
    margin-right: 30px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
    float: right;
    /*transition: 0.5s all;*/
  }
.package_details .pkg-details-booknow-btn:hover{
    font-weight: 600;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 7px 40px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.pkg-details-booknow .bookPkgDetails-btn {
    font-weight: 600;
    color: #191919;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 40px;
    margin-top: 55px;
    margin-right: 30px;
    border-width: 1px;
    border-style: none;
    border: 1px solid #c1c1c1d9;
   
    /* transition: 0.5s all; */
  }
.pkg-details-booknow .bookPkgDetails-btn:hover{
    font-weight: 600;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 7px 40px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );
}

.tabs-grid{
    margin-left: 21%;
}

.form-tab .tabs-btn{
    font-weight: 600;
    font-size: 18px;
    color: #191919;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 35px;
    border-width: 1px;
    border-style: none;
    /*border: 1px solid #c1c1c1d9;*/
   
}
.form-tab .tabs-btn:hover{

    font-weight: 400;
    border:none;
    background-repeat: no-repeat;
    background-size : cover;
    font-family: 'nunito';
    font-size: 18px;
    /*font-weight: 400;*/
    color: #fff;
    background: #4a90e2;
    border-radius: 25px;
    padding: 10px 35px;
    background: #91185d;
    background: -moz-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #91185d), color-stop(100%, #e86908));
    background: -webkit-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: -o-linear-gradient(left, #91185d 0%, #91185d 100%);
    background: -ms-linear-gradient(left, #91185d 0%, #e86908 100%);
    background: linear-gradient(to right, #e73436 0%, #f7931e 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91185d', endColorstr='#e86908', GradientType=1 );*/
  }
  .form-tab-btn{
    margin-top: 60px;
    text-align: center;
  }
  
  .privacy li{
  text-align: left;
}
 .privacy{
  text-align: left;
}
 .terms{
  text-align: left;
}

  /*tabs css*/
.tabs-form{
  
}

.tabs-form .row{
 /*padding-top: 20px;*/
}

 .tabs-form .input-cntrl{
    border: 0px;
    height: 100%;
    border-radius: 0px;
    background: #ffffff;
    padding: 0px 5px;
    width: 100%;
   /*padding-left: 0px;*/    
    /*padding-right: 0px;*/

}
 .tabs-form .input-cntrl:focus{
    border: 0px;
    outline: 0px;
}
.tabs-form .input-group-addon{
    padding: 6px 8px 6px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none; 
    border-radius: 0px !important; 
}

/*.tabs-form .datepicker{
    outline: none;
    width: 100%;
    border: none;
    padding-top: 14px;
}*/

.column-padding-none{
  padding: 0px;
}

.tabs-box{
  background-color: #fff;
  height: 55px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 9px 21px rgba(148, 148, 148, 0.17);
}
.tabs-form .input-group{
   /* padding-top: 3px;
    height: 52px;
    width: 182px;*/
    height: 47px;
    border-right: 1px solid #000000;
    /*padding-right: 5px;*/
    width: 100%;
    margin-bottom: 10px;
}
.tab-content .input{
    outline: none;
    height: 100%;
    border: none;
    padding-left: 0px;
}

.input-group.input-group-occupancy {
   border-right : 0px !important;
    height: 52px;
    /*width: 191px;*/
   /*text-align: center;*/
    /*color: #191919;*/
   
}
.view-all{
  padding-top: 20px;
  float: right;
  
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.57;
  letter-spacing: 0.4px;
  
  color: #191919;
}

.input-group.book-occupancy {
    border-right : 0px !important;
    height: 52px;
    width: 100%;
   /*text-align: center;*/
    color: #191919;
   
}
.input-group.book-occupancy span{
  margin-right: 40px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  
  
  text-align: left;
  color: #191919;
}



.menulink::after { 
    display: block;
    content: "";
    width: 32px;
    height: 3px;
    background-color: #e73436;
    display: none;
    margin: 0px auto;
    margin-top: 12px;
}
.navbar-inverse .navbar-nav>.active>a::after{
  display: block;
}
.navbar-inverse .navbar-nav>li>a:hover {
  display: block;
}

.mobile-view{
  display: block;
  display: none;
}

.header-menu{
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
}


/*.model-pack-mobile{
  display: block;
  display: none;
}*/

.alert-message-tab{
    z-index: 999;
    color: #3e753f;
    background-color: #f6f6f6;
    border-color: #d6e9c6;
    height: 140px;
    text-align: center;
    width: 40%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
   /* top: -245px;
    left: 293px;*/
    top: 25%;
    left: 25%
    color: black;
    font-size: 20px;
}

.alert-message-tab-homePage{
  z-index: 999;
    color: #090909;
    background-color: #ffffff;
    border-color: #dbc2bb;
    height: auto;
    text-align: center;
    width: 50%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 0px;
    /* left: 50%; */
    left: 25%;
    font-size: 20px;
}

.alert-message-tab p{
     margin-top: 15px;
    font-size: 18px;
}
.close-alert{
  
  position: absolute;
    top: -5px;
    right: 5px;
    font-size: 24px;
}
.close-button-alert{
  margin-top: 15px;
}

.testimonial-data{
  padding: 0px 10px 10px 28px;
}
.cookies-bg{
  background: #ccc;
}
.testimonial-data{
  font-family: OpenSans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.3px03-10
    text-align: justify;
    color: #191919;
}
.home-packcards{
  margin-left: 10px;
    margin-right: 10px;
  margin-bottom: 15px;
  background: white;
    height: 130px;
    text-decoration: none;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    background-image: url(../images/homepage/packages-v1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    /*line-height: 2.67;*/
    /*letter-spacing: 0.4px;*/
}

.home-packcards-rentals{
    margin-left: 10px;
    margin-right: 10px;
  margin-bottom: 15px;
  background: white;
    height: 130px;
    text-decoration: none;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    background-image: url(../images/homepage/car-rental.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.packcards-text{
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 20px;

}
.packcards-viewmore {
 
    text-align: right;
    padding-right: 15px;
    text-decoration: none;
}
.view-all-package-home{
  /*padding-top: 20px;*/
  padding-right: 10px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 2.57;*/
    letter-spacing: 0.4px;
    color: #ffffff;
        position: absolute;
    right: 10px;
    bottom: 10px;
     border: 1px solid #ffffff;
  
    border-radius: 50px;
    padding: 2px 15px;

}

.view-all-carRentals{
   padding-right: 10px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    /*line-height: 2.57;*/
    letter-spacing: 0.4px;
    color: #191919;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #9E9E9E;
  
    border-radius: 50px;
    padding: 2px 15px;
}

/*slick css*/


.prev-arrow,.next-arrow{
background-color: #ffff;
position: absolute;
border-radius: 50%;
z-index: 2;
font-size: 26px;
padding: 10px;
height: 34px;
width: 34px;
top: 30%;
}


.prev-arrow{
left: 0;
}

.prev-arrow span, .next-arrow span{
position: absolute;
top: 4px;
}

.next-arrow{
right: 0;
}

.next-arrow span{
left: 13px;
}

.sub-img-grid img{

  height: 100px;
}
.package-thumbnail a{
  display: block;
    position: absolute;
    bottom: 0px;
}

.package-thumbnail a:hover{
  text-decoration: none;
}
 .package-thumbnail-btn, .carRentals-thumbnail-btn{
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
  }

.package-thumbnail, .CarRentals-thumbnail{
    margin: 0px 5px;
  }


.main-img img{
   height: 370px;
}




.home-bg{
 background-image: url(../images/homepage/TirumalaTravelsBackground.png);
     background-position: initial; 
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100% 100%;
  margin-top: -100px;
}

.home-bg .header{
  position: fixed;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0px 0px 0px #e4e4e640 ;
    top: 0px;
    background: transparent;
}

.home-bg .navbar-inverse {
    height: auto;
    background-color: transparent;
    border-color: #080808;
}
.home-bg .bookTextHeading{
  margin-top: 100px;
}
.home-bg .navbar-inverse .navbar-nav>li>a{
  color: #ffffff;
}
.home-bg .navbar-inverse .navbar-nav>.active>a{
      color: #ffffff;
    background-color: transparent;
    border-bottom: 0px solid red;
}





.home-bg .header-menu-content .tt-logo {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*width: 153px;*/
    /*display: block;*/
}
.home-bg .not-scrolled, .not-scrolled .tt-logo {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*width: 100%;*/
    height: 100px;
    /* display: block; */
}
.home-bg .not-scrolled .navbar-nav{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 22px;

}
.home-bg .not-scrolled .tt-logo img{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 160px;

}

.home-bg .not-scrolled .navbar-inverse .navbar-toggle{
  -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 35px;
    margin-right: 40px;
}


/*.home-bg .scrolled .navbar-nav {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 8px;
    background-color: #ffffff;
}*/

.home-bg .scrolled .navbar {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
   /* margin-top: 8px;*/
    background-color: #ffffff;
}


.home-bg .scrolled, .scrolled .tt-logo {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    /*width: 100%;*/
    height: 75px;
    /*background-color: #ffffff;*/
}
.home-bg .scrolled .tt-logo img{
  -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 120px;
}
.home-bg .scrolled .navbar-inverse .navbar-toggle{
  -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 22px;
    margin-right: 40px;
    color: red;
}

.home-bg .scrolled .navbar-inverse .navbar-nav>li>a{
  color: #000000;
}

/*.scrolled .tt-logo {
    width: 120px;
    display: block;
}
*/


.header-links{
  background-color: #ccc;
  width: 100%;
  text-align: center;
}



/*.home-body{
  position: relative;
  top: -100px;
}
*/

.home-bg .wrapper{
    padding: 0px 0px 100px 0px;
}


.testimonial-promises .promises{
  margin-top: 0px;
  padding-bottom: 0px;
}

.contact-page .alert-message-tab {
    z-index: 99;
    color: #3e753f;
    background-color: #e73436;
    border-color: #0c0c0d38;
    height: 140px;
    text-align: center;
    width: 30%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 20%;
    left: 180px;
    left: 33%;
    color: #ffffff;
    font-size: 20px;
    margin-top: 100px;
}

.rental .alert-message-tab {
    z-index: 999;
    color: #3e753f;
    background-color: #f6f6f6;
    border-color: #d6e9c6;
    height: 140px;
    text-align: center;
    width: 40%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 40%;
    left: 30%;
    color: black;
    font-size: 20px;
    /* margin-top: 100px; */
}

.about-promises .testimonial-promises {
    /* margin-top: 50px; */
    padding-bottom: 80px;
}
.pack-tabs-amount{
  color: #ffffff;
    font-size: 16px;
    padding-left: 10px;
    position: absolute;
    bottom: 12px;
}

.packcards-rent {
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
}
.packcards-rental-text{
      padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 10px;

}

.home-specialservices-heading h2{
  margin-top: 0px;
  text-align: center;
}

.home-specialservices-heading h2::after { 
  display:block;
  content: "";
  width:40px;
  height:3px;
  background-color: #662c91;
  margin: 17px auto;

}
.special-services-description {
 padding-bottom: 40px;
    text-align: center;
    padding-top: 20px;

   
}
.special-services-description p{
  font-family: Nunito;
  font-size: 14px;

    /* font-weight: 300; */
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 0.3px;
    text-align: center;
    color: #191919;
    /* padding-left: 115px; */
    /* padding-right: 115px; */
    /*padding-top: 25px;
    margin-bottom: 70px;*/
}

.cm-cookie-geo__close button{
  width: auto;
    margin-top: 15px;
    padding: 5px 20px;
    color: #000000;
}
.cookiesPopUp{
  color: #ffffff;
    position: fixed;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0%;
    background: #0d0d0d !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: bottom .7s, opacity .8s;
    transition: bottom .7s, opacity .8s;

}

.model-close-rental{
    margin-top: 8px;
    font-size: 28px;
}


















































/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /*CSS*/
  .top-text {
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 36px;
    color: #fff;
}
  
}

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

@media (min-width: 1025px) and (max-width: 1280px) {
  
  }
/*abid written code*/
@media (min-width: 768px) and (max-width: 768px){
  
  body{
    overflow-x: hidden;
  }

  .contact-page .alert-message-tab {
    z-index: 99;
    color: #3e753f;
    background-color: #e73436;
    border-color: #0c0c0d38;
    height: 150px;
    text-align: center;
    width: 50%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 20%;
    left: 180px;
    left: 25%;
    color: #ffffff;
    font-size: 20px;
    margin-top: 100px;
}

  .cm-cookie-geo__close {
    width: 200px;
    position: relative !important;
    right: 0px;
    top: 0px;
    /* text-align: center; */
}

  .enquiry-model .bookPackage-content .senery img{
    height: 500px;
  }

  .not-scrolled, .not-scrolled .tt-logo {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      /* width: 100%; */
      /* height: 100px; */
      /* display: block; */
  }

  .tabs-grid{
    margin-left: 0px;
  }

  .home-packcards{
    margin-bottom: 20px;
  }
  .accommodation-img img{
    border-radius: 50%;
  }
  /*.tabs-grid{
    display: block;
    display: none;
  }*/


 /* .form-tab{
    display: block;
    display: none;
  }
*/
 /* .mobile-view{
    display: block;
  }*/

/*.model-pack-mobile{
  display: block;
}*/

  .offers .col-sm-12{
    padding-bottom: 20px;
  }
  .text-left {
    margin-top: 30px;
  }
  .home-package-heading h2 {
    margin-top: 50px;
  }
  .package-thumbnail {
    margin-top: 20px;
    height: auto;
    background-color: white;
    /*padding: 10px;*/
  }
  .package-thumbnail-btn{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .package-thumbnail h3 {
    height: auto; 
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-CarRentals-heading h2 {
    margin-top: 50px;
  }
  .CarRentals-thumbnail {
    background-color: #fff;
    /*padding: 5px;*/
    margin-top: 20px;
    height: auto;
  }
  .CarRentals-thumbnail h3{
    text-align: center;
    padding: 15px;
    height: auto;
  }
  .CarRentals-thumbnail span {
    margin-left: 15px;

  }
  .promises {
    margin-top: 50px;
    padding-bottom: 75px;
  }
  .promise-content .col-md-3 {
    margin-top: 0px; 
    text-align: center;
  }
  .promise-content .col-md-9 h3{
    text-align: center;
  }
  .promise-content .col-md-9 p {
    line-height: 24px;
    padding: 0px 15px;
  }
  .top-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .CarRentals-thumbnail span {
    margin-left: 40px;
  }

  .carRentals-thumbnail-btn{
      display: flex;
     margin-left: 0px; 
     margin-top: 0px; 
  }
  .subscribe-btn {
    margin-top: -56px;    
    margin-left: 190px;
  }
  .footer-signup{
    width: 94%;
  }
  .subscribe{
    padding:0px; 
  }
  .carRentals-thumbnail-viewDetails{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  /*package details*/
.package-details{
    padding-right: 15px;
    padding-left: 15px;
}
.package-text{
  padding-right: 10px;
  padding-left: 0px;
}
.package-btn{
  margin-bottom: 20px;
}

.package-tt-btn {
  margin-bottom: 20px;
}

.super-quotes-container {
    margin-left: 10px; 
    padding-top: 35px;
    padding-bottom: 35px;
    height: auto; 
    /* text-align: center; */
}
/*.sub-img-grid{
  display: block;
  display: none;

}*/
.package_details .book-now-grid .grid-span .right {
     margin-left: 0px; 
    padding-left: 12%;
  }
.package_details .bookPkgDetails-btn{
  margin-right: 0px;
}

.accommodation-details {
  padding-right: 0px;
}
.accommodation-text .col-md-7{
  padding-left: 30px;
}
.acc-btn{
  margin-bottom: 20px;
}




.rental-details{
 padding-right: 0px;
}
.rental-text span{
  padding-right: 0px;
}
.rental-btn{
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 17px;
}
.rental-content {
    width: 100%;
  }
.rental-text label {
    padding-right: 0px;
}
/*contact page css*/
.contact-content{
  height: auto;
}
.contact-content{
  height: auto;
}
.contact-bgimg{
  display: block;
  display: none;
}
.contact-page {
  padding-bottom: 0px;
}
.contact-content .col-md-5 {
    margin-top: 300px;
  }
.info .col-md-2 {
    width: 100%;
    text-align: center;    
    margin-bottom: 20px;
  }
.contact-content .col-md-5 h2 {
    padding-left: 0px;
    padding-top: 50px;
    text-align: center;    

}
.contact-content .row{
  text-align: center;
  margin: 35px auto 0px auto;
}
.col-md-10 .mail{
  margin-bottom: 25px;
}
.contact-btn{
  margin-bottom: 25px;
}

.dropdown-toggle{
  background-color: #ccc;
  width: 100%;
}

.enquiry-acc-model .bookPackage-content{
  height: auto;
}
.enquiry-acc-model .bookPackage-form .row{
  margin-left: 20px;
  margin-right: 20px;
}
.enquiry-acc-model .bookPackage-btn{
  margin-bottom: 20px;
  margin-left: 25%;
}
.enquiry-model .bookPackage-content{
  height: auto;
}
.bookPackage-content{
  height: auto;
}
   
.enquiry-model .bookPackage-form .col-md-5{
    padding-left: 70px;
    padding-right: 30px;
    margin-bottom: 8px;
} 
.enquiry-model .bookPackage-btn{
  margin-bottom: 10px;
    margin-top: 10px;
}
/*


/*home*/
.header-links{
  background-color: #ccc;
 /* width: 100%;*/
  text-align: center;
}
/*.tabs-grid {
  margin-left: 0%;
}

.tabs-3 .nav-tabs > li {
    border: 1px solid #e7e7e7;
    width: 100%;
    margin-bottom: 10px;
    
}
*/
/*li.active.tab-1 {
    width: 100%;
   
    margin-bottom: 10px;
}
*/
/*#myNavbar ul{
   background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
}*/
/*
.model-close{
    position: absolute;
    top: 4%;
    left: 88%;
    font-size: 28px;
}*/
.margin-bottom{
  margin-bottom: 20px;
}
.enquiry-model .bookPackage-form {
    padding-top: 0px;
    padding-right: 15px;
}
/*.model-close-rental{
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 28px;
    color: black;
    z-index: 99;
}*/
.package-row{
  margin: 33px auto;
}
.package-heading{
  margin: 150px auto 0px auto;
}

.accommodation-heading{
  margin: 150px auto 0px auto;
}
.acc-row{
  margin: 30px auto 0px auto;
}
.accommodation-details{
  padding-right: 15px;
    padding-left: 15px;
}
.rental-heading{
  margin: 150px auto 0px auto;
}
.rental-row{
  margin: 30px auto 0px auto;
}
.about-heading-main h2{
  margin: 150px auto 0px auto;
}
.about-heading-main{
  margin:0px;
}
.about-heading h2{
  margin: 25px auto 0px auto;
}
.about-content{
  margin-left: 15px;
  margin-right: 15px;
}
.customer-testimonial-grid{
  height: auto;
}
.package_details .book-now-grid{
  height: auto;
  margin-top: 70px;
}
.top-text p{
  padding-bottom: 35px;
    margin-right: 20px;
    padding-top: 20px;
  
}

.package-thumbnail .img-thumbnail-temple{
  /*height: auto !important;*/
}

a.menulink {
    padding: 14px 8px !important;
}

/*.section-1 {
    background-image: url(../images/homepage/bg.png);
     background-position: initial; 
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100% 100%;
    z-index: 888;
    height: 430px;
}*/

.home-bg{

}

.submit-btn{
      text-align: center;
    padding-bottom: 0px;
    padding-top: 4px;
}
.main-img img{
  height: 300px;
}

.pkg-details-acc-img img{
  width: 100%;
    height: 360px;
}
.package-acc-para{
  margin-top: 60px;
}

.home-packcards{
  height: 135px;
}

















}

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

@media (min-width: 768px) and (max-width: 1024px) 
{
  
  /*.cm-cookie-geo__close {
    width: 200px;
    position:  !important;
    right: 0px;
    top: 0px;
   
}*/

 /* .form-container .col-md-offset-1{
    margin-left: 0px;
    width: 100%;
  }*/
 /* .tabs-form .input-group{
    width: 180px;
  }*/
  /*.tabs-grid{
   margin: 0px 145px;
    width: 70%;
  }*/
  /*.tabs-grid{
    margin-left: 0px;
  }*/
  .package-thumbnail{
   /* height: auto;*/
    min-height: 320px;
  }

.customer-testimonial-grid h3{
  margin-top: 0px;
}
 
 
  .CarRentals-thumbnail-data .car-details{
    width: 100%;
  }
  /*package-page*/
  .package-details{
    width: 100%;
  }
  .super-quotes-container{
    /*margin-left: 50px;*/
  }
  .accommodation-details {
   
    height: auto;
    
    margin-bottom: 20px;
}

  .rental-details{
    width: 100%;
    padding-right: 15px;
  }
  .package_details .book-now-grid{
    height: auto;
  }
  .star-img{
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .package_details .pkg-amount{
    margin-top: 0px;
    padding-bottom: 10px;
  }
  .package_details .bookPkgDetails-btn{
    /*margin-top: -10px;*/
  }
  .package-readMore{
    padding-left: 0px;
    padding-top: 20px;
  }
  .cards .row{
    margin-top: 75px;
  }
  .enquiry-model .bookPackage-form .row{
    padding-top: 0px;
    margin-left: -100px;
    margin-right: -30px;
  }


}

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

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/*.form-container .col-md-offset-1{
  margin-left: 0px;
  width: 100%;
}
.tabs-form .input-group{
  width: 180px;
}
.tabs-grid{
 margin: 0px 145px;
  width: 70%;
}
.package-thumbnail{
  height: auto;
}
.package-thumbnail-btn{
  margin-bottom: 20px;
  margin-top: 20px;
}
.CarRentals-thumbnail-data .car-details{
  width: 100%;
}

.accommodation-details {
  width: 100%;
  height: auto;
  padding-right: 40px;
  margin-bottom: 20px;
}
.accommodation-details{
  padding-right: 15px;
  }

  .rental-details{
    width: 100%;
    padding-right: 15px;
  }
  .package_details .book-now-grid{
    height: auto;
  }
  .star-img{
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .package_details .pkg-amount{
    margin-top: 0px;
    padding-bottom: 10px;
  }
  .package_details .bookPkgDetails-btn{
    margin-top: -10px;
  }
  .package-readMore{
    padding-left: 0px;
    padding-top: 20px;
  }
  .cards .row{
    margin-top: 75px;
  }*/

  }

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

@media (min-width: 481px) and (max-width: 767px) {
  
  body{
    overflow-x: hidden;
  }

  .contact-page .alert-message-tab {
    z-index: 99;
    color: #3e753f;
    background-color: #e73436;
    border-color: #0c0c0d38;
    height: auto;
    text-align: center;
    width: 100%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 25%;
    /* left: 180px; */
    left: 0%;
    color: #ffffff;
    font-size: 20px;
    margin-top: 100px;
}

  .rental .alert-message-tab {
    z-index: 999;
    color: #3e753f;
    background-color: #f6f6f6;
    border-color: #d6e9c6;
    height: 140px;
    text-align: center;
    width: 100%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 40%;
    left: 0%;
    color: black;
    font-size: 20px;
    /* margin-top: 100px; */
}

  .cm-cookie-geo__close {
    width: 200px;
    position: relative !important;
    right: 0px;
    top: 0px;
    /* text-align: center; */
}

.customer-testimonial-grid h3{
  margin-top: 0px;
}

  .not-scrolled, .not-scrolled .tt-logo {
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      /* width: 100%; */
      /* height: 100px; */
      /* display: block; */
  }
  .tabs-grid{
    margin-left: 0px;
  }


  .home-packcards{
    margin-bottom: 20px;
  }
/*  .tabs-grid{
    display: block;
    display: none;
  }*/


  /*.form-tab{
    display: block;
    display: none;
  }*/

/*  .mobile-view{
    display: block;
  }*/

/*.model-pack-mobile{
  display: block;
}*/

  .offers .col-sm-12{
    padding-bottom: 20px;
  }
  .text-left {
    margin-top: 30px;
  }
  .home-package-heading h2 {
    margin-top: 50px;
  }
  .package-thumbnail {
    margin-top: 20px;
    height: 320px;
    background-color: white;
    /*padding: 10px;*/
  }
  .package-thumbnail-btn{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .package-thumbnail h3 {
    height: auto; 
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-CarRentals-heading h2 {
    margin-top: 50px;
  }
  .CarRentals-thumbnail {
    background-color: #fff;
    /*padding: 5px;*/
    margin-top: 20px;
    height: auto;
  }
  .CarRentals-thumbnail h3{
    text-align: center;
    padding: 15px;
    height: auto;
  }
  .CarRentals-thumbnail span {
    margin-left: 15px;

  }
  .promises {
    margin-top: 50px;
    padding-bottom: 75px;
  }
  .promise-content .col-md-3 {
    margin-top: 0px; 
    text-align: center;
  }
  .promise-content .col-md-9 h3{
    text-align: center;
  }
  .promise-content .col-md-9 p {
    line-height: 24px;
    padding: 0px 15px;
  }
  .top-text {
    padding-top: 15px;
    padding-left: 10px;
  }

  .CarRentals-thumbnail span {
    margin-left: 40px;
  }

  .carRentals-thumbnail-btn{
     display: flex;
     margin-left: 0px; 
     margin-top: 0px; 
  }
  .subscribe-btn {
    margin-top: -56px;    
    margin-left: 190px;
  }
  .footer-signup{
    width: 94%;
  }
  .subscribe{
    padding:0px; 
  }
  .carRentals-thumbnail-viewDetails{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  /*package details*/
.package-details{
    padding-right: 15px;
    padding-left: 15px;
}
.package-text{
  padding-right: 10px;
  padding-left: 0px;
}
.package-btn{
  margin-bottom: 20px;
}

.package-tt-btn {
  margin-bottom: 20px;
}

.super-quotes-container {
    margin-left: 10px; 
    padding-top: 35px;
    padding-bottom: 35px;
    height: auto; 
    /* text-align: center; */
}
/*.sub-img-grid{
  display: block;
  display: none;

}*/
.package_details .book-now-grid .grid-span .right {
     margin-left: 0px; 
    padding-left: 12%;
  }
.package_details .bookPkgDetails-btn{
  margin-right: 0px;
}

.accommodation-details {
  padding-right: 0px;
}
.accommodation-text .col-md-7{
  padding-left: 30px;
}
.acc-btn{
  margin-bottom: 20px;
}




.rental-details{
 padding-right: 0px;
}
.rental-text span{
  padding-right: 0px;
}
.rental-btn{
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 17px;
}
.rental-content {
    width: 100%;
  }
.rental-text label {
    padding-right: 0px;
}
/*contact page css*/
.contact-content{
  height: auto;
}
.contact-content{
  height: auto;
}
.contact-bgimg{
  display: block;
  display: none;
}
.contact-page {
  padding-bottom: 0px;
}
.contact-content .col-md-5 {
    margin-top: 300px;
  }
.info .col-md-2 {
    width: 100%;
    text-align: center;    
    margin-bottom: 20px;
  }
.contact-content .col-md-5 h2 {
    padding-left: 0px;
    padding-top: 50px;
    text-align: center;    

}
.contact-content .row{
  text-align: center;
  margin: 35px auto 0px auto;
}
.col-md-10 .mail{
  margin-bottom: 25px;
}
.contact-btn{
  margin-bottom: 25px;
}

.dropdown-toggle{
  background-color: #ccc;
  width: 100%;
}

.enquiry-acc-model .bookPackage-content{
  height: auto;
}
.enquiry-acc-model .bookPackage-form .row{
  margin-left: 20px;
  margin-right: 20px;
}
.enquiry-acc-model .bookPackage-btn{
  margin-bottom: 20px;
  margin-left: 25%;
}
.enquiry-model .bookPackage-content{
  height: auto;
}
.bookPackage-content{
  height: auto;
}
   
.enquiry-model .bookPackage-form .col-md-5{
      padding-left: 70px;
    padding-right: 30px;
    margin-bottom: 8px;
} 
.enquiry-model .bookPackage-btn{
  margin-bottom: 10px;
    margin-top: 10px;
}
/*
#myNavbar ul{
  background-color: #ccc;
}*/

/*home*/
.header-links{
  background-color: #ccc;
  width: 100%;
  text-align: center;
}
.tabs-grid {
  margin-left: 0%;
}

.tabs-3 .nav-tabs > li {
    border: 1px solid #e7e7e7;
    width: 33.33%;
    margin-bottom: 10px;
    
}

li.active.tab-1 {
    width: 33.33%;
    /* overflow: hidden; */
    /*margin-bottom: 10px;*/
}

#myNavbar ul{
   background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
}
/*.header-menu{
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
}*/
/*tabs-model*/
.model-close{
    position: absolute;
    top: 4%;
    left: 88%;
    font-size: 28px;
}
.margin-bottom{
  margin-bottom: 20px;
}
.enquiry-model .bookPackage-form {
    padding-top: 0px;
    padding-right: 15px;
}
.model-close-rental{
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 28px;
    color: black;
    z-index: 99;
}
.package-row{
  margin: 33px auto;
}
.package-heading{
  margin: 150px auto 0px auto;
}

.accommodation-heading{
  margin: 150px auto 0px auto;
}
.acc-row{
  margin: 30px auto 0px auto;
}
.accommodation-details{
  padding-right: 15px;
    padding-left: 15px;
}
.rental-heading{
  margin: 150px auto 0px auto;
}
.rental-row{
  margin: 30px auto 0px auto;
}
.about-heading-main h2{
  margin: 150px auto 0px auto;
}
.about-heading-main{
  margin:0px;
}
.about-heading h2{
  margin: 25px auto 0px auto;
}
.about-content{
  margin-left: 15px;
  margin-right: 15px;
}
.customer-testimonial-grid{
  height: auto;
}
.package_details .book-now-grid{
  height: auto;
}

/*.footer-about{
  padding: 0px 15px;
}*/
/*.about-heading{
  padding: 0px 15px; 
}*/

.darshan{
  margin-bottom: 20px;
}
.group{
  margin-bottom: 20px;
}
.custom{
  margin-bottom: 20px;
}
.nav-tabs {
    margin-top: 30px;
    border-bottom: 0px;
    box-shadow: 0 9px 21px rgba(148, 148, 148, 0.17);
}
.submit-btn {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
.darshan{
  margin-bottom: 15px;
}
.group{
  margin-bottom: 15px;
}
.custom{
  margin-bottom: 15px;
}
.sub-img-grid img{
  height: 60px;
}
.main-img img{
  height: 200px;
}

.tab-img {
    margin: 0px auto;
    filter: grayscale(100%);
    display: grid;
    padding-top: 14px;
}

.tab-text {
    font-family: Nunito;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.4px;
}
 .accommodation-details {
    width: 100%;
    height: auto;
  
    margin-bottom: 20px;
}
.home-bg .bookTextHeading {
    margin-top: 160px;
}



} /*closing mediaqueries*/

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

@media (min-width: 900px) {

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 20px;
}


 .customer-testimonial-grid h3{
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;    
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #191919;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-right: 25px;
  padding-bottom: 15px;
 position: absolute;
    right: 20px;
    bottom: 10px;
}

}

@media (min-width: 320px) and (max-width: 480px) {
    
    
  
  body{
    overflow-x: hidden;
  }

  .contact-page .alert-message-tab {
    z-index: 99;
    color: #3e753f;
    background-color: #e73436;
    border-color: #0c0c0d38;
    height: auto;
    text-align: center;
    width: 100%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 25%;
    /* left: 180px; */
    left: 0%;
    color: #ffffff;
    font-size: 20px;
    margin-top: 100px;
}

  .rental .alert-message-tab {
    z-index: 999;
    color: #3e753f;
    background-color: #f6f6f6;
    border-color: #d6e9c6;
    height: 140px;
    text-align: center;
    width: 100%;
    position: absolute;
    /* margin: -431px auto 0px auto; */
    top: 40%;
    left: 0%;
    color: black;
    font-size: 20px;
    /* margin-top: 100px; */
}

.home-packcards{
  height: 150px;
}
.customer-testimonial-grid h3{
  margin-top: 0px;
}

.tab-img {
    margin: 0px auto;
    filter: grayscale(100%);
    display: grid;
    padding-top: 14px;
}

.tab-text {
    font-family: Nunito;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.4px;
}

  .enquiry-model .bookPackage-content .senery img{
    height: 500px;
  }

.home-bg .not-scrolled .navbar-nav{
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 22px;
       background: #487EB0;
}

.cm-cookie-geo__close {

    width: 200px;
    position: relative !important;
    right: 0px;
    top: 0px;
}





  /*.tabs-grid{
    display: block;
    display: none;
  }*/


  /*.form-tab{
    display: block;
    display: none;
  }*/

 /* .model-pack-mobile{
  display: block;
}*/

  .offers .col-sm-12{
    padding-bottom: 20px;
    /*margin-top: 20px;*/
  }
  .text-left {
    margin-top: 30px;
  }
  .home-package-heading h2 {
    margin-top: 50px;
  }
  .package-thumbnail {
    margin-top: 20px;
    height: 320px;
    background-color: white;
    /*padding: 10px;*/
  }
  .package-thumbnail-btn{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .package-thumbnail h3 {
    height: auto; 
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-CarRentals-heading h2 {
    margin-top: 50px;
  }
  .CarRentals-thumbnail {
    background-color: #fff;
    /*padding: 5px;*/
    margin-top: 20px;
    height: auto;
  }
  .CarRentals-thumbnail h3{
    text-align: center;
    padding: 15px;
    height: auto;
  }
  .CarRentals-thumbnail span {
    margin-left: 15px;

  }
  .promises {
    margin-top: 50px;
    padding-bottom: 75px;
  }
  .promise-content .col-md-3 {
    margin-top: 0px; 
    text-align: center;
  }
  .promise-content .col-md-9 h3{
    text-align: center;
  }
  .promise-content .col-md-9 p {
    line-height: 24px;
    padding: 0px 15px;
  }
  .top-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .CarRentals-thumbnail span {
    margin-left: 40px;
  }

  .carRentals-thumbnail-btn{
    display: flex;
     margin-left: 0px; 
     margin-top: 0px; 
  }
  .subscribe-btn {
    margin-top: -56px;    
    margin-left: 190px;
  }
  .footer-signup{
    width: 94%;
  }
  .subscribe{
    padding:0px; 
  }
  .carRentals-thumbnail-viewDetails{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  /*package details*/
.package-details{
    padding-right: 15px;
    padding-left: 15px;
}
.package-text{
  padding-right: 10px;
  padding-left: 0px;
}
.package-btn{
 margin-bottom: 20px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -27px;
}

.package-tt-btn {
  margin-bottom: 20px;
}

.super-quotes-container {
    margin-left: 10px; 
    padding-top: 35px;
    padding-bottom: 35px;
    height: auto; 
    /* text-align: center; */
}
.sub-img-grid{
  display: block;
  margin-bottom: 60px;
  /*display: none;*/

}
.package_details .book-now-grid .grid-span .right {
    margin-left: 0px;
    padding-left: 0px;
  }
.package_details .bookPkgDetails-btn{
 
 margin-right: 30%;
}

.accommodation-details {
  padding-right: 0px;
}
.accommodation-text .col-md-7{
  padding-left: 30px;
}
.acc-btn{
  margin-bottom: 20px;
}

.rental-details{
 padding-right: 0px;
}
.rental-text span{
  padding-right: 0px;
}
.rental-btn{
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 17px;
}
.rental-content {
    width: 100%;
  }
.rental-text label {
    padding-right: 0px;
}
/*contact page css*/
.contact-content{
  height: auto;
}
.contact-content{
  height: auto;
}
.contact-bgimg{
  display: block;
  display: none;
}
.contact-page {
  padding-bottom: 0px;
}
.contact-content .col-md-5 {
    margin-top: 300px;
  }
.info .col-md-2 {
    width: 100%;
    text-align: center;    
    margin-bottom: 20px;
  }
.contact-content .col-md-5 h2 {
    padding-left: 0px;
    padding-top: 50px;
    text-align: center;    

}
.contact-content .row{
  text-align: center;
  margin: 35px auto 0px auto;
}
.col-md-10 .mail{
  margin-bottom: 25px;
}
.contact-btn{
  margin-bottom: 25px;
}

.dropdown-toggle{
  background-color: #ccc;
  width: 100%;
}

.enquiry-acc-model .bookPackage-content{
  height: auto;
}
.enquiry-acc-model .bookPackage-form .row{
  margin-left: 20px;
  margin-right: 20px;
}
.enquiry-acc-model .bookPackage-btn{
 margin-bottom: 20px;
    margin-left: 25%;
}
.enquiry-model .bookPackage-content{
  height: auto;
}
.bookPackage-content{
  height: auto;
}
   
.enquiry-model .bookPackage-form .col-md-5{
      padding-left: 70px;
    padding-right: 30px;
    margin-bottom: 8px;
} 
.enquiry-model .bookPackage-btn{
  margin-bottom: 10px;
    margin-top: 10px;
}
/*
#myNavbar ul{
  background-color: #ccc;
}*/

/*home*/
.header-links{
  background-color: #ccc;
  width: 100%;
  text-align: center;
}
.tabs-grid {
  margin-left: 0%;
}

.tabs-3 .nav-tabs > li {
    border: 1px solid #e7e7e7;
    width: 33.33%;
    margin-bottom: 10px;
    
}

li.active.tab-1 {
    width: 33.33%;
    /* overflow: hidden; */
    /*margin-bottom: 10px;*/
}

#myNavbar ul{
  /*background: #487EB0;*/
    width: 100%;
    text-align: center;
    margin: 0px;
}
/*.header-menu{
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
}*/
/*tabs-model*/
.model-close{
    position: absolute;
    top: 3%;
    left: 88%;
    font-size: 34px;
}
.margin-bottom{
  margin-bottom: 20px;
}
.enquiry-model .bookPackage-form {
    padding-top: 30px;
    padding-right: 0px;
}
.model-close-rental{
    position: absolute;
    top: 0px;
    right: 12px;
    font-size: 34px;
    color: black;
    z-index: 99;
}
.package-row{
  margin: 33px auto;
}
.package-heading{
  margin: 150px auto 0px auto;
}

.accommodation-heading{
  margin: 150px auto 0px auto;
}
.acc-row{
  margin: 30px auto 0px auto;
}
.accommodation-details{
  padding-right: 15px;
    padding-left: 15px;
}
.rental-heading{
  margin: 150px auto 0px auto;
}
.rental-row{
  margin: 30px auto 0px auto;
}
.about-heading-main h2{
  margin: 150px auto 0px auto;
}
.about-heading-main{
  margin:0px;
}
.about-heading h2{
  margin: 25px auto 0px auto;
}
.about-content{
  margin-left: 15px;
  margin-right: 15px;
}
.customer-testimonial-grid{
  height: auto;
}
.package_details .book-now-grid{
  height: auto;
  padding-bottom: 45px;
}
.package_details .sub-img{
  width: 25%;
  height: 20PX;
}

.package_details .images-grid{
    height: auto;
  }
  
.content-grid{
  margin-top: 30PX;
  padding-left: 15px; 
}
.package_details .images-grid{
  height: auto;
  padding-right: 15px;
}
.package_details .book-now-grid .grid-span{
  margin-bottom: 10px;
}
.package_details .pkg-amount{
  margin-top: 0px;
}

.package-readMore{
 padding-left: 0px;
}
.pkg-details-acc-img{
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.pkg-details-acc-img img{
  width: 100%;
}
.pkg-details-acc-data{
  padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f2f2f2;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*.footer-about{
  padding: 0px 15px;
}*/
/*.about-heading{
  padding: 0px 15px; 
}*/

.nav-tabs {
    margin-top: 30px;
    border-bottom: 0px;
    box-shadow: 0 9px 21px rgba(148, 148, 148, 0.17);
}
.enquiry-model .bookPackage-form .row {
     padding-top: 0px; 
    margin-left: -100px;
    margin-right: -30px;
}
.submit-btn {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
.darshan{
  margin-bottom: 15px;
}
.group{
  margin-bottom: 15px;
}
.custom{
  margin-bottom: 15px;
}
.sub-img-grid img{
  height: 60px;
}
.main-img img{
  height: 200px;
}

 .accommodation-details {
    width: 100%;
    height: auto;
   
    margin-bottom: 20px;
}
.home-bg .bookTextHeading {
    margin-top: 160px;
}



}
@media (width: 1280px) {
  .top-text {
   padding-top: 36px;
    padding-left: 30px;
    padding-bottom: 36px;
    padding-right: 30px;
    color: #fff;
}
/*media clooses*/
}



