/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html, body{
    font-size: 100%;
    background:#fff;
    font-family: 'Open Sans', sans-serif;
}
body a {
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
a:hover{
    text-decoration:none;
}
input[type="button"],input[type="submit"]{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}	
p{
    margin:0;
    font-weight: 300;
}
ul{
    margin:0;
    padding:0;
}
label {
    margin: 0;
    //color: #fff;
}
.center {
    text-align: center; 
}

.titleOfPage {
    border-bottom: 2px groove rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
}

input[type="file"] {
    display: block;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, figure, input, select, textarea {
    margin: 0;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}
.search{
    width: 128%;
    margin-left: -27%;
    border: none;
    border-bottom: 1px solid #E6E4E4;
}

.inner-addon { 
    position: relative; 
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .glyphicon  { 
    left: -60px;
    top: -3px;
    //    left:  0px;
}

/* add padding  */
.left-addon input  {
    padding-left:  30px; 
}

.li-list{
    width: 170px;
    text-align: right;
    float: right !important;
}

.no-padding{
    padding: 0px;
}

.no-leftpadding{
    padding-left: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: #fff;
    cursor:pointer;
    text-transform: uppercase;
    font-size: 12px;
}
.button-view-more{

    //border: 2px solid green;
    //padding:10px 15px 10px 15px;
    border-radius: 25px;
    background-color: white;
    font-weight: bold;
    text-decoration: none !important;
}

.button-view-more:hover{
    padding:10px 15px 10px 15px;
    background-color: #286090;
    color:white;
    font-weight: normal;
    border-radius: 25px;
    text-decoration: none !important;
}
.button-apply{
    padding:8px 12px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #286090; 
    font-weight: bold;
    text-decoration: none !important;
}
.button-apply:hover{
    padding:8px 12px;
    background-color: #286090;
    color:white;
    font-weight: normal;
    border-radius: 5px;
    text-decoration: none !important;
}
/*order-listing ul.heading li:first-child span {
    font-weight: 700;
    color: #000;
}*/
/*.dropdown ul li:first-child{
    padding-top: 5px;
}
.dropdown ul li:last-child{
    padding-bottom: 5px;
}*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 201px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*padding: 12px 16px;*/
    z-index: 1;
    /*border-radius: 4px;*/
    /*margin-top: 10px;*/
}
.dropdown-margin {
    margin-bottom: 10px;
}
.dropdown:hover .dropdown-content {
    display: block;
    -moz-animation: fadeInUp .3s ease-in  ;
    -webkit-animation: fadeInUp .3s ease-in ;
    animation:fadeInUp .3s ease-in ;
}

.dropdown ul li {
    padding-bottom:  5px;
    padding-top: 5px;
    /*padding: 5px 5px 5px 5px;*/
}
.dropdown-content :hover{
    /*    -moz-animation: fadeInRight .3s ease-in ;
        -webkit-animation: fadeInRight .3s ease-in ;
        animation:fadeInRight .3s ease-in ;*/
}
.dropdown-content > ul > li > a:hover, .dropdown-content > ul > li > a:focus{
    /*font-weight: 700;*/
    color:#00AFFF !important;
}

/*-- header --*/
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background:#30C3B5;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}
.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#00AFF2; 
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover,.hvr-shutter-in-vertical:focus,.hvr-shutter-in-vertical:active {
    color: white;
}
.hvr-shutter-in-vertical:hover:before,.hvr-shutter-in-vertical:focus:before,.hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.big-wrapper {
    width: 75%;   
    float: left!important;

}

.big-wrapper .bigContainer {
    border: 1px solid #DEEAEE;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    margin: 15px 10px 0 0;
    width: 100%;
    display: inline-block;
}

.big-wrapper .bigContainer .totel-box {
    margin: 15px 0 3px;
    color: #000;
    overflow: auto;
}

.order-listing {
    overflow: hidden;
}

.order-listing ul.heading {
    padding: 7px 10px;
    overflow: hidden;
    list-style-type: none;
}

.order-listing ul.heading li:first-child span {
    font-weight: 700;
    color: #000;
}

.order-listing ul.detailorder-listing {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 10px;
    list-style-type: none; 
}

.dotted-border {
    border-bottom: 1px dotted #DEEAEE;
}

.big-wrapper .bigContainer .totel-box .orderError {
    font-size: 14px;
    /*font-weight: 600;*/
    margin: -5px 0 7px;
    padding-left: 10px;
    float: left!important;
    width: 600px;
}

.big-wrapper .bigContainer .totel-box .cartValue {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    color: #828282;
    float: right!important;
    /*margin: -4px 10px -1px;*/
    padding-bottom: 5px;
}

.small-wrapper {
    width: 23%;
    float: right!important;
    margin: 15px 0 10px;
    height:auto;
}

.small-wrapper .smallContainer .payment-summary {
    overflow: hidden;
}
.header-top-links{
    width:100%;
    position: relative;
    margin-left: 10px;
    display: none;
}
.small-wrapper .smallContainer {
    border: 1px solid #DEEAEE;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*padding: 17px;*/
    padding: 0 5px 150px 5px;
    margin: 0 0 15px;
    height: 210px;
    max-height: auto;
    /*height:auto;*/

}

#double {
    padding-bottom: 5px;
}

#double li.col1 {
    text-align: left;
    font-size: 12px!important;
    color: #828282;
    float: left!important;
    width: 56%;
    font-weight: 400;
    padding: 3px 0;
}

#double li.col2 {
    text-align: right;
    font-size: 12px!important;
    color: #828282;
    float: right!important;
    width: 40%;
    font-weight: 400;
    padding: 3px 0;
}
.last{
    border-top:1px solid #D2D1D1;
    margin-top:10px;
}
.li-class{
    float: left;
    padding: 10px;
}

.table1>tbody>tr>td, .table1>tbody>tr>th, .table1>tfoot>tr>td, .table1>tfoot>tr>th, .table1>thead>tr>td, .table1>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*cursor: pointer;*/
    /* border-top: 1px solid #ddd; */
}

.table1>thead>tr>th{
    background-color: #f5f8f9;
    color: #337ab7;
}

.notfound{
    text-align: center;
    border: none;
}

.table1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.logo{
    float:left;
    margin-left:50px;
}
.logo a{
    font-size: 27px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: 'Varela Round', sans-serif;
    text-transform:uppercase;
}
.logo a:hover, .logo a:focus{
    text-decoration: none;
    color: #fff;
}
.top-nav {
    /*float: right;*/
    width: 100%;
    margin-top: 0px;
    background: #00AFFF;
    /*background: #00AFF2;*/

}
div.top-nav1 {
    float: right;
    width: 40%;
    margin-top: 2%;
}
div.top-nav2 {
    float: left;
    width: 25%;
    margin-top: 30px;
    display:none;
}
div.top-nav3 {
    float: right;
    width: 25%;
    //margin-top: 30px;
    display:none;
    position: relative;
}
span.menu{
    display:none;
}
.header-img img{
    height:20px;
    width:20px;
    margin-right: 10px;
}

.img-with-text {
    text-align: justify;
    /*width: 15px;*/
}
.img-with-text img {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
.top-nav ul li{
    display:inline-block;
    margin: 0 18px;
    -webkit-appearance: none !important;
}
.top-nav ul li a{
    color: #fff;
    /*color: #337ab7;*/
    padding: 0 0 16px 0;
    /*padding: 0px 50px 0px 20px;*/
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    -webkit-appearance: none !important;
    outline:none;
}
.top-nav ul li a:hover,.top-nav ul li a.active{
    /*color: #fff;*/
    background:none !important;
    /*border-bottom: 3px solid #fff;*/
    /*border-bottom: 3px solid #337ab7;*/
    -webkit-appearance: none !important;
}

.top-nav1 ul li{
    display:inline-block;
    margin: 0 18px;
    -webkit-appearance: none !important;
}
.top-nav1 ul li a{
    color: #fff;
    /*color: #337ab7;*/
    padding: 0 0 16px 0;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    -webkit-appearance: none !important;
    outline:none;
}
.top-nav1 ul li a:hover,.top-nav1 ul li a.active{
    background:none !important;
    /*border-bottom: 3px solid #fff;*/
    /*border-bottom: 3px solid #337ab7;*/
    -webkit-appearance: none !important;
}

ul.ul-nav{
    display:none;
    background: #3c3d41;
}

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
}

.gap:after {
    clear: both;
    content: '';
    display: table;
}

.span3{
    width: 270px;
    margin-left: 130px;
}
.search-box{
    float:none;
}
.sb-search {
    left: 350px;
    width: 0%;
    position: absolute;
    top: 9px;
    min-width: 45px;
    height: 49px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background:#204056;
    width: 84%;
    height: 49px;
    margin: 0;
    z-index: 10;
    padding: 5px 15px;
    font-size: 15px;
    color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
    color: #ffffff;
}
.sb-search-input:-moz-placeholder {
    color: #ffffff;
}
.sb-search-input::-moz-placeholder {
    color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
    color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
    width: 45px;
    height: 49px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff url('../../img/search.png') no-repeat 12px 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}
.sb-icon-search {
    background:#00AFF2 url('../../img/search.png') no-repeat 12px 15px;
    z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
    width:18%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
    background: #c0c0c0 url('../../img/search.png') no-repeat -20px 7px;
    color: #fff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.banner{
    background:url(../../img/banner7.jpg) no-repeat 0px 0px;
    background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 670px;
}
.header {
    /*padding: 14px 0;*/
    background: #00AFF2;
}
.banner-info{
    margin-top:175px;
}
.banner-info h3{
    font-family: 'Varela Round', sans-serif;
    color:#fff;
    font-size:40px;	
    text-align:center;
    line-height:1.4em;
    /*text-transform:uppercase;*/	
}
/*-- //header --*/
.buttons ul {
    text-align:center;
}
.buttons ul li{
    list-style-type:none;
    display:inline-block;
    margin-right:30px;

}
.buttons ul li a{
    font-size: 18px;
    color: #fff;
    padding: 13px 28px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Varela Round', sans-serif;
}
.buttons {
    margin-top: 85px;
}
.modal-header{
    border:none;
}
.modal-content {
    background-color:rgb(255, 255, 255);
    border:none;
    border-radius: 0px;
    -webkit-box-shadow:none; 
    box-shadow: none;
}

.modal-dialog {
    width: 600px;
    margin: 12em auto 0 auto;
}
.modal-body {
    padding: 15px 32px 42px;
}
/*-- wizard --*/
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    display:none;
}

.wizard > div.wizard-inner {
    position: relative;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}


.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.contact-inner{
    padding-bottom: 40px;
    overflow: hidden;
}
/*.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}*/

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

/*-- //wizard --*/
.mobile-left{
    width:30%;
    margin:0 auto;
}
.mobile-right {
    margin-top: 20px;
}
.mobile-grids {
    margin-bottom: 28px;
}

.mobile-right h4 {
    color: #00AFF2;
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    margin-bottom: 20px;
    text-align:center;
}
submit.mob-btn {
    color: #fff;
    background-color: #00AFF2;
    border: none;
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
}
button.mob-btn:hover,button.mob-btn:focus{
    background: #286090;
    color: #fff;
}
.mobile-right input{
    font-size: 36px;
    font-family: 'Varela Round', sans-serif;
    border: none;
    border-bottom: 1px solid #E6E4E4;
    color: #777676;
    display: inline-block;
    padding: 8px;
}
.mobile-right input.mobile-text[type="text"] {
    width: 84%;
    padding: 8px;
    border: none;
    background: none;
    border-bottom: 1px solid #E6E4E4;
    color: #777676;
    outline: none;
    font-size: 36px;
    margin-bottom: 0;
    font-family: 'Varela Round', sans-serif;
}
.mobile-right label{
    font-size: 36px;
    font-family: 'Varela Round', sans-serif;
    border-bottom: 1px solid #E6E4E4;
    color: #777676;
    display: inline-block;
    padding: 8px;
}
/*start-checkbox*/
.checkbox {
    padding-left: 25px;
    color: #B6B6B6;
    cursor: pointer;
    position:relative;
    font-size:12px;
}
.checkbox:last-child {
    margin-bottom: 0;
}
.checkbox input {
    position: absolute;
    left: -9999px;
}
.checkbox i {
    position: absolute;
    bottom: 7px;
    left: 0px;
    display: block;
    width: 19px;
    height: 20px;
    outline: none;
    border: 3px solid #DF1E1C;
    background: #fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
}
.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input + i:after {
    content: '';
    background: url("../../img/tick-mark1.png") no-repeat center;
    top: -6px;
    left: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.form-elements li:nth-child(2) {
    margin-left: 18px;
    width: 37%;
}
.checkbox input:checked + i:after {
    opacity: 1;
}
.checkbox input:checked + i {
    border: 3px solid #DF1E1C;
    background: #fff;
}
.radio {
    position: relative;
    display:inline-block;
}
.radio:first-child {
    margin-left: 0;
    margin: 0;
}
.radio {
    padding-left: 22px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    margin: 16px 0 0 0;
}
.radio  input[type="radio"]{
    position: absolute;
    left: -9999px;
}
.radio-btns label {
    font-size: 17px;
    color: #A9A8A8;
    padding: 0px 0 0 10px !important;
    border:none !important;
}
.radio i {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    outline: none;
    border: 6px solid #6E716B;
    background: #fff;
    cursor: pointer;
}
.radio i {
    border-radius: 50%;
}
.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio input + i:after {
    content: '';
    top: 6px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio input:checked + i:after{
    opacity: 1;
}
.check_box {
    display: inline-block;
    margin-right: 25px;
}

.check_box img{
    float:left;
    margin-right: 85px;
    margin-bottom: 10px;
}
/*** normal state ***/
.radio i {
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
/*** checked state ***/
.radio input + i:after {
    content: '';
    background: url("../../img/tick-mark1.png") no-repeat center;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    text-align: center;
}
.radio input:checked + i {
    border: 6px solid #6E716B;
    background: #fff;
}


input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    border: 2px solid #00AFF2;
    color: #00AFF2;
    font-size: 30px;
    text-align: center;
    line-height: 13.5px;
    border-radius: 50%;
    /*margin-left: 25px;*/
}
.radiobtn label:before {
    border-radius: 8px;
}
.radiobtn label:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    bottom: 5px;
    border: 2px solid #00AFF2;
    /*background-color: #F0FFFF;*/
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}
.radiobtn input[type=radio] {
    display: none;
}
.radiobtn label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 49px;
    font-size: 17px;
}


.radio-btns {
    margin: 27px auto 0 auto;
    width: 49%;
}
select {
    padding: 8px;
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 32px;
    margin-bottom: 0;
    font-family: 'Varela Round', sans-serif;
    -webkit-appearance: none;
}
select option{
    border: 1px solid #DFDFDF !important;
    font-size:16px !important;
    margin:5px 0 !important;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
select option:hover{
    color: #fff;
    background-color: #00AFF2 !important;
}
.mobile-rchge input[type="text"] {
    width:100%;
    padding: 8px;
    border: none;
    background: none;
    border-bottom: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 32px;
    margin-bottom: 0;
    font-family: 'Varela Round', sans-serif;
}
.mobile-rchge{
    float:left;
    width: 69%;
    margin-right:4%;
}
.mobile-rchge a{
    font-size: 16px;
    color: #fff;
    background: #00AFF2;
    padding: 8px 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Varela Round', sans-serif;	
}
.mobile-rchge a:hover{
    background:#A9A8A8;
}
.mobile-rchge:nth-child(3){
    margin: 20px 0 0 0;
    width: inherit;
}
.map-image {
    width: 16%;
    margin:0 auto;
}
.map-image img{
    width:100%;
}
.operator-image {
    width: 10%;
    margin:0 auto;
}
.operator-image img{
    width:100%;
}
ul.rchge-icons {
    margin: 30px 0px 20px 8px;
}
ul.rchge-icons li{
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;

}
ul.rchge-icons li a{
    background-color: #00AFF2;
    color: #fff;
    text-decoration:none;
    padding: 4px 9px;
    display:block;
}
.dth-rchge input[type="text"] {
    width: 100%;
    padding: 8px;
    font-weight: normal;
    border: none;
    background: none;
    border-bottom: 1px solid #E6E4E4;
    /*color: #D2D1D1;*/
    color:#777676;
    outline: none;
    font-size: 32px;
    margin-bottom: 0;
    font-family: 'Varela Round', sans-serif;
}
.mobile-right select{
    font-size:29px;
}
.mobile-right p{
    font-size:12px;
    color:#B5B4B4;
    line-height:1.8em;
    margin-top:15px;
    font-family: 'Varela Round', sans-serif;
}
/*-- login --*/
.login-right{
    float:right;
    width:51%;
}
.login-right h3{
    color: #00AFF2;
    font-weight: normal;
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;

}
.login-left {
    float: left;
    width: 42%;
}
.login-right input[type="text"] ,.login-right input[type="password"] {
    width: 100%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #E6E4E4;
    color: #555;
    outline: none;
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Varela Round', sans-serif;
}
.login-right h4{
    color:#00AFF2;
    font-size:12px;
    margin:20px 0;
}
.login-right h4 a{
    color:#00AFF2;
    text-decoration:none;
}
.login-right h4 a:hover{
    color:#A9A8A8;
}
.login-right input[type="submit"] {
    background:#00AFF2;
    color: #fff;
    font-size: 20px;
    border: none;
    width: 100%;
    outline: none;
    -webkit-appearance:none;
    padding: 10px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: 'Varela Round', sans-serif;
    margin-top:20px;
}
.login-right input[type="submit"]:hover {
    background:#30C3B5;
}
.login-grids p {
    font-size: 12px;
    margin-top: 25px;
    color:#A9A8A8;
}
.login-grids p span a{
    color:#00AFF2;	
    text-decoration: none;
}
.login-left ul li{
    list-style-type:none;
    display:block;
    margin: 22px 0;
    font-size: 16px;
}
.login-left ul li a{
    padding: 9px 0;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration:none;
}
.login-left ul li a:hover{
    opacity:.7;
}
.login-left ul li a.fb{
    background:#3b5998;
}
.login-left ul li a.goog{
    background:#dc4e41;
}
.login-left ul li a.linkin{
    background:#00a0dc;
}
/*.facebook i{
    background: url(../../img/social.png) no-repeat -45px 0px;
}*/
.login-left ul li a.fb i{
    background: url(../../img/social.png) no-repeat -50px 0px;
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}
.login-left ul li a.googleplus i:before {
    content: "\f235";
}
.login-left ul li a.goog i{
    background: url(../../img/social.png) no-repeat -84px 0px;
    width: 40px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}
.login-left ul li a.pinterest i{
    background: url(../../img/social.png) no-repeat -160px 0px;
    width: 40px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}
.login-left ul li a.linkin i{
    background: url(../../img/social.png) no-repeat -3px 0px;
    width: 32px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}
/*-- //login --*/
/*-- sign up --*/

.single-bottom input[type="checkbox"] {
    display: none;
}
.single-bottom input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #A9A8A8;
    font-weight:normal;
}
.single-bottom input[type="checkbox"]+label span:first-child {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #00AFF2;
    position: absolute;
    left: 0;
    top: 4px;
}
.single-bottom input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background:url(../../img/mark1.png)no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    font-size: 10px;
    width:16px;
    height:16px;
}
.modal-info {
    width: 100%;
}
/*-- //Sign up --*/
/*-- single page --*/
.banner.page-head {
    min-height: 220px;
}
/******** SAP ************/
.sap_tabs{
    clear:both;
    padding: 0em 0 0em;
}
.top1{
    margin-top: 2%;
}
.resp-tabs-list {
    text-align:center;
    list-style: none;
    margin: 0 0 0em 0;
    padding: 0;
}
.resp-tab-item{
    margin: 16px 0px;
    padding: 10px 0px;
    text-decoration: none;
    color: #A9A8A8;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid #00AFF2;
    display: block;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: Capitalize;
    font-family: 'Varela Round', sans-serif;
    font-weight:100;
}
.resp-tab-active,.resp-tab-item:hover{
    background: #00AFF2;
    color: #fff;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;

}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.banner-bottom{
    padding:80px 0;
    background:#f8f8f8;
}
h4.view_title{
    color: #00AFF2;
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Varela Round', sans-serif;
    text-transform:uppercase;
}

.recharge-left {
    width: 18%;
    margin-top: 50px;
    padding:0;
}
.recharge-right {
    width:82%;
}
.recharge_plans{
    border:1px solid #E0DDDD;
    padding:0 25px;
}
.price-gds{
    padding:0 25px;
}
.rchge-one{
    float:left;
    width:8%;
}
.rchge-two{
    float:left;
    width:22%;
}
.rchge-three{
    float:left;
    width:60%;
}
.rchge-four{
    float:left;
    width:10%;
}
.rchge-one p {
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 23px 0;
    display:block;
    background: #d870ad;
    border-radius: 100%;
    text-decoration:none;
    font-weight:100;
}
.rchge-one p.col-two{
    background:#c2d468; 
}
.rchge-one p.col-three{
    background: #7277d5;
}
.rchge-one p.col-four{
    background: #fcce54;
}
.rchge-two p ,.rchge-three p,.rchge-four p {
    text-align: center;
    font-size: 16px;
    color: #A9A8A8;
    margin-top: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}


.validity{
    border-bottom:1px solid #E0DDDD;
    padding:20px 0;	
}
.rchge-one p.col-five{
    background: #f0717a;
}
.rchge-one p.col-six{
    background:#00AFF2;
}
.rchge-one h3,.rchge-two h3,.rchge-three h3,.rchge-four h3{
    font-size:21px;
    text-align:center;
    color: #00AFF2;
    font-family: 'Varela Round', sans-serif;
}
.recharge_plans{
    margin-top:30px;
}
.section_room_single select {
    padding: 6px 10px;
    width: 100%;
    font-weight: normal;
    border: none;
    background: none;
    border: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Varela Round', sans-serif;
    background: url(../../img/arrow.png) no-repeat 96% center #ffffff;
    background-size: 4% !important;
    -webkit-appearance: none;
}
.section_room_single {
    width: 21%;
    float: right;
    margin-bottom: 60px;
    padding-right: 15px;
}
/*-- //single page --*/
h2.resp-accordion,h2.resp-accordion1 {
    font-size:1em;
    margin: 0px;
    padding: 10px 15px;
    background:#ffe71d;
    margin:10px 0;
    color:#30318b;
}
h2.resp-accordion:hover,h2.resp-accordion1:hover{
    background:#ffe71d;
    text-shadow: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}
.resp-vtabs ul.resp-tabs-list {
}
.resp-vtabs li.resp-tab-active {
    border: 1px solid #00AFF2;
    position: relative;
    z-index: 1;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 18px 0px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    width: 100%;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    border: none;
    clear: none;
}

.tab-form-left {
    float: left;
    width: 25%;
}
.tab-form-right {
    float: left;
    width: 18%;
}
.vertical_post h5 {
    color: #48CFC1;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 18px 0;
    font-family: 'Varela Round', sans-serif;
}
.text_box {
    display: inline;
    width: 60px;
    padding: 3px 5px;
    outline: none;
    margin-left: 1%;
    font-size: 20px;
    width: 100%;
    color: #ccc;
    font-size: 13px;
    padding: 9px 0 9px 10px;
    border: none;
    outline: none;
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
input.text_box {
    background: #fcfcfc;
    border: 1px solid #e7ebee;
}
.vertical_post input[type="text"] {
    width: 48%;
    padding: 9px 8px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e7ebee;
    outline: none;
    color: #ccc;
    margin-bottom: 30px;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.vertical_post input[type="text"]:hover,input.text_box:hover{
    border: 1px solid #00AFF2;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.user-form ul li {
    list-style-type: none;
    display: inline-block;
    width: 42%;
    margin-right: 3%;
}
.transaction input[type="text"] {
    width: 82% !important;
}
input.card_logo[type="text"] {
    background: url(../../img/logos.png) no-repeat 96% center #fff;
    background-size: 34% !important;
}
.vertical_post form input[type="submit"] {
    background: #00AFF2;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 16px;
    outline: none;
    width: 22%;
    cursor: pointer;
    font-weight: 600;
    margin-top:30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.single-check input[type="checkbox"] {
    display: none;
}
.single-check input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size: 13px;
    color: #A9A8A8;
    font-weight:300;
    line-height:1.8em;
}
.single-check input[type="checkbox"]+label span:first-child {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #00AFF2;
    position: absolute;
    left: 0;
    top: 5px;
}
.single-check input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background:url(../../img/mark1.png)no-repeat;
    position: absolute;
    left: -1px;
    top: 0px;
    font-size: 10px;
    width:16px;
    height:16px;
}
.section_room_single h3{
    font-size: 16px;
    color: #A9A8A8;
    font-weight: 100;
}
.radio_one {
    position: relative;
    display:inline-block;
    margin-left:15px;
}
.radio_one:first-child {
    margin-left: 0;
    margin: 0;
}
.radio_one {
    padding-left:22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
}
.radio_one  input[type="radio"]{
    position: absolute;
    left: -9999px;
}
.swit-radio label {
    font-size: 16px;
    color: #696969;
    padding: 0px 0 0 10px;
    font-weight: 100;
}
.radio_one i {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 3px solid #00AFF2;
    background: #fff;
    cursor: pointer;
}
.radio_one i {
    border-radius: 50%;
}
.radio_one input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio_one input + i:after {
    content: '';
    top: 6px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio_one input:checked + i:after{
    opacity: 1;
}

/*** normal state ***/
.radio_one i {
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
/*** checked state ***/
.radio_one input + i:after {
    content: '';
    background: url("../../img/tick-mark1.png") no-repeat center;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    text-align: center;
}
.radio_one input:checked + i {
    border: 3px solid #00AFF2;
    background: #fff;
}
.check_box_one {
    float: left;
    width: 22%;
    margin-bottom: 10px;
}
.swit-radio {
    margin: 28px 0;
}
.section_room_pay select {
    padding: 6px 10px;
    width: 33%;
    border: none;
    background: none;
    border: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Varela Round', sans-serif;
    background: url(../../img/arrow.png) no-repeat 96% center #ffffff;
    background-size: 4% !important;
    -webkit-appearance: none;
}
/*-- content-bottom --*/

.btm-grid,.content-left,.content-right{
    padding:70px 0;
}
.btm-grid h3{
    color: #00AFF2;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
}
.btm-grid p{
    color: #A9A8A8;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    line-height: 2em;
}
.btm-grid img,.top-grid img{
    width:33%;
}
.back-col1 {
    background: #fcce54;
    padding: 4em 11.7em;
}
.back-col2{
    background:#9398ec;	
    padding: 4em 11.7em;

}
.btm-wid{
    padding: 70px 50px;

}
.content-bottom-two{
    position:relative;
}
.btm-pos {
    position: absolute;
    top: 22%;
    right: 35%;
    width: 30%;
    background: rgba(0, 0, 0, 0.33);
    padding: 3% 3%;
}
.btm-pos h3{
    color:#fff;
    font-size: 32px;
    font-family: 'Varela Round', sans-serif;
    text-align: center;	
}
.btm-pos p {
    line-height: 2em;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
}
.footer-top {
    padding: 80px 0;
}
.content-left{
    background:#c2d468;

}
.content-right{
    background:#00AFF2;

}
.content-left img,.content-right img{
    width:23%;
}
/*-- footer --*/
.footer{
    background:#3c3d41;
    padding:45px 0;
    text-align:center;
}
.footer h2 a{
    text-decoration:none;
    font-size:24px;
    text-transform:uppercase;
    color:#fff;
}
.footer p{
    color:#fff;
    font-size:14px;
    line-height:1.8em;
    text-align:center;
    margin: 30px 0;
}
.footer p a{
    color:#fff;
    text-decoration:none;
}
.footer p a:hover{
    color:#00AFF2;
}
.footer ul{
    text-align:center;
}
.vertical_post form input[type="submit"]:hover{
    background:#30C3B5;	
}
.footer ul li{
    list-style-type:none;
    display:inline-block;
    margin: 0 4px;
}
.footer ul li a{
    width:25px;
    height:25px;
    display:block;
}
.footer1 ul li a{
    width:25px;
    height:25px;
    text-decoration: none;
    //font-size: 13px;
    display:inline;
}
.footer ul li a:hover{
    opacity:.5;
    color: #FFFFFF;
}
.footer ul li a.face1{
    background:url(../../img/social.png) no-repeat -39px 0px;
}
.footer ul li a.face2{
    background:url(../../img/social.png) no-repeat -79px 0px;
}
.footer ul li a.face3{
    background:url(../../img/social.png) no-repeat -121px 0px;
}
.footer ul li a.face4{
    background:url(../../img/social.png) no-repeat 0px 0px;
}
/*-- //footer --*/
.coupons-gd h4 span {
    background: #00AFF2;
    padding: 32px 28px;
    border-radius: 100%;
}
.coupons-gd p {
    color: #A9A8A8;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;
    margin-top: 40px;
}
.coupons-gd h3 {
    color: #00AFF2;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;
    line-height: 1.5em;
}
.coupons-gd h3 span {
    display: block;
}
.coupons {
    padding: 150px 0 120px 0;
    background: #f8f8f8;
}
.foo-grids h3{
    color: #00AFF2;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;
    margin-bottom:20px;
}
.foo-grids ul li{
    list-style-type:none;
    display:block;
    line-height:2.2em;
    color:#A9A8A8;
    font-size: 16px;
    font-weight: 100;
}
.foo-grids ul li a{
    color:#A9A8A8;
    text-decoration:none;
}
.foo-grids ul li a:hover{
    color:#00AFF2;
}
.footer-top{
    background: #f8f8f8;
}
/*--//flexisel--*/
.profile-gd ul{
    float:left;
    width:20%;
}
.profile-gd ul li{
    list-style-type:none;
    line-height:2.8em;
    font-size:14px;
}
ul.pro-left li{
    font-size: 16px;
    color: #656565;
    font-weight: 100;
}
ul.pro-right li{
    font-size: 16px;
    color: #656565;
    font-weight: 100;
}
ul.pro-right li a{
    color: #00AFF2;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
    margin-left: 25px;
    text-decoration:none;
}
.orders-tab {
    background: #f7f7f7;
    padding: 40px 30px;
}
.nav-tabs{
    border:none;
    //display: table;
    //margin-right: auto;
    /*margin-left: 15px;*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border:none;
}
.set-content {
    padding: 80px 0;
}
.nav > li > a {
    padding: 0;
}
.nav > li {
    margin: 0 5px 0px 0px !important;
    /*left: 115px;*/
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.nav-tabs > li > a:hover {
    border: none;
}
.nav-tabs > li > a {
    color: #00AFF2;
    border: none;
    //font-size: 20px;
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 0;
}

/*-- profile details --*/
.profile_details {
    float: right;
    width: 13%;
    margin-top: 55px;
}


ul.dropdown-menu{
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
}
ul.dropdown-menu.drp-mnu {
    min-width: 140px;
    top: 104%;
}
ul.dropdown-menu.drp-mnu li a {
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding:.5em 0 0.5em 1.5em;
    font-size: 14px;
    color: #A9A8A8;
    font-weight: 100;
}
ul.dropdown-menu.drp-mnu li a i {
    width: 24px;
    line-height: 17px;
    height: 20px;
}
.profile_img span{
    float:left;
    display:block;
    width:40px;
    height:40px;
    border-radius:3em;
    -webkit-border-radius:3em;
    -moz-border-radius:3em;
    -o-border-radius:3em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.span_4 {
    padding: 0;
}
.user-name {
    float: left;
    margin-top: 13px;
    margin-left: 5px;

}
.profile_details ul li{
    list-style-type:none;
    font-size:14px;
}
.user-name p{
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    font-weight: 500;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    /*background:#F5F8F9;*/
    /*text-align: center;*/
    color:#00AFF2 !important;
}
ul.dropdown-menu.drp-mnu span {
    font-size: 16px;
    left: -10px;
    top: 3px;
}
.dropdown-menu{
    padding:0;
}
.dropdown-button{
    background: transparent;
    border: none; 
    color: #fff;
}
.tab-for-sett h5 {
    color: #48CFC1;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 18px 0;
    font-family: 'Varela Round', sans-serif;
}
.tab-for-sett input[type="text"],.tab-for-sett input[type="password"] {
    width: 90%;
    padding: 9px 8px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e7ebee;
    outline: none;
    color: #ccc;
    margin-bottom: 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.tab-for-sett{
    float:left;
    width:33%;
}

.profile-gd form input[type="submit"] {
    background: #00AFF2;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 16px;
    outline: none;
    width: 22%;
    cursor: pointer;
    font-weight: 600;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.radio_thre {
    position: relative;
    display:inline-block;
    margin-left:15px;
}
.radio_thre:first-child {
    margin-left: 0;
    margin: 0;
}
.radio_thre {
    padding-left:22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
}
.radio_thre  input[type="radio"]{
    position: absolute;
    left: -9999px;
}
.swit-radio-thre label {
    font-size: 14px;
    color: #A9A8A8;
    padding: 0px 0 0 10px;
    font-weight:500;
}
.radio_thre i {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 3px solid #00AFF2;
    background: #fff;
    cursor: pointer;
}
.validity:nth-child(8) {
    border: none;
}
.radio_thre i {
    border-radius: 50%;
}
.radio_thre input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio_thre input + i:after {
    content: '';
    top: 6px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio_thre input:checked + i:after{
    opacity: 1;
}

/*** normal state ***/
.radio_thre i {
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
/*** checked state ***/
.radio_thre input + i:after {
    content: '';
    background: url("../../img/tick-mark1.png") no-repeat center;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    text-align: center;
}
.radio_thre input:checked + i {
    border: 3px solid #00AFF2;
    background: #fff;
}
.check_box_thre{
    float: left;
    width: 22%;
    margin-bottom: 10px;
}
.swit-radio-thre {
    margin: 0 0 28px 0;
}
.edit-for-sett input[type="submit"] {
    background: #00AFF2;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 16px;
    outline: none;
    width: 22%;
    cursor: pointer;
    font-weight: 600;

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.edit-for-sett input[type="text"],.edit-for-sett input[type="date"] {
    width: 90%;
    padding: 9px 8px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e7ebee;
    outline: none;
    color: #ccc;
    margin-bottom: 18px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.edit-for-sett input[type="text"]:hover,.edit-for-sett input[type="date"]:hover {
    border:1px solid #00AFF2;
}
.edit-for-sett input[type="date"] {
    padding: 9px 8px 9px 35px;
    line-height: inherit;
    background: url(../../img/date.png) no-repeat 9px 10px;
}
.edit-for-sett h5 {
    color:#48CFC1;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 11px 0;
    font-weight: 500;
    font-family: 'Varela Round', sans-serif;
}
/*-- orders --*/
.gd-desc {
    float: left;
    width: 25%;
}
.gd-desc-gds {
    padding: 12px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #48CFC1;
    color: #fff;
}

.gd-desc h4 {
    color: #48CFC1;
    font-size: 20px;
    font-family: 'Varela Round', sans-serif;
}
.gd-desc-btm {
    margin-top: 25px;
}
.gd-desc p {
    font-size: 16px;
    color: #656565;
    font-weight: 100;
}
.grid_two h5 {
    font-size: 28px;
    color: #A9A8A8;
    margin: 24px 0 54px 0;
}
.grid_two a{
    background: #00AFF2;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 36px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.edit-for-sett span.glyphicon-calendar{
    color: #192436;
    z-index: 999;
    top: 28px;
    font-size: 1em;
}
.grid_two a:hover,.edit-for-sett input[type="submit"]:hover, .profile-gd form input[type="submit"]:hover{
    background: #30C3B5;
}
.about-image{
    height:463px;
    width:570px;
}

/*-- //orders --*/
/*-- responsive media queries --*/
@media (max-width: 1490px){
    .top-nav {
        width: 48%;
    }	
}
@media (max-width: 1440px){
    .top-nav {
        width: 50%;
    }
    .btm-grid h3 {
        font-size: 28px;
    }
    .btm-wid {
        padding: 65px 38px;
    }
    .back-col1,.back-col2 {
        padding: 4.5em 10em;
    }
    .content-left img, .content-right img {
        width: 24%;
    }	
}
@media (max-width: 1399px){
    .top-nav {
        width: 51%;
    }
}
@media (max-width: 1366px){
    .top-nav {
        width: 100%;
        display: inline-block;
        line-height: 2.428571;
        /*line-height: 3.428571;*/
        /*padding: 12px 13px 7px 300px;*/
    }
    .banner-info h3 {
        font-size: 50px;
    }
    .banner-info {
        margin-top: 160px;
    }
    .btm-grid h3 {
        font-size: 26px;
    }
    .btm-grid p {
        margin-top: 33px;
    }
    .btm-wid {
        padding: 62px 40px;
    }
    .back-col1, .back-col2 {
        padding: 4.5em 9.8em;
    }
    .coupons {
        padding: 120px 0 90px 0;
    }
    .btm-pos {
        padding: 2% 2%;
    }	
}
@media (max-width: 1280px){
    .top-nav ul li {
        margin: 0 14px;
    }	
    .top-nav {
        line-height: 3.428571;
        margin-top: 0px;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 22%;
    }
    .top-nav ul li a {
        padding: 0 0 20px 0;
    }
    .btm-grid p {
        font-size: 14px;
    }
    .back-col1, .back-col2 {
        padding: 4.5em 9.5em;
    }
    .banner-info h3 {
        font-size: 45px;
    }
    .buttons ul li a {
        padding: 9px 24px;
    }
    .btm-pos p {
        font-size: 14px;
    }
    .foo-grids ul li {
        font-size: 14px;
    }
    .rchge-two p, .rchge-three p, .rchge-four p ,.rchge-one p,ul.pro-right li,ul.pro-left li,.gd-desc p,.swit-radio label,.section_room_single h3{
        font-size: 14px;
    }
    .rchge-one {
        width: 7.8%;
    }
}
@media (max-width: 1080px){
    .top-nav {
        width: 100%;
    }
    .top-nav ul li {
        margin: 0 11px;
    }	
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 25%;
    }
    .banner-info h3 {
        font-size: 41px;
    }
    .banner {
        min-height: 550px;
    }
    .buttons {
        margin-top: 55px;
    }
    .banner-info {
        margin-top: 145px;
    }
    .btm-wid {
        padding: 46px 25px;
    }
    .btm-grid h3 {
        font-size: 20px;
    }
    .btm-grid p {
        margin-top: 20px;
    }
    .back-col1, .back-col2 {
        padding: 3em 7.5em;
    }
    .coupons-gd h3 {
        font-size: 22px;
    }
    .coupons-gd p {
        font-size: 17px;
    }
    .btm-pos h3 {
        font-size: 28px;
    }
    .content-left img, .content-right img {
        width: 25%;
    }
    .coupons {
        padding: 100px 0 70px 0;
    }
    .foo-grid {
        padding: 0;
    }
    .foo-grids h3 {
        font-size: 18px;
    }
    .footer-top {
        padding: 65px 0;
    }
    .rchge-one p {
        padding: 18px 0;
    }
    .resp-tab-item {
        font-size: 16px;
    }
    h4.view_title {
        font-size: 28px;
        margin-bottom: 35px;
    }
    .rchge-one h3, .rchge-two h3, .rchge-three h3, .rchge-four h3 {
        font-size: 19px;
    }
    .check_box_one {
        width: 25%;
    }
    .section_room_single {
        width: 25%;
    }
    .profile_details {
        width: 17%;
    }
    .profile-gd ul {
        width: 23%;
    }
    .nav-tabs > li > a {
        font-size: 18px;
    }
    .tab-for-sett h5 {
        font-size: 14px;
    }
}
@media (max-width: 1024px){
    .recharge-right {
        padding-right: 0;
    }
    .logo a {
        font-size: 23px;
    }
    .buttons ul li a {
        font-size: 16px;
    }
    .nav > li {
        margin: 0 40px 30px 0px !important;
    }
    .nav-tabs > li > a {
        font-size: 17px;
    }
    .tab-for-sett h5 {
        font-size: 13px;
        margin: 0 0 12px 0;
    }
    ul.pro-right li a {
        font-size: 14px;
    }
    .edit-for-sett h5 {
        font-size: 13px;
    }
    .swit-radio-thre label {
        font-size: 13px;
    }
    .edit-for-sett input[type="submit"],.profile-gd form input[type="submit"] {
        padding: 7px 0;
        font-size: 15px;
        width: 18%;
    }
    .grid_two a{
        padding: 7px 18px;
        font-size: 15px;	
    }
    .set-content ,.banner-bottom{
        padding: 65px 0;
    }
    .gd-desc h4 {
        font-size: 17px;
    }
    .top-nav {
        margin-top: 0px;
    }
    .sb-search {
        right: 20px;
    }
    .sb-icon-search, .sb-search-submit {
        width: 39px;
        height: 41px;
    }
    .sb-search-submit {
        background: #fff url('../../img/search.png') no-repeat 8px 10px;
    }
    .sb-search-input {
        width: 85%;
        height: 41px;
        padding: 5px 15px;
        font-size: 14px;
    }
    .sb-icon-search {
        background: #00AFF2 url('../../img/search.png') no-repeat 8px 10px;
    }
    .sb-icon-search, .sb-search-submit {
        right: 6px;
    }
    .sb-search {
        top: 16px;
        height: 41px;
    }
    .buttons ul li {
        margin-right: 22px;
    }
    .buttons ul li a {
        font-size: 15px;
        padding: 8px 20px;
    }
    .btm-grid p {
        font-size: 13px;
    }
    .btm-grid {
        padding: 44px 25px;
    }
    .content-left, .content-right{
        padding: 50px 0;
    }
    .back-col1, .back-col2 {
        padding: 3em 7em;
    }
    .coupons-gd h3 {
        font-size: 19px;
    }
    .coupons-gd p {
        font-size: 16px;
    }
    .coupons {
        padding: 85px 0 55px 0;
    }
    .btm-pos h3 {
        font-size: 25px;
    }
    .btm-pos p {
        font-size: 13px;
    }
    .content-left img, .content-right img {
        width: 26%;
    }

    .foo-grids ul li {
        font-size: 13px;
    }
    .foo-grids h3 {
        font-size: 17px;
    }
    .foo-grid {
        padding: 0 12px;
    }
    .footer p {
        font-size: 13px;
        margin: 28px 0;
    }
    .modal-dialog {
        width: 600px;
        margin: 8em auto 0 auto;
    }
    .radio-btns label {
        font-size: 15px;
    }
    .radio-btns {
        width: 45%;
    }	
    ul.rchge-icons li {
        margin-right: 8px;
        font-size: 15px;
    }
    .rchge-one h3, .rchge-two h3, .rchge-three h3, .rchge-four h3 {
        font-size: 17px;
    }
    .rchge-two p, .rchge-three p, .rchge-four p, .rchge-one p, ul.pro-right li, ul.pro-left li, .gd-desc p, .swit-radio label, .section_room_single h3 {
        font-size: 13px;
    }
    .rchge-two p, .rchge-three p, .rchge-four p {
        margin-top: 18px;
    }
    .rchge-one p {
        padding: 19px 0;
    }
    .resp-tab-item {
        font-size: 15px;
    }
    .section_room_single select {
        font-size: 15px;
        background: url(../../img/arrow.png) no-repeat 94% center #ffffff;
        background-size: 5% !important;
    }
    .section_room_single {
        width: 23%;
    }
    select option {
        font-size: 14px !important;
    }
    ul.dropdown-menu.drp-mnu li a {
        font-size: 13px;
    }
    .user-name p {
        font-size: 15px;
    }
    .nav > li {
        margin: 0 40px 40px 0px !important;
    }
    .login-left ul li {
        font-size: 15px;
    }

}
@media (max-width: 991px){
    .top-nav ul li a {
        font-size: 15px;
    }
    .top-nav {
        margin-top: 0px;
    }
    .top-nav ul li a {
        padding: 0 0 19px 0;
    }
    .sb-icon-search, .sb-search-submit {
        right: 0px;
    }
    .sb-search-input {
        left: 6px;
    }	
    .banner-info h3 {
        font-size: 34px;
    }
    .banner-info {
        margin-top: 125px;
    }
    .banner {
        min-height: 495px;
    }
    .btm-grid {
        float: left;
        width: 33.33333%;
    }
    .back-col1, .back-col2 {
        padding: 3em 6.5em;
    }
    .coupons-gd {
        float: left;
        width: 25%;
        padding: 0 12px;
    }
    .coupons-gd p {
        font-size: 14px;
    }
    .coupons-gd h4 span {
        padding: 25px 21px;
    }
    .content-left, .content-right {
        width: 50%;
        float:left;
    }
    .content-left img, .content-right img {
        width: 27%;
    }
    .btm-pos h3 {
        font-size: 23px;
    }
    .btm-pos p {
        margin-top: 18px;
    }
    .foo-grids h3 {
        font-size: 18px;
    }
    .foo-grid {
        float: left;
        width: 50%;
    }
    .foo-grid:nth-child(3) ,.foo-grid:nth-child(4){
        margin-top: 25px;
    }
    .foo-grids h3 {
        margin-bottom: 15px;
    }
    .recharge-left {
        width: 100%;
        padding:0;
    }
    .resp-tab-item {
        padding: 8px 17px;
        font-size: 16px;
        display: inline-block;
        margin: 0;
    }
    .recharge-left {
        margin-top: 0;
    }
    .section_room_single {
        width: 26%;
        margin-bottom: 45px;
    }
    .recharge-right {
        width: 100%;
        padding: 0;
        margin-top: 3em;
    }
    .recharge_plans {
        margin-top: 20px;
    }
    .profile_details {
        width: 19%;
    }
    .profile-gd ul {
        width: 31%;
    }
    .nav-tabs > li > a {
        font-size: 15px;
    }
    .tab-for-sett {
        width: 37%;
    }
    .gd-desc-gds {
        padding: 0;
    }
    .grid_two h5 {
        font-size: 26px;
        margin: 0px 0 40px 0;
    }
    .login-right input[type="submit"] {
        font-size: 18px;
    }
    .mobile-right select {
        font-size: 26px;
    }
    .mobile-right label ,.mobile-right input.mobile-text[type="text"],.mobile-rchge input[type="text"],.dth-rchge input[type="text"],.dth-rchge input[type="text"]{
        font-size: 28px;
    }
    .radio-btns label {
        font-size: 15px !important;
    }
    .mobile-rchge a {
        font-size: 13px;
    }
    .rchge-one p {
        padding: 18px 0;
    }
    .pay-left {
        float: left;
        width: 27%;
    }
    .pay-right {
        float: right;
        width: 73%;
    }
    .tab-form-left {
        float: left;
        width: 35%;
    }
    .tab-form-right {
        float: left;
        width: 30%;
    }
    .vertical_post input[type="text"] {
        width: 70%;
    }
    .check_box_one {
        width: 32%;
    }
    .section_room_pay select {
        width: 44%;
    }
    .user-form ul li {
        width: 44%;
    }
}
@media (max-width: 800px){
    .logo{
        float:left;
        margin:0;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:26px;
    }
    div.top-nav2 {
        float: right;
        width: 25%;
        margin-top: -60px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 26%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */   .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin: 10px;
        margin-left: 5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 120%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 11px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        left: 320px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 50px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:16px;
        padding-left:5px;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 11px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .resp-vtabs .resp-tabs-list li {
        padding: 14px 0px !important;
    }
    h4.view_title {
        font-size: 26px;
    }
    .vertical_post form input[type="submit"] {
        font-size: 14px;
        margin-top: 20px;
    }
    .vertical_post h5 {
        font-size: 14px;
    }
    .vertical_post input[type="text"] {
        padding: 7px 8px;
    }
    .top-nav ul {
        position: absolute;
        margin: 0;
        top: 70px;
        /* left: 0%; */
        width: 35%;
        float: left;
        z-index: 999;
        padding: 20px 0;
    }
    span.menu {
        display: block;
        cursor: pointer;
        width: 100%;
        position: relative;
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Varela Round', sans-serif;
        line-height: 2.428571;
        //        background: url(../../img/menu.png)no-repeat;
    }
    .top-nav {
        width: 54%;
        background: none;
    }
    ul.nav1{
        display:none;
        // background: #3c3d41;
        background: #00AFF2
    }
    /*	.top-nav ul {
                    position: absolute;
                    margin: 0;
                    top: 70px;
                    left: 0%;
                    width: 100%;
                    z-index: 999;
                    padding: 20px 0;
                    }*/
    .top-nav ul.nav1 li {
        display: inline-block;
        text-align: center;
        margin: 0;
        width: 100%;
        padding: 0px 0;
        margin: 0px 0;
    }
    .top-nav ul li a:hover {
        color: #ffffff;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 33%;
    }
    .logo a {
        font-size: 24px;
    }
    .top-nav {
        width: 54%;
        margin-top: 10px;
    }
    .top-nav ul li a {
        padding: 0 0 12px 0;
    }
    .top-nav ul li a {
        border-bottom: 2px solid transparent;
    }
    .top-nav ul li a:hover, .top-nav ul li a.active {
        border-bottom: 2px solid #fff;	
    }
    .profile_details {
        width: 20%;
    }
    .resp-tab-item {
        font-size: 14px;
    }
    .vertical_post h5 {
        margin: 0 0 12px 0;
    }
    .vertical_post form input[type="submit"] {
        padding: 7px 0;
        width: 19%;
    }
    .swit-radio {
        margin: 25px 0 15px 0;
    }
    .section_room_pay select {
        background-size: 5% !important;
    }
    .content-left img, .content-right img {
        width: 28%;
    }
    .btm-pos {
        top: 17%;
        right: 34%;
        width: 32%;
    }
    h4.view_title {
        font-size: 23px;
    }
    .btm-grid {
        padding: 31px 15px 0 15px;
        width: 37%;
    }
    .back-col1, .back-col2 {
        padding: 3em 4.8em;
        width: 31.5%;
    }
    .btm-grid p {
        margin-top: 11px;
    }
    .btm-grid h3 {
        font-size: 17px;
    }
    .coupons {
        padding: 70px 0 42px 0;
    }
    .btm-pos p {
        margin-top: 11px;
    }
    .banner-info h3 {
        font-size: 32px;
    }
    .buttons ul li:nth-child(3) {
        margin: 0;
    }
    .banner-info {
        margin-top: 100px;
    }
    .buttons {
        margin-top: 48px;
    }
    .banner {
        min-height: 450px;
    }
    .footer h2 a {
        font-size: 19px;
    }
    .footer p {
        margin: 22px 0;
    }
    .footer {
        padding: 35px 0;
    }
    .section_room_single {
        width: 29%;
    }
    .top-nav {
        width: 5%;
        margin: 7px 0 0 95px;
        float: left;
    }
    .text_box {
        padding: 7px 0 7px 10px;
    }
    .resp-tab-item {
        margin: 0 5px;
    }
}
@media (max-width: 768px){
    .logo{
        float:left;
        margin:0;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:25px;
    }
    div.top-nav2 {
        float: right;
        width: 25%;
        margin-top: -60px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 26%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */  .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 120%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 11px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        left: 310px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 45px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:16px;
        padding-left:5px;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .btm-pos h3 {
        font-size: 20px;
    }
    .top-nav {
        width: 5%;
        margin: 7px 0 0 86px;
    }

    .btm-grid {
        padding: 36px 15px 0 15px;
    }
    .back-col1, .back-col2 {
        padding: 3em 4.5em;
    }
    .footer-top {
        padding: 45px 0;
    }
    .grid_two h5 {
        font-size: 24px;
    }	
    .banner-info h3 {
        font-size: 30px;
    }
    .resp-tab-item {
        margin: 0 5px 0 5px;
    }
}
@media (max-width: 736px){
    .logo{
        float:left;
        margin:0;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:24px;
    }
    div.top-nav2 {
        float: right;
        width: 28%;
        margin-top: -60px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 29%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */   .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin: 10px;
        margin-left: 5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 120%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 11px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        left: 300px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 40px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:16px;
        padding-left:5px;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    ul.nav1{
        display:none;
        background: #00AFF2;
    }
    .logo a {
        display: block;
        font-size: 19px;
    }
    .top-nav {
        margin: 7px 0 0 107px;
    }
    .logo {
        margin-top: 5px;
    }
    .top-nav ul {
        top: 66px;
    }	
    .profile_details {
        margin-top: 35px;
    }
    .banner.page-head {
        min-height: 182px;
    }
    .resp-tab-item {
        margin: 0 2px 0 3px;
    }
    .rchge-two {
        float: left;
        width: 24%;
    }
    .back-col1, .back-col2 {
        padding: 3em 4.3em;
    }
    .btm-grid h3 {
        font-size: 16px;
    }
    .coupons-gd h3 {
        font-size: 18px;
    }
    .foo-grid {
        padding: 0 15px;
    }
    .rchge-three {
        width: 58%;
    }
    .rchge-one p {
        padding: 17px 0;
    }
    .content-left img, .content-right img {
        width: 31%;
    }
}
@media (max-width: 667px){
    .logo{
        float:left;
        margin:0;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:22px;
    }
    div.top-nav2 {
        float: right;
        width: 28%;
        margin-top: -60px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 29%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */   .top-nav3 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav2 ul li{
        margin:10px;
        margin-left:5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 120%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 10px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        left: 280px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 40px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:17px;
        padding-left:5px;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 11px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 100%;
        float: left !important;
        margin: 0 10px 10px 10px;
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*        margin-right:10px;
                margin-bottom: 10px;*/
        width: 100%;
        display: inline-block;
    }
    .top-nav {
        margin: 7px 0 0 78px;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 37%;
    }
    .profile_details {
        width: 23%;
    }
    .profile-gd ul {
        width: 34%;
    }
    .nav > li {
        margin: 0 20px 40px 0px !important;
    }
    .btm-pos {
        top: 17%;
        right: 33.1%;
        width: 34%;
    }
    .tab-for-sett input[type="text"], .tab-for-sett input[type="password"] {
        padding: 7px 8px;
    }
    .gd-desc.sec-one {
        width: 33%;
    }
    .gd-desc.sec-three {
        width: 17%;
    }
    .banner-info h3 {
        font-size: 28px;
    }
    .btm-grid {
        width: 41%;
    }
    .back-col1, .back-col2 {
        width: 29.5%;
    }
    .back-col1, .back-col2 {
        padding: 3em 3em;
    }
    .coupons-gd h3 {
        font-size: 16px;
    }
    .banner {
        min-height: 410px;
    }
    .banner-info {
        margin-top: 85px;
    }
    .modal-dialog {
        width: 535px;
    }
    .radio-btns {
        width: 51%;
    }
    ul.rchge-icons li {
        margin-right: 0px;
        font-size: 14px;
    }
    .resp-tab-item {
        padding: 8px 11px;
    }
    .rchge-one p {
        padding: 14px 0;
    }
    .rchge-two p, .rchge-three p, .rchge-four p {
        margin-top: 13px;
    }
    .section_room_single {
        width: 32%;
    }
    .check_box_one {
        width: 36%;
    }
    .section_room_pay select {
        width: 52%;
    }
    .section_room_pay select {
        font-size: 15px;
    }	
    .pay-left {
        float: left;
        width: 30%;
    }
    .pay-right {
        float: right;
        width: 70%;
    }
    .vertical_post form input[type="submit"] {
        width: 24%;
    }
}
@media (max-width: 640px){
    .logo{
        float:left;
        margin:0;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:20px;
    }
    div.top-nav2 {
        float: right;
        width: 28%;
        margin-top: -60px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 29%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */  .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin: 10px;
        margin-left: 5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 9px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        left: 270px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 40px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:16px;
        padding-left:5px;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 10px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 100%;
        float: left !important;
        margin: 0 10px 10px 10px;
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*        margin-right:10px;
                margin-bottom: 10px;*/
        width: 100%;
        display: inline-block;
    }
    .top-nav {
        margin: 7px 0 0 66px;
    }
    .resp-tab-item {
        padding: 5px 8px;
    }
    .rchge-one p {
        padding: 13px 0;
    }
    .section_room_single select {
        font-size: 14px;
        background-size: 6% !important;
    }
    .btm-pos p {
        line-height: 1.8em;
    }	
    h4.view_title {
        font-size: 22px;
    }
    .nav > li {
        margin: 0 10px 40px 0px !important;
    }
    .login-right input[type="text"], .login-right input[type="password"] {
        font-size: 13px;
    }
    .login-right input[type="submit"] {
        font-size: 15px;
    }
    .login-right {
        float: right;
        width: 53%;
    }
    .banner-info h3 {
        font-size: 26px;
    }
    .btm-grid p {
        line-height: 1.8em;
    }
    .btm-grid h3 {
        font-size: 15px;
    }
    .back-col1, .back-col2 {
        padding: 3em 3.2em;
    }
    .coupons-gd h3 {
        font-size: 15px;
    }
    .coupons-gd p {
        font-size: 13px;
    }
    .banner {
        min-height: 388px;
    }
    .buttons ul li a {
        font-size: 14px;
        padding: 6px 16px;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 40%;
    }
    .tab-for-sett {
        width: 45%;
    }
    .user-form ul li {
        width: 45%;
    }
    .tab-form-left {
        float: left;
        width: 45%;
    }
    .check_box_one {
        width: 46%;
    }
    .section_room_pay select {
        font-size: 14px;
    }
    .rchge-one h3, .rchge-two h3, .rchge-three h3, .rchge-four h3 {
        font-size: 15px;
    }
    .rchge-two {
        float: left;
        width: 21%;
    }
    .rchge-three {
        width: 61%;
    }
}
@media (max-width: 600px){
    .logo{

        margin-left:100px;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:22px;
    }
    div.top-nav2 {
        float: left;
        width: 30%;
        margin-left:10px;
        margin-top: -60px;
        display:block;
    }
    div.left-menu{
        height:260px;
        width:180px;
        background-color: #00AFF2;
        display:none;
        left:0;
        position: absolute;
    }
    .left-menu ul li{
        margin: 10px;
        /*border-bottom: 1px groove;*/
        margin-left:10px;
        padding: 0;
    }
    .left-menu ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    ul.left-nav{
        background: #00AFFE;
    }
    .left-menu ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 13px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        /*border-bottom: 5px solid transparen;*/
        -webkit-appearance: none !important;
        outline: none;
    }

    div.top-nav3 {
        float: right;
        width: 32%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */  .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin:10px;
        margin-left: 5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 10px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        display: none;
        left: 260px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 40px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:15px;
        padding-left:5px;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 10px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 100%;
        float: left !important;
        margin: 0 10px 10px 10px;
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*        margin-right:10px;
                margin-bottom: 10px;*/
        width: 100%;
        display: inline-block;
    }
    .top-nav {
        margin: 7px 0 0 46px;
    }
    .top-nav ul li a {
        font-size: 13px;
    }
    .top-nav ul li a {
        padding: 0 0 7px 0;
    }
    .resp-tab-item {
        margin: 0 0px 0 0px;
    }
    .rchge-one p {
        padding: 12px 0;
    }
    .rchge-three {
        width: 58%;
    }
    .rchge-four {
        width: 13%;
    }
    .section_room_single {
        width: 35%;
    }
    .profile-gd ul {
        width: 39%;
    }
    .nav-tabs > li > a {
        font-size: 14px;
    }
    .nav-tabs > li > a {
        padding: 6px 11px;
    }
    .gd-desc.sec-one {
        width: 36%;
    }
    .gd-desc {
        float: left;
        width: 23%;
    }
    .btm-grid {
        width: 49%;
    }
    .back-col1, .back-col2 {
        width: 25.5%;
    }
    .back-col1, .back-col2 {
        padding: 3em 2.2em;
    }
    .coupons-gd {
        padding: 0 8px;
    }
    .btm-pos {
        top: 10%;
    }
    .btm-grid h3 {
        font-size: 17px;
    }
    .banner-info h3 {
        font-size: 24px;
    }
    .modal-dialog {
        width: 483px;
    }
    .radio-btns {
        width: 58%;
    }
    .modal-body {
        padding: 15px 20px 42px;
    }
    ul.rchge-icons li {
        margin-right: 0px;
    }
    ul.rchge-icons {
        margin: 30px 0px 12px 0px;
    }
    ul.rchge-icons li a {
        padding: 4px 8px;
    }
    .mobile-right select {
        font-size: 21px;
    }
    .mobile-right label, .mobile-right input.mobile-text[type="text"], .mobile-rchge input[type="text"], .dth-rchge input[type="text"], .dth-rchge input[type="text"] {
        font-size: 23px;
    }
    .rchge-three {
        width: 57%;
    }
    .rchge-four {
        width: 14%;
    }
    .vertical_post input[type="text"] {
        width: 86%;
    }
    .vertical_post h5 {
        font-size: 13px;
    }
    .vertical_post form input[type="submit"] {
        width: 28%;
    }
    .section_room_pay select {
        width: 56%;
    }
    .login-left ul li {
        font-size: 13px;
    }
    .login-left {
        float: left;
        width: 39%;
    }
    .login-right {
        float: right;
        width: 57%;
    }
    .login-left ul li a.fb i {
        background: url(../../img/social.png) no-repeat -50px 0px;
        width: 24px;
        height: 20px;
    }
    .login-left ul li a.goog i {
        background: url(../../img/social.png) no-repeat -86px 0px;
        width: 37px;
        height: 20px;
    }
    .login-left ul li a.linkin i {
        background: url(../../img/social.png) no-repeat -5px 0px;
        width: 31px;
        height: 20px;
    }
}
@media (max-width: 568px){
    .logo{
        /*float:left;*/
        margin-left:100px;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:22px;
    }
    div.top-nav2 {
        float: left;
        width: 35%;
        margin-left:10px;
        margin-top: -60px;
        display:block;
    }
    div.left-menu{
        height:260px;
        width:180px;
        background-color: #00AFF2;
        display:none;
        left:0;
        position: absolute;
    }
    .left-menu ul li{
        margin: 10px;
        /*border-bottom: 1px groove;*/
        margin-left:10px;
        padding: 0;
    }
    .left-menu ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    ul.left-nav{
        background: #00AFFE;
    }
    .left-menu ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 13px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        /*border-bottom: 5px solid transparen;*/
        -webkit-appearance: none !important;
        outline: none;
    }

    div.top-nav3 {
        float: right;
        width: 36%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */  .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin:10px;
        margin-left: 5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 11px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        display: none;
        left: 260px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 40px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:15px;
        padding-left:5px;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 10px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 95%;
        float: left !important;
        margin: 0 10px 10px 10px;
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*        margin-right:10px;
                margin-bottom: 10px;*/
        width: 95%;
        display: inline-block;
    }
    .top-nav {
        width: 7%;
    }
    .logo a {
        font-size: 18px;
    }
    .sb-search-input {
        padding: 5px 6px;
        font-size: 13px;
    }	
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 42%;
    }
    .profile_details {
        width: 26%;
    }
    h4.view_title {
        font-size: 20px;
    }
    .section_room_single {
        width: 37%;
    }
    .resp-tab-item {
        margin: 0px 7px 13px;
    }
    .recharge-right {
        margin-top: 1.8em;
    }
    .rchge-three {
        width: 56%;
    }
    .rchge-one {
        width: 8.8%;
    }
    .vertical_post input[type="text"] {
        width: 93%;
    }
    .tab-form-left {
        float: left;
        width: 51%;
    }
    .tab-for-sett {
        width: 50%;
    }
    .nav-tabs > li > a {
        padding: 5px 8px;
    }
    .edit-for-sett input[type="text"], .edit-for-sett input[type="date"] {
        padding: 6px 8px;
    }
    .edit-for-sett input[type="date"] {
        padding: 7px 8px 7px 35px;
    }
    .login-right input[type="text"], .login-right input[type="password"] {
        padding: 7px;
    }
    .btm-grid h3 {
        font-size: 16px;
    }
    .back-col1, .back-col2 {
        padding: 3em 1.8em;
    }
    .coupons-gd h3 {
        font-size: 14px;
    }
    .coupons-gd {
        padding: 0 4px;
    }
    .foo-grids h3 {
        font-size: 16px;
    }
    .mobile-left img {
        width: 100%;
    }
    .mobile-left {
        width: 22%;
    }
}
@media (max-width: 480px){
    .logo{

        margin-left:100px;
        padding:0;
        //margin-bottom: 50px;
    }
    .logo span{
        font-size:20px;
    }
    div.top-nav2 {
        float: left;
        width: 30%;
        margin-top: -60px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 32%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    div.left-menu{
        height:260px;
        width:200px;
        background-color: #00AFF2;
        display:none;
        left:0;
        position: absolute;
    }
    .left-menu ul li:not(:last-child){
        margin: 12px;
        border-bottom: 1px solid;
        border-bottom-color: #00bbf2;
        margin-left:10px;
        padding: 0;
    }
    .left-menu ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .left-menu ul li img.responsive-img{
        height:20px;
        width:20px;
    }
    ul.left-nav{
        background: #00AFFE;
    }
    .left-menu ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 13px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        /*border-bottom: 5px solid transparen;*/
        -webkit-appearance: none !important;
        outline: none;
    }

    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */   .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin:10px;
        margin-left: 5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 10px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }

    .header-top-links{
        // padding-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:16px;
        padding-left:10px;
        padding-right:10px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 15px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 95%;
        float: left !important;
        margin: 0 10px 10px 10px;
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*        margin-right:10px;
                margin-bottom: 10px;*/
        width: 95%;
        display: inline-block;
    }
    .sb-search {
        display:none;
        left: 240px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 40px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .span3{
        margin-left:0;
    }
    /*    .sb-search {
            left: 300px;
            width: 0%;
            position: absolute;
            //right: 34px;
            top: 9px;
            min-width: 33px;
            height: 34px;
            float: right;
            overflow: hidden;
            -webkit-transition: width 0.3s;
            -moz-transition: width 0.3s;
            transition: width 0.3s;
            -webkit-backface-visibility: hidden;
        }*/
    /*        .search-box {
                float: none;
                right: 10px;
            }*/
    .nav-tabs > li > a {
        font-size: 13px;
        padding: 5px 4px;
    }
    .orders-tab {
        padding: 25px 20px;
    }
    .nav > li {
        margin: 0 6px 40px 0px !important;
    }
    .gd-desc.sec-one {
        width: 42%;
    }
    .gd-desc.sec-three {
        width: 12%;
    }	
    .gd-desc h4 {
        font-size: 15px;
    }
    .profile_details {
        width: 31%;
    }
    .btm-pos {
        top: 14%;
        right: 25.1%;
        width: 50%;
    }
    .foo-grid {
        padding: 0 11px;
    }
    .set-content, .banner-bottom {
        padding: 55px 0;
    }
    .modal-dialog {
        width: 400px;
    }
    .edit-for-sett input[type="text"], .edit-for-sett input[type="date"] {
        width: 100%;
    }
    .edit-for-sett input[type="submit"], .profile-gd form input[type="submit"] {
        padding: 6px 0;
        font-size: 13px;
        width: 27%;
    }
    .swit-radio-thre {
        margin: 0 0 12px 0;
    }
    .modal-body {
        padding: 15px 20px 30px;
    }
    .profile-gd ul {
        width: 47%;
    }
    .login-left {
        float: left;
        width: 100%;
    }
    .login-right {
        float: right;
        width: 100%;
    }
    .login-grids {
        padding: 0 15px;
    }
    .login-left ul li {
        margin: 0 0 20px 0;
    }
    .banner-info h3 {
        font-size: 20px;
    }
    .btm-grid {
        padding: 20px 15px 0 15px;
    }
    .back-col1, .back-col2 {
        padding: 3em 1em;
    }
    .btm-grid h3 {
        font-size: 14px;
    }
    .coupons-gd:nth-child(1) {
        width: 100% !important;
        text-align: center;
        margin:0 !important;
    }
    .coupons-gd {
        width: 33.3333%;
        margin-top: 65px;
    }
    .coupons-gd h3 span {
        display: inline-block;
    }
    .coupons-gd h3 {
        font-size: 17px;
    }
    .coupons {
        padding: 42px 0 42px 0;
    }
    .btm-grid h3 {
        font-size: 17px;
    }
    .content-left {
        text-align: left;
        padding: 50px 0 50px 42px;
    }
    .content-right{
        text-align: right;
        padding: 50px 42px 50px 0px;	
    }
    .btm-pos {
        top: 11%;
    }
    .banner-info {
        margin-top: 75px;
    }
    .buttons {
        margin-top: 39px;
    }
    .banner {
        min-height: 342px;
    }
    .mobile-right input.mobile-text[type="text"] {
        width: 82%;
    }
    .radio-btns {
        width: 67%;
    }
    ul.rchge-icons li {
        margin: 0 6px 10px;
    }
    .mobile-rchge a {
        padding: 6px 7px;
    }
    .mobile-right label, .mobile-right input.mobile-text[type="text"], .mobile-rchge input[type="text"], .dth-rchge input[type="text"], .dth-rchge input[type="text"] {
        font-size: 20px;
    }
    .top-nav {
        margin: -68px 0 0 226px;
    }
    .sb-search {
        top: 40px;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 43%;
    }
    .top-nav ul {
        top: 49px;
    }
    .section_room_single {
        width: 40%;
    }
    .section_room_single {
        margin-bottom: 30px;
    }
    .resp-tab-item {
        margin: 0px 4px 13px;
    }
    .recharge-right {
        margin-top: 1.2em;
    }
    .rchge-three {
        width: 50%;
    }
    .rchge-four {
        width: 18%;
    }
    .rchge-one {
        width: 11%;
    }
    .section_room_single {
        width: 44%;
    }
    .pay-left {
        float: left;
        width: 100%;
    }

    .resp-vtabs .resp-tabs-list li {
        float: none;
        width: inherit;
        display: inline-block;
        padding: 5px 5px !important;
        margin: 0 2px;
    }
    .pay-right {
        float: right;
        width: 100%;
        margin-top: 40px;
    }
}
@media (max-width: 414px){
    .logo{
        margin-left:80px;
    }
    .logo span{
        font-size:20px;
    }
    div.top-nav2 {
        float: left;
        width: 35%;
        margin-top: -65px;
        display:block;
    }
    div.left-menu{
        height:260px;
        width:200px;
        background-color: #00AFF2;
        display:none;
        left:0;
        position: absolute;
    }
    .left-menu ul li img.responsive-img{
        height:20px;
        width:20px;
    }
    .left-menu ul li:not(:last-child){
        margin: 12px;
        border-bottom: 1px solid;
        border-bottom-color: #00bbf2;
        margin-left:10px;
        padding: 0;
    }
    .left-menu ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    ul.left-nav{
        background: #00AFFE;
    }
    .left-menu ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 13px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        /*border-bottom: 5px solid transparen;*/
        -webkit-appearance: none !important;
        outline: none;
    }

    div.top-nav3 {
        float: right;
        width: 37%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */   .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin:10px;
        margin-left: 5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        display: none;
        left: 200px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 50px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        margin-top:5px;
        margin-left:10px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:16px;
        padding-left:10px;
        padding-right:10px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 13px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 95%;
        float: left !important;
        margin: 0 10px 10px 10px;
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*        margin-right:10px;
                margin-bottom: 10px;*/
        width: 95%;
        display: inline-block;
    }
    .header {
        /*padding: 14px 0;*/
        background: #00AFF2;
        height: 100px;
    }
    .btm-grid {
        width: 62%;
    }
    .btm-grid {
        padding: 24px 12px 0 12px;
    }
    .back-col1, .back-col2 {
        width: 19%;
        padding: 3em 0.2em;
    }
    .btm-grid h3 {
        font-size: 14px;
    }
    .coupons-gd {
        width: 100% !important;
        margin-top: 50px;
    }	
    .content-left img, .content-right img {
        width: 39%;
    }
    .content-left {
        padding: 50px 0 50px 24px;
    }
    .content-right {
        padding: 50px 24px 50px 0px;
    }
    .btm-pos {
        top: 15%;
        right: 23.5%;
        width: 53%;
    }
    .foo-grid {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .foo-grid:nth-child(3), .foo-grid:nth-child(4),.foo-grid:nth-child(1),.foo-grid:nth-child(2) {
        margin-top: 25px;
    }
    .modal-dialog {
        width: 337px;
    }
    .radio-btns {
        width: 81%;
    }
    .btn {
        padding: 4px 8px;
    }
    select {
        padding: 6px;
    }
    .mobile-right select {
        font-size: 18px;
    }
    .mobile-rchge input[type="text"] {
        padding: 6px;
    }
    .banner-info h3 {
        font-size: 17px;
    }
    .banner {
        min-height: 307px;
    }
    .banner-info {
        margin-top: 60px;
    }
    .mobile-rchge {
        width: 63%;
    }
    .section_room_single {
        width: 47%;
    }
    .recharge_plans {
        padding: 0 10px;
    }
    .price-gds {
        padding: 0 5px;
    }
    .rchge-one h3, .rchge-two h3, .rchge-three h3, .rchge-four h3 {
        font-size: 14px;
    }
    .rchge-one {
        width: 12%;
    }
    .rchge-three {
        width: 49%;
    }
    .rchge-two p, .rchge-three p, .rchge-four p {
        margin-top: 10px;
    }
    .profile_details {
        width: 36%;
    }
    .banner.page-head {
        min-height: 175px;
    }
    .section_room_single {
        width: 51%;
    }
    .resp-vtabs .resp-tabs-list li {
        padding: 3px 10px !important;
        margin: 0 2px 10px;
    }
    .pay-right {
        margin-top: 30px;
    }
    .check_box_thre {
        width: 32%;
    }
    ul.pro-right li a {
        margin-left: 3px;
    }
    .profile-gd ul {
        width: 50%;
    }
    .nav-tabs > li > a {
        padding: 5px 12px;
    }
    .nav-tabs > li {
        float: none;
        display: inline-block;
    }
    .nav-tabs {
        text-align: center !important;
    }
    .nav > li {
        margin: 0 16px 19px !important;
    }
    .tab-for-sett {
        width: 100%;
    }
    .logo {
        float: left;
        padding: 0 6px;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 45%;
    }
    .sb-search {
        right: 8px;
    }
    .footer p {
        margin: 18px 0;
    }
    .gd-desc.sec-two {
        width: 30%;
    }
    .gd-desc.sec-one {
        width: 38%;
    }
    .gd-desc.sec-three {
        width: 13%;
    }
    .gd-desc.sec-four {
        width: 19%;
    }
    .logo a {
        font-size: 16px;
    }
}
@media (max-width: 384px){
    .logo{
        /*float:left;*/
        margin-left:105px;
    }
    .logo span {
        font-size: 20px;
    }
    div.top-nav2 {
        float: left;
        width: 34%;
        margin-left:10px;
        margin-top: -65px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 35%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    div.left-menu{
        height:260px;
        width:200px;
        background-color: #00AFF2;
        display:none;
        left:0;
        position: absolute;
    }
    .left-menu ul li:not(:last-child){
        margin: 12px;
        border-bottom: 1px solid;
        border-bottom-color: #00bbf2;
        margin-left:10px;
        padding: 0;
    }
    .left-menu ul li img.responsive-img{
        height:20px;
        width:20px;
    }
    .left-menu ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    ul.left-nav{
        background: #00AFFE;
    }
    .left-menu ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 13px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        /*border-bottom: 5px solid transparen;*/
        -webkit-appearance: none !important;
        outline: none;
    }

    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */  .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 50%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 16px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }

    .small-wrapper .smallContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-right:30px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px;
        //margin:10px;
    }
    .sb-search {
        display:none;
        left: 200px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 50px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        margin-top:5px;
        /*padding-left:10px;*/
        width:100%;
        display: block;
        float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:15px;
        padding-left:10px;
        padding-right:10px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 13px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 50px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 95%;
        float: left !important;
        /*margin: 0 10px 10px 10px;*/
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        margin-right:10px;
        margin-bottom: 10px;
        width: 95%;
        display: inline-block;
    }
    .span3{
        margin-left: 0;
    }
    .buttons ul li a {
        font-size: 13px;
        padding: 4px 11px;
    }
    .buttons ul li {
        margin-right: 5px;
    }
    .buttons {
        margin-top: 26px;
    }
    .banner-info {
        margin-top: 50px;
    }
    .banner {
        min-height: 270px;
    }
    .btm-grid {
        padding: 35px 15px 35px 15px;
    }
    .btm-grid h3 {
        font-size: 18px;
    }
    .btm-grid p {
        margin-top: 18px;
    }
    .coupons-gd h3 {
        font-size: 18px;
    }
    .content-left ,.content-right{
        text-align: center;
    }
    .content-left, .content-right {
        width: 100%;
    }
    .content-left{
        padding: 35px 0 115px 0px;
    }
    .content-right {
        padding: 115px 0 35px 0px;
    }
    .content-left img, .content-right img {
        width: 21%;
    }
    .back-col1, .back-col2 {
        width: 100%;
        padding: 2em 8.5em;
    }
    .btm-grid {
        width: 100%;
    }
    .btm-pos {
        top: 38%;
        right: 3.5%;
        width: 93%;
    }
    .mobile-right select {
        font-size: 16px;
    }
    .mobile-right h4 {
        font-size: 16px;
    }
    .profile_details {
        width: 40%;
    }
    .section_room_single select {
        padding: 6px 4px;
    }
    .section_room_single {
        width: 55%;
    }
    h4.view_title {
        font-size: 18px;
    }
    .resp-tab-item {
        padding: 3px 5px;
    }
    .rchge-three {
        width: 48%;
    }
    .rchge-one {
        width: 13%;
    }
    .section_room_single {
        width: 57%;
    }
    .resp-vtabs .resp-tabs-list li {
        padding: 3px 6px !important;
    }
    .tab-form-left {
        float: left;
        width: 100%;
    }
    .tab-form-right {
        float: left;
        width: 100%;
    }
    .vertical_post form input[type="submit"] {
        width: 28%;
    }
    .check_box_one {
        width: 50%;
    }
    .section_room_pay select {
        width: 63%;
    }
    .vertical_post input[type="text"] {
        width: 100%;
    }
    .transaction input[type="text"] {
        width: 100% !important;
    }
    .user-form ul li:nth-child(2) {
        margin: 0;
    }
    .user-form ul li {
        width: 47.5%;
        margin-bottom: 30px;
    }
    .user-form ul li.mmid-grid {
        width: 100% !important;
        margin:0 !important;
    }
    ul.pro-left {
        width: 40%;
    }
    ul.pro-right {
        width: 59%;
    }
    .tab-for-sett input[type="text"], .tab-for-sett input[type="password"] {
        width: 100%;
    }
    .gd-desc.sec-one {
        width: 34%;
    }
    .gd-desc.sec-two {
        width: 34%;
    }
    .grid_two h5 {
        font-size: 17px;
    }
    .modal-dialog {
        margin: 4em auto 0 auto;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 42%;
    }
    .gd-desc h4 {
        font-size: 14px;
    }
    .gd-desc.sec-two {
        width: 31%;
    }
    .gd-desc.sec-three {
        width: 16%;
    }
    .about-image{
        height:363px;
        width:370px;
    }
}
@media (max-width: 375px){
}

@media (min-width: 320px) and (max-width:365px){
    .logo{
        margin:0;
        margin-left:100px;
    }
    .logo span{
        font-size:18px;
    }
    div.top-nav2 {
        float: left;
        width: 28%;
        margin-top: -60px;
        margin-left:10px;
        display:block;
    }
    div.top-nav3 {
        float: right;
        width: 32%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.left-menu{
        height:260px;
        width:200px;
        background-color: #00AFF2;
        display:none;
        left:0;
        position: absolute;
    }
    .left-menu ul li:not(:last-child){
        margin: 13px;
        border-bottom: 1px solid;
        border-bottom-color: #00bbf2;
        margin-left:10px;
        padding: 0;
    }
    .left-menu ul li img.responsive-img{
        height:20px;
        width:20px;
    }
    .left-menu ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    ul.left-nav{
        background: #00AFFE;
    }
    .left-menu ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 14px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        /*border-bottom: 5px solid transparen;*/
        -webkit-appearance: none !important;
        outline: none;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }
    */   .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li:not(:last-child){
        margin: 12px;
        border-bottom: 1px solid;
        border-bottom-color: #00bbf2;
        margin-left:5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 34%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 9px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 14px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 297px;
        float: right !important;
        margin: 15px 0 10px 10px;
        // height:200px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left:10px;
        // padding: 0 5px 50px 5px;
        //margin: 0 0 15px 10px;
        margin:5px 20px 10px 20px;

    }
    .sb-search {
        display:none;
        left: 180px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 50px;
        min-width: 45px;
        height: 49px;
        float: right;
        overflow: hidden;

        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        // padding-left:10px;
        margin-top:5px;
        width:100%;
        display: block;
        //float:right;
    }
    /*    .header-top-links .links{
            margin-right:20px;
        }*/
    .header-top-links .links a{
        font-size:13px;
        padding-left:0;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 95%;
        float: left !important;
        /*margin: 0 10px 10px 10px;*/
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*margin-right:10px;*/
        margin-bottom: 10px;
        width: 95%;
        display: inline-block;
    }
    .big-wrapper .bigContainer .totel-box {
        margin: 15px 0 3px;
        color: #000;
        overflow: auto;
    }
    .span3{
        margin-left: 0;
    }
    .banner-info {
        margin-top: 40px;
    }
    .back-col1, .back-col2 {
        width: 100%;
        padding: 2em 7em;
    }
    .btm-grid h3 {
        font-size: 17px;
    }
    .coupons-gd h3 {
        font-size: 17px;
    }
    div#myModal,div#myModal1,div#myModal2,div#myModal3,div#myModal4,div#myModal5,div#myModal6,div#myModal7 {
        padding-right: 0 !important;
    }
    .modal-dialog {
        width: 300px;
    }
    .mobile-right input.mobile-text[type="text"] {
        width: 78%;
    }	
    .radio-btns {
        width: 100%;
    }
    .mobile-rchge {
        width: 59%;
    }
    h4.view_title {
        font-size: 17px;
    }
    .set-content, .banner-bottom {
        padding: 50px 0;
    }
    .section_room_single {
        width: 61%;
    }
    .resp-tab-item {
        padding: 3px 3px;
        font-size: 13px;
        margin: 0px 2px 13px;
    }
    .recharge_plans {
        padding: 0 6px;
    }
    .rchge-one p {
        padding: 10px 0;
    }
    .profile_details {
        width: 47%;
    }
    .section_room_single {
        width: 68% !important;
    }
    .resp-vtabs .resp-tabs-list li {
        padding: 3px 12px !important;
    }
    .vertical_post form input[type="submit"] {
        width: 38%;
    }
    .check_box_one {
        width: 100%;
    }
    .section_room_pay select {
        width: 79%;
    }
    .orders-tab {
        padding: 25px 14px;
    }
    ul.pro-right li a {
        margin-left: 0px;
    }
    ul.pro-left {
        width: 37%;
    }
    ul.pro-right {
        width: 63%;
    }
    .mobile-right label, .mobile-right input.mobile-text[type="text"], .mobile-rchge input[type="text"], .dth-rchge input[type="text"], .dth-rchge input[type="text"] {
        font-size: 17px;
    }
    .login-grids {
        padding: 0 10px;
    }
    .mobile-right select {
        font-size: 14px;
    }
    .mobile-right h4 {
        font-size: 14px;
    }
    .nav > li {
        margin: 0 12px 19px !important;
    }
    .gd-desc.sec-one {
        width: 32%;
    }

    .gd-desc.sec-three {
        width: 16%;
        text-align: center;
    }
    .gd-desc.sec-two {
        width: 33%;
        text-align: center;
    }
    .footer {
        padding: 20px 0;
    }
    .sb-search.sb-search-open, .no-js .sb-search {
        width: 40%;
    }
    .content-left {
        padding: 35px 0 110px 0px;
    }
    .content-right {
        padding: 110px 0 35px 0px;
    }
    .btm-pos {
        top: 37%;
    }
    .search-box {
        float: left;
    }
    .about-image{
        height:363px;
        width:370px;
    }
}
@media (max-width:319px) and (min-width:280px){
    .logo{
        margin:0;
        margin-left:50px;
    }
    h1{
        font-size: 15px;
    }
    .logo a{
        padding: 0;
        margin:0;
    }
    .logo span{
        font-size:16px;
    }
    div.top-nav2 {
        float: left;
        margin-top: -60px;
        margin-left: 10px;
        display:block;
    }
    div.left-menu{
        height:260px;
        width:180px;
        background-color: #00AFF2;
        display:none;
        left:0;
        position: absolute;
    }
    .left-menu ul li:not(:last-child){
        margin: 12px;
        border-bottom: 1px solid;
        border-bottom-color: #00bbf2;
        margin-left:10px;
        padding: 0;
    }
    .left-menu ul li img.responsive-img{
        height:20px;
        width:20px;
    }
    .left-menu ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;

        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    div.top-nav3 {
        float: right;
        width: 32%;
        // margin-top: -60px;
        //margin-right:80px;
        display:block;
    }
    div.top-nav1{
        float: right;
        width: 50%;
        margin-top: -60px;
        display:block;
    }
    .top-nav{
        display: none;
    }
    div.top-nav1{
        display: none;
    }

    .banner-info h3 {
        font-size: 15px;
        line-height: 1.6em;
    }
    /*    ul {
            margin: -10px;
            padding: 0;
        }*/
    .top-nav2 ul li{
        margin: 10px;
        margin-left:5px;
        padding: 0;
    }
    .top-nav3 ul li:not(:last-child){
        margin: 12px;
        border-bottom: 1px solid;
        border-bottom-color: #00bbf2;
        margin-left:5px;
        padding: 0;
    }
    /*        .top-nav ul {
                
                position: absolute;
                margin: 0px;
                top: 70px;
                float: left;
                left: 68%;
                 width: 35%; 
                z-index: 999;
                padding: 20px 0;
                padding: 0px 0px;
            }*/
    ul.nav1 {
        display: none;
        background: #00AFFE;
    }
    ul.left-nav{
        background: #00AFFE;
    }
    /*        .top-nav ul li a {
                color: #fff;
                padding: 0 0 17px 0;
                font-size: 16px;
                font-family: 'Varela Round', sans-serif;
                text-decoration: none;
                text-transform: uppercase;
                border-bottom: 5px solid transparent;
                -webkit-appearance: none !important;
                outline: none;
            }*/
    .top-nav2 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 35%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav3 ul {
        list-style-type: none;
        position: absolute;
        margin: 0px;
        /*top: 70px;*/
        float: left;
        /*left: 68%;*/
        width: 100%; 
        z-index: 999;
        /*padding: 20px 0;*/
        padding: 0px 0px;
    }
    .top-nav2 ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-menu ul li a {
        color: #fff;
        padding: 0 0 5px 0;
        font-size: 12px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        /*border-bottom: 5px solid transparen;*/
        -webkit-appearance: none !important;
        outline: none;
    }
    .top-nav3 ul li a {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 16px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .search {
        width: 70%;
        margin-left: 50px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #E6E4E4;
    }
    .small-wrapper {
        width: 250px;
        float: right !important;
        margin: 15px 0 10px;
    }
    .small-wrapper .smallContainer {
        height:auto;
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-right:30px;

        // padding: 0 0px 5px 5px;
        //margin: 0 0 15px;
        //margin:10px;
    }
    /*    .smallContainer li{
            padding-left: 10px;
        }*/
    .sb-search {
        display: none;
        left: 160px;
        width: 0%;
        position: absolute;
        //right: 34px;
        top: 50px;
        min-width: 34px;
        height: 49px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
    }
    .header-top-links{
        margin-top:5px;
    }
    .header-top-links .links a{
        font-size:11px;
        padding-left:0;
        padding-right:5px;
        color:#fff;
    }
    .header-top-links .links .top-nav3 ul li a{
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 11px;
        font-family: 'Varela Round', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        -webkit-appearance: none !important;
        outline: none;
    }
    .left-addon .glyphicon {
        left: 40px;
        top: -3px;
        padding-right: 20px;
        // left: 0px;
    }
    .big-wrapper {
        width: 95%;
        float: left !important;
        margin: 0 10px 10px 10px;
        margin-right:10px;
    }
    .big-wrapper .bigContainer {
        border: 1px solid #DEEAEE;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        //padding: 10px;
        /*        margin-top:10px;
                margin-left:10px;*/
        /*        margin-right:10px;
                margin-bottom: 10px;*/
        width: 95%;
        display: inline-block;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 42%;
    }
    .sb-search-input {
        width: 85%;
        height: 35px;
        padding: 5px 15px;
        font-size: 10px;
    }
    .sb-icon-search {
        background: #00AFF2 url('../../img/search.png') no-repeat 8px 8px;
        //z-index: 90;
    }
    .sb-icon-search, .sb-search-submit {
        width: 39px;
        height: 30px;
    }
    .sb-icon-search, .sb-search-submit {
        right: 0px;
    }
    .sb-icon-search, .sb-search-submit {
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        right: 0;   
        top: 0;
        padding: 0;
        margin: 0;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
    }
    .sb-search-submit {
        background: #fff url('../../img/search.png') no-repeat 8px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        color: transparent;
        border: none;
        outline: none;
        z-index: -1;
        -webkit-appearance: none;
    }
    .span3{
        margin-left: 0;
    }
    .about-image{
        height:363px;
        width:370px;
    }
}

.main_container{
    display: block;
    width:100%;
    min-height:500px;
    height:auto;
}
