@charset "utf-8";
/* CSS Document */
body {font-family: 'Karla', sans-serif; font-size:14px; line-height:20px; color:#333;}
h1,h2,h3,h4,h5,h6,label {font-family: 'Playfair Display', serif; font-weight: 700;}


/*======================
Common CSS Start
======================*/
.pad0 {padding:0px;}
.pleft {padding-left: 0px;}
.pright {padding-right: 0px;}
.mt {margin-top:50px; }
.mb {margin-bottom:50px; }
.mtb {margin:50px auto;}
.mb10 {margin-bottom:10px;}
input.form-control, input.form-control:focus {border:none; border-bottom: 1px solid #e92f36; box-shadow: none !important; border-radius: 0px; background:none; padding-left: 0px;color:#333;}
textarea.form-control, textarea.form-control:focus {border:none; border-bottom: 1px solid #e92f36; box-shadow: none !important; border-radius: 0px; background:none; padding-left: 0px;color:#333;}
.sectionttl {text-align: center; background: url(../images/heart-icon.png) center center no-repeat; margin-bottom:50px; }
.sectionttl h1 {font-size: 40px;}
.divider {margin:50px auto;}
.divider img {margin: 0 auto;}
.banners-ttl {font-size: 40px; text-align: center; color: #fff; font-weight: normal; margin-top: 150px;}
select.common-select, select.common-select:focus {border:none; box-shadow: none; appearance:none; -webkit-appearance:none; -moz-appearance:none; border-bottom: 1px solid #e92f36; background: url(../images/arrow.png) no-repeat right; border-radius: 0px; font-size: 16px; color: #333; padding-left: 0px;}

option:checked, option:hover {
    color: white;
    background: #488f8f repeat url("data:image/gif;base64,R0lGO...");
}
textarea.common-textarea, textarea.common-textarea:focus {border:none; box-shadow: none !important; border-bottom: 1px solid #e92f36; border-radius: 0px; font-size: 16px; resize: none;}+
textarea.form-control {height: calc;}
/*.container {width: 100%;}*/
/*======================
Common CSS End
======================*/

/*======================
Banner Section CSS Start
======================*/
.banner-bg { background:url(../images/banner1.jpg) no-repeat; height:636px; background-size:cover;}
.banner-search { text-align:center; margin-top:200px; position: relative;}
.banner-search h1 { font-size:40px; font-weight:500; margin:0px 0px 10px 0px; color: #fff;}
.banner-search ul {list-style-type: none; overflow:hidden; width: 45%; margin: 0 auto;}
.banner-search ul li {float: left; margin-right: 30px;}
.none { display:none; }

.dating-div {text-align: left; background-color: #fff; padding: 30px; border-radius: 5px; position: absolute;
left: 16%;}
.dating-search-div {text-align: left; background-color: #fff; padding: 30px; border-radius: 5px;}
.dating-col-1 h3 { margin: 0px; color: #000; font-size: 18px; font-family: 'Karla', sans-serif;}
.dating-div .dating-col-1 .radio {display: inline-block;}
.dating-div .checkbox label, .dating-div .radio label {font-size: 14px; font-family: 'Karla', sans-serif; color: #000;}
.custom-radio {margin-right: 10px;}
.dating-col-1 input, .dating-col-1 input:focus {border:none; border-bottom: 2px solid #e92f36; box-shadow: none; border-radius: 0px;}
.locations h3 {font-family: 'Karla', sans-serif; font-size: 18px; margin: 10px 0px 0px 0px  ;}
.search {background-color: #e92f36; border:none; border-radius: 30px; width: 150px; height: 40px; font-weight: 700; font-size: 18px; margin-top: 24px;}
.search:hover, .search:focus, .search:active {background-color: #e92f36;}


.age select, .age select:focus {appearance:none; -webkit-appearance:none; border:none; border-bottom: 1px solid #e92f36; border-radius: 0px; box-shadow: none;}
.age select{-moz-appearance: none; background: url(../images/arrow.png) no-repeat right white; padding-left: 0px;}
/* right: 0px;
top: 0px;
width: 30px;
height: 100%;
background: url(../images/arrow.png) no-repeat center #FFF;
    background-size: auto auto;
position: absolute;
pointer-events: none;
display: block;
background-size: 50%;} */
/*======================
Banner Section CSS End
======================*/


/*=======================
Check Box Style CSS Start
=========================*/
.checkbox {
padding-left: 20px; }
.checkbox label {
display: inline-block;
position: relative;
padding-left: 5px; }
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555; }
.checkbox input[type="checkbox"] {
opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #428bca;
border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
color: #fff; }

.radio {
padding-left: 20px; }
.radio label {
display: inline-block;
position: relative;
padding-left: 5px; 
font-size: 22px; color: #fff;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
top: 3px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out; }
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 6px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
opacity: 0; }
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed; }
.radio.radio-inline {
margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
border-color: #e92f36; }
.radio-primary input[type="radio"]:checked + label::after {
background-color: #e92f36; }

.radio-danger input[type="radio"] + label::after {
background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c; }
/*=======================
Check Box Style CSS End
=========================*/

/*=======================
Counter Section CSS Start
=========================*/
.counter ul {padding: 0px; list-style-type: none;}
.counter ul li {
    float: left;
    margin-right:2px;
    font-size: 50px;
    color: #fff;
    padding: 20px;
    width: 40px;
    height: 50px;
    line-height: 10px;
    padding-left: 6px;
    /* IE10+ */ 
background-image: -ms-linear-gradient(top, #505050 0%, #101010 50%, #323232 51%, #0a0a0a 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #505050 0%, #101010 50%, #323232 51%, #0a0a0a 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #505050 0%, #101010 50%, #323232 51%, #0a0a0a 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #505050), color-stop(50, #101010), color-stop(51, #323232), color-stop(100, #0a0a0a));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #505050 0%, #101010 50%, #323232 51%, #0a0a0a 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #505050 0%, #101010 50%, #323232 51%, #0a0a0a 100%);
}
.counter-right-txt {font-size: 35px; font-weight: 700; margin-top: 10px; display: flex; justify-content:center; align-items: flex-start;}
.counter-right-txt span {margin-top:10px;}
/*=======================
Counter Section CSS End
=========================*/

/*=======================
Why ALB Section Start
=========================*/
.why-box {text-align: center;}
.why-box h2 { font-size: 26px; font-weight: normal; }
/*=======================
Why ALB Section End
=========================*/

/*=======================
Success Stories Section Start
=========================*/
.testi-bg { background:url(../images/testi-bg.png) left 150px no-repeat; height:800px; background-size:100%;}

.testimonialsection { margin-top:65px;}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 66px !important;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 80px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
  display: none;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        /*bottom: -20px !important;*/  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
.testimonailtext {font-family: 'Fira Sans', sans-serif; font-size:18px; text-align: center; padding: 0px;}
.testimonailtext h4 {font-family: 'Fira Sans', sans-serif; font-size: 19px; margin:0px 0px 10px 0px;}
.testimonial-person-name {font-family: 'Montserrat', sans-serif; font-size:16px; font-weight:700; color:#db1b1b; text-transform:uppercase;}
.testi-circle {border-radius: 50%; background-color: #fff; width: 350px; height: 350px; padding: 10px; float: right; margin-top: 140px; text-align: center;}
.read-stories, .read-stories:hover  {color: #0ea1b7; font-size: 18px; text-decoration: none;}
/*=======================
Success Stories Section End
=========================*/

/*=================
About Section Start
===================*/

.abt-big {position: relative;}
.abt-small {position: absolute; bottom: -90px; right: 0;}
.abt-right {min-height: 400px;}
/*=================
About Section End
===================*/

/*=======================
Testimonial Section Start
========================*/
.testimonial_subtitle{
    color: #01102d;
    font-size: 16px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
i.testimonial_fa {font-size: 50px; color: #ed6a70;}
.testi-img img {border-radius: 50%; width: 100px; height:70px;}
.testi-info {margin-top: 10px;}
.testi-info strong {font-size: 22px;}
/*=======================
Testimonial Section End
========================*/


/*===================================
Footer Section CSS Start
====================================*/
.footer-bg { background:url(../images/footer-bg.png) left top no-repeat; /*height:252px;*/ /*padding:100px 0px;*/ padding: 116px 0px 0px 0px; color:#fff; background-size:cover;}
.footer-links {margin-top: 30px;}
.footer-links ul {padding: 0px; list-style-type: none;}
.footer-links ul li {float: left; margin-right: 10px;}
.footer-links ul li a {color: #fff; text-transform: uppercase;}
.footer-links ul li a:hover { color: #e92f36; text-decoration: none; transition: all 500ms ease 0s; }
.copyright {/*margin-top: 30px;*/ margin-top: 11px;}
.design {/*margin-top: 30px;*/ margin-top: 11px;}
.design a {color: #fff; transition: all 500ms ease 0s;}
.design a:hover {color: #ec5e53; text-decoration: none;}
/*===================================
Footer Section CSS End
====================================*/


/*===================================
Login Modal CSS Start
====================================*/
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
    0%, 100% {-moz-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
    0%, 100% {-o-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

.login .modal-dialog{
    /*width: 350px;*/
    width: 800px;
    margin-top: 90px;
}
.login .modal-footer{
    border-top: 0;
    margin-top: 0px;
    padding:0px;
}
.login .modal-header {
    border: 0 none;
    padding:0px;
    /*     padding: 11px 15px; */
}
.login .modal-body{
    /*     background-color: #eeeeee; */
    padding: 0px;
}
.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}
.login .division .line.l {
    left: 0;
}
.login .division .line.r {
    right: 0;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}
.login .box .social {
    float: none;
    margin: 30px 0;
}

.login .box .social a {text-decoration: none;}

.login .social .circle{
    background-color: #EEEEEE;
    color: #FFFFFF;
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0px 8px;
}

.login .social .circle .fa{
   /* font-size: 23px;*/
}
.login .social .facebook{
    background-color: #455CA8;
    color: #FFFFFF;
}
.login .social .google{
    background-color: #F74933;
}
.login .social .github{
    background-color: #403A3A;
}
.login .facebook:hover{
    background-color: #455ca8;
}

.facebook.hvr-shutter-out-vertical::before, .facebook.hvr-shutter-out-vertical:hover::before, .facebook.hvr-shutter-out-vertical:focus::before, .facebook.hvr-shutter-out-vertical:active::before{
    background-color: #142d82;
    color: #FFFFFF;
    display: inline-block;
    margin: 0px;
    padding: 15px;
}

.login .google:hover{
    background-color: #FF7566;
}

.google.hvr-shutter-out-vertical::before, .google.hvr-shutter-out-vertical:hover::before, .google.hvr-shutter-out-vertical:focus::before, .google.hvr-shutter-out-vertical:active::before{
    background-color: #f74933;
    color: #FFFFFF;
    display: inline-block;
    margin: 0px;
    padding: 15px;
}

.login .github:hover{
    background-color: #4D4D4d;;
}
.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 2px;
}
.login .btn-login, .registerBox .btn-register, .forgotBox .btn-register{
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    background-color: #e92f36;
    width: 200px;
    height: 40px;
    padding: 4px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;

}
.login-right .registerBox input {width:100%;}
.login .btn-login:hover, .registerBox .btn-register:hover{
    background-color: #e92f36;
    color: #FFF;
}
.login .form-control{
    border-radius: 0px;
    background-color: #edecec;
    box-shadow: none;
    color: #FFFFFF;
}
.login .form-control:hover{
    background-color: #edecec;
}
.login .form-control:focus{
    box-shadow:none !important;
    background-color: none;
    color: #FFFFFF;
}
.login .box .form input[type="text"], .login .box .form input[type="password"] {
    background:transparent;
    border:none;
    border-bottom:1px solid #e92f36;
    color: #333333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 20px;
    padding: 13px 12px;
    width: 100%;
}


@media (max-width:400px){
    .login .modal-dialog{
        width: 100%;
    }
}

.big-login, .big-register{
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 300px;
}
.big-login{
    margin-bottom: 20px;
}
.big-login:hover{
    background-color: #00A4E4;
    color: #FFFFFF;
}
.big-register{
    background-color: rgba(0,0,0,.0);
    color: #00bbff;
    border-color: #00bbff;
}
.big-register:hover{
    border-color: #00A4E4;
    color:  #00A4E4;
}
.modal-backdrop.in { opacity:0; z-index:9;}
.login-btn {
	margin-right: 15px;
}
/*.login-btn {position: absolute; right: 89px; top: 44px; cursor:pointer; text-transform:uppercase; color:#fff; border-radius: 14px 14px 14px 14px; background-color: #e92f36; width: 80px; height: 30px; padding: 4px; text-align: center; font-weight: 700;}*/
.login-btn{/*display: block;
  position: fixed;
  right: 92px;
  top: 38px;*/
  height: 30px;
  width: 80px;
  /*line-height: 10px;
	text-transform: uppercase;
  */
  
  font-size: 15px;
  border-radius: 14px 14px 14px 14px; 
  background-color: #a80b48;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .2rem;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

.modal-header img { margin-top:20px;}
.forgot-pasword { color:#1e1f21; border-bottom: 1px solid #b4b4b5; text-decoration: none; font-weight: 700;}
.forgot-pasword:hover { color:#1e1f21; text-decoration: none;} 
.login-right { /*margin-top:60px;*/ margin-top:20px;}
.login .modal-title {font-weight: 700; font-size: 35px; /*margin-bottom: 30px;*/ margin-bottom: 10px;}
.keep-login {margin: 10px 0px;}
.loginBox {font-family: 'Karla', sans-serif;}
.keep-login label{font-family: 'Karla', sans-serif;}
.signup-footer {text-align: center; margin: 20px 0px;}
.close {border-radius: 50%; border: 2px solid #e92f36 !important; width: 30px; height: 30px; opacity: 1; position: absolute; top: 10px; right: 10px; z-index: 99; color: #e92f36;}
.close:focus, .close:hover {opacity: 1;}
/*===================================
Login Modal CSS End
====================================*/


/*SignUp Details Page CSS Start*/
.signup-details-banner-bg { background:url(../images/signup-details-banner-bg.jpg) no-repeat; height:378px; background-size:100%;}
.signup-box-main {background-color: #f8f8f8; padding: 30px;}
.signup-box {margin-bottom: 20px;}
.signup-box .form-control-feedback {right: 10px; color:#e82f35;}
.signupttl {margin-bottom: 50px;}
.signupttl img {float: left; margin-right: 10px; font-size: 30px;}
.signupttl h2 {margin:0px;}
.signup-box .form-group select {border:none; box-shadow: none; appearance:none; -webkit-appearance:none; -moz-appearance:none; border-bottom: 1px solid #e92f36; background: url(../images/arrow.png) no-repeat right; border-radius: 0px; font-size: 16px; color: #ababab; color: #333; padding-left: 0px;width:100%;}

.signup-box .form-group textarea {border:none; box-shadow: none; appearance:none; -webkit-appearance:none; -moz-appearance:none; border-bottom: 1px solid #e92f36; resize: none; border-radius: 0px; font-size: 16px; background:none; height: 40px;}
input::placeholder { font-size: 16px;}
select {color: #333;}
.btn-div {clear: left;}
.save-btn {background-color: #E92F36 !important; border:none; border-radius: 30px; width: 80px; height: 35px; line-height: 22px; color: #fff; text-transform: uppercase; font-weight: 700;}
.save-btn:hover, .save-btn:focus { background-color:#c6070e; color: #fff !important;}
/*SignUp Details Page CSS End*/

/*Basic Info Page CSS Start*/
.basic-info-edit-banner-bg { background:url(../images/innerbg.jpg) no-repeat; /*height:401px;*/ background-size:100%; margin-bottom: 20px;padding-bottom:10px;}
.profile-head-section { margin-top: 90px; }
.profile-pic-left {color: #fff;}
.profile-pics {position: relative; overflow: hidden; float: left;}
.profile-pic-left p {font-weight: 600;}
.profile-pics:hover a {opacity: 1; position: absolute; top: 10px; right: 10px;}
.profile-pic-left img {border-radius: 50%; width: 100px; height: 100px; float: left; margin-right: 10px;}
.profile-pic-left h2 {font-family: 'Karla', sans-serif; font-size: 28px; color: #fff; margin:15px 0px 2px 0px;}
.profile-pics a {color: #db0a5b; position: absolute; opacity: 0;}
.profile-pics a i {font-size: 12px; border-radius: 50%; background-color: #fff; padding: 5px; width: 20px; height: 20px; line-height: 10px;}


.profile-pic-right ul {padding: 0px; list-style-type: none;}
.profile-pic-right ul li {text-align: center;}
.profile-pic-right ul li a {color: #fff; font-weight: 700;}
.profile-pic-right ul li a.matches {background:url(../images/mymatches-icon.png) center 20px no-repeat; width:130px; height:130px; display: block; padding-top: 80px; border-radius: 3px;}
.profile-pic-right ul li a.matches:hover, .profile-pic-right ul li a.matches.active {background:url(../images/mymatches-icon-hover.png) center 20px no-repeat; width:130px; height:130px; display: block; padding-top: 80px; border-radius: 3px; background-color: #fff; color: #333; text-decoration: none; box-shadow: 0px 2px 10px 0px #333;}


.profile-pic-right ul li a.myaccount {background:url(../images/myaccount-icon.png) center 20px no-repeat; width:130px; height:130px; display: block; padding-top: 80px; border-radius: 3px;}
.profile-pic-right ul li a.myaccount:hover,.profile-pic-right ul li a.myaccount.myaccountactive {
    background:url(../images/myaccount-icon-hover.png) center 20px no-repeat; width:130px; height:130px; display: block;
     padding-top: 80px; border-radius: 3px; background-color: #fff; color: #333; text-decoration: none;
      box-shadow: 0px 2px 10px 0px #333;
  }

.profile-pic-right ul li a.mygallery {background:url(../images/gallery-icon.png) center 20px no-repeat; width:130px; height:130px; display: block; padding-top: 80px; border-radius: 3px;}
.profile-pic-right ul li a.mygallery:hover, .profile-pic-right ul li a.mygallery.mygalleryactive {background:url(../images/gallery-icon-hover.png) center 20px no-repeat; width:130px; height:130px; display: block; padding-top: 80px; border-radius: 3px; background-color: #fff; color: #333; text-decoration: none; box-shadow: 0px 2px 10px 0px #333;}

.profile-pic-right ul li a.searchmatches {background:url(../images/search-matches-icon.png) center 20px no-repeat; width:130px; height:130px; display: block; padding-top: 80px; border-radius: 3px;}
.profile-pic-right ul li a.searchmatches:hover, .profile-pic-right ul li a.searchmatches.searchmatchesactive {background:url(../images/search-matches-icon-hover.png) center 20px no-repeat; width:130px; height:130px; display: block; padding-top: 80px; border-radius: 3px; background-color: #fff; color: #333; text-decoration: none; box-shadow: 0px 2px 10px 0px #333;}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {background: none; color:#333; /*border-bottom: 2px solid #DB0A5B;*/
}




.nav-pills > li.active > a.active {
  text-decoration: none;
  position: relative;
}
.nav-pills > li.active > a:after {
  position: absolute;
  content: '';
  height: 2px;
/* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
  bottom: -4px;
/****** 
       optional values below 
       ******/
/* center - (optional) use with adjusting width   */
  margin: 0 auto;
  left: 40px;
  right: 0;
  width: 100%;
  background: #DB0A5B;
/* optional animation */
  transition: 0.5s;
}
/* optional hover classes used with anmiation */
/*.nav-pills > li.active > a:hover:after {
  width: 80%;
  background: #ffa500;
}*/







.nav > li > a {color:#333; font-size: 18px; font-weight: 500; border-radius: 0px; display: inline-block;}
.nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:visited    {background:none; border-bottom: 2px solid #DB0A5B;}

.nav-pills li i { border-radius: 50%; background-color: #db0a5b; width: 20px; height: 20px; padding: 6px; font-size: 11px; color: #fff; line-height: 8px; cursor: pointer;}
.basic {background: url(../images/basic-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.basic:hover, .basic.active {background: url(../images/basic-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}


.physicals {background: url(../images/physical-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.physicals:hover, .physicals.active {background: url(../images/physical-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.lifestyle {background: url(../images/lifestyle-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.lifestyle:hover, .lifestyle.active {background: url(../images/lifestyle-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.pofessional {background: url(../images/professional-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.pofessional:hover, .pofessional.profactive {background: url(../images/professional-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.intrests {background: url(../images/intrest-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.intrests:hover, .intrests.active {background: url(../images/intrest-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.photos {background: url(../images/photos-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.photos:hover, .photos.photosactive {background: url(../images/photos-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.account {background: url(../images/account-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.account:hover, .account.active {background: url(../images/account-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.packages {background: url(../images/packages-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.packages:hover, .packages.active {background: url(../images/packages-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.pendingcounts {background: url(../images/pendingicon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.pendingcounts:hover, .pendingcounts.active {background: url(../images/pendingicon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.upcoming {background: url(../images/packages-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.upcoming:hover, .upcoming.active {background: url(../images/packages-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.search-left {margin-top: 30px; background-color: #f5f5f5; padding: 20px;}
.search-left h5 {font-family: 'Karla', sans-serif; font-size: 16px; margin: 0px;}
.savebtn {background-color: #e92f36 !important; border: none; border-radius: 30px; width: 120px; height: 40px; font-weight: 700; font-size: 18px; /*margin-top: 24px;*/ margin-top: 5px;}

.savebtn.hvr-shutter-out-vertical::before, .savebtn.hvr-shutter-out-vertical:hover::before, .savebtn.hvr-shutter-out-vertical:focus::before, .savebtn.hvr-shutter-out-vertical:active::before { background: #a80b48; border-radius: 30px 30px 30px 30px;}
.search-btn {background-color: #db0a5b !important; border: none; width: 100%; height: 40px; font-weight: 700; font-size: 18px; margin-top: 24px;}
.search-btn.hvr-sweep-to-right::before, .search-btn.hvr-sweep-to-right:hover::before, .search-btn.hvr-sweep-to-right:focus::before, .search-btn.hvr-sweep-to-right:active::before { background: #a80b48;}


.deletebtn {background-color: #bd0a4f !important; border: none; border-radius: 30px; width: 180px; height: 40px; font-weight: 700; font-size: 18px; /*margin-top: 24px;*/ margin-top: 5px;}
.deletebtn.hvr-shutter-out-vertical::before, .deletebtn.hvr-shutter-out-vertical:hover::before, .deletebtn.hvr-shutter-out-vertical:focus::before, .deletebtn.hvr-shutter-out-vertical:active::before { background: #e92f36; border-radius: 30px 30px 30px 30px;}

.changepack-btn {background-color: #353b6d !important; border: none; border-radius: 30px; width: 160px; height: 40px; font-weight: 700; font-size: 14px;}
.packages-tab {font-size: 18px;}
.currentp {margin: 10px 10px 0px 0px;}
.packages-tab p span {font-weight: 700;}
.package-history-list {margin-top: 30px;}
.packages-tab h5 {font-family: 'Karla', sans-serif; font-size: 20px; margin:0px; }
.table > thead > tr > th {border-bottom: 2px solid #db0a5b;}



/*Basic Info Page CSS End*/

/*Matches Page CSS Start*/
.tabmatches {background: url(../images/matches-icon.png) left 10px no-repeat !important;
/*height: 26px !important;*/ padding-left: 40px !important;}
.tabmatches:hover, .tabmatches.active {background: url(../images/matches-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.likes {background: url(../images/like-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.likes:hover, .likes.active {background: url(../images/like-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.dislikes {background: url(../images/dislike-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.dislikes:hover, .dislikes.active {background: url(../images/dislike-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.favourite {background: url(../images/favourite-icon.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}
.favourite:hover, .favourite.active {background: url(../images/favourite-icon-hover.png) left 10px no-repeat !important;
height: 39px !important; padding-left: 40px !important;}

.matches-profiles { margin-bottom: 30px; }
.commontabttl {font-family: 'Karla', sans-serif; margin-bottom: 30px;}
.matches-photo {float: left; margin-right: 20px; width: 159px; height: 200px;}
.matches-photo img {height:100%; width: 100%; object-fit:cover;}
.matches-info { margin-top: 28px;} /*display: inline-block; */
.matches-info p {font-size: 18px; font-weight: 700;}
.matches-comments {float: left;}
.matches-comments ul {padding:0px; list-style-type: none;}
.matches-comments ul li {margin-right: 5px; float: left;}
.matches-comments ul li a {font-size: 18px; border-radius: 50%; background-color: #db0a5b; width: 30px; height: 30px; padding: 6px 7px; color: #fff; float: left; line-height: 19px;}
/* .matches-comments ul li:nth-child(2) a {padding: 6px 7px!important;} */
.fa-info {padding: 1px 5px;}
.fa-heart {font-size: 16px !important;}

.matches-comments ul li a.hvr-bounce-to-bottom:hover::before, .matches-comments ul li a.hvr-bounce-to-bottom:focus::before, .matches-comments ul li a.hvr-bounce-to-bottom:active::before {border-radius: 50%; background-color: #a80b48; overflow: hidden;}
.matches-comments ul li a.hvr-bounce-to-bottom::before {background-color: #a80b48;}


.custom-tab {border-bottom: none;}
.custom-tab > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.custom-tab > li {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.custom-tab > li > a:link {
    border-top:none;
	border-right:none;
	border-left:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:visited {  
   background-color:none;
   border-top: none;
    border-bottom: 3px solid #db0a5b;
	border-right: none;
	border-left: none;
	color:#FFF;
}

.link-lable{
text-decoration:none;
color:#000;
}
.nav > li > a:focus, .nav > li > a:hover {background:none; border:none; }
 
#lrecived h3 {font-family: 'Karla', sans-serif; font-size: 22px; color: #db0a5b; margin: 20px 0px;}
.addmember-btn {background-color: #353b6d !important; border: none; border-radius: 30px; height: 40px; font-weight: 700; font-size: 14px; margin-top: 10px;}
.like-tab-info {margin-top: 10px;}
.fav-comments {float: none;}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 10px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/*Matches Page CSS End*/

/*angular validation error*/

.error{
	color: #a94442;
    font-size: 14px;
    font-weight:normal;
	}


/*After Development CSS Start*/
.save-profile-btn {background-color: #db0a5b !important; border: none; width: 200px; height: 30px; font-weight: 700; font-size: 14px; margin-top: 24px; overflow: hidden;}
.save-profile-btn.hvr-sweep-to-right::before, .save-profile-btn.hvr-sweep-to-right:hover::before, .save-profile-btn.hvr-sweep-to-right:focus::before, .save-profile-btn.hvr-sweep-to-right:active::before { background: #a80b48; border-radius: 3px;}
#info_success_msg button.close {right: 20px;}
/*After Development CSS End*/


/*Gallery Page CSS Start*/
.animate {
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-doctors .common-doctor {
  background-color: #fff;
}
.home-doctors .common-doctor figure {
  overflow: hidden;
  width: 100%;
  height: 196px;
  margin-bottom: 15px;
}

.home-doctors img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-doctors .common-doctor h5 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 700;
  color: #3a3c41;
}
.home-doctors .common-doctor .for-border {
  margin-bottom: 20px;
}
.home-doctors .common-doctor .text-content {
  padding: 19px 14px 13px;
}
.home-doctors.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.home-doctors.doctors-var-two .slogan-section {
  text-align: left;
}
.home-doctors.doctors-var-two .common-doctor {
  background-color: transparent;
}
.home-doctors.doctors-var-two .common-doctor .for-border {
  display: none;
}
.home-doctors.doctors-var-two .common-doctor .text-content {
  padding: 20px 0 20px;
}
.home-doctors.doctors-var-two .text-center {
  text-align: left;
}

.slogan-section {
  margin-bottom: 50px;
  text-align: center;
}

.home-doctors .common-doctor .for-border {
  margin-bottom: 20px;
}

.for-border {
  height: 11px;
  width: 100%;
  background: transparent url(http://omarhabash.com/nova/wp-content/uploads/2014/08/feature-border.png) center center no-repeat;
  border: none;
}

.home-doctors .common-doctor h5 small {
  color: #008fd5;
  font-weight: bold;
  font-size: 0.8em;
  font-style: italic;
}

.home-doctors .common-doctor ul{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
  margin-top: 10em;
  opacity: 0;
  z-index: 1;
}

.home-doctors .common-doctor li a {
  background: #db0a5b;
  font-size: 20px;
  color: white;
  padding: 5px 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}


.doc-img{
   /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); 
  /* // This is the scale for the normal size of the image. */
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.doc-item:hover .doc-img{
   /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2);
   /* // This is the enlarged size scale of the image. */
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.7;
}

.doc-item:hover .social-lists{
  margin-top: -2em;
  opacity: 1;
}
.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/*Gallery Page CSS End*/

/*loader until form submit*/
#loader 
{
    position:absolute;
    /* width:592px; /*image width */
    /* height:512px;   image height */
    left:50%; 
    top:50%;
    margin:80px auto; /*image height/2 */
    z-index: 9999;
}

/*style for success like dislike and favorit icons*/
.suceess-comment
{
    background-color: #25a70b !important;
}

.notification, .notification:hover, .notification:focus {font-size: 26px; color:#fff; float: right; margin-right: 0px; position: relative;}



.dropdown-submenu {
    position: relative;
    right: 0 !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.header-logo-right {text-align: right;padding-right: 6%;}
.dropdown, .dropup {position: inherit;}
.notification .label-success {padding: 6px 3px; font-size: 12px; position: absolute; top: -6px; right: -6px; border-radius: 50%; background-color: #1f093c; width: 20px; line-height: 8px;}


/*file input styles*/

* {border:0;outline:0;}

label#largeFile:after {
 /* position:absolute;*/
  width:20%;
  max-width:800px;
  content:"Upload photos";
  left:0;
  right:0;
  /*margin:50px auto;*/
  text-align:center;
  padding:10px 10px 10px 10px;
  border-radius:10px;
  border:3px dashed #ccc;
  color:#ccc;
  font-family:"Helvetica Neue", Helvetica, Arial;
  font-size:20px; 
}
#largeFile {margin-top: 25px; }
label#largeFile:hover:after {
  background:#ccc;
  color:#fff;
  cursor:pointer;
}


label#largeFile input#file {
    width: 0px;
    height: 0px;
    outline: none;
    display:none;
}

/*Membership Packages CSS Start*/
.panel-pricing {border:none; box-shadow: 0px 2px 5px 1px #ccc; background-color: #e6e6e6;}
.panel-pricing ul {text-align: center;}
.panel-pricing ul li {font-size: 18px; font-weight: 600;}
.panel-pricing ul li i {color: #336E7B; margin-right: 10px; font-size: 30px; display: block;}
.panel-danger > .panel-heading {background-color: #78cfbf;}
.panel-warning > .panel-heading {background-color: #3ec6e0;}
.panel-success > .panel-heading {background-color: #e3536c;}
.panel-default > .panel-heading {background-color: #4B77BE;}
.panel-heading {border:none;}
.panel-heading h3 {color: #fff; margin: 0px;}
.panel-body p {font-size: 20px; margin:0px;}
.plan-btn, .plan-btn:hover {color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 600; text-decoration: none;}
.panel-danger .panel-body {padding: 30px 0px; background-color: #82daca; color: #fff;}
.panel-body strong {font-size: 50px;}

.panel-warning .panel-body {padding: 30px 0px; background-color: #53cfe9; color: #fff;}
.panel-body strong {font-size: 50px;}

.panel-success .panel-body {padding: 30px 0px; background-color: #eb6379; color: #fff;}
.panel-default .panel-body {padding: 30px 0px; background-color: #5C97BF; color: #fff;}
.panel-body strong {font-size: 50px;}
.panel-danger .panel-footer {  }

.plan1-btn {background-color: #82daca; display: block; padding: 15px 0px; border-radius: 3px;}
.plan2-btn { background-color: #53cfe9; display: block; padding: 15px 0px; border-radius: 3px;}
.plan3-btn { background-color: #eb6379; display: block; padding: 15px 0px; border-radius: 3px;}
.plan4-btn { background-color: #4B77BE; display: block; padding: 15px 0px; border-radius: 3px;}
.back-btn, .back-btn:hover, .back-btn:focus {background-color: #e92f36; color: #fff; border-radius: 15px;}
/*Membership Packages CSS End*/

/*Contact Page CSS Start*/
.contact-left {background-color: #ececec; padding: 20px 10px; box-shadow: 0px 0px 16px 0px #BDC3C7;}
.field-contactus-name textarea, .field-contactus-name textarea:focus {border:none; resize: none; border-bottom: 1px solid #e92f36; background:transparent; box-shadow: none; border-radius: 0px;}
.field-contactus-name textarea::placeholder {font-size: 16px;}
.send-btn {background:none; border-radius: 30px; border:2px solid #e92f36; padding: 5px 30px; font-size: 16px; color: #333; font-weight: 600; text-transform: uppercase; margin-top: 15px; overflow: hidden;}
.hvr-sweep-to-right.send-btn::before {background-color:#e92f36; border-radius: 30px; border:2px solid #e92f36;}
.contact-left h1 {font-size: 24px; margin: 0px 0px 20px 0px; }
/*Contact Page CSS End*/


/*Runtime CSS After Development Start*/
.modal-sm .modal-content .modal-header {padding: 22px 15px;}
#imgChange {cursor:pointer;}
.sidebar-left{min-height:360px;}
.sidebar-right .tab-content .tab-pane h3 {color: #db0a5b; clear:left;}
.form-control[disabled], fieldset[disabled] .form-control {background:none;}

#cometchat {position:fixed;}
.dropdown-menu {list-style:none; left:auto;right: 0;}
.second-dropdown-menu{right: 18%; left:auto;}
.hasDatepicker {background:none!important;}
.form-control-feedback {
    /* top: 10px!important; */
right: 8px!important;}
#checkunits {z-index:99;}
.multiselect label {width:45%!important;float:left!important;}
.yiisocial ul {list-style-type:none;padding:0px;}
.yiisocial ul li {float:left;margin-right:10px;text-align:center;}
.yiisocial ul li a.facebook {display: inline-block;width: 170px;height: 40px;line-height: 40px;padding: 0px 8px;
    background-color: #455CA8;color:#fff;}
.yiisocial ul li a.google {display: inline-block;width: 170px;height: 40px;line-height: 40px;padding: 0px 8px;background-color: #F74933;color:#fff;}
.pending-box {background-color:#ececec;padding:30px;text-align:center;border-bottom:2px solid #db0a5b; }
.pending-box:hover {box-shadow: 2px 3px 10px -5px #333;transition: all 500ms ease 0s;}
.pending-box img {width:30%; margin:0 auto;}
.pending-box h4 {font-size:16px;}
.pending-box p {font-size:30px;color:#5c3491;font-weight:600;}

.uploadimagemodal .modal-dialog{width: 60%;}
.uploadimagemodal .modal-dialog .uploadimagecontent .uploadimagep2 .uploadimagep2div
{background:#e1e1e1;width:250px;padding:30px;height:250px;margin:30px auto;}


/*Runtime CSS After Development End*/


/*About Page CSS Start*/
.abtpage {float:none; margin:0 auto;}
.stories {text-align:center; background-color:#f6f6f6; padding:30px; overflow:hidden;}
.stories img {width:100px; height:100px; border-radius:50%;}
.stories h4 {font-family: 'Fira Sans', sans-serif; color:#db0a5b;}
/*About Page CSS End*/


/*Chat List CSS Start*/
.chat-style{
  position: fixed; 
  /*or absolute*/
  right: 40px;
  bottom: 0px;
  background: white;
  width: 255px;
  border-radius: 5px 5px 0px 0px;
}

.chat-head{
  width: 255px;
  height: 40px;
  background: #e92f36;
  border-radius: 5px 5px 0px 0px;
  position:relative;
}

.head-desc{
  color: white;
  padding: 2px 8px;
  display: inline-block;
}
.new-chat{
  float: right;
  border-radius: 150px;
  border-style:solid;
  border-width: 1px;
  border-color: white;
  padding:1% 2%;
  cursor:pointer;
  margin: 10px;
  line-height:300px;
}
.go-back{
  float: right;
  border-radius: 150px;
  border-style:solid;
  border-width: 1px;
  border-color: white;
  padding:1% 2%;
  cursor:pointer;
  margin: 10px;
  line-height:300px; 
}
.close-chat{
  position: absolute;
  top: 11px;
  right: 15px;
  width:16px;
  cursor: pointer;
  color:#fff;
}

.chat-body{
  height: 300px;
  width:100%;
  overflow:auto;
  padding:10px 10px 120px 10px;
  float:left;
  background-color:#ececec;
  /*margin-bottom:120px;*/
}

.new-chat-body{
  height: 300px;
  width: inherit;
  margin-bottom: 45px;
  overflow:auto;
}

.chat-users{
    width:100%;
    list-style-type: none;
    /*right: 40px;*/
    font-size: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    display:flex;
    align-items:center;
    cursor:pointer;
    position:relative;
}

.chat-users img {border-radius:50%; width:50px; height:50px;}

.chat-count {position: absolute;
top:10px;
right: 10px;
border-radius: 50%;
background-color:
#db0a5b;
width: 20px;
height: 20px;
text-align: center;
color:#fff;
font-weight:700;
}

.search-icon{
  top: 40px;
  margin-left:8px;
  position:absolute;
  font-size: 10px;
  padding-top: 12px;
  color: #888888;
}

.search-new {
  position:absolute;
  font-size: 10px;
  top: 40px;
  margin-left:8px;
  height: 20px;
  width: 140px; 
  padding-top: 12px;
  resize: none;
  border-left:none;
  border-top:none;
  border-right:none;
}

.username{
      font-size:14px;
    font-weight: bold;
    margin-left: 8px;
}

.message-preview{
    font-size: 10px;
    margin-top: 5px;
    margin-left: 8px;
}
.active-chat{
  position: fixed; 
  /*or absolute*/
  right: 40px;
  bottom: 0px;
  background: white;
  width: 255px;
  border-radius: 5px 5px 0px 0px;
  display:none;
}
.create-btn{
  border-radius: 60px;
  background: #888888;
  padding: 10px; 
  width: 45px;
  height: 10px;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #888888
}

#selected {
  float:right;
  display:none;
}

.select-tabs{
  margin-top:60px;
  border-bottom: 2px solid #888888;
  height:10px;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.pills1{
  margin-left:60px;
  border: 3px solid  #0000cc;
  border-top:none;
  border-right: none;
  border-left:none;
  float:left;
}
.pills2 {
  margin-right:30px;
    margin-left:20px;
  margin-bottom:10px;
  float: left;
}
.thumblist{
   margin-top:5px;
   padding: 0px;
}
.thumbnail{
  padding:1px; 
  height: 60px;
  width: 75px; 
  font-size:10px;
  font-weight:bold;
  float:right;
  margin-right:5px;
}
.create-new{
  position: fixed; 
  /*or absolute*/
  right: 40px;
  height: 330px;
  bottom: 0px;
  background: white;
  width: 255px;
  border-radius: 5px 5px 0px 0px;
  display:none;
}

.prof-pic {
  float: left;
}

#prof-img{
  border-radius: 50%;
  width: 40px;
  height:40px;
}

.notif {
  float: right;
  color: blue;
  margin-top: 3px;
  margin-right: 5px;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
}
.msg-pic{
  float: left;
  margin-right: 10px;
   margin-top: 2px;
  margin-left: 10px;
  /*height: 70px;*/
}
.msg-send{
  background: #ffffff;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 3px;
  width: 190px;
}

.msg-receive{
  background: #3366ff;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 20px;
  width: 150px;
  border-radius: 5px 5px 5px 5px;
  padding: 5px;
}

.chat-text{
  /*position:absolute;*/
  font-size: 10px;
  bottom: 0px;
  right: 1px;
  height: 50px;
  width: 255px; 
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  padding: 10px 40px 10px 10px;
  resize: none;
  z-index:1;
}
.time-stamp{
  font-size: 7px;
  margin-left: 0px;
  margin-bottom: 10px;
}
/*Chat List CSS End*/

.senderDiv {width:80%; float:right; text-align:left; background-color:#fff; padding:7px 10px; margin-bottom:10px; border-radius:15px; border-bottom-right-radius: 0px; color:#DB0A5B;}
.recevierDiv {width:80%; float:left; text-align:left; background-color:#FB5E9B; padding:7px 10px; margin-bottom:10px; color:#fff; border-radius:15px; border-top-left-radius: 0px;}

.oh {overflow:hidden;}

.msg-insert {position:relative;}
.sendchatbtn {position: absolute; bottom: 15px; z-index: 1; right: 31px; cursor:pointer;}
.kiometersaway {display:flex; align-items:center; font-size:16px !important; margin:10px 0px !important;}
.kiometersaway i {margin-right:3px;}
.forgot-div {position:inherit; width:100%; left:0;}
.forgot-banner-search {display:flex; justify-content:center;}
.fulladdress {display:flex; align-items:center; font-size:14px !important; margin:10px 0px !important;}

.browsing {position:relative;}
.browsing input {position: absolute; top: 0; height: 100%; width: 100%; opacity: 0;}
.browsing .btn {margin-top:0px; padding: 7px 32px; background-color:#DB0A5B; color:#fff;}

.profilmodalgallery { margin-bottom:20px;}
.profilmodalgallery .imgbox {height:190px;}
.profilmodalgallery .imgbox img {height:100% !important; width:100% !important; object-fit:cover;}
.viewbox .form-group {background-color:#f6f6f6; padding:20px 20px; border-bottom: 1px solid #DB0A5B;}

.datepicker-dropdown {right:auto !important;}

.has-success .form-control {border-color:#e92f36 !important; box-shadow:none !important;}

/*Gallery Section CSS Start*/
.home-doctors .container {width:100%;}
.gallerybox figure {height:200px;}
/*Gallery Section CSS End*/