/*    
Company Name: Shinetech Labs Pvt Ltd
Website: http://www.shinetechlab.com/
Contact: design@shinetechlab.com
Author: Sudhanshu Tiwari
*/
/* negative margin */
.nmr-5{
    margin-right: -5px;
}
.nml-5{
    margin-left: -5px;
}
.py10{
    padding: 10px 0px;
}
/* header */
.header .navbar-default{
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .navbar-default .navbar-nav > li{
    padding:0px 15px;
}
.header .navbar-brand{
    height: auto;
    padding: 0px;
}
.header .navbar-default .navbar-nav > li > a{
    color: #0a0a0a;
    font-size: 16px;
    padding: 0px;
}
.menu-item a{
    padding: 10px 0px !important;
}
.myaccount{
    border-left: 2px solid #dfdfdf;
    padding: 4px 0px !important;
}
.myaccount span,
.myaccount i{
    vertical-align: middle;
}
.myaccount i{
    padding-left: 8px;
}
.myaccount .icon-bar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(../image/default-user.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;    
    margin-left: 15px;
}
.listProperty{
    margin-top: 5px;
}
.listProperty a span{
    background-color: #2553b4;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    padding: 0px 25px;
    line-height: 32px;
    display: block;
    height: 35px;
}
/* search box */
.search-wrapper{
    background-color: #131313;
    padding: 30px 0px;
    color: #fff;
}
.search-wrapper.home-search{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.home-search-inner{
    padding-top: 160px;
    padding-bottom: 200px;
    position: relative;
}
.search-wrapper.slider{
    padding: 0px;
}
.search-wrapper.slider .fixed-section{
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
    padding-top: 200px;
}
.search-wrapper.slider .fixed-section h1,
.search-wrapper.home-search h1{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
}
.search-wrapper.home-search h1{
    margin-bottom: 30px;
}
.search-wrapper .helpCall p{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.8px;
}
.search-wrapper .helpCall p a{
    color: #36c8ff;
    padding-left: 5px;
}
.search-wrapper .form-control{
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 20px 16px;
    box-shadow: none;
    border-radius: 0px;
}
.search-wrapper .form-control:focus{
    box-shadow: none;
    outline: none;
    border-color: transparent;
}
.search-wrapper .search-btn{
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    background-color: #2553b4;
    border-radius: 0px;
}
.search-wrapper .search-btn:hover,
.search-wrapper .search-btn:focus{
    color: #fff;
    background-color: #36b2e8;
    box-shadow: none;
    border-color: transparent;
    outline: none;
}
.search-wrapper.slider .search-form{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
}
.search-wrapper.home-search .search-form{
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.search-wrapper.home-search .form-control{
    margin-left: 5px;
}
/* main-listing */
.main-listing,
.register-page{
    padding: 30px 0px;
    position: relative;
}
.main-listing.tour-detail-page{
    padding: 10px 0px 30px;
    overflow: hidden;
}
.main-listing.py10{
    padding: 10px 0px;
}
/* step widget */
.step-widget{
    margin-bottom: 20px;
}
.step-widget h4{
    color:#007fad;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.step-widget .step-icon{
    width: 50px;
    height: 50px;
    margin: 0px auto 30px;
    background-repeat: no-repeat;
}
.icon-travel{
    background-image: url(../image/travel-icon.png)
}
.icon-pay{
    background-image: url(../image/pay-icon.png);
}
.icon-booking{
    background-image: url(../image/booking-icon.png);
}
/* search-result */
.search-result{
    margin-bottom: 10px;
}
.search-result p{
    color: #000000;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;    
}
.main-page{
    background-color: #fff;
}
/* flex grid */
.flex{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
.flex-auto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0 !important;
    -ms-flex: 1 1 0 !important;
    flex: 1 1 0 !important;
}
.flex > div {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.flex-auto,
.flex-col-1,
.flex-col-2,
.flex-col-3,
.flex-col-4,
.flex-col-5,
.flex-col-6,
.flex-col-7,
.flex-col-8,
.flex-col-9,
.flex-col-10,
.flex-col-11,
.flex-col-12,
.flex-col-md-3,
.flex-col-md-9{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}
.flex-col-1{
    -webkit-flex-basis: 8.333333333333334%  !important;
    flex-basis: 8.333333333333334%  !important;
}
.flex-col-2{
  -webkit-flex-basis: 16.666666666666668% !important;
  flex-basis: 16.666666666666668% !important;
}
.flex-col-3{
  -webkit-flex-basis: 25% !important;
  flex-basis: 25% !important;
}
.flex-col-4{
  -webkit-flex-basis: 33.333333333333336% !important;
  flex-basis: 33.333333333333336% !important;
}
.flex-col-5 {
  -webkit-flex-basis: 41.66666666666667% !important;
  flex-basis: 41.66666666666667% !important;
}
.flex-col-6 {
  -webkit-flex-basis: 50% !important;
  flex-basis: 50% !important;
}
.flex-col-7 {
  -webkit-flex-basis: 58.333333333333336% !important;
  flex-basis: 58.333333333333336% !important;
}
.flex-col-8 {
  -webkit-flex-basis: 66.66666666666667% !important;
  flex-basis: 66.66666666666667% !important;
}
.flex-col-9 {
  -webkit-flex-basis: 75% !important;
  flex-basis: 75% !important;
}
.flex-col-10 {
  -webkit-flex-basis: 83.33333333333334% !important;
  flex-basis: 83.33333333333334% !important;
}
.flex-col-11 {
  -webkit-flex-basis: 91.66666666666667% !important;
  flex-basis: 91.66666666666667% !important;
}
.flex-col-12 {
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
}
/* search-list-item */
.search-list-item{
    background-color: #ffffff;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #c5c5c5;
    margin-bottom: 15px;
}
.search-list-item:hover{
    border-color: #36c8ff;
}
/* .search-list-item .searchLeft,
.search-list-item .searchRight{
    padding:0px 20px;
} */
.search-list-item .pkgName{
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
}
.search-list-item .pkgName a{
    color: #1a0dab;
}
.search-list-item .pkgName a:hover{
    color: #1a0dab;
    text-decoration: underline;
}
.package-detail-box{
    cursor: pointer;
}
.package-detail-box-inner {
    width: 100%;
    display: grid;
}
.pkgName{
    margin: 0;
}
.pkgSummary p{
    line-height: 18px;
    text-align: justify;
    margin-top: 5px;
    font-size: 13px;
}
.pkgDuration p,
.pkgDesination p{
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.pkgDuration p i,
.pkgDesination p i{
    padding-right: 5px;
    color: #2553b4;
}
.company-box-inner{
    padding: 10px 0px;
    position: relative;
}
.search-border-left{
    border-left: 2px solid #ebeced;
}
.text-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.company-logo{
    margin-bottom: 15px;
}
.company-logo a{
    display: block;
}
.company-logo a img{
    max-width: 100%;
}
.action-btn a:first-child{
    margin-bottom: 5px;
}
.action-btn .btn{
    height: 30px;
    font-size: 12px;
}
.btn-explore{
    background-color: #36b1e7;
    color: #fff;
}

.btn-enquiry{
    background-color: #2553b4;
    color: #fff;
}
.btn-explore:hover,
.btn-explore:focus,
.btn-enquiry:hover,
.btn-enquiry:focus{
    color: #fff;
}
.external{
    position: absolute;
    right: 0px;
    top: 10px;
}
.external-link{
    width: 24px;
    height: 24px;
    background-image: url(../image/external-link.png);
    background-repeat: no-repeat;
    display: block;
}
/* ads-area */

.ads-area .ads-box{
    margin-bottom: 40px;
    margin-left: -10px;
}
.ads-area .ads-box a{
    display: block;
}
.ads-area .ads-box a img{
    width: 100%;
}
.ads-area .ads-box:last-child{
    margin-bottom: 0;
}
/* modal form */
/*modal*/
.my_modal .modal-dialog{
    max-width: 750px;
    width: 100%;
}
.my_modal .modal-content {
    border-radius: 5px !important;
    border:none !important;
}
.my_modal .modal-body {
    background-color: #f4f5fa;
    padding: 0px !important;
    border-radius: 5px;
    overflow: hidden;
    background-image: url('../image/map-layer.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}
.my_modal legend{
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3F51B5;
}
.my_modal .form-box legend{
    padding-left: 15px;
}
.my_modal .bg {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.my_modal .bg .form-group, .my_modal .form-box ul li .form-group{
    margin-bottom: 10px;
}
.my_modal .bg label{
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
}
.my_modal .bg label sup{
    color: red;
}
.my_modal .form-control{
    color: #000000;
}
.my_modal .bg .form-control{
    box-shadow: none;
    font-size: 13px;
    border-radius: 0px;
    border: 2px solid #ddd;
    height: 35px;
}
.my_modal .bg .form-control:focus{
    border-color: #333;
}
.my_modal .bg textarea.form-control{
    height: auto;
}
.my_modal .form-box{
    padding-top: 20px;
    padding-bottom: 20px; 
}
.my_modal.my_modal1 .form-box{
    padding-bottom: 0;
}
.my_modal .form-box h4{
    font-size: 18px;
    line-height: 25px;
    color: #606479;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.my_modal .form-box ul{
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.my_modal .form-box ul li{
    list-style: none;    
    margin-bottom: 10px;
}

.my_modal .form-box label{
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}
.my_modal1 .modal-dialog{
    margin: 30px 50px;
}
.my_modal .form-box label sup{
    font-weight: bold;
    color: red;
    font-size: 100%;
}
.my_modal .form-box .form-control{
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.my_modal .action-btn{
    padding-top: 10px;
}
.my_modal .btn{
    font-size: 19px;
    line-height: 38px;
    font-weight: 300;
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.my_modal  .list-item{
    margin-top: 15px;
    padding-left: 15px;
}
.my_modal  .list-item .icon{
    width: 70px;
    height: 70px;
    padding:15px;
    text-align: center;
    border-radius: 100%;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 0px 0px 3px 5px  rgb(233, 235, 243);
}
.my_modal  .list-item .icon img{
    max-width: 100%;
}
.my_modal  .list-item p{
    font-size: 14px;
    text-align: center;
    color: #5b5f71;
}
.my_modal  .list-item .carousel-indicators{
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: 0px;
}
.my_modal .list-item .carousel-indicators li{
    border-color: #a7abbb;

}
.my_modal  .list-item .carousel-indicators .active{
    background-color: #a7abbb;
}

.my_modal .close{
    opacity: 1;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.my_modal .pr-5{
    padding-right: 5px;
}
.my_modal .pl-5{
    padding-left: 5px;
}
.my_modal .close:hover{
    opacity: 1;
}
.close_btn{
    position:absolute;
    width: 25px;
    height: 25px;
    right:15px;
    cursor:pointer;
    top:15px;
    z-index:1;
}
.close_btn:before, .close_btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #F44336;
    transition:background-color 0.3s ease-in-out;
}
.close_btn:before {
  transform: rotate(45deg);
}
.close_btn:after {
  transform: rotate(-45deg);
}
/* breadcrumb-wrapper */
.breadcrumb-wrapper{
    /* background-color: #f5f5f5;
    border-bottom: 1px solid #e7e7e7; */
}
.breadcrumb-wrapper .breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    font-size: 12px;
}
.tab_nav{
    position: relative;
    overflow: hidden;
}
.tab_nav, 
#nav{
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
#nav{
    margin-top:-65px;  
    margin-bottom: 10px;
    position: absolute;
    /*visibility: hidden;   */
    background: #fff;
    z-index: -1;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.staticBtn{
    visibility: hidden;
    margin-top: -50px;
    transition: all 0.3s ease-in-out;
}
.affix.staticBtn{
    visibility: visible;
    position: relative;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
}
.affix#nav{
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    position: fixed;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
#nav ul li{
    display: inline-block;
}
#nav ul li a{
    color: #222222;
    border-bottom: 3px solid transparent;
    font-weight: 600;

}
#nav ul li.active a{
    border-bottom-color: #3f51b5;
    color: #3f51b5;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: rgba(63, 81, 181, 0.1);
    color: #3f51b5;
}
.tab_nav .btn-enquiry{
    margin-top:6px;
    border-radius: 0px;
}
/* sidebar-widget-box */
.sidebar-widget-box{
    background: #fff;
    border-radius: 0px;
}
.sidebar-widget-box header{
    background-color: #2553b4;
    color: #fff;
    padding: 10px 0px;
}
.sidebar-widget-box.package-detail{
    border-top:5px solid #2553b4;
}
.sidebar-widget-box header h4{
    margin: 0px;
}
.sidebar-widget-box .panel-body img{
    max-width: 75%;
    margin: 0px auto 15px;
}
.sidebar-widget-box .panel-body h4{
    font-weight: 700;
    margin: 0;
}
.sidebar-widget-box .panel-body p.agentCode{
    color: #737373;
}
.sidebar-widget-box .dest-section{
    border-top: 1px solid rgba(221,221,221,0.5);
    margin-top: 20px;
}
.sidebar-widget-box .dest-section,
.sidebar-widget-box .day-section{
    position: relative;
    vertical-align: middle;
    border-bottom: 1px solid rgba(221,221,221,0.5);
    padding: 5px 0px;
}
.sidebar-widget-box .dest-section p{
    margin-bottom: 0;
    line-height: 22px;
}
.sidebar-widget-box .title {
    display: block;
    color: #2553b4;
}
.sidebar-widget-box .price{
    margin-top: 10px;
}
.sidebar-widget-box .price p.amount{
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #01aef0;
}
.recent-post-widget {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(221,221,221,0.5);
}
.recent-post-widget .recent-post-widget-context {
    overflow: hidden;
}
.recent-post-widget .recent-post-widget-title {
    margin-bottom: 5px;
    line-height: 1.3;
}
.recent-post-widget a{
    color: #0071bd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
.recent-post-widget .recent-post-widget-info {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
}
.recent-post-widget:last-child {
    border-bottom: none;
}
.sidebar-widget-box .btn-enquiry{
    border-radius: 0px;
}
.detail-section{
    background: #fff;
    padding:20px;
    margin-bottom: 30px;
    overflow: hidden;
}
#divItinerary table
{
    width:100% !important;
}
.detail-section h4{
    color: #2553b4;
    font-weight: 700;
    margin: 0px 0px 20px;
}
.detail-section .table th.label-primary{
    color: #fff;
    font-weight: normal;
    text-align: center;
}
h5.itinerary_sub_title {
    padding-left: 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
p.data {
    padding-left: 30px;
    color: #3b444e;
    margin-left: 15px;
    margin-bottom: 0;
}
.inclusion,
.exclusion {
    padding-left: 15px;
}
.inclusion li,
.exclusion li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}
.inclusion li:before,
.exclusion li:before {
    position: absolute;
    font-family: FontAwesome;
    padding-right: 20px;
    font-size: 22px;
    left: 0;
    top: 0;
}
.inclusion li p,
.exclusion li p{
    margin-bottom: 0px;
    line-height: 20px;
}
.inclusion li:before {
    content: "\f058";
    color: #5cb85c;
}
.exclusion li:before {
    content: "\f056";
    color: #d9534f;
}
/* pagination */
.pagination-list{
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;  
}
.paginations {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagination-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination-item:not(.pagination-control-prev):not(.pagination-item-active){
  padding-left: .5em;
  color: #0094d9;
}

.pagination-item:not(.pagination-control-next):not(.pagination-item-active){
  padding-right: .5em;
  color: #0094d9;
}
.pagination-item{
  display: inline-block;
  line-height: 1;
}
.pagination-control{
  position: relative;
}
.pagination-control:before, .pagination-control:after{
  font-size:  1.6rem;
  line-height: 1;
  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pagination-control-prev{
  padding-left: calc(22px + 5px);
}

.pagination-control-prev:before{
  content: "\2190";
  left: 0;
}

.pagination-control-next{
  padding-right: calc(22px + 5px);
}

.pagination-control-next:after{
  content: "\2192";
  right: 0;
}

.pagination-item-active{
  padding: .5875em .8em;
  margin-right: .5em;
  margin-left: .5em;
}

.pagination1 .pagination-item-active{
  background-color: #4557bb;
  color: #fff;
}
/* register page */
#register .header .navbar-header{
    text-align: center;
}
#register .header .navbar-brand{
    float: none;
    display: inline-block;
}
.register-page .form{
    background-color: #fff;
    border: 1px solid #d3dbe4;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 1rem;
}
.register-page .form .form-group{
    margin-bottom: 10px;
}
.register-page .register{
    border-left:1px solid #d3dbe4;
    background-color: #f2f6f8;
}
.register-page .panel-default{
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.register-page .panel-body{
    padding: 0px;
}
.register-page .panel-heading{
    padding: 0px;
    background-color: transparent;
    border-color: transparent;
}
.register-page .panel-heading h3{
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
}
.register-page .form-inner{
    padding: 50px;
}
.register-page .form-control{
    height: 50px;
    border: 2px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
}
.register-page .form-control:focus{
    border-color: #333;
    box-shadow: none;
}
.register-page a{
    color: #8492a6;
    font-weight: 600;
}
.register-page .register a{
    color: #36b2e8;
}
.register-page .register a:hover{
    color: #36b2e8;
}
.register-page a:hover{
    color: #333;
}
.register-page .btn{
    height: 50px;
}
.register-page .checkbox{
    margin-top: 0px;
}
.register-page .checkbox input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-top: 6px;
}
/* footer*/
.top-footer{
    background-color: #293339;
    padding: 50px 0px;
}
.top-footer h4{
    color: #fff;
    font-weight: 600;
}
.top-footer ul li {
    line-height: 30px;
}
.top-footer ul li a{
    color: #fff;
}
.top-footer ul li a:hover{
    text-decoration: underline;
}
.top-footer .bRight{
    border-right: 1px solid #697379;
}
.top-footer .fright-sider{
    padding-left: 80px;
}
.top-footer .fcustomer{
    font-weight: 600;
    margin-top: 25px;
}
.top-footer .fcustomer,
.top-footer .fcustomer a{
    color: #fff
}
.top-footer .fcustomer a{
    padding-left: 10px;
}
.top-footer .fcustomer p{
    white-space: nowrap;
}
.top-footer .fcustomer span{
    padding-left: 20px;
}
.top-footer .fsocial{
    margin-top: 25px;
}
.top-footer .fsocial li {
    padding-bottom: 8px;
}
.top-footer .fsocial li a{
    width: 32px;
    height: 32px;
    display: block;
    background: #fff;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.top-footer .fsocial li a i{
    line-height: 32px;
}
.copy-footer{
    background-color: #37454d;
    padding: 20px 0px;
    color: #fff;
}
.copy-footer p{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}
.copy-footer .flogo{
    display: inline-block;
}
.copy-footer .flogo img{
    max-width: 100%;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.tab-box
{
    padding:10px 0px 20px 0px;
}
.tab-box a
{
    color: #333;
}
.tab-box a h4 span.fa-star
{
    color: #c7c7c7;
}
.tab-box a p
{
    margin-bottom: 0px;
    color: #666;
    font-size:18px;
    font-weight:600;
}
.checked {
    color: orange !important
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 300px;
}
@media  only screen and (max-width: 1170px) and (min-width: 992px) {
    .flex-col-md-9{
        -webkit-flex-basis: 75% !important;
        flex-basis: 75% !important;
    }
    .flex-col-md-3{
        -webkit-flex-basis: 25% !important;
        flex-basis: 25% !important;
    }
}
/* responsive  */
@media only screen and (max-width: 1170px){
    .home-search-inner{
        padding-bottom: 110px;
    }
    

}
@media only screen and (max-width: 1023px){
    
    .search-wrapper.slider .fixed-section h1, .search-wrapper.home-search h1{
        font-size: 30px;
    }
    .top-footer .fright-sider{
        padding-left: 0px;
        text-align: center;
    }
    .navbar-brand > img{
        height: 35px;
    }
        
}
@media  only screen and (max-width: 992px) {
    .helpCall{
        margin-top: 20px;
    }
    .flex-col-10,
    .flex-col-2{
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
    }
    .action-btn{
        overflow: hidden;
        text-align: center;
    }
    .action-btn a{
        width: 30%;
        margin: 0px 0.5rem;
        vertical-align: middle;
        display: inline-block;

    }
    .action-btn a:first-child{
        margin-bottom: 0px;
    }
    .action-btn .btn-block + .btn-block{
        margin-top: 0;
    }
    .register-page .form-inner{
        padding: 20px;
    }
    .register-page .radio-inline, .register-page .checkbox-inline{
        padding-left: 10px;
    }
    #nav .nav > li{
        padding-right: 0px;
        padding-left: 0px;
    }
    #nav .nav > li > a{
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px){
    .header .navbar-default{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header .navbar-brand{
        padding-top: 10px;
    }
    .home-search-inner{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .header .navbar-default .navbar-nav > li{
        text-align: center;
    }
    .listProperty{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .myaccount{
        border-left: none;
    }
    .search-wrapper.home-search .search-form{
        margin-left: 0;
        margin-right: 0; 
    }
    .search-wrapper .form-control{
        height: 45px;
        padding: 10px 16px;
    }
    .search-wrapper.home-search .form-control{
        margin-left: 0px;
    }
    .search-wrapper .search-btn{
        height: 45px;
        margin-top: 15px;
    }
    .search-wrapper .search-btn.nml-5{
        margin-left: 0px;
    }
    .action-btn a{
        width: 100%;
        margin: 5px 0px !important;

    }
    .search-list-item{
        margin-left: 5px;
        margin-right: 5px;
    }
    .ads-area .ads-box{
        margin-left: 0px;
    }
    .top-footer .bRight{
        border-right: none;
    }
    .top-footer .fright-sider{
        margin-top: 40px;
    }
    .top-footer .fcustomer p{
        white-space: normal;
    }
    .register-page .flex-col-6 {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
    }
    .register-page .form{
        margin: 20px 15px;
        padding: 0;
    }
    .register-page .form .flex{
        margin-left: 0;
        margin-right: 0;
    }
    .tab_nav .btn-enquiry{
        margin-bottom: 6px;
    }
    #enquiryForm .flex-col-5, #enquiryForm .flex-col-7{
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
    }
    .my_modal .modal-dialog{
        width: auto;
    }
    .my_modal .form-box{
        padding-right: 20px;
    }
    .my_modal .form-col legend{
        padding-left: 15px;
    }
}
@media only screen and (max-width: 450px){
    .top-footer ul li{
        line-height: 25px;
    }
    .top-footer ul li a{
        font-size: 13px;
    }
    .top-footer .fcustomer span{
        display: block;
    }
    .register-page .radio-inline, .register-page .checkbox-inline{
        display: block;
    }
    .register-page .radio-inline + .radio-inline, .register-page .checkbox-inline + .checkbox-inline{
        margin-left: 0px;
    }
    .register-page .panel-heading h3{
        font-size: 16px;
    }
}