 @charset "utf-8";
/* CSS Document */
 ::-moz-selection {
    /* Code for Firefox */
     color: #fff;
     background: #e92778;
}
 ::selection {
     color: #fff;
     background: #e92778;
}
 * {
     outline: none;
}
 *:hover, *:focus, *:active {
     text-decoration: none;
     outline: none;
}
 * {
     -moz-transition: All .8s ease;
     -webkit-transition: All .8s ease;
     transition: All .8s ease;
}
 @font-face {
     font-family: 'arciformregular';
     src: url('../fonts/arciform-webfont.woff2') format('woff2'), url('../fonts/arciform-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'robotomedium';
     src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'robotoregular';
     src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 body {
     font-family: 'Roboto', sans-serif;
}
 a {
     text-decoration: none;
     -moz-transition: All .8s ease;
     -webkit-transition: All .8s ease;
     transition: All .8s ease;
}
 a:hover, a:focus, a:active {
     outline: none;
     border: none;
     text-decoration: none;
}
 input.newsletter-input {
     outline: none;
}
 input.newsletter-input:focus {
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 39, 120, .6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 39, 120, .6);
}
 p {
     font-size: 13px;
     line-height: 19px;
}
 .ovhid{
     overflow: hidden;
}
 .dropdown-menu {
     -webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, .175);
     box-shadow: 0 8px 4px rgba(0, 0, 0, .175);
}
 .nopad {
     padding: 0 !important;
}
 .container-fluid {
     padding: 0 10%;
}
 .navbar-wrapper {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     z-index: 20;
}
 .navbar {
     min-height: auto;
     background: none;
    /*margin: 25px 0 0;
    */
     margin: 10px 0 0;
     border: none;
}
 .navbar-brand {
     height: auto;
     padding: 0;
}
 .navbar-inverse .navbar-nav>li>a {
     color: #292b2d;
}
 .dropdown-menu>li>a {
     display: block;
     padding: 7px 20px;
     clear: both;
     font-weight: 400;
     line-height: 1.42857143;
     color: #646464;
     white-space: nowrap;
}
 .dropdown-menu>li>a:hover {
     color: #e92778;
}
 .navbar-nav>li>.dropdown-menu {
     margin-top: 0;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     border: none;
     border-radius: 15px;
     overflow: hidden;
     padding-bottom: 0;
}
 .navbar-inverse .navbar-nav>li>a.menu-border {
     color: #fff;
     border: 1px solid #e92778;
     padding: 4px 32px;
     border-radius: 20px;
     margin-top: 10px;
     background-color: #e92778;
}
 .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
     background: none;
     color: #e92778;
}
 .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
     color: #e92778;
}
 .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
     color: #e92778;
     background: none;
}
 .banner {
     background: url(../images/banner.jpg) no-repeat;
     background-size: cover;
    /*min-height: 670px;
    */
     position: relative;
}
/*.banner-caption-main {
     position: absolute;
     bottom: 25%;
}
*/
 .banner-caption {
     width: 100%;
     color: #fff;
}
 .banner-caption h1 {
     font-family: 'Roboto', sans-serif;
     font-size: 56px;
     margin: 0 0 20px;
}
 .banner-caption p {
     font-size: 18px;
     max-width: 500px;
     line-height: 26px;
     width: 100%;
}
 .banner-sub {
     font-family: 'Roboto', sans-serif;
}
 .banner-form {
    /* -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     overflow: hidden;
     */
     display: inline-block;
     margin: 10px 0 0;
     float: right;
     position: relative;
}
 .banner-form #cat_error {
     position: absolute;
     bottom: -20px;
     left: 15px;
     font-size: 12px;
}
 .banner-form select {
     border: 0;
    /*padding: 0px 15px;
    */
    /*padding: 0px 24px;
    */
     padding: 0px 18px 0 15px;
     height: 50px;
     line-height: 50px;
     font-size: 13px;
     color: #646464;
     margin: 0 -3px 0 0;
     border-right: 1px solid #e1e1e19e;
     outline: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     -webkit-appearance: none;
     appearance: none;
    /*background: url(../images/down-arrow.png) #fff no-repeat right 21px;
    */
    /* background: url(../images/down-arrow.png) #f8f8f8 no-repeat 90% 28px;
     */
     background: url(../images/down-arrow.png) #f8f8f8 no-repeat 97% 28px;
}
 .banner-form select:focus {
     color: e92778;
}
 .banner-form .banner-btn {
     background: #e92778;
     color: #fff;
     border: none;
     padding: 9px 20px 9px;
     font-size: 18px;
     font-family: 'Roboto', sans-serif;
     position: relative;
     float: right;
     margin-top: 1px;
     -moz-border-radius: 0 30px 30px 0;
     -ms-border-radius: 0 30px 30px 0;
     -o-border-radius: 0 30px 30px 0;
     -webkit-border-radius: 0 30px 30px 0;
     border-radius: 0 30px 30px 0;
}
 .main-section {
     padding: 160px 0 60px;
     position: relative;
     background-color: #f8f8f8;
}
 .organize-main {
     background: #fff;
    /*background: url(../images/organise-bg.jpg) no-repeat;
     background-size: cover;
     min-height: 1200px;
     top: -130px;
    */
     position: relative;
     padding-top: 60px;
     border-top: 1px solid #e2e2e2;
}
 .organize-main .organize-slider {
     padding: 0;
}
 .organize-slider {
     padding: 0 55px;
    /*margin: 70px 0 0;
    */
}
 .organize-item.home-slider {
     position: relative;
    /* padding: 20px 10px;
     */
     height: auto;
     border-radius: 0;
}
 .organize-item {
     position: relative;
    /*padding: 20px 10px;
    */
     overflow: hidden;
     height: 120px;
     border-radius: 10px 
}
/* .organize-item:after {
     position: absolute;
     content: "";
     bottom: 20px;
     width: calc(100% - 20px);
     height: 163px;
     z-index: 1;
     -moz-border-radius: 0 0 10px 10px;
     -ms-border-radius: 0 0 10px 10px;
     -o-border-radius: 0 0 10px 10px;
     -webkit-border-radius: 0 0 10px 10px;
     border-radius: 0 0 10px 10px;
     Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+48,ffffff+48&0+0,1+100 
     background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 48%, rgba(255,255,255,1) 100%);
     FF3.6-15 background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 48%, rgba(255,255,255,1) 100%);
     Chrome10-25,Safari5.1-6 background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 48%, rgba(255,255,255,1) 100%);
     W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', 
     endColorstr='#ffffff', GradientType=0 );
     IE6-9 
}
 */
 .organize-item>img {
     -moz-box-shadow: 9px 10px 15px #dad5d5;
     -ms-box-shadow: 9px 10px 15px #dad5d5;
     -o-box-shadow: 9px 10px 15px #dad5d5;
     -webkit-box-shadow: 9px 10px 15px #dad5d5;
     box-shadow: 9px 10px 15px #dad5d5;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     width: 100%;
     height: 120px;
}
/* .organize-text {
     position: absolute;
     bottom: 55px;
     left: 0;
     display: block;
     width: 100%;
     padding: 0 15px;
     text-align: center;
     z-index: 99;
}
 */
 #owl-demo3 .item {
     margin: 0 10px;
}
 #owl-demo3.owl-theme .owl-controls {
     margin-top: 0;
}
 .organize-text {
     display: block;
     width: 100%;
     padding: 0 15px;
     text-align: center;
     z-index: 99;
}
 .organize-item.home-slider .organize-text {
     position: absolute;
     bottom: 35px;
     left: 0;
     display: block;
     width: 100%;
     padding: 0 15px;
     text-align: center;
     z-index: 99;
}
 .organize-text h5 {
     color: #e92778;
    /*color: #f1efef;
    */
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
     margin-bottom: 3px;
}
 .organize-text h5 a {
     color: #e92778;
     font-size: 14px;
     font-weight: 400;
}
 #owl-demo .item .stars>img {
     width: auto;
     display: inline-block;
}
 .owl-theme .owl-controls .owl-buttons div {
     width: 35px;
     height: 35px;
     color: #e92a7a;
     background: #fff;
     opacity: 1;
     font-size: 20px;
     font-weight: 700;
     font-family: 'Roboto', sans-serif;
     padding: 2px 0 0;
     font-style: normal;
     text-indent: -999999px;
     position: absolute;
     top: 25%;
     transform: translate(0%, -35%);
}
 .organize-main .owl-theme .owl-controls .owl-buttons div {
     position: static;
     transform: none;
}
 .organize-main .owl-theme .owl-controls .owl-buttons .owl-prev {
     left: auto;
}
 .organize-main .owl-theme .owl-controls .owl-buttons .owl-next {
     right: auto;
}
 .owl-theme .owl-controls .owl-buttons .owl-prev {
     background: url(../images/prev.png) no-repeat 0 0;
     left: -50px;
}
 .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
     background: url(../images/prev-hvr.png) no-repeat 0 0;
}
 .owl-theme .owl-controls .owl-buttons .owl-next {
     background: url(../images/next.png) no-repeat 0 0;
     right: -50px;
}
 .owl-theme .owl-controls .owl-buttons .owl-next:hover {
     background: url(../images/next-hvr.png) no-repeat 0 0;
}
 .bg-head {
     opacity: 0.5;
     pointer-events: none;
     color: #343536;
     font-size: 130px;
     position: absolute;
     text-align: center;
     width: 100%;
     display: block;
     top: 60px;
     margin: 0;
     font-family: 'Roboto', sans-serif;
     z-index: 0;
}
 .head-section {
     text-align: center;
     color: #fff;
     position: relative;
     z-index: 9;
}
 .head-section h4 {
     color: #e92778;
}
 .head-section .head-h2 {
     margin: 13px 0 26px;
     font-family: 'Roboto', sans-serif;
     position: relative;
     color: #323232;
     font-size: 32px;
}
 .head-section .head-h2:after {
     position: absolute;
     content: "";
     border-bottom: 2px solid #e92778;
     bottom: -15px;
     left: 50%;
     width: 50px;
     margin-left: -25px;
}
 .head-section p {
     width: 50%;
     margin: 0 auto 28px;
     display: inline-block;
     font-size: 15px;
     line-height: 19px;
     color: #323232;
}
 .organize-main .head-section .head-h2 {
     color: #000000;
}
 .special-section {
    /*min-height: 974px;
    */
     min-height: 900px;
    /*background-color: #f8f8f8;
    */
     background-color: #e92778;
     padding-top: 80px;
     border-top: 1px solid #e2e2e2;
}
 .special-section:after {
     position: absolute;
     content: "";
     background: url(../images/bg-foral.png) no-repeat left top;
     left: 0;
     top: -400px;
     width: 400px;
     height: 350px;
     z-index: -1;
}
 .special-section h1.bg-head {
     opacity: 0.06;
     top: 20px;
     color: #ffffff;
}
 .special-section .head-section h4 {
     color: #fff;
}
 .special-section .head-section .head-h2{
     color: #fff;
}
 .special-section .head-section .head-h2:after {
     border-bottom: 2px solid #ffffff;
}
 .special-section p {
     font-size: 13px;
     line-height: 20px;
     color: #fff;
}
 .special-section .head-section p {
     font-size: 15px;
     line-height: 19px;
}
 .text-center p {
     font-size: 14px;
     line-height: 19px;
}
 r.carousel-caption {
     left: 0;
     padding-bottom: 10%;
     margin-top: 75px;
}
 .w-sections {
     text-align: center;
     height: 433px;
     background: url(../images/w.png) center center no-repeat;
     background-size: contain;
}
 .w-sec {
     width: 20%;
     float: left;
}
 .w-icons {
     display: inline-block;
     background: #fff;
     width: 140px;
     height: 140px;
     position: relative;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-shadow: 0px 1px 30px -6px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0px 1px 30px -6px rgba(0, 0, 0, 0.4);
     box-shadow: 0px 1px 30px -6px rgba(0, 0, 0, 0.4);
     -moz-transition: All .8s ease;
     -webkit-transition: All .8s ease;
     transition: All .8s ease;
}
 .w-icons:hover {
     -webkit-box-shadow: 0px 1px 40px -6px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0px 1px 40px -6px rgba(0, 0, 0, 0.6);
     box-shadow: 0px 1px 40px -6px rgba(0, 0, 0, 0.6);
}
 .w-icons>span.w-img {
     transform: translate(-50%, -50%);
     position: absolute;
     left: 50%;
     top: 50%;
     -moz-transition: All .8s ease;
     -webkit-transition: All .8s ease;
     transition: All .8s ease;
}
 .hvr-float-shadow {
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px transparent;
     position: relative;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform;
     transition-property: transform;
}
 .hvr-float-shadow:before {
     pointer-events: none;
     position: absolute;
     z-index: -1;
     content: '';
     top: 100%;
     left: 5%;
     height: 10px;
     width: 90%;
     opacity: 0;
     background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
     background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform, opacity;
     transition-property: transform, opacity;
}
 .w-icons:hover.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
    /* move the element up by 5px */
}
 .w-icons:hover .hvr-float-shadow {
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
}
 .w-sec h4 {
     font-family: 'Roboto', sans-serif;
     color: #fff;
     font-size: 18px;
     line-height: 18px;
}
 .w-sec-one {
     position: relative;
     left: -30px;
}
 .w-sec-two {
     position: relative;
     top: 280px;
     left: -40px;
}
 .w-sec-four {
     position: relative;
     top: 280px;
}
 .w-sec-five {
     position: relative;
     right: -30px;
}
/* Read Advise Section */
 .obliqueCut svg {
     position: absolute;
     display: block;
     z-index: 100;
     height: 110px;
     width: 100%;
     top: -109px;
     bottom: auto;
     display: none;
}
 .oblique .obliqueCut.separatorTop svg:first-of-type {
     top: -109px;
     bottom: auto;
}
 .obliqueCut svg path {
     fill: #f8f8f8;
}
 .read-advise-main {
     background: #fff;
     padding-top: 60px;
    /*padding-bottom: 83px;
    */
     padding-bottom: 60px;
     border-top: 1px solid #e2e2e2;
}
 .read-advise-main:after {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
}
 .read-advise-main h1.bg-head {
     color: #b7b7b7;
     font-size: 130px;
     top: 20px;
}
 .read-advise-main .head-section p {
     color: #323232;
}
 .advise-item>img {
     width: 100%;
     height: 150px;
}
 .advise-text {
     background: #fff;
}
 .advise-slider .owl-item {
}
 .advise-slider .owl-item .item {
     padding: 0 23px 10px;
}
 .advise-slider .owl-item .item .advise-item {
    /*-o-box-shadow: 5px 6px 8px #e9e9e9;
     -moz-box-shadow: 5px 6px 8px #e9e9e9;
     -ms-box-shadow: 5px 6px 8px #e9e9e9;
     -webkit-box-shadow: 5px 6px 8px #e9e9e9;
     box-shadow: 5px 6px 8px #e9e9e9;
    */
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0);
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     overflow: hidden;
     min-height: 330px;
}
 .advise-slider .owl-item .item .advise-item:hover {
     -o-box-shadow: 5px 6px 8px #d2c8c8;
     -moz-box-shadow: 5px 6px 8px #d2c8c8;
     -ms-box-shadow: 5px 6px 8px #d2c8c8;
     -webkit-box-shadow: 5px 6px 8px #d2c8c8;
     box-shadow: 5px 6px 8px #d2c8c8;
}
 .advise-text {
     background: #fff;
     padding: 14px;
     min-height: 120px;
}
 .advise-text>h5 a {
     font-family: 'Roboto', sans-serif;
     font-size: 15px;
     font-weight: 500;
     color: #e92778;
     margin: 0 0 6px;
}
 p.advise-p {
     color: #323232;
     line-height: 19px;
     font-size: 13px;
}
 .advise-slider .owl-theme .owl-controls .owl-buttons div {
     width: 35px;
     height: 35px;
     color: #e92a7a;
     opacity: 1;
     font-size: 20px;
     font-weight: 700;
     font-family: 'Roboto', sans-serif;
     padding: 2px 0 0;
     font-style: normal;
     -o-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     position: static;
     transform: none;
}
/* Social Wall Section */
 .social-wall {
    /*padding: 100px 0;
    */
     padding: 60px 0;
     border-top: 1px solid #e2e2e2;
}
 .wall-sec {
     margin: 50px 0 0;
     float: left;
     width: 100%;
}
 .wall-area {
     -o-box-shadow: 3px 2px 20px #e9e9e9;
     -moz-box-shadow: 3px 2px 20px #e9e9e9;
     -ms-box-shadow: 3px 2px 20px #e9e9e9;
     -webkit-box-shadow: 3px 2px 20px #e9e9e9;
     box-shadow: 3px 2px 20px #e9e9e9;
     padding: 20px;
     margin-bottom: 23px;
     border-radius: 5px;
    /*max-width: 180px;
     max-height: 280px;
    */
     background: #fff;
     font-family: 'Roboto', sans-serif;
}
 .wall-area:hover {
     -webkit-box-shadow: 3px 2px 20px #ccc7c7;
     -moz-box-shadow: 3px 2px 20px #ccc7c7;
     box-shadow: 3px 2px 20px #ccc7c7;
}
 .wall-sec ul li {
     float: left;
     list-style: none;
    /*width: 15%;
    */
     width: 21%;
     margin: 0 45px 0 0;
}
 .wall-sec ul li:last-child {
     margin-right: 0;
}
 .wall-area h5 {
     color: #e92778;
     font-size: 12px;
     font-weight: 400;
     margin: 17px 0 7px;
}
 .wall-area h6 {
     margin: 0;
     color: #969696;
}
 .wall-area a {
     color: #e92778;
     font-size: 13px;
     font-weight: 400;
     padding: 8px 20px;
     border: 1px solid #c8c8c8;
     border-radius: 16px;
     display: inline-block;
     margin-top: 25px;
}
 .wall-area h4 {
     font-size: 15px;
     font-weight: 500;
}
 .fbwall.wall-area h4 {
     color: #3b5998;
}
 .twtwall.wall-area h4 {
     color: #55acee;
}
 .linkdwall.wall-area h4 {
     color: #006699;
}
 .instagram.wall-area h4 {
     color: #d10869;
}
 .gpluswall.wall-area h4 {
     color: #dc4a3d;
}
 .wall-area p {
     color: #646464;
     font-size: 13px;
     line-height: 21px;
}
 .wall-one {
     margin-top: 90px;
}
 .wall-four {
     margin-top: 155px;
}
 .wall-five {
     margin-top: 42px;
}
 .wall-six {
     margin-top: 11px;
}
 .wall-eight {
    /*margin-top: 160px;
    */
     margin-top: 10px;
}
/* Social Wall Section */
/* Testimonial Section CSS */
 .testimonial-main {
     background: #fff;
     padding: 60px 0;
     border-top: 1px solid #e2e2e2;
}
/* Carousel */
 #quote-carousel {
    /*padding: 0 10px 30px 10px;
    */
     padding: 0 10px 10px 10px;
     margin-top: 30px;
    /* Control buttons */
    /* Previous button */
    /* Next button */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
 #quote-carousel .carousel-control {
     background: none;
     color: #CACACA;
     font-size: 2.3em;
     text-shadow: none;
     margin-top: 30px;
     z-index: 99;
}
 #quote-carousel .carousel-control i {
     color: #d0cece;
     border: 1px solid #d0cece;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     font-size: 18px;
     line-height: 28px;
}
 #quote-carousel .carousel-control.left {
     left: 270px;
     width: auto;
     top: 10px;
}
 #quote-carousel .carousel-control.right {
     right: 270px;
     width: auto;
     top: 10px;
}
 #quote-carousel .carousel-indicators {
     position: relative;
     right: auto;
     top: 0;
     bottom: auto;
     margin-right: 0;
     left: 0;
     margin: 0;
     width: 100%;
     min-height: 120px;
}
 #quote-carousel .carousel-indicators li {
     width: 80px;
     height: 80px;
     margin: 5px;
     cursor: pointer;
     border-radius: 50px;
     opacity: 0.4;
     overflow: hidden;
     transition: all 0.4s;
}
 #quote-carousel .carousel-indicators .active {
     background: #333333;
     width: 100px;
     height: 100px;
     border-radius: 100px;
     opacity: 1;
     overflow: hidden;
     position: relative;
     top: 10px;
}
 .item blockquote {
     border-left: none;
     margin: 0;
}
 .author-area {
     margin: 0 0 15px;
     padding: 0;
}
 .author-area h4 {
     font-family: 'Roboto', sans-serif;
     font-size: 19px;
     color: #e92778;
     margin: 0;
}
 .author-area span {
     color: #646464;
     font-size: 13px;
}
/* Testimonial Section CSS */
/* Newsletter Section CSS */
 .newsletter-sec {
    /*padding: 100px 0 30px 0;
    */
     padding: 60px 0;
     border-top: 1px solid #e2e2e2;
}
 .newsletter-sec .head-section p {
     font-size: 15px;
     line-height: 24px;
     color: #323232;
}
 .newsletter-form-main {
     text-align: center;
    /*margin: 0 0 50px;
    */
     margin: 0;
}
 .newsletter-form {
     display: inline-block;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     -o-box-shadow: 3px 2px 20px #e9e9e9;
     -moz-box-shadow: 3px 2px 20px #e9e9e9;
     -ms-box-shadow: 3px 2px 20px #e9e9e9;
     -webkit-box-shadow: 3px 2px 20px #e9e9e9;
     box-shadow: 3px 2px 20px #e9e9e9;
     overflow: hidden;
}
 input.newsletter-input {
     border: none;
     padding: 0px 25px;
     min-height: 60px;
     text-align: left;
     min-width: 340px;
     color: #646464;
     -moz-border-radius: 30px 0 0 30px;
     -ms-border-radius: 30px 0 0 30px;
     -o-border-radius: 30px 0 0 30px;
     -webkit-border-radius: 30px 0 0 30px;
     border-radius: 30px 0 0 30px;
}
 .newslettter-btn {
     background: #e92778;
     color: #fff;
     border: none;
     min-height: 60px;
     padding: 0 30px 6px;
     margin: 0 0 0 -4px;
     font-size: 21px;
     outline: none;
}
 .newslettter-btn:hover>.newsletter-form {
     box-shadow: 3px 2px 20px #c7c3c3;
}
/* Newsletter Section CSS */
 .footer {
     color: #646464;
     background-color: #fff;
     padding-top: 40px;
     margin-bottom: 15px;
     border-top: 1px solid #e2e2e2;
}
 .footer-logo-det img {
     margin: 0 0 30px;
}
/*.copyright {
     margin: 67px 0 0;
}
*/
 footer h4 {
     font-family: 'Roboto', sans-serif;
     color: #323232;
     font-size: 20px;
     margin: 10px 0 20px;
}
 .footer-list {
     margin: 0;
     padding: 0;
}
 .footer-list li {
     list-style: none;
     line-height: 28px;
}
/* .footer-menu4 .footer-list li:last-child {
     margin-top: 11px;
}
 */
 .footer-list li a {
     color: #646464;
}
 .footer-list li a:hover {
     color: #e92778;
     text-decoration: none;
}
 .email a {
     color: #e92778;
     text-decoration: none;
}
 .email a:hover {
     color: #646464;
     text-decoration: none;
}
 ul.footer-social {
     margin: 0;
     padding: 0;
}
 ul.footer-social li {
     float: left;
     list-style: none;
     margin: 20px 10px 0 0;
}
 ul.footer-social li a:hover {
     opacity: 0.5;
}
 .newsletter-sec.obliqueCut svg {
     top: -99px;
}
/* Read Advise Section */
 header.inner {
     background: #292b2d;
     position: relative;
     height: 100px;
}
/*header.inner:after {
     content: "";
     background: url(../images/inner-header-bg.png) no-repeat 0 0;
     position: absolute;
     bottom: -30px;
     left: 0;
     z-index: 1;
     height: 31px;
     width: 100%;
}
*/
 .inner-common-banner {
     background: #292b2d url(../images/inner-banner.jpg) no-repeat right 0;
     background-size: contain;
     padding: 120px 0 200px 0;
     min-height: 400px;
}
 .about-banner {
     background: #292b2d url(../images/about-inner-bg.jpg) no-repeat right 0;
     background-size: cover;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .inner-banner-app {
     background: #292b2d url(../images/inner-banner-app.jpg) no-repeat right 0;
     background-size: contain;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .inner-banner-ads {
     background: #292b2d url(../images/inner-banner-ad.jpg) no-repeat right 0;
     background-size: contain;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .inner-caption-holder {
     position: relative;
}
 .inner-caption-holder .banner-caption {
     width: 100%;
}
 .inner-caption-holder h1 {
     font-size: 40px;
     position: relative;
     margin-bottom: 50px;
     margin-top: 2em;
}
 .inner-caption-holder h1:after {
     content: "";
     width: 40px;
     height: 2px;
     background: #e92778;
     position: absolute;
     bottom: -24px;
     left: 0;
     z-index: 555;
}
 .inner-common-banner svg {
     position: absolute;
     display: block;
     z-index: 100;
     height: 110px;
     width: 100%;
     top: auto;
     bottom: -109px;
     -webkit-transform: scaleY(-1);
     -moz-transform: scaleY(-1);
     -o-transform: scaleY(-1);
     -ms-transform: scaleY(-1);
     transform: scaleY(-1);
     transform: rotate(180deg);
}
 .inner .bg-head {
     font-size: 100px !important;
     position: absolute !important;
     opacity: 0.05;
     color: #fff;
     text-align: left;
    /*top: -115px;
    */
     top: -20px;
}
 .inner .pink-button {
     background: #e92778;
     float: left;
     color: #fff;
     border: none;
     min-height: 60px;
     padding: 19px 50px;
     margin: 50px 0 0 0;
     font-size: 16px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     outline: none;
}
 .navbar-nav>li {
     margin-left: 10px;
     font-weight: 500;
}
 .navbar-nav>li:last-child {
     margin-left: 20px;
}
 .navbar-nav .signin {
     color: #e92778 !important;
     padding: 6px 30px;
     border: 1px solid #e92778;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
     margin-top: 8px;
}
 .photography-vendor-banner {
     background: #292b2d url(../images/inner-banner.jpg) no-repeat right 0;
     background-size: contain;
     padding: 120px 0 120px 0;
     min-height: 400px;
}
 .listing-head-section {
     overflow: hidden;
     margin-bottom: 24px;
}
 .listing-head-section h3 {
     font-family: 'Roboto', sans-serif;
     font-size: 30px;
     color: #000;
     font-weight: normal;
     position: relative;
     float: left;
}
 .listing-head-section h3:after {
     content: "";
     width: 40px;
     height: 2px;
     background: #e92778;
     position: absolute;
     bottom: -10px;
     left: 0;
     z-index: 555;
}
 .right-settings {
     float: right;
     margin-top: 8px;
}
 .right-settings div {
     float: right;
     margin-left: 34px;
}
 .right-settings select {
     font-size: 12px;
     height: 42px;
     background: transparent;
     color: #969696;
     padding: 12px 10px;
     border: 1px solid #969696;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px;
}
 .right-settings .list-grid {
     margin-top: 5px;
     text-align: center;
}
 .right-settings .list-grid i {
     font-size: 15px;
     color: #646464;
     display: block;
     margin-bottom: 5px;
}
 .right-settings .list-grid span {
     font-size: 12px;
     color: #646464;
}
 .right-settings .list-grid.active span {
     color: #e92778;
}
 .form-control:focus {
     border-color: #e92778;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 39, 120, .6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 39, 120, .6);
}
 .listing-box .white-box h4 {
     font-family: 'Roboto', sans-serif;
     margin: 0 0 15px 0;
     font-size: 16px;
     color: #323232;
}
 .search-in-left {
     margin-bottom: 30px;
}
 .listing-box .white-box form {
     padding: 0;
     margin: 0;
}
 .listing-box .white-box .add-on {
     width: 100%;
}
 .listing-box .white-box .add-on .input-group-btn>.btn {
     height: 40px;
     -moz-border-radius: 0px 20px 20px 0px;
     -webkit-border-radius: 0px 20px 20px 0px;
     border-radius: 0px 20px 20px 0px;
}
 .white-box .add-on .input-group-btn>.btn:active, .white-box .add-on .input-group-btn>.btn:hover, .white-box .add-on .input-group-btn>.btn:focus {
     background: #fff;
     outline: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-color: #ccc;
}
 .listing-box .white-box form .form-control:focus {
     border-color: #ccc;
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .add-on .input-group-btn>.btn {
     border-left-width: 0;
     left: -2px;
}
 .navbar-nav:last-child {
     border-right: 0 
}
 .listing-box .white-box .add-on .input-group-btn i {
     color: #e92778;
}
 #navigation ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
}
 #navigation a {
     font-family: 'Roboto', sans-serif;
     font-weight: normal;
     text-decoration: none;
     display: block;
     padding: 0px 5px 0px 5px;
     font-size: 16px;
     color: #323232;
     margin-bottom: 24px;
}
 #navigation li li a {
     text-decoration: none;
     padding: 3px 3px 3px 17px;
     background-color: #999;
     color: #111111;
}
 #navigation li li a:active {
     padding: 2px 4px 4px 16px;
     background-color: #888;
     color: #000;
}
/*Range Slider*/
 .search-price>ul {
     padding: 0;
     margin: 0;
}
 .search-price>ul>li {
     list-style: none;
}
 .range-slider {
     margin: 0;
}
 .range-slider {
     width: 100%;
}
 .range-slider__range {
     -webkit-appearance: none;
     width: calc(100% - (73px));
     height: 10px;
     border-radius: 5px;
     background: #d7dcdf;
     outline: none;
     padding: 0;
     margin: 0;
}
 .range-slider__range::-webkit-slider-thumb {
     -webkit-appearance: none;
     appearance: none;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #2c3e50;
     cursor: pointer;
     -webkit-transition: background .15s ease-in-out;
     transition: background .15s ease-in-out;
}
 .range-slider__range::-webkit-slider-thumb:hover {
     background: #1abc9c;
}
 .range-slider__range:active::-webkit-slider-thumb {
     background: #1abc9c;
}
 .range-slider__range::-moz-range-thumb {
     width: 20px;
     height: 20px;
     border: 0;
     border-radius: 50%;
     background: #2c3e50;
     cursor: pointer;
     -webkit-transition: background .15s ease-in-out;
     transition: background .15s ease-in-out;
}
 .range-slider__range::-moz-range-thumb:hover {
     background: #1abc9c;
}
 .range-slider__range:active::-moz-range-thumb {
     background: #1abc9c;
}
 .range-slider__value {
     display: inline-block;
     position: relative;
     width: 60px;
     color: #fff;
     line-height: 20px;
     text-align: center;
     border-radius: 3px;
     background: #2c3e50;
     padding: 5px 10px;
     margin-left: 8px;
}
 .range-slider__value:after {
     position: absolute;
     top: 8px;
     left: -7px;
     width: 0;
     height: 0;
     border-top: 7px solid transparent;
     border-right: 7px solid #2c3e50;
     border-bottom: 7px solid transparent;
     content: '';
}
 ::-moz-range-track {
     background: #d7dcdf;
     border: 0;
}
 input::-moz-focus-inner, input::-moz-focus-outer {
     border: 0;
}
 span.start-value {
     float: left;
     margin: 10px 0 0;
     position: relative;
     color: #969696;
     font-size: 12px;
}
 span.start-value:after {
     position: absolute;
     content: "";
     left: 7px;
     top: -6px;
     height: 5px;
     width: 1px;
     background: #ababab;
}
 span.end-value {
     float: right;
     margin: 10px 0 0;
     position: relative;
     color: #969696;
     font-size: 12px;
}
 span.end-value:after {
     position: absolute;
     content: "";
     right: 7px;
     top: -6px;
     height: 5px;
     width: 1px;
     background: #ababab;
}
/*Range Slider*/
 .radio-links {
     padding: 0 0 0 4px;
}
 .radio-list>label {
     font-family: 'Roboto', sans-serif;
     font-size: 13px;
     color: #323232;
     font-weight: 400;
}
 .radio-list {
     position: relative;
     margin-bottom: 0px;
     margin-top: 0px;
}
 .radio-list input[type='radio'] {
     display: none;
}
 .radio-list>label {
     cursor: pointer;
     -moz-transition: All .8s ease;
     -webkit-transition: All .8s ease;
     transition: All .8s ease;
}
 .radio-list>label:before {
     content: " ";
     display: inline-block;
     position: relative;
     top: 2px;
     margin: 0 5px 0 0;
     width: 15px;
     height: 15px;
     border-radius: 11px;
     border: 2px solid #a0a0a0;
     background-color: transparent;
}
 .radio-list>input[type=radio]:checked+label:after {
     border-radius: 11px;
     width: 15px;
     height: 15px;
     position: absolute;
     top: 2px;
     left: 0;
     content: " ";
     display: block;
     background: #e92778;
}
 .radio-list2>label {
     font-family: 'Roboto', sans-serif;
     font-size: 13px;
     color: #323232;
     font-weight: 400;
}
 .radio-list2 {
     position: relative;
     margin-bottom: 0px;
     margin-top: 0px;
}
 .radio-list2 input[type='radio'] {
     display: none;
}
 .radio-list2>label {
     cursor: pointer;
     -moz-transition: All .8s ease;
     -webkit-transition: All .8s ease;
     transition: All .8s ease;
}
 .radio-list2>label:before {
     content: " ";
     display: inline-block;
     position: relative;
     top: 2px;
     margin: 0 5px 0 0;
     width: 15px;
     height: 15px;
     border-radius: 11px;
     border: 2px solid #a0a0a0;
     background-color: transparent;
}
 .radio-list2>input[type=radio]:checked+label:after {
     border-radius: 11px;
     width: 15px;
     height: 15px;
     position: absolute;
     top: 2px;
     left: 0;
     content: " ";
     display: block;
     background: #e92778;
}
 .right-width-control .review img {
     float: left;
     padding-top: 2px;
     margin-right: 20px;
}
 .right-width-control .review span {
     font-size: 12px;
     color: #646464;
}
 .pagination-bottom .pagination {
     margin: 0;
     float: right;
}
 .pagination>li>a {
     background: none;
     border: none;
     color: #646464;
     border-radius: 50%;
}
 .pagination>li:first-child a, .pagination>li:last-child a {
     background: none;
     color: inherit;
}
 .pagination>li:first-child a:hover, .pagination>li:last-child a:hover {
     background: none;
     color: inherit;
}
 .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
     z-index: 2;
     color: #fff;
     background-color: #e92778;
     border-radius: 50%;
}
 .pagination>li.active>a, .pagination>li.active>a:hover {
     z-index: 2;
     color: #fff;
     background-color: #e92778;
     border-radius: 50%;
}
 .pagination>li>a.active {
     background-color: #e92778;
     color: #fff;
}
/* LISTING */
 .listing.obliqueCut svg {
     height: 85px;
     top: -85px;
}
 .listing.photography-banner {
     background: #292b2d url(../images/inner-banner.jpg) no-repeat right 0;
     background-size: cover;
    /*padding: 165px 0 120px 0;
    */
     padding: 50px 0px;
     min-height: 300px;
}
 .listing .sorting-list {
     margin-bottom: 20px;
}
 .sorting-list select {
     height: 40px;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px;
     border: 1px solid #c8c8c8;
     border-right: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .last-width-control .white-box {
     margin-bottom: 20px;
}
 .listing-p {
     margin: 5em 0;
}
 .checkbox {
     padding-left: 20px;
}
 .checkbox label {
     display: inline-block;
     position: relative;
     padding-left: 5px;
     line-height: 22px;
}
 .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: 11px;
     font-size: 13px;
     color: #555555;
     line-height: 0;
}
 .checkbox input[type="checkbox"] {
     opacity: 0;
}
 .checkbox input[type="checkbox"]:focus+label::before {
     outline: none;
}
 .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-success input[type="checkbox"]:checked+label::before {
     background-color: #e92778;
     border-color: #e92778;
}
 .checkbox-success input[type="checkbox"]:checked+label::after {
     color: #fff;
}
 .breadcrumb {
     background: none;
     padding: 0;
     float: left;
     margin-bottom: 0;
     margin-top: 28px;
     margin-left: 100px;
}
 .breadcrumb li a {
     color: #e92778;
}
 .btn-select {
     position: relative;
     padding: 0;
     width: 100%;
     margin-bottom: 20px;
     height: 40px;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px;
     background: #fff;
     color: #e92778;
     border: 1px solid #e92778;
}
 .btn-select .btn-select-value {
     height: 40px;
     padding: 9px 12px;
     display: block;
     position: absolute;
     left: 0;
     right: 34px;
     text-align: left;
     text-overflow: ellipsis;
     overflow: hidden;
     border: none !important;
     -webkit-box-shadow: none;
     box-shadow: none;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px;
}
 .btn-select .btn-select-arrow {
     float: right;
     line-height: 20px;
     padding: 6px 10px;
     top: 0;
     margin-right: 10px;
     font-size: 22px;
     color: #e92778;
}
 .btn-select ul {
     display: none;
     background-color: white;
     color: black;
     clear: both;
     list-style: none;
     padding: 10px;
     margin: 0;
     border-top: none !important;
     position: absolute;
     left: -1px;
     right: -1px;
     top: 40px;
     z-index: 999;
}
 .btn-select ul li {
     padding: 3px 6px;
     text-align: left;
}
 .btn-select ul li:hover {
     background-color: #f4f4f4;
}
 .btn-select ul li.selected {
     color: white;
}
/* Default Start */
 .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
     border-color: #ccc;
}
 .btn-select.btn-default ul li.selected {
     background-color: #e92778;
}
 .btn-select.btn-default .btn-select-value {
     background-color: transparent;
     border: none;
}
 .btn-select.btn-default ul {
     background: #fff;
     border: 1px solid #e92778;
     -webkit-border-radius: 0 0 20px 20px;
     -moz-border-radius: 0 0 20px 20px;
     border-radius: 0 0 20px 20px;
}
 .btn-select.btn-default:hover, .btn-select.btn-default.active {
     background-color: #fff;
     border: 1px solid #e92778;
}
/* Default End */
 .btn-select.btn-select-light .btn-select-value {
     background-color: white;
     color: black;
}
 .filter-width-control {
     max-width: 20%;
}
 .calc-300 {
     width: calc(100% - 300px);
}
/****** MODAL ******/
 .modal-dialog {
     max-width: 350px;
}
 .loginmodal-container {
     padding: 30px;
     max-width: 350px;
     width: 100% !important;
     background-color: #fff;
     margin: 0 auto;
     border-radius: 2px;
     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
     overflow: hidden;
     border-top: 20px solid #e92778;
}
 .loginmodal-container h1 {
     text-align: center;
     font-family: 'Roboto', sans-serif;
     font-size: 30px;
     border-bottom: 2px solid #e92778;
     padding-bottom: 10px;
     margin-bottom: 25px 
}
 .loginmodal-container input[type=submit] {
     width: 100%;
     display: block;
     margin-bottom: 10px;
     position: relative;
     background: #e92778;
     color: #fff;
     border: none;
}
 .loginmodal-container input, .loginmodal-container textarea {
     height: 44px;
     font-size: 14px;
     color: #e92778;
     width: 100%;
     margin-bottom: 10px;
     -webkit-appearance: none;
     background: #fff;
     border: 2px solid #dcdcdc;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
    /* border-radius: 2px;
     */
     padding: 0 20px;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     outline: none;
     font-family: 'robotomedium';
}
 .loginmodal-container textarea {
     height: 88px;
     padding-top: 10px;
}
 .loginmodal-container input::-webkit-input-placeholder, .loginmodal-container textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #e92778;
}
 .loginmodal-container input::-moz-placeholder, .loginmodal-container textarea::-moz-placeholder {
    /* Firefox 19+ */
     color: #e92778;
}
 .loginmodal-container input:-ms-input-placeholder, .loginmodal-container text-area:-ms-input-placeholder {
    /* IE 10+ */
     color: #e92778;
}
 .loginmodal-container input:-moz-placeholder, .loginmodal-container placeholder:-moz-placeholder {
    /* Firefox 18- */
     color: #e92778;
}
 .loginmodal-container input:hover, .loginmodal-container textarea:hover {
}
 .loginmodal {
     text-align: center;
     font-size: 14px;
     font-weight: 700;
     height: 36px;
     padding: 0 8px;
    /* border-radius: 3px;
     */
    /* -webkit-user-select: none;
     user-select: none;
     */
}
 .loginmodal-submit {
     border: 0px;
     color: #fff;
     text-shadow: 0 1px rgba(0, 0, 0, 0.1);
     background-color: #e92778;
     padding: 17px 0px;
     font-size: 14px;
}
 .loginmodal-submit:hover {
     border: 0px;
     text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
/********* Added By Hebern Joseph On 2017-04-10 CSS Files For search ***********/
 #autoSuggestionsList>li {
     background: none repeat scroll 0 0 #cf444e;
     border-bottom: 1px solid #981a21;
     list-style: none outside none;
     padding: 10px 15px 10px 15px;
     text-align: left;
}
 #autoSuggestionsList>li a {
     color: #ffffff;
     font-family: "PF DinText W01 Light";
     font-size: 15px;
}
 .auto_list {
     position: absolute;
     width: 100%;
     -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.45);
     -moz-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.45);
     box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.45);
}
/**************** END *****************/
/********************************/
/**** Detail Page 08-06-2017 ****/
/********************************/
 .head-h2 {
     margin: 13px 0 26px;
     font-family: 'Roboto', sans-serif;
     position: relative;
     color: #323232;
}
 .detail-slider-main {
     margin: 20px 0 30px;
     padding: 0 55px;
}
 #detail-slider-main .item img {
     width: 100%;
}
 #detail-slider .owl-buttons {
     position: absolute;
     top: 45%;
     width: 100%;
}
 #detail-slider img {
     width: 100%;
     height: 100px;
     -moz-border-radius: 15px;
     -ms-border-radius: 15px;
     -o-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
     border: 1px solid #e2e2e2;
}
 #detail-slider .owl-prev, #detail-slider .owl-next {
     width: 35px;
     height: 35px;
     color: #e92a7a;
    /* background: #fff;
     */
     opacity: 1;
     font-size: 20px;
     font-weight: 700;
     font-family: 'Roboto', sans-serif;
     padding: 2px 0 0;
     font-style: normal;
}
 #detail-slider .owl-prev {
     float: left;
}
 #detail-slider .owl-next {
     float: right;
}
 #detail-slider .owl-pagination {
     position: absolute;
     width: 100%;
     bottom: 21px;
}
 #detail-slider .owl-page.active span {
     background: #e92778;
}
 #detail-slider .owl-page span {
     background: #fff;
     opacity: 1;
     width: 10px;
     height: 10px;
     margin: 0px 4px;
}
 .reviews-comments-mian {
     background: #fff;
     padding: 40px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
/*.reviews-comments-mian h2.head-h2 {
     margin-top: 0;
     margin-bottom: 50px;
}
*/
 .reviews-comments-mian h2.head-h2 {
     margin-top: 0;
     margin-bottom: 0px;
}
 .reviews-area {
     margin-top: 20px;
     display: table;
     width: 100%;
}
 .profile-details {
     display: table-cell;
     width: 120px;
     text-align: center;
}
 .profile-details h4 {
     color: #e92778;
     font-size: 14px;
     margin: 20px 0 8px;
}
 .profile-details h5 {
     font-size: 12px;
     color: #4b4b4b;
     margin: 0;
}
 .review-sec {
     display: table-cell;
     padding-left: 50px;
}
 .star-main {
     margin-bottom: 20px;
}
 .review-more {
     margin-bottom: 12px;
     display: block;
}
 .review-more a {
     color: #e92778;
     font-size: 13px;
}
 .review-more i {
     color: #858585;
}
 .book-now-area {
     background: #fff;
     padding: 40px;
     text-align: center;
     margin-bottom: 20px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
 .star-area p {
     font-family: 'robotoregular';
     font-size: 12px;
     line-height: 20px;
     color: #646464;
     margin-top: 16px;
}
 .star-area p::first-line {
     font-family: 'robotomedium';
     font-size: 15px;
}
 .review-point h3 {
     font-family: 'robotoregular';
     color: #323232;
     font-size: 15px;
     font-weight: normal;
     text-align: center;
     margin-bottom: 6px;
}
 .review-point h3 big {
     font-family: 'Roboto', sans-serif;
     color: #e92778;
     font-size: 18px;
     font-weight: bold;
}
 .review-point p {
     font-family: 'robotoregular';
     color: #646464;
     font-size: 12px;
     font-weight: normal;
     text-align: center;
     margin-bottom: 10px;
}
 .threr-one {
     font-size: 20px;
     color: #e92778;
}
 .book-btns {
    /* margin-top: 30px;
     */
     margin-top: 0px;
     text-align: center;
}
 .book-btns input[type=button]{
     max-width: 155px;
}
 .book-btn {
     background: none;
     border: 1px solid #f0f0f0;
     min-width: 180px;
     color: #e92778;
     padding: 10px 0;
     margin-bottom: 15px;
     font-size: 16px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
}
 .book-btn:hover {
     border: 1px solid #e92778;
}
 .booknow-btn {
     background: #e92778;
     border: 1px solid #f0f0f0;
     min-width: 155px;
     color: #fff;
     padding: 10px 0;
     margin-bottom: 0;
     margin-top: 15px;
     font-size: 16px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
}
 .booknow-btn:hover {
     border: 1px solid #fff;
}
 .quick-form {
     text-align: left;
}
 .quick-input, .quick-textarea {
     background: none;
     border: 1px solid #f0f0f0;
     min-width: 100%;
     color: #969696;
     padding: 10px 20px;
     margin-bottom: 15px;
     font-size: 12px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     box-shadow: none;
}
.write-form .quick-input{
	margin-bottom: 0;
}

 .quick-textarea {
     border-radius: 10px;
     resize: none;
     height: 80px;
}
 .quick-submit {
     background: #e92778;
     color: #fff;
     border: 1px solid #e92778;
    /*min-width: 180px;
    */
     margin: 0 auto;
     padding: 10px 30px;
     display: block;
     font-size: 16px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
}
 .quick-submit:hover, .quick-submit:active, .quick-submit:focus {
     outline: none !important;
     background: #e92778 !important;
     border: 1px solid #e92778 !important;
     box-shadow: none !important;
     color: #fff !important;
}
 .location-sec {
     overflow: hidden;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
 .map {
     height: 223px;
}
 .map iframe {
     width: 100% !important;
}
 .map-content a {
     background: #e92778;
     color: #fff;
     font-size: 16px;
     text-align: center;
     padding: 10px 20px 14px;
     display: block;
     position: relative;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}
 .map-content a::after {
     position: absolute;
     top: -16px;
     left: 50%;
     content: "";
     border: 8px solid transparent;
     border-bottom: 8px solid #e92778;
     margin-left: -4px;
}
 .map-content i {
     font-size: 20px;
     position: relative;
     top: 4px;
}
 .detail-slider {
     margin: 90px 0 0;
}
 #owl-demo .item .organize-item>img {
     border-radius: 10px;
    /*opacity: 0.5;
     border: 1px solid #e2dfdf;
    */
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0);
    /*box-shadow:5px 6px 8px #e9e9e9;
    */
     margin: 20px 0;
}
 #owl-demo .item .organize-item img:hover {
     opacity: 1;
     -o-box-shadow: 5px 6px 8px #d2c8c8a3;
     -moz-box-shadow: 5px 6px 8px #d2c8c8a3;
     -ms-box-shadow: 5px 6px 8px #d2c8c8a3;
     -webkit-box-shadow: 5px 6px 8px #d2c8c8a3;
     box-shadow: 5px 6px 8px #d2c8c8a3;
}
 .owl-theme .owl-controls {
     margin-top: 50px;
}
 .write-review {
     background: #fff;
     padding: 10px 0;
     text-align: left;
     margin: 0;
}
 input[type=file] {
     width: 100%;
}
 .write-form h2.head-h2 {
     margin-bottom: 20px;
}
 .write-form .quick-submit {
     margin: 0;
}
 .star-ratings {
     display: table;
     margin-bottom: 15px;
}
 .write-form {
     display: none;
     padding-top: 30px;
     border-top: 1px solid #e2e2e2;
}
 .address-area h4 {
     color: #e92778;
     font-weight: 600;
}
/********************************/
/**** Detail Page 08-06-2017 ****/
/********************************/
 #company-list {
    /*float: left;
    */
     list-style: none;
     margin-left: -30px;
     padding: 40px;
     width: 260px;
     position: absolute;
     z-index: 999 
}
 #company-list li {
     padding: 10px;
    /* background: #FAFAFA;
     */
     background: #f3f1f1;
     border-bottom: #F0F0F0 1px solid;
}
 #company-list li:hover {
     background: #F0F0F0;
}
 #search-box1 {
     padding: 10px;
     border: #F0F0F0 1px solid;
}
 .line-thr {
     width: 100%;
     height: 2px;
     background-color: #C1C1C1;
}
 .contactdet {
     text-align: center;
     margin-bottom: 15px;
     overflow: hidden;
}
 .list-box .list-content .contactdet h2 {
     font-family: 'robotomedium';
     font-size: 18px;
     color: #e92778;
     font-weight: normal;
     margin: 0 0 15px 0;
}
 .list-box .list-content .contactdet p {
     font-size: 16px;
     color: #323232;
     margin: 0 0 15px 0;
}
/*######################################## STATIC PAGES CSS STARTS HERE ########################################*/
 .policy-banner {
     background: #292b2d url(../images/policy-inner-bg.jpg) no-repeat right 0;
     background-size: contain;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .termsncondition h4 {
     color: #f93a8a;
     font-size: 20px;
     margin-bottom: 14px;
}
 .termsncondition p {
     margin-left: 15px;
}
 .termsncondition ul li {
     margin-bottom: 15px;
}
 .contact-banner {
     background: #292b2d url(../images/contact-inner-bg.jpg) no-repeat right 0;
     background-size: contain;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .login-form input {
     min-width: 260px;
     margin-bottom: 15px;
}
 .contactform .send-btn {
     background: #e92778;
     color: #fff;
     border: none;
     padding: 7px 20px 10px;
     font-size: 21px;
     font-family: 'Roboto', sans-serif;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     max-width: 200px;
}
 .contactform .send-btn.disabled:hover, .contactform .send-btn[disabled]:hover, .contactform .send-btn:hover, .contactform .send-btn:focus {
     background: #e92778;
     color: #fff;
     outline: none;
     text-decoration: none;
}
 .contactform textarea {
     padding-top: 25px;
}
 .bg-y5point-banner {
     background: #292b2d url(../images/why-banner.jpg) no-repeat right 0;
     background-size: contain;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .vendor-login-banner {
     background: #2c2b30 url(../images/vendor-login-banner.jpg) no-repeat right 0;
}
 .bg-y5point ul {
     padding-left: 18px;
}
 .bg-y5point ul li {
     margin-bottom: 15px;
}
 .bg-y5point-banner-vendor {
     background: #292b2d url(../images/bg-y5point-inner.jpg) no-repeat right 0;
     background-size: contain;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .contact-address-main {
     position: relative;
}
 .contact-address {
     width: 80%;
}
 .contact-address .info, .contact-address .nmbr {
     color: #323232;
}
 .contact-address>h5 {
     font-size: 21px;
     font-family: 'Roboto', sans-serif;
     margin-bottom: 5px;
}
 ul.contact-social li {
     margin-top: 10px;
}
 ul.contact-social li a {
     color: rgb(233, 39, 120);
     font-size: 18px;
     border: 1px solid rgb(233, 39, 120);
     width: 40px;
     height: 40px;
     display: inline-block;
     text-align: center;
     padding: 0;
     line-height: 37px;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
 ul.contact-social li a:hover {
     opacity: 1;
     color: #960d4a;
     border-color: #960d4a;
}
 ul.contact-social li a i {
     margin: 0;
}
 .info, .nmbr {
     color: #fff;
     font-size: 13px;
}
 .info:hover {
     color: #e92778;
}
 .info>i, .nmbr>i {
     color: #e92778;
     font-size: 14px;
     margin: 0 6px 0 0;
}
 .contact-main {
     position: relative;
}
/*.contact-main:after {
     position: absolute;
     left: 0;
     top: 0;
     content: "";
     width: 100%;
     height: 100%;
     background: rgba(41, 43, 45, 0.3);
     pointer-events: none;
}
*/
 .map-overlay {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
    /* background: rgba(41, 43, 45, 0.3);
     */
     background: rgba(255, 255, 255, 0.38);
     pointer-events: none;
}
 .contact-main:hover .map-overlay {
     background: rgba(41, 43, 45, 0.1);
}
/*######################################## STATIC PAGES CSS ENDS HERE ########################################*/
 ul.howtolist-main {
     padding: 0 0 0 10px;
     margin: 0 0 30px 10px;
     border-left: 1px solid #fff;
     display: block;
}
 ul.howtolist-main li {
     position: relative;
     list-style-type: decimal;
     margin: 0 0 30px;
     font-weight: 500;
     font-size: 15px;
     padding: 0 0 0 15px;
     z-index: 9;
}
 ul.howtolist-main li:after {
     content: "";
     position: absolute;
     width: 23px;
     height: 24px;
     background: #e92778;
     left: -22px;
     top: -2px;
     border-radius: 50%;
     z-index: -1;
}
/* How to List */
 .howtolist-inner-banner {
     background: #292b2d url(../images/inner-banner-tolist.jpg) no-repeat right 0;
     background-size: contain;
     padding: 165px 0 120px 0;
     min-height: 400px;
}
 .how-detail {
     margin: 50px 0 0;
}
 .how-detail h2 {
     font-family: 'Roboto', sans-serif;
     position: relative;
}
 .how-detail h2:after {
     content: "";
     width: 40px;
     height: 2px;
     background: #e92778;
     position: absolute;
     bottom: -15px;
     left: 0;
     z-index: 555;
}
 .how-detail ul {
     margin: 30px 0 0;
     padding: 0;
}
 .how-detail ul li {
     margin: 0 0 20px;
     list-style: none;
     width: 24%;
     display: inline-block;
}
 .how-detail ul li h4 {
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
}
 .how-detail ul li p {
     padding: 0 0 0 20px;
     margin: 0 0 5px;
     position: relative;
}
 .how-detail ul li p:after {
     content: "";
     position: absolute;
     left: 0;
     top: 7px;
     width: 10px;
     height: 10px;
     background: #e92778;
     border-radius: 50%;
}
/* How to List */
 .mt-100 {
     margin-top: 100px;
}
 .login-banner {
     background: #292b2d url(../images/login-banner.jpg) no-repeat right 0;
     background-size: contain;
     padding: 80px 0 120px 0;
     min-height: 400px;
}
 .login-banner .inner-caption-holder h1 {
     margin-top: 0;
}
 .register-banner {
     background: #292b2d url(../images/register-banner.jpg) no-repeat right 0;
}
 .soc-main {
     margin-top: 20px;
     display: none;
}
 .fb-main {
     text-align: center;
     background: #4f6aa3;
     max-width: 290px;
     margin: 0 0 0 auto;
     border-radius: 22px;
     overflow: hidden;
}
 span.social-icon {
     float: left;
     background: #3b5998;
     padding: 4px 17px 3px;
     font-size: 22px;
     line-height: 40px;
}
 span.social-icon i {
     color: #fff 
}
 span.google-text {
     padding: 4px 17px 3px;
     display: inherit;
     line-height: 40px;
     text-transform: uppercase;
     color: #fff;
}
 span.google-text a {
     color: #fff;
}
 .google-main {
     background: #dd5347;
     text-align: center;
     max-width: 290px;
     margin: 0 auto 0 0;
     border-radius: 22px;
     overflow: hidden;
}
 span.google-icon {
     background: #ea4335 
}
 .or-main {
     text-align: center;
     position: absolute;
     right: -55px;
     z-index: 150;
     top: 50px;
     font-size: 16px;
     color: #000000;
     display: none;
}
 .or {
     position: relative;
}
 .or-main>.or:before {
     position: absolute;
     top: -35px;
     left: 10px;
     content: "";
     height: 30px;
     width: 1px;
     background: #f0f0f0;
}
 .or-main>.or:after {
     position: absolute;
     top: 25px;
     right: 10px;
     content: "";
     height: 30px;
     width: 1px;
     background: #f0f0f0;
}
/* 17-07-2017 */
 .inner-page-main {
     background: #f8f8f8;
     padding-bottom: 77px;
}
 .pad-l-0 {
     padding-left: 0;
}
 .free-listing-box {
     border: 1px solid #dcdcdc;
}
 .free-listing-box p.listing-discription {
     display: none;
}
 .free-listing-box .list-image {
     overflow: hidden;
}
 .free-listing-box .list-image img {
     height: auto;
}
 .center-img {
     margin: 0 auto;
}
 .list-main {
     padding-bottom: 77px;
}
/* 17-07-2017 */
/* DETAIL PAGE CSS */
 .detail-bg {
     background: #f8f8f8;
     padding: 0px;
}
 .detail-banner {
     min-height: 260px;
     background: #292b2d url(../images/weddestination-inner-bg.jpg) no-repeat right bottom;
     background-size: cover;
}
 .detail-banner .bg-head {
     font-size: 95px;
     text-align: left;
     top: 20px;
}
 .detail-banner h1 {
     margin-bottom: 0;
     margin-top: 2em;
}
 .detail-banner .breadcrumb {
     margin-top: 4em;
     margin-left: 0;
}
 .detail-banner .breadcrumb li a {
     color: #fff;
}
 .detail-banner .breadcrumb li.active {
     color: #e92778;
}
 .detail-banner .breadcrumb>li+li:before {
     padding: 0 5px;
     color: #ccc;
     content: "|";
}
 .detail-area .padlf35 {
     padding-left: 35px;
}
 .detail-area .book-btns {
     text-align: center;
     margin-bottom: 30px;
}
 .detail-area .book-btns input {
     float: none;
     display: inline-block;
}
 .detail-area .book-btns .send-query {
     margin: 0 12px 0 0;
}
 .detail-area .padlf35 p {
     text-align: justify;
}
 .detail-area .padlf35 p span {
     color: #e92778;
}
 .vend-feat-p {
     max-width: 80%;
     text-align: justify;
}
/* DETAIL PAGE CSS */
/* Login Register */
 .modal-body {
     position: relative;
     padding: 30px 15px 40px 15px;
}
 .remember-me {
     margin-bottom: 10px;
}
 .remember-me label {
     margin-left: 8px;
     font-weight: 500;
}
 .remember-me input[type="checkbox"] {
     width: auto;
     min-width: auto;
     height: auto;
     min-height: auto;
     top: 2px;
     position: relative;
}
 .forgot-pass a {
     font-size: 12px;
     color: #323232;
     float: left;
     margin-top: 15px;
     margin-right: 10px;
}
 .new-user {
     margin: 20px -15px 0;
}
 .new-user a {
     color: #fff;
     display: block;
     font-size: 15px;
}
/* Login Register */
 .banner-item img {
     width: 100%;
}
 .home-slider>img {
     box-shadow: none;
}
/*######################################## LIST PAGE CSS CONTINUOUS HERE ########################################*/
 .listing .breadcrumb {
     margin-top: 0;
     margin-left: 0;
}
/*######################################## LIST PAGE CSS CONTINUOUS HERE ########################################*/
 .login-caption h1 {
     margin-top: 46px;
}
 .login-head {
     color: #fff;
     font-family: 'Roboto', sans-serif;
     font-size: 40px;
     position: relative;
     margin-bottom: 60px;
}
 .login-head:after {
     content: "";
     width: 40px;
     height: 2px;
     background: #e92778;
     position: absolute;
     bottom: -24px;
     left: 0;
     z-index: 555;
}
 .login-form-panel {
     padding: 25px 15px;
     background: no-repeat;
     color: #fff;
}
 .form-input-group .input-group {
     width: 100%;
}
 .form-input-group input.form-control {
     width: 100%;
     border-radius: 30px !important;
     height: 46px;
}
 .log-in-btn {
     background: #e92778;
     border: none;
     font-size: 21px;
     padding: 7px 20px 10px;
     font-family: 'Roboto', sans-serif;
     border-radius: 30px;
     min-width: 200px;
     width: 100%;
     max-width: 200px;
}
 .log-in-btn:hover {
     background: #fff;
     color: #e92778;
}
 .log-in-btn:focus {
     outline: none;
}
 .rembr {
     font-weight: 400;
     margin: 0;
     position: relative;
     top: -1px;
}
 hr {
     border-color: #717171;
     margin-bottom: 15px;
     margin-top: 10px;
}
 .forgot {
     color: #fff;
     margin: 0;
     display: block;
}
 .forgot:hover, .forgot:focus {
     color: #f38bb6;
}
 .signup-caption h1 {
     margin-top: 20px;
}
 .forgot-modal {
     max-width: 400px;
}
 button.reset {
     background: #e92778 !important;
     border: none;
     border-radius: 30px;
}
 button.discard {
     border: none;
     border-radius: 30px;
}
 .forgot-mail {
     border-radius: 30px !important;
     height: 46px;
     margin: 10px 0 0;
}
/* Aneesh Added CSS August 24 */
 .bg-head {
     top: 20px;
     opacity: .1;
     color: #b7b7b7;
}
/* Aneesh Added CSS August 24 */
/* Aneesh Added CSS August 25 */
 .login-main {
     background: rgba(237, 241, 245, 0.34);
}
 .logininner-main {
     margin-top: 0;
     padding: 60px 0 0px;
}
/* .sidebar-main {
     background: #292b2d;
     color: #fff;
     padding: 0 0 15px 0;
}
 */
 .sidebar-main {
     padding: 0 0 0px;
     overflow: hidden;
     border-bottom: 10px solid #e92778;
     -webkit-box-shadow: 3px solid rgba(109, 105, 107, 0.59);
     box-shadow: 3px solid rgba(109, 105, 107, 0.59);
}
 .prfile-area {
     background: #f8f8f8;
     color: #FFF;
     text-align: center;
     padding: 30px 0 10px;
     margin-bottom: 15px;
}
 .prfile-area>img {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     border: 3px solid #e92778;
     margin-bottom: 7px;
}
 .profile-name {
     font-size: 18px;
     margin-bottom: 20px;
     font-weight: 800;
     margin-top: 5px;
     color: #323232;
}
 ul.side-menu {
     margin: 0;
     padding: 0;
}
 ul.side-menu li {
     list-style: none;
     margin-bottom: 15px;
}
 ul.side-menu li>a {
     display: block;
     padding: 0px;
     color: #323232;
     font-size: 14px;
     font-weight: 400;
}
 ul.side-menu li>a:hover, ul.side-menu li.active>a {
     color: #e92778;
}
 ul.side-menu li>a:hover i, ul.side-menu li.active>a i {
     color: #e92778;
}
 ul.side-menu li>a.active {
     color: #e92778;
}
 ul.side-menu li:nth-child(2n+2)>a {
}
 .side-icon {
     position: relative;
     top: -1px;
     color: #969696;
     padding-right: 14px;
}
 .graph-main {
     -o-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.04);
     -moz-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.04);
     -webkit-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.04);
     -ms-box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.04);
     box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.04);
     -o-border-radius: 10px;
     -ms-border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     overflow: hidden;
     border: 1px solid rgba(221, 221, 221, 0.65);
     padding: 26px 20px;
     background: #FFF;
}
 .popular-keywords>ul {
     padding: 0;
     margin: 0;
}
 .popular-keywords>ul>li {
     list-style: none;
     float: left;
     padding: 10px 10px;
     margin-bottom: 4px;
     margin-right: 5px;
     -o-border-radius: 5px;
     -ms-border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}
 .green-bg {
     background: rgba(38, 195, 11, 0.36);
}
 .red-bg {
     background: rgba(255, 0, 0, 0.34);
}
 .popular-keywords>h2 {
     margin-top: 0;
     font-size: 18px;
     text-transform: uppercase;
     font-weight: 700;
     line-height: 26px;
     color: rgba(41, 43, 45, 0.78);
}
 .white-box.competitors-main {
     text-align: left;
     padding: 30px;
     margin-top: 30px;
}
 .competitors-main .competitors-content {
     padding: 10px;
     overflow: hidden;
}
 h2.competitors-name {
     color: #e92778;
     font-weight: 500;
     font-size: 14px;
     margin: 0 0 6px 0;
}
 .competitors-main>h4 {
     text-align: left;
     margin: 0 0 20px;
     border-bottom: 1px solid #ddd;
     padding-bottom: 10px;
     text-transform: uppercase;
     font-weight: 800;
}
 .competitors-main {
     box-shadow: none;
     min-height: 330px;
     border: 1px solid #e2e2e2;
     border-radius: 8px;
     margin-bottom: 30px;
}
 .competitors-main .competitor-img {
     position: relative;
     height: 215px;
     overflow: hidden;
     -moz-border-radius: 6px 6px 0 0;
     -webkit-border-radius: 6px 6px 0 0;
     border-radius: 6px 6px 0 0;
}
 .competitors-main>img {
     border-radius: 50%;
     -o-border: 4px solid rgba(144, 136, 136, 0.21);
     -moz-border: 4px solid rgba(144, 136, 136, 0.21);
     -ms-border: 4px solid rgba(144, 136, 136, 0.21);
     -webkit-border: 4px solid rgba(144, 136, 136, 0.21);
     border: 4px solid rgba(144, 136, 136, 0.21);
     width: 100%;
     height: 230px;
}
 .competitors-main .competitor-img img {
     height: 215px;
     width: 100%;
}
 .brdr-none {
     border: none !important;
}
/* Aneesh Added CSS August 25 */
/* Aneesh Added CSS September 06 */
 .dashboard-right-main {
     background: #fff;
     padding: 30px 0px;
     border: 1px solid #e2e2e2;
     -webkit-border-radius: 6px;
     border-radius: 6px;
}
 .graph-main, .popular-keywords {
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .profile-main {
     padding: 70px 0;
}
 .text-left-im {
     text-align: left !important;
}
 .profile-form {
     padding: 0 0px 0 30px;
}
 .browse-img-main {
}
 .browse-img {
     width: 150px;
     float: left;
     margin: 10px 0 0;
}
 .browse-img-main small {
     display: block;
     margin: 9px 0 0;
}
 .browse-img-main input {
     border: 1px solid #ccc;
     padding: 5px 10px;
     -o-border-radius: 4px;
     -ms-border-radius: 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}
/* Aneesh Added CSS September 06 */
/* Aneesh Added CSS September 08 */
 .lr-20 {
     padding-left: 25px;
     padding-right: 25px;
}
 .inner-heads {
     margin: 0 0 40px;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 22px;
     color: #666;
     position: relative;
     padding-bottom: 5px;
}
 .inner-heads:before {
     position: absolute;
     content: "";
     height: 28px;
     width: 28px;
     right: 0;
     bottom: -8px;
     background: url(../images/head-before.png) no-repeat;
}
 .inner-heads:after {
     position: absolute;
     content: "";
     height: 1px;
     width: 100%;
     left: 0;
     bottom: -8px;
     border-bottom: 1px dashed #ccc;
}
 .enq-sec {
     margin: 0 0 30px;
     padding: 15px;
     background: rgba(238, 238, 238, 0.24);
     border: 1px solid #ddd;
}
 .enq-sec>li {
     list-style: none;
     margin: 0 0 10px;
     display: table;
     width: 100%;
}
 .enq-sec>li>span.enq-head {
     width: 30%;
     display: table-cell;
     font-size: 14px;
     font-weight: 600;
}
 .enq-sec>li>span.enq-det {
     display: table-cell;
     text-align: justify;
     text-transform: capitalize;
}
 .carousel-caption {
     text-shadow: none;
}
 .banner-form select.category-area {
     width: 200px;
     margin: 0;
     float: left;
     height: 60px;
}
 .banner-form select.category-area.category-area-1 {
     border-radius: 30px 0 0 30px;
}
 .banner-form select.subCategory-area {
     width: 220px;
     margin-right: -4px;
     margin: 0;
     float: left;
     height: 60px;
}
 .banner-form select.district-area {
     width: 180px;
     border: none;
     margin: 0;
     float: left;
     height: 60px;
}
 .search-text {
     color: #282828;
     font-size: 21px;
     font-weight: 400;
     line-height: 3.6em;
}
 .search-strip {
    /* position: absolute;
    */
     bottom: 0;
     left: 0;
     background: #fff;
     width: 100%;
     padding: 15px 0 20px;
     z-index: 999;
}
 .banner-form .banner-btn {
     padding: 0 30px;
     margin-top: 0;
     height: 60px;
}
 .banner {
     background: #2d2f31;
}
/* Aneesh Added CSS September 08 */
/* =============================== CSS ADDED BY ALNAHAS - 1-11-2017 ========================================= */
 .banner-holder {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     z-index: 10;
}
 .inner-banners {
    /*height: 210px;
    */
     height: 250px;
    /*background: #e92778;
     background: #822a50;
    */
     position: relative;
     background-position: right;
     background-size: cover;
     background-repeat: no-repeat;
}
 .inner-banners img {
     width: 100%;
}
 .inner-banners .vignette {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
     display: none;
}
 .inner-banners .leftgrad {
     width: 80%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), rgba(41, 41, 45, 1));
    /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(left, rgba(255, 0, 0, 0), rgba(41, 41, 45, 1));
    /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(left, rgba(255, 0, 0, 0), rgba(41, 41, 45, 1));
    /* For Firefox 3.6 to 15 */
     background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(41, 41, 45, 1));
    /* Standard syntax (must be last)*/
     display: none;
}
 .inner-banners .container {
     position: relative;
     z-index: 100;
}
 .inner-banners h1 {
     font-size: 35px;
     font-weight: 500;
     color: #fff;
     position: relative;
     margin-bottom: 30px;
     margin-top: 2em;
}
 .inner-banners h1:after {
     content: "";
     width: 40px;
     height: 2px;
     background: #e92778;
     position: absolute;
     bottom: -15px;
     left: 0;
     z-index: 200;
}
 .inner-banners .breadcrumb {
     margin-left: 0;
     margin-top: 0;
}
 .inner-banners .breadcrumb>li+li:before {
     padding: 0 5px;
     color: #ccc;
     content: "|\00a0";
}
 .inner-banners .breadcrumb li a {
     font-size: 12px;
     color: #fff;
}
 .inner-banners .breadcrumb>.active {
     color: #e92778;
     text-transform: capitalize;
}
 .wrap-content {
     background: #f8f8f8;
     padding: 22px;
}
 .wrap-content .white-curved-box {
     background: #fff;
     -webkit-border-radius: 6px;
     border-radius: 6px;
     padding: 30px 40px;
     border: 1px solid #e2e2e2;
}
 .wrap-content .white-curved-box .para h4 {
     font-size: 16px;
     font-weight: 500;
     color: #e92778;
}
 .wrap-content .white-curved-box .para p {
     color: #323232;
     font-size: 14px;
     line-height: 23px;
     margin-bottom: 30px;
     text-align: justify;
}
 .quote-round-wide {
     margin-bottom: 20px;
     clear: both;
     overflow: hidden;
}
 .quote-round-wide .round {
     width: 122px;
     height: 122px;
     float: left;
     background: #f8f8f8;
     border-radius: 50%;
}
 .quote-round-wide .wide-box {
     width: calc(100% - 122px);
     padding: 30px 20px;
     background: #f8f8f8;
     float: left;
     margin-top: 22px;
     margin-left: -17px;
     border-radius: 0px 40px 40px 0px;
     text-align: center;
}
 .quote-round-wide .wide-box h5 {
     font-size: 21px;
     color: #000;
     font-weight: 300;
     margin: 0;
     position: relative;
     display: inline-block;
     padding: 0 30px;
}
 .quote-round-wide .wide-box h5::before {
     content: "";
     width: 23px;
     height: 17px;
     background: url(../images/pink-quote1.png) no-repeat 0 0;
     position: absolute;
     left: 0;
     top: -6px;
}
 .quote-round-wide .wide-box h5::after {
     content: "";
     width: 23px;
     height: 17px;
     background: url(../images/pink-quote2.png) no-repeat 0 0;
     position: absolute;
     right: 0;
     top: -6px;
}
 .about-btm-row div.item {
     width: 20%;
     height: auto;
     float: left;
     padding: 0 15px;
     text-align: center;
}
 .about-btm-row div.item .w-icons {
     background: #f8f8f8;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
 .about-btm-row div.item h4 {
     color: #e92778;
     font-size: 16px;
     line-height: 18px;
     font-weight: 500;
     margin-top: 15px;
}
 .about-btm-row div.item p {
     color: #323232;
     font-size: 13px;
     line-height: 20px;
}
/* =============================== CSS ADDED BY ALNAHAS - 1-11-2017 ======================================== */
/* =============================== CSS ADDED BY ALNAHAS - 2-11-2017 ======================================== */
 .form.customstyle .form-control {
    /* background: #f8f8f8;
     */
     -moz-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     height: 40px;
     font-size: 12px;
     border-color: #e2e2e2e3;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
 .form.customstyle .form-control:focus {
     border-color: #e92778;
}
 .form.customstyle textarea.form-control {
     height: 110px;
     padding-top: 15px;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
}
 .form.customstyle ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #646464;
}
 .form.customstyle ::-moz-placeholder {
    /* Firefox 19+ */
     color: #646464;
}
 .form.customstyle :-ms-input-placeholder {
    /* IE 10+ */
     color: #646464;
}
 .form.customstyle :-moz-placeholder {
    /* Firefox 18- */
     color: #646464;
}
 .form.customstyle button.submit {
     float: left;
     color: #fff;
     background: #e92778;
     -moz-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     padding: 10px 20px;
     border: none;
     outline: none;
}
 .blog-list {
     margin-top: 25px;
}
 .blog-item {
     margin-bottom: 30px;
}
 .blog-item .blog-img img {
     width: 100%;
     -moz-border-radius: 6px 6px 0 0;
     -webkit-border-radius: 6px 6px 0 0;
     border-radius: 6px 6px 0 0;
     overflow: hidden;
     min-height: 170px;    
}
 .blog-item .blog-content {
     padding: 20px 15px;
     -moz-border-radius: 0 0 6px 6px;
     -webkit-border-radius: 0 0 6px 6px;
     border-radius: 0 0 6px 6px;
     overflow: hidden;
     background: #fff;
     border: 1px solid #dcdcdc;
     /*min-height: 170px; */    
}
 .blog-item .blog-content h4 {
     font-size: 15px;
     font-weight: 500;
     color: #e92778;
     margin: 0 0 10px 0;
}
 .blog-item .blog-content h4 a {
     color: #e92778;
}
 .blog-item .blog-content p {
     color: #646464;
     line-height: 19px;
     font-size: 12px;
     overflow: hidden;
}
 .blog-item .blog-content p span a {
     color: #e92778;
}
 .faq-box .panel-body {
     color: #000;
}
 .faq-box .panel {
     background: none;
     border: none;
     box-shadow: none;
}
 .faq-box .panel-default>.panel-heading {
     background: #f8f8f8;
     padding: 15px;
     border-radius: 6px;
}
 .faq-box .panel-default>.panel-heading i {
     margin-right: 10px;
     width: 15px;
     height: 15px;
     background: #e92778;
     border-radius: 50%;
     color: #fff;
     font-size: 8px;
     line-height: 15px;
     text-align: center;
     padding-left: 2px;
     float: left;
}
 .faq-box .panel-default>.panel-heading span {
}
 .faq-box .panel-default>.panel-heading a {
     color: #323232;
     font-size: 16px;
     font-weight: 500;
}
 .faq-box .panel-default>.panel-heading+.panel-collapse>.panel-body {
     color: #323232;
     border: none;
     padding: 25px 15px;
}
 .faq-box .panel-body a {
     color: #f2a7c9;
}
 .faq-box .linkforpink {
     font-size: 14px;
     color: #323232;
}
 .faq-box .linkforpink a {
     color: #e92778;
     font-weight: 500;
}
 .howtolist {
     background: #fcfcfc;
     padding: 20px 50px;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     border-radius: 6px;
     margin-bottom: 60px;
}
 .howtolist ul {
     padding: 0;
     margin: 0 -34px;
     list-style: none;
     text-align: center;
}
 .howtolist ul li {
     display: inline-block;
     padding: 0 38px;
     position: relative;
     text-align: center;
     z-index: 200;
}
 .howtolist ul li:after {
     content: "";
     position: absolute;
     top: 40%;
     left: 82%;
     border-top: 1px dashed #e4e4e4;
     height: 2px;
     width: 88px;
     z-index: 10;
}
 .howtolist ul li:last-child:after {
     display: none;
}
 .howtolist ul li .icon-box {
     height: 120px;
     width: 120px;
     border-radius: 50%;
     text-align: center;
     line-height: 120px;
     display: block;
     margin: 0 auto;
     font-size: 60px;
     background: #fff;
}
 .howtolist ul li.active .icon-box {
     color: #fff;
}
 .howtolist ul li .name {
     padding-top: 15px;
     display: block;
     font-size: 15px;
     font-weight: 500;
     color: #e92778;
     line-height: 20px;
}
 .howtolist ul li.active .icon-box {
     background-color: #eb1c24;
}
 .howtolist-btm h4 {
     color: #323232;
     font-size: 16px;
     font-weight: 500;
     margin: 0 0 20px 0;
     padding: 0;
}
 .howtolist-btm ul {
     padding-left: 0;
}
 .howtolist-btm ul li {
     list-style: none;
     margin-bottom: 5px;
}
 .howtolist-btm ul li a {
     font-size: 14px;
     color: #323232;
     background: url(../images/pink-tick.png) no-repeat 0 2px;
     padding-left: 24px;
}
/* ========================================== CSS ADDED BY ALNAHAS - 2-11-2017 ================================== */
/* ========================================== CSS ADDED BY ALNAHAS - 3-11-2017 ================================== */
 .white-curved-left-box {
     background: #fff;
     border-radius: 6px;
     padding: 30px 23px;
     min-height: 340px;
     border: 1px solid #e2e2e2;
}
 .white-curved-left-box ul {
     padding-left: 0;
}
 .white-curved-left-box ul li {
     list-style: none;
     margin-bottom: 15px;
     font-size: 14px;
     height: 20px;
}
 .white-curved-left-box ul li a {
     color: #323232;
     -moz-transition: All .1s ease;
     -webkit-transition: All .1s ease;
     transition: All .1s ease;
}
 .white-curved-left-box ul li a i {
     padding-right: 14px;
     color: #969696;
     -moz-transition: All .1s ease;
     -webkit-transition: All .1s ease;
     transition: All .1s ease;
     width: 30px;
     text-align: center;    
}
 .white-curved-left-box ul li a:hover, .white-curved-left-box ul li.active a {
     color: #e92778;
}
 .white-curved-left-box ul li a:hover i, .white-curved-left-box ul li.active a i {
     color: #e92778;
}
 .white-curved-right-box {
     background: #fff;
     border-radius: 6px;
     padding: 30px;
    /*min-height: 340px;*/
     overflow: hidden;
     border: 1px solid #e2e2e2;
}
 .white-curved-right-box form label {
     color: #323232;
     font-weight: 500;
     padding: 0 35px;
}
 .white-curved-right-box form .form-group {
     margin-bottom: 25px;
}
 .white-curved-right-box form .form-group .form-control {
     border: 1px solid #e2e2e2;
     border-radius: 15px;
     color: #646464;
     height: 42px;
     box-shadow: none;
     padding: 6px 20px;
}
 .white-curved-right-box form #changePassword.btn-primary {
     background: none;
     color: #e92778;
     border: none;
     padding: 0;
     margin-left: 0px;
     margin-bottom: 30px;
     outline: none;
}
 .white-curved-right-box form #changePassword.btn-primary:active{
 	outline: none;
 	border: none;
 	box-shadow: none;
 }
.white-curved-right-box form #changePassword.btn-primary.active{
     outline: none;
     border: none;
     box-shadow: none;
}
 .white-curved-right-box form .form-group input[type=file].form-control {
    width: 100%;
    padding-top: 9px !important;
}
 .white-curved-right-box form button[type=submit] {
     background: #e92778;
     border-radius: 18px;
     color: #fff;
     height: 40px;
     padding: 10px 40px;
     border: none;
     font-size: 15px;
     margin-right: 10px;
}
 .white-curved-right-box form button[type=reset] {
     background: #f8f8f8;
     border-radius: 15px;
     color: #e92778;
     height: 40px;
     padding: 10px 40px;
     border: none;
     font-size: 15px;
     margin-right: 10px;
}
/* ======================================= CSS ADDED BY ALNAHAS - 3-11-2017 ============================================== */
/* ======================================= CSS ADDED BY ALNAHAS - 4-11-2017 ============================================== */
 .shorted-vend-img {
     position: relative;
     height: 215px;
     overflow: hidden;
}
.shorted-vend-img img{
	height: 100%;
}
 .shorted-vend-img .shortened-label {
     position: absolute;
     top: 10px;
     left: 10px;
     z-index: 150;
     padding: 4px 6px;
     background: #e92778;
     border-radius: 8px;
     color: #fff;
}
 .shorted-vend-img .shortened-delete {
     width: 22px;
     height: 22px;
     position: absolute;
     top: 10px;
     right: 10px;
     z-index: 150;
     background: #e92778;
     border-radius: 50%;
     text-align: center;
     padding: 2px;
}
 .shorted-vend-img .shortened-delete a {
     color: #fff;
}
 .shorted-vend-content {
     padding: 10px;
     -moz-border-radius: 0 0 6px 6px;
     -webkit-border-radius: 0 0 6px 6px;
     border-radius: 0 0 6px 6px;
     overflow: hidden;
     background: #fff;
}
 .shorted-vend-content h4 {
     color: #e92778;
     font-weight: 500;
     font-size: 14px;
     margin: 0 0 6px 0;
}
 .shorted-vend-content p {
     font-size: 13px;
     color: #323232;
}
 .shorted-vend-content p span {
     color: #4b4b4b;
     display: inline-flex;
}
 .shorted-vend-content p span img {
     margin-right: 10px;
}
 .vendor-enquiry-details {
     width: 100%;
     /*min-height: 260px;*/
     min-height: 0px;
     background: #fff;
     overflow: hidden;
     border-radius: 6px;
     margin-bottom: 30px;
}
 .vendor-enquiry-details .image-sec {
     width: 200px;
     height: auto;
     float: left;
}
 .vendor-enquiry-details .image-sec img {
     border-radius: 6px;
}
 .vendor-enquiry-details .enq-content {
     width: calc(100% - 200px);
     padding: 10px 60px 10px 20px;
     float: left;
}
 .vendor-enquiry-details .enq-content .vendor-title {
     font-size: 12px;
     padding: 5px 6px;
     background: #e92778;
     border-radius: 8px;
     color: #fff;
     float: left;
}
 .vendor-enquiry-details .enq-content h3 {
     font-size: 16px;
     color: #323232;
     font-weight: 500;
     margin: 12px 0;
}
 .vendor-enquiry-details .enq-content h4 {
     font-size: 13px;
     color: #e92778;
     font-weight: 400;
}
 .vendor-enquiry-details .enq-content h4 span {
     color: #4b4b4b;
}
 .vendor-enquiry-details .enq-content p {
     font-size: 13px;
     color: #e92778;
     font-weight: 500;
}
/* ======================================= CSS ADDED BY ALNAHAS - 4-11-2017 ==================================== */
/* ======================================= CSS ADDED BY ALNAHAS - 6-11-2017 ==================================== */
 .vendor-enq .item {
     background: #fff;
     border-radius: 6px;
     padding: 23px 20px;
     margin-bottom: 30px;
}
 .vendor-enq .item h4 {
     color: #323232;
     font-weight: 500;
     font-size: 16px;
     margin: 0 0 12px 0;
}
 .vendor-enq .item h5 {
     font-size: 13px;
     color: #e92778;
     font-weight: 400;
}
 .vendor-enq .item h5 span {
     color: #4b4b4b;
}
 .vendor-enq .item p {
     color: #000000;
     font-size: 13px;
     font-weight: 500;
     margin-top: 20px;
}
 .blog-detail h5 {
     font-size: 12px;
     font-weight: 400;
     color: #323232;
     margin: 0 0 14px 0;
}
 .blog-detail h5 span {
     color: #5674b9;
}
 .blog-detail h3 {
     font-size: 20px;
     font-weight: 500;
     color: #323232;
     margin: 0 0 10px 0;
}
 .blog-detail h4 {
     font-size: 14px;
     color: #4b4b4b;
     font-weight: 400;
     margin-bottom: 25px;
}
 .blog-detail h4 span {
     color: #e92778;
}
 .blog-detail .big-blog-img {
     border-radius: 6px;
     width: 100%;
}
 .blog-detail h6 {
     font-size: 11px;
     font-weight: 400;
     margin: 10px 0 40px 0;
     color: #646464;
}
 .blog-detail p {
     font-size: 13px;
     line-height: 22px;
     color: #323232;
     margin-bottom: 30px;
}
 .blog-detail p img.right {
     float: right;
     margin: 0 0 30px 35px;
     border-radius: 6px;
}
 .blog-detail p img.left {
     float: left;
     margin: 0 35px 30px 0;
     border-radius: 6px;
}
 .blog-detail h2, .blog-detail p span {
     font-size: 16px;
     font-weight: 500;
     color: #e92778 !important;
     margin-bottom: 26px;
}
 h5.recent {
     font-size: 12px;
     color: #5674b9;
     text-transform: uppercase;
     margin: 0 0 30px 0;
}
 .widget_latestposts .latestposts img.wp-post-image {
     border-radius: 6px;
}
 .widget_latestposts .latest-content {
     display: inline-block;
     max-width: 100%;
     width: 100%;
     position: relative;
     padding: 0 0 0 60px;
     margin-bottom: 20px;
}
 .widget_latestposts .latest-content:last-of-type {
     border-bottom: none;
     margin-bottom: 0;
     padding-bottom: 0;
     min-height: 70px;
}
 .widget_latestposts .latest-content.no_post_thumb {
     padding-left: 0;
}
 .widget_latestposts .latest-content>a>i {
     position: absolute;
     left: 0;
     top: 0;
}
 .widget_latestposts .latest-content h5 {
     color: #323232;
     font-size: 13px;
     line-height: 18px;
     margin-top: 0;
     margin-bottom: 0;
}
 .widget_latestposts .latest-content h5>a {
     color: #323232;
     text-decoration: none;
}
 .widget_latestposts .latest-content h5>a:hover {
     color: #e92778;
}
 .widget_latestposts .latest-content span {
     color: #fb2943;
     font-size: 11px;
     display: inline-block;
     letter-spacing: 0.18px;
     text-transform: capitalize;
}
 .widget_latestposts .latest-content span a {
     color: #969696;
     -webkit-transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
     transition: all 1s ease 0s;
     text-decoration: none;
}
 .widget_latestposts .latest-content span a+a::before {
     color: #fb2943;
     content: "|";
     margin: 0 5px;
}
 .widget_latestposts .latest-content span a:hover {
     color: #444444;
}
 .white-curved-right-box.review {
     margin-top: 20px;
}
 .white-curved-right-box.review h3 {
     font-size: 18px;
     color: #323232;
     font-weight: 400;
     margin: 0 0 15px 0;
}
 .white-curved-right-box.review hr {
     border-color: #f0f0f0;
}
 .review-block-rate {
     margin-bottom: 10px;
}
 .review-avatar {
     margin-bottom: 12px;
}
 .review-block-name a {
     color: #e92778;
     font-size: 14px;
}
 .review-block-date {
     color: #4b4b4b;
     font-size: 12px;
     line-height: 30px;
}
 .review-block-description {
     margin-bottom: 10px;
     font-size: 13px;
     line-height: 19px;
}
 .pink-link {
     color: #e92778;
     font-size: 13px;
     margin-bottom: 10px;
     display: inline-block;
}
 .white-curved-right-box.review textarea {
     border: 1px solid #f8f8f8;
     border-radius: 15px;
     color: #646464;
     height: 190px !important;
     box-shadow: none;
     padding: 6px 20px;
     margin-bottom: 25px;
}
/* ========================================== CSS ADDED BY ALNAHAS - 6-11-2017 ======================================== */
/* ========================================== CSS ADDED BY ALNAHAS - 9-11-2017 ======================================== */
 .banner .search-strip {
     background: #f8f8f8;
    /* border-top: 1px solid #e2e2e2;
     */
}
 .banner .search-strip .banner-form select {
     background: url(../images/down-arrow.png) #fff no-repeat 90% 28px;
}
 .fixit {
     -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
     box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
}
 .col-md-9a {
     width: 77.33336%;
     float: left;
     padding: 0 15px;
}
 .col-md-2a {
     width: 21.00011%;
     float: left;
     padding: 0;
}
 .detail-area .img-dtl-hol {
    /*height: 430px;
     overflow: hidden;
    */
     margin: 0;
     position: relative;
     border-radius: 8px;
     border: 1px solid #eaeaea;
}

 .detail-area .img-dtl-hol.coverimage:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: -2px;
    left: 0;
    z-index: 10;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    border-radius: 8px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


 .detail-area .img-dtl-hol .image-count {
     position: absolute;
     right: 0px;
     bottom: 10px;
     z-index: 350;
     max-width: 60px;
}
 .detail-area .img-dtl-hol .review-count {
     position: absolute;
     right: 16px;
     bottom: 40px;
     z-index: 350;
}
 .detail-area .wyt {
     background: #fff;
     padding: 8px;
     border: 3px solid #eaeaea;
     border-radius: 50%;
     color: #323232;
     font-size: 10px;
     width: 40px;
     height: 40px;
     display: inline-block;
     margin-bottom: 20px;
     position: relative;
     text-align: center;
}
 .detail-area .wyt i {
     color: #e92778;
     padding-right: 2px;
     font-size: 16px;
}
 .detail-area .wyt .count {
     font-weight: 500;
     font-size: 12px;
     color: #fff;
     position: absolute;
     right: -12px;
     top: -10px;
     z-index: 150;
     padding: 2px;
     background: #e92e7c;
     border-radius: 50%;
     width: 20px;
     height: 20px;
}
 .detail-area .detail-big-image {
     width: 100%;
     height: 230px;
    /*position: absolute;
     top: 0;
     z-index: 200;
    */
}
 .ovhid {
     overflow: hidden;
}
 .detail-area {
     background: #fff;
     padding: 30px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     margin-bottom: 20px;
     border: 1px solid #eaeaea;
}
 .details-of-category h2 {
     font-size: 24px;
     color: #323232;
     font-weight: 400;
     margin: 20px 0 16px 0;
}
 .details-of-category p {
     font-size: 14px;
     color: #5674b9;
     padding-left: 15px;
     position: relative;
}
 .details-of-category p.loc {
     padding-left: 15px;
     position: relative;
}
 .details-of-category p.loc i {
     margin-right: 10px;
     color: #e92778;
     position: absolute;
     left: 0;
     top: 3px;
}
 .pinktxt {
     color: #e92778;
}
 .write-btn .quick-submit {
     margin: 20px 0 0 0;
     border: 1px solid #f0f0f0;
}
 .detail-area p.detailp {
     font-size: 14px;
     line-height: 23px;
     color: #4b4b4b;
     margin: 10px 0 26px 0;
}
 h3.vendftr {
     font-size: 18px;
     color: #323232;
     font-weight: 500;
     margin: 0 0 15px 0;
}
 h3.vendftr span a {
     font-size: 12px;
}
 h3.vendftr span {
     padding-left: 8px;
     margin-left: 5px;
     content: "";
     border-left: 1px solid #e2e2e2;
}
 ul.detail-list {
     padding: 0;
     overflow: hidden;
     margin-left: -30px;
}
 ul.detail-list li {
     width: 23%;
    /*float: left;
    */
     list-style: none;
     text-align: center;
     display: inline-block;
     margin-bottom: 30px;
}
 ul.detail-list li span.range {
     font-size: 21px;
     color: #e92778;
     font-weight: 500;
}
 ul.detail-list li span.title {
     font-size: 15px;
     color: #646464;
}
/*ul.detail-list li:first-child {
     margin-left: -35px;
}
*/
/* ========================================== CSS ADDED BY ALNAHAS - 9-11-2017 ========================================== */
/* ========================================== CSS ADDED BY ALNAHAS - 10-11-2017 ========================================= */
 body.modal-open, body.modal-open modal {
     padding-right: 0 !important;
}
 .modal-dialog {
     margin-top: 10%;
}
 body.modal-open .navbar-wrapper {
     z-index: 5555;
}
 #myModal .modal-dialog {
     max-width: 630px;
}
 #myModalLogin .modal-dialog {
     max-width: 630px;
}
 .modal-backdrop.in {
     filter: alpha(opacity=80);
     opacity: .8;
}
 .signup5point .modal-content {
     border-radius: 15px;
}
 .signup5point .modal-content .modal-header {
     background: #f8f8f8;
     height: 65px;
     border-radius: 15px 15px 0 0;
     text-align: center;
     border-bottom: 0;
}
 .signup5point .modal-content .modal-header h4.modal-title {
     font-size: 16px;
     color: #e92778;
     font-weight: 500;
     margin-top: 10px;
}
 .modal-dialog .close {
     width: 25px;
     height: 25px;
     border-radius: 50%;
     background: #e92778;
     opacity: 1;
     color: #fff;
     font-weight: 300;
     position: absolute;
     right: -25px;
     top: -20px;
}
 .modal-dialog .close span {
     margin-top: -4px;
     display: block;
}
 .modal-content p {
     color: #323232;
     font-size: 15px;
     text-align: center;
     font-weight: 400;
     margin-bottom: 8px;
}
 .modal-content p a {
     color: #e92778;
}
 .modal-content h2 {
     color: #323232;
     font-size: 18px;
     text-align: center;
     font-weight: 500;
     margin-top: 0;
     position: relative;
     margin-bottom: 40px;
}
 .modal-content h2::after {
     content: '';
     position: absolute;
     width: 40px;
     height: 2px;
     left: 50%;
     bottom: -14px;
     z-index: 100;
     transform: translate(-50%, 0%);
     background: #e92778;
}
 .wrap {
     padding: 0 25px;
     overflow: hidden;
}
 .form-area.contactform.login-form {
     position: relative;
}
 .contactform input, .contactform textarea {
}
 .contactform input, .contactform textarea {
    background: rgb(255, 255, 255);
    max-height: 130px;
    resize: none;
    min-height: 36px;
    text-align: left;
    min-width: 220px;
    margin-bottom: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    color: #646464;
    height: 42px;
    box-shadow: none;
    padding: 6px 20px;
}
 .contactform.login-form .send-btn {
     float: left !important;
     font-size: 15px;
     font-weight: 400;
     line-height: 23px;
     padding: 7px 30px 7px;
     -webkit-border-radius: 14px;
     border-radius: 14px;
}
/* ================================= CSS ADDED BY ALNAHAS - 10-11-2017 ======================================= */
/* ================================= CSS ADDED BY ALNAHAS - 14-11-2017 ======================================= */
 .signin5point .modal-content {
     border-radius: 17px;
     overflow: hidden;
}
 .signin5point .modal-header {
     padding: 0;
     border: none;
}
 .signin5point .nav-tabs {
     border-bottom: 0;
}
 .signin5point .panel-heading {
     padding: 0;
}
 .signin5point .nav-tabs>li {
     width: 50%;
     text-align: center;
     padding: 0;
}
 .signin5point .nav>li>a {
     border: none;
     color: #323232;
     font-size: 16px;
     font-weight: 500;
     padding: 25px 0;
     margin-right: 0;
     background: #f8f8f8;
}
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
     background-color: #e92778;
     color: #fff;
     border: none;
     width: 100%;
     border-radius: 0;
}
 .inviteafriend {
     max-width: 550px;
}
 .inviteafriend .modal-body {
     position: relative;
     padding: 40px 15px;
}
 .modal-social-invite {
     text-align: center;
}
 ul.footer-social.modal-social-invite li {
     display: inline-block;
     float: none;
     margin-top: 0;
}
/* ====================================== CSS ADDED BY ALNAHAS - 14-11-2017 =========================================== */
/* ====================================== CSS ADDED BY ALNAHAS - 28-11-2017 =========================================== */
 .list-box .list-content {
     width: calc(100% - 240px);
     float: right;
     padding: 22px 20px;
     background: #fff;
     border-radius: 10px 0 0 10px;
}
 .list-box .list-content h2 {
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
     color: #323232;
     font-weight: normal;
     margin: 0 0 6px 0;
     padding-right: 60px;
}
 .list-box .list-content h2 a {
     color: #323232;
}
 .list-box .list-content p {
     font-size: 13px;
     color: #4b4b4b;
     line-height: 19px;
     margin-bottom: 30px;
}
 .left-width-control {
     max-width: 300px;
}
 .right-width-control {
     padding-left: 5px;
}
 .last-width-control {
     max-width: 346px;
     padding-right: 0;
}
 .list-box .list-content .button-group {
     margin-bottom: 0px;
     margin-top: 12px;
}
 .button-group a {
     margin-right: 7px;
}
 .button-group button {
     min-width: 100px;
     background: #fff;
     color: #e92778;
     padding: 6px 18px;
     border: 1px solid #e92778;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
     font-size: 13px;
     outline: none;
     -moz-transition: All .8s ease;
     -webkit-transition: All .8s ease;
     transition: All .8s ease;
}
 .button-group button:hover, .button-group button:focus, .button-group button:active {
     color: #fff;
     background: #e92778;
     border: 1px solid #e92778;
     outline: none !important;
}
 .button-group a:last-child {
     margin-right: 0;
}
 .list-box {
     width: 100%;
     max-height: 220px;
     background: #fff;
     margin-bottom: 10px;
     overflow: hidden;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
 .list-box .list-image {
     position: relative;
     height: 220px;
     width: 240px;
     float: left;
}
 .list-box.premium-box .list-image:before {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
     background: url(../images/premium-overlay.png);
}
 .inner-banners h1.listh1ban {
     margin-top: 2em;
}
 .listing-box {
     margin-top: 20px;
}
 .white-box {
     width: 100%;
     float: left;
     overflow: hidden;
     margin-bottom: 10px;
     background: #fff;
     border-radius: 6px;
     padding: 25px 14px;
     border: 1px solid #e2e2e2;
}
 .list-left-filter {
     width: 250px;
}
 .list-center-listing {
     width: 620px;
     padding-left: 5px;
}
 .list-right-paidad {
     width: 300px;
     padding: 0;
}
 .listing-box .white-box .form-control {
     width: 155px;
     height: 40px;
     -moz-border-radius: 20px 0px 0px 20px;
     -webkit-border-radius: 20px 0px 0px 20px;
     border-radius: 20px 0px 0px 20px;
     border: 1px solid #c8c8c8;
     border-right: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
/* Search List Page */
 .list-heading h3 {
     margin: 0;
}
 .search-result-form select {
     min-width: 180px;
     margin-right: 10px;
     padding: 0 10px;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background: #fff url(../images/down-arrow.png) no-repeat 95% 17px;
     color: #e92778;
}
 .search-result-main {
     padding: 0;
}
 .list-heading h3:after {
     height: 0;
}
 .listing-box .ad-box {
     padding: 0;
     overflow: hidden;
     border: none;
}
 .ad-box>img {
     width: 100%;
}
 .premium-box {
     background: #fff;
     border: 1px solid #e92778;
     position: relative;
}
 .premium-box .list-content {
     background: none;
}
 .premium-box .list-content h2 a, .premium-box .list-content p {
     color: #323232;
}
 .premium-box .list-content h2 {
     font-weight: 500;
}
 .premium-box .list-content p {
     margin-bottom: 13px;
     color: #4b4b4b;
     font-weight: 400;
}
 .premium-box .list-content .listing-discription {
     margin-bottom: 5px;
}
 .list-content p.adress {
     color: #ed3783;
     font-family: 'robotomedium';
     width: 75%;
     margin-bottom: 8px;
}
 .list-content p.adress span {
     color: #4b4b4b;
}
 .premium-box .button-group button {
     background: none;
     color: #e92778;
     border-color: #e92778;
}
 .premium-box .button-group button:hover {
     background-color: #e92778;
     color: #fff;
     border-color: #e92778;
}
 .best-img {
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 25;
}
 .rating-badge {
     position: absolute;
     right: 15px;
     top: 10px;
     z-index: 100;
     width: 62px;
     height: 76px;
     background: url(../images/badge-gold.png) no-repeat right 0;
}
 .rating-badge h4 {
     text-align: center;
     line-height: 38px;
     font-family: 'Roboto', sans-serif;
     color: #e92778;
     font-size: 17px;
}
 .list-box .list-image img {
     height: 100%;
     width: 100%;
     -moz-border-radius: 10px 0px 0px 10px;
     -webkit-border-radius: 10px 0px 0px 10px;
     border-radius: 10px 0px 0px 10px;
}
 .star-ratings {
     color: #d5d6d6;
}
 p.star-ratings {
     display: block;
     text-align: left;
     margin: 12px 0 0;
     color: #d5d6d6;
}
 p.star-ratings img {
     display: inline-block;
}
 .pagination-bottom .list-pagination {
     float: left;
}
 .list-pagination>li>a {
     padding: 0;
}
 .list-pagination>li>a {
     padding: 3px 10px;
     color: #646464;
     font-size: 14px;
     margin: 0 2px;
}
/* Search List Page */
 .nav-side-menu {
     overflow: auto;
     font-size: 12px;
     font-weight: 200;
    /*background-color: #000;
    */
     top: 0px;
     width: 100%;
     height: 100%;
     color: #e1ffff;
     margin-top: 15px;
}
 .nav-side-menu .brand {
     background-color: #e92778;
     line-height: 38px;
     display: none;
     text-align: center;
     font-size: 14px;
     font-weight: 700;
}
 .nav-side-menu .toggle-btn {
     display: none;
}
 .nav-side-menu ul, .nav-side-menu li {
     list-style: none;
     padding: 0px;
     margin: 0px;
     line-height: 35px;
     cursor: pointer;
     font-size: 13px;
    /* .collapsed{
         .arrow:before{
             font-family: FontAwesome;
             content: "\f053";
             display: inline-block;
             padding-left:10px;
             padding-right: 10px;
             vertical-align: middle;
             float:right;
        }
    }
     */
}
 span.arrow {
     float: left;
}
 .sub-menu {
     padding-left: 10px;
}
 .nav-side-menu ul a, .nav-side-menu li>a {
     font-family: 'robotomedium';
     font-size: 15px;
     text-transform: none;
     display: block;
     padding: 0px;
     color: #323232;
     text-decoration: none;
     vertical-align: middle;
}
 .nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
     font-family: FontAwesome;
    /*content: "\f078";
    */
     content: "\f107";
     display: inline-block;
     padding-left: 5px;
     padding-right: 10px;
     vertical-align: middle;
     float: right;
     font-size: 14px;
}
 .nav-side-menu ul .active, .nav-side-menu li .active {
    /*border-left: 3px solid #fe0266;
     background-color: #4f5b69;
    */
}
 .nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
     color: #d19b3d;
}
 .nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
     color: #1182c5;
}
 .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
    /*background-color: #181c20;
    */
     border: none;
     line-height: 28px;
    /*border-bottom: 1px solid #23282e;
    */
     margin-left: 0px;
}
 .nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
    /*background-color: #020203;
    */
}
 .nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
     font-family: FontAwesome;
     content: "\f105";
    /*content:"\f107";
    */
     display: inline-block;
     padding-left: 10px;
     padding-right: 10px;
     vertical-align: middle;
     color: #333;
     font-weight: normal;
}
 .nav-side-menu li {
     padding-left: 0px;
    /*border-left: 3px solid #fe0266;
     border-bottom: 1px solid #23282e;
    */
}
 .nav-side-menu li a {
     text-decoration: none;
     color: #333;
}
 .nav-side-menu li a:hover {
     text-decoration: none;
     color: #333;
}
 .nav-side-menu li a i {
     display: inline-block;
     margin-right: 5px;
     vertical-align: middle;
     width: 32px;
}
 .nav-side-menu li:hover {
    /*border-left: 3px solid #1182c5;
     background-color: #4f5b69;
    */
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
     -ms-transition: all 1s ease;
     transition: all 1s ease;
}
 @media (max-width: 767px) {
     .nav-side-menu {
         position: relative;
         width: 100%;
         margin-bottom: 10px;
    }
     .nav-side-menu .toggle-btn {
         display: block;
         cursor: pointer;
         position: absolute;
         right: 10px;
         top: 10px;
         z-index: 10 !important;
         padding: 3px;
         background-color: #ffffff;
         color: #e92778;
         width: 40px;
         text-align: center;
    }
     .nav-side-menu .brand {
         text-align: left !important;
         padding-left: 20px;
         line-height: 50px !important;
         display: block;
    }
}
/* =========================================  CSS ADDED BY ALNAHAS - 28-11-2017 =========================================== */
/* ========================================== CSS ADDED BY ALNAHAS - 05-12-2017 =========================================== */
 .detail-main-area {
     width: calc(100% - 300px);
}
 .mobclear {
     display: none;
}
 .modal-backdrop {
     position: fixed;
     z-index: 5555;
     background-color: #000;
}
 .modal {
     position: fixed;
     z-index: 9999;
}
/* ================================================ CSS ADDED BY ALNAHAS - 05-12-2017 ================================================= */
 .small-head {
     font-size: 22px;
     font-weight: 400;
     display: block;
     margin-bottom: 10px;
}
 .write-rvw-btn {
     background: #e92778;
     color: #fff;
     padding: 15px 32px;
     border-radius: 30px;
}
 .write-rvw-btn:hover {
     color: #fff;
     background: #D43376;
}
 .loginmodal-container .form-control {
     background: #f8f8f8;
     border: 1px solid #ccc;
     display: inline-block;
     width: 85%;
}
 .loginmodal-container .input-group-addon {
     display: inline-block;
     width: 15%;
     height: 44px;
     vertical-align: middle;
     padding: 13px 12px;
     border-radius: 0 4px 4px 0 !important;
     border-left: 0;
}
 .loginmodal-container .input-group {
     margin-bottom: 15px;
     display: block;
}
 .loginmodal-container textarea {
     background: #f8f8f8;
     border: 1px solid #ccc;
     resize: none;
}
/* ================================================ CSS ADDED BY ALNAHAS - 15-12-2017 ================================================== */
 .vendor-det-left {
     border-radius: 6px;
     border: 1px solid #ededed;
     background: #f3f3f3;
     padding: 20px 0;
     overflow: hidden;
}
 .vend-row {
     border-bottom: 1px solid #ededed;
     overflow: hidden;
     padding: 10px 0;
     clear: both;
}
 .vend-row:last-child {
     border: none;
}
 .vend-row .vendleft {
     width: 140px;
     float: left;
}
 .vend-row .vendleft h3 {
     font-size: 14px;
     color: #e92e7c;
     font-weight: 500;
     float: left;
     margin: 10px 0 0 12px;
}
 .vend-row .vendleft i {
     float: left;
}
 .vend-row .vendright {
     width: calc(100% - 140px);
     float: left;
}
 .vend-row .vendright h4 {
     font-size: 14px;
     color: #323232;
     font-weight: 300;
     float: left;
     margin: 10px 0 0 12px;
     line-height: 20px;
}
 .small-loc-map iframe {
     border-radius: 6px;
     border: 1px solid #ededed;
}
 .detail-area .profile-details {
     width: 100%;
     display: block;
     text-align: left;
}
 .detail-area .review-sec {
     display: block;
     padding-left: 0px;
}
 .detail-area .star-rating {
     text-align: left;
     font-size: 16px;
}
 .detail-area .star-rating1 {
     text-align: left;
     font-size: 16px;
}
 .wrappingh4 {
     overflow: hidden;
     border: 1px solid #eaeaea;
     background: #f8f8f8;
     border-radius: 6px;
     margin-bottom: 20px;
     padding: 0 12px;
}
 .wrappingh4 h4 {
     color: #e92778;
     font-size: 16px;
     font-weight: 500;
}
 .wrappingh4 h4 span {
     color: #323232;
     font-size: 14px;
}
 .shortlist-vendor-box .blog-item .shortl-item {
     border: 1px solid #e2e2e2;
     border-radius: 8px;
}
/*Dashboard css*/
 .dashboard-items {
     background: #f8f8f8;
     border-radius: 6px;
     border: 1px solid #e2e2e2;
     padding: 20px 24px;
     overflow: hidden;
     text-align: center;
}
 .dashboard-items .icon {
    /*float: left;
     height: 50px;
    */
     float: none;
     display: inline-block;
     margin-bottom: 10px;
     height: 50px;
}
 .dashboard-items .numbr {
     float: none;
     padding-left: 0px;
}
 .dashboard-items h4 {
     margin: 0;
}
 .dashboard-items h4 small {
     font-size: 11px;
     color: #000000;
}
 .dashboard-items h4 big {
     color: #e92778;
     font-size: 17px;
     font-weight: 400;
}
 .dashboard-items h4 big strong {
     font-weight: 700;
}
/*Dashboard css*/
/* ========================================= CSS ADDED BY ALNAHAS - 15-12-2017 ============================================ */
 .listing-box .checkbox, .radio {
     margin: 0;
}
/* .listing-box .white-box form #radio-list:nth-child(1) {
    margin-top: 10px;
}
 */
 .listing-box .white-box form #radio-list:nth-last-child(1) {
     margin: 0 0 10px;
}
/* =========================================== CSS ADDED BY ALNAHAS - 16-12-2017 ============================================ */
 .booking-item {
     min-height: 440px;
}
 .booking-item h4 {
     font-size: 14px;
     font-weight: 500;
     color: #323232;
     margin-bottom: 10px;
}
 .booking-item .shortlist-buttons{
 	padding: 0;
 }
 .booking-item .shortlist-buttons ul li a{
 	padding: 5px;
 }
 .booking-item h2 {
     font-size: 14px;
     font-weight: 400;
     margin: 0;
     line-height: 18px;
}
 .booking-item h2 span {
     line-height: 30px;
}
 .booking-item h3 {
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 16px;
     margin-top: 5px;
}
 .booking-item .quick-submit {
     float: left;
     margin-bottom: 20px;
}
 .booking-item .quick-submit a {
     color: #fff;
}
 .form-horizontal .form-control {
     border: 1px solid #e2e2e2;
     border-radius: 15px;
     color: #646464;
     height: 42px;
     box-shadow: none;
     padding: 6px 20px;
}
.form-horizontal textarea.form-control{
	height: 55px !important;
}
 .form-horizontal label {
     color: #323232;
     font-weight: 500;
}
 .ftrspan4chck {
     display: inline-block;
     text-transform: capitalize;
     margin-right: 10px;
     margin-bottom: 5px;
}
 .vendor-sidebar {
     padding: 30px 23px;
}
/* ======================================= CSS ADDED BY ALNAHAS - 16-12-2017 ======================================== */
/* ======================================= CSS ADDED BY Aneesh - 16-12-2017 ========================================= */
 .not-found {
     font-size: 16px;
     color: #e92778;
     position: relative;
     display: inline-block;
}
 .not-found:after {
     position: absolute;
     content: "";
     left: 0;
     bottom: -7px;
     width: 40px;
     height: 2px;
     background: #e92778;
}
 .why-section {
     background: #f8f8f8;
     padding: 21px 0;
}
 .why-area {
     background: #fff;
     border: 1px solid #eaeaea;
     padding: 21px 29px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}
 .why-area p {
     font-size: 14px;
     color: #323232;
     line-height: 25px;
}
 .resons-box {
     padding: 30px;
     border: 1px solid #eaeaea;
     float: left;
     margin-bottom: 18px;
     width: 100%;
     background: #f8f8f8;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}
 .resons-cont h4 {
     font-size: 21px;
     color: #323232;
     line-height: 30px;
}
 .resons-cont ul {
     margin: 0 0 0 24px;
     padding: 0;
}
 .resons-cont ul li {
     width: 48%;
     color: #323233;
     font-size: 15px;
     line-height: 20px;
     margin-bottom: 17px;
     display: inline-block;
     padding: 0 40px 0 0;
     vertical-align: top;
     position: relative;
}
 .resons-cont ul li:after {
     background-image: url(../images/reason-list.png);
     position: absolute;
     content: "";
     left: -24px;
     top: 4px;
     width: 12px;
     height: 12px;
}
 .resons-cont ul li:nth-child(even) {
     padding: 0;
}
/* =============================================== CSS ADDED BY Aneesh - 16-12-2017 ========================================= */
/* =============================================== CSS ADDED BY Aneesh - 18-12-2017 ======================================== */
 .star-rating1 span.fa.fa-star-o {
     color: #5674b9;
}
/* =============================================== CSS ADDED BY Aneesh - 18-12-2017 ============================================== */
 .myModal .modal-dialog{
     max-width: 630px;
}
/* Preloader */
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
    /* change if the mask should have another color then white */
     z-index: 5555;
    /* makes sure it stays on top */
}
 #status {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
    /* centers the loading animation horizontally one the screen */
     top: 50%;
    /* centers the loading animation vertically one the screen */
     background-image: url(../images/preloader.svg);
    /* path to your loading animation */
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
 .hea{
     background-color: #e92778;
     color: #fff;
     border: none;
     width: 100%;
     border-radius: 0;
     text-align: center;
     padding: 25px 0;
     font-size: 16px;
     font-weight: 500;
     font-weight: 500;
}
/* =========================================== CSS ADDED BY AL NAHAS - 19-12-2017 ============================================= */
 #scrollModal .modal-dialog {
     max-width: 620px;
}
 #scrollModal .modal-header {
     border-bottom: 1px solid #e5e5e5;
     background-color: #e92778;
     color: #fff;
     border: none;
     width: 100%;
     border-radius: 0;
     text-align: center;
     padding: 25px 0;
     font-size: 16px;
}
 #scrollModal .modal-content {
     border-radius: 17px;
     overflow: hidden;
}
 #scrollModal .modal-scroll {
     max-height: 350px;
     overflow-y: auto;
}
 .main-thread{
     background: #f9f9f9;
     padding: 12px;
     overflow: hidden;
}
 .main-thread .avatar{
     width: 40px;
     height: 40px;
     float: left;
     background: #fff;
     border-radius: 50%;
}
 .main-thread .avatar img{
     width: 100%;
     height: 100%;
}
 .main-thread .chat-thread{
     width: calc(100% - 40px);
     float: left;
     overflow: hidden;
     padding: 0 18px;
}
 .main-thread .chat-thread h3{
     color: #e92778;
     font-size: 14px;
     font-weight: 500;
     margin-top: 0;
}
 .main-thread .chat-thread h5{
     color: #646464;
     font-size: 10px;
     font-weight: 400;
     margin-top: 0;
}
 .main-thread .chat-thread p{
     color: #646464;
     font-size: 12px;
     font-weight: 400;
     line-height: 18px;
     margin-top: 0;
     text-align: left;
     margin-bottom: 0;
}
 .reply-thread {
     padding-left: 70px;
     overflow: hidden;
     background: transparent;
}
 .reply-thread .avatar{
     background: #f8f8f8;
}
 #scrollModal textarea{
     height: 80px;
     padding-top: 15px;
    /* background: #f8f8f8;
     */
     -moz-border-radius: 30px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
     font-size: 12px;
     border-color: #e2e2e2e3;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     margin-bottom: 20px;
}
 .viewmsg{
    font-size: 12px;
    max-width: 90px;
    min-width: 115px;
    padding: 10px 0;
}
 .viewmsg:hover,.viewmsg:active, .viewmsg:focus{
     color: #fff;
     outline: none;
}
/* ================================================= CSS ADDED BY AL NAHAS - 19-12-2017 ================================================ */
/* ================================================= CSS ADDED BY AL NAHAS - 21-12-2017 =============================================== */
 .checklistwp .ftrspan4chck {
     display: block;
     clear: both;
     padding: 5px 15px;
}
 .checklistwp span.ftrspan4chck:nth-child(even) {
     background: #f8f8f8;
}
 .invoice-list{
     margin-top: 20px;
}
 .invoice-section{
     overflow: hidden;
}
 .item-invo{
     background: #f8f8f8;
     overflow: hidden;
     padding: 10px;
}
 .item-invo:nth-child(even) {
     background: #fbfbfb;
}
 .item-invo:last-child{
     border-radius: 0 0 10px 10px;
}
 .item-invo i {
     font-size: 18px;
     float: left;
     margin-right: 10px;
     color: #fff;
     padding-top: 2px;
}
 .item-invo h2 {
     font-size: 14px;
     max-width: 130px;
     float: left;
     margin: 0;
     line-height: 20px;
}
 .item-invo h2 span{
     font-weight: 500;
}
 .item-invo h2 span small{
     color: #5674b9;
}
 .item-invo figure{
     float: right;
}
 .item-invo figure a{
     background: #fff;
     border-radius: 50%;
     float: left;
     height: 20px;
     width: 20px;
     text-align: center;
     margin-left: 8px;
}
 .item-invo figure i {
     font-size: 14px;
     margin-right: 0;
     margin-left: 3px;
     margin-top: 2px;
}
 .cheklst-detail{
     margin-top: 20px;
     overflow: hidden;
}
 .cheklst-detail .table>thead>tr.info>th{
     background: #e92778;
}
 .cheklst-detail tr.info{
     color: #fff;
}
 .cheklst-detail tr.info:hover{
     color: #fff;
}
 .cheklst-detail .btn-sm{
     background: #e92778;
     border-radius: 50%;
     border: none;
}
/* ================================================ CSS ADDED BY AL NAHAS - 21-12-2017 ======================================= */
/* ================================================ CSS ADDED BY ANEESH - 21-12-2017 ========================================= */
 .shortened-radio {
     position: absolute;
     left: 15px;
     top: 8px;
}
 .shortened-radio input[type="radio"] {
     background: #FFF;
}
 .shortened-radio input[type='checkbox']:after {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        top: -4px;
        left: -3px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #e92778;
    }

.shortened-radio input[type='checkbox']:checked:after {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        top: -4px;
        left: -3px;
        position: relative;
        background-color: #e92778;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
 .shortened-radio input[type='radio']:after {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #e92778;
    }

.shortened-radio input[type='radio']:checked:after {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #e92778;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }


 .shorted-vend-content.shortlist-cont h4 {
     color: #323232;
}
 .shorted-vend-content.shortlist-cont p {
     color: #5674B9;
     margin-bottom: 0;
}
 .shortlist-buttons {
     padding: 0 10px 20px;
}
 .shortlist-buttons ul {
     margin: 0;
     padding: 0;
     text-align: left;
}
 .shortlist-buttons ul li {
     display: inline-block;
     margin-bottom: 5px;
}
 .shortlist-buttons ul li a {
     background: #e92778;
     color: #fff;
     font-size: 13px;
     padding: 1px 0px 1px;
     border-radius: 5px;
     min-width: 66px;
     display: block;
     text-align: center;
     opacity: 1;
}
 .shortlist-buttons ul li.disabled a {
     opacity: 0.5;
}
 .shortlist-buttons ul li a:hover {
     background: #c50555;
}
 .vendor-detail-list {
    /* margin-top: 10px;
     */
     border-top: 1px solid #eaeaea;
     float: left;
     width: 100%;
}
 .vendor-detail-list ul {
     margin: 0;
     padding: 0;
}
 .vendor-detail-list ul li {
     list-style: none;
     padding: 10px;
     float: left;
     width: 100%;
}
 .vendor-detail-list ul li:nth-child(even) {
     background: #f8f8f8;
     border-top: 1px solid #eaeaea;
     border-bottom: 1px solid #eaeaea;
}
 .vendor-detail-list ul li .detail-head {
     color: #E92778;
     font-size: 14px;
     min-width: 110px;
     font-weight: 500;
}
 .vendor-detail-list ul li .detail-head, .vendor-detail-list ul li .detail-cont {
     float: left;
}
/*================================================= CSS ADDED BY ANEESH - 21-12-2017 ============================================= */
/*================================================= CSS ADDED BY ANEESH - 22-12-2017 ============================================= */
 .reminder-pop .modal-body {
     float: left;
     width: 100%;
     padding: 20px 15px 40px 15px;
}
 .reminder-pop .modal-header {
     font-size: 18px;
     color: #323232;
     font-weight: 500;
}
 .reminder-pop .modal-content h2 {
     margin-bottom: 15px;
     text-align: left;
     padding: 0px 30px 0px;
}
 .reminder-pop .modal-content h2::after {
     left: 50px;
}
 .reminder-pop .modal-dialog.modal-lg.signin5point .modal-content {
     /*padding: 25px 0;*/
}
 .reminder-fields .form-group {
     /*float: left;
     width: 100%;*/
     margin-bottom: 0;
}
 .reminder-fields .form-control, .reminder-fields textarea {
     border: 1px solid #e2e2e2;
     background: rgb(255, 255, 255);
     padding: 0px 20px;
     max-height: 130px;
     resize: none;
     min-height: 36px;
     text-align: left;
     min-width: 220px;
     color: #646464;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     margin-bottom: 5px;
     box-shadow: none;
}
 .reminder-fields textarea {
     height: 100px;
     width: 100%;
     padding: 10px 20px;
     -ms-overflow-x: hidden;
     overflow-x: hidden;
}
 .reminder-fields .input-group {
     margin-bottom: 10px;
     width: 100%;
}
 .reminder-fields .form-control {
     margin: 0;
     -webkit-border-radius: 10px !important;
     border-radius: 10px !important;
}
 .reminder-btns .quick-submit {
     float: left;
     margin-right: 10px;
}
/*========================================== CSS ADDED BY ANEESH - 22-12-2017 ============================================= */
/*========================================== CSS ADDED BY ALNAHAS - 27-12-2017 ============================================= */
 .destint-form{
     overflow: hidden;
}
 .destination-wedding{
     margin-top: 30px;
}
 .destint-form .form-control{
     border: 1px solid #f8f8f8;
     border-radius: 15px;
     color: #646464;
     height: 42px;
     box-shadow: none;
     padding: 6px 20px;
}
 .destint-form .quick-submit{
     margin-top: -2px;
}
 .destination-wedding .blog-img{
     overflow: hidden;
}
/*================================================ CSS ADDED BY AL NAHAS - 27-12-2017 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 03-01-2018 ================================================= */
 .funkyradio div {
     clear: both;
     overflow: hidden;
}
 .funkyradio label {
     width: 100%;
     -moz-border-radius: 25px 10px 10px 25px;
     -ms-border-radius: 25px 10px 10px 25px;
     -o-border-radius: 25px 10px 10px 25px;
     -webkit-border-radius: 25px 10px 10px 25px;
     border-radius: 25px 10px 10px 25px;
     border: 1px solid #f8f8f8;
     font-weight: normal;
     background: rgb(255, 255, 255);
     padding: 0px 20px;
     max-height: 130px;
     resize: none;
     min-height: 36px;
     text-align: left;
     min-width: 220px;
     color: #646464;
     margin-bottom: 5px;
     box-shadow: none;
}
 .funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
     display: none;
}
 .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
     position: relative;
     line-height: 2.5em;
     text-indent: 3.25em;
     margin-top: 10px;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
     position: absolute;
     display: block;
     top: 0;
     bottom: 0;
     left: 0;
     content: '';
     width: 2.5em;
     background: #e3e4e4;
     border-radius: 50%;
}
 .funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
     color: #888;
}
 .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
     content: '\2714';
     text-indent: .9em;
     color: #C2C2C2;
}
 .funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
     color: #777;
}
 .funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
     content: '\2714';
     text-indent: .9em;
     color: #333;
     background-color: #ccc;
}
 .funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
     box-shadow: 0 0 0 3px #999;
}
 .funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
     color: #fff;
     background-color: #e92778;
}
 #squarespaceModal .modal-dialog {
     max-width: 630px;
}
 #squarespaceModal .modal-content h3{
     font-size: 19px;
}
 #squarespaceModal .modal-body{
     padding: 20px 30px;
}
 #squarespaceModal .modal-footer{
     padding: 20px 30px;
}
 #squarespaceModal .modal-footer>div{
     width: 100%;
}
 #squarespaceModal .btn-hover-green.quick-submit{
     border-radius: 30px;
}
/*================================================ CSS ADDED BY AL NAHAS - 03-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 04-01-2018 ================================================= */
 .virtualtry {
     padding-top: 60px;
}
 .virtualtry .quick-submit{
     max-width: 150px;
     margin-bottom: 85px;
}
 .virtualtry img{
     margin: 0 auto;
}
 .virtualtryinner{
     padding: 75px 0;
}
 .virtualtryinner .quick-submit{
    
}
 .virtualtryinner:nth-child(odd){
     background: #f8f8f8;
}
 .virtualtryinner:nth-child(even){
     background: #fff;
}
 .virtualtryinner h4{
     color: #e92778;
     font-size: 16px;
     margin-top: 35px;
}
 .virtualtryinner .head-h2 {
     margin: 13px 0 20px;
}
 .virtualtryinner p{
     font-size: 15px;
     line-height: 23px;
     margin-bottom: 40px;
}
/*================================================ CSS ADDED BY AL NAHAS - 04-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 09-01-2018 ================================================= */ 
.datecal {
     margin-top: -30px !important;
     float: right !important;
     margin-right: 20px !important;
}
 .datepicker-dropdown{
     margin-top:40px !important;
}
 .popupModal{
     margin-top: 2%;
}
/*================================================ CSS ADDED BY AL RESHMI - 09-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 09-01-2018 ================================================= */ 
.coverimage{
     height: 230px;
}
 .coverimage img{
     height: 230px;
     border-radius: 8px;
}
 .absol-title{
     position: absolute;
     left: 0px;
     bottom: -23px;
     z-index: 150;
}
 .absol-title h2{
     color: #fff;
     margin-bottom: 5px;
}
 .absol-title p{
     color: #fff;
}
 .absol-title .rating-badge{
     width: 75px;
     height: 100px;
     position: static;
     float: left;
     margin-top: 14px;
     margin-right: 12px;
     /*background: url(../images/badge-pink.png) no-repeat right 0 / contain;*/
     background: url(../images/badge-gold2.png) no-repeat right 0 / contain;
}
 .absol-title .rating-badge h4 {
     text-align: center;
     line-height: 55px;
}
 .absol-title .quick-submit{
     margin-top: 15px;
     font-size: 14px;
}
 .absol-title .rating-badge+div{
     float: left;
}
/*================================================ CSS ADDED BY AL NAHAS - 09-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 11-01-2018 ================================================= */ 
ul.tabs {
     margin: 0;
     padding: 0;
     float: left;
     list-style: none;
    /*height: 32px;
    */
     width: 100%;
     margin-top: 40px;
}
 ul.tabs li {
     width: calc(100% / 4);
     float: left;
     margin: 0;
     cursor: pointer;
     padding: 0px 21px;
     line-height: 45px;
     border: 1px solid #eaeaea;
     background-color: #ffffff;
     color: #5b5b5b;
     overflow: hidden;
     position: relative;
     text-align: center;
     text-transform: uppercase;
}
 .tab_last {
     border-right: 1px solid #333;
}
 ul.tabs li i{
     color: #d0216a;
}
 ul.tabs li:hover {
     background-color: #d0216a;
     border: 1px solid #d0216a;
     color: #fff;
}
 ul.tabs li:hover i {
     color: #fff;
}
 ul.tabs li.active i {
     color: #fff;
}
 ul.tabs li.lastlirev {
     border: 1px solid #eaeaea !important;
     background-color: #ffffff !important;
     line-height: normal;
}
 ul.tabs li.lastlirev a{
     color: #5b5b5b;
     line-height: 45px;
     display: block;
}
 ul.tabs li.lastlirev i {
     color: #d0216a;
}
 ul.tabs li.active {
     background-color: #e9337f;
     border: 1px solid #e9337f;
     color: #fff;
     display: block;
}
 .tab_container {
     border-top: none;
     clear: both;
     float: left;
     width: 100%;
     background: #fff;
     overflow: auto;
}
 .tab_content {
     padding: 20px 0;
     display: none;
     overflow: hidden;
}
 .tab_drawer_heading {
     display: none;
}
 @media screen and (max-width: 480px) {
     .tabs {
         display: none;
    }
     .tab_drawer_heading {
         background-color: #f2a7c9;
         color: #fff;
         font-size: 18px;
         border-top: 1px solid #fff;
         margin: 0;
         padding: 5px 20px;
         display: block;
         cursor: pointer;
         -webkit-touch-callout: none;
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
    }
    .tab_content {
	    padding: 20px 20px;
	    border: 1px solid #f2a7c9;
}
     .d_active {
         background-color: #e92778;
         color: #fff;
    }
}
/*================================================ CSS ADDED BY AL NAHAS - 11-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 15-01-2018 ================================================= */ 
#imagetab .item{
     margin-bottom: 30px;
}
/*================================================ CSS ADDED BY AL NAHAS - 15-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 16-01-2018 ================================================= */
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip-inner {
    max-width: 200px;
    padding: 13px 15px;
    color: #fff;
    text-align: center;
    background-color: #e92778;
    border-radius: 4px;
    font-size: 13px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e92778;
}
.userenq h3{
    color: #323232;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 6px 0;
    min-height: 30px;    
}
.userenq .image-sec {
    position: relative;
    height: 215px;
}
.userenq .image-sec img{
	height: 100%;
	width: 100%;
}
.userenq .enq-content{
	padding: 10px 10px 20px 10px;
	background: none;
}
.booking-item .shortlist-buttons button, .booking-item .shortlist-buttons button:hover, 
.booking-item .shortlist-buttons button:focus, .booking-item .shortlist-buttons button:active{
	outline: none !important;
	box-shadow: none !important;
}
/*================================================ CSS ADDED BY AL NAHAS - 16-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 17-01-2018 ================================================= */

.shortl-item.userenq {
    min-height: 345px;
}
.reminder-fields input[name=checklist_reminder_date].form-control {    
    border-radius: 10px 0px 0px 10px !important;
    border-right: 0;
}
.reminder-fields input[name=checklist_reminder_time].form-control {    
    border-radius: 10px 0px 0px 10px !important;
    border-right: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #e92778;
    border: 1px solid #e92778;
    border-radius: 10px;
    color: #fff;
}

/*================================================ CSS ADDED BY AL NAHAS - 17-01-2018 ================================================= */
/*================================================ CSS ADDED BY AL NAHAS - 18-01-2018 ================================================= */
.invoiceitem .shorted-vend-content{
	/*min-height: 90px;*/
}
.invoice-buttons a {
    overflow: hidden;
    background: #e92778;
    color: #fff;
    padding: 8px 15px;
    border-radius: 23px;
    float: left;
    cursor: pointer;
}	
.invoice-buttons a span{
    padding-top: 4px;
    display: inline-block;
}
.modal-body .item-invo i{
	color: #e92778;
}
.padbt0{
	padding-bottom: 0;
}

/* Added By Hebern Joseph On 2018-01-30 */

.contactform select{
    background: rgb(255, 255, 255);
    max-height: 130px;
    resize: none;
    min-height: 36px;
    text-align: left;
    min-width: 220px;
    margin-bottom: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    color: #646464;
    height: 42px;
    box-shadow: none;
    padding: 6px 20px;
}
