body{font-family: 'Poppins', sans-serif; font-size: 14px;color: #000; overflow-x: hidden; background:#fff; height: 100%;}
html{font-family: 'Poppins', sans-serif; height: 100%;}
/*font-family: 'Montserrat', sans-serif;*/
a{color:#000;text-decoration:none;}
a:hover{color: #f859b2;text-decoration:none;}
a.link1{color:#f859b2;text-decoration:underline;}
a.link1:hover{color: #000;text-decoration:underline;}

/*Slim Scroll*/
/* Works on Firefox */
* {scrollbar-width: thin;scrollbar-color: #f859b2 #d4d4d4;}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {width: 4px;}
*::-webkit-scrollbar-track {background: #d4d4d4;}
*::-webkit-scrollbar-thumb {background-color: #f859b2;border-radius: 20px;}

.btn_login{background: #fff;border-color: #2e3192; padding: 9px 35px; border-radius: 100px; color: #000; font-size:14px; text-transform:uppercase; font-weight:600; letter-spacing:1px;}
.btn_login:hover, .btn_login.active{background: #f859b2;border-color: #f859b2; color:#fff;}
.btn_login_lg{padding: 10px 60px; height: 56px; line-height: 26px; font-size: 18px; min-width: 300px;}
.btn_black{background: #171717;border-color: #171717; padding: 22px 50px; border-radius: 100px; height: 70px; color: #fff; font-size:16px; text-transform:uppercase; font-weight:600; letter-spacing:1px;}
.btn_black:hover{background: #000;border-color: #000; color:#fff;}

.text_blue{color: #242f51;}
.text_gray{color: #616368;}

.font-weight-semibold{font-weight:600;}

h2{font-size:2.25rem;}
h6{line-height: 26px;}
p{font-size:14px; color:#000;}

.font12{font-size:12px;}
.font16{font-size:16px;}
.font18{font-size:18px;}

/*Navbar Open*/
.custom_nav{padding: 0 15px;}
.custom_nav .navbar-nav .nav-link{color: #666;text-transform: uppercase;padding: 30px 10px;margin: 0 20px;position: relative;font-size: 14px; font-weight:600; letter-spacing:1px;}
.navbar-light .navbar-nav .active > .nav-link {color: #171717;border-bottom: solid 3px #171717;}

.custom_nav.navbar-light .navbar-toggler {color: #f859b2; border-color: #f859b2;}
.custom_nav .navbar-brand img{max-width: 100%; max-height: 50px;}
.custom_nav .navbar-toggler {color: #f859b2;border: none !important;font-size: 25px;}

.login_nav.fixedHeader{position: relative !important;}
.fixedHeader{background:#fff;position: fixed; width: 100%; top:0; -webkit-transition: all .3s ease-in; transition: all .2s ease-in; animation: smoothScroll 1s forwards; z-index: 99;border-bottom: 1px solid #ececec;}
.fixedHeader .navbar-nav .nav-link {color: #000;}
.fixedHeader .navbar-toggler{color:#000;}
@keyframes smoothScroll{
  0%{
    transform: translateY(-50px);
  }
  200%{
    transform: translateY(0px);
  }
}

/*Banner*/
.banner{height:100vh; background:url(../images/banner.jpg) #352162 no-repeat center center /cover; min-height: 400px;}
.banner h2{letter-spacing: 1px;}
.banner h6{letter-spacing: 0.5px;}

/*We Help*/
.we_help .icon{max-width: 100%; max-height: 70px;}

/*Find Real Love Now*/
.find_real_love{min-height:250px; background:url(../images/find-real-love.jpg) #e9efed no-repeat center center /cover;}
.find_real_love h3{letter-spacing: 2px; color: #2d2b27; font-size: 30px;}
.find_real_love h5{letter-spacing: 4px; color: #2d2b27;}

/*Success Stories*/
.success_stories{background:url(../images/success-stories.png) #fff no-repeat center left;padding: 100px 0;background-size: 50%;}
.success_stories .profile_img{width: 90px !important; height: 90px !important; border-radius: 50%;margin-right: 25px; float: left;}
.success_stories .owl-nav{position: relative;right: 0;float: right;top: -55px;}
.success_stories .owl-carousel .owl-nav .owl-next, .success_stories .owl-carousel .owl-nav .owl-prev{
width: 50px;height: 50px;background: #fff;border-radius: 50%;display: inline-block;border: solid 1px #dee1e6; margin: 0 10px; position: relative;}
.success_stories .owl-carousel .owl-nav .owl-next:hover, .success_stories .owl-carousel .owl-nav .owl-prev:hover{background: #eff3f8;}
.success_stories .owl-carousel .owl-nav .owl-next .fa, .success_stories .owl-carousel .owl-nav .owl-prev .fa{color: #dee1e6;}
.success_stories .owl-carousel .owl-nav .owl-prev:after{border-right: solid 1px #e7e7e7; position: absolute; right: -11px; height: 25px; transform: translateY(-50%); top: 50%; content: "";}
.success_stories .owl-dots{display: none;}


/* Login */
.login_social_btn{width: 100%;height: 50px; font-size: 16px;display: block;position: relative; background: #fff;border: solid 1px #757575;text-align: center;border-radius: 6px;-webkit-box-align: center !important;-ms-flex-align: center !important;align-items: center !important;display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-webkit-box-pack: center !important;-ms-flex-pack: center !important;justify-content: center !important;}
a.login_social_btn:hover{color: #0062cc;}
.login_social_btn:hover{background: #f6f6f6;}

.login_social_btn_box{width: 70px; height: 70px; text-align: center;background: #fff;border: solid 1px #e5e5e5;text-align: center;border-radius: 0px;display: inline-block;margin: 0 12px 10px 0; padding: 23px;-webkit-transition: all .3s ease-in; transition: all .2s ease-in;}
.login_social_btn_box:hover{background: #f6f6f6;}
.login_social_btn_box img{width: 24px;max-height: 24px; vertical-align: middle;transform: scale(1);-webkit-transition: all .3s ease-in; transition: all .2s ease-in;}
.login_social_btn_box:hover img{width: 24px;max-height: 24px; vertical-align: middle;transform: scale(1.2);}

.modal-content {box-shadow: 0px 4px 10px #626262;border: none; border-radius: 10px;}
.modal-header{border-bottom: 0px solid #dee2e6;padding-bottom: 0;}

/*Go to top*/
#goto_top{z-index: 99999;display: none;position: fixed;right: 10px;bottom: 21px;width: 44px;height: 44px;border-radius: 2px;border: none;background: #c126a0;text-align: center; cursor: pointer;}
#goto_top span {position:absolute;top: -2px;left: 0; right: 0; color: #fff;text-align: center;font-size: 16px;line-height: 44px;}
#goto_top:hover {background: #f748d2;border: none;}

/*Footer*/
footer{background:#43316d; padding:70px 0;font-family: 'Montserrat', sans-serif; font-weight:300; color: #fff;}
footer ul{margin:0; padding:0;}
footer ul li{margin:0 0 10px 0; padding:0; list-style:none; color:#fff; display:block;}
footer ul li a{color:#fff;}
footer ul li a:hover{color:#f859b2;}
footer .social_icon{margin:0; padding:0;}
footer .social_icon li{margin:0 15px 5px 0; padding:0; list-style:none; color:#7d66b1; display:inline-block;font-size: 20px;}
footer .social_icon li a{color:#7d66b1;}
footer .social_icon li a:hover{color:#fff;}
.copyright{background:#fff; font-size:14px; color:#000;font-family: 'Montserrat', sans-serif; font-weight:300;}

.copyright .social_icon{margin:0; padding:0;}
.copyright .social_icon li{margin:0 15px 5px 0; padding:0; list-style:none; color:#000; display:inline-block;font-size: 20px;}
.copyright .social_icon li a{color:#000;}
.copyright .social_icon li a:hover{color:#7d66b1;}

/*After Login*/
.search_result_page .container{max-width: 1640px;}
.search_result_page .custom_nav:after{border-bottom: 1px solid #e1e1e1; content: ""; height: 1px;position: absolute;width: 100%;bottom: 0;left: 0;right: 0;}
.search_result_page .custom_nav .navbar-nav .nav-link{color: #999;text-transform: capitalize;padding: 18px 4px;margin: 0 30px;text-align: center;}
.search_result_page .navbar-light .navbar-nav .active>.nav-link{color: #171717; border-bottom: solid 3px #171717;}
.search_result_page .custom_nav .navbar-nav .nav-link .fa{font-size: 20px;}
.search_result_page .custom_nav.navbar-light .navbar-toggler {color: #f859b2border-color: #f859b2;}
.search_result_page .custom_nav .navbar-brand img{max-width: 100%; max-height: 50px;}
.search_result_page .custom_nav .navbar-toggler {color: #f859b2;border: none !important;font-size: 25px;}
.search_result_page .user_toggle{background: #fff;padding: 3px 15px;border-radius: 100px;height: 40px;color: #000; font-size:22px;text-align: center;
vertical-align: middle;border: solid 1px #b7b7b7;}
.search_result_page .user_toggle:hover{background: #f8f9fa;}
.search_result_page .fa{vertical-align: middle;}
.search_result_page .user_icon{width: 30px; height: 30px; border-radius: 50%;overflow: hidden; display: inline-block; margin-left: 10px;}

.search_result_page .dropdown-menu.show {margin-top: 10px;border: 0;border-radius: 10px;box-shadow: 0 0px 10px #e9e9e9;min-width: 200px;}
.search_result_page .dropdown-item{padding: 8px 15px;font-size: 14px;color: #666;font-weight: 300;letter-spacing: 0.5px;}
.search_result_page .dropdown-item:hover{background: #f8f9fa;}

.search_result_page .btn_filter{background: #fff;padding: 14px 15px;border-radius: 9px;color: #242f51; font-size:14px;text-align: center;
vertical-align: middle;border: solid 1px #b7b7b7; font-weight: 600; letter-spacing: 0.25px;}
.search_result_page .btn_filter:hover{background: #f8f9fa;}
.search_result_page .btn_filter img{max-width: 100%; max-height: 24px; margin-right: 7px;}
.search_result_header_mob{display: none;}


/* Lazyload*/
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.lazyload_images{margin-left: -15px;margin-right: -15px; margin-bottom: 100px; padding: 0; float: left;}
.lazyload_images li{margin: 0 0 20px 0; padding: 0; width: 20%; box-sizing: border-box; float: left; list-style: none;}
.lazyload_images li figure{margin: 0;padding: 0;position: relative;border-radius: 14px;}
.lazyload_images li figure:before {display: block;content: "";padding-top: 284px;}
.lazyload_images li figure a {display: block;}
.lazyload_images li figure img {position: absolute;top: 0;left: 0;right: 0;margin: auto; max-height: 100%;}
.lazyload_images .lazy_image { width: calc(100% - 30px);overflow: hidden;margin: auto;position: relative;}
.lazyload_images .lazy_image figure img {opacity: 0;max-width: 100%;max-height: 284px;border-radius: 14px;}
.lazyload_images .lazy_image figure.is-loaded img {animation: fadeIn 0.3s linear 0.3s forwards;}
.lazyload_images .lazy_image figure.is-loading{position: relative;background-color: #f1f1f1;}
.lazyload_images .lazy_image figure.is-loading:after{content: "";display: block;color: #ccc;font-size: 30px;text-indent: -9999em;overflow: hidden;width: 1em;height: 1em;border-radius: 50%;margin: auto;position: absolute;top: 50%;left: 50%;margin-left: -0.5em;margin-top: -0.5em;transform: translateZ(0);animation: loading 1.7s infinite ease;}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Favorite*/
.favorite_active{position: absolute;z-index: 99;right: 15px;top: 8px;font-size: 26px; color: #fff;}
.favorite_active span{font-size: 14px; color: #fff;}
.favorite_active span:hover{color: #fff;}
.favorite_active:hover, .favorite_active .fa:hover{color: #fff;}
.favorite_active .fa-thumbs-o-up{display:inline-block;}
.favorite_active .fa-thumbs-up{display:none;}
.favorite_active.clicked .fa-thumbs-o-up{display:none;}
.favorite_active.clicked .fa-thumbs-up{display:inline-block;}


/*autocomplete*/
.matches{margin:0px; padding:0px;}
.autocomplete {position: relative;display: inline-block;}
.autocomplete-items {position: absolute;z-index: 99;top: 100%;left: 3%;right: 3%;max-height: 330px;overflow-y: auto;}

/*Checkbox*/
label{font-size: 16px;font-weight: 500;}
.custom-control-label::before{border: solid 1px #8c8c8c;border-radius: 3px !important; width: 20px; height: 20px;}
.custom-control-input:checked ~ .custom-control-label::before {border-color: #c126a0;background-color: #c126a0; width: 20px; height: 20px;}
.custom-control-label{font-size: 15px; font-weight: 300;line-height: 27px;margin-bottom: 0; padding-left: 8px; cursor: pointer;letter-spacing: 0.5px;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {background-size: 50%;width: 20px;height: 20px;}
.custom-control-input:focus{outline:none; box-shadow:0;}
.custom-control{margin-bottom: 10px;}

/*Radio*/
.rdio {position: relative;display: inline-block;}
.rdio input[type=radio] {opacity: 0;}
.rdio label {padding-left: 10px;cursor: pointer;margin-bottom: 7px !important; font-weight: normal}
.rdio label:before {width: 20px;height: 20px;position: absolute;top: 1px;left: 0;content: "";display: inline-block;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;border: 1px solid #8c8c8c;background: #fff;}
.rdio input[type=radio] {margin: 0px;}
.rdio input[type=radio]:disabled + label {color: #999;}
.rdio input[type=radio]:disabled + label:before {background-color: #fbc52d;}
.rdio input[type=radio]:checked + label::after {content: "";position: absolute;top: 6px;left: 5px;display: inline-block;font-size: 11px;width: 10px;height: 10px;background-color: #fbc52d;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;}
.rdio-default input[type=radio]:checked + label:before {border-color: #c126a0;}
.rdio-primary input[type=radio]:checked + label:before {border-color: #c126a0;}
.rdio-primary input[type=radio]:checked + label::after {background-color: #c126a0;}


/*Range Slider*/
.range_sidebar {width: 100%;position: relative;}
.range_sidebar .rangeValues {display: block;float: left;margin-top: 20px;background: #f859b2;font-size: 13px;color: #fff;border-radius: 3px;padding: 4px 12px;height: 28px;}
.range_sidebar input[type=range] {-webkit-appearance: none;width: 100%;position: absolute;left: 0;}
.range_sidebar input[type=range]::-webkit-slider-runnable-track {width: 100%;height: 5px;background: #ddd;border: none;border-radius: 3px;}
.range_sidebar input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;border: none;height: 18px;width: 18px;border-radius: 50%;background: #f859b2 !important;margin-top: -5px;cursor: pointer;position: relative;z-index: 1;}
.range_sidebar input[type=range]:focus {outline: none;}
.range_sidebar input[type=range]:focus::-webkit-slider-runnable-track {background: #ccc;}
.range_sidebar input[type=range]::-moz-range-track {width: 100%;height: 5px;background: #ddd;border: none;border-radius: 3px;}
.range_sidebar input[type=range]::-moz-range-thumb {border: none;height: 16px;width: 16px;border-radius: 50%;background: #f859b2 !important;}
.range_sidebar input[type=range]:-moz-focusring {outline: 1px solid white;outline-offset: -1px;}
.range_sidebar input[type=range]::-ms-track {width: 100%;height: 5px;background: transparent;border-color: #f00;border-width: 6px 0;color: transparent;z-index: -4;}
.range_sidebar input[type=range]::-ms-fill-lower{background: #f00;border-radius: 10px;}
.range_sidebar input[type=range]::-ms-fill-upper{background: #000;border-radius: 10px;}
.range_sidebar input[type=range]::-ms-thumb {border: none;height: 18px;width: 18px;border-radius: 50%;background: #f859b2 !important;}
.range_sidebar input[type=range]:focus::-ms-fill-lower {background: #ccc;}
.range_sidebar input[type=range]:focus::-ms-fill-upper {background: #f00;}


.login_page_height{height: calc(100% - 90px) !important;}


/*Pricing Table*/
/* Card Themes - Start */
.basic .pricing-header {
  background-color: #4b7bec;
}
.basic .price-circle {
  border: 10px solid #4b7bec;
  transition: all 0.4s;
}
.basic:hover .price-circle {
  border-width: 5px;
}
.basic .buy-now:hover {
  background-image: none !important;
  background-color: #4b7bec !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.eco .pricing-header {
  background-color: #e621b5;
}
.eco .price-circle {
  border: 10px solid #e621b5;
  transition: all 0.4s;
}
.eco:hover .price-circle {
  border-width: 5px;
}
.eco .buy-now:hover {
  background-image: none !important;
  background-color: #e621b5 !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.pro .pricing-header {
  background-color: #26de81;
}
.pro .price-circle {
  border: 10px solid #26de81;
  transition: all 0.4s;
}
.pro:hover .price-circle {
  border-width: 5px;
}
.pro .buy-now:hover {
  background-image: none !important;
  background-color: #26de81 !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.business .pricing-header {
  background-color: #a55eea;
}
.business .price-circle {
  border: 10px solid #a55eea;
  transition: all 0.4s;
}
.business:hover .price-circle {
  border-width: 5px;
}
.business .buy-now:hover {
  background-image: none !important;
  background-color: #a55eea !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.pricing-card {
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
  min-height: 450px;
  background-color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  transition: all 0.4s;
  text-align: center;
  box-shadow: 0 0 15px #efefef;
}
.pricing-card:hover, .pricing-card.active {
  box-shadow: 0 0 20px #c9c9c9;
  transform: scale(1.07);
}
.pricing-card .popular {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: auto;
  padding: 6px 20px;
  border-radius: 0 0 10px 10px;
  background-color: #ffa500;
  color: #fff;
  font-size: 13px;
  z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.pricing-card .badge-box {
  padding: 0 40px;
  margin-top: 80px;
}
.pricing-card .badge-box span {
  display: inline-block;
  border: 1px solid #4b7bec;
  padding: 4px 12px;
  border-radius: 25px;
  overflow: hidden;
  color: #4b7bec;
}
.pricing-card .pricing-header {
  width: 100%;
  height: 170px;
  position: relative;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
}
.pricing-card .pricing-header .plan-title {
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 18%;
}
.pricing-card .pricing-header .price-circle {
width: 150px;
height: 150px;
border-radius: 100%;
left: 50%;
top: 50%;
background-color: #fff;
position: absolute;
transform: translateX(-50%);
}
.pricing-card .pricing-header .price-circle .info {
  display: block;
  font-size: 12px;
  color: #333;
}
.pricing-card .pricing-header .price-circle .price-title {
  display: block;
  font-size: 28px;
  padding: 28px 0 0;
  font-weight: bold;
}
.pricing-card .pricing-header .price-circle .price-title small {
  font-size: 18px;
}
.pricing-card .pricing-header h2 {
  position: relative;
  top: 40%;
  color: #fff;
}
.pricing-card ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.pricing-card ul li {
  list-style-type: none;
  display: block;
  padding: 15px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-card .buy-button-box {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.pricing-card .buy-button-box .buy-now {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  background-image: linear-gradient(to left, #a55eea, #45aaf2);
  margin-top: 20px;
}


/*Payment*/
.cart_icon{max-width: 100%; max-height: 30px;}
.info_icon>i, .info_icon a[role="button"] {
  color: #d3d3d3;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  position: absolute;
  top: 36px;
  right: 18px;
  cursor: pointer;
  text-align: center;
}

.info_icon>i:hover, .info_icon a[role="button"]:hover {
  color: #777;
}

/*Upload Images*/
/*.upload_img_wrap{width: 100%;}*/
/*.upload_img_box{width: 160px;margin: 0 2% 2% 0;float: left;position: relative;}*/
.upload_img_box img{width: 100%; height: 100%;}
.upload_img_box .title{width: calc(100% - 30px);position: absolute; bottom: 0; min-height: 30px; background: rgba(0,0,0,0.7); padding: 5px; text-align: center; color: #fff;z-index: 9; white-space: nowrap; font-size: 12px;}
.upload_img_box .title .fa{font-size: 18px; color: #fff; width: 14px; display: inline-block;}
.upload_img_box .title a .fa:hover{color: #fff;}
.upload_img_box .img-bg{background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;padding-bottom: 100%;}

.upload_box {position: relative;}
.upload_inputfile {width: 0.1px;height: 0.1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}
/*.upload_btn_box {display: table;height: 160px;float: left;margin: 0 10px 10px 0;}*/
.upload_btn {/*display: table-cell;*/vertical-align: middle;font-weight: 600;color: #f859b2;text-align: center;transition: all 0.3s ease;cursor: pointer;background: #fff;border: solid 1px #f859b2;border-radius: 2px;width: 100%;height: 100%;box-shadow: 0 0 15px #efefef; min-height: 150px;}
.upload_btn:hover {background-color: unset;color: #4045ba;transition: all 0.3s ease;}
.upload_btn .fa{color: #f859b2;}
.upload_img-close {width: 20px;height: 20px;border-radius: 50%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 5px;right: 5px;text-align: center;line-height: 20px;z-index: 1;cursor: pointer;}
.upload_img-close:after {content: "✖";font-size: 14px;color: white;}
.add_new_photo{position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%;white-space: nowrap;}

/*Table*/
.about_table tr td{border-top: none;}
.about_table tr td:nth-child(1){color: #666; text-align: left;padding-left: 0;}
.about_table tr td:nth-child(2){color: #000; text-align: right; font-weight: 600;padding-right: 0;}

.interests_teg{background:#fff; color:#000; padding:4px 15px; font-size:14px; font-weight:400; border:solid 1px #ccc;margin: 0 5px 5px 0;border-radius: 0 20px;}
.badge_gray{background:#e7e7e7; color:#000; padding:4px 8px; font-size:10px; font-weight:400; border-radius:1px;vertical-align: middle;}


/*Custom Buttion Select*/
.interests_btn{background: #fff;border-color: #ccc; padding: 9px 0px 9px 15px; border-radius: 100px; color: #333;letter-spacing:1px; font-size: 14px; position: relative;}
.interests_btn:focus, .interests_btn:hover, .interests_btn.clicked{background: #333;border-color: #333; color:#fff; box-shadow: none;}
.interests_btn:before{content: "\f00d";font: normal normal normal 14px/1 FontAwesome; position: absolute;margin-left: -15px;transform: translateY(-50%);top: 50%;}
.interests_btn.clicked:before{content: "\f00c";font: normal normal normal 14px/1 FontAwesome; position: absolute;margin-left: -18px;transform: translateY(-50%);top: 50%;}


/*Tabs*/
.favorites_tab .nav-tabs{border-bottom: none;}
.favorites_tab .nav-tabs .nav-link:focus, .favorites_tab .nav-tabs .nav-link:hover {border-color: transparent;}
.favorites_tab .nav-justified .nav-item, .favorites_tab .nav-justified>.nav-link{font-size: 20px; color: #666;white-space: nowrap;}
.favorites_tab .nav-tabs .nav-link{color: #666;padding-left: 8px; padding-right: 7px;}
.favorites_tab .nav-tabs .nav-item.show .nav-link, .favorites_tab .nav-tabs .nav-link.active{color: #f859b2;background-color: #fff;border-color: transparent;border-bottom: solid 4px #f859b2;width: auto;display: inline-block;font-weight: 600;}

.upload_img_box .dropdown-menu.show {margin-top: 0px;border: 0;border-radius: 4px;  min-width: 130px;}
.upload_img_box .dropdown-item {padding: 6px 12px;font-size: 13px;color: #333;font-weight: 300;letter-spacing: 0.5px;}


/*List and Gride view*/
.pending_offer{position: absolute; width: 100%; min-height: 30px;z-index: 9;background: rgba(255, 108, 0, 0.5);color: #fff;text-align: center;padding: 4px;}
.btn-grid, .btn-list{color: #666; font-size: 16px;}
.list-view .row > [class*=col-] {max-width: 100%;flex: 0 0 100%;}
.list-view .card {flex-direction: row;}
.pending_offer_gride{display: none;}
.pending_offer{display: block;}

.list-view .card {overflow: hidden;}
.list-view .card .card-body {display: inline-block;}
.list_gride_img{max-width: 100%;max-height: 220px;border-radius: 0;}
.list_gride_img img{max-width: 100%;max-height: 220px;border-radius: 0; position: relative;}

.favorites_tab .card-body {padding: 12px;}

.gride_list_ul{margin: 0; padding: 0;}
.gride_list_ul li{margin: 0; padding: 0; list-style: none; float: left;}
.gride_list_ul li:nth-child(1){width: 75%; text-align: left;}
.gride_list_ul li:nth-child(2){width: 25%; text-align: right; white-space: nowrap;}
.gride_list_ul li:nth-child(3){width: 100%; text-align: center; padding-top: 15px;}

.list-view .gride_list_ul li:nth-child(1){width: 100%; text-align: left;}
.list-view .gride_list_ul li:nth-child(2){width: 100%; text-align: left;}
.list-view .gride_list_ul li:nth-child(2) br{display: none;}
.list-view .gride_list_ul li:nth-child(3){width: auto;position: absolute;transform: translateY(-50%); top: 50%;right: 15px;}
.list-view .list_gride_img {max-height: 130px;}
.list-view .pending_offer_gride{display: block;}
.list-view .pending_offer{display: none;}
.list-view .list_gride_img img {max-height: 130px;}

/*Unfavorite*/
.Unfavorite_active .fa{font-size: 40px; color: #333;}
.Unfavorite_active:hover .fa{color: #f859b2;}