/* Font Styles */

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular-webfont.woff2') format('woff2'),
        url('../fonts/Lato-Regular-webfont.woff') format('woff'),
        url('../fonts/Lato-Regular-webfont.ttf') format('truetype'),
        url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold-webfont.woff2') format('woff2'),
        url('../fonts/Lato-Bold-webfont.woff') format('woff'),
        url('../fonts/Lato-Bold-webfont.ttf') format('truetype'),
        url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* START :: CSS Global Reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END :: CSS Global Reset   */

*{
    font-family: 'gotham_bookregular';
}
body{
    width: 100%;
    margin: 0;
    color: #505050;
    font-size: 14px;
}
p,span,label{
    font-family: 'latoregular';
}
h2{
    font-family: 'latobold';
}
h2.page-header{
    font-size: 22px;
}
/*.container{
    width:1170px !important;
}*/
.wrap {
  /*  width: 1170px;*/
    margin: 0px auto;
}
.top_bar{
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f8c526;
    border-bottom: 4px solid #d0a317;
}
.top_bar_second{
    width: 100%;
    margin-top: 10px;
    background-color: #ffffff;
}
.nav > li.active a{
    color: #fff !important;
}
input,select{
    font-family: 'latoregular'; 
}
.popover-content p{
    font-family: 'latobold'; 
    color: #E46464;
}
.logo{
    display: inline-block;
    margin-top: 38px;
}
.navbar{
    margin-bottom: 0px; 
}
.top_bar_second_right{
    float: right !important;
    padding: 30px 0px !important;
    width: 694px;
    position: initial;
}
.top_bar_second_right .help_1{
    float: left;
    padding: 0px 15px;
}
.help_1 p.light{
    font-family: 'latoregular';
    font-size: 14px;
    color: #6c6c6c;
    line-height: 18px;
}
.help_1 p.bold{
    font-family: 'latoregular';
    font-size: 16px;
    color: #293c8b;
    line-height: 18px;
    font-weight: bold;
}
.top_bar_second_right img{
    float: left;  color: #949494;
    margin-right: 2px;
    margin-top: 4px;
}
.top_bar_second_right .third_right{
    display:block;
    float: right;
    margin-left: 12px;
}
.social_icons{
    display: none;
}
.social_icons li{ 
    list-style: none;
    display: inline-block;
    padding-left: 5px;
}
.dropdown-menu > li > a{
    font-family: 'latoregular';
}
.dropdown-menu > li > a span{
    color: #949494;
    margin-right: 5px;
}
.dropdown-menu .divider{
    margin: 5px 0;
}
.top_nav_bar{
    position: initial;
    //float: right;
    margin-top: -1px;
}
.join_us{
    display:block;
}

.carousel .item {
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
.mobile_links{
    display:none;}


/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.join_us{
    position: absolute;
    height: 370px;
    background-color: rgba(255, 255, 255, 0.76);
    width: 600px;
    top: 18px;
    right: 15%;
}
.join_us .tabs ul li{
    width: 50%;
    float: left;
    //height: 40px;
    padding: 8px 0 8px 40px;
    color: #7a7a7a;
    background-color: #ffffff;
    font-family: "latobold";
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.join_us .tabs ul li i{
    margin-right: 3px;
}
.join_us .tabs ul li.active{
    background-color: #f8c526;
    color: #ffffff !important;
}
.join_us input[type="text"],.join_us input[type="email"],.join_us select{
    font-family: "latoregular";
    color: #606060;
}
.become_member{
    float: left;
}
.login_now{
    float: left;
    display: none;
}
.login_now form .lengthy_box,.become_member .lengthy_box{
    width: 265px;
    height: 28px;
    float: left;
    padding-left: 10px;
    color: #606060;
    margin-right: 22px;
}
.login_now .lengthy_first_box,.become_member .lengthy_first_box{
    width: 216px;
    float: left;
    padding-left: 10px;
    height: 28px;
    font-family: "latoregular";
    color: #606060;
}
.login_now .select_first,.become_member .select_first{
    width: 50px;
    padding-left: 5px;
    height: 28px;
    float: left;
    color: #606060;
}
.login_now .small_box,.become_member .small_box{
    width: 75px;
    //padding-left: 10px;
    color: #606060;
    height: 28px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.login_now td,.become_member td{
    padding:15px 0px 0px 12px !important;
    border:none;
    text-align: left;
}
.login_now input[type="button"],.become_member input[type="submit"]{
    color: #ffffff;
    background-color: #ff694c;
    border: 2px solid #dc5f47;
    padding: 5px 20px;
}
.invalid_login{
    text-align: center;
    display: block;
    color: #E74A4A;
    font-family: "latoregular";
    display: none;
}
.become_member input[type="submit"]{
    //   margin-left: 14px;
}
.deals{
    position: relative;
   /* width: 100%;*/
    height: 210px;
    margin-bottom: 35px;

    margin-top: 35px;
}
.deals:hover .read_more{
    background-color: #f8c526;
}
.deals:hover img{
    opacity: 0.7;
}
.deals .title{
    position: absolute;
    top:75px;
    left:35px;
    font-size: 28px;
    color: #ffffff;
    line-height: 24px;
    font-family: "latobold";
    text-transform: uppercase;
}
.deals .read_more{
    position: absolute;
    top: 135px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: "latobold";
    line-height: 28px;
    left: 35px;
    border: 2px solid #ffffff;
    padding: 0 20px;
    cursor: pointer;
}
.video{
    display:none;
    height: 275px;
    margin-top: 35px;
}

.video .video_clip{
    width: 100%;
    height: 215px;
    margin-left: 5px;
}
.video_clip .bx-default-pager{
    display: none !important;
}
.video .video_title{
    width: 100%;
    height: 35px;
    margin-top: 22px;
    background-color: #182868;
}
.video_title p{
    padding: 8px 0px 0px 20px;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 18px;
}
.blog{
    width: 100%;
    height: 125px;
    margin-top: 30px;
}
.blog:hover img{
    opacity: 0.7;
}
.blog .blog_details{
    height: 125px;
}
.blog_details h4{
    font-family: "latobold";
    font-size: 22px;
    line-height: 28px;
    color: #f8c526;
}
.blog_details span.title{
    font-family: "latobold";
    font-size: 18px;
    line-height: 20px;
    color: #293c8b;
}
.blog_details span.timestamp{
    font-family: "latoregular";
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #293c8b;
    margin-left: 8px;
}
.blog_details .blog_desc{
    font-family: "latoregular";
    color: #5d5d5d;
    line-height: 20px;
    width: 390px;
}
.blog_details .read_more{
    font-family: "latoregular";
    font-size: 14px;
    line-height: 20px;
    color: #979797;
    border: 2px solid #979797;
    width: 90px;
    padding: 0px 8px;
    margin-top: 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.fourth_section{
    width: 100%;
    background-color: #f1f1f1;
    // margin-top: 70px;
    height: 285px;
}
.testimonial{
    margin-top: 50px;
}
.testimonial .bx-controls-direction{
    display: none !important;
}
.testimonial_single{
    width: 100%;
    float: left;
}
.testimonial h5{
    font-family: "latobold";
    font-size: 20px;
    line-height: 18px;
    color: #e6b418;
}
.testimonial .testimonial_text{
    font-size: 15px;
    font-family: "latoregular";
    line-height: 22px;
    color: #545454;
    font-style: italic;
    margin-top: 40px;
    text-align: justify;
    width: 90%;
}
.testimonial .testimonial_text img{
    float: left;
    margin-top: -15px;
}

.testimonial .testimonial_by{
    font-family: "latobold";
    font-size: 15px;
    line-height: 22px;
    color: #606060;
    margin-top: 25px;
}
.news_subc{
    width: 100%;
    height: 40px;
    background-color: #f8c526;
    margin-top: 20px;
}
.news_subc img{
    margin-top: 0px;
    padding: 5px 0 0 20px;
    float: left;
}
.news_subc p{
    font-family: "latobold";
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}
.news_subc input[name="subscribe_us"]{
    color: #5e5e5e;
    font-weight: 500px;
    margin-top: 8px;
    padding-left: 10px;
    margin-left: 40px;
    width: 260px;
    border: 0;
    height: 25px;
    font-size: 14px;
}
.news_subc input[type="submit"]{
    border: 2px solid #ffffff;
    color: #ffffff;
    width: 80px;
    height: 25px;
    background: #f8c526;
    margin-left: 5px;
}
footer{
    width: 100%;
    background-color: #1a2f7e;
    height: auto;
    min-height: 335px;
}

footer .about_us{
    border-right: 2px solid #172869;
    height: 335px;
    min-height: 335px;
    padding-right: 20px;
}
.about_us h4{
    padding-top: 50px;
    font-family: 'latoregular';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}
.about_us p{
    font-family: 'latoregular';
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 25px;
    font-weight: normal;
}
.about_us a{
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #f8c526;
    margin-top: 20px;
    float: left;
    font-family: 'latoregular';
    padding: 5px 10px;
}
footer .quick_links{
    height: auto;
    min-height: 335px;
}
.quick_links h4{
    padding-top: 50px;
    font-family: 'latoregular';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}
.quick_links ul{
    margin-top: 25px;
    float: left;
    padding-right: 50px;
    margin-left: 20px;
    list-style-image: url(../images/short_arrow.png);
}
.quick_links ul li{
    padding: 10px 0 0 0;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 14px;
}
.quick_links ul li a:hover{
    color: #f8c526;
    cursor: pointer;
}
.quick_links ul li a{
    font-family: 'latoregular';
    text-decoration: none;
    color: #ffffff;
}
footer .contact_details{
    background-color: #172869;
    width: 100%;
    height: 335px;
}
.contact_details h4{
    padding-top: 50px;
    font-family: 'latoregular';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-left: 40px;
}
.contact_details p{
    padding-top: 25px;
    margin-left: 40px;	
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.footer_last{
    position: relative;
    width: 100%;
    background-color: #172869;
    height: 42px;
}

.footer_last p{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 215px;
}
.footer_last a{
    text-decoration: none;
    color: #ffffff;
}
/*............abt us page.....................*/
.banner{
    width:100%;
    height:302px;
    background-image: url('../images/abt.png');
}
.banner h2{
    color:#fff;
    font-style: italic;
    font-family: 'latobold';
    font-size:40px;
    padding-top:125px;
}
.banner h2 span{
    font-weight: 600;
    color:#f8c526;
    font-style: italic;
}
.breadcrumbs{
    margin-top: 87px;
    background: rgba(41,60,139,0.7);
}
.breadcrumbs ul {
    display: inline-block;
    padding: 15px 5px;
    margin-left: 20px;
}
.breadcrumbs ul li{
    list-style-type: none;
    display:inline;
    // padding:10px;
}
.breadcrumbs ul li a{
    text-decoration: none;
    color:#fff;
    font-family: 'latoregular';
    font-size: 14px;

}
.breadcrumbs span{
    color:#fff;
    padding:0px 8px;
    height:10px;
    font-weight:600;
}
.breadcrumbs ul li a.active{
    text-decoration: none;
    color:#f8c526;
    font-family: 'latoregular';
    font-size: 14px;
}
.abt_content{
    margin:50px 0px;
}
.abt_left {
    padding:5px 0px 10px;
}
.abt_left p{
    padding:5px 10px 5px 0px;
    color:#686868;
    font-family: 'latoregular';
    font-size: 14px;
    line-height:24px;
    text-align: justify;
}
.abt_left p strong {
    color: #2948ad;
    font-family: 'latobold';
    font-size: 18px;
    line-height: 22px;
}
.abt_left h4{
    color:#2948ad;
    font-family: 'latobold';
    font-size:18px;
    line-height:22px;
    margin-top: 45px;
}
.abt_right h2{
    color:#454546;
    font-family: 'latoregular';
    font-size: 16px;
}
.heading{width:100%;
         background-color: #f8c526;
         padding:10px;
}
.gen{
    width:45px;
    height:28px;
    margin-top:10px;
    color:#454546;
}
#form1{
    padding-left:15px;
    background-color: #f3f3f3;
    padding-bottom:15px;
}
.name{
    height:28px;
    margin-top:10px;
    padding:1px 8px;
    width:206px;
}
.small{
    height:28px;
    width:76px;
    padding:1px 8px;
    margin-top:10px;
    font-size: 13px;
    margin-right:9px;
}
.small_last{
    margin-right: 20px;
}
.box_three{
    height:28px;
    width: 184px;
    padding:1px 8px;
    margin-top:10px;
    margin-right:9px;
}
.box_three_last{
    margin-right: 40px;
}
.text_box{
    height:28px;
    width:255px;
    padding:1px 8px;
    margin-top:10px;
}
.medium_text_box{
    width: 124px;
}
.medium_text_box_left{
    margin-right: 8px;
}
.text_box_long{
    height: 75px;
    width: 545px;
    padding: 6px 8px;
    margin-top: 10px;
    font-family: 'latoregular'; 
}
.alert,.alert strong,.alert a{
    font-family: 'latoregular'; 
}
.alert a{
    text-decoration: underline;
    margin-left: 4px;
}
.text_area_box{
    width: 578px;
    padding: 10px 8px;
    margin-top: 10px;
    margin-left: 15px;
    font-family: 'latoregular';
    margin-right: 40px;
    margin-top: 15px;
}
.checkbox_input{
    float: left;
    width: 120px  ! important;
}
.register{
    margin-top:10px;
    color: #ffffff;
    background-color: #ff694c;
    border: 2px solid #dc5f47;
    padding: 5px 20px;
}
.abt_left ul{
    width: 280px;
    padding: 20px 0px;
}
.abt_left ul li{
    float:left;
    list-style-image: url('../images/arr.png');
    color:#293c8b;
    font-family: 'latoregular';
    font-size: 14px;
    padding:5px 5px 5px 0px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: top;
    width: 120px;
}
.abt_left ul li a{
    color:#293c8b;
    font-family: 'latoregular';
    font-size: 14px;
    text-decoration: none;
}
.abt_sec{
    padding:40px 0px;
}

.abt_vid{
    margin-top:25px;

}
/*.................offer page.......................*/
.offer_banner{
    background-image: url('../images/offer.png');
}
.find_club{
    width:100%;
    margin:30px 0px 15px 0px;
    padding:15px 30px;
    background-color: #efefef;
    overflow: hidden;
}
.find_club h3{
    float:left;
    font-family: 'latobold';
    font-size:18px;
    color: #8c8c8c;
    padding:3px;
    /*margin-right:30px;*/
}
.find_club h3 img{
    vertical-align: middle;
    padding: 0px 3px;
    margin-top: -5px;

}
.find_club select.resort,.find_club input[type="text"]{
    width: 225px;
    height: 30px;
    padding: 5px 8px;
    border: 1px solid #dedede;
    margin-right: 15px;
    color: #6a6a6a;
    margin-bottom:10px;
    font-family: 'latoregular';
    font-size: 14px;
    border-radius: 0px;
}
#search{
    font-family: 'latobold';
    font-size:14px;
    color: #ffffff;
    background-color: #f88412;
    border: 2px solid #f88412;
    padding: 5px 20px;
}
.offer_details{
    height: auto;
    margin: 15px 0px;
    float: left;
}

.offer_img{
    width:270px;
    height:205px;
    float:left;
    padding:15px;
    border: 1px solid #dedede;
}
.offer_img img{
    width:240px;
    height:175px;
}
.offer_info{
    width:550px;
    height:205px;
    float:left;
    padding:0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.offer_info h3{
    color:#293c8b;
    font-family: 'latoregular';
    font-size: 16px;
    padding:10px 15px;
    border-bottom:1px solid #dedede;
}
.offer_info p{
    padding:2px 15px;
    color:#7f7f7f;
    font-family: 'latoregular';
    font-size: 14px;
    // float:left;
    line-height:22px;
}
.offer_scroll{
    height: 110px;
    overflow-y: scroll;
}
.offer_btn{
    //float:left;
    height:auto;
    text-decoration: none;
    padding: 7px 24px;
    background-color: #f8c526;
    border:2px solid #dab33a;
    color:#fff;
    font-family: 'latoregular';
    font-size: 14px;
    margin-top:14px;
    margin-left:15px;
    position: absolute;
    bottom: 12px;
}
a.offer_btn:hover{
    text-decoration: none;
    color:#fff;
    background-color: #293c8b;
    border:2px solid #1e2e6f;
}
a:focus {
    text-decoration: none;
    color:#fff;
}

a:active,a:focus{
    color: #35638C;
}
.offer_info1{
    width:320px;
    height:205px;
    float:left;
    border:1px solid #dedede;
}
.offer_info1 ul{
    padding:10px 15px;
}
.offer_info1 ul li{
    list-style-type: none;
    line-height: 22px;
    font-family: 'latoregular';
    font-size: 14px; 
    color:#7f7f7f;
}
.pagination{
    margin-top:30px;
    margin-bottom:30px;
    float:left;
    height:auto;
}
.pagination a{
    margin-right:10px;
    padding:4px 14px;
    background-color: #686868;
    border:2px solid #686868;
    color:#fff;
    font-family: 'latoregular';
    font-size: 14px; 
    text-decoration: none;
}
.pagination a:hover{
    color:#fff;
    background-color: #293c8b;
    border:2px solid #1e2e6f;
}
/*.................view details ..........................*/
.view_details{
    width:100%;
    height:auto;
    float:left;
    padding:30px 0px;
}
#slider{

}
.slider{
    width: 480px;
    height: 350px;
    padding: 8px 9px;

    border:1px solid #e8e8e8;
}
/*.................jassor slider css..................*/
/* jssor slider thumbnail navigator skin 07 css */
/*
.jssort07 .p            (normal)
.jssort07 .p:hover      (normal mouseover)
.jssort07 .pav          (active)
.jssort07 .pav:hover    (active mouseover)
.jssort07 .pdn          (mousedown)
*/
.jssort07 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 80px;
    filter: alpha(opacity=80);
    opacity: .8;
}
.slides{
    left:55px !important;
}

.jssort07 .p:hover .i, .jssort07 .pav .i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.jssort07 .o {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 111px;
    height: 81px;
    border: 1px solid #000;
    transition: border-color .6s;
    -moz-transition: border-color .6s;
    -webkit-transition: border-color .6s;
    -o-transition: border-color .6s;
}

* html .jssort07 .o {
    /* ie quirks mode adjust */
    width /**/: 99px;
    height /**/: 66px;
}

.jssort07 .pav .o, .jssort07 .p:hover .o {
    border-color: #fff;
}

.jssort07 .pav:hover .o {
    border-color: #0099FF;
}

.jssort07 .p:hover .o {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
/* jssor slider arrow navigator skin 11 css */
/*
.jssora11l              (normal)
.jssora11r              (normal)
.jssora11l:hover        (normal mouseover)
.jssora11r:hover        (normal mouseover)
.jssora11ldn            (mousedown)
.jssora11rdn            (mousedown)
*/
.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url('../images/arr1.png') no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -1px -10px;
}

.jssora11r {
    background-position: -41px -10px;
}

/*  .jssora11l:hover {
      background-position: -131px -41px;
  }

  .jssora11r:hover {
      background-position: -191px -41px;
  }*/

.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11rdn {
    background-position: -311px -41px;
}
/*.................jassor slider css ends..................*/
.detail_info{
    padding:15px 15px;
    width:100%;
    height:auto;
    float:left;
}
.detail_info h3{
    padding:10px 0px;
    line-height: 24px;
    font-family: 'latoregular';
    font-size: 24px; 
    color:#293c8b;
}
.detail_info p{
    padding:5px 0px;
    line-height: 22px;
    font-family: 'latoregular';
    font-size: 14px; 
    color:#686868;
}
.detail_info a{
    padding:5px 0px;
    line-height: 22px;
    font-family: 'latoregular';
    font-size: 14px; 
    color:#293c8b;
}
.detail_two{
    padding:20px 0px;
    width:100%;
    height:auto;
    float:left;
}
.one_tab{
    position: relative;
}
.one_tab h3{
    width:100%;
    height:auto;
    float:left;
    padding:10px 30px;
    border:1px solid #efefef;
    background-color: #efefef;
    color:#293c8b;
    font-family: 'latobold';
    font-size:18px;
}
.one_tab #table{
    width:100%;

}
.one_tab #table, th, td {
    border: 1px solid #efefef;
    padding:30px 10px;
    text-align: center;
}
.one_tab  #table td{
    font-family: 'latoregular';
    font-size: 15px; 
    color:#585858;
}
.one_tab ul{
    width:100%;
    height:auto;
    float:left;
    border: 1px solid #efefef;
    padding:30px 30px;
}
.offerlist{
    display: block;
    font-size: 20px;
    color: #686868;
    width: 98%;
    margin: 0 auto;
    padding-bottom: 14px;
}
.offerlist div{
    font-family: 'latoregular';
}
.offerlist .offerlist_div{
    padding-top: 12px;
    padding-bottom: 10px;
    margin-top: 14px;
    padding-left: 22px;
}
.offerlist span{
    font-family: 'latobold';
    font-size:24px;
}
.offerlist span.color1{
    color:#7ebd33;
}
.offerlist span.color2{
    color:#293c8b;
}
.offerlist span.color3{
    color:#ff694c;
}
.one_tab p.address{
    height:auto;
    display: block;
    font-family: 'latoregular';
    font-size: 14px;
    color: #585858;
    padding: 5px 0px;
    float: left;
    margin-left: 30px;
    width: 100%;
}
p.no_results_found{
    margin: 20px 0px;
    display: block;
    float: left;
    margin-left: 30px;
    margin-bottom: 60px;
    width: 100%;
    font-family: 'latoregular';
}
.date_box{
    height:28px;
    width:121px;
    padding:1px 8px;
    margin-top:10px;
    margin-right:12px;
}
.cross_img{
    position: absolute;
    top: 0px;
    left: 720px;
}
.cross_img p{
    position: absolute;
    font-family: 'latoregular';
    color: #fff;
    top: 41px;
    right: -12px;
    text-align: center;
    width: 116px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.................member page.......................*/
.member_banner{
    background-image: url('../images/member.png');
}
.member_details{
    padding:30px;
    width:100%;
    height:auto;
    float:left;
}
.member_form{ 
    padding:10px 0px;
    height:auto;
    float:left;
}
.member_form h2{
    width:100%;
    font-family: 'latobold';
    font-size:18px;
    padding:15px 0px;
    color:#293c8b;
}
.member_form h3{
    width:100%;
    font-family: 'latobold';
    font-size:18px;
    background-color: #f8c526;
    border-bottom:3px solid #e7b61c;
    padding:10px;
    color:#fff;
}
.member_form form{
    width:100%;
    height:auto;
    float:left;
    padding:10px 10px 20px ;
    background-color: #f3f3f3;
}
.member_form form .gen{
    margin-left:15px;
    margin-top:15px;
}
.member_form form .small{
    margin-top:15px;
}
.member_form form .name{
    margin-right:20px;
    margin-top:15px;
}
.member_form form .text_box{
    margin-left:15px;
    margin-right:20px;
    margin-top:15px;
}
.member_form form .register{
    margin-left:15px;
    margin-top:15px;
}
.mem_vid{
    margin-top:10px;
}
.member_links{
    width:100%;
    height:auto;
    float:left;
    padding:20px 0px;
}
.member_links h3{
    color: #293c8b;
    font-family: 'latobold';
    font-size: 18px;
}
.member_links ul li{ 

    padding: 5px 5px 5px 0px;
    margin-right: 10px;

    vertical-align: top;
}
.member_links ul {
    padding:10px 0px;
}
.member_links ul li a{
    text-decoration: none;
    color: #686868;
    font-family: 'latoregular';
    font-size: 14px;
}
.member_links ul li a:hover{
    color: #293c8b;
}			 
.galery_banner{
    background-image: url('../images/galery_img.png');			 
}			 
.contact_map{			
    width:100%;			 
    margin-bottom:40px;			
}	
.contact_map iframe{
    width: 100% !important;
    height: 400px;
}
.address{			
    padding:10px 0px;			
    width:100%;			
    height:auto;			
    float:left;			
}			 
.address h4{			
    padding:5px 0px;			 	
    color:#293c8b; 				
    font-family: 'latobold'; 				
    font-size:16px;				
}				 
.address ul li{				
    list-style-type:none;		
    line-height:22px;			 	
    color:#686868; 				 
    font-family: 'latoregular'; 			
    font-size:14px;				
}
.address p{
    list-style-type:none;		
    line-height:22px;			 	
    color:#686868; 				 
    font-family: 'latoregular'; 			
    font-size:14px;	
}
.address form input{				
    margin-bottom:2px;				
    margin-right:20px;
}	
.address form .register{
    margin-right: 10px;
}
.response_label{
    font-family: 'latoregular'; 	
}
.membership_info h2{
    width:100%;
    font-family: 'latobold';
    font-size:18px;
    padding:15px 0px;
    color:#293c8b;
}
.membership_info h3 {
    width: 100%;
    font-family: 'latobold';
    font-size: 18px;
    background-color: #293C8B;
    border-bottom: 3px solid #e7b61c;
    padding: 10px;
    color: #fff;
}
.membership_info{
     margin-top:  61px;;
}
/*......................galery page css...............................*/				
.gallery_details{		
    padding:30px 0px;				
    height:auto;				
    float:left;				
}				
.galery_imgs{				
    height:auto;			
    float:left;				
    padding:30px 0px;				
}				
.galery_imgs ul li{				
    position:relative;				
    list-style-type:none;				
    float:left;				
    width:260px;				
    height:188px;				
    margin-bottom:15px;				
}				
.galery_imgs ul li img{				
    width:100%;
    height: 100%;
    object-fit: cover;
}				
.galery_imgs ul li  .pop{				
    display:none;
}				
.galery_imgs ul li:hover .pop{				
    display: block;				
    position: absolute;
    top: 72px;
    left: 110px;
    background:rgba(248,197,38,0.8);
    height: 37px;
    width: 55px;				
}				
.galery_imgs ul li .pop img{				
    width: 30px;
    height: 26px;				
    margin-left: 12px;
    margin-top: 5px;
}				 


/*..............affiliations page..........................*/
.affiliate_form{
    padding: 10px 0px;
    height: auto;
}     
.affiliate_form h2{
    width: 100%;
    font-family: 'latobold';
    font-size: 18px;
    padding: 15px 0px;
    color: #293c8b;
}     
.affiliate_form h3{
    width: 100%;
    font-family: 'latobold';
    font-size: 18px;
    background-color: #f8c526;
    border-bottom: 3px solid #e7b61c;
    padding: 10px;
    color: #fff;
} 	
.affiliate_form form{
    padding:20px 0px;
    height:auto;
    float:left;
}
.affiliate_form h5{
    width: 100%;
    font-family: 'latoregular';
    font-size: 14px;
    color: #1e1e1d;
    padding:10px 0px;
    clear:both;
} 
.field_div{
    float: left;    
    width: 278px;
}
.field_div label{
    display: block;
    margin-bottom: 8px;
}
/*.input_field{
    margin-bottom: 10px;
}*/
.text_name{
    width:265px;
    height:29px;
    border:1px solid #dddddd;
    padding:1px 8px;
    margin-bottom:10px;
    margin-right:10px;
    font-family: 'latoregular';
    font-size: 14px;
    color: #1e1e1d;
} 
.check_box{
    float:left;
    padding:0px;
    font-family: 'latoregular';
}	
/*.check_box input{
    padding:0px 5px;
    height:auto;
    margin-left:5px;
    vertical-align: -2px;
    margin-right: 2px;
}*/
.club{
    width:265px;
    height:29px;
    border:1px solid #dddddd;
    padding:1px 8px;
    margin-bottom:10px;
    font-family: 'latoregular';
    font-size: 14px;
    color: #1e1e1d;
}	
.affiliate_form select{
    width: 95%;
    height: 29px;
}
.affiliate_form form a{
    text-decoration: none;
}
.affliation_btn,.children_btn,.profile_children_btn,.add_ref_btn{
    clear:both;
    padding:10px 0px;
    font-family: 'latoregular';
    font-size: 14px;
    color:#ff694c !important;
    width: 70px;
    display: block;
    margin-bottom: 10px;
} 
.children_btn,.add_ref_btn{
    margin-left: 15px;
}
#address_text{
    width:820px;
    border:1px solid #dddddd;
    padding:6px 8px;
}	
.select_text{

} 
.add_text{
    width:265px;
    height:29px;
    border:1px solid #dddddd;
    padding:1px 8px;
    margin-bottom:10px;
    margin-right:10px;
    font-family: 'latoregular';
    font-size: 14px;
    color: #1e1e1d;
}
.add_textarea{
    width:265px;
    border:1px solid #dddddd;
    padding:6px 8px;
    margin-bottom:10px;
    margin-right:10px;
    font-family: 'latoregular';
    font-size: 14px;
    color: #1e1e1d;  
    height: 68px;
    margin-right: 14px;
    float: left;
}
.special_offer_main .add_text{
    width: 282px;
}
.special_offer_main .add_textarea{
    float: none;
    width: 578px;
    display: block;
    height: 45px;
    margin-bottom: 16px;
}
.remove_special_offer,.remove_children,.remove_ref{
    font-size: 18px;
    color: #DB5757;
    cursor: pointer;
}
.register_text{
    clear: both;
    display: block;
    background-color: #ff694c;
    padding:4px 10px;
    border:2px solid #db4e33;
    color:#fff;
    font-family: 'latoregular';
    font-size: 14px;
    margin:15px 0px;
}	 

.affiliate_listing h4{
    width: 100%;
    font-family: 'latobold';
    font-size: 18px;
    padding: 15px 0px;
    color: #293c8b;
    margin-top: 42px;
}    
.affiliate_listing ul{
    margin-left: 12px;
}
.affiliate_listing ul li{
    list-style-image: url('../images/arr.png');
    font-size: 14px;
    padding: 5px 5px 5px 0px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: top;
}
.affiliate_listing ul li a{
    color: #293c8b;
    font-family: 'latoregular';

}
/*by anas*/
.login_modal{
    margin: 0px 4px;
}
.login_modal_title{
    font-family: 'latoregular'; 
    font-size: 20px;
    margin-left: 16px;
}
.login_modal button,.login_modal a,ownerspan{
    font-family: 'latoregular'; 
}
.login_modal label{
    font-family: 'latoregular'; 
    display: block;
    margin: 6px 0px 4px;
}
.login_modal input{
    width: 220px;
    padding: 4px 6px;
}
.login_modal .forgot_link{
    color: #333;
}
.login_modal .register{
    margin-right: 11px;
}
.login_modal .register:hover{
    background-color: #F9836D;
}
.login_modal p{
    font-size: 14px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    font-family: 'latoregular';
    line-height: 20px;
}
.login_modal p.register_p{
    font-size: 16px;
    margin-top: 34px;
    margin-left: 0px;
    text-align: center;
    line-height: 20px;
}
.login_modal span{
    margin-top: 13px;
    display: block;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
}
.login_modal .required_label{
    display: none;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 550px;
        margin: 135px auto;
    }
}
.affiliate_form a:focus{
    color: #7f7f7f;
}
.affiliate_form p{
    font-family: 'latoregular';
    margin: 12px 0px;
}

.affiliate_form label{
    font-family: 'latoregular';
    color: #7f7f7f;
    font-weight: normal;
    margin-bottom: 8px;
}
.login_modal a:focus{
    color: #337ab7;
}

.affiliate_form label input[type=checkbox]{
    vertical-align: -2px;
    margin-right: 2px;
}

.affiliate_form table{
    line-height: 20px;
    width: 100%;
    margin: 14px 0px;
}
.affiliate_form table td{
    border: none;
    padding: 0;
    text-align: left;
    float: left;
}
.affiliate_form table .offer_textbox{
    width: 40px;
}
.browse_btn{
    padding: 7px 12px;
    background: #a0a0a0;
    color: #fff;
}
.browse_btn:hover{
    background: #B5B3B3;
    color: #fff;
}
.file_size_desc{
    color: #E94C4C;
    margin: 0px 12px;
}
.file_size_desc p{
    display: inline-block;
    color: #A3A3A3;
    font-size: 12px;
}
.section_h4{
    width: 100%;
    font-family: 'latobold';
    font-size: 18px;
    border-bottom: 2px solid #CFCFCF;
    padding: 6px 0px;
    color: #6A6767;
    margin-bottom: 16px;
    float: left;
}
.step_header{
    width: 96%;
    font-family: 'latobold';
    border-bottom: 2px solid #CFCFCF;
    font-size: 18px;
    padding: 6px 0px;
    color: #6A6767;
    margin: 0px 15px;
}
.step_header span{
    font-size: 14px;
    font-family: 'latobold';
    color: #8E8585;
    margin-left: 4px;
}
.record{
    position: relative;
}
.remove_btn_style{
    font-size: 22px;
    color: #E63E3E;
    right: 28px;
    position: absolute;
    top: -18px;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.record:hover .remove_btn_style{
    display: block;
}
.remove_facility_btn{
    font-size: 16px;
    top: -10px;
    right: 32px;
}
.remove_offer_btn{
    font-size: 16px;
    top: 2px;
    right: 0px;
}
.remove_image_btn{
    font-size: 18px;
    right: -8px;
    top: -14px;
}
input[readonly=""]
{

    border: 1px solid rgb(173, 173, 173);
}
.required_label{
    font-family: 'latoregular';
    color: #E74C4C !important;
    display: none;
    font-weight: normal;
    font-size: 14px;
}
.password_label {
    font-family: 'latoregular';
    color: #E74C4C !important;
    display: none;
    font-weight: normal;
    font-size: 14px;
}
.already_reg_label{
    float: right;
    margin-right: 14px;
}
.loading_image_div{
    height: 170px;
    background: url(../images/loading.GIF) 126px 70px #E3E3E3;
    background-repeat: no-repeat;
    background-size: 11%;
    border: 1px solid #e3e3e3;
}
.img-div{
    float: left;
    width: 180px;
    height: 110px;
    margin-top: 12px;
    margin-right: 14px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.loading_div{
    display: inline-block ! important;
    margin-top: 0;
}
.loading_div img{
    width: 24px;
    vertical-align: -5px;
}
.country-select{
    width: 95%;
    height: 29px;
}
.thankyou_div{
    padding: 25px 10px;
    min-height: 270px;
}
.thankyou_div h4{
    font-size: 30px;
    font-family: 'latobold';
    margin: 16px 0px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 3px;
    margin-bottom: 20px;
    color: #818181;
}
.thankyou_div p{
    font-family: 'latoregular';
    margin: 16px 0px;
    font-size: 16px;
}
.required_field_div .required_label{
    margin: 10px 0px 0px 12px;
}

.step2 label{
    display: block;
    margin: 12px 15px 10px 15px;
    font-family: 'latobold';
}
.card_type_div input[type=radio]{
    margin-right: 2px;
    vertical-align: -2px;
}
.popover{
    width: 100%;
}
.popover-content{
    font-family: 'latoregular';
}
.popover .popover-title {
    padding: 8px 14px;
    font-family: 'latobold';
    margin: 0;
    color: #333;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.card_type_div label.selected_card_title{
    display: inline-block;
    border-bottom: 1px solid #B2A8A8;
    margin-top: 18px;
    padding-bottom: 2px;
}
.card_type_div p{
    font-family: 'latoregular';
    margin: 12px 15px 0px 15px;
    color: #333;
    font-size: 14px;
}
.upload_div{
    font-family: 'latoregular';
    margin: 15px 0px 0px 15px;
}
.upload_div h5{
    margin-bottom: 6px;
}
.file_size_desc p{
    font-family: 'latoregular';
}
.file_upload_text{
    width: 300px;
    height: 29px;
    border: 1px solid #dddddd;
    padding: 1px 8px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: 'latoregular';
    font-size: 14px;
    color: #1e1e1d;
}
.step1{
    min-height:308px;
}
.single_image_div{
    float: left;
    width: 100%;
}
.card_detail_outer_div{
    min-height: 87px;
}
.user_block button{
    padding: 5px 10px ! important;
    color: #615F5F;
    margin-top: 10px;
    display: block;
    font-family: latoregular;
    border: 1px solid #DDDDDD;
    background: #fff;
}
.user_block button span{
    color: #949494;
}
.profile_div{
    background: #f0f0f0;
}
.profile_sidebar{
    margin: 18px 5px;
    background: #fff;
    border: 1px solid #e3e3e3;
    min-height: 334px;
}
.profile_sidebar ul{
    line-height: 24px;
    padding: 12px 20px;
}
.profile_sidebar ul li{
    font-size: 16px;
    padding: 6px 4px;
    border-bottom: 1px solid #e3e3e3;
}
.profile_sidebar ul li.last{
    border:none;
}
.profile_sidebar ul li span{
    margin-right: 2px;
}
.profile_right_div table td label{
    font-family: latoregular;
}
.profile_right_div{
    margin: 18px 0px;
    background: #fff;  
    border: 1px solid #e3e3e3;
    min-height: 334px;
    overflow: hidden;
}
.profile_table_div{
    padding: 16px 24px;
}
.profile_right_div a,.profile_right_div span{
    font-family: latoregular;
}
.profile_right_div table{
    width: 100%;
    line-height: 28px;
}
.profile_right_div table td{
    padding: 4px;
    border: none;
    text-align: left;
    font-family: latoregular;
}
.profile_sidebar ul li a{
    font-family: latoregular;
    color: #9D9D9D;
}
.profile_sidebar ul li a .arrow_span {
    font-size: 18px;
    display: none;
}
.profile_sidebar ul li.active a{
    font-family: latobold;
    color: #656464;    
}
.profile_sidebar ul li.active a .arrow_span{
    display: inline-block;
}
.profile_pic_div{
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 160px;
    margin: 0 auto;
}
.profilerecord{
    width: 150px;
    height: 156px;
    overflow: hidden;
}
.profilerecord img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_right_div h4{
    margin: 14px 20px;
    font-family: latobold;
    padding-bottom: 3px;
    font-size: 22px;
    border-bottom: 1px solid #e3e3e3;
}
.profile_right_div h4 a{
    font-size: 14px;
    font-family: latoregular;
    margin-left: 12px;
    color: #5F5E5E;
}
.profile_right_div .view_profile_a{
    color: #7C7474;
    margin: 6px 0px 24px 4px;
    float: left;
    text-decoration: underline;
}
.profile_right_div .edit_span{
    display: none;
}
.profile_right_div table button{
    padding: 0px 8px;    
}
.profile_right_div table button.register:hover{
    background-color: #F97C63;
}
.profile_right_div table button.cancel_button{
    border: 1px solid #DADADA;
    padding: 2px 12px;
    margin-left: 2px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.16, rgb(228, 224, 224)), color-stop(0.79, rgb(252,252,252)) );
    background-image: -moz-linear-gradient( center bottom, rgb(207,207,207) 16%, rgb(252,252,252) 79% );
}
.profile_right_div table button.cancel_button:hover{
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.16, rgb(241, 233, 233)), color-stop(0.79, rgb(252,252,252)) );
}
.three_box_div label{
    font-size: 12px;
}
.three_box_div button{
    margin: 10px;
}
.three_box_div .small{
    margin-top: 0;
} 
.detail_tr{
    display: none;profile_right_div
}
.card_icon_span{
    font-size: 130px;
    margin-top: 10px;
    display: block;
    margin-left: 10px;
}
.profile_right_div h5.no_results{
    font-size: 18px;
    font-family: latobold;
    color: #AAA;
    margin: 20px;
}
.forgot_link_class{
    color: #5A5757;
    font-family: 'latoregular';
    margin-left: 10px;
}
.login_ul{
    width: 102px;
    margin-top: 10px;
}
.login_ul li{
    float: left;
}
.login_ul li a{
    font-family: latoregular;
    margin-left: 4px;
    padding-left: 4px;
    color: #7C7C7C;
}
.blink_me {
    cursor: pointer;
    font-family: latobold;
    color: #F77;
    font-size: 16px;
    margin-left: 2px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.modal-title{
    font-family: 'latobold';
    font-size: 16px;
}
.offer_modal .modal-title{
    margin-left: 10px;
    font-size: 20px;
}
.offer_modal p{
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    padding-top: 0;
}
.mandatory_star{
    color: #E74C4C !important;
}
.required_offer_label{
    margin: 18px 0px !important;
    font-family: latobold;
}
.highlight_a{
    font-family: latobold;
    font-size: 16px;
    color: #5266B2;
}
.children_main_div,.reference_outer_div{
    margin-left: 15px;
}
.card_table td,.card_table th{
    text-align: left;
    font-family: 'latoregular';
}
.special_offer_club_thumb{
    width: 230px;
    height: 125px;
    overflow: none;
}
.special_offer_club_thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.book_table{
    margin: 10px auto;
}
.book_table th,.view_book_table td,.view_book_table label{
    border:none;
    text-align: left;
    font-family: 'latoregular';
}
.view_book_table{
    margin: 0px auto;
}
#success_booking a{
    font-family: 'latoregular';
    color: #838282;
}
#success_booking p,#feedback_modal p{
    font-size: 15px;
    line-height: 20px;
    margin: 10px auto;
}
#success_booking .modal-title, #feedback_modal .modal-title{
    font-size: 20px;
}
#feedback_modal .modal-title{
    color: #6C6868;
}
.tick_span{
    color: #4AB583;
    font-size: 30px;
    margin-right: 5px;
    vertical-align: -4px;
}
.review_icon_span{
    color: #969696;
    font-size: 25px;
    vertical-align: -2px;
    margin-right: 3px;
}
.submit_div_right{
    text-align: right;
    height: 34px;
    display: block;
}
.submit_div_right button,#feedback_modal textarea{
    font-family: 'latoregular';
}
.feedback_success_p{
    float: left;
    display: inline-block;
    color: #639073;
    font-size: 18px !important;
    display: none;
}
.location_select{
    float: right;
    margin: 12px 12px 0px 0px;
    width: 175px;
    padding: 2px 4px;
    border: 1px solid #e3e3e3;
    background: #EFEFEF;
    border-radius: 2px;
}
.loading_img_contact{
    width: 26px;
    vertical-align: -7px;
}
.ad_div{
    width: 555px;
    height: 190px;
    overflow: hidden;
    margin-top: 20px;
}
.ad_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.forgot_pwd_div input{
    height: 28px;
    vertical-align: -1px;
    width: 240px;
    border: 1px solid #AAAAAA;
    font-family: 'latoregular';
    padding: 0px 4px;
}
.forgot_pwd_div button{
    font-family: 'latoregular';
}
#login_modal .modal-title{
    margin-left: 18px;
}
#login_modal .modal-body{
    min-height: 142px;
}
.forgot_pwd_div{
    margin: 0px 4px;
}
.form-help{
    font-size: 13px;
    color: #989898;
    margin-top: 8px;
}
.back_to_login{
    font-family: ''latobold;
    color: #585858;
    text-decoration: underline;
    float: left;
    margin-top: 10px;
}
.forgot_pwd_div .required_label {
    margin: 8px 0px !important;
    font-family: latobold;
}
.forgot_success{
    color: #625E5E;
    font-size: 16px;
    line-height: 20px;
    display: none;
}
.forgot_success_div p,.forgot_success_div p a{
    font-family: 'latoregular';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}


::-webkit-scrollbar {
    width:5px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #1d3785;
    border-radius: 10px; 
}
::-webkit-scrollbar-thumb:hover {
    background-color: #1d3785;
    border-radius: 10px;
}

/* Roshan's work */
.due p{

    font-size: 18px;
    margin: 25px 20px;
    color: #FF7070;
    font-weight: bold;
    display: inline-block;
    /*float: left;*/
    /*text-align: center;*/ 
}
.month_class{
    margin-left: 20px;
    margin-bottom: 20px;
}
.payment_label_div{
    margin-top: 8px;
}
.exsiting_affiliate_info {
    display: none;
}
.exsiting_affiliate_info p{
    font-size: 15px;
    margin-bottom: 4px;
    color: #FF694C;
}
.exsiting_affiliate_info ul{
    line-height: 16px;
    font-family: 'latoregular';
    list-style: disc;
    margin-left: 16px;
}
.exsiting_affiliate_info ul li{
    font-family: 'latoregular';
}
.autocomplete-suggestions {    font-family: 'latoregular'; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion {    font-family: 'latoregular'; padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-family: 'latoregular';font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
#slider1_container .slider_div{
    overflow: hidden;
}
#slider1_container .slider_div img{
    width: 630px;
    height: 345px;
    top: 0px;
    left: 0px;
    transform: perspective(2000px);
    position: absolute;
}
.affiliate_map_div{
    height: 170px;
    margin-top: 10px;
}
.affiliate_map_div iframe{
    width: 100%;
    height: 100%;
}
@media print {
    body *{
        visibility: hidden;
    }
    #print_button {
        display:none;
    }

    #view_booking * {
        visibility: visible;
    }
    #view_booking {
        position: absolute;
        left: 0;
        top: 0;
    }
}
#print_button {
    float: right;
    margin-right: 58px;
}
.image_pos{
    float: right;
}
.card_number {
    font-size: 17px;
    margin-top: 64px;
    font-family: latoregular;
}
.current_card_validity {
    font-weight: bold;
    margin-left: 4px;
    margin-right: 3px;
}
.extended_validity
{
    margin-left: 4px;
    margin-right: 3px;
    font-weight: bold;
}

.new_card_price
{
    margin-left: 4px;
    margin-right: 3px;
    font-weight: bold;
}
.common_chard_class{
    font-weight: bold;
    margin-left: 10px;
}
.payment_checkbox{
     font-family: latoregular;
    color: #9D9D9D;
}
.payment_history span{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.offer_box {
    width: 567px;
    background-color: #ECECA8;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    margin-bottom: 16px;
    border: 1px solid #D2D26F;
    line-height: 23px;
}
.help_div p{
    font-family: 'latoregular';
    font-size: 16px;
    color: #293c8b;
    line-height: 18px;
    font-weight: bold;
}
.bx-controls-direction{
    display:none;
}
   #abt_banner_content{
        position: absolute;
        top: 150px;
    }
    .abt_banner{
        position: relative;
        width: 100%;
        height: 302px;
    }
    .abt_banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #abt_banner_content .breadcrumbs{
        width: 1170px;
    }

@media only screen and (min-width : 320px) and (max-width :767px){

.deals img{
    margin:0px auto !important;
    width:100% !important;

  }
.top_nav_bar {
    position: absolute;
    right: 0;
     /* bottom: 130px;*/
    margin-top: 0px;
}
.top_nav_bar .navbar{
 bottom: 50px;
}
div#b-menu-1 {
    background: #00247E;
    z-index: 9999;
    right: 0;
    position: absolute;
}
  .top_bar_second_right{
       margin: 0px auto !important;
    width: 100%; 
    position: relative;
    bottom: 21px;
    left:0px !important;
        padding: 30px 0px 10px;
    float: left;
  }
  .deals iframe{
     margin:0px auto !important;
    width:90% !important;
  }
  .top_bar_second_right .help_1{
    overflow: auto;
    float:none;
  }
  .top_bar_second_right .third_right {
     float: none; 
        left: 175px;
    bottom: 175px;
    position: absolute;
    margin-left: 12px;
}
.carousel {
    height: 300px !important;
    position: relative;
}
.carousel .item img{
  height: 300px !important;   
}
.become_member{
    display:none;
}
.join_us .tabs ul li{
    float:none !important;
    width:100% !important;
}
.join_us{
    display:none;
 
}
.mobile_links{
       display: block;
    position: absolute;
    top: 50px;
    right: 22px;
    background-color: #f8c526;
    padding: 4px 8px;
}
.mobile_links a{
    color:#fff;
    text-decoration: none;
       font-family: "latobold";
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.mobile_links a:hover{
    text-decoration: none;

}
.quick_links h4{
    padding-top: 0px;
}
footer{
        padding-bottom: 20px;
}
.footer_last p{
    right:0px;
    float:left;
       padding: 0px 20px; 
}
#abt_banner_content .breadcrumbs{
    width:90%;
}
.banner h2{
      padding-top: 82px;
    height: 170px;
}
.affiliate_form form{
    width:100%;
}
.field_div{
 width:100%;
}
#address_text{
    width:100%;
}
.add_textarea{
 width:100%;
}
.add_text{
 width:100%;
}
.affiliate_form select{
     width:100%;
}
.append_offers tr td{
width:30% !important;
}
.append_offers tr td input.add_text{
width:100% !important;
}
.gallery_details{
    width:100%;
}

.main-slider-panel.ls-panel{
  /*  width:100% !important;*/
}
.text_box_long{
    width:100%;
}
/*.breadcrumbs{
       margin-top: 87px; 
}*/
#abt_banner_content{
       top: 264px; 
}
.find_club{
        padding: 15px 10px;
}
.offer_details{
    width:100%;
    border-bottom:1px solid #dedede;
}
.offer_img,.offer_img img{
   width:100%;  
}
.offer_info{
 width:100%;  
border-top:none;
border-bottom: none;
border-left:1px solid #dedede;
border-right:1px solid #dedede;
}
.profile_sidebar{
    min-height:140px;
}
.profile_right_div h4{
    padding-bottom:22px;
}
.mobile_class{
    padding-left:15px !important;
}
.member_details{
    padding:30px 10px;
}
.member_form{
    width:100%;
}
.member_form form .gen{
    margin-left:0px;
}
.member_form form .name{
     margin-right:0px;
         width: 193px;
}
.member_form form .text_box{
    margin-left:0px;
    margin-right:0px;
    width:243px;
}
.member_form form .small{
     margin-left:0px !important;
    margin-right:11px;
    width:65px; 
}
.chosen_outer_div .chosen-container{
    margin-left:0px !important;
    margin-right:0px;
    width:243px !important;  
}

}
@media only screen and (min-width : 320px) and (max-width :767px) and (orientation : landscape){
.top_bar_second_right .third_right{
        left: 75%;
    bottom: 40%;
}
}
@media only screen and (min-width : 600px) and (max-width :800px){
.top_bar_second_right .third_right{
        left: 75%;
    bottom: 40%;
}
}
@media only screen and (min-width : 768px) and (max-width :1024px){
.navbar-nav > li > a{
        font-size: 12px;
    line-height: 24px;
    padding-left: 18px;
    padding-right: 18px;
}
.top_bar_second_right{
        width: 560px;
}
.carousel {
    height: 350px !important;
    position: relative;
}
.join_us{
       right: 9%; 
           height: 340px !important;
}
.carousel .item img{
  height: 350px !important;   
}
.login_now td, .become_member td{
        padding: 10px 0px 0px 12px !important;
}
.join_us .tabs ul li{
       padding: 3px 0 3px 40px; 
}
footer{
        padding-bottom: 20px;
}
#abt_banner_content .breadcrumbs{
    width:90%;
}
.affiliate_form form{
    width:100%;
}
#address_text{
    width:100%;
}
.offer_details{
    width:100%;
}
.offer_info{
    width:50%;
}
.offer_img,.offer_info1{
    width:25%;
}
.offer_img img{
    width:100%;
}
/*.offer_info h3{
    min-height:55px;
}*/
.find_club{
     padding: 15px 10px;
}
.find_club select.resort, .find_club input[type="text"]{
    width:100%
}
.profile_pic_div{
    width:145px;
     margin-top:10px;
    margin-left:10px;
}
.profilerecord{
width:100%;
}
.membership_info{
       margin-top: 79px; 
}
.membership_info h3{
     font-size: 17px;   
}
}