* {
    margin: 0;
}
html, body {
    height: 100%;
  padding:0 !important;

}
.page-wrap {
    min-height: 100%;
    margin-bottom: -100px;
}
.page-wrap:after {
    content: "";
    display: block;
}
footer, .page-wrap:after {
   height:100px;
}

@font-face {
    font-family: hensa;
    src: url(../fonts-nct/Hensa.otf);
}

/*--------------General CSS---------*/
img { border: 0 none; max-width: 100%; vertical-align:top; }
a { outline: none; cursor: pointer; color: #333333;}
a:hover, a:focus  {color:#c0007f; text-decoration:none; outline: none;}
p { font-size: 14px; line-height: 25px; padding-bottom: 5px; color: #666666;}
h1 { font-size: 36px; margin: 15px 0px;}
h2 { font-size: 26px; margin: 15px 0px;}
h3 { font-size: 18px; margin: 15px 0px;}
h4 { font-size: 16px; margin: 15px 0px;}
h5 { font-size: 12px; margin: 15px 0px; }
body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #333333;
 -webkit-font-smoothing: subpixel-antialiased; -webkit-text-stroke: 1px transparent; overflow-x:hidden; letter-spacing: 1px;}
/*-----------------------main styles starts here-----------------------------------------------*/
.container { margin: 0 auto; }
ul { margin:0; padding:0; list-style-type:none;}
/*===================================== PLACE HOLDER CSSS START HERE    ====================================*/
input::-webkit-input-placeholder {
color:#666666;
font-family: 'Montserrat', sans-serif;

}
 input::-moz-placeholder {
color:#666666;
font-family: 'Montserrat', sans-serif;

}
input::-ms-placeholder {
color:#666666;
font-family: 'Montserrat', sans-serif;

}
input.textbox::-ms-input-placeholder {
color:#666666;
font-family: 'Montserrat', sans-serif;

}
input.textbox::-ms-input-placeholder {
color:#666666;
font-family: 'Montserrat', sans-serif;

}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: normal;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 3px solid #666666;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: transparent;
    border:3px solid #c10381;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked + label{color: #c10381; font-weight: 600;}
[type="radio"]:checked + label:before {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-weight: normal;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 1.25em; height: 1.25em;
  border: 1px solid #bfbfbf;
  background: #fff;
  border-radius: 0px;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .2em; left: .275em;
  font-size: 1.4em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
    left:4px; top:6px;
    color: white; font-size: 13px;
}
[type="checkbox"]:checked + label{color: #C10381; font-weight: bold;}
[type="checkbox"]:checked + label:before {
background-color: #c10381;
  border:1px solid #c10381;
  }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
}


/*===================================== PLACE HOLDER CSSS END HERE    ====================================*/
/*===================================== Commen Butons ===================================*/
.large-btn {border-radius: 4px;
    font-size: 16px;
    line-height: 1.33333;
    padding: 10px 16px;
  background-color: #0098d8;
    border:1px solid #0098d8;
    color: #fff;
  width:100%;
  border-radius:0px;
  } 
.large-btn:hover, .large-btn:focus {
    background-color: #FFFFFF;
    border-color: #0098d8;
    color: #0098d8;
}

.medium-btn {border-radius: 0px;
    font-size: 15px;
    line-height:1.42857;
  background-color: #0098d8;
    border-color: #0098d8;
    color: #fff;
  padding:6px 12px;
  min-width:370px;
  } 
.medium-btn:hover, .medium-btn:focus {
    background-color: #FFFFFF;
    border-color: #0098d8;
    color: #0098d8;
}

.small-btn {
  border-radius: 30px;
    font-size: 18px;
  background-color: #fff;
    border: 2px solid #c10381;
    color: #C10381;
  padding:0px 25px;
  background: linear-gradient(to left, #c10381 50%, #fff 50%);
    background-size: 200% 100%;
  transition:all 0.4s ease-in;
  background-position:left bottom;
  height: 50px;
  text-transform: uppercase;
  } 
.small-btn:hover, .small-btn:focus {
    color: #fff;
  background-position:right bottom;
}

.close-btn {border-radius: 4px;
    font-size: 15px;
    line-height:1.42857;
  background-color: transparent;
    border-color:#c9302c;
    color: #c9302c;
  padding:6px 12px;
  min-width:120px;
  } 
.close-btn:hover, .close-btn:focus {
    border-color: #c97420;
  background-color:#c9302c;
    color: #fff;
}

/* switch start */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border:2px solid #cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 6px;
  bottom: 3px;
  background-color: #cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: transparent;
  border:2px solid #c0017f;
}
input:checked + .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  right: 6px;
  bottom: 3px;
  background-color: #c0017f;
  -webkit-transition: .4s;
  transition: .4s;;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* switch end */


header {min-height:70px; background-color: white; width: 100%; position: relative; -webkit-box-shadow: -1px 7px 5px -2px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 7px 5px -2px rgba(0,0,0,0.10);
box-shadow: -1px 7px 5px -2px rgba(0,0,0,0.10); z-index: 9;}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{top: 0px; bottom: 10px; left: 0px; font-size: 11px; opacity: 1; text-transform: uppercase;}
.inputText {font-size: 14px; width: 100%; height: 52px; border:1px solid #bfbfbf; border-top:0px; border-left:0px; border-right: 0px; 
color: #0b0c11;}
input.inputText:focus{border-bottom: 1px solid #000;}
.floating-label { position: absolute; pointer-events: none; left: 0px; top: 18px; transition: 0.2s ease all; color: #8a8b8e;}

/*.inputText:focus ~ .floating-label,
.inputText:not(:focus):valid ~ .floating-label{
  top: 6px;
  left: 5px;
  font-size: 11px;
  opacity: 0.6;
}

.inputText {
  font-size: 14px;
  width: 200px;
  height: 45px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 14px;
  transition: 0.3s ease all;
}*/


/*select{appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; position: relative;}
select:before{background: url("../images-nct/down-arrow.png"); width: 14px; height: 9px; content: '';}*/
.select-style {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.select-style select {
    padding: 5px 30px 5px 0;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none;
    border-bottom: 1px solid #cfcfcf;
    background: url("../images-nct/down-arrow.png") no-repeat 98% 50%;
    height: 52px;
}
select::-ms-expand {display: none;}
select::-webkit-expand {display: none;}
select::-moz-expand {display: none;}
select::-o-expand {display: none;}

.select-style select:focus {
    outline: none;
}




.logo { float:left; margin:30px 0 0;}
nav ul { float:right; padding:0; margin:15px 0 0;}
nav ul li { display:inline-block; font-size:12px; padding:6px 10px;}

section { float:left; width:100%; padding:50px 0;}
.form-control{height:42px; background-color:#FFF; border:1px solid #bfbfbf; border-radius:0px;}

/*----------Page Section--------------*/
/*.about-section { background:#e5e5e5;}*/

/*================Inner Page Start=============*/

   
p:last-child { margin-bottom:0;} 

/* ---- header css start ---- */
header .navbar-default{background-color:transparent; border-color:transparent; }
header .navbar{margin-bottom:0;}
header nav .navbar-right{float: right;}
header nav .navbar-right li {padding:15px 10px; text-align: center;}
header nav .navbar-right li a{color:#292929 !important; line-height:25px; text-transform: uppercase; padding-left: 5px; padding-right: 5px;
font-size: 12px; font-weight: bold; letter-spacing: 5px;}
header nav .navbar-right li a:hover, header nav .navbar-right li a:focus, header nav .navbar-right li a:active{color: #c0007f !important;}
header .navbar-brand{padding-top:10px;}
.right-navbar{margin-left: 170px;}
/* ---- header css ends ---- */   

/* ---- header right css start ---- */

.usr-profile button{background-color: transparent; padding: 0;}
.usr-profile button img{width: 50px; height: 50px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%;}
.usr-profile ul li{padding: 0 !important; text-align: left !important; width: 100%;}
.usr-profile ul li a{padding: 0; padding-left: 20px !important; padding-right: 20px !important; text-transform: none !important;
letter-spacing: 1px !important; font-size: 12px !important; font-weight: 500 !important; border-bottom: 1px solid #e2e2e2;
padding-top: 5px !important; padding-bottom: 5px !important;}
.usr-profile .dropdown-menu{padding-top: 0 !important; padding-bottom: 0 !important;}
.notification-dropdown button{background-color: transparent; margin-top: 10px;}
.notification-dropdown .dropdown-menu{width: 300px; padding: 15px;}
.notification-dropdown .dropdown-menu li{padding-top: 0 !important; padding-bottom: 0 !important; padding-right: 0px; margin-bottom: 10px;
padding-bottom: 10px !important; border-bottom: 1px solid #e2e2e2; }
.notification-dropdown .dropdown-menu li:last-child{border-bottom: 0px; padding-bottom: 0 !important; margin-bottom: 0;}
.dropdown-img img{width: 35px; height: 35px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%;}
.dropdown-img{position: absolute; top:4px; left: 0;}
.notification-dropdown ul li{position: relative; min-height: 35px; padding-left: 40px !important; width: 100%;}
.dropdown-description ul{margin-top: 0; padding: 0;}
.dropdown-description ul li h4{margin-top: 0;}
.dropdown-description{text-align: left;}
.dropdown-description a{letter-spacing: 1px !important;}
.dropdown-description span{display: block; text-align: left; margin-left: 4px; font-size: 11px; font-style: italic;}
.see-all-list{padding-left: 0 !important;}
.dropdown-menu ul{margin-top: 0 !important; float: inherit;}
.see-all-link{clear: both; padding-top: 15px; text-align: center;}

/* ---- header right css end ---- */

/* home page start */
.home-banner{padding-top: 0; padding-bottom: 0; position: relative;}
.home-banner-img img{width: 100%; height: 100vh; padding-bottom: 60px; margin-top: -90px;}
.home-banner-txt{position: absolute; top:35%; left: 0%; transform:translate(0%, -35%); -webkit-transform:translate(0%, -35%);
-moz-transform:translate(0%, -35%); -o-transform:translate(0%, -35%); -ms-transform:translate(0%, -35%); width: 100%;}
.home-banner-txt h1{font-family: hensa; font-size: 62px; color: white;}
.home-banner-txt p{color: white; max-width: 37%;}
.home-banner-input{position: absolute; bottom: 10px; width: 50%; margin: 0 auto; display: block; left: 0; right: 0; background-color: white;
-webkit-box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.18); -moz-box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.18);
box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.18); padding: 20px 30px;}
.home-banner-input label{color: #666666; font-size: 12px; text-transform: uppercase;}
.home-banner-input select{height: 40px; background-color: #f1f1f1; border:1px solid #f1f1f1; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;}
.home-banner-input input{height: 40px; background-color: #f1f1f1; border:1px solid #f1f1f1; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;}
.home-banner-input .form-group{margin-bottom: 0;}
.home-banner-input button{margin-top: 10px;}
.home-section-head{margin-top: 60px;}
.home-section-head h2{position: relative; margin-bottom: 35px; font-weight: 300; font-size: 42px;}
.home-section-head h2:after{position: absolute; bottom: -12px; left: 0; width: 30px; border:1px solid #c10381; content: '';}
.home-section-description a{text-transform: uppercase; font-weight: bold; font-size: 10px; letter-spacing: 4px; border-bottom: 1px solid #c10381;
padding-bottom: 5px;}
.restaurents .home-section-img img{max-width: 490px;}
.restaurents .home-section-img{float: right;}
.verticle-line{border-left:2px solid #c10381; height: 100px; text-align: center; margin: auto; display: block; width:2px;}
.home-newsletter{background: url("../images-nct/home-customer-bg.jpg"); width: 100%; background-size: cover; position: relative;}
.home-newsletter:before{background-color: rgba(255,255,255,0.9); position: absolute; top:0; left: 0; content: ''; height: 100%; width: 100%;}
.newsletter-inner{position: relative; width: 56%; margin: auto;}
.newsletter-inner h2{font-size: 60px; font-family: hensa; text-align: center;}
.newsletter-inner p{text-align: center;}
.newsletter-input{position: relative; margin-top: 50px;}
.newsletter-input button{position: absolute; top:0; right: 0; background-color: #c10381; height: 50px; border-radius:0px;
-webkit-border-radius:0px; -moz-border-radius:0px; -ms-border-radius:0px; -o-border-radius:0px; padding: 20px; color: white; font-size: 30px;
line-height: 50px; padding-top: 0}
.newsletter-input button:hover, .newsletter-input button:focus, .newsletter-input button:active{color: white;}
.newsletter-input input{height: 50px; border:1px solid white !important; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset; 
-webkit-box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.12);
box-shadow: 0px 0px 5px 6px rgba(0,0,0,0.12);}
.newsletter-btns{margin: auto; display: block; text-align: center; margin-top: 50px;}
.newsletter-btns a:first-child{margin-right: 40px;}
.home-newsletter{padding-bottom: 80px;}
footer{padding-top: 40px; padding-bottom: 40px; clear: both; -webkit-box-shadow: -1px -12px 5px -8px rgba(0,0,0,0.1);
-moz-box-shadow: -1px -12px 5px -8px rgba(0,0,0,0.1);
box-shadow: -1px -12px 5px -8px rgba(0,0,0,0.1);}
.footer-links li{display: inline-block; font-size: 10px; font-weight: bold; text-transform: uppercase; letter-spacing: 3px;
margin-right: 15px;}
.footer-social-links li{display: inline-block; font-size: 24px; margin-right: 30px;}
.footer-social-links li:last-child{margin-right: 0;}
.footer-social-links{float: right;}
.footer-links li:last-child{margin-right: 0;}

/* home page end */

/* signup page start */
.section-inner{-webkit-box-shadow: -1px -1px 20px -5px rgba(0,0,0,0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0,0,0,0.31);
box-shadow: -1px -1px 20px -5px rgba(0,0,0,0.31); width: 45%; margin: 0 auto; padding: 0px;}
.signup-inner-top{background: url("../images-nct/signup-img.jpg"); width: 100%; background-size: cover; padding-top: 100px;
 padding-bottom: 140px; position: relative;}
.signup-inner-top:after{background: url("../images-nct/signup-bottom.png"); position: absolute; width: 100%; height: 100px; bottom: 0px;
left:0; content: ''; background-size: cover;}
.signup-inner-top h1{font-size: 48px; text-transform: uppercase; text-align: center; font-weight: bold; color: white;}
.signup-inner-bottom{padding: 20px 30px; padding-bottom: 40px;}
.social-icon a span{margin-top: 20px; position: relative; top: 15px; left: 10px;}
.fb-icon a span{color: #3872d6;}
.google-icon a span{color: #ec2329;}
.signup-or{margin: auto; display: block; text-align: center; margin-top: 50px; margin-bottom: 50px; position: relative;}
.signup-or:after{border-bottom: 2px solid #cccccc; width: 100%; position: absolute; top: 30px; left: 0; content: ''; z-index: -1;}
.floating-main{position: relative;}
.custom-radio-new lable{display: block; font-weight: 700; font-size: 14px; margin-bottom: 15px;}
.custom-radio-new p{float: left; margin-right: 15px;}
.custom-radio-new{margin-top: 30px; margin-bottom: 40px;}
.pwd-floating input:focus ~ .floating-label,
.pwd-floating input:not(:focus):valid ~ .floating-label{top: 0px; bottom: 10px; left: 15px; font-size: 11px; opacity: 1;}
.pwd-floating .floating-label{left: 15px;}
.signup-btn{margin: auto; display: block; text-align: center; margin-top: 40px;}
.forgot-pwd{position: absolute; top:0; right: 0;}
.remember-box{position: relative;}
/* signup page end */

/* setting start */

.section-head h1{font-size: 20px; letter-spacing: 10px; text-transform: uppercase; font-weight: bold; text-align: center; margin-bottom: 40px;}
.account-setting-main{padding: 30px;}
.main-tab{border-bottom: 0px;}
.main-tab li{margin-right: 30px; border-bottom: 2px solid white;}
.main-tab li.active{border-bottom: 2px solid #c10381;}
.main-tab li.active a{border:0px; color: #C10381;}
.main-tab li.active a:hover, .main-tab li.active a:focus, .main-tab li.active a:active{color: #C10381;}
.main-tab li a{padding-right: 0; padding-left: 0;}
.main-tab li a:hover, .main-tab li a:focus, .main-tab li a:active{border:0px; border-bottom: 2px solid #c10381; background-color: transparent;
border-width: 0px !important;}
.floating-single-list{margin-top: 20px;}
.floating-single-list label{font-weight: 500;}
.copy-link{position: absolute; bottom: 12px; right: 0;}
.url-input{padding-right: 25px;}
.delete-acnt{margin-top: 20px; color: #0b0c11;}
.delete-acnt a{color: #c10381;}
.small-green-btn{border-color: #09581d; color: #09581d; background: transparent linear-gradient(to left, #09581d 50%, #FFF 50%) repeat scroll left bottom / 200% 100%;}
.settings-btns ul{margin: auto; text-align: center; margin-top: 35px; margin-bottom: 30px;}
.settings-btns ul li{display: inline-block; margin-right: 30px;}
.settings-btns ul li:last-child{margin-right: 0;}
.swtich-section ul{margin-top: 20px;}
.swtich-section ul li{position: relative; margin-bottom: 30px; padding-right: 70px;}
.swtich-section ul li:last-child{margin-bottom: 0;}
.swtich-section ul li label{position: absolute; top:0; right:0;}

/* setting end */

/* after-login start */
.site-logo img{margin: auto; text-align: center; display: block;}
.site-logo{padding-bottom: 0;}
.after-login-head h1{font-size: 24px; text-transform: uppercase; font-weight: 700; padding-right: 60px;}
.after-login-inner{max-width: 950px; margin: auto;}
.after-login-head a{position: absolute; top:3px; right: 0;}
.after-login-head{position: relative;}
.after-login-body{-webkit-box-shadow: -1px -1px 20px -5px rgba(0,0,0,0.31); -moz-box-shadow: -1px -1px 20px -5px rgba(0,0,0,0.31);
box-shadow: -1px -1px 20px -5px rgba(0,0,0,0.31); padding: 40px 50px; margin-top: 40px;}
.step-count{float: right; font-weight: 700; right: 20px;
position: relative;
top: 20px;}
.step-que h3{text-align: center; font-weight: 700;}
.step-answer{margin-top: 40px;}
/*.step-answer li a{padding-left: 20px; padding-right: 20px; display: block;}*/
.step-answer li button{height: 50px; border-radius:0px; border:1px solid #ccc;}
.step-answer li .btn-group-toggle{height: 50px; border-radius: 0px; border: 1px solid #CCC; line-height: 45px;}
.step-answer li .btn-group-toggle label.active{background-color: rgb(192, 1, 127); border-radius: 0px;
height: 50px; line-height: 35px; color: white; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.125) inset;}
.step-answer li button:hover, .step-answer li button:focus, .step-answer li button:active{border:1px solid #c0017f; background-color: #c0017f; color: white;}
.step-answer li{display: inline-block; margin-bottom: 10px; margin-right: 20px;
margin-bottom: 25px;}
/*.step-answer li:hover{background-color: #c0017f; border:1px solid #c0017f;}
.step-answer li:hover a{color: white;}*/
.active-answer{position: relative;}
.active-answer button{color: white; background-color: #c0017f; color: white; border:1px solid #c0017f !important;}
.close-icon-answer{position: absolute; top: -10px; right: -10px; background-color: white; width: 20px; height: 20px; border-radius: 50%; 
-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
box-shadow: 0px -1px 20px -2px rgba(0, 0, 0, 0.31);
-webkit-box-shadow: 0px -1px 20px -2px rgba(0, 0, 0, 0.31); -moz-box-shadow: 0px -1px 20px -2px rgba(0, 0, 0, 0.31);
-ms-box-shadow: 0px -1px 20px -2px rgba(0, 0, 0, 0.31); -o-box-shadow: 0px -1px 20px -2px rgba(0, 0, 0, 0.31);
text-align: center;}
.close-icon-answer a{color: black !important; font-size: 12px; position: relative; top: -3px; left: 0px;}
.next-btn{padding-top: 0;}
.next-btn button{margin: auto; display: block;}

/* after-login end */

/* blocked user start */
.section-inner-fullwidth{width: 100% !important; padding: 30px;}
.single-user-img img{width: 120px; height: 120px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%; box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.31);
-webkit-box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.31); -moz-box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.31);
-ms-box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.31); -o-box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.31);}
.single-user-details h4{font-size: 14px;}
.single-user-details > a{color: #c0017f; text-transform: uppercase; font-weight: 700;}
.single-user{text-align: center; margin-bottom: 30px;}
/* blocked user end */

/* contact start */
.contact-inner{padding: 20px;}
.contact-inner textarea{margin-top: 20px;}
.contact-inner button{margin: auto; display: block; text-align: center; margin-top: 20px; margin-bottom: 20px;}
textarea{resize:none;}
textarea:focus{border:1px solid #000; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);}

/* contact end */

/* create new event start */
.upload-eventimg{width: 150px; height: 75px; border:1px dashed #cccccc; border-radius:10px; -webkit-border-radius:10px;
-moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; margin:auto; margin-bottom: 20px; text-align: center;
line-height: 150px; }
.upload-eventimg a i{color: #ccc; font-size: 30px;}
.upload-btn-wrapper{position: relative; overflow: hidden;}
.upload-eventimg .btn{color: #ccc; background-color: white; padding: 8px 20px; border-radius: 8px; font-size: 20px; font-weight: bold;
margin-top: 0; margin-bottom: 0; height: 150px; width:150px;}
.upload-btn-wrapper input[type=file] {font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0;}
.description-new{margin-top: 20px;}
.description-new label{font-weight: 400;}
.navbar-right li a i{font-size: 16px;}

/* create new event end */

/* fav list start */
.tab-inner{margin-top: 30px;}
.single-user-img{width: 120px; height: 120px; margin: auto; display: block;}
.single-user-img:hover .single-user-hover{display: block;}
.single-user-hover{background-color: rgba(193,3,129,0.5); width: 120px; height: 120px; border-radius:50%; -webkit-border-radius:50%;
-moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; position: absolute; top: 0px; left: 0px; right: 0; display: block;
margin: auto; display: none;}
.single-user-hover a{color: white; line-height: 135px; text-align: center;}
.single-user-hover a i{font-size: 40px;}
/* fav list end */

/* liked you start */
.single-user-details ul li{display: inline-block; margin-right: 10px;}
.single-user-details ul li:last-child{margin-right: 0;}
.single-user-details ul li a{color: #c10381;}
.single-user-details ul li:last-child a{color: #276c38;}
* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
  display: none;
}
*:hover > .fa.fa-hover-show {
  display: inline-block;
}


/* liked you end */

/* notification start */
.notification-main{padding: 20px;}
.notification-main ul li{margin-bottom: 15px; position: relative; padding-left: 30px; display: table;}
.notification-main ul li:last-child{margin-bottom: 0;}
.single-notification-list:hover p, .single-notification-list:hover .notification-icon i{color: #c10381;}
.notification-icon{position: absolute; top:0; left: 0;}
.notification-icon i{color: #666;}
.unread-notification p{color: #0b0c11;}
.unread-notification .notification-icon i{color: #0b0c11;}

/* notification end */

/* user profile start */
.userprofile-main{padding-top: 0;}
.profile-inner{background: url("../images-nct/profile-bg.jpg"); background-size: cover; width: 100%; padding-top: 80px; padding-bottom: 0px;}
.profile-inner-width{max-width: 720px; margin: 0 auto;}
.user-img img{width: 170px; height: 170px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%;
-o-border-radius:50%; border:5px solid white; box-shadow: -1px -1px 20px 3px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px 3px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px 3px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px 3px rgba(0, 0, 0, 0.31);}
.user-basic{text-align: center;}
.user-basic h1{font-size: 18px; font-weight: 700; margin-top: 30px;}
.user-basic h4{font-size: 14px; color: #666;}
.user-basic p{margin-top: 30px;}
.user-portfolio{margin-top: 60px;}
.user-portfolio .owl-dots{display: none;}
.user-portfolio .owl-carousel{position: relative;}
.user-portfolio .owl-carousel .owl-nav .owl-prev{position: absolute; top:40%; left: 15px; width: 50px; height: 50px;
background-color: rgba(0,0,0,0.5); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
-ms-border-radius: 50%; -o-border-radius: 50%; background-image: url("../images-nct/pre.png"); background-repeat: no-repeat;
color: transparent; background-position: center;}
.user-portfolio .owl-carousel .owl-nav .owl-prev:hover{position: absolute; top:40%; left: 15px; width: 50px; height: 50px;
background-color: rgba(192,0,127,1); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
-ms-border-radius: 50%; -o-border-radius: 50%; background-image: url("../images-nct/pre.png"); background-repeat: no-repeat;
color: transparent; background-position: center;}
.user-portfolio .owl-carousel .owl-nav .owl-next{position: absolute; top:40%; right: 15px; width: 50px; height: 50px;
background-color: rgba(0,0,0,0.5); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
-ms-border-radius: 50%; -o-border-radius: 50%; background-image: url("../images-nct/next.png"); background-repeat: no-repeat;
color: transparent; background-position: center;}
.user-portfolio .owl-carousel .owl-nav .owl-next:hover{position: absolute; top:40%; right: 15px; width: 50px; height: 50px;
background-color: rgba(192,0,127,1); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
-ms-border-radius: 50%; -o-border-radius: 50%; background-image: url("../images-nct/next.png"); background-repeat: no-repeat;
color: transparent; background-position: center;}
.user-description{margin-top: 70px;}
.single-description-head h3{text-transform: uppercase; font-weight: 700; font-size: 14px; background-color: white; display: table;
padding-right: 25px; z-index: 9; position: relative;}
.single-description-head{position: relative;}
.single-description-head span{position: absolute; top:6px; left: 0; border:1px solid #cccccc; width: 100%; content: '';}
.interest-list li{border: 1px solid #ccc; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px;
-ms-border-radius:30px; -o-border-radius:30px; display: inline-block; min-height: 40px; line-height: 40px; margin-right: 20px; }
.interest-list li:hover{background-color: #c10381; border:1px solid #c10381;}
.interest-list li:hover a{color: white;}
.interest-list li a{padding: 10px 25px;}
.language-list li span{color: #666; font-size: 12px;}
.single-description ul li{margin-bottom: 20px;}
.single-description{padding-bottom: 2px;}

/* user profie end */

/* user profile popup start */
.my-photo-model .modal {
  display: none;
  z-index: 9999;
  left: 0;
  right:0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background:rgba(0,0,0,0.7);
  top:0;
  padding-top:50px;
}

/* Modal Content */

.my-photo-model .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1170px;
  border:none;
  border-radius:0px;
}

/* The Close Button */

.my-photo-model .close a{
  color: #fff;
  background:#282828;
  border-radius:50%;
  padding:6px 8px;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 14px;
  z-index:5;
}

.my-photo-model .close{
  opacity:1;  
}

.my-photo-model .close a:hover,
.close a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity:1;
  background:#c0007e;
  transition:all 0.4s;
  -webkit-transform: rotate(18deg);
          transform: rotate(180deg);
}

.my-photo-model .mySlides {
  display: none;
}

/* Next & previous buttons */

.my-photo-model .prev,
.my-photo-model .next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
  margin-top: -50px;
  color: white;
  background:rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
  user-select: none;
  -webkit-user-select: none;

}

/* Position the "next button" to the right */
.my-photo-model .next {
  right: 10px;
}

.my-photo-model .prev{
  left:10px;
}

.my-photo-model .model-img  {
  background:#fff;  
}

.my-photo-model .model-main{
  background:#fff;  
}


/* Number text (1/3 etc) */
.my-photo-model .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.my-photo-model .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.model-text{
  padding-right:30px; 
}

.my-photo-model .model-user{
  position:relative;
  padding:30px 0px;
  padding-left:70px;
  padding-bottom:0px;
  min-height: 110px;
}

.my-photo-model .model-user img{
width: 55px; height: 55px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%;
  -o-border-radius:50%; 
}

.my-photo-model .model-user h4{
  margin-top:0px;
  font-size:16px;
  margin-bottom: 5px;
}

.my-photo-model .model-user h4 span{
  float:right;  
}

.my-photo-model .model-user h5{
  margin-bottom:10px; margin-top: 0; color: #666;
}
.give-star{margin: 30px auto auto; display: block; text-align: center;}
.give-star i{color: #ffae0d;}

.my-photo-model .model-user p{
  font-size:14px;
}

.model-text textarea{
  width:100%;
  padding:5px;
  border:1px solid #ccc;
  resize:none;
  margin-top:20px;
}

.model-text .mCustomScrollbar{
  height:250px; 
}

.model-text .mCSB_scrollTools .mCSB_draggerContainer{
  top:30px; 
}

.model-text button{margin: auto; display: block; margin-top: 30px;}

.my-photo-model .model-img{
  position:relative;  
}
.model-user-img{position: absolute; top:30px; left: 0;}
.model-user-img h5{text-align: center; margin-top: 10px !important;}
.model-user-img h5 i{color: #ffae0d;}
.model-like h4{
  margin:0px;
  font-weight:400;
}

.model-like h4 span{
  margin-right:15px;
  font-size:20px; 
}

.model-like{
  position:absolute;
  bottom:0;
  left:0;
  background:#f1f1f1;
  padding:15px;
  width: 100%;
}
.model-main .mySlides{overflow-y:hidden; max-height: 550px;}
.model-main .mySlides img{width: 100%;}
.mySlides-top{position: absolute; top:15px; right: 30px;}
.mySlides-top ul li{display: inline-block; margin-right: 10px; background-color: white; width: 30px; height: 30px; border-radius: 50%;
line-height: 30px; text-align: center;}
.mySlides-bottom{color: white; position: absolute; bottom: 0; left: 0; padding-left: 40px; padding-right: 20px; padding-top: 20px;
 padding-bottom: 10px; width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,020101+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(2,1,1,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(2,1,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(2,1,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#020101',GradientType=0 ); /* IE6-9 */}
.mySlides-bottom h4{font-weight: bold; margin-bottom: 5px; font-size: 16px;}
.mySlides-bottom p{font-size: 12px; color: white;}
.mySlides-bottom-left{float: left;}
.mySlides-bottom-right{float: right;}
.mySlides-bottom-left h4{margin-top: 0;}
.mySlides-bottom-right span i{color: #ffae0d;}
/* user profile popup end */

/* my photos start */
.media-icons ul li{display: inline-block; width: 30px; height: 30px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%; background-color: rgba(255,255,255,0.8); text-align: center; line-height: 30px;
box-shadow: -1px -1px 20px -4px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -4px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -4px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -4px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -4px rgba(0, 0, 0, 0.31); margin-right: 2px;}
.media-icons ul li:last-child{margin-right: 0;}
.media-icons{position: absolute; top:10px; right: 10px;}
.single-media{position: relative; margin-bottom: 30px;}
.media-img img{width: 100%;}
.media-main-btn button{margin: auto; margin-bottom: 30px; display: block;}

/* my photos end */

/* my photos start */
.play-icon a{color: white; font-size: 24px;}
.play-icon{position: absolute; right: 0px; left: 0px; display: block; text-align: center; top: 37%;}
/* my photos end */

/* my album start */

.single-media h5{font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%;}

/* my album end */

/* home-after-login start */
.after-login-main .user-portfolio{margin-top: 40px;}
.user-portfolio-details h1{font-size: 14px; font-weight: bold; margin-top: 10px; margin-bottom: 5px;}
.user-portfolio-details h5{font-size: 13px; margin-top: 10px;}
.user-portfolio-details h1 span{float: right;}
.user-portfolio-details ul{margin: auto; display: block; text-align: center;}
.user-portfolio-details ul li{display: inline-block; text-align: center; box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);}
.user-portfolio-details ul li a{width: 60px; height: 60px; display: block; border-radius:50%;
-webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%;}
.user-portfolio-details ul li a img{margin-top: 16px;}
.user-portfolio-details ul li:first-child{width: 60px; height: 60px; background-color: #0c5b20; border-radius:50%;
-webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; margin-right: 20px;
border:1px solid #0c5b20; }
.user-portfolio-details ul li:last-child{width: 60px; height: 60px; background-color: #c0017f; border-radius:50%;
-webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%;
border:1px solid #c0017f;}
.hover-icon{display: none;}
.single-event{min-height: 370px; margin-top: 30px; box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);}
.single-event ul li{position: relative; padding-left: 20px; margin-bottom: 10px; color: #666; font-size: 13px; white-space: nowrap;
width: 100%; overflow: hidden; text-overflow: ellipsis;}
.single-event ul li i{position: absolute; top:3px; left: 0;}
.single-event h5 a{color: #c0017f;}
.single-event-banner{max-height: 225px; overflow-y:hidden;}
.single-event-banner img{width: 100%; min-height: 225px;}
.single-event-banner-desc{padding: 20px;}
.single-event-banner-desc h3{margin-top: 0; font-size: 16px; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis;}
.single-flower{margin-top: 30px; box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);}
.single-event-new{position: relative; padding-left: 280px; min-height: 200px; margin-top: 30px;}
.single-event-new-img{position: absolute; top: 0px; left: 0px; box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.11);
-webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.11);
-ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.11);}
.single-event-new-img img{max-width: 255px; min-width: 255px; max-height: 150px;}
.single-event-new-desc h2{font-size: 18px; font-weight: bold; padding-right: 0px; position: relative;}
.single-event-new-desc h2 > a:last-child{position: absolute; top: 0px; right: 0px;}
.single-event-new-desc h2 > a:last-child i{color: #666;}
.single-event-new-desc h5{color: #666;}
.event-time{background: transparent linear-gradient(to right, #C10381 0%, #FC399E 100%) repeat scroll 0% 0%; display: inline-table;
width: auto; position: absolute; right: 0px; left: 0px; margin: auto; color: white; font-weight: bold; padding: 5px 10px;
max-width: 77px; text-align: center; bottom: -20px;}
.events-main .media-main-btn{margin-top: 25px;}
.single-flower-banner img{width: 100%;}

/* home-after-login end */

/* flower-detail start */
.flower-detail-main{padding-top: 0;}
.flower-banner{max-height: 420px; overflow-y:hidden; }
.flower-details-inner{box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); padding: 30px 40px;}
.flower-details-inner h1{margin-top: 0; font-size: 18px; font-weight: bold;}
.flower-details-inner .media-main-btn{margin-top: 40px;}
.delivery-address{margin-top: 30px;}

/* flower-detail end */

/* event-detail start */
.event-detail-main{padding-top: 0;}
.event-banner{max-height: 420px; overflow-y:hidden; }
.event-details-inner{box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); padding: 30px 40px; position: relative;}
.event-details-inner h1{margin-top: 0; font-size: 18px; font-weight: bold;}
.event-details-inner h5{color: #666; margin-bottom: 30px;}
.event-details-inner .media-main-btn{margin: auto; display: block; text-align: center; margin-top: 30px;}
.event-details-inner .media-main-btn button{display: inline-block;}
.event-details-inner .media-main-btn button:first-child{margin-right: 20px;}
.event-details-inner .event-time{right: -10px; left: inherit; top: -30px; bottom: inherit;}
/* event-detail end */

/* restaurant detail start */
.restaurant-details-inner h1{font-weight: bold; font-size: 18px; margin-top: 0;}
.restaurant-details-inner{box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);  padding: 30px 40px;}
.restaurant-details-inner .media-main-btn{margin-top: 30px;}
.restaurant-map{margin-top: 30px;}
.restaurant-detail-main{padding-top: 0;}
.search-txt{box-shadow: -1px -1px 20px -5px rgba(192, 0, 126, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(192, 0, 126, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(192, 0, 126, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(192, 0, 126, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(192, 0, 126, 0.31);}
.search-txt input{border-bottom: 0px;}
.search-txt input:focus, .search-txt input:hover, .search-txt input:active{border-bottom: 0px;}
/* restaurant detail end */

/* SRP start */
.search-tab-new .form-group{margin: auto; width: 50%; margin-bottom: 30px;}
.search-tab-new .form-group input{padding-left: 15px; padding-right: 40px;}
.srch-text{position: absolute; top:15px; right: 15px;}
.single-userlist-img img{width: 110px; height: 110px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%;}
.single-user-list{margin-top: 40px; padding-left: 125px; position: relative; min-height: 110px;}
.single-userlist-img{position: absolute; top:0; left: 0;}
.list-icon-left{position: absolute; top:0; left: 0;}
.single-list-description ul li{position: relative; padding-left: 25px; font-size: 13px; color: #666; margin-bottom: 8px;
white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis;}
.single-list-description ul li:last-child{margin-bottom: 0;}
.userlist-active{width: 14px; height: 14px; background-color: #00fe66; border-radius: 50%; -webkit-border-radius: 50%;
-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; position: absolute; bottom: 0; right: 18px; 
box-shadow: -1px -1px 20px 2px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px 2px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px 2px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px 2px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px 2px rgba(0, 0, 0, 0.31);}
.filter-symbol a{width:50px; height: 50px; background-color: #c0017f; border-radius:50%; -webkit-border-radius:50%;
-moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; display: block; float: right; color: white;
text-align: center; line-height: 50px; font-size: 20px;}

.user-popup .modal-header{background-color: rgb(243, 243, 243);}
.user-popup .modal-content{border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; -ms-border-radius:0px; -o-border-radius:0px;}
.user-popup .modal-header h4{font-size: 20px;}
.popup-checkbox p{float: left;}
.popup-checkbox p:first-child{margin-right: 20px;}
.popup-checkbox [type="checkbox"]:not(:checked) + label::before, .popup-checkbox [type="checkbox"]:checked + label::before
{top: 3px;}
.popup-checkbox [type="checkbox"]:checked + label::after{top: 6px;}
.age-range{height: 45px;}
.user-popup .modal-body{padding: 30px;}
.age-range-section{min-height: 100px;}
.margintop{margin-top: 20px;}
.margintop li a{padding: 0; margin-left: 5px;}
.margintop li{padding-left: 15px; padding-right: 15px;}
.margintop li:hover{color: white;}
.user-popup .close{font-size: 35px; opacity: 1;}
.user-popup .remember-me{margin-top: 10px;}
/* SRP end */

/* message start */
.message-left-top a{padding: 20px; background-color: rgb(193, 3, 129); width: 100%; display: block; color: white; font-weight: bold;
text-align: center;}
.message-left-bottom ul{padding: 20px 10px; box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);}
.message-list-img img{width: 50px; height: 50px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%; box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);}
.message-left h1{font-size: 14px; margin-top: 0; margin-bottom: 0;}
.message-list-img{position: absolute; top:0; left:0;}
.message-left-bottom ul li{position: relative; padding-left: 60px; padding-right: 20px; border-bottom: 1px solid #ccc;
padding-bottom: 5px;}
.message-left-bottom ul li:last-child{border-bottom: 0px;}
.message-list-description h4{margin-bottom: 0px;}
.message-list-description h4 span{width: 20px; height: 20px; background-color: #C10381; display: inline-block; border-radius: 50%; color: white;
line-height: 20px; text-align: center;}
.message-list-description span{color: #ccc; font-size: 10px;}
.message-list-description p{white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 13px;
margin-top: 5px;}
.message-list-right{position: absolute; top: 0; right: 0;}
.message-right{box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);}
.message-right-head{padding: 15px; border-bottom: 1px solid #ccc;}
.message-right-body{padding: 20px;}
.message-right-body ul li:last-child{margin-bottom: 0;}
.message-body-img img{width: 60px; height: 60px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%; box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);}
.message-body-desc{box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); padding: 15px 20px; border-radius: 20px; -webkit-border-radius: 20px;
-moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-bottom-left-radius: 0px; -webkit-border-bottom-left-radius: 0px;
-moz-border-bottom-left-radius: 0px; -ms-border-bottom-left-radius: 0px; -o-border-bottom-left-radius: 0px; line-height: 25px;
color: #666; font-size: 13px;}
.message-body-img{position: absolute; bottom:35px; left: 0;}
.message-right-body ul li{position: relative; padding-left: 75px; margin-bottom: 15px;}
.message-body-date{width: 100%; display: block; clear: both; overflow-y: auto;}
.message-body-date p{color: #ccc; float: right; margin-top: 5px;}
.my-chat .message-body-img{right: 0; left: inherit;}
.my-chat{padding-left: 0 !important; padding-right: 75px;}
.my-chat .message-body-desc{border-radius: 20px 20px 0px 20px; -moz-border-radius: 20px 20px 0px 20px; -webkit-border-radius: 20px 20px 0px 20px;
-ms-border-radius: 20px 20px 0px 20px; -o-border-radius: 20px 20px 0px 20px; background-color: #c10381; color: white;}
.my-chat .message-body-date p{float: left;}
.message-right-comment{padding: 20px; padding-top: 0; padding-right: 90px; position: relative;}
.comment-btn{position: absolute; top: 22%; right: 20px;}
.comment-btn button{width: 50px; height: 50px; background-color: #c10381; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%; border: 1px solid #C10381; color: white; font-size: 20px;}
.comment-btn button:hover, .comment-btn button:focus, .comment-btn button:active{background-color: white; color:#C10381; border:1px solid #C10381;}
.message-popup .modal-body .col-sm-12{float: inherit;}
.message-popup .settings-btns ul li{margin-right: 10px;}

/* message end */

/* edit profile start */

.edit-profile-inner{box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); padding: 20px;}
.edit-profile-img img{width: 165px; height: 165px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;
-ms-border-radius:50%; -o-border-radius:50%; border: 6px solid #c10381;}
.edit-profile-img{margin: auto; display: block; text-align: center; position: relative;}
.edit-upload{width: 50px; height: 50px; position: absolute; bottom: -20px; left: 0px; right: 0px; margin: auto; text-align: center;
background-color: white; border-radius: 50%; line-height: 50px; font-size: 18px;}
.edit-profile-description{margin-top: 50px;}
.cstm-radio{margin-top: 10px;}
.cstm-radio label{margin-bottom: 10px;}
.new-age-range .slider-container{width: 90% !important; margin-left: 20px;}
.new-age-range{margin-bottom: 30px;}
.edit-profile-description .margintop{margin-bottom: 30px;}
.custom-radio-new1{margin-top: 15px;}
.custom-radio-new2{margin-top: 15px; padding-bottom: 15px;}
.language-list{margin-top: 20px;}
.add-language{width: 50px; height: 50px; background-color: rgb(192, 1, 127); border-radius: 50%; text-align: center; line-height: 50px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; font-size: 20px; position: absolute;
right: 0px; top: 0px; position: absolute;}
.add-language a{width: 50px; height: 50px; color: white; display: block;}
.add-language-main{padding-right: 70px; position: relative;}
.language-list ul li a{position: absolute; top: 0; right: 0;}
.language-list ul li{position: relative; margin-bottom:15px;}
.weight-list li{display: inline-block; width: 32%; margin: auto; text-align: center; vertical-align: top;}
.weight-list li input{border-top:1px solid #BFBFBF; border-left:1px solid #BFBFBF; border-right:1px solid #BFBFBF; height: 42px;
max-width: 50px; text-align: center; font-weight: bold;}
.weight-list{margin-top: 20px;}
.weight-list li b{position: relative; top: 10px;}
.weight-list li .form-group{margin-bottom: 10px;}
.edit-profile-description .col-sm-6, .edit-profile-description .col-sm-12{height: auto; overflow-y: auto;}
.upload-btn-wrapper {overflow: hidden; display: block;}
.upload-btn-wrapper input[type=file] {font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; cursor: pointer;}

/* edit profile end */

/* scale range slider start */

.range-slider {
    position: relative;
    height: 80px;
}

.extra-controls {
    position: relative;
    border-top: 3px solid #000;
    padding: 10px 0 0;
}

/* scale range slider end */

/* Add Photo start */
.responsive-icon{display: none;}
.media-icons ul li:hover a.responsive-icon{display: block;}
.media-icons ul li:hover a.main-icon{display: none;}
.photos-btns ul{margin-bottom: 0;}

/* Add Photo end */

/* user profile new start */

.basic-middle-left{display: inline-block; vertical-align: top; margin-top: 35px;}
.basic-middle-center{display: inline-block; padding-left: 20px; padding-right: 20px;}
.basic-middle-right{display: inline-block; vertical-align: top; margin-top: 35px;}
.user-basic-middle{width: 100%; clear: both;}
.flower-img-new{background-color: #0c5b20; color: width:60px; height: 60px; border-radius:50%; -webkit-border-radius:50%;
-moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%;}
.flower-img-new{background-color: #0C5B20; height: 60px; border-radius: 50%; width: 60px; display: block; line-height: 60px;
border:1px solid #0C5B20; box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);}
.flower-img-new img{margin-top: 10px;}
.heart-img-new{background-color: #c0017f; height: 60px; border-radius: 50%; width: 60px; display: block; line-height: 60px;
border:1px solid #c0017f; box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);
-moz-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px 4px rgba(0, 0, 0, 0.31);}
.heart-img-new img{margin-top: 15px;}
.user-basic-middle.visible-xs .basic-middle-left{margin-top: 15px; margin-right: 10px;}
.user-basic-middle.visible-xs .basic-middle-right{margin-top: 15px;}
.pac-container{z-index: 6000 !important;}
/* user profile new end */

/* new css start */
.ui-tabs .ui-tabs-nav{display: none;}
.next-btn button{display: inline-block; margin: auto; text-align: center; margin-bottom: 10px;}
.next-btn{display: block; text-align: center;}
.ui-widget-content{border: 0px !important;}
.ui-corner-all{border-radius:0px !important;}
.close-icon{position: absolute; top: 0px; right: 10px; width: 25px; height: 25px; background-color: rgb(204, 13, 134);
border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
line-height: 25px;}
.close-icon a{color: white; display: block;}
.event-invite-main button{margin: auto; display: block; margin-top: 15px;}
.progress-bar-new #progressBar{width: 160px; margin: auto; display: block; background-color: transparent; border-radius: 10px;
 border: 1px solid #ccc;}
 .buy-flower-inner{box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -webkit-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); -ms-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31);
-o-box-shadow: -1px -1px 20px -5px rgba(0, 0, 0, 0.31); padding: 20px; margin-top: 30px; margin-bottom: 30px;}
.buy-flower-main  button{margin:auto; display: block;}
.buy-flower-main .photos-btns{clear: both; padding-top: 20px; padding-bottom: 20px;}
.buy-flower-inner .panel{padding-left: 20px; padding-right: 20px; margin-bottom: 20px;}
.buy-flower-main h3 a i{float: right; font-size: 18px;}
.buy-flower-main h3 a{display: block; padding-top: 15px; padding-bottom: 15px;}
.buy-flower-main h3{margin-top: 0; margin-bottom: 0; font-size: 14px; text-transform: uppercase;}
.favourite-marked{color: #C10381;}
.price-box-list{text-align: right; margin-bottom: 20px;}
.price-box-list ul li{margin-bottom: 10px;}
.price-box-list ul li:last-child{font-weight: bold;}
.buy-flower-list label{font-weight: normal; color: #8a8b8e; text-transform: uppercase; font-size: 12px;}
.buy-flower-list h4{margin-top: 0;}
.custom_flower_buy_form{position: relative;}
.custom_tooltip_flower_buy{position: absolute; top:5px; right: 2px;}
.custom_tooltip_flower_buy i{font-size: 20px;}
.load-more-btn{margin: auto; margin-top: 40px; display: block; text-align: center;}
.loader_img{margin: auto; display: block; text-align: center; margin-top: 30px; top: 30px; position: relative;}
.loader_img img{max-width: 60px;}
.no-data-found{padding-top: 10px; padding-bottom: 10px; clear: both; display: block; width: 100%; text-align: center;
background-color: #f0f0f0; margin-top: 20px; position: relative; top: 20px;}
.user-portfolio .owl-carousel .owl-item img {transform-style: preserve-3d; max-height: 360px; min-height: 360px; width: auto;  margin: auto; background-color: #FFF;
}
.single-event-new-desc h2 a i{float: right;}
.event-drpdwn{float: right; position: relative;}
.event-drpdwn .dropdown-menu{left: inherit; right: 0; padding: 10px;}
.event-drpdwn .dropdown-menu li{cursor: pointer; margin-bottom: 10px;}
.event-drpdwn .dropdown-menu li:last-child{margin-bottom: 0;}
.event-drpdwn .dropdown-menu li i.fa-facebook{color: rgb(59, 89, 152); margin-right: 10px;}
.event-drpdwn .dropdown-menu li i.fa-google-plus{color: rgb(211, 72, 54); margin-right: 10px;}
.event-banner img{width: 100%;}
.flower-banner img{margin: auto; display: block;}
.restaurant-banner img{margin: auto; display: block;}
.affiliated_event_description{text-align: justify;}
.jwlogo { width: auto !important;
max-width: 100% !important;
max-height: 20px !important;
min-height: 20px !important;}
.jwmain #vdoplayerjw_64_helloworld{display: none !important;}
.pink-txt{color: #C10381;}
.flower-price{position: relative; max-width: 100%; display: table; top: -46px; font-size: 20px;}
.message-right .mCustomScrollbar{max-height: 350px;}
.message-left-bottom .mCustomScrollbar{max-height: 492px;}
/* new css end */

/* radio css start */
/* The container */
.step-answer .container-new {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.step-answer .container-new input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.step-answer .checkmark {
    position: relative;
    top: 0;
    left: 0;
    /*background-color: #eee;*/
    height: 50px;
border-radius: 0px;
border: 1px solid #CCC;
line-height: 45px;
display: block;
font-size: 14px;
font-weight: normal;
padding-left: 12px;
padding-right: 12px;
}

/* On mouse-over, add a grey background color */
.step-answer .container-new:hover input ~ .checkmark {
    background-color: #C0017F; color: white;
}

/* When the radio button is checked, add a blue background */
.step-answer .container-new input:checked ~ .checkmark {
    background-color: #C0017F; color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.step-answer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.step-answer .container-new input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.step-answer .container-new .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  display: none !important;
}

/* radio css end */

.page-loader {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
    width: 100%;
    text-align: center;
    z-index: 99999;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  
}
.page-loader .loader {
    margin: 21% auto 0px;
}
.heart:before , .heart:after {
    position: absolute;
    content: "";
    left: 25px;
    top: 0;
    width: 25px;
    height: 40px;
    background: #FF69B4;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

.fushiaHeart:before , .fushiaHeart:after
{
  background: #ff1d8e;
}
.pinkHeart:before , .pinkHeart:after{
  background: #FF0080;
}

.heart:after{
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}

.beatingHeart .heart2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.beatingHeart .heart3 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.beatingHeart .heart4 {
  -webkit-animation-delay: -2.0s;
  animation-delay: -2.0s;
}

.beatingHeart .heart5 {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

@-webkit-keyframes beat {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

/*spinner */

.spinner {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
}
.page-loader .center-block{position: relative;
    top: 35%;
    transform: translateY(-35%);}
.spinner .heart {
  width: 50px;
  height: 45px;
  display: inline-block;
  opacity:0.8;
  
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.heart:before , .heart:after {
  background: #ff1d8e;
}
.spinner .heart1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .heart2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
.pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{background-color: #c10381 !important; border:1px solid #c10381 !important;}
.pagination>li>a, .pagination>li>span{color: #3e3e3e !important;}
.pagination>li.active>a{color: #fff !important;}
.pagination{float: right;}
#invited_users_div .single-user-img{position: relative;}
.invite-search-tab .tokenfield{font-size: 14px;
width: 100%;
height: 52px;
border-width: 0px 0px 1px;
border-style: none none solid;
border-color: -moz-use-text-color -moz-use-text-color #BFBFBF;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
color: #0B0C11;

}
.invite-search-tab .token-input{position: relative; top: 10px;}
.editprofile-main .tokenfield{font-size: 14px; width: 100%; height: 52px; border-width: 0px 0px 1px; border-style: none none solid;
border-color: -moz-use-text-color -moz-use-text-color #BFBFBF;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
color: #0B0C11;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
}
.edit-icon-new{position: absolute; right: 0px; top: 0px; width: 40px; height: 40px; background-color: rgb(193, 3, 129); border-radius: 50%;
text-align: center; line-height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;}
.edit-icon-new:hover, .edit-icon-new:focus, .edit-icon-new:active{background-color: #fff;}
.edit-icon-new:hover a, .edit-icon-new:focus a, .edit-icon-new:active a{color: rgb(193, 3, 129) !important;}
.edit-icon-new a{color: #fff !important; display: block;}
.profile-main-newinner{position: relative;}
.profile-main-newinner i{font-size: 18px;}
.single-event-new-desc .dropdown-menu{right: 0; left: inherit;}
.single-event-new-desc .dropdown-menu > li{padding: 10px; border-bottom: 1px solid #ddd; font-weight: 400;}
.single-event-new-desc .dropdown-menu > li:last-child{border-bottom: 0px;}
.single-event-new-desc .dropdown-menu > li:first-child i{color: #3B5998;}
.single-event-new-desc .dropdown-menu > li:last-child i{color: #d34836;}
.single-event-new-desc .dropdown-menu > li i{margin-right: 10px;}
.invite-btn{font-size: 12px; padding: 0px 15px; height: 40px;}


/*----------media query start--------------*/
@media screen and (max-width: 2560px) and (min-width: 601px)
{
  .modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.my-photo-model .modal:before {height: auto;}
.my-photo-model .modal{text-align: left;}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
}

@media screen and (max-width: 1290px)
{
  .home-banner-input{width: 80%;}
}
@media screen and (max-width: 1240px){
  .section-inner{width: 75%;}
}
@media screen and (max-width: 1199px)
{
  .home-section-head{margin-top: 0;}
  .home-section-head h2{margin-top: 0;}
  .restaurents .home-section-img{max-width: 100%;}
  .restaurents .home-section-img img{max-width: 100%;}
  .newsletter-inner{width: 80%;}
}
@media screen and (max-width: 991px)
{
  .home-banner-img img{height: auto;}
  .home-banner-txt p{max-width: 100%;}
  .home-banner-txt h1{font-size: 40px;}
  .home-banner-input{width: 95%;}
  .home-banner-txt {top: 40%; transform: translate(0%, -40%);}
  .newsletter-inner{width: 100%;}
  .home-banner-img img{margin-top: 0;}
  .message-right{margin-top: 20px;}
}
@media screen and (max-width: 767px)
{
.home-banner-input{position: relative;}
.home-banner-img img{padding-bottom: 40px;}
.home-banner-txt {top: 10%; transform: translate(0%, -10%);}
header{position: relative;}
.navbar-header .navbar-toggle{margin-top: 18px;}
.navbar-header .navbar-brand img{max-width: 190px; margin-top: 7px;}
.home-banner-input{padding: 10px 20px;}
.home-banner-input .form-group{margin-bottom: 20px;}
.small-btn{font-size: 14px; height: 40px;}
.home-section-img{margin-top: 20px;}
section{padding: 20px 0;}
.restaurents .home-section-img{width: 100%;}
.restaurents .home-section-img img{width: 100%;}
.newsletter-inner h2{font-size: 40px;}
.footer-links{text-align: center;}
.footer-social-links{float: inherit; text-align: center; margin-top: 20px; margin-bottom: 10px;}
header nav .navbar-right{width: 100%; float: inherit; margin-left: 0; margin-right: 0; max-height: 250px;}
header nav .navbar-right li{width: 100%;}
header nav .navbar-right li a{padding-top: 0; padding-bottom: 0;}
.right-navbar{margin-left: 0;}
.social-icon {margin: auto; display: block; margin-bottom: 20px; text-align: center;}
.signup-or{margin: 20px 0;}
.settings-btns ul li {display: inline-block; margin-right: 5px;}
.after-login-body{padding: 20px; margin-top: 20px;}
.after-login-head h1{font-size: 16px;}
.step-que h3{font-size: 14px;}
.notification-dropdown button{margin-top: 0;}
header nav .navbar-right li{padding: 8px 10px;}
.notification-dropdown .dropdown-menu{padding: 0;}
.notification-dropdown {padding-left: 0 !important; padding-right: 0 !important;}
.search-tab-new .form-group{width: 100%;}
.message-body-desc{padding: 10px;}
}
@media screen and (max-width: 620px)
{
  .home-section-head h2{font-size: 24px;}
  .newsletter-btns a:first-child{margin-right: 10px;}
  .section-inner{width: 90%;}
  .signup-inner-top h1{font-size: 30px;}
  .signup-inner-bottom {padding: 20px 15px 40px;}
  .account-setting-main{padding: 10px;}
  .main-tab li{margin-right: 10px;}
  .section-head h1{font-size: 18px; margin-bottom: 30px;}
  .step-answer li {display: inline-block; margin-right: 10px; margin-bottom: 15px;}
  .blocked-user-inner .col-xs-6{width: 100%;}
  .main-tab li a{font-size: 12px;}
  .section-inner-fullwidth{padding: 20px;}
  .after-login-main .main-tab li{width: 100%;}
  .single-event-new-img{position: relative; right: 0; text-align: center; display: table; margin: auto;}
  .single-event-new{padding-left: 0;}
  .single-event-new-desc{margin-top: 40px;}
  .single-event-new-desc h2{font-size: 14px;}
  .message-right-comment {padding: 0px 20px 20px; position: relative;}
  .comment-btn {position: relative; top: 0px; right: 0px; left: 0px; margin: auto; text-align: center;}
  .message-right-body ul li{padding-left: 50px;}
  .message-body-img img{width: 40px; height: 40px;}
  .message-body-date p{font-size: 13px;}
  .my-chat{padding-right: 50px;}
  .age-range-section{margin-top: 20px;}
  .add-photo-main .col-xs-6{width: 100%;}
}
@media screen and (max-width: 600px)
{
  .user-popup .modal-dialog{width: 100%; padding-right: 20px;}
  .slider-container{width: 100% !important;}
  .slider-container .scale ins{font-size: 12px;}
  .slider-container .scale span:last-child::after{position: absolute; right: -19px; top: 6px; content: "+"; color: #666; font-size: 14px;}
  .theme-green .back-bar .pointer { width: 20px; height: 20px; border: 3px solid #FFF; top: -6px;}
  .theme-green .back-bar{height: 10px;}
  .margintop li{margin-right: 5px; margin-bottom: 10px;}
  .user-popup .modal-body{padding-left: 15px; padding-right: 30px;}
}
@media screen and (max-width: 568px)
{
  .home-banner-txt h1 {font-size: 24px;}
  .home-banner-txt p {max-width: 100%; font-size: 10px; line-height: 15px;}
  .newsletter-inner h2{font-size: 30px;}
  .newsletter-btns a{display: block; margin-bottom: 10px;}
  .newsletter-btns a:first-child{margin-right: 0;}
  .newsletter-btns a img{max-width: 170px;}
  .forgot-pwd{position: relative; top: 10px;}
  .remember-box{text-align: center;}
    .swtich-section ul li{margin-bottom: 10px; padding-right: 0;}
  .swtich-section ul li label { position: relative;}
  .events-main .col-lg-3{width: 100%;}
  .single-event-banner{max-height: 100%;}
  .event-details-inner{padding: 10px;}
  .event-details-inner h1{margin-top: 10px; font-size: 16px;}
  .flower-details-inner{padding: 10px;}
  .flower-details-inner h1{margin-top: 10px; font-size: 16px;}
  .restaurant-details-inner{padding: 30px 10px;}
  .restaurant-details-inner h1{font-size: 16px;}

}
@media screen and (max-width: 360px)
{

}

/*input~ .floating-label{
  top:25px; 
  color: #666 !important;
}

input:not(:focus):valid ~ .floating-label{
  top: 25px;
font-size: 14px;
text-transform: capitalize; 
}*/



/*----------media query end--------------*/