
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
}
input, textarea, text{
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
}


/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font: 16px/1.4 "Roboto", sans-serif;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover, button:focus, button:active {
  outline: 0;
}

body {
  font: 16px/1.4 "Roboto", sans-serif;
  color: #333;
  background-color: #fff;
}

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

hr:before {
  display: table;
  content: "";
}

hr:after {
  display: table;
  clear: both;
  content: "";
}

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.browserupgrade a {
  font-weight: bold;
  color: #ff0;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0.7em;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 21px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

a {
  color: #4078c0;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  border-bottom: 2px solid transparent;
}

a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 0.7em;
}

small {
  font-size: 90%;
}

blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ol {
  list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

dd {
  margin-left: 0;
}

tt,
code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  font-size: 13px;
  font-weight: bold;
}

.form-control {
  height: 38px;
  padding: 7px 8px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.1s;
          transition: all ease 0.1s;
}

.form-control.focus,
.form-control:focus {
  border-color: #4078c0;
 /* box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);*/
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.35em;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}

input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

button:focus,
button.focus, input[type="submit"]:focus,
input[type="submit"].focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  margin: 0.7em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  padding: 0.7em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fcfcfc, #eee);
  background-image: linear-gradient(#fcfcfc, #eee);
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
}

.btn:focus {
  text-decoration: none;
  border: 0;
  outline: none;
}

.btn:focus:hover {
  border-color: #51a7e8;
}

.btn:hover,
.btn:active {
  text-decoration: none;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc;
}

.btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
  color: rgba(102, 102, 102, 0.5);
  cursor: default;
  background-color: rgba(229, 229, 229, 0.5);
  background-image: none;
  border-color: rgba(197, 197, 197, 0.5);
  box-shadow: none;
}
.logo{
  text-align: center;
}


.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  background: #4078c0;
}

.btn-primary:hover {
  color: #fff;
  background: #396cad;
}

.btn-primary:active {
  background: #33609a;
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #fefefe;
  background: #add39f;
}

.btn-outline {
  color: #4078c0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
}

.btn-outline:focus {
  border: 1px solid #e5e5e5;
}

.btn-outline:hover,
.btn-outline:active {
  color: #fff;
  background-color: #4078c0;
  background-image: none;
  border-color: #4078c0;
}

.btn-outline:disabled,
.btn-outline:disabled:hover,
.btn-outline.disabled,
.btn-outline.disabled:hover {
  color: #767676;
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-sm {
  padding: 2px 10px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

body {
  overflow-x: hidden;
  font: 400 16px/26px "Roboto", sans-serif;
}

a {
  color: #fff;
  font: 300 16px/26px "Roboto", sans-serif;
}

a:hover, a:focus, a:active {
  border: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.btn-serch {
  background-color: #7cc245;
  padding: 7px 30px;
  border-radius: 20px;
  font: 400 14px/23px "Roboto", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.btn-serch:hover {
  color: #000;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

label {
  width: 100%;
  font: 300 16px/45px "Roboto", sans-serif;
  color: #fff;
}

input[type="text"] {
  font: 300 16px/45px "Roboto", sans-serif;
  width: 100%;
  border-radius: none;
  background-color: #212121;
  border: none;
  height: 40px;
  color: #fff;
}
input[type="password"] {
  font: 300 16px/45px "Roboto", sans-serif;
  width: 100%;
  border-radius: none;
  background-color: #212121;
  border: none;
  height: 40px;
  color: #fff;
}


.container-wrap {
  background-color: #212124;
  width: 100%;
  margin: 0 auto;
  min-height: auto;
}

.widget-section {
  min-height: 1000px;
  width: 10%;
  float: left;
}

.widget-section .logo {
  width: 100%;
  text-align: center;
  padding: 15px 0px 0px 0px;
}

.widget-section .widget-icon {
  background-color: #212124;
  text-align: center;
}

.widget-section .widget-icon ul {
   padding: 0 15px 15px;
}

.widget-section .widget-icon ul li {
  list-style: none;
  color: #fff;
  max-height: 44px;
}

.widget-section .widget-icon ul li a {
  font: 300 14px/45px "Roboto", sans-serif;
  cursor: pointer;
  padding: 5px 12px;
  color: #fff;
}

.widget-section .widget-icon ul li a:hover {
  background-color: #7cc245;
  border-radius: 20px;
}

.widget-section .widget-icon ul li span {
  margin-left: 12px;
  font: 400 20px/45px "Roboto", sans-serif;
  opacity: 0;
  cursor: pointer;
}

.widget-section .widget-icon ul li span:hover {
  color: #7cc245;
}

/*end widjet*/
.serch-query-section {
  min-height: 1000px;
  background-color: #2d2e32;
  padding: 70px 85px;
  width: 50%;
  float: left;
}

.serch-query-section h1 {
  text-align: center;
  color: #fff;
  font: 400 30px/45px "Roboto", sans-serif;
}

.serch-query-section h1 span {
  display: block;
  font: 300 25px/10px "Roboto", sans-serif;
}

.serch-query-section label {
  width: 100%;
  font: 300 14px/45px "Roboto", sans-serif;
  color: #fff;
}

.serch-query-section input[type="text"] {
  font: 300 14px/38px "Roboto", sans-serif;
  width: 100%;
  border-radius: none;
  background-color: #212121;
  border: none;
  height: 40px;
  color: #fff;
  padding-left: 20px;
}

.serch-query-section .form-bottom {
  margin-top: 40px;
}

.serch-query-section .form-bottom .bottom-left {
  float: left;
  width: 50%;
  text-align: left;
}

.serch-query-section .form-bottom .bottom-left a {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

.serch-query-section .form-bottom .bottom-left a:hover {
  color: #7cc245;
}
.serch-query-section .form-bottom .bottom-left a:hover:after {
 background: transparent url("../img/fav-icon-hover.png") no-repeat scroll 0 0;
  content: "";
  height: 27px;
  left: 0px;
  position: absolute;
  top: -1px;
  width: 27px;
}

.serch-query-section .form-bottom .bottom-left a:after {
  background: transparent url("../img/fav-icon.png") no-repeat scroll 0 0;
  content: "";
  height: 27px;
  left: 0px;
  position: absolute;
  top: -1px;
  width: 27px;
}

.serch-query-section .form-bottom .bottom-right {
  float: right;
  width: 50%;
  text-align: right;
}

/*start-tour-section*/
.start-tour-section {
  height: 1000px;
  width: 25%;
  float: left;
  background: url(../img/bg-tour.jpg) top center no-repeat;
  background-size: cover;
  min-height: 700px;
  padding-top: 545px;
  padding-left: 50px;
}

.start-tour-section h2 {
  text-align: left;
  color: #fff;
  font: 400 27px/45px "Roboto", sans-serif;
  border-bottom: 3px solid #7cc245;
  margin-bottom: 10px;
}

.start-tour-section h2 span {
  display: block;
  font: 400 20px/10px "Roboto", sans-serif;
  padding-bottom: 15px;
}

.start-tour-section p {
  font: 300 14px/23px "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 25px;
   padding: 0 20px 0 0;
}

.start-tour-section a {
  cursor: pointer;
}

.fav-add-section {
  min-height: 1000px;
  width: 15%;
  float: left;
  padding: 20px 30px 30px 30px;

}

.fav-add-section h3 {
  text-align: left;
  color: #fff;
  font: 300 18px/45px "Roboto", sans-serif;
  padding-left: 30px;
  position: relative;
}

.fav-add-section h3:before {
  background: transparent url("../img/fav-red-icon.png") repeat scroll 0 0;
  content: "";
  height: 23px;
left: -7px;
position: absolute;
top: 11px;
width: 28px;
}

.fav-add-section ul {
  list-style: none;
}

.fav-add-section ul li {
  padding-left: 30px;
  color: #fff;
  font: 300 14px/45px "Roboto", sans-serif;
  background-color: #212124;
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
}

.fav-add-section ul li:hover {
  color: #7cc245;
}

.fav-add-section ul li:before {
  content: "";
  background: url(../img/list-icon.png);
  width: 13px;
  height: 13px;
  position: absolute;
  top: 15px;
  left: 0;
}

.active a {
  background-color: #7cc245;
  border-radius: 20px;
}

.active span {
  opacity: 1 !important;
}

/*model popup*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.form-group input[type="text"] {
  border-radius: 0;
}

.modal-content {
  position: relative;
  background-color: #2d2e32;
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.got-btn{
    border: none;
    color: #7cc245;
    background: #fff;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    padding: 0px;
}
.got-btn:hover{
  color: #000!important;

}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 5px 15px;
  background-color: #101012;
  color: #fff;
}

.modal-header h4 {
  font: 300 16px/23px "Roboto", sans-serif;
  width: 80%;
  float: left;
  padding-bottom: 4px;
}

.modal-header button {
    background: #7cc245 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 1px;
}

.modal-header button:hover {
  color: #000;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 0px 15px;
  border: none;
}

.modal-body label {
  font-size: 14px;
}

.modal-body input[type="text"] {
  font-size: 14px;
  padding: 10px;
  height: 37px;
}

.modal-body .form-group {
  margin-bottom: 0;
}

.modal-footer {
  padding: 15px;
  text-align: right;
}

.modal-footer .btn-serch {
  border: none;
  color: #fff !important;
  text-transform: capitalize;
  background-color: #7cc245;
  border-radius: 20px;
  font: 400 15px/23px "Roboto", sans-serif;
  padding: 4px 20px;
}
.modal-footer .btn-serch:hover{
  color: #000 !important;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.logout{
  position: absolute;
right: 674px;
top: 15px;
width: 5%;
  text-align: left;
  /*background-color:#EF4036;*/
  font: 400 14px/23px "Roboto", sans-serif;
  padding: 8px 0 5px 35px;
}

 }


@media (min-width: 1025px) {
 .logout{
     background:none;
     right: 37%;
     width: 134px;
     padding-top: 8px;
     margin-top: 20px;
 } 

 .logout:after{
  left:0px;
 }
}
.logout:after{
  position: absolute;
content: "";
background: url(../img/icon-logout.png)no-repeat;
height: 55px;
width: 60px;
right: -4px;
top: 5px;
cursor: pointer;
left: -8px;
}
.logout a{
   font: 500 15px/23px "Roboto", sans-serif;
}

.nolist{
  color: #fff;
}
@media (min-width: 1200px) {.logout a:hover{
color: #7cc245;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; 
}
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 350px;
    margin: 30px auto;
  }
  .modal.fade.in .modal-dialog {
    opacity: 1;
    -webkit-transform: translate3d(0px, 100px, 0px);
            transform: translate3d(0px, 100px, 0px);
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*Start Tour*/
.cd-nugget-info {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-nugget-info h1 {
  color: #fefffb;
  font-size: 2.4rem;
  margin: .6em 0;
}

.cd-nugget-info .cd-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-radius: 50em;
  background: #ff962c;
  padding: 1em 2em;
  color: #fefffb;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.cd-nugget-info .cd-btn:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.no-touch .cd-nugget-info .cd-btn:hover, .cd-nugget-info .cd-btn:focus {
  outline: none;
  background: #ffa346;
}

@media only screen and (min-width: 1100px) {
  .cd-nugget-info h1 {
    font-size: 4.2rem;
    font-weight: 300;
  }
  .cd-nugget-info .cd-btn {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-tour-wrapper {
      position: fixed;
    z-index: 2;
    height: 90%;
    width: 90%;
    left: 49%;
    top: 54%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
ul.cd-tour-wrapper {
 list-style: none;
}

.cd-tour-wrapper::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}

.cd-tour-wrapper.active {
  /* start tour */
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 600px) {
  .cd-tour-wrapper {
    max-width: 500px;
    max-height: 600px;
  }
}

@media only screen and (min-width: 1100px) {
  .cd-tour-wrapper {
    /* reset style */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-tour-wrapper::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-tour-wrapper.active {
    visibility: hidden;
  }
}

.cd-single-step {
  /* tour single step */
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fefffb;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s 0s, opacity 0s 0.4s;
  transition: transform 0.4s 0s, opacity 0s 0.4s;
}

.cd-single-step > span {
  /* dot indicator - visible on desktop version only */
  position: relative;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: inherit;
  background: #7cc245;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  /* replace text with background images */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* hide on mobile */
  display: none;
}

.cd-single-step::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* hide on mobile */
  display: none;
}

.active .cd-single-step {
  /* tour started */
  -webkit-transform: scale(1) translateX(100%);
  -ms-transform: scale(1) translateX(100%);
  transform: scale(1) translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, opacity 0.4s 0s;
  transition: transform 0.4s 0s, opacity 0.4s 0s;
}

.active .cd-single-step.move-left {
  -webkit-transform: scale(1) translateX(-100%);
  -ms-transform: scale(1) translateX(-100%);
  transform: scale(1) translateX(-100%);
}

.active .cd-single-step.is-selected {
  /* visible step */
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s 0s;
  transition: transform 0.4s 0s;
}

@media only screen and (min-width: 1100px) {
  .cd-single-step {
    /* reset style */
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-radius: 50%;
    visibility: hidden;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: visibility 0s 0.4s;
    transition: visibility 0s 0.4s;
  }
  .cd-single-step:nth-of-type(1) {
    /* set tour points positions */
    left: 8.5%;
    top: 30%;
  }
  .cd-single-step:nth-of-type(2) {
    top: 24%;
    left: 26%;
  }
  .cd-single-step:nth-of-type(3) {
    top: 35%;
    left: 21%;
  }
  .cd-single-step:nth-of-type(4) {
    top: 50%;
    left: 50%;
  }
  .cd-single-step > span, .cd-single-step::after {
    display: block;
  }
  .active .cd-single-step, .active .cd-single-step.move-left {
    -webkit-transition: visibility 0s 0.4s;
    transition: visibility 0s 0.4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-single-step.is-selected {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  .cd-single-step.is-selected > span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .cd-single-step.is-selected::after {
    -webkit-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .cd-single-step.is-selected .cd-more-info {
    opacity: 1;
  }
}

@-webkit-keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #7cc245;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
  }
}

@keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #7cc245;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 150, 44, 0);
  }
}

.cd-single-step .cd-more-info {
  z-index: 1;
  padding: 1.5em;
  width: 100%;
}

.cd-single-step .cd-more-info::after {
  clear: both;
  content: "";
  display: table;
}

.cd-single-step .cd-more-info::before {
  /* triangle next to the step description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  display: none;
}

.cd-single-step .cd-more-info h2 {
  font: 400 20px/45px "Roboto", sans-serif;
}

.cd-single-step .cd-more-info p {
  font: 400 14px/24px "Roboto", sans-serif;
}

.cd-single-step .cd-more-info img {
  margin-bottom: 1.4em;
}

.cd-single-step .cd-more-info .cd-close {
  /* 'X' icon to skip the tour */
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  /* replace text with background images */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-single-step .cd-more-info .cd-close::after, .cd-single-step .cd-more-info .cd-close:before {
  /* these are the 2 lines of the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 16px;
  border-radius: 4em;
  background-color: #7f7f7f;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-single-step .cd-more-info .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-single-step .cd-more-info .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-single-step .cd-more-info span {
  /* step count e.g. 1 of 3*/
  float: left;
  padding-top: .1em;
  font-size: 1.3rem;
  font-family: Georgia, serif;
}

@media only screen and (min-width: 1100px) {
  .cd-single-step .cd-more-info {
    position: absolute;
    width: 340px;
    border-radius: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    background-color: #fefffb;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    border-color: #fefffb;
  }
  .cd-single-step .cd-more-info p {
    margin-bottom: 10px;
  }
  .cd-single-step .cd-more-info img {
    display: none;
  }
  .cd-single-step .cd-more-info::before {
    /* triangle next to the step description - hidden on mobile */
    display: block;
  }
  .cd-single-step .cd-more-info.left {
    right: -webkit-calc(100% + 15px);
    right: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-step .cd-more-info.right {
    left: -webkit-calc(100% + 15px);
    left: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-step .cd-more-info.left, .cd-single-step .cd-more-info.right {
    top: 50%;
  }
  .cd-single-step .cd-more-info.top {
    bottom: -webkit-calc(100% + 15px);
    bottom: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-step .cd-more-info.bottom {
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-step .cd-more-info.top, .cd-single-step .cd-more-info.bottom {
    left: 50%;
  }
  .cd-single-step .cd-more-info.left::before, .cd-single-step .cd-more-info.right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-step .cd-more-info.top::before, .cd-single-step .cd-more-info.bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-step .cd-more-info.left::before {
    border-left-color: inherit;
    left: 100%;
  }
  .cd-single-step .cd-more-info.right::before {
    border-right-color: inherit;
    right: 100%;
  }
  .cd-single-step .cd-more-info.top::before {
    border-top-color: inherit;
    top: 100%;
  }
  .cd-single-step .cd-more-info.bottom::before {
    border-bottom-color: inherit;
    bottom: 100%;
  }
  .is-selected .cd-single-step .cd-more-info {
    opacity: 1;
  }
}

.cd-tour-nav {
  float: right;
}

.cd-tour-nav::after {
  clear: both;
  content: "";
  display: table;
}

.cd-tour-nav li {
  display: inline-block;
  float: left;
}

.cd-tour-nav li:first-of-type {
  margin-right: 1.5em;
}

.cd-tour-nav a {
  font-size: 1.3rem;
  color: #222d33;
  font-weight: bold;
}

.cd-tour-nav a.inactive {
  /* item not clickable */
  color: #cbccc8;
  cursor: not-allowed;
}

.cd-cover-layer {
  /* background cover layer - visible when tour is activated */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}

.cd-cover-layer.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 1100px) {
  .cd-cover-layer.is-visible {
    opacity: 0;
    -webkit-animation: cd-fade-in 2.1s;
    animation: cd-fade-in 2.1s;
  }
}

@-webkit-keyframes cd-fade-in {
  0%, 100% {
    opacity: 0;
  }
  14%, 40% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0%, 100% {
    opacity: 0;
  }
  14%, 40% {
    opacity: 1;
  }
}

/* -------------------------------- 

xapp prototype - no need to import this in production 

-------------------------------- */
.cd-app-screen {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  height: 80%;
  background: #222d33;
  border-radius: 4px;
  box-shadow: 0 10px 60px #08151d;
}

.cd-app-screen::before, .cd-app-screen::after {
  content: '';
  position: absolute;
}

.cd-app-screen::before {
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: #fefffb;
  border-radius: 4px 4px 0 0;
}

.cd-app-screen::after {
  top: 14px;
  left: 20px;
  height: 12px;
  width: 60px;
  background: #e4e5e1;
  border-radius: 3px;
}

.cd-tour-nav li a {
  font: 300 16px/26px "Roboto", sans-serif;
  background-color: #fff !important;
}

.cd-nav span {
  font: 300 16px/26px "Roboto", sans-serif !important;
}

.over-lay-active {
  height: 100%;
  left: 144px;
  position: absolute;
  top: 0;
  width: 56%;
  z-index: 120;
  background: rgba(0, 0, 0, 0.8);
  border: 4px dashed #AAAAB7;
  text-align: center;
  color: #AAAAB7;
  padding-top: 400px;
  font-size: 50px;
}

.cd-more-info a {
  color: #000 !important;
  background-color: #fff !important;
}

.fav-svg {
  fill: #ffffff;
  height: 65px;
  padding-left: 13px;
  position: absolute;
  text-align: center;
  top: -19px;
  width: 39px;
}

.fav-svg:hover {
  fill: #000;
}

.mobile-tour {
  display: none;
}

.mob-fav {
  display: none;
}

.cd-nav span {
  font: 300 14px/26px "Roboto", sans-serif !important;
}

.cd-nav span b {
  font: 500 14px/26px "Roboto", sans-serif !important;
}

.cd-tour-nav .cd-prev {
  font-size: 0;
}

.cd-tour-nav .cd-prev:after {
  content: "";
  background: url(../img/prev-icon.png) no-repeat;
  position: absolute;
  height: 40px;
  width: 60px;
  bottom: 0;
  right: 28px;
}

.cd-tour-nav .cd-next {
  font-size: 0;
}

.cd-tour-nav .cd-next:after {
  content: "";
  background: url(../img/next-icon.png) no-repeat;
  position: absolute;
  height: 40px;
  width: 60px;
  bottom: 0;
  right: 0;
}

.cd-more-info {
  padding: 0;
}

.cd-more-info h2 {
  margin-bottom: 0;
}

.inactive {
  opacity: 0.4 !important;
}

.tag-text-fav {
  display: none;
  color: #ffffff;
  height: 23px;
  padding: 5px;
  padding-top: 0;
  padding-left: 8px;
  position: absolute;
  right: 69px;
  top: 104px;
  width: 84px;
}

/* ********************LOGIN******************************/
.login-wrap {
  background: url(../img/login-bg.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.login-wrap .login-inner {
  position: absolute;
  height: 100vh;
  width: 830px;
  left: 50%;
  margin-left: -416px;
  background-color: #fff;
  padding: 207px;
  padding-top: 150px;
}

.login-wrap .login-inner .login-logo {
  text-align: center;
}

.login-wrap .form-wrap {
  margin-top: 25px;
  position: relative;
}
.login-wrap .icon {
  background-image: url(../img/user-icon.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  background-color: #fff;
  color: #000;
  padding-left: 20px;
  font: 400 16px/26px "Roboto", sans-serif !important;
  border-bottom: 2px solid #909090;
}

.login-wrap .pass {
  margin-top: 15px;
  background-image: url(../img/pass-icon.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  background-color: #fff;
  color: #000;
  padding-left: 20px;
  font: 400 16px/26px "Roboto", sans-serif !important;
  border-bottom: 2px solid #909090;
}
.login-wrap #icon {
  background-image: url(../img/user-icon.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
  background-color: #fff;
  color: #000;
  padding-left: 20px;
  font: 400 16px/26px "Roboto", sans-serif !important;
  border-bottom: 2px solid #909090;
}

.login-wrap #pass {
  margin-top: 15px;
  background-image: url(../img/pass-icon.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  background-color: #fff;
  color: #000;
  padding-left: 20px;
  font: 400 16px/26px "Roboto", sans-serif !important;
  border-bottom: 2px solid #909090;
}
.login-wrap label{
    font: 400 19px/26px "Roboto", sans-serif !important;
   color: #909090;
   position: absolute; 
   left: 53px;
}
.login-wrap ::-webkit-input-placeholder {
  color: #000;
}

.login-wrap :-moz-placeholder {
  color: #000;
}

.login-wrap ::-moz-placeholder {
  color: #000;
}

.login-wrap .form-btn {
  margin-top: 40px;
  float: right;
}

.login-wrap .form-btn a {
  color: #909090;
  font: 300 16px/26px "Roboto", sans-serif !important;
}
.login-wrap .form-btn a:hover{
  color: #EF4036;
}

.login-wrap .form-btn .login-btn {
  background: #fff;
  padding: 8px 44px;
  color: #7cc142;
  border-radius: 0px;
  font: 500 19px/26px "Roboto", sans-serif !important;
  margin-left: 15px;
  border:none;
  transition: all 0.2s ease 0s;
  border: 3px solid #7cc142;
  box-shadow: inset 0 0 0 0 #7cc142
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s; 
}
.login-wrap .form-btn .login-btn:hover{
  background-color: #7cc142;
  transition: all ease-in 0.2s;
  color: #fff;
  box-shadow: inset 0 -100px 0 0 #7cc142 !important;
}

.login-wrap .social-btn {
  margin-top: 50px;

}

.login-wrap .social-btn .fb {
  width: 49%;
  background-color: #3b5998;
  padding: 10px;
  display: block;
  float: left;
  margin-right: 5px;
   transition: all ease-in 0.2s;
   position: relative;
     font: 400 14px/26px "Roboto", sans-serif !important;
   padding-left:45px;
   border-radius: 5px;
}
.login-wrap .social-btn .fb:before{
position: absolute;
content: "";
background:url(../img/fb-b.png)no-repeat;
height:30px;
width: 30px;
left: 10px;
}
.login-wrap .social-btn .fb:hover{
  opacity: 0.8;
    transition: all ease-in 0.2s;
}
.login-wrap .social-btn .tw:hover{
  opacity: 0.8;
    transition: all ease-in 0.2s;
}

.login-wrap .social-btn .tw {
  width: 49%;
  background-color: #55acee;
  padding: 10px;
  display: block;
  float: left;
   transition: all ease-in 0.2s;
   position: relative;
     font: 400 14px/26px "Roboto", sans-serif !important;
   padding-left:45px;
   border-radius: 5px;
}
.login-wrap .social-btn .tw:before{
position: absolute;
content: "";
background:url(../img/tw-b.png)no-repeat;
height:30px;
width: 30px;
left: 10px;
top:15px;
}

@media (max-width: 1550px) {
  .widget-section {
    width: 10%;
  }
  .serch-query-section {
    width: 50%;
    padding: 50px;
  }
  .fav-add-section {
    padding-right: 5px;
    width: 15%;
  }
  .start-tour-section {
     width: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .start-tour-section{
    padding-top: 450px;
  }
 }
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .widget-section {
    width: 12%;
  }
  .serch-query-section {
    width: 48%;
  }
  .fav-add-section ul li {
    font: 300 13px/40px "Roboto", sans-serif;
  }
  .start-tour-section {
    padding-left: 20px;
  }
  .start-tour-section p {
    font: 300 15px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 1199px) {
  .fav-add-section {
    padding-top: 30px;
    display: none;
  }
   .fav-add-section img{
    right: 5px;
   }
  .widget-section {
    width: 13%;
  }
  .serch-query-section {
    width: 63%;
  }
  .serch-query-section .btn-serch {
    font-size: 15px;
    padding: 8px 20px;
  }
  .mob-fav {
    display: none;
  }
  .serch-query-section h1 {
    text-align: left;
  }
  .mob-fav {
    background: #7cc245;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    height: 42px;
    min-width: 42px;
    position: absolute;
    right: 110px;
    top: 58px;
    z-index: 13;
    /*  border-radius: 20px 0px 0px 0px;
-moz-border-radius: 20px 0px 0px 0px;
-webkit-border-radius: 20px 0px 0px 0px;
border: 0px solid #000000;*/
  }
  .mob-fav:before {
    content: "";
    background: url(../img/mob-fav-icon.png) no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 14px;
    top: 11px;
  }
  .mob-fav:hover {
    color: #000;
  }
  .mob-fav:hover:after {
    content: "Favourite";
    color: #fff;
    bottom: -24px;
    position: absolute;
    left: -10px;
    font-size: 13px;
  }
  .mob-fav p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 5px;
  }
  .visible-fav {
    display: block;
    position: absolute;
    right: 0;
    width: 250px;
    z-index: 15;
    background-color: #212124;
  }
  #overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10;
  }
  .start-tour-section {
    background: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding-top: 30px;
    position: absolute;
    right: -89.5%;
    top: 30px;
    width: 100%;
    padding-left: 15px;
  }
  .start-tour-section h2 {
    display: none;
  }
  .start-tour-section p {
    display: none;
  }
  .start-tour-section .btn-serch {
    font-size: 0px;
    padding: 21px;
    border-radius: 50px !important;
    height: 40px;
   /* position: relative;*/
  }
  .start-tour-section .btn-serch:hover {
    opacity: 1;
  }
  .start-tour-section .btn-serch:hover:after {
    content: "Start Tour";
    color: #fff;
    bottom: -64px;
    position: absolute;
    left: 10px;
    font-size: 13px;
    text-transform: capitalize;
  }
  .start-tour-section .btn-serch:before {
    content: "";
    background: url(../img/tuor-icon.png) no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
   left: 26px;
top: 38px;
  }
  .widget-section {
    width: 19%;
  }
  .serch-query-section {
    width: 81%;
  }

  .logout{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 0;
  right: 166px;
    top: 60px;
    background: none;

}

.logout:after{
background: none;
height: 0;
width: 0;
}
.lg-out{

}
.lgout:before{
  content: "";
  background: url(../img/icon-logout-bfr.png) no-repeat scroll 7px 8px;
  width: 50px;
  height: 42px;
display: block;
position: absolute;
right: 17%;
top: 11%;
width: 42px;
background-color: #7cc245;
border-radius: 50px;
margin-top: 6px;
}
.lg-out a {
    /*background: #7cc245 none repeat scroll 0 center;*/
    border-radius: 50px;
display: block;
font-size: 0;
height: 40px;
position: relative;
width: 40px;
left: 0;
margin: auto;
right: 10px;
left: 222px;
top: 49px;
}
.lg-out a:hover::after{
   bottom: -34px;
    color: #ffffff;
    content: "Logout";
    font-size: 13px;
    left: -8px;
    position: absolute;
}
  

}

@media (min-width: 1300px) {
.login-wrap .login-inner{
  padding-top: 30px;
}
}
@media (min-width: 1500px) {
.login-wrap .login-inner{
  padding-top: 130px;
}
}

@media (max-width: 1023px) {
  .logout{
    right: 148px;
  }
  .serch-query-section {
    padding: 30px;
    padding-top: 50px;
  }
  .mob-fav {
    right: 90px;
  }
  .start-tour-section {
    right: -88.5%;
  }
  .form-group {
    margin-bottom: 0;
  }
  .form-wrap input[type="text"] {
    font-size: 14px;
    height: 36px;
  }
  .form-wrap label {
    font-size: 14px;
  }
  .bottom-left a {
    font-size: 14px !important;
  }
  .serch-query-section h1 {
    margin-bottom: 3px;
  }
}
.fav-add-section img{
  position: absolute;
  right: 0;
    top: 12px;
}
.fav-add-section li:hover{
background: #1e1e20;

}
.div-input{
  position: relative;
  max-height: 40px !important;
}
.div-input input{
  padding-top: 15px !important;
}
.div-input label {
position: absolute;
top: 10px;
right: 1px;
z-index: 1;
height: 1em;
font-size: 16px !important;
 font: 400 16px/26px "Roboto", sans-serif !important;
color: #999;
white-space: nowrap;
cursor: text;
transition:all .2s ease;
left: 35px;

}
input:focus ~ label {
  font-size:11px !important;
  font-weight:bold;
  left:37px;
  top:-5px !important;
  color: #999999 !important;
}
input:focus{
 border-bottom: 2px solid #000 !important;
}
.removeLabelUname input{
 border-bottom: 2px solid #000 !important;
}
.removeLabelPwd input{
   border-bottom: 2px solid #000 !important;
}

.removeLabelUname label{
  color: #999 !important;
    font-size:11px !important;
  left:37px !important;
  top:-5px !important;
}
.removeLabelPwd label{
  color: #999 !important;
     font-size:11px !important;
  left:37px !important;
  top:-5px !important; 
}
.pass-word label, .pass-word1 label, .pass-word2 label{
top:8px;
}
.pass-word input, .pass-word1 input, .pass-word2 input{
  margin-top: 0 !important;
}
.pass-word, .pass-word1, .pass-word2{
  margin-top: 15px;
}
.register-form .pass-word, .register-form .pass-word1, .register-form .pass-word2 {
  margin-top: 0 !important;
}
.register-form .div-input{
  margin-top: 10px !important;
}

.form-wrap h4 a{
  color: #000;
}
.form-wrap h4 a:hover{
  color: #7cc142;
}
.form-wrap h4 a{
    font:300 18px/26px "Roboto",sans-serif;
}
.form-wrap h4 span{
  font:300 18px/26px "Roboto",sans-serif;
}
.form-btn span{
  font:300 18px/26px "Roboto",sans-serif;
}
.form-btn a{
  font:300 18px/26px "Roboto",sans-serif;
  color: #000 !important;
}
.form-btn a:hover{
  color: #7cc142 !important;
}
.login-btn:focus{
  border: 3px solid #7cc142 !important;

}
.login-btn:active{
  border: 3px solid #7cc142 !important;

}
@media (max-width: 991px) {

.logo{
  text-align: left!important;
}
.padd {
  margin: 0 0 0 15px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

  .logout {
      right: 43%;
  }
}
@media (max-width: 1024px) {
.cd-single-step {
    left: -230px;
    top: -212px;

}
.logout{
  display: none;
  }
}

/*.ftr-logo{
  float: right;

  margin-top: -52px;
margin-right: 31px;
}*/
.ftr-logo p{
  font-size: 10px;
  color: #727272;
  font-weight: 500;
}
.ftr-logo a{
font-size: 10px;
  color: #727272;
  font-weight: 500;
  }
  .logo-size{

  }
}
 /*@media (max-width: 1300px) {
  .ftr-logo {
    float: right;
    margin-right: 29px!important;
    position: relative;
    top: -35px!important;
}

  }*/
@media only screen and (max-width:1360px){
    .start-tour-section {
      padding-top: 409px;

  }

  .logo-size {
    width: 50%;
}
}
 @media (max-width: 1024px) {
.logo-size {
    width: 40%; }

 }

 @media (max-width: 768px) {
.logo-size {
  width: 49%;
position: relative;
left: -12px;
}
.cd-tour-wrapper {

top: 42%;
  }
.lgout::before {
  right: 19%;
top: 5%;
 }
}
.ftr-logo{
  float: right;

 margin-right: 269px;

}
.ftr-logo p{
  font-size: 10px;
  color: #727272;
  font-weight: 500;
}
.ftr-logo a{
font-size: 10px;
  color: #727272;
  font-weight: 500;
  }
  .logo-size{

  }
}
.logout-section{

}
@media (min-width: 1024px) {
.lgout::before {
  top: 51px;

  }
  .ftr-logo {
    float: right;
margin-right: 28px;
margin-top: -49px;
}
  .lgout::before {
    margin-top: -42px;
    margin-left: 38px;
    left: 63px;
}
.lg-out a:hover::after {
left: 102px;
  }
}

.mob-fav:hover::after {
    bottom: -24px;
    color: #fff;
    content: "Favourite";
    font-size: 13px;
    left: -5px;
    position: absolute;
}
}
