body {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-weight: 400;
}

textarea,
p,
input,
div,
span,
li,
button {
    font-family: 'Lato', sans-serif;
}
.no-wrap{
    white-space: nowrap;
}

ul {
    margin: 0;
    padding: 0;
}

.top-menu-bg li {
    list-style: none;
}
.fixed-header li {
    list-style: none;
}

p {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    border: 0;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #1f1f1f;
}

a:hover {
    color: #912f4b;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}
.upload-imges-error{
    border:1px solid #fd1111 !important;
}
.upload-imges-success{
        border:1px solid #4ea548 !important;

}
.btn-login {
    height: 50px;
    background: #861f41;
    color: #fff;
    opacity: 0.8;
}

.btn-login:hover {
    height: 50px;
    background: #861f41;
    color: #fff;
    opacity: 1;
}
.btn-brand{
    color: #fff;
    background: #861f41;
    line-height: 18px;
    padding: 8px 25px;
}
.btn-brand:hover{
    color: #fff;
}
.bg-white{
    background: #fff;
}
/*------------------common-css End-------------------*/


.top-black {
    background-color: #000;
    padding: 8px 0;
}

.logo.logo-section img {
    width: 97%;
}

.top-section {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0;
}

.top-menu-bg {
    background-color: #861f41;
}

.email-sec ul li {
    padding: 0 15px 0 0;
}

.email-sec ul li a {
    color: #fff;
}

.email-sec {
    padding: 5px 0 5px 329px;
}

.email-sec i {
    padding-right: 8px;
}

.login-bt {
    background-color: #861f41;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    border: 0;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 16px;
    transition: All, 0.5s;
}

.login-bt:hover {
    background-color: #000;
    color: #fff;
}

.top-menu-bg .form-control {
    display: block;
    width: 120px;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #861f41;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    box-sizing: border-box;
    float: right;
    font-family: 'Lato', sans-serif;
}
            /* ---------------------------------------------------
       megamenu STYLE
       ----------------------------------------------------- */

.navbar-collapse {
    flex-grow: 0!important;
}

.navbar {
    padding: 0px;
}

.navbar {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0px 0px 0px 0 #adadad33;
}

.navbar-light .navbar-brand {
    color: #2196F3;
}

.navbar-light .navbar-nav .nav-link {
    color: #212121;
}

.navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
    color: #861f41;
}

.navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
    color: #861f41;
}

.navbar-light .navbar-nav .nav-link {
    padding: 25px 13px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
    transition: 0.3s;
}

.dropdown-item:focus,
    .dropdown-item:hover {
    color: #861f41;
    text-decoration: none;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown-item.active,
    .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b18b00;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #1ebdc2;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu h6 {
    margin-left: 21px;
}

.megamenu i {
    width: 20px;
}

.menu-bg {
    background-color: #000;
}

.wine-pick-box ul li a:hover {
    background: transparent !important;
}
            /* ---------------------------------------------------
       megamenu STYLE
       ----------------------------------------------------- */

#header {
    position: sticky;
    z-index: 50;
    top: 0px;
}

.white-bg {
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.white-bg::after {
    background-color: #861f41;
    /*background-image: url(../images/menucurve.jpg);
    background-repeat: no-repeat;*/
    position: absolute;
    content: "";
    width: 30%;
    height: 59px;
    top: 0;
    left: 0;
    background-position: right;
    z-index: -1;
    border-right: 44px solid #fff;
    border-top: 60px solid transparent;
}
    /*#header.fixed-nav .logo-top-sec{ display:none;}*/

#header.fixed-nav {
    position: fixed;
    padding: 0px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 300;
    top: 0;
}

#header.fixed-nav .navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding: 12px 24px;
    margin-top: 0px;
}

#header.fixed-nav .navbar-brand {
    left: 44.5%;
    text-align: center;
}

#header.fixed-nav .topcard-s ul li a {
    color: #fff;
}

#header.fixed-nav .topcard-s ul li {
    padding: 0px 15px;
}

.fixed-nav .navbar-brand.mx-auto img {
        /* filter: brightness(0.1);*/
    width: 50%;
    transition: all .4s ease-in-out;
}

#header.fixed-nav #cssmenu>ul {
    margin-top: 6px;
}

#header.fixed-nav .topcard-s {
    width: 100%;
    margin-top: 0px;
}
.top-head-item{
    padding: 6px 0px;
    margin: 0px;
}
.top-head-item li{
    display: inline-block;
    margin-left: 10px;
    color:#fff;
    vertical-align: middle;
}



            /* ---------------------------------------------------
        SIDEBAR STYLE
        ----------------------------------------------------- */
        /*-----------Banner CSS ------------*/

.banner {
    position: relative;
    z-index: 8;
}

.banner-info {
    position: absolute;
    top: 39%;
    left: 16%;
    transform: translate(-0%, -50%);
    z-index: 10;
    /*max-width: 661px;*/
}

.banner-cont {
    float: left;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
}

.bannertitle {
    
    text-shadow: 0px 0px 18px #212529;
    font-size: 40px;
    font-weight: 800;
    /*color: #E55451;*/
    color: #FFF;
    text-align: center;
    margin: 0 0 6px 0;
}

.bannertitle-b {
    
    text-shadow: 0px 0px 18px #212529;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin: 0 0 6px;
    letter-spacing: 1px;
}
.banner3{
    left:5%!important;
}

#bannerslider .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}

#bannerslider .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}

#bannerslider .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}

#bannerslider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}

#bannerslider .owl-nav {
    display: none;
}

#bannerslider .owl-dot span {
    background-color: #FFF;
    width: 14px;
    height: 14px;
    margin: 2px;
}

#bannerslider .owl-dot.active span {
    background-color: #FFF;
    width: 14px;
    height: 14px;
}

#bannerslider .owl-dots {
    /*display: flex;*/
    margin-top: -50px;
    z-index: 20;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.getbtn {
    background-color: transparent;
    padding: 10px 25px;
    border-radius: 30px;
    border: solid 1px #fff;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}

.getbtn:hover {
    background-color: #fff;
    color: #861f41;
}
        /*-----------Banner CSS ------------*/
        /*------------------------------ Featured Categories   ----------------------------*/

.featured-categories {
    margin: 60px 0 60px 0;
    position: relative;
}

.center-title {
    font-size: 30px;
    margin: 0px 0 40px 0;
    padding: 0px;
    position: relative;
    font-weight: 500;
    color: #212121;
}

.center-title::after {
    width: 200px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    background-color: #97144d;
}

.center-title::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -29px;
    background-color: #97144d;
}

.services-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    height: 240px;
}
.services-img a{
    display: block;
}

.services-img img {
    border-radius: 8px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.services-img .price-box{
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    font-size: 17px;
    padding: 8px 19px;
    bottom: 20px;
    left: 20px;
    min-width: 120px;
}
.services-img .box-select{
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    font-size: 17px;
    padding: 2px 1px;
    top: 20px;
    right: 20px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    color: #861f41;
    cursor: pointer;
}
.services-img .box-select.uncheck{
    background: #861f41;
    color: #fff;
}
.services-img img:hover {
    border-radius: 5px;
    transform: scale(1.3);
}

.caragory-name {
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    font-size: 17px;
    padding: 7px 30px;
    top: 20px;
    left: 20px;
    padding-left: 15px;
}

.caragory-name span {
    padding-left: 20px;
}

.caragory-name span::before {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    content: "\f111";
    display: inline-block;
    vertical-align: middle;
    color: #912f4b;
    font-size: 11px;
    left: 0;
    top: 5px;
}
        /*------------------------------ TOP PRODUCTS   ----------------------------*/

.sales-funnel {
    margin: 60px 0 0 0;
    position: relative;
    padding: 40px 0 60px 0;
    background-color: #f6f6f6;
}

.sales-funnel-box {
    max-width: 1075px;
    background-color: #fff;
    margin: auto;
    border: solid 1px #ccc;
}

.sm-title {
    font-size: 26px;
    margin: 0px 0 40px 0;
    padding: 0px;
    position: relative;
    font-weight: 500;
    color: #212121;
}

.sm-title::after {
    width: 150px;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    background-color: #97144d;
}

.sm-title::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -29px;
    background-color: #97144d;
}

.sales-right-img::after {
    position: absolute;
    content: "";
    left: -25px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #97144d transparent transparent;
}

.sales-left-img::after {
    position: absolute;
    content: "";
    right: -25px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #97144d;
}

#offerSlider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 170px;
}

#offerSlider .offer-item {
    box-shadow: 0 0 8px #ccc;
    background-color: #fff;
    padding: 0px;
    text-align: left;
    margin: 10px 0;
    min-height: 400px;
}

#offerSlider .offer-info {
    padding: 20px;
    text-align: left;
    position: relative;
}

#offerSlider .offer-info::after {
    position: absolute;
    content: "";
    background-color: #97144d;
    width: 50%;
    height: 7px;
    left: 0;
    top: -3px;
}

#offerSlider .offer-info .title {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 15px;
}

#offerSlider .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}

#offerSlider .owl-prev span {
    background-color: #97144d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

#offerSlider .owl-next span {
    background-color: #97144d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

#offerSlider .owl-dots {
    display: none;
}
        /*----------------------------------------------  Champagne section -------------------------------*/

.video-bg {
    margin: 60px 0 0 0;
    position: relative;
    padding: 40px 0 60px 0;
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-m-top {
    margin-top: 50px;
    margin-bottom: 50px;
}

.promo-video {
    max-width: 830px;
    border: solid 10px #fff;
    box-shadow: 0 0 20px #13043a;
    margin: auto;
    position: relative;
    z-index: 11;
}

.promo-video-h {
    max-width: 830px;
    position: relative;
    margin: auto;
}

.promo-video-h::before {
    content: "";
    background-color: #6e0a59;
    z-index: 0;
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 30px;
    right: -40px;
    bottom: -40px;
}

.promo-video-h::after {
    content: "";
    background-color: #ba1b82;
    z-index: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 30px;
    left: -40px;
    top: -40px;
}

.center-w-title {
    font-size: 30px;
    margin: 0px 0 40px 0;
    padding: 0px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.center-w-title::after {
    width: 200px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    background-color: #fff;
}

.center-w-title::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -29px;
    background-color: #fff;
}
        /*-----------------------------------  serving-cities ---------------------------------*/

.serving-cities ul li {
    border: solid 1px #ddd;
    padding: 8px;
    font-size: 16px;
    width: 20%;
    margin: 10px;
    transition: All, 0.5s;
}

.serving-cities ul li:hover {
    background-color: #97144d;
    color: #fff;
}
        /*-----------------------------------  serving-cities ---------------------------------*/

.testmnial-box {
    background-color: #97144d;
    padding: 50px;
    height: 100%;
    color: #fff;
    min-height: 421px ;
}

.testmnial-box p {
    color: #fff;
    padding: 0 30px;
}

.test-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    margin: auto auto 20px auto;
}

.testmnial-box-bottom {
    background-color: #97144d;
    padding: 30px;
    height: 100%;
    color: #fff;
}

.testmnial-box-bottom p {
    color: #fff;
}

.title-left {
    color: #fff;
    font-size: 27px;
    margin: 0 0 25px 0;
}
        /*-----------------------------       newproducts  ----------------------------*/
        /*----------- footer-sectopn ------------*/

.owl-dots {
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 2px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #982e4d;
    opacity: 0.6;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
}

.login-box {
    width: 100%;
    height: 100vh;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/login-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.login-box:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}

.sectin-login {
    max-width: 800px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    min-height: 500px;
    overflow: hidden;
    z-index: 99;
}

.white-login-box {
    padding: 10% 80px;
}

.marun-box {
    background: #861f41;
    height: 100%;
    min-height: 500px;
    padding: 10% 35px;
}

.marun-box h3 {
    color: #fff;
    font-weight: 900;
    font-size: 32px;
}

.marun-box h3 span {
    color: #61c6f6;
}

.marun-box p {
    color: #fff;
}

.feature-select-login {
    position: relative;
    width: 100%;
    min-height: 40px;
    padding: 5px 5px 5px 45px;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
}

.feature-select-login .imges-box {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 22px;
}

.white-login-box .form-group .form-control {
    height: 50px;
    border-radius: 0px;
    font-size: 13px;
}

.login-titel {
    color: #465166;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}

.join-us{
    position: absolute;
    z-index: 99;
    bottom: -55px;
    left: 0px;
    width: 100%;
}
.join-us .containt{
    background: #97144d;
    min-height: 70px;
    border-radius: 10px;
    padding: 15px;
    margin: 0px;
    align-items: baseline;
}
.join-us .containt h5{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.join-us .containt .join-now{
    font-family: 'Nunito', sans-serif;
    font-size: 23px;
    font-weight: 600;
    background: #fff;
    color: #97144d !important;
    margin-top: 0px;
    width: 150px;
}
.footer-section {
    font-family: 'Lato', sans-serif;
    border-top: solid 0px #ddd;
    padding:85px 0px 0px;
    background-color: #560319;
    position: relative;
    color: #fff;
}

.footer-section h6 {
    /*color: #EBEBEB;*/
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}


.footer-section p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.footer-section ul {
    color: #fff;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.footer-section ul li {
    display: block;
    margin-bottom: 5px;
}
.footer-section ul li  a{
    text-decoration: none;
    /*color: #DADADA;*/
    display: block;
    line-height: 1.75;
    font-size: 15px;
}
.footer-section ul li  a:hover{
    text-decoration: underline !important;
    color: #fff;
}

.copy-right {
    font-family: 'Poppins', sans-serif;
    border-top: solid 1px #c1c1c1;
    padding: 12px 0 0 0;
    margin-top: 10px;
    color: #fff;
    background-color: #560319;
    /*#97144d*/
}

.copy-right .text-r {
    text-align: right;
}

.footer-section li a {
    color: #fff;
}

.footer-section li a:hover {
    color: #fff;
}

.footer-social {
    margin: 20px 0;
}

.footer-social a {
    display: inline-block;
    margin: 0 4px 0 4px;
    background: #97144d;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    line-height: 26px;
    border: 0px solid #2d8ff1;
}

.footer-social a:hover {
    background: #000;
    color: #fff;
    border: 0px solid #000;
}


/*.footer-section {*/
/*    border-top: solid 0px #ddd;*/
/*    padding: 50px 0 0px 0;*/
/*}*/

/*.footer-section h6 {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    padding: 0px 0 0 50px;*/
/*    color: #212121;*/
/*    margin: 0px 0 20px 0;*/
/*    position: relative;*/
/*}*/

/*.footer-section h6::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    background-color: #97144d;*/
/*    left: 30px;*/
/*    top: 6px;*/
/*}*/

/*.footer-section h6::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    background-color: #97144d;*/
/*    left: 0;*/
/*    top: 10px;*/
/*}*/

/*.footer-section p {*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    color: #212122;*/
/*}*/

/*.footer-section ul {*/
/*    color: #212122;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*    width: 100%;*/
/*}*/

/*.footer-section ul li {*/
/*    color: #212122;*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    line-height: 26px;*/
/*}*/

/*.copy-right {*/
/*    border-top: solid 0px #1c1c1c;*/
/*    padding: 30px 0 0 0;*/
/*    margin-top: 30px;*/
/*    color: #fff;*/
/*    background-color: #97144d;*/
/*}*/

/*.copy-right .text-r {*/
/*    text-align: right;*/
/*}*/

/*.footer-section li a {*/
/*    color: #212121;*/
/*}*/

/*.footer-section li a:hover {*/
/*    color: #97144d;*/
/*}*/

/*.footer-social {*/
/*    margin: 20px 0;*/
/*}*/

/*.footer-social a {*/
/*    display: inline-block;*/
/*    margin: 0 4px 0 4px;*/
/*    background: #97144d;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-size: 20px!important;*/
/*    line-height: 38px;*/
/*    border: 0px solid #2d8ff1;*/
/*}*/

/*.footer-social a:hover {*/
/*    background: #000;*/
/*    color: #fff;*/
/*    border: 0px solid #000;*/
/*}*/

.white-colo {
    color: rgb(252, 227, 227)!important;
}

.mb-1.images-set img {
    padding: 4px;
    width: 32%;
}

.services-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
    min-height: 365px;
    transition: All, 1s;
}

.services-box:hover {
    background-color: #fff5f8;
    border-radius: 30px;
    box-shadow: 0 0 10px #ffdae6;
}
        /*----------- footer-sectopn ------------*/
        /*----------- become-a-professional------------*/

.become-a-professional {
    position: relative;
}

.become-a-professional:after {
    background-image: url(../images/PrBanner.jpg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}

.become-a-professional img {
    width: 100%;
}
.carousel-control-next, .carousel-control-prev{
    background: transparent;
    border:none;
}
.carousel .carousel-inner .carousel-item:after{
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0);
}
.carousel .carousel-inner .carousel-item img{
    max-height: 600px;
}
.carousel .carousel-inner .carousel-caption{
    max-width: 550px;
    margin: 0px auto;
}
.carousel .carousel-inner .carousel-caption h5{
    font-size: 38px;
    text-shadow: 4px -2px 6px rgba(0,0,0,0.6);
    font-weight: 900;
    text-transform: uppercase;
}
.carousel .carousel-inner .carousel-caption p{
    font-size: 20px;
    text-shadow: 4px -2px 6px rgba(0,0,0,0.6);
    font-weight: 600;
    color: #fff;
}

.become-a-user {
    position: relative;
}

.become-a-user:after {
    background-image: url(../images/Become_User_Banner.jpg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}

.become-a-user img {
    width: 100%;
}

.ragister-sec {
    /*position: absolute;
    top: 0;
    left: 0;*/
    position: relative;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    padding: 10px 20px;
}

.easy-to-search {
    font-size: 72px;
    color: #fff;
    font-weight: 900;
    margin-top: 0px;
    line-height: 80px;
    text-shadow: 0px 0px 14px rgba(144, 126, 117, 1);
}

.easy-to-search-1 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-shadow: 0px 0px 14px rgba(144, 126, 117, 1);
}
.margin-top330{
    top:-90px;
}
.margin-top45{
    top : -45px;
}
.ragister-sec img {
    width: auto!important;
}

.become-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 20px;
    min-height: 440px;
}

.register-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.register-now .form-group {
    margin-bottom: 20px;
}

.register-now .form-group .form-control {
    height: 45px;
    border-radius: 0px;
}

.submt-bt {
    background-color: #861f41;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: All, 0.5s;
    height: 50px;
    border-radius: 0px;
}
.submt-btn{
    background-color: #861f41;
    font-size: 13px;
    color: #fff;
    border: 0;
    padding: 0px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: All, 0.5s;
    height: 30px;
    border-radius: 0px;
}

.submt-bt:hover {
    background-color: #000;
    color: #fff;
}

.become-title {
    font-size: 35px;
    margin: 0px 0 0px 0;
    padding: 0px;
    position: relative;
    font-weight: 500;
    color: #212121;
}

.become-title span {
    color: #861f41;
}

.insights-title {
    position: relative;
    font-size: 25px;
    text-transform: capitalize;
}

.insights-title span {
    position: relative;
    z-index: 10;
    background: #f6f6f6;
    padding: 3px 14px;
    color: #97144d;
}

.insights-title:after {
    max-width: 400px;
    width: 100%;
    height: 15px;
    border-radius: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 11px;
    background-color: #333;
    opacity: 0.2;
}

.solution-title {
    font-size: 46px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    word-spacing: 6px;
    letter-spacing: 3px;
}

.solution-title-2 {
    color: #333;
    font-size: 20px;
}

.services-box-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0 20px 0;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    right: 8px;
    top: 10px;
}

.accordion .card-header.collapsed:after {
                /* symbol for "collapsed" panels */
    content: "\f067";
}

#accordion {
    width: 100%;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
    position: relative;
}

.card-title {
    font-weight: 700;
}

.house-painters {
    font-size: 40px;
    color: #fff;
    line-height: 64px;
    font-weight: 900;
}

.house-painters-1 {
    font-size: 17px;
    color: #fff;
}

.banner-contant ul {
    margin-left: 20px;
    margin-top: 30px;
}

.banner-contant ul li {
    list-style-type: disc;
    color: #fff;
    padding-bottom: 8px;
}

.sales-funnel-new {
    margin: 0 0;
    position: relative;
    padding: 0px 0 60px 0;
    background-color: #f6f6f6;
}

.right-stik {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    z-index: 5;
    background: #fff;
}

.how-it-works {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    box-shadow: 0px 4px 2px #ddd;
    margin-bottom: 30px;
}

.how-it-works ul li {
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 600;
}

.how-it-works ul li a.active {
    color: #912f4b;
}

.how-it-works-box {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 20px;
    box-shadow: 0px 0px 6px #ddd;
    margin-bottom: 30px;
}

.how-it-works-title {
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.h-box {
    width: 10%;
    padding-right: 20px;
}

.h-box img {
    width: 80%;
}

.h-box-1 {
    width: 85%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.h-box-1 h5 {
    font-size: 16px;
    color: #212121;
    font-weight: 700;
    margin: 0;
}

.h-box-1 p {
    font-size: 14px;
    margin: 0;
}

.p-box {
    width: 15%;
    padding-right: 20px;
}

.p-box-1 {
    width: 85%;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.p-box-1 h5 {
    font-size: 16px;
    color: #212121;
    font-weight: 700;
    margin: 0;
}

.p-box-1 p {
    font-size: 13px;
    margin: 0;
}

.panter-p {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.panter-p-1 {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 171, 145);
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star {
    color: #027121;
    font-size: 16px;
    font-weight: 700;
}

.star-tab {
    background-color: #e2e1e1;
    font-size: 12px;
    border: 0;
    padding: 4px 8px;
    margin: 4px;
    color: #000;
}

.star-tab:hover {
    background-color: #027121;
    font-size: 12px;
    color: #fff;
    border: 0;
    padding: 4px 8px;
    margin: 4px;
}

.read-tab {
    background-color: #fff;
    font-size: 12px;
    padding: 6px 20px;
    color: #000;
    border-radius: 30px;
    border: solid 1px #ddd;
}

.read-tab:hover {
    border: solid 1px #027121;
    background-color: #fff;
    font-size: 12px;
    color: #027121;
}

.star-a {
    color: #027121;
    font-size: 30px;
    font-weight: 700;
}

.star-b {
    font-size: 24px;
    font-weight: 700;
}

.delhi-about {
    font-size: 17px;
    color: #212121;
    font-weight: 700;
    margin: 20px 0 12px 0;
}

.delhi-about-u ul {
    margin-left: 20px;
}

.delhi-about-u ul li {
    list-style-type: disc;
    padding-bottom: 10px;
}

.you-are-looking {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 20px;
}

.you-are-looking-inner {
    padding: 20px;
    border-radius: 10px;
}

.register-title-1 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.form-bottom {
    padding: 20px 10px;
}

.form-bottom-col {
    width: 50%;
    padding: 0 5px;
}

.star-a-f {
    color: #027121;
    font-size: 25px;
    font-weight: 700;
}

.digit-f {
    font-size: 25px;
    font-weight: 700;
}

.star-a-p {
    color: #027121;
    font-size: 20px;
    font-weight: 700;
}

.you-are-looking-inner select {
    height: 50px;
}

.how-it-works-box ul li {
    padding: 8px 0 8px 0;
    border-bottom: solid 1px #ddd;
}

.panter-professional {
    position: relative;
    width: 100%;
    min-height: 350px;
    background-color: #f6f6f6;
    z-index: 0;
    top: 0px;
}

.panter-professional:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    content: "";
    min-height: 400px;
    background: url('../images/kitchen.jpg');
    background-position: 100% 100%;
    z-index: -1;
}

.text-top-head {
    min-height: 350px;
}

.panter-professional img {
    width: 100%;
}

.sticky-header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.details-page {
    width: 100%;
    position: relative;
    background: #f6f6f6;
}

.details-page-bg {
    background-position: 100% 100%;
    position: relative;
    width: 100%;
    min-height: 420px;
    background-color: rgba(0, 0, 0, 0.4);
}

.painterBanner{
    background: url('../images/PainterBan.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.electricianBanner{
    background: url('../images/ElectricianBan.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.plumberBanner{
    background: url('../images/PlumberBan.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.constructionBanner{
    background: url('../images/ConstructionBan.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.popBanner{
    background: url('../images/POPBAN.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.submersibleBanner{
    background: url('../images/SubmersibleBan.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



/*.sales-right-img-1 img{
    height: 350px;
}*/
.fixed-header.fixed {
    position: sticky;
    width: 100%;
    min-height: 50px;
    top: 110px;
    left: 0px;
    z-index: 10;
}

.fixed-header.fixed .how-it-works {
    margin-bottom: 0px;
}

.details-search {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 20px;
}

.select-item {
    position: relative;
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 0px 0px 6px #ddd;
    padding: 10px 120px 0px 110px;
    margin-bottom: 15px;
}

.select-item h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.select-item p {
    font-size: 12px;
    color: #757575;
    margin-bottom: 5px;
    line-height: 14px;
}

.select-item .images-box {
    width: 100px;
    border-radius: 3px;
    height: 98px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.select-item .images-box img {
    width: 100%;
    height: 100%;
}

.select-item .add-box {
    width: 100px;
    height: 98px;
    position: absolute;
    right: 7px;
    top: 0px;
    padding: 14px 0px;
}

.select-item .add-box .input-group .form-control {
    background-color: #861f41;
    border-color: #861f41;
    color: #fff;
}

.select-aria li a {
    font-size: 16px;
    padding: 15px 15px 15px 60px;
    position: relative;
}

.select-aria li a .icons {
    position: absolute;
    left: 15px;
    top: 9px;
    width: 40px;
    height: 40px;
}

.tab-new-box {
    background: #fff;
    padding: 10px;
}

.landing-page{
    width: 100%;
    min-height: 300px;
    background-color: #fafafa;
}
.project-list{
    position: relative;
    width: 100%;
    background: #fff;
    min-height: 235px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(140,140,140,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(140,140,140,1);
    box-shadow: 0px 0px 5px 0px rgba(140,140,140,1);
    padding: 20px;
}
.img-round{
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
}
.img-round img{
    width: 100%;
    height: 100%;
}

.appointment{
    position: relative;
    width: 100%;
}
.form-bg{
    background: url('../images/back-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 30px 80px;
}
.peopel-bg{
    background: url('../images/appoint-ment.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.form-bg:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(134, 31, 65, 1);
    left: 0px;
    top: 0px;
    z-index: 0;
}
.plumber{
    margin-top: 47%;
}
.appointment-forms{
    background: #fff;
    width: 100%;
    min-height: 500px;
    border-radius: 0px;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.select-box .box-form{
    padding-bottom: 8px;
}

#otp-box .form-inline{
    max-width: 380px;
    margin: auto;
}
.appointment-forms .select-button-box{
    width: 100%;
    position: relative;
    margin-top: calc(50% - 90px);
}
.appointment-tital{
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}
.appointment-tital h1{
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 5px;
    word-spacing: 1px;
    letter-spacing: 3px;
}
.appointment-tital h1:after{
    width: 120px;
    height: 3px;
    content: "";
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.appointment-forms label{
    font-size: 12px;
}
.appointment-forms .form-control{
    font-size: 12px;
    height: 35px;
    border-radius: 1px;
}
.select-box .box-form .custom-select{
    font-size: 12px;
    height: 35px;
    border-radius: 1px;
}
.select-box{
    display: none;
}
.select-use-location{
    background-color: #861f41;
    max-width: 300px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 2px;
    margin: 0px auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.paint-slection{
    width: 100%;
    min-height: 600px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    background: #f6f6f6;
}
.paint-selection-list{
    width: 100%;
    min-height: 84px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 5px 18px 103px;
    position: relative;
    margin-top: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #861f41;
    line-height: 20px;
    background: #fff;
}
.paint-selection-list.active{
    background: #861f41;
    color: #fff;
}
.paint-selection-list.choos{
    background: #861f41;
    color: #fff;
}
.paint-selection-list .icons-box{
    width: 82px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: calc(50% - 35px);
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.paint-selection-list .icons-box img{
    height: 100%;
    width: 100%;
}
.hide-box{
    display: none;
    width: 100%;
}
.hide-box.active{
    display: block;
}
.tab-section .tab-pane{
    background: #fff;
    padding-bottom: 15px;
}
.tab-section .nav-tabs li a{
    font-size: 24px;
    padding: 10px 40px;
}
.texture-box{
    max-width: 260px;
    min-width: 250px;
    padding: 15px;
}
.texture-box .images-box{
    width: 100%;
    height: 200px;
    border-radius: 6px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}
.texture-box .images-box img{
    width: 100%;
    height: auto;
}
.texture-name{
    width: 100%;
    min-height: 40px;
    padding: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #ccc;
    background: #fff;
    padding-right: 70px
}
.texture-name .price{
    position: absolute;
    right: 0px;
    width: 65px;
}
.center-title.left-titel{
    text-align: left !important;
}
.center-title.left-titel::before{
    margin-left: 0px;
}
.center-title.left-titel::after{
    margin-left: 0px;
}

.images-zoom-box{
    width: 100%;
    height: 100%;
    position: relative;
    height: 465px;
    padding: 20px 20px 20px 120px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.multiple-image{
    width: 100px;
    position: absolute;
    left: 0px;
    height: 100%;
    border-right: 1px solid #ccc;
    top: 0px;
    padding: 10px;
}

.multiple-image .thum-img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.custom-table{
    border-collapse:separate; 
    border-spacing:0 5px; 
}
.custom-table tr th{
    font-size: 13px;
}
.custom-table tr td{
    font-size: 13px;
    padding: 8px;
    border-top: 0px;
    position: relative;
}
.calcu-input, .calcu-input:focus{
    border-radius: 0px;
    border-color: #000;
    font-size: 13px;
}
.calcu-input:disabled, .calcu-input[readonly]{
    background-color: transparent;
    border-color: transparent;
}
.calcu-input::placeholder {
  color: #000 !important;
}
.custom-table .btn{
    font-size: 13px;
}
.custom-table .color-1{
    background: #f3bcd4;
}
.custom-table .color-2{
    background: #f3bcd4;
}
.color-add{
    width: 100%;
    min-width: 120px;
}
.add-windo{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
    padding: 2px;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.button-box{
    padding-right: 40px !important;
}
.modal-400{
    max-width: 400px;
}
.kyc-step{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.kyc-step li{
    display:block;
    position: relative;
    min-height: 45px;
    background: #efeeee;
    min-width: 150px;
    padding: 10px 10px 10px 45px;
    cursor: pointer;
}
.kyc-step li span{
    position: absolute;
    left: 8px;
    top: 7px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px;
    font-size: 12px;
    font-weight: 900;
    color: #000;
}
.kyc-step li.active{
    background: #861f41;
    color: #fff;
}
.kyc-step li.active:after {
        width: 0;
        height: 0;
        border-top: 23px solid transparent;
        border-left: 26px solid #861f41;
        border-bottom: 22px solid transparent;
        content: '';
        position: absolute;
        right: -25px;
        top: 0px;
        z-index: 99;
}

.kyc-form-box{
    padding: 30px 50px;
}


@media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
    .email-sec {
        padding: 5px 0 5px 220px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
    .services-img img {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .email-sec {
        padding: 5px 0 5px 220px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 25px 8px;
        font-size: 14px;
    }

    .easy-to-search {
        font-size: 30px;
    }

    .easy-to-search-1 {
        font-size: 22px;
    }
}

.desktop-view{
    display: contents !important;
}
.mobile-view{
    display: none;
}
@media screen and (max-width: 820px) {
    .footer-social.text-center{
        text-align: left !important;
    }
    .desktop-view{
        display: none !important;
    }
    .mobile-view{
        display: inherit;
    }
    table{
        width: 100%;
        max-width: 100%;
    }
    .fixed-header.fixed{
        position: relative !important;
        top: 0px !important;
    }
    .details-page.fixed-header{
        position: relative !important;
        z-index: 9;
    }
    .how-it-works .d-flex{
        display: block !important;
    }
    .ragister-sec::after {
        display: block;
        content: "";
        clear: both;
    }

    .ragister-sec {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .no-ipad {
        display: none;
    }

    .easy-to-search {
        line-height: 39px;
        margin-top: 0px;
    }

    .easy-to-search-1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .email-sec {
        padding: 5px 0 5px 20px;
    }

    .navbar {
        padding: 13px 5px 15px 15px;
    }

    .bannertitle {
        font-size: 24px;
    }

    /*.featured-categories {*/
    /*    margin: 30px 0 0 0;*/
    /*}*/

    .sales-funnel {
        margin: 30px 0 0 0;
    }

    .center-title {
        font-size: 26px;
    }

    .services-img img {
        width: 100%;
    }

    .sales-funnel-box .p-5 {
        padding: 1rem !important;
    }

    .col-lg-6.col-md-12.pr-0 {
        padding-right: 15px!important;
    }

    .col-lg-6.col-md-12.pl-0 {
        padding-left: 15px!important;
    }

    .serving-cities ul li {
        width: 29%;
    }

    .serving-cities .d-flex {
        flex-wrap: wrap;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 7px 8px;
        font-size: 14px;
    }
     .navbar-light .dmenu .dropdown-toggle{
        max-width: 70px;
        overflow: hidden;
    }

    .services-box-title {
        font-size: 18px;
        font-weight: 800;
    }
    .sales-funnel-box .pr-0{
        padding-right: 15px !important;
    }
     .sales-funnel-box .pl-0{
        padding-left: 15px !important;
    }
    .how-it-works-box ul .filter{
        display: block;
    }
    

}


.chat-history p{
    word-break: break-all;
}
.chat-history h4{
    word-break: break-all;
}
.user-details{
    margin-top: 15px;
}
.saller-page{

}

//end mobile 
.show-form{
    width: 100%;
    display: none;
}
.show-form.active{
    display: block;
}
.upload-box{
    width: 100%;
    height: 40px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 9px 0px;
    font-weight: bold;
    margin-top: 8px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}
.upload-box input{
    position: absolute;
    visibility: hidden;
}

.progerss-box{
    position: absolute;
    right: 0px;
    top: -35px;
    width: 200px;
}

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #efeeee;
    font-size: 24px;
    color: #333;;
    line-height: 110px;
    text-align: center;
    position: absolute;
    top: 2%;
    left: 5%;
}
.progress .progress-value2{
    width: 100%;
    height: 30px;
    font-size: 15px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 8%;
    left: 0;
}
.progress.blue .progress-bar{
    border-color: #861f41;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
.user-titel{
    font-size: 30px;
    margin: 0px 0 5px 0;
    padding: 0px;
    position: relative;
    font-weight: 500;
    color: #212121;
}
.user-tab-list{
    padding: 0px;
    margin: 0px;
}
.user-tab-list li{
    display: inline-block;
    font-size: 18px;
    color: #999;
    margin: 0px 10px;
    padding: 5px 10px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    font-weight: 600;
}
.user-tab-list li.active{
    border-bottom: 5px solid #97144d;
    color: #97144d;
}
.user-info-details{
    display: inline-block;
    max-width: 360px;
    width: 100%;
    border: 1px solid #ccc;
    height: 90px;
    padding: 20px 10px 20px 70px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    margin:7px;
    vertical-align: top;
}
.user-info-details.active{
    border: 1px solid #97144d;
    background: #97144d;
}
.user-info-details.active h4{
    color: #fff;
}
.user-info-details.active .icons-box{
    color: #fff;
}
.user-info-details h4{
    font-size: 18px;
    font-weight: 600;
    color: #97144d;
    margin-bottom: 0px;
}
.user-info-details p{
    font-size: 14px;
    color: #999;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.user-info-details .icons-box{
    width: 45px;
    height: 45px;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 40px;
    color: #97144d;
}
.card-table{
    font-size: 12px;
    margin: 0px;
    border-top: 0px;
}
.card-table tr td{
    border-top: 0px;
    padding: 4px;
}
.info-card .card-header{
    background: #ebebeb;
}
.select-tab{
    margin: 10px -8px;
}
.job-section{
    display: none;
}
.job-section.active{
    display: block;
}
.font-small{
    font-size: 14px;
}
.table-bordered tr th{
    vertical-align: top;
}
.sales-funnel-info{
    background: url('../images/bg-app.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 600px;
    padding: 3% 0px;
}
.sales-funnel-info .embed-responsive{
    max-width: 800px;
    margin: 0px auto;
    border:15px solid #fff;
    border-radius: 20px;
}
.funnel-fact{
    padding: 40px 0px;
}
.fact-text{
    font-size: 54px;
    line-height: 1.1em;
    margin-bottom: 0px!important;
    background-image: -webkit-linear-gradient(left,#861f41,#ef4980);
    padding: 10px 4%;
    display: table;
    margin: auto;
    border-radius: 40px;
    color: #fff;
    font-weight: 800;
}
input[type="checkbox"].design-check {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #ffff;
    height: 23px;
    width: 23px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
  }
  
  input[type="checkbox"].design-check:checked {
    background: #fff;
    border: 1px solid #E88642;
  }
  
  input[type="checkbox"].design-check:disabled {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  
  input[type="checkbox"].design-check:after {
    content: '■';
    position: absolute;
    left: 1px;
    top: -12px;
    width: 10px;
    height: 10px;
    display: none;
    color: #97144d;
  }
  
  input[type="checkbox"].design-check:checked:after {
    display: block;
  }
  
  input[type="checkbox"].design-check:disabled:after {
    border-color: #97144d;
  }
.fact-list{
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    line-height: 2em;
    margin-bottom: 35px;
}
.fact-list strong{
    text-transform: uppercase;
}
.customer-prob{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: -webkit-linear-gradient(left,#861f41,#ef4980);
    background-image: linear-gradient(to left,#861f41,#ef4980);
    color: #F84D1A;
    font-weight: 800;
    line-height: 1.5em;
    font-size: 80px;
}
.color-box{
    width: 100%;
    min-height: 500px;
    border-radius: 10px;
    border: 3px solid #861f41;
    background: rgba(246, 91, 142, 0.1);
    margin-top: 40px;
    padding: 50px 10%;
}
.problem{
    padding: 0px;
    margin: 0px
}
.problem li{
    display: block;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1em;
    margin-bottom: 35px;
    position: relative;
}
.problem li:after{
    position: absolute;
    left: -32px;
    top: 10px;
    width: 17px;
    height: 17px;
    background: #000;
    content: '';
    border-radius: 50%;
    background-image: linear-gradient(to left,#861f41,#ef4980);
}
.problem li strong{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: -webkit-linear-gradient(left,#861f41,#ef4980);
    background-image: linear-gradient(to left,#861f41,#ef4980);
    color: #F84D1A;
    font-weight: 800;
}
.color-box .problem li:after{
    display: none;
}
.color-box h4{
    font-weight: 900;
    font-size: 47px;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 50px;
    text-align: center;
    color: #97144d;
    font-family: 'Nunito', sans-serif;
}
.design-text{
    font-family: 'Nunito', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    margin-top: 50px;
}
.design-text b{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: -webkit-linear-gradient(left,#861f41,#ef4980);
    background-image: linear-gradient(to left,#861f41,#ef4980);
    color: #F84D1A;
    font-weight: 800;
}
.banners-titel{
    font-family: 'Nunito', sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    margin-top: 30px;
    color: #fff;

}
.banners-titel b{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: linear-gradient(to left,#f86c9a,#f4a5bf);
    background-image: linear-gradient(to left,#f86c9a,#f4a5bf);
    color: #F84D1A;
    font-weight: 800;
}
.banners-sub-titel{
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    color: #fff;

}
.banners-sbu-titel b{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: linear-gradient(to left,#f86c9a,#f4a5bf);
    background-image: linear-gradient(to left,#f86c9a,#f4a5bf);
    color: #F84D1A;
    font-weight: 800;

}
.customer-option{
   -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: -webkit-linear-gradient(left,#861f41,#ef4980);
    background-image: linear-gradient(to left,#861f41,#ef4980);
    color: #F84D1A;
    font-weight: 800;
    line-height: 1.5em;
    font-size: 70px;
    font-family: 'Nunito', sans-serif;
}
.customer-option b{
    font-size: 32px;
    color: #666 !important;
    font-weight: 400;
}
.option-no{
    font-size: 35px;
    line-height: 1.1em;
    margin-bottom: 0px!important;
    margin-top: 50px;
}
.option-no span{
    padding: 10px 48px;
    background: #861f41;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    border-radius: 30px;
}
.option-titel{
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: -webkit-linear-gradient(left,#861f41,#ef4980);
    background-image: linear-gradient(to left,#861f41,#ef4980);
    color: #F84D1A;
    font-weight: 800;
    line-height: 1.5em;
    font-size: 70px;
    font-family: 'Nunito', sans-serif;
    margin-top: 30px;
}
.option-discri{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
}
.grid-box{
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    border: 3px solid #861f41;
    background: #fff;
    padding: 30px;
    text-align: center;
    margin: 0px auto;
    max-width: 300px;
}
.grid-box img{
    width: 50px;
    height: 50px;
}
.grid-box h6{
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5em;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-color: transparent!important;
    background-image: -webkit-linear-gradient(left,#861f41,#ef4980);
    background-image: linear-gradient(to left,#861f41,#ef4980);
    color: #F84D1A;
    font-family: 'Nunito', sans-serif;
    margin-top: 30px;
}
.grid-box p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}
.bg-img{
    background: rgba(246, 91, 142, 0.1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sales-funnel-info.inves-page{
    background: url(../images/inveter-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 600px;
    padding: 3% 0px;
    position: relative;
}
.sales-funnel-info.inves-page:before{
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    width: 100%;
    content: '';
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

/* Nagendra Added */

@media screen and (max-width: 425px) {
    .kycTitle {
        padding-left: 95px!important;
    }
    .user-tab-list li {
    display: block;
    font-size: 13px;
    color: #999;
    margin: 0px 0px;
    padding: 5px 4px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    font-weight: 600;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
    border-radius: 0.2rem;
}

table{
    font-size: 12px;
}
.table td, .table th {
    padding: 2px!important;
}

.card-header {
    padding:4px 20px 4px 6px;
}
#mobpic{
    height:50px!important;
}
.card{
    padding-right: 0px;
    padding-left: 0px;
}
.slider-img{
    height:250px!important;
}


}


#mobpic{
    height:120px;
}


#staticBackdropLabel{
    color: #861f41;
}

/* IMG POPUP */


.img-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 40, 52, 0.9);
    text-align: center;
    display: none;
    z-index: 9999999999999;
    animation: pop-in;
    animation-duration: 0.5s;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;

}

.img-popup img {
    position: absolute;
    top: 50%;
    max-width: 80%;
    max-height: 80vh;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.close-lightbox {
    position: absolute;
    top: 30px;
    right: 35px;
    padding: 2px 0px;
    color: #fff;
    font-size: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 24px;
    text-align: center;
}
.lightboxfadeout{
    animation: fadeout;
    animation-duration: 0.5s;
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}


@keyframes fadeout {
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
    0% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes fadeout {
    100% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

.xzoom-preview, .xzoom-source{
    z-index: 2000;
}
.xzoom-container{
    position: relative;
    width: 100%;
}
.scrool-box{
    position: relative;
    width: 100%;
}
.xzoom-thumbs{
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.scrool-box .btn-prev{
    position: absolute;
    left: 0px;
    top: 27px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    text-align: center;
    padding: 1px 0px;
}
.scrool-box .btn-next{
    position: absolute;
    right: 0px;
    top: 27px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    z-index: 99;
    text-align: center;
    padding: 1px 0px;
    cursor: pointer;
}
.xzoom-thumbs .xzoom-gallery5{
    margin: 0px !important;
}
.xzoom-thumbs a{
    display: flex;
    white-space: nowrap;
    min-width: 80px;
    margin-right: 6px;
}
.mfp-zoom-out-cur .mfp-bg{
    z-index: 2199 !important;
}
.mfp-zoom-out-cur .mfp-wrap{
    z-index: 2200 !important;
}


/* NAGENDRA ADDEDD */

.list_style ol li{
    list-style: block!important;
    margin-left: -15px
}
.list_style ul li{
    list-style: block!important;
    margin-left: 25px;
}
.list_style p{
    margin: 8px;
}
.swal2-styled.swal2-confirm{
    background-color: #501327!important;
}
.my-custom-scrollbar {
position: relative;
height: 450px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}


.theme-color{
    color: #97144d!important;
}
.theme-bg-color{
    color: #fff!important;
    background-color: #97144d!important;
}

.text-justidy{
    text-align: justify!important;
}
/* for preview images */
#showImg img{
    height: 175px!important;
    width: 200px!important;
    padding: 12px 12px 12px 12px;
    
}

.join-now{
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #fff;
}
.radius50{
        border-radius: 50px;
}
.pd0{
        padding: 0px!important;
}
.mg-10{
    margin-top: -10px;
}

.slider-img{
    height:530px;
}
.offer-img{
    height:207px;
}

.add-box h4 {
    color: #861f41;
    font-size: 21px!important;
}

.bg-shadow{
    min-height: 420px;
    background-color: rgba(0, 0, 0, 0.4);
}

.pt6{
    padding-top:5rem;
}

.elec_new_image{
    height: 450px;
    width: 100%; 
    border:2px solid #c3bcc387;
}
.mt-mb{
    margin-top: 10px;
    margin-bottom: 12px;
}
.mb20{
        margin-bottom: 30px!important;
}
.mission-img{
    height: 300px;
    width: 750px!important;
}

.select-tabs{
    border-bottom: 0px;
}
.select-tabs .nav-item{
    margin-right: 16px;
    width: 32.3%;
}
.select-tabs .nav-item:last-child{
    margin-right: 0px;
}
.select-tabs .nav-item .nav-link{
    max-width: 360px;
    width: 100%;
    border: 1px solid #ccc;
    height: 90px;
    padding: 20px 10px 20px 70px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    vertical-align: top;
    position: relative;
    text-align: left;
    background-color: #fff;
}
.select-tabs .nav-item .nav-link h4{
        font-size: 18px;
        font-weight: 600;
        color: #97144d;
        margin-bottom: 0px;
}

.select-tabs .nav-item .nav-link p{
    font-size: 14px;
    color: #999;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.select-tabs .nav-item .nav-link .icons-box {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 40px;
    color: #97144d;
}
.select-tabs .nav-item .nav-link.active{
        border: 1px solid #97144d;
        background: #97144d;
}
.select-tabs .nav-item .nav-link.active h4{
    color: #fff;
}
.select-tabs .nav-item .nav-link.active p{
    color: #fff;
}
.select-tabs .nav-item .nav-link.active .icons-box{
    color: #fff;
}
#myTabContent{
    padding-top: 15px;
}
body.loaders{
    overflow: hidden;
}
.loader-section{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 20000;
    display: none;
}
.loader-section.active{
    display: block;
}
.loader-section .loader-box{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: calc(50% - 25px);
}
.loader-section .loader-box .item {
  width: 50px;
  height: 50px;
  position: absolute;
}

.item-1 {
  background-color: #FA5667;
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-2 {
  background-color: #7A45E5;
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-3 {
  background-color: #1B91F7;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-4 {
  background-color: #FAC24C;
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}
.carousel-caption{
    bottom: 25%;
}
/*.carousel-item h5[data-typer]:after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width:4px;
  height:35px;
  margin-left: 3px;
  margin-top: -9px;
  background: #861f41;
  animation: caretPulsate 1s linear infinite; 
}
@keyframes caretPulsate {
  0%   {opacity:1;}
  50%  {opacity:1;}
  60%  {opacity:0;}
  100% {opacity:0;}
}

@keyframes item-1_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, 50px)} 
  50% {transform: translate(50px, 50px)} 
  75% {transform: translate(50px, 0)} 
}*/

@keyframes item-2_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(-50px, 0)} 
  50% {transform: translate(-50px, 50px)} 
  75% {transform: translate(0, 50px)} 
}

@keyframes item-3_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, -50px)} 
  50% {transform: translate(-50px, -50px)} 
  75% {transform: translate(-50px, 0)} 
}

@keyframes item-4_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(50px, 0)} 
  50% {transform: translate(50px, -50px)} 
  75% {transform: translate(0, -50px)} 
}
.loader {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      position: relative;
      animation: rotate 1s linear infinite
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

@media screen and (max-width: 767px) {
    .join-us{
        position: relative;
    }
    .join-us .containt h5{
        font-size: 18px;
    }
    .join-us .containt .join-now{
        width: 100%;
    }
    .landing-page{
        overflow: hidden;
    }
    .become-title {
        font-size: 20px;
    }

    .email-sec {
        padding: 5px 0 5px 0px;
    }

    .email-sec {
        font-size: 13px;
    }

    /*.top-menu-bg .form-control {
        display: none;
    }*/

    .top-logo img {
        width: 100px;
        padding-top: 8px;
    }

    .white-bg::after {
        width: 41%;
        border-top: 51px solid transparent;
        height: 50px;
    }
    
    .form-bg{
        padding: 30px 10px;
    } 
    .appointment-forms{
        padding: 30px 0px;
    }

    .collapse.navbar-collapse.show {
        position: relative;
        width: 200px !important;
        box-shadow:none;
        background-color: #fff;
        min-width: 200px;
    }

    .bannertitle-b {
        display: none;
    }

    .bannertitle {
        font-size: 14px;
    }

    .getbtn {
        padding: 5px 15px;
        border-radius: 30px;
        border: solid 1px #fff;
        font-size: 12px;
    }

    .center-title {
        font-size: 22px;
        margin: 0px 0 40px 0;
    }

    .featured-categories {
        margin: 20px 0 0 0;
    }

    .sales-funnel {
        margin: 20px 0 0 0;
        padding: 20px 0 30px 0;
    }

    .video-bg {
        margin: 20px 0 0 0;
        padding: 20px 0 30px 0;
    }

    .center-w-title {
        font-size: 22px;
        margin: 0px 0 33px 0;
    }

    .title-left {
        font-size: 22px;
        margin: 0 0 17px 0;
    }

    .testmnial-box-bottom {
        padding: 20px;
    }

    .serving-cities ul li {
        width: 47%;
        margin: 5px;
    }

    .col-lg-2.col-md-2.col-4 .text-right {
        text-align: center !important;
    }

    .login-bt {
        font-size: 13px;
        padding: 8px 12px;
    }

    .featured-categories .col-lg-3.col-md-6.mt-4:first-child {
        margin-top: 0 !important;
    }

    .sales-right-img::after {
        display: none;
    }

    .sales-left-img::after {
        display: none;
    }

    .sm-title {
        font-size: 20px;
    }

    p {
        line-height: 24px;
        font-size: 15px;
    }

    .testmnial-box {
        padding: 20px;
    }

    .testmnial-box p {
        color: #fff;
        padding: 0 0px;
    }

    .easy-to-search {
        line-height: 32px;
        margin-top: 0px;
        font-size: 22px;
    }

    .easy-to-search-1 {
        font-size: 19px;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .carousel .carousel-inner .carousel-item img{
        height: 230px;
    }
    .carousel .carousel-inner .carousel-caption{
        display: block !important;
    }
    .carousel .carousel-inner .carousel-caption h5{
        font-size: 18px;
        line-height: 18px !important;
    }
    .carousel .carousel-inner .carousel-caption p{
        font-size: 13px;
        line-height: 13px !important;
    }
    .details-page-bg .house-painters{
        font-size: 24px;
        line-height: 26px;
    }
    .details-page-bg .pt6{
        padding-top: 2rem;
    }
    .details-page-bg  .pb-5{
        padding-bottom: 0rem!important;
    }
    .banner-contant ul{
        margin-top: 9px;
    }
    .details-page-bg{
        background-size: 100% 230px !important;
    }
    .how-it-works-box p{
             text-indent: inherit !important;
    }
    .login-box{
        height:100%;
        min-height: 100%;
    }
    .become-a-user:after{
        height: 300px;
    }
    .become-a-professional:after{
        height: 300px;
    }
    .sales-funnel .solution-title{
            font-size: 25px;
    }
    .sales-funnel .solution-title-2{
            font-size: 16px;
    }
    .user-details{
            margin-top: 15px;
    }
    .user-details .dropdown-toggle span{
        width: 50px;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #columnchart_material{
        width: 100% !important;
    }
    #columnchart_material div{
        width: 100% !important;
    }
    #columnchart_material div svg{
        width: 100% !important;
    }
    .progerss-box{
        position: relative !important;
        right: 0px !important;
        top: 0px !important; 
        width: 100% !important;
    }
    .kyc-step{
        width: 88%;
    }
    .kyc-step li:after{
        z-index: 10 !important;
    }
    .kyc-form-box{
        overflow: hidden;
        padding: 30px 20px !important;
    }
    .title-section{
        font-size: 15px;
    }
    .info-card .card-header {
        overflow-x: auto;
    }
    .info-card .card-footer {
        text-align: center !important;
    }
    .card-header .card-table{
        min-width: 600px;
    }
    .user-titel{
        font-size: 20px !important;
    }
    .qna-page .select-aria .nav-item{
        display: block;
        width: 100%;
    }
    .qna-page .select-aria .nav-item a.active{
        background-color: #dee2e6;
    }
    .paint-selection-list.choos{
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 0px !important;
    }
    .user-info-details{
        margin: 7px 0px !important;
    }
    .bg-white{
        padding: 10px 0px !important;
    }
    .select-tab{
            margin: 10px 0px !important;
    }
    .margin-top330{
        margin-top: 90px;
        top: 0px!important;
    }
    .margin-top45{
        margin-top: 90px;
        top: 0px!important;
    }
    .sales-funnel-box .sales-right-img-1 img{
            height: 240px;
    }
    .sales-funnel-box .sales-left-img-1 img{
        height: 240px;
    }
    .quetion-form{
        bottom: -10px;
    }
    .quetion-form .quetion-input{
        padding: 5px 0px !important;
    }
    .quetion-form .quetion-input .m-2{
        margin: 0px !important;
    }
    .quetion-form .quetion-input .pl-2{
            padding: 3px !important;
    }
    .quetion-box{
        height: 100% !important;
    }
    .quetion-form .quetion-input .custom-input{
        font-size: 12px;
        height: 38px !important;
    }
    .quetion-select{
        position: relative !important;
        bottom: 0 !important;
    }
    .quetion-form{
        position: relative !important;
        bottom: 0 !important;
    }
    .custom-table{
        min-width: 500px;
    }
    .document-list{
        text-align: center;
    }
    .show-form .row{
        margin: 0px !important;
    }
    .sales-funnel-info .banners-titel{
        font-size: 25px;
    }
    .sales-funnel-info .banners-sub-titel{
        font-size: 20px !important;
    }
    .fact-text{
        font-size: 30px !important;
    }
    .design-text{
        font-size: 20px !important;
        margin-top: 10px !important;
    }
    .problem li{
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    .customer-prob{
        font-size: 25px !important;
    }
    .color-box{
        margin-top: 30px !important;
        padding: 21px 2% !important;
    }
    .color-box h4{
        font-size: 24px !important;
    }
    .customer-option b{
        font-size: 18px !important;
    }
    .customer-option{
        font-size: 22px !important;
    }
    .option-no{
            font-size: 20px !important;
                margin-top: 20px !important;
    }
    .option-titel{
            font-size: 30px !important;
                margin-top: 21px !important;
    }
    .option-discri{
            font-size: 18px !important;
    }
    .kyc-form-box .table{
        min-width: 600px;
    }
    .custom-table tr td.no-wrap.button-box{
        min-width: 50px;
    }
    .top-menu-bg .white-bg{
        min-height: 60px;
    }
    .top-menu-bg .white-bg .sticky-top{
        position: absolute;
        left: 0px;
        top: 12px;
        background: #fff;
        padding: 0px;
    }
    .select-tabs .nav-item{
        margin-right: 0px;
        width: 100% !important;
        display: block;
        margin-bottom: 10px;
    }

}

.termsprivacy{
    font-weight: 600!important;
    color: #861f41!important;
}
#kycPopUp{
    text-align:center;
    margin-top:90px
}
.kycTitle{
    padding-left: 175px;
}
#resendButton{
    font-weight: 600!important;
    color: #861f41!important;
}

.testmnial-box img{
   object-fit: cover;
}
.academyImg{
    width: 100%;
    height:225px;
}
@media screen and (max-width: 767px){
    .testmnial-box {
       min-height: 1px ;
    }
    .footer-logo{
        width: 125px!important;
    }

}


@media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
        .testmnial-box {
         min-height: 421px ;
    }
}

@media (min-width: 1920px) and (max-width: 1980px){
    .top-logo {
       margin-left: -50px;
    }
}

/* Completed project image */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    filter: drop-shadow(0px 5px 5px #635f5f);
    height: 100px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.bg_light{
    background-color:#fff;
}
