body{ padding:0px; margin:0px; font-family: 'Poppins', sans-serif;}

.container-fluid {
    width:1300px;
}
.container {
    max-width: 1200px;
}
.Main_text {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
.Main_text ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.Main_text ul li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0 30px 5px 0px;
}
.Main_text ul li i {
    color: #f94c86;
    margin-right: 5px;
}

/** RESULT MOBILE CALL SECTION **/

.toll-free-number {
    position: relative;
    top: 1px;
}
.toll-free-number p {
    font-size: 13px;
    color: #333;
    margin: 0px;
    text-align-last: end;
    line-height: 14px;
    font-weight: 500;
}
.toll-free-number h6 {
    font-size: 13px;
    color: #333;
    margin: 0px;
    text-align-last: end;
    line-height: 14px;
    font-weight: 400;
}
.toll-free-number a {
    text-decoration: none;
    line-height: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #f27515;
    display: block;
    margin: 7px 0 1px 0;
    position: relative;
    letter-spacing: 1px;
}
nav.navbar.navbar-expand-lg.navbar-light.menus_fixed.stricky.stricky-fixed.slideInDown.animated .toll-free-number a {
    color: #000;
    text-shadow: none;
}
.toll-free-number a img {
    position: absolute;
    left: -28px;
    top: -3px;
    width: 24px;
}
li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
}

ul.navbar-nav.mr-auto {
    margin: 0 auto;
    float: right;
}

a.navbar-brand {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #263853 !important;
    padding: 0 15px 0 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-light .navbar-brand img {
    width: 150px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
}


/** BANNER CSS START **/

.main_banner_area {
    position: relative;
}
.main_banner_area:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    z-index: 1;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity:1;
    transition: opacity .15s ease;
    height: 20px;
}
.carousel-control-next {
    right: 40px;
}
.carousel-control-prev {
    left:50px;
}
.banner_captions_heading h1 {
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px #000000bf;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner_cation {
    position: absolute;
    top:160px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
    text-align: center;
}
.banner_cation_form {
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    margin: 4px 0 14px 0;
}
.banner_cation_form input {
    height: 54px;
    border-radius: 2px;
    padding: 0 0 0 18px;
    border: 2px solid rgb(225, 231, 238);
    width: 100%;
    font-size: 16px;
    margin: 0 3px 8px 0px;
    float: left;
}
.banner_cation_form button {
    background:linear-gradient(93deg,#ef7f1a,#ff4900);
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    padding: 12px 40px 12px 40px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: 0px;
}

.package_list {

}
.package_list ul {
    margin: 0 0 0 0;
    padding: 8px 22px 8px 22px;
    display: inline-block;
    border: 1px solid #9a9a9a;
    background: #00000052;
    border-radius: 14px;
}
.package_list ul li {
    list-style: none;
    display: inline-block;
    margin: 0 12px 0 0;
}
.package_list ul li a {
    color: #fff;
    text-shadow: #000 0px 1px 2px;
    font-size: 15px;
    text-decoration:none;
}
.package_list ul li img {
    width: 24px;
}

/*css for package list*/

.sec_mainPackage {
    padding: 45px 0 36px 0;
    position: relative;
    background: #fff;
}
.pack_img {
    position: relative;
}
.pack_img img {
    border-radius: 8px;
    height: 180px;
}
.pack_img span {
    position: absolute;
    right: 0;
    bottom: 25px;
    background:#02122c;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-shadow: #000 0px 1px 2px;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
    border: 1px solid #494949;
}
.pack_img img {
    border-radius: 8px;
    height: 180px;
}
.pack_captions {
    position: relative;
    padding: 12px 6px 10px 6px;
    display: table;
    width: 100%;
}
.pack_name {
    width: 60%;
    float: left;
}
.pack_price {
    width: 40%;
    float: left;
}
.pack_name h4 {
    font-size: 16px;
    margin: 0 0 0 0;
    text-align: left;
    font-weight: 500;
    color: #333;
}
.pack_price span {
    font-size: 13px;
    margin: 0 0 2px 0;
    display: block;
    text-align: right;
    font-style: italic;
    font-weight: 500;
    color: #817e7e;
}
.pack_price h5 {
    margin: 0 0 0 0;
    font-size: 18px;
    text-align: right;
    font-weight: 600;
    color: #02122c;
}
.testimonial {
    padding: 0px 0 0px 0;
    margin: 0px 5px 12px 6px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 10px;
}
.testimonial .title{
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #e8326f;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.testimonial .title:before{
    content: "";
    border-top: 15px solid #662a66;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.testimonial .title:after{
    content: "";
    border-top: 15px solid #662a66;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}
.owl-theme .owl-controls {
    margin-top: 15px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: -78px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF !important;
    display: inline-block !important;
    zoom: 1 !important;
    margin: 0px !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 0px 1px 0px 0px !important;
    background: #ffffff !important;
    filter: Alpha(Opacity=50) !important;
    opacity:1 !important;
    box-shadow: 0px 0px 4px #ccc !important;
    margin: 12px 0 0 0 !important;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 7px 14px !important;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
}
.owl-prev:before {
    border: solid #01a0e3;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate( 135deg );
    -webkit-transform: rotate( 135deg );
    position: relative;
    right: -3px;
    8px: ;
    top: 1px;
    content: "";
}
.owl-next:before {
    border: solid #01a0e3;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate( 135deg );
    -webkit-transform: rotate( -54deg );
    position: relative;
    right: 1px;
    8px: ;
    top: 1px;
    content: "";
}
/*.owl-next:before{ content: "\f061"; }*/
@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }
}

.nav-tabs .nav-link {
    margin-bottom: 10px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0 0px 0 0px;
    margin: 0px 17px 20px 8px;
    color: #333 !important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: red;
    border: none;
    border-bottom: 3px solid #01a0e3;
    padding: 0 0 5px 0;
    text-decoration: none;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color:0 !important;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 10px 0px 10px;
}


/*css for best selling package*/

.sec_best_selling {
    padding: 12px 0px 15px 0px;
}
.testimonial2 {
    padding: 0px 0 0px 0;
    margin: 0px 10px 12px 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 10px;
}
.sec_best_selling_heading {
    position:relative;
}
.sec_best_selling_heading h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 6px;
    color: #333;
}
.pack_img2 {
    position: relative;
}
.pack_img2 img {
    border-radius: 8px;
    height: 180px;
    position:relative;
}
.pack_img2:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000036;
    z-index: 1;
    border-radius: 8px;
}
.pack_img2_cap {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 8px 18px 8px 10px;
    width: 100%;
    z-index: 9;
}
.pack_img2_cap span {
    margin: 0 0 5px 0;
    color: #fff;
    text-shadow: #313131 0px 1px 2px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}
.pack_img2_cap p {
    margin:0 0 0 0;
    color:#fff;
    text-shadow:#000 0px 1px 2px;
    font-size:13px;
    font-weight:500;
}


/*css for add slider*/

.add_slider img {
    border-radius: 15px;
}
.add_slider {
    padding: 30px 0 30px 0;
    position: relative;
}

/*css for top Destination*/

.top_destination {
    padding: 18px 0 0 0;
}
.pack_img3 {
    position: relative;
}
.pack_img3:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000036;
    z-index: 1;
    border-radius: 8px;
}
.pack_img3 img {
    border-radius: 8px;
    height:350px;
    position: relative;
}
.pack_img3_cap {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 8px 18px 8px 10px;
    width: 100%;
    z-index: 9;
}
.pack_img3_cap span {
    margin: 0 0 5px 0;
    color: #fff;
    text-shadow: #313131 0px 1px 2px;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-family: monospace;
}
 .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
ul.dropdown-menu li a{font-size: 14px;
    color: #263853 !important;
    padding: 0 15px 0 15px;
    font-weight: 500;
    text-transform: capitalize;}
ul.dropdown-menu {
    border: 0;
}
/*css for explore by theme*/

.explore_theme {
    padding: 40px 0px 38px 0px;
    position: relative;
}
.toll_freeSupport {
    background: #3B3F51;
    padding: 15px;
    border-radius: 10px;
}
.support_img img {
    width: 148px;
    position: absolute;
    top: -68px;
    left: 69px;
}
.customer_support {
    padding:70px 0 40px 0;
}
.support_toll a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 41px;
}

.about_sec {
    padding: 32px 0px 34px 0px;
    background: #f9f9f9;
}
.about_sec_cont {
    text-align: center;
}
.about_sec_cont h5 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
}
.about_sec_cont p {
    font-size: 13px;
    color: #515151;
    line-height: 23px;
    margin: 0 0 11px 0;
    font-weight: 500;
}


.footer_main {
    padding: 12px 0 12px 0px;
    border-bottom: 1px solid #132a51;
    background: #02122c;
}
.qickes_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.qickes_link ul li {
    display: inline-block;
}
.qickes_link ul li a {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 22px 5px 0px;
}
.social_news {
    padding: 6px 0 0 0px;
    float: right;
}
.social_news ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.social_news ul li {
    display: inline-block;
}
.social_news ul li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    width: 30px;
    display: inline-block;
}


.mtty_diclamer {
    padding: 20px 0;
    background: #02122c;
}
.full_lmnbgh {
    padding:0px 0 10px 0;
}
.full_lmnbgh p {
    font-size: 13px;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 22px;
    font-weight: 500;
}
.footer-xnews img {
    margin: -16px 0 20px 0;
    position: relative;
}
.footer-xnews img:before {
    content: " ";
    position: absolute;
    top: 12px;
    right: -67px;
    width: 60px;
    height: 2px;
    background-color: #f94c86;
}

.right-pay {
    text-align: center;
    padding:8px 0px 10px 0;
    box-shadow: 0px 0px 18px -8px #69696963;
    border-radius: 2px;
    margin: 5px 0 0px 0;
}
.right-pay ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.right-pay ul li {
    display: inline-block;
}
.right-pay ul li img {
    background: #fff;
    padding: 4px;
    border-radius: 2px;
}

.copyrigh_sec {
    background: #08172f;
    padding: 16px 0px 16px 0px;
    border-top: 1px solid #192b49;
}
.copyrigh_sec p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 0;
    text-align: center;
}



/*css for package details page*/

.package_details_banner {
    position:relative;
    padding:60px 0px 60px 0px;
}
.package_details_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000036;
}
.package_details_caption {
    position:relative;
    text-align: center;
}
.package_details_caption h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: #000 0px 1px 2px;
}
.main_seraching_city {
    position:relative;
}
.package_details_form {
    position: relative;
    display: table;
    width: 100%;
}
.show_city {
    display:none;
}
.show_city {
    position: absolute;
    width: 100%;
    padding: 16px 16px 16px 16px;
    background: #fff;
    box-shadow: 0px 0px 8px -12px #000;
    top: 0;
    left: 0;
    border-radius: 4px;
}
.show_city input {
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 30px;
}
.show_city i {
    position: absolute;
    top: 29px;
    left: 25px;
    font-size: 16px;
    cursor: pointer;
    color: #a5a5a5;
}
.package_details_form form {
    position:relative;
}
.package_details_form i {
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 22px;
    color: #ef7f1a;
}
.package_details_form input {
    height: 54px;
    border-radius: 6px;
    padding: 0px 0 0 35px;
    border: none;
    width: 100%;
    font-size: 18px;
    margin: 0 3px 8px 0px;
    float: left;
    font-weight: 600;
}
.package_details_form button {
    background: linear-gradient(93deg,#ef7f1a,#ff4900);
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 0px 5px 5px 0px;
    padding: 14px 26px 13px 26px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 600;
}

.banner_bottom {
    background:#f9f9f9;
    border-bottom:1px solid #f9f9f9;
    padding:12px 0px 12px 0px;
}
.banner_bottom_cont {
    position:relative;
}
.banner_bottom_cont p {
    margin:0 0 0 0;
    font-size:13px;
    font-weight:500;
    color:#eee;
}
.banner_bottom_cont a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px 0 0px;
}
/*.DetailsPack_form {
    padding: 30px 0px 30px 0px;
}
.DetailsPack_form_main {
    border: 1px solid #E2DCDC;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
}
.custom-select select {
}

.select-selected {
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 0 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #b3b3b3;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div, .select-selected {
    color: #474545;
    padding: 10px 16px;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #e5e5e5;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 0px 12px -8px #000;
    border: 1px solid #d8d7d7;
    border-radius: 4px;
    height: 198px;
    overflow: auto;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.custome_sellect_pack {
    position: relative;
    padding: 14px 15px 14px 15px;
    background: #e3faf1;
    border-radius: 9px 0px 0px 9px;
    border-right: 1px solid #e0e0e0;
}
.form_gp {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.custome_sellect_pack label {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.custome_sellect_pack i {
    position: absolute;
    top: 54px;
    left: 26px;
    font-size: 18px;
    color: #737373;
}
.select_city {
    width: 16%;
    float: left;
}

.select_city2 {
    position: relative;
    width: 16%;
    float: left;
    padding: 14px 15px 14px 15px;
}
.select_city2 label {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.select_city2 select {
    display: block;
    width: 100%;
    padding: 7px 5px 7px 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    color: #4b4b4b;
    font-size: 14px;
    height: 43px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}*/

.sec_package_list {
    background: #ffffff;
    padding: 50px 0 40px 0;
}
.sec_package_heading {
    margin-bottom: 30px;
}
.sec_package_heading h2 {
    font-size: 22px;
    color: #333;
    margin: 0px 0 6px 0;
    font-weight: 600;
}
.sec_package_heading p {
    text-align: left;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    border-bottom: solid 1px #ddd;
    padding: 0 0 15px 0;
}
.sec_package_main {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin: 0 0 24px 0;
}
.package_list_cont {
    background: #fff;
    position: relative;
    border-radius: 4px;
    margin: 0 0 0px 0;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.custom_rowing_blog {
    /*background: #fff;
    padding: 24px 15px 24px 15px;
    border-radius: 4px;
    border: 1px solid #e7e7f2;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);*/
    position: relative;
}
.blog_gp a {
    text-decoration:none;
}
.package_list_img {
    position: relative;
}
.package_list_img img {
    border-radius:2px;
    position: relative;
}
.package_list_img span {
    position: absolute;
    left: 15px;
    top: 15px;
    background: linear-gradient(93deg,#ef7f1a,#ff4900);
    color: #fff;
    font-size: 14px;
    padding: 4px 7px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.package_list_img p {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: rgba(0,0,0,.75);
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0 0 0 0;
}
.package_list_caption {
    padding: 10px 14px 6px 14px;
    position: relative;
}
.package_list_caption h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px 0;
    color: #333;
}
.package_list_caption p {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #898989;
    border-bottom: 1px solid #dfdfdf;
    padding: 1px 0 8px 0;
}
.package_list_caption ul {
    margin: 0 0 0 0;
    padding: 9px 0 5px 0;
    display: block;
}
.package_list_caption ul li {
    list-style: none;
    display: inline-block;
    margin: 0 11px 0 0;
}
.package_list_caption ul li img {
    width: 40px;
    margin: 5px auto 0 auto;
    display: block;
}
.package_list_caption ul li span {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height:25px;
}
.grid_post_footer {
    padding: 2px 0px 0px 0px;
    display: table;
    width: 100%;
    border-top: solid 1px #ddd;
}
.author_link {
    width: 50%;
    float: left;
}
.author_link a {
    text-decoration: none;
}
.author_link a img {
    width: 35px;
}
.author_link a span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    color: #333;
    margin: 0 0 0 5px;
}
.post_opt {
    position: relative;
    top: 0;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
}
.post_opt li {
    margin-right: 10px;
    color: #000;
    display: inline-block;
}
.post_opt li i {
    color: #f0803b;
}
.cont_ppge {
    font-size: 13px;
    font-weight: 500;
    color: #6f6f6f;
    margin: 0 0 3px 0;
    display: block;
}
input.sanjyesd_lkf {
    width: 100%;
    border-radius: 2px;
    border: solid 1px #ddd;
    height: 38px;
    padding: 0 6px 0 10px;
    font-size: 14px;
}
.price_rate {
    width: 50%;
    float: left;
    padding: 0 0px 0 12px;
}
.price_rate span {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    font-style: italic;
}
.price_rate h4 {
    font-size: 22px;
    font-weight: 600;
    color: #f95a08;
    margin: 2px 0 2px 0;
}
.price_rate p {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin: 0 0 4px 0;
}

.price_book {
    width: 50%;
    float: left;
    padding: 0 12px 0 0px;
}
.price_book a {
    background: linear-gradient(93deg,#ef7f1a,#ff4900);
    color: #fff;
    font-size: 14px;
    padding: 4px 60px;
    border-radius: 22px;
    font-weight: 500;
    letter-spacing: 0.3px;
    float: right;
    margin: 19px 0 0 0;
    text-decoration: none;
}
.nocoSt_emi {
    width: 100%;
    float: left;
    border-radius: 0px 0px 5px 5px;
    background: #e6efff;
    padding: 6px 10px;
}
.nocoSt_emi p {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 500;
}
.package_list_img span img {
    margin-right: 5px;
    width: 21px;
}
.about_singaCOnt {
    padding: 0px 0 32px 0;
}
.about_singtx p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 10px 0;
}
.package_type {

}
.package_type label {
    font-size: 13px;
    font-weight: 500;
    color: #6f6f6f;
    margin: 0 0 13px 0;
    display: block;
}
.package_type label span {
    color: #0278b3;
    float: right;
    cursor:pointer;
}
.package_type a {
    font-size: 12px;
    padding: 3px 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
    text-decoration: none;
    margin: 0 12px 0px 0;
    display: inline-block;
}
.package_filter {
    box-shadow: 0px 0px 12px -8px #575454;
    padding: 10px 12px 14px 12px;
    margin: 0 0 25px 0;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 6px 0 8px;
}


/*css for package main details page*/

.sec_package_details {
    padding: 40px 0px 40px 0px;
    position: relative;
}
.sec_top_head {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 0px 0;
    padding: 12px 10px 12px 10px;
}
.sec_top_headName {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}
.sec_top_headPrice {
    width: 100%;
    padding: 5px 0 0 0;
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 15px;
    border-radius: 4px;
}
.sec_top_headName h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0px 0 0;
}
.sec_top_headName h1 span {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0px 0 6px;
    display: inline-block;
    color: #333;
}
.sec_top_headPrice span {
    font-size: 13px;
    font-weight: 500;
    color: #8a8a8a;
    margin: 0 0 0 0;
    display: inline-block;
    font-style: italic;
    padding: 0 10px 0 10px;
}
.sec_top_headPrice p {
    font-size: 22px;
    font-weight: 600;
    color: #ef7f1a;
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
}
.sec_top_headPrice p del {
    color: #787676;
    font-size: 16px;
    font-weight: 500;
}
.sec_top_headPrice label {
    font-size: 13px;
    font-weight: 500;
    color: #8a8a8a;
    margin: 0 0 0 0;
    display: inline-block;
    padding: 0 10px 0 10px;
}
.nocoSt_emi2 {
    border-radius: 0px 0px 5px 5px;
    background: #EDFFE9;
    padding: 4px 10px;
}
.nocoSt_emi2 h6 {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 500;
}
.carousel-item img {
    border-radius: 10px;
    width: 100%;
}

.package_overview {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    box-shadow: 0 0 7px rgba(0,0,0,.20);
    position: relative;
    margin: 15px 0 0 0;
}
.package_overview::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #02122c;
    height: 30px;
    width: 5px;
}
.package_overview h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.package_overview p {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    color: #4b4b4b;
    margin: 0 0 8px 0;
}

.package_inc_exclu {
    margin: 15px 0 0 0;
    position: relative;
    display:table;
    width:100%;
}
.package_inc {
    width: 48%;
    padding: 0px;
    margin: 0px;
    float: left;
    border: 1px solid #d6d7d8;
    background: #EAFAEA;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.package_inc h3 {
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.package_inc h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #02122c;
    height: 22px;
    width: 4px;
    padding: 0 !important;
}
.package_inc ul {
    margin: 0px;
    padding: 5px 0 15px 20px;
}
.package_inc li {
    margin: 0px;
    font-size: 12px;
    padding: 0 0 0 0;
    list-style: circle;
}
.package_exclu {
    width: 48%;
    padding: 0px;
    margin: 0px;
    float: right;
    border: 1px solid #d6d7d8;
    background: #FBEBEB;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: relative;
}
.package_exclu h3 {
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.package_exclu h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #ef7f1a;
    height: 22px;
    width: 4px;
    padding: 0 !important;
}
.package_exclu ul {
    margin: 0px;
    padding: 5px 0 15px 20px;
}
.package_exclu li {
    margin: 0px 0 2px 0;
    font-size: 12px;
    padding: 0 0 0 0;
    list-style: circle;
}

.package_itanary {
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    padding: 15px 15px 0px 15px;
    box-shadow: 0 0 7px rgba(0,0,0,.20);
    position: relative;
    display: table;
    width: 100%;
    margin: 15px 0px 0px 0px;
}
.package_itanary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #02122c;
    height: 30px;
    width: 5px;
}
.package_itanary h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.package_day span {
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: linear-gradient(93deg,#ef7f1a,#ff4900);
    color: #fff;
    padding: 4px 25px 4px 25px;
    border-radius: 50px;
}
.package_itanary_details ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    position: relative;
}
.package_itanary_details ul:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 6px;
    height: 89%;
    left: -17px;
    z-index: 1;
    background: #C5C5C5;
}
.package_itanary_details ul li {
    list-style:none;
    font-size:13px;
    color:#000;
    position:relative;
}
.package_itanary_details ul li img {
    width: 100%;
    margin-top: 10px;
}
.price_rate span strong {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
    margin: 0 0 0 5px;
    font-size: 15px;
}
.package_itanary_details ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #C5C5C5;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 5px;
    z-index: 2;
}
.sec_package_itanaryMain {
    margin: 24px 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #ddd;
}

.package_travel_vailide {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    box-shadow: 0 0 7px rgba(0,0,0,.20);
    position: relative;
    margin: 15px 0 0 0;
}
.package_travel_vailide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #02122c;
    height: 30px;
    width: 5px;
}
.package_travel_vailide h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 2px 0;
}
.package_travel_vailide p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #4b4b4b;
    margin: 0 0 21px 0;
}

/*css for package_duration*/

.duration_place {

}
.duration_place {
    border: 1px solid #dbdada;
    border-radius: 10px;
    margin: 16px 0 0 0;
    padding: 0px;
}
.duration {
    padding: 15px 15px 24px 15px;
    position: relative;
}
.duration p {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.duration p i {
    margin: 0 2px 0 0;
    width: 15px;
    height: 15px;
    color: #fc5204;
    font-size: 14px;
}
.duration p strong {
    font-weight: 600;
    font-size: 13px;
}
.package_include {
    text-align: center;
    position: relative;
}
.package_include:after {
    content: " ";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    z-index: -1;
}
.package_include span {
    padding: 6px 18px 8px 18px;
    border: 1px solid #bcbcbc;
    border-radius: 36px;
    font-size: 12px;
    font-weight: 500;
    background: #eee;
}
.package_icons ul {
    margin: 0 0 0 0;
    padding: 15px 15px 14px 15px;
    display: block;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 11px 0 0;
}
.package_icons ul li img {
    width: 40px;
    height: 40px;
    margin: 0px auto 0 auto;
    display: block;
}
.package_icons ul li span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #616161;
    line-height: 25px;
}
.need_help {
    margin: 15px 0;
    background: #f2f1f1;
    position: relative;
    border: 1px solid #dbdada;
    padding: 16px 15px 16px 15px;
    border-radius: 8px;
}
.need_help_img {
    width: 52px;
    height: 65px;
    float: left;
}
.need_help_cont h4 {
    font-size: 18px;
    margin: 0 0 3px 0;
    font-weight: 600;
    color: #333;
}
.need_help_cont p {
    margin: 0 0 0px 0;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.need_help_cont p a {
    text-decoration: none;
    color: #333;
}

/*css for about us page*/

.inner_banner {
    position:relative;
    padding:80px 0px 80px 0px;
}
.inner_captions {
    position:relative;
}
.inner_captions h1 {
    margin:0 0 0 0;
    color:#fff;
    text-shadow:#000 0px 1px 2px;
    text-align:center;
    font-size:30px;
    font-weight:600;
}
.about_content {
    padding: 45px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.about_cont {

}
.about_cont h2 {
    font-size: 24px;
    font-weight:600;
    letter-spacing: 0.3px;
    color: #333;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 7px 0;
    text-transform: uppercase;
}
.about_cont h2 span {
    color: #3e97db;
    font-weight: 700;
}
.about_cont p {
    font-size: 14px;
    margin: 0 0 7px 0;
    line-height: 23px;
    color: #333;
}
.about_img {
    position: relative;
}
.about_img:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 250px;
    height: 200px;
    background-color: #3e97db;
    z-index: 1;
    border-radius: 4px;
}
.about_img:after {
    content: " ";
    position: absolute;
    bottom:-10px;
    right: -10px;
    width:250px;
    height: 200px;
    background-color: #3e97db;
    z-index: 1;
    border-radius: 4px;
}
.about_img img {
    border-radius: 4px;
    position: relative;
    z-index: 9;
}
.custome_rowingAbout {
    background-color: #fff;
    padding: 30px 18px 30px 10px;
    box-shadow: 0px 0px 12px -8px #918d8d;
    border-radius: 4px;
}

/*css for contact us page*/

.contact_pg_main {
    padding: 42px 0 44px 0;
    position: relative;
}
.contact_details {
    box-shadow: 0 0 5px 0 rgb(145 145 145 / 45%);
    border-radius: 6px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.contact_details h4 {
    text-align: center;
    background: #fffbfb;
    padding: 20px 0 20px 0;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #126891;
}
.contact_tp_ct {
    background: #fff;
    padding: 17px 6px 17px 10px;
    border-radius: 8px;
    border-bottom: 1px dashed #d6d6d6;
}
.contact_tp_ct:last-child {
    border:none;
}
.contact_tp_ct i {
    float: left;
    width: 45px;
    height: 45px;
    background: #f36c3e;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    margin-right: 11px;
    border-radius: 25px;
    outline: 1px dashed #fff;
    outline-offset: -3px;
    margin-bottom: 36px;
}
.contact_tp_ct h5 {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 600;
}
.contact_tp_ct a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.contact_form_main {
    box-shadow: 0 0 5px 0 rgb(145 145 145 / 45%);
    border-radius: 6px;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: -132px 0 0 0;
    background: #fff;
}
.page_dsgn2{background: #fff;
    padding: 36px;
    margin: 30px 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;}
.page_dsgn2 img{
    width: 40px;
}
.page_dsgn2 h2{
    font-family: emoji;
    font-weight: 800;
    font-size: 50px;
    margin: 10px 0;
}
.page_dsgn2 p{
    color: #000;
    font-weight: 600;
}
.page_dsgn2 p mark{
    background: #0a890a;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 3px 9px;
    border-radius: 2px;
}
.page_dsgn2 h3{}
.page_dsgn2 h3 a{
    background: #df2026;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
}
.page_dsgn2 a.btm_home{
    background: #02122c;
    color: #fff;
    padding: 0 13px;
    font-size: 30px;
    border-radius: 2px;
}
.contact_form_main h4 {
    text-align: center;
    background: #fffbfb;
    padding: 20px 0 20px 0;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #126891;
}
.contact_form_inpt {
    padding: 10px 25px 16px 25px;
}
.contact_form_inpt label {
    margin: 0 0 2px 0;
    font-size: 14px;
    color: #333;
}
.contact_form_inpt .form-group {
    margin: 0 0 10px 0;
    position: relative;
}
.contact_form_inpt input {
    height: 44px;
    border-radius: 2px;
}
.contact_form_inpt textarea {
    height: 150px;
    border-radius: 2px;
}
.contact_form_inpt button {
    float: right;
    border: none;
    background: #f36c3e;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px 8px 30px;
    border-radius:4px;
    font-weight: 500;
}
.google_maps {
    box-shadow: 0 0 5px 0 rgb(145 145 145 / 45%);
    margin: 40px 0 0 0;
    background: #fff;
    padding: 7px 7px 0 7px;
    border-radius: 6px;
}

.privacy_content {
    padding: 45px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.privacy_cont {

}
.privacy_cont h2 {
    font-size: 24px;
    font-weight:600;
    letter-spacing: 0.3px;
    color: #333;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 7px 0;
    text-transform: uppercase;
}
.privacy_cont h3 {
    font-size: 22px;
    font-weight:600;
    letter-spacing: 0.3px;
    color: #333;
    margin:0 0 7px 0;
    background: #eefaff;
    border-radius:2px;
    outline: 1px solid #eefaff;
    padding: 5px 10px 3px 10px;
    text-transform:uppercase;
}
.privacy_cont h4 {
    font-size: 20px;
    font-weight:600;
    letter-spacing: 0.3px;
    color: #333;
    margin:0 0 7px 0;
    background: #eefaff;
    border-radius:2px;
    outline: 1px solid #eefaff;
    padding: 5px 10px 3px 10px;
    text-transform:uppercase;
}
.privacy_cont h2 span {
    color: #3e97db;
    font-weight: 700;
}
.privacy_cont p {
    font-size: 14px;
    margin: 0 0 7px 0;
    line-height: 23px;
    color: #333;
}
.custome_rowingprivacy {
    background-color: #fff;
    padding: 30px 18px 30px 10px;
    box-shadow: 0px 0px 12px -8px #918d8d;
    border-radius: 4px;
}

.terms_content {
    padding: 45px 0px 40px 0px;
    background: #f9f9f9;
    position: relative;
}
.terms_cont {

}
.terms_cont h2 {
    font-size: 24px;
    font-weight:600;
    letter-spacing: 0.3px;
    color: #333;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 7px 0;
    text-transform: uppercase;
}
.terms_cont h3 {
    font-size: 22px;
    font-weight:600;
    letter-spacing: 0.3px;
    color: #333;
    margin:0 0 7px 0;
    background: #eefaff;
    border-radius:2px;
    outline: 1px solid #eefaff;
    padding: 5px 10px 3px 10px;
    text-transform:uppercase;
}
.terms_cont h4 {
    font-size: 20px;
    font-weight:600;
    letter-spacing: 0.3px;
    color: #333;
    margin:0 0 7px 0;
    background: #eefaff;
    border-radius:2px;
    outline: 1px solid #eefaff;
    padding: 5px 10px 3px 10px;
    text-transform:uppercase;
}
.terms_cont h2 span {
    color: #3e97db;
    font-weight: 700;
}
.terms_cont p {
    font-size: 14px;
    margin: 0 0 7px 0;
    line-height: 23px;
    color: #333;
}
.custome_rowingterms {
    background-color: #fff;
    padding: 30px 18px 30px 10px;
    box-shadow: 0px 0px 12px -8px #918d8d;
    border-radius: 4px;
}



/** RESPONSIVE CSS CODE **/

@media only screen and (min-width:320px) and (max-width:360px) {
.navbar-light .navbar-brand img {
    /*width: 215px;*/
}
.pack_img img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.pack_img2 img {
    border-radius: 8px;
    height: 100%;
    position: relative;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height:360px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.banner_cation {
    top: 178px;
    padding: 0 15px 0 15px;
}
.banner_cation_form {
    width: 90%;
    margin: 5px auto 10px auto;
    text-align: center;
}
.banner_captions_heading h1 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
}
.banner_cation_form button {
    padding: 12px 20px 12px 20px;
}
.banner_cation_form input {
    padding: 0 0 0 11px;
    font-size: 14px;
}
.package_list ul li {
    margin: 0 0px 8px 0;
    width: 49%;
}
.package_list {
    text-align: left;
}
.package_list ul {
    padding: 8px 10px 8px 10px;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto;
    float: left;
}
.toll-free-number {
    width: 219px;
    float: left;
    margin: 8px 0 12px 43px;
}
li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    padding: 7px 15px 7px 15px;
}
.testimonial {
    margin: 2px;
}
.owl-theme .owl-controls {
    display: none !important;
}
.nav-tabs .nav-link {
    margin: 0px 17px 14px 8px;
    font-size: 14px;
}
.sec_best_selling {
    padding: 0px 0px 0px 0px;
}
.testimonial2 {
    margin: 0px 0px 8px 0px;
}
.add_slider {
    padding: 30px 0 14px 0;
    position: relative;
}
.explore_theme {
    padding: 19px 0px 8px 0px;
    position: relative;
}
.qickes_link ul li {
    display: inline-block;
    width: 100%;
}
.social_news {
    padding: 16px 0 9px 0px;
    float: left;
}
.col-md-6.offset-3 {
    margin: 0 0 0 0;
}
.package_details_caption h1 {
    margin: 0 0 8px 0;
    font-size: 26px;
    line-height: 37px;
}
.package_details_banner {
    position: relative;
    padding: 22px 0px 20px 0px;
}
.sec_package_list {
    background: #ffffff;
    padding: 25px 0 2px 0;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 7px 0 7px;
}
.about_singaCOnt {
    padding: 0px 0 20px 0;
}
.navbar {
    padding:6px 15px 6px 15px;
}
.sec_top_headName h1 {
    font-size: 20px;
}
.package_inc {
    width: 100%;
    margin:0 0 16px 0px;
}
.package_exclu {
    width: 100%;    
}
.package_day {
    margin: 0 0 15px 0;
}
.package_itanary_details ul {
    padding: 0 0 0 17px;
}
.package_itanary_details ul:after {
    left: 0px;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.sec_package_details {
    padding: 20px 0px 22px 0px;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.package_list_caption ul li span {
    font-size: 12px;
}
.package_list_caption ul li {
    margin: 0 3px 0 0;
}
.right-pay ul li {
    display: inline-block;
    margin: 3px 0 3px 0;
}
.inner_banner {
    position: relative;
    padding: 44px 0px 44px 0px !important;
}
.about_content {
    padding: 30px 0px 30px 0px;
    background: #f9f9f9;
    position: relative;
}
.about_img {
    position: relative;
    margin: 20px 0 0 0;
}
.about_img:before {
    width: 100%;
}
.about_img:after {
    width:100%;
}
.about_cont h2 {
    font-size: 22px;
}
.contact_form_main {
    margin: 20px 0 0 0;
}
}

@media only screen and (min-width:360px) and (max-width:480px) {
.page_dsgn2 h3{
        font-size: 18px;
    text-align: center;
}
.page_dsgn2 h3 a{
    padding: 14px 10px;
    display: block;
    font-size: 18px;
}
.navbar-light .navbar-brand img {
    /*width: 215px;*/
}
.pack_img img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.pack_img2 img {
    border-radius: 8px;
    height: 100%;
    position: relative;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height:360px;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height: 360px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.banner_cation {
    top: 178px;
    padding: 0 15px 0 15px;
}
.banner_cation_form {
    width: 90%;
    margin: 5px auto 10px auto;
    text-align: center;
}
.banner_captions_heading h1 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
}
.banner_cation_form button {
    padding: 12px 20px 12px 20px;
}
.banner_cation_form input {
    padding: 0 0 0 11px;
    font-size: 14px;
}
.package_list ul li {
    margin: 0 0px 8px 0;
    width: 49%;
}
.package_list {
    text-align: left;
}
.package_list ul {
    padding: 8px 10px 8px 10px;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto;
    float: left;
}
.toll-free-number {
    width: 219px;
    float: left;
    margin: 8px 0 12px 43px;
}
li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    padding: 7px 15px 7px 15px;
}
.testimonial {
    margin: 2px;
}
.owl-theme .owl-controls {
    display: none !important;
}
.nav-tabs .nav-link {
    margin: 0px 17px 14px 8px;
    font-size: 14px;
}
.sec_best_selling {
    padding: 0px 0px 0px 0px;
}
.testimonial2 {
    margin: 0px 0px 8px 0px;
}
.add_slider {
    padding: 30px 0 14px 0;
    position: relative;
}
.explore_theme {
    padding: 19px 0px 8px 0px;
    position: relative;
}
.qickes_link ul li {
    display: inline-block;
    width: 100%;
}
.social_news {
    padding: 16px 0 9px 0px;
    float: left;
}
.col-md-6.offset-3 {
    margin: 0 0 0 0;
}
.package_details_caption h1 {
    margin: 0 0 8px 0;
    font-size: 26px;
    line-height: 37px;
}
.package_details_banner {
    position: relative;
    padding: 22px 0px 20px 0px;
}
.sec_package_list {
    background: #ffffff;
    padding: 25px 0 2px 0;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 7px 0 7px;
}
.about_singaCOnt {
    padding: 0px 0 20px 0;
}
.navbar {
    padding:6px 15px 6px 15px;
}
.sec_top_headName h1 {
    font-size: 20px;
}
.package_inc {
    width: 100%;
    margin:0 0 16px 0px;
}
.package_exclu {
    width: 100%;    
}
.package_day {
    margin: 0 0 15px 0;
}
.package_itanary_details ul {
    padding: 0 0 0 17px;
}
.package_itanary_details ul:after {
    left: 0px;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.sec_package_details {
    padding: 20px 0px 22px 0px;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.package_list_caption ul li span {
    font-size: 12px;
}
.package_list_caption ul li {
    margin: 0 3px 0 0;
}
.right-pay ul li {
    display: inline-block;
    margin: 3px 0 3px 0;
}
.inner_banner {
    position: relative;
    padding: 44px 0px 44px 0px !important;
}
.about_content {
    padding: 30px 0px 30px 0px;
    background: #f9f9f9;
    position: relative;
}
.about_img {
    position: relative;
    margin: 20px 0 0 0;
}
.about_img:before {
    width: 100%;
}
.about_img:after {
    width:100%;
}
.about_cont h2 {
    font-size: 22px;
}
.contact_form_main {
    margin: 20px 0 0 0;
}
}

@media only screen and (min-width:480px) and (max-width:768px) {
.navbar-light .navbar-brand img {
    /*width: 215px;*/
}
.pack_img img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.pack_img2 img {
    border-radius: 8px;
    height: 100%;
    position: relative;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height: 100%;
}
.container-fluid {
    width: 100%;
}
.container {
    width:100%;
}
.carousel-item img {
    height: 360px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.banner_cation {
    top: 178px;
    padding: 0 15px 0 15px;
}
.banner_cation_form {
    width: 90%;
    margin: 5px auto 10px auto;
    text-align: center;
}
.banner_captions_heading h1 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
}
.banner_cation_form button {
    padding: 12px 20px 12px 20px;
}
.banner_cation_form input {
    padding: 0 0 0 11px;
    font-size: 14px;
}
.package_list ul li {
    margin: 0 0px 8px 0;
    width: 49%;
}
.package_list {
    text-align: left;
}
.package_list ul {
    padding: 8px 10px 8px 10px;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto;
    float: left;
}
.toll-free-number {
    width: 219px;
    float: left;
    margin: 8px 0 12px 43px;
}
li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    padding: 7px 15px 7px 15px;
}
.testimonial {
    margin: 2px;
}
.owl-theme .owl-controls {
    display: none !important;
}
.nav-tabs .nav-link {
    margin: 0px 17px 14px 8px;
    font-size: 14px;
}
.sec_best_selling {
    padding: 0px 0px 0px 0px;
}
.testimonial2 {
    margin: 0px 0px 8px 0px;
}
.add_slider {
    padding: 30px 0 14px 0;
    position: relative;
}
.explore_theme {
    padding: 19px 0px 8px 0px;
    position: relative;
}
.qickes_link ul li {
    display: inline-block;
    width: 100%;
}
.social_news {
    padding: 16px 0 9px 0px;
    float: left;
}
.col-md-6.offset-3 {
    margin: 0 0 0 0;
}
.package_details_caption h1 {
    margin: 0 0 8px 0;
    font-size: 26px;
    line-height: 37px;
}
.package_details_banner {
    position: relative;
    padding: 22px 0px 20px 0px;
}
.sec_package_list {
    background: #ffffff;
    padding: 25px 0 2px 0;
}
.packHeding_gp {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
}
.package_gp {
    margin: 0 0 0 0;
    padding: 0 7px 0 7px;
}
.about_singaCOnt {
    padding: 0px 0 20px 0;
}
.navbar {
    padding:6px 15px 6px 15px;
}
.sec_top_headName h1 {
    font-size: 20px;
}
.package_inc {
    width: 100%;
    margin:0 0 16px 0px;
}
.package_exclu {
    width: 100%;    
}
.package_day {
    margin: 0 0 15px 0;
}
.package_itanary_details ul {
    padding: 0 0 0 17px;
}
.package_itanary_details ul:after {
    left: 0px;
}
.package_icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}
.sec_package_details {
    padding: 20px 0px 22px 0px;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.package_list_caption ul li span {
    font-size: 12px;
}
.package_list_caption ul li {
    margin: 0 3px 0 0;
}
.right-pay ul li {
    display: inline-block;
    margin: 3px 0 3px 0;
}
.inner_banner {
    position: relative;
    padding: 44px 0px 44px 0px !important;
}
.about_content {
    padding: 30px 0px 30px 0px;
    background: #f9f9f9;
    position: relative;
}
.about_img {
    position: relative;
    margin: 20px 0 0 0;
}
.about_img:before {
    width: 100%;
}
.about_img:after {
    width:100%;
}
.about_cont h2 {
    font-size: 22px;
}
.contact_form_main {
    margin: 20px 0 0 0;
}
}