
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body {
  background: #fff;
 font-family: "Inter", serif;
  overflow-x: hidden;


}
select:focus {
    outline: 0px 0;
    box-shadow: none;
}
h1, h2 {
/* font-family: "Merriweather", serif;*/
 font-family: "DM Serif Display", serif;
}


.container-fluid {
    max-width: 90%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.loginbtn .btn-primary {
    background: #f6b63a;
    border-radius: 30px;
    padding: 13px 25px;
    box-shadow: 3px 4px #222;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #222!important;
    border: 0;
}
.loginbtn .btn-primary:hover  {
    background: #333;
    box-shadow: 3px 4px #f6b63a;
    color: #fff!important;
}
.loginbtn .btn-primary:hover a  {
   color: #fff!important;
}
.loginbtn .btn-primary a{
   color: #222!important;
   
}

.topheader {
    float: left;
    width: 100%;
    background: #5F3C66;
    padding: 7px 40px;
    display: none;
}
.topheader form {
    background: #fffcf7;
    border-radius: 30px;
    border: 0px solid;
    width: 160px;
    border: 3px solid #47abaa47;
    padding: 0 7px;
    float: right;
}
.topheader select {
    padding: 0px 0px 0px;
    border-radius: 30px;
    background: #fff0;
    color: #222;
    font-size: 12px;
    height: 22px;
    border:0;
    display: block;
}

.topheader .bi.bi-geo-alt-fill {
    float: left;
    font-size: 12px;
    color: #444;
    position: relative;
    top: 3px;
}
/*-----------------header-------------------*/
.navbar-brand {
    width: 16%;
    position: relative;
    display: block;
    padding: 10px 0 8px;float: left;
}
.navbar-brand img {
    width: 100%;
    margin-left: 0px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
   display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-menu {
   color: #333;
    border: 0px solid rgba(0,0,0,.15);
    border-top: 5px solid #5F3C66;
    box-shadow: 0 4px 8px #21212136;
    border-radius: 10px;
    padding: 12px 5px;
}
.navbar-nav .dropdown-menu {
   padding: 15px 20px;
}
.dropdown-menu.show {
   border-radius: 10px;
    width: 280px;
    border: 0;
    box-shadow: 0 0 45px rgb(0 0 0 / 15%);
    padding: 8px 20px
}
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.dropdown-item {
   display: initial;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 30px;
    font-size: 15px;
}
.dropdown-menu li a {
    padding: 5px 12px;
    color: #111;
    font-weight: 500;
    width: 100%;
   display: block;
}
.dropdown-menu li {
    padding: 5px 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}
.dropdown-menu li:hover a {
    color: #222;
}
.dropdown-menu {
    padding: 18px;
}
.navbar-dark .navbar-nav .nav-link {
   color: #333!important;
    font-weight: 600;
    margin: 0 10px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;background-image: linear-gradient(#ffffff00,#ffffff00),linear-gradient(#f6b63a,#f6b63a);
    background-size: 100% 6px,0 4px;
    background-position: 100% 100%,0 94%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
}
.navbar-dark .navbar-nav .nav-link:hover {
     color: #222!important;
  background-size: 0 6px,100% 4px;
    text-decoration: none !important;
    color: inherit !important;
}
.fixed-top.scrolled {
    background-color: #ffffff!important;box-shadow: 0 0 20px #0000002e;
}
.navbar {
z-index: 999;
    padding: 8px 10px;
    z-index: 2;
    width: 100%;
    background-color: transparent!important;
    
}
.logo-container {
    border-bottom: 1px solid #ddd;display: flow-root;
}

.btn.btn-default {
 background: #f6b63a;
    border-radius: 25px;
    padding: 16px 60px;
    font-size: 18px;
    color: #222;
    font-weight: 600;box-shadow: none;
   
}
.navbar-dark .navbar-nav .nav-link img {
    position: relative;
    top: -2px;
}

.nav-right {
    margin-right: 0;
    margin-left: 20px;
    right: 0;
    top: 8px;
    float: right;
    position: relative;
}

.nav-right .btn.btn-link {
    color: #222;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 11px;
    border: 2px solid #5F3C66;
    border-radius: 50%;
}
.nav-right .btn.btn-link:hover {
   background: #f6b63a;
    border-radius: 50%;
    box-shadow: none;
    border: 2px solid transparent;
}

.navbar-right .btn.btn-default {
    background: #f6b63a;
    border-radius: 20px;
    padding: 15px 50px;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    box-shadow: none;
}

.nav-right img {
    width: 20px;
    margin-right: 0;
    transition: all ease .3s;
}

.btn.btn-default:hover {
    color: #fff!important;
}
.btn.btn-default:hover i {
   color: #fff;
}
.hvr-sweep-to-top:before {
     border-radius: 16px;background: #5F3C66;color: #fff;
}
 

 .btn.btn-default i{
   transition: all ease .3s;  
  /* transform: rotate(35deg);*/
}
 .btn.btn-default:hover i {
  transform: translateY(-2px);
 /* color: #222;*/
}
.default2 {
    background: transparent!important;
    box-shadow: 0px 0px 0px 4px rgb(61 163 135 / 29%)!important;
    color: #478479!important;
    margin-right: 30px!important;
    margin-left: 65px;
     padding: 6px 15px 4px!important;
}
.default2:hover {
    background-image: linear-gradient(305deg, #1c4f49 0%, #62a597 100%)!important;
   color: #fff!important;
  
}
.default2 img {
    width: 24%!important;
    
}
.default2:hover img {
    filter: brightness(19)!important;
}

.dropdown.shopping {
   z-index: 2;
    float: right;
    position: absolute;
    right: 72px;
    top: 18px;
    list-style: none;
}
.nav-right li {
    display: inline-block;
    padding: 0px 9px;
}
.shopping i {
    color: #333;
    font-size: 20px;
}
.shopbag {
    width: 330px;
    border-radius: 20px;
}
.shopbag .card-header {
    padding: 15px 15px 12px!important;
    border-radius: 20px;
    border: 0;
}
.shopbag a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    top: 0px;
    line-height: 0;
}
.shopbag h5 {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    width: 70%;
    line-height: 21px;
    position: relative;
    margin: 0px;
}
.shopbag h4 {
    font-size: 18px;
    color: #333;
    font-weight: 800;
    width: 19%;
    line-height: 21px;
    position: relative;
    margin: 0px;
}
i.bi.bi-x-circle {
    color: #f70707;
    font-size: 14px;
}
/*.cart-total {
    text-align: center;
    padding: 14px 0 0;
    font-size: 20px;
    font-weight: 700;
}*/
.cartempty {
    text-align: center;
    margin: 10px auto 10px;
    width: 19%;
    display: block;
}
.shopbag h3 {
    font-size: 15px;
    font-weight: 600;
}
.shopbag a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.shopcartbtn {
    padding: 8px 20px!important;
    background-image: linear-gradient(305deg, #1c4f49 0%, #62a597 100%);
    font-weight: 600;
    color: #fff!important;
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px!important;
}
.shopping .nav-link:hover {
    box-shadow: none!important;
    
}
.shopping {
    margin-left: 20px;
}
.shopping .dropdown-toggle::after {
    display: none;
}
.navbar-dark .navbar-toggler {
    color: rgb(4 4 4 / 55%);
    border-color: rgba(255,255,255,.1);
}
.nav-left {
    margin-left: 40px;
}

.dropdown-menu li a:hover{
    color: #ffffff;
    background-color: #5F3C66;
    border-radius: 5px;width: 100%;display: block;
}
/*-----------------header-------------------*/

@media all and (min-width: 992px) {

    .dropdown-menu li{
        position: relative;
    }
    .dropdown-menu .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .dropdown-menu .submenu-left{ 
        right:100%; left:auto;
    }

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



@media (max-width: 1024px) {  


.dropdown.shopping {
     right: 34px;
    top: 10px;
    
}
.navbar-dark .navbar-nav .nav-link, .navbar .btn.btn-default {
    font-size: 15px;
    margin: 0;
}
.navbar-right .btn.btn-default {
   border-radius: 15px;
    padding: 12px 36px;
    font-size: 15px;
   
}

}
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

} 

@media (max-width: 768px) {  
.default2 {
     margin-right: 20px!important;
    margin-left: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand {
    width: 20%;
    padding: 4px 4px 2px;
}

.dropdown.shopping {
    position: absolute;
    right: 70px;
    top: 6px;
}
.navbar-dark .navbar-nav .nav-link:hover {
   
    box-shadow: none;
    border-radius: 5px;
    color: #5F3C66!important;
}
.navbar-nav .dropdown-menu {
    padding: 10px;
    box-shadow: 0 3px 13px rgb(0 0 0 / 13%);
}
.nav-right img {
    width: 16px;
    margin-right: 5px;
    transition: all ease .3s;
    position: relative;
    top: -1px;
}
.navbar-toggler .bi.bi-justify-left {
   font-size: 23px;
    color: #222;
    top: 7px;
    position: absolute;
}
.nav-right {
     right: 32px!important;
    top: 5px!important;
}
.nav-left {
    margin-left: 0;
}
.navbar-collapse {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
.navbar-dark .navbar-toggler {
     margin-top: -10px;
}
.navbar-dark .navbar-toggler {
    margin-top: -14px;
    position: absolute;
    top: -28px;
    right: -657px;
}
.logo-container {
    border-bottom: 0px solid #ddd;
}
.nav-right .btn.btn-link {
    padding: 3px 7px;
    border: 2px solid #5F3C66;
}
.navbar-dark .navbar-toggler {
    color: transparent!important;
   
}
.nav-right .btn.btn-default {
   display: none;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
   
    text-align: left;
}
.navbar {
    padding: 3px 10px;
    display: block;
}
}
@media only screen and (max-width: 480px) {
.navbar {
    padding: 5px 10px!important;
}
.navbar-brand {
 position: relative;
    top: 4px;
    float: left;
    width: 36%;
}

li.nav-item {
    text-align: left;
}
.navbar-dark .navbar-nav .nav-link {
   padding: 10px 10px;
    font-size: 14px;
}
.nav-right {
    right: 2px!important;
    top: 10px!important;
}

.navbar-brand img {
    width: 100%;
}
.bg-dark {
    z-index: 99999;
}
.navbar-collapse .btn.btn-default {
     font-size: 15px;
     padding: 5px 20px;
}
.navbar-brand img {
     margin-left: 5px;
}
.navbar-dark .navbar-toggler {
position: relative;
    top: -6px;
    right: -320px;
    width: 16%;
    float: right;
    margin-top: -35px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
    box-shadow: inset 305px 0 0 0 #5a9b8e;
    
}
.default2 {
    margin-left: 0;
    width: 53%;
    margin-top: 5px;
    
}
.default2 img {
    width: 20%!important;
    top: 1px!important;
}
.dropdown.shopping {
    list-style: none;
    position: absolute;
    top: 8px;
    right: 56px;
}
.nav-right .btn.btn-link {
     font-size: 16px;
   
}
.nav-right img {
    width: 15px;
    
}
.topheader form {
   position: relative;
    right: -22px;
}
.dropdown.shopping {
    right: 50px;
    top: 6px!important;
}
.nav-right .btn.btn-default {
   display: none;
}
.navbar.justify-content-center {
   width: 100%;
    display: block;
    top: 0px;
}
.logo-container {
    border-bottom: 0px solid #ddd;
}
}
/*----------------------------------------Searcg-bar------------------------------------*/
.search {
    float: left;
    width: 100%;
}
.search .input-group {
     width: auto;
}
.search .form .form-control~.form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0.75rem;
    padding-top: 0.37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: #222;
    margin-bottom: 0;

}
.search .form {
    width: 80%;
    position: relative;
    top: 16px;
    margin: auto;
}
.search .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #222;
    font-weight: 500;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 30px;
    box-shadow: 4px 4px #222;
    height: 50px;
}
.search .input-group .btn {
   position: absolute;
    z-index: 0;
    right: 13px;
    top: 7px;
    border: 0;
    transition: all ease .3s;
    background: #f6b63a;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 3px;
    box-shadow: 3px 3px #222;
    color: #222;
    border: 1px solid;
}
i.bi.bi-binoculars {
    font-size: 14px;
   
}
.search .input-group .btn:hover {
    background: #222;
    color: #fff;
    box-shadow: 3px 3px #f6b63a;
}
.search .form .form-control~.form-label {
    position: absolute;
    top: 7px;
   left: 20px;
}
.reset-search {
    position: relative;
    right: 9px;
    top: 7px;
    float: right;
}
.reset-search a {
    color: #777;
    font-size: 14px;
}

.reset-search a:hover {
    color: #5F3C66;
  
}
@media only screen and (max-width: 1024px){


.search .form-control {
    font-size: 14px;
    font-weight: 400;
   height: 40px;
}

.search .input-group .btn {
    z-index: 2;
    right: 12px!important;
    top: 5px!important;
    padding: 3px 6px!important;
    border-radius: 50%;
    font-size: 11px;
}

}
@media only screen and (max-width: 950px){
.hero .row {
    height: auto!important;
}
.side-banner {
    margin: 0;
}
}
@media only screen and (max-width: 768px){

.search .form .form-control~.form-label {
  top: 10px;
    left: 20px;
    font-size: 12px;
}

.search .input-group .btn {
      right: 15px!important;
    top: 7px;
}

}
@media only screen and (max-width:480px){

.search .form-control {
     padding: 0.5rem 0.75rem;
    font-size: 14px;
    height: 42px;
    width: 100%;
}
.search .form {
    width: 95%;
  
}
i.bi.bi-binoculars {
    font-size: 12px;
}
.search .form .form-control~.form-label {
    top: 6px;
    
}
.search .input-group .btn {
    font-size: 8px;
    padding: 6px 10px;
    top: 7px!important;
    right: 15px!important;
}
}
@media only screen and (max-width: 375px){
.search .input-group .btn {
   right: 12px!important;
}
}
/*----------------------------------------Searcg-bar------------------------------------*/

/*-------------------------------------hero----------------------------*/
.hero {
   float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
 
}
.hero .row {
    height: 620px;
}
.hero .card{
    background: transparent;
    /*box-shadow: 0 0 20px #00000042;*/
}
.hero .card-img img:hover {
    border: 2px solid #5F3C66;
}
.hero .card-img img {
   width: 100%;
    border-radius: 20px;
    height: 550px;
  box-shadow: 0 0 20px #00000042;
    background: transparent;
    border: 2px solid #222;
}
.hero .card-body {
    background: #fffffff7;
    padding: 27px;
    margin: -90px auto;
    border-radius: 20px;
    box-shadow: 0 0 20px;
    width: 85%;
    position: relative;
    top: -180px;
}
.hero .badge {
    background: #f6b63a;
    border-radius: 20px;
    color: #5F3C66;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.hero .card-title{
   margin-bottom: 1rem; 
}

.hero  .card-title a {
   font-size: 26px;
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 35px;
}
.hero .card-title a:hover {
    color: #5F3C66!important;
    border-bottom: 2px solid #5F3C66;
    transform: translate3d(5px, 0, 0);
}
.hero .author-name a, .hero .author-name {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
}
.hero .date {
    position: relative;
    top: -7px;
}
.avatar {
    position: relative;
    top: 12px;
}
.avatar img {
    width: 40px;
    height: 40px;
}

.social-icon img {
    width: 19%;
    position: relative;
    top: 26px;
}
.side-banner .card-body {
    background: transparent;
    box-shadow: none;
    text-align: center;
    position: relative;
    top: -330px;
    color: #fff;
}
.side-banner .card-title {
    margin-bottom: 0rem;
    font-size: 34px;
    line-height: 50px;
    display: none;
}
.side-banner p {
    display: none;
}
.side-banner .blockbtn {
    position: relative;
    top: 295px;
}
.side-banner .btn.btn-default {
    background: #f6b63a;
    border-radius: 30px;
    padding: 7px 25px;
    box-shadow: 3px 4px #222;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}
.hero .card-right i {
    transition: all ease .3s;
    transform: rotate(35deg);
    background: #f6b63a;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 3px;
    box-shadow: 3px 2px #222;
    position: relative;
    top: 12px;
    border: 1px solid #222;
    color: #222;
}
.hero .card-right:hover i {
    transform: translateY(-2px);
}
.card-right {
    float: right;
    margin-top: -10px;
    position: relative;
    top: -10px;
}
@media only screen and (max-width: 768px) {

.hero .row {
    height: auto!important;
}
.side-banner {
    margin: 0;
    height: 570px;
}
}
@media only screen and (max-width: 425px) {
.hero .card-img img {
    height: 250px;
   
}
.hero .card-body {
   margin: 0px auto;
    border-radius: 0px 0 20px 20px;
    width: 100%;
    position: relative;
    top: 0;
}
.hero .card-img img {
   border-radius: 20px 20px 0 0;
   box-shadow: none;
   
}
.hero .card-title a {
    font-size: 20px;
    line-height: 28px;
}
.side-banner .card-body {
    margin-top: -225px!important;
    top: -50px!important;
}
.hero .author-name a, .hero .author-name {
    font-size: 15px;
}
.author-name {
    position: relative;
    top: 10px;
}
.hero .side-banner .card-img img {
    border-radius: 20px 20px;
    box-shadow: none;
}
.hero .side-banner .card-img img {
    height: auto;
}
}
 /*-------------------------------------hero----------------------------*/
  /*-------------------------------------homeslider----------------------------*/
.homeslider {
    float: left;
    width: 100%;
}
.homeslider .carousel-caption {
    position: absolute;
    right: initial;
    bottom: 53%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}


.homeslider h2 {
    font-size: 70px;
}
section.homeslider img {
    height: 850px;
}


.homeslider .btn.btn-default:hover {
   
    color: #fff!important;
}

.homeslider .btn.btn-default:hover i {
    transform: translateY(-2px);
    color: #fff!important;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
   z-index: -1;
    overflow: hidden;
}


.homeslider .hvr-sweep-to-top:before {
     border-radius: 22px;background: #fff;
}
.homeslider.carousel-control-next, .homeslider .carousel-control-prev, .homeslider .carousel-indicators {
    display: none;
}
.homeslider .blockbtn{
    margin-top: 35px;
}
.homeslider h3 {
    text-transform: capitalize;
}
.homeslider  .carousel-control-next-icon {
   
    display: none;
}
@media only screen and (max-width: 1024px) {
.homeslider img {
    height: auto!important;
}
.homeslider h2 {
    font-size: 50px;
}
.homeslider .carousel-caption {
   bottom: 42%;
    
}
.btn.btn-default {
    border-radius: 16px;
    padding: 14px 40px;
    font-size: 16px;
   
}
}

@media only screen and (max-width: 768px) {
.homeslider .carousel-caption {
    bottom: 25%;
}
.homeslider .btn.btn-default i {
    font-size: 17px;
}
}
@media only screen and (max-width: 425px) {

.homeslider img {
    height: 200px!important;margin-top: 0px;
}
.homeslider h2 {
    font-size: 25px;
}
.homeslider .carousel-caption {
    bottom: 3%;
    
}
.homeslider h3 {
    font-size: 14px;
}
.homeslider .btn.btn-default i {
    font-size: 16px;
    top: 2px;
}
.homeslider .btn.btn-default {
    border-radius: 14px;
    padding: 8px 18px;
    font-size: 13px;
    margin: 10px 0;
    
}

}

  /*-------------------------------------homeslider----------------------------*/
  /*-------------------------------------features----------------------------*/
.features {
    float: left;
    width: 100%;
    padding: 25px 25px 60px;
    color: #111; background: url(../userassets/bkg3.png);animation: grow 1s;
}
.feature {
    float: left;
    width: 100%;
    margin: 10px 0;
    display: flex;
    margin-top: 10px;
    width: 97%;position: relative;cursor: pointer;max-width: 42rem; padding: 1rem; margin: auto; font-size: 21px; line-height: 1.5;
}
.feature h3 {
    font-weight: 800;
    font-size: 20px;
    FONT-FAMILY: 'Merriweather';
}
.feature p {
   margin-top: 0;
    font-size: 17px;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 58px;
    margin-bottom: 28px;
    color: #666;line-height: 30px;font-weight: 500;
}
.feature .img-wrapper {
    background: antiquewhite;
    float: left;
    background: #5F3C66;
    border-radius: 50%;
    padding: 12px;
    margin-right: 40px;
    border: 2px solid #fff;
    outline: 8px solid#5F3C66;
    width: 130px;
    height: 120px;
    position: relative;
}
.feature .img-wrapper img {
    width: 90px;
}
.feature:hover  img {
   filter: brightness(1);
    z-index: 99999;
    position: relative;
}
.feature .img-wrapper:hover img {
    filter: brightness(1);
    z-index: 99999;
    position: relative;
}
.feature:hover .img-wrapper:after {
  border: 70px solid #f6b63a;
}
.feature .img-wrapper:after {
    transition: .4s all;
}
.feature .img-wrapper:after {
 content: "";
    position: absolute;
    border-radius: 50%;
    margin-top: -25px;
    left: -13px;
}
@media only screen and (max-width: 768px) {
.feature .img-wrapper {
  height: 93px;
   
}
.feature .img-wrapper img {
    width: 65px;
    height: 65px;
}

}
@media only screen and (max-width: 425px) {

.features {
     padding: 10px 25px 35px;
   
}
.feature {
     display: block;text-align: center;
}

.feature .img-wrapper {
    float: none;
     width: 35%;
   height: auto;
    text-align: center;
    margin: 0px auto 30px;
}
.feature p {
  padding-bottom: 30px;
    
}
}
/*-------------------------------------topbanner----------------------------*/

.topbanner img {
     border-radius: 20px;
     width: 100%;
}


.topbanner {
    float: left;
    width: 100%;
   padding: 35px 0 35px;
}

/*-------------------------------------topbanner----------------------------*/
 /*-------------------------------------homecate----------------------------*/
.homecate {
    padding: 25px 0 65px;
    float: left;
    width: 100%;
    background: url(../userassets/bkg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.homecate .card {
      border-radius: 32px;
    background: transparent;
    /*overflow: hidden;*/

}
.homeblog1 img {
    width: 260px;
    height: 190px;
}
.homecate .card:hover {
    
}
.homecate  .card-cate {
    background: #fff;
    /*box-shadow: 5px 5px;*/
    border-radius: 20px;
    padding: 25px 30px 20px;
   box-shadow: 0 0 20px #00000042;
    background: transparent;
    border: 2px solid #222;
}
.homecate  .card-body {
  padding: 6px 20px;
    position: absolute;
    bottom: 0;
    background: transparent;
    width: 100%;
    color: #fff;
    bottom: 10px;
}
.left-card .card img {
    height: 300px;
}
.homecate   .card-img, .card-img-bottom {
     border: 3px solid #5f3c66!important;
    background: transparent;
    border-radius: 26px;overflow: hidden;
}
.homecate a i {
    transition: all ease .3s;
    transform: rotate(35deg);
    background: #f6b63a;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 3px;
    box-shadow: 3px 2px #222;
    position: relative;
    top: 12px;
    border: 1px solid #222;
    color: #222;
}
.homecate .cate-link {
    position: relative;
    top: -11px;
}
 .homecate .cate-name h3 {
 color: #333;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    text-align: left;
    font-family: "Merriweather", serif;
    margin: 0;
}
 .homecate .cate-name  {
 color: #222;
    text-decoration: none;
    width: 73%;
    line-height: 1;
    background: white;
    border-radius: 13px;
    text-align: left;
    padding: 4px 12px;
}
 .homecate .card-img img {
    border-radius: 15px;
    transition: all .6s ease!important;
}
 .homecate .card-img:hover img {
    transform: scale(1.25);
}
.car
.homecate .card-cate a {
    text-decoration: none;
}
.homecate a:hover i {
    transform: translateY(-2px);
}
.homecate .card-cate:hover {
    background: #f6b63a;
}
.homecate .card-cate:hover i {
      transform: translateY(-2px);
}

.cate-icon img {
    width: 50px;
}
.homecate .blockbtn {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.homecate .btn.btn-default {
    background: #f6b63a;
    border-radius: 30px;
    padding: 6px 25px!important;
    box-shadow: 3px 4px #444;
    font-size: 18px!important;
    font-weight: 500;
}
.homecate .cate-name a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    background-image: linear-gradient(#ffffff00,#ffffff00),linear-gradient(#f6b63a,#f6b63a);
    background-size: 100% 15px,0 7px;
    background-position: 100% 100%,0 78%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
}

.homecate .cate-name a:hover{
    background-size: 0 10px,100% 7px;
    text-decoration: none !important;
    color: inherit !important;
}

.homecate .card-img:hover .cate-name a {
  background-size: 0 10px,100% 7px;
    text-decoration: none !important;
    color: inherit !important;
}

.homecate  .card-img .cate-name a{
    color: #333;
    text-decoration: none;
    font-size: 15px;
    background-image: linear-gradient(#ffffff00,#ffffff00),linear-gradient(#f6b63a,#f6b63a);
    background-size: 100% 15px,0 7px;
    background-position: 100% 100%,0 78%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
}
.common-text {
    padding: 20px 0 70px;
    font-weight: 700;
    line-height: 77px;
    text-transform: capitalize;
    width: 70%;
    margin: auto
}
.common-text h1 {
   margin: -10px 0 10px;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: #111
}
.common-text h4 {
   background: #f6b63a;
    display: initial;
    border-radius: 30px;
    padding: 3px 20px 3px;
    color: #222;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}
@media only screen and (max-width: 768px){
.left-card .card img {
    height: auto;
}
.homecate {
    padding: 15px 0 40px;
   
}
.common-text {
    padding: 20px 0 30px;
   
}
}
@media only screen and (max-width: 480px){
.cate-name h3 {
   
    font-size: 22px;
}
.homeblog1 img {
    width: 100%;
   height: auto;
}
.homecate .blockbtn {
    margin-top: 15px;
}
.homecate {
    padding: 20px 20px 29px;
    
}
.homecate .cate-name h3 {
   font-size: 15px;
    
}
.homecate .cate-name {
   width: auto;
   display: inline-block;
}

}
/*-------------------------------------homecate----------------------------*/
/*-------------------------------------homepodcast----------------------------*/
.homepodcast {
    float: left;
    width: 100%;
    padding: 70px 50px;
    background: url(../userassets/bkg.jpg);
    background-size: cover;
}

.podcast {
    padding: 50px;
    border: 3px solid #5F3C66;
    border-radius: 100px;
    height: 460px;
}

.homepodcast img {
  width: 82%;
    border-radius: 70px;
    float: right;
    margin-top: -16px;
    margin-right: -22px;
}
.homepodcast  h4 {
    background: #f6b63a;
    display: initial;
    border-radius: 30px;
    padding: 2px 16px 1px;
    color: #222;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}
.homepodcast h2 {
   font-size: 46px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 14px;
}
.homepodcast p {
    line-height: 35px;
    margin-top: 0;
    font-size: 18px;
    color: #666;
}

.homepodcast .btn.btn-default:hover {
    background: #5F3C66;
    color: #fff;
    box-shadow: none;
}
.homepodcast .btn.btn-default:hover i {
    color: #fff;
}
@media only screen and (max-width: 1024px){

.homepodcast h2 {
    font-size: 34px;
    
}
.homepodcast p {
    line-height: 30px;
  font-size: 16px;
    
}
.blockbtn {
    margin: 20px 0 0;
}
.podcast {
    padding: 45px;
   height: 440px;
}
.homepodcast img {
    width: 100%;
   margin-top: 0px;
   
}
.homepodcast .blockbtn {
    margin: 20px 0 0;
}

}
@media only screen and (max-width: 768px){

.blockbtn {
    margin: 30px 0 0;
}
.podcast {
    padding: 45px;
    height: 480px;
    border-radius: 70px;
}
}
@media only screen and (max-width: 480px){
.homepodcast {
    padding: 50px 30px;
    
}
.podcast {
    padding: 30px 20px 40px;
    height: auto;
    border-radius: 50px;
}
.homepodcast h4 {
   padding: 3px 16px 3px;
    font-size: 14px;
}
.homepodcast h2 {
    font-size: 26px;
}
.homepodcast p {
    line-height: 26px;
    font-size: 15px;
}
.ctaleft {
    order: 2;
}
.homepodcast img {
    margin-right: 0;
    margin-bottom: 30px;border-radius: 40px;
}
.homepodcast  .btn.btn-default {
    border-radius: 16px;
    padding: 10px 30px;
    font-size: 15px;
}
.homepodcast .btn.btn-default i {
    font-size: 15px;
}
}
/*-------------------------------------featuredblock----------------------------*/

.featuredblock {
   float: left;
    width: 100%;
    padding: 20px 0 60px;
    background: url(../userassets/bkg.jpg);
    background-size: cover;
    background-attachment: fixed;
   z-index: 99999;
    position: relative;
}



.featuredblock .halloffame {
      background: #fff;
    border-radius: 50px;
    padding: 22px 22px 22px;
    border: 3px solid #77537e;
    box-shadow: 0 0 20px #0606062e;
    margin-top: -148px;

}
.featuredblock .halloffame:hover {
border: 3px solid transparent;
}
.featuredblock .halloffame img {
    border-radius: 20px;
    transition: all .6s ease!important;
    
}
 .featuredblock .halloffame:hover img {
    transform: scale(1.25);
}
.featuredblock a {
    color: #222;
    text-decoration: none;
}
.featuredblock a .fa {
  transition: all ease .3s;
    border-radius: 50%;
    font-size: 17px;
    position: relative;
    top: 2px;
    color: #222;
}
.featuredblock a:hover .fa {
    transform: translateY(-2px);color: #fff;
}
.featureddec {
    padding: 12px 15px;
}
.famecard .card-img {
    overflow: hidden;
    border-radius: 20px;
}
.featuredblock .cate-link {
  border-radius: 12px;
    float: left;
    background: #f6b63a;
    padding: 10px 24px;
    font-size: 17px;
    font-weight: 600;
    margin: 12px 0 0;
}
.featuredblock .cate-link:hover {
   background: #5F3C66;
   color: #fff;
}
.cate-text h4 a {
 color: #666;
    font-family: roboto;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    background-image: linear-gradient(#ffffff00,#ffffff00),linear-gradient(#f6b63a,#f6b63a);
    background-size: 100% 15px,0 6px;
    background-position: 100% 100%,0 78%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    line-height: 30px;
}
.cate-name h3 {
    font-size: 22px;
    font-weight: 700;font-family: "Merriweather", serif;
}
.cate-text h4 a:hover {
    color: #222!important;
    color: #333;
   background-size: 0 10px,100% 6px;
    text-decoration: none !important;
    color: inherit !important;
}
@media only screen and (max-width: 1024px){
.featuredblock a .fa {
      top: 0px;
}
.cate-name h3 {
    margin: 0 0 5px;
}
.featureddec {
    padding: 0px 8px;
}
.sidebar {
   height: auto!important;
}
.featureddec {
    padding: 0px 8px;
}
.cate-text h4 a {
  font-size: 18px;
   
}
.featuredblock .cate-link {
  font-size: 15px;
    margin: 7px 0 0;
}
.common-text h1 {
    margin: -15px 0 10px;
    font-size: 40px;line-height: 48px;
   
}

}
@media only screen and (max-width: 950px){
.featuredblock {
    padding: 10px 0 40px;
}
.featuredblock .halloffame {
    padding: 12px 12px 12px;
   height: auto!important;
}
.famecard .card-img {
    margin-bottom: 12px;
}
.alllogo li {
    width: 18%;
}
.dropdown.shopping {
    right: 50px;
    top: 10px;
}
.navbar-toggler {
   font-size: 25px;
    position: relative;
    top: 3px;
    left: 10px;
}

}
@media only screen and (max-width: 768px){
  
.featuredblock .halloffame {
    height: auto;
    padding: 10px 10px 20px;
}
.featuredblock {
    padding: 10px 0 30px;
}
.featuredblock .halloffame {
    margin-top: 20px;
}
.featuredblock .halloffame img {
    border-radius: 40px;
 
}

}
@media only screen and (max-width:480px){

.famecard .card-img {
   margin-bottom: 10px;
}

.featuredblock .halloffame {
    margin-top: 15px;border-radius: 36px;padding: 8px 8px 20px;
}

.featuredblock .halloffame img {
    border-radius: 20px;
}
.famecard .card-img {
    overflow: hidden;
    border-radius: 30px;
}
.featureddec {
    padding: 8px 15px;
}
.cate-name h3 {
    font-size: 18px;margin: 0 0 5px;
   
}
.cate-text h4 a {
  font-size: 16px;
    
}
.featuredblock .cate-link {
    border-radius: 10px;
     padding: 7px 16px;
    font-size: 13px;
 margin: 0px 0 0;
}
.featuredblock a .fa {
    top: 1px;
    left: 1px;
    font-size: 13px;
}
.common-text p {
    padding: 4px 16px 4px;
    font-size: 13px;
}
.common-text {
    width: 100%;
   padding: 10px 10px 40px;
}
.common-text h1 {
    margin: -16px 0 0px;
    font-size: 23px;
    line-height: 32px;
}
.common-text h4 {
  font-size: 14px;
}

}


/*-------------------------------------featuredblock----------------------------*/
  /*-------------------------------------singleblog----------------------------*/
.common-header {
    padding: 50px;
    background: url(../userassets/headerbkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;

}
.header-title {
    color: #fff;
    text-transform: capitalize;
}
.header-title h2 {
    color: #fff;
   font-size: 36px;
   margin: 0;
}
.singleblog {
    float: left;
    width: 100%;
    padding: 30px 0 60px;
  background: #fbf9fb;
     background-attachment: fixed;
     background-size: cover;
}
.singleblog  .card {
    box-shadow: 0 0 60px 20px rgb(0 0 0 / 10%);
    padding:20px 30px;
   /* border-bottom: 4px solid #5F3C66;*/
    border-radius: 20px;
    border-radius: 20px;
   
}
.comment-area {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.sidebar-blog .card {
    padding: 15px!important;
   
}

.post-bar {
    display: flex;
    position: relative;
}
.singleblog .card h3 {
 font-size: 16px;
    font-weight: 500;
    border-bottom: 0px solid #ddd;
    color: #fff;
    padding-bottom: 12px;
    background: #5F3C66;
    padding: 12px 15px 12px;
    border-radius: 12px;
    border: 0;
}
.sidebar-blog .card h3 {
     border-bottom: 1px solid #ddd;
    
}

.rating-post {
    margin-left: 10px;
    color: #777;
}
.keywordNow {
    padding: 8px 0 0;
}
.post-bar {
    padding: 8px 0 0;
}
.flagreview {
   font-weight: 600;
    text-decoration: underline;
    color: #5f3c66;
}
.flagreview:hover {
    color: #5F3C66;
}
.title-bar {
   display: flex;
    font-size: 14px;
}

.rating .bi.bi-flag {
    margin-right: 3px;
    position: relative;
    color: #222;
    font-size: 14px;
}
.rating .bi.bi-flag:hover {
  color: #5F3C66!important;
}

/*.singleblog .container {
    margin: 0 auto 30px;
    max-width: 75%;
    border-radius: 20px;
    box-shadow: 0 0 20px #ddd;
    padding: 40px 50px 50px;
    background: #fff;
}*/

.author-comment {
    background: transparent!important;
    box-shadow: none!important;padding: 0;
}
.singleblog .card-body {
  flex: 1 1 auto;
    padding: 0rem 0rem;
    line-height: 35px;
    font-size: 16px;
    font-family: roboto;
    
}
.singleblog .single-blog-img img {
    width: 100%;
   margin: 0px 0 15px;
    border-radius: 20px;
   height: 450px;
   width: 1130px;
}
.singleblog  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 0px 0 14px;
}
.singleblog .card-title a {
  font-size: 28px;
    line-height: 38px;
    color: #222;
    text-decoration: none;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0;
}
.singleblog .card-title a:hover {
   color: #387a6f;
  box-shadow: none;
}
.singleblog p, .singleblog li {
  font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 30px;
    margin: 0 0 15px;
}
.singleblog .text-link {
    color: #222;
    font-weight: 700;
}
.blog-info span {
    font-size: 15px;margin: 0px 3px;
}
.bottom-block .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.conent-Text img {
       margin-bottom: 20px;
    border-radius: 20px;
    height: 450px;
    margin-top: 15px;
}
blockquote {
   float: left;
    background: #f8f8f8;
    padding: 20px 30px 30px;
    width: 100%;
  margin: 10px auto 10px;
    text-align: center;
    color: #363636;
    border-radius: 10px;
   border-bottom: 4px solid #5F3C66;
}
blockquote p {
  font-size: 18px!important;
    margin: 0;
    font-weight: 600;
    text-align: left!important;
    line-height: 30px;margin: 0!important;
}

iframe {
   border: 0;
    border-radius: 20px;
    margin: 15px auto 10px;
    width: 100%;
    height: 430px;
}
.blog-info a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.bottom-block {
    flex: 1 1 auto;
   padding: 0rem 0rem 0rem;
   margin: 10px 0 10px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bottom-block .card-body {
    padding: 1.5rem 1.5rem;
}
.bottom-block .card img {
    border-radius: 20px 20px 0 0; height: 180px;
}

.bottom-block .optinform {
    padding: 20px!important;
}

.singleph {
    float: left;
    width: 48%;
   
}

.comment-area h5 {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.bottom-block .card {
   box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    display: inline-block;
   border: 3px solid #5F3C66!important;
}
.bottom-block .btn.btn-default {
font-size: 14px;
    padding: 3px 20px;
}
.btn.btn-default i {
   font-size: 17px;
    left: 2px;
}
.card-img.singleph img {
    border-radius: 18px 0 0 18px;
    height: 294px;
   width: 527px;
}
.singleblog .card-title {
   font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0rem;
  
}
.singleblog h2 {
  line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 21px;
    margin: 0px 0 5px;
    font-family: roboto;
}

.singleblog .bottom-block .card-body {
    padding: 1.2rem 1.5rem 1.7rem;
}
.singleblog .singleph .card-title {
   font-size: 21px!important;
    line-height: 26px;
    font-weight: 700;
    min-height: 0!important;
    margin-bottom: 10px;
    text-align: left;
}
::selection {
    background-color: #c9a3cf36;
}
.multiproduct .card-body {
    padding: 10px!important;
}
.multiproduct .card-title {
    font-size: 18px!important;
    line-height: 24px!important;
  margin-bottom: 0rem;
    text-align: left!important;min-height: 53px;
}
.mydesc {
  min-height: 150px;
    line-height: 30px!important;
    margin-bottom: 10px;
}
.singleproduct {
  padding: 0!important; height: 300px;
}
.multiproduct {
    height: 300px;padding: 6px!important;
}  
.multiproduct img {
  width: 100%;
}
.gallery-blog-img  {
 margin-bottom: 0px;
    display: flex;
    justify-content: center;
    padding: 20px 0px 0;
} 
.gallery-blog-img img {
   margin: 0;
    float: left;
    width: 100%;
    border-radius: 15px;
    height: 210px;
    box-shadow: 0 0 20px #ddd;
} 
.blog-optin2 form {
    padding: 30px 10px 0;
}
.cta-Text {
    text-align: center;
    float: left;
    width: 100%;
    background: url(../userassets/ctabkg.jpg) center;
    padding: 32px 50px;
    border-radius: 20px;
background-size: cover;
    color: #fff;
    margin-bottom: 22px;
}
.cta-Text p {
    text-align: center;
   
}
.cta-Text .btn.btn-default {
   background: #f6b63a;
    border-radius: 15px;
    padding: 12px 36px;
    font-size: 15px;
    margin: 0px 0;
    color: #222;
    font-weight: 600;
    box-shadow: none;
    margin-top: 15px;
}
.cta-Text .btn.btn-default:hover {
       background: #5F3C66;
   color: #fff;
}
.cta-Text  h3 {
    font-size: 25px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-transform: capitalize;
}
.cta-Text p{
    text-align: center!important;
}
.conent-Text h3 {
    font-size: 20px;
    line-height: 30px;
}
.conent-Text {
    float: left;
    width: 100%;margin: 10px 0;
}
.bloglocation {
 /*   float: left;*/
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.blog-block {
    line-height: 44px;
    font-size: 18px;
}
.breadcrums a {
  font-size: 14px!important;
    color: #222;
    text-decoration: none;
    font-weight: 500!important;
}
.cateb, .postb {
   font-weight: 400!important;
    background: #5F3C66;
    padding: 4px 12px;
    color: #fff!important;
    border-radius: 30px;
    font-size: 13px!important;
}
.author-block h2 {
    font-size: 17px;
    font-weight: 500;margin-left: 9px;
}
@media only screen and (max-width: 1024px){
.singleblog .card-title, .singleblog .card-title a {
   font-size: 36px;
     line-height: 42px;
}
.singleblog .bottom-block .card-body {
    padding: 1rem 1.2rem 1.7rem;
}
.singleblog .card-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0.2rem;
    min-height: 50px;
}
.singleblog .single-blog-img img {
    width: 100%;
   height: 420px;
   
}
.add-to-wishlist {
    margin-top: 0px!important;
    margin-right: 3px;
}

.btn.btn-default i {
    font-size: 10px;
}
.multiproduct img {
    height: 200px;
}
.multiproduct {
    height: 350px;
}
.shareurl img {
    width: 50%!important;
}
blockquote p {
    font-size: 17px!important;
    line-height: 36px!important;
   
}
.singleblog .singleph .card-title {
    font-size: 22px!important;
    line-height: 30px;
    margin-bottom: 0.2rem;
   
}
.singleblog p {
    font-size: 17px;
  
}
.singleblog p, .singleblog li {
   line-height: 44px!important;
}
.conent-Text h4 {
    font-size: 20px;
}
.conent-Text h3 {
    font-size: 18px;
}

}
@media only screen and (max-width: 768px){
.singleblog .card-title, .singleblog .card-title a {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    margin: 0!important;
    min-height: 37px;
}
blockquote {
  width: 100%;

}
.singleblog .multiproduct .card-title {
    font-size: 16px!important;
    font-weight: 600;
    line-height: 26px!important;
}
.card-img.singleph img {
    border-radius: 20px 20px 0 0px;
    height: 240px;
    width: 100%;
}
.mydesc {
    min-height: 140px;
   
}
.singleproduct {
    height: 510px;
  
}
.singleph {
   width: 100%;
 }
.gallery-blog-img img {
    height: 180px;
    margin-bottom: 20px;
}
.cta-Text .btn.btn-default {
     font-size: 16px;
    
}
.blog-optin2 {
    width: 100%!important;
} 
.blog-optin2 .optintext {
  width: 72%;
    left: 82px;
}
.keywordNow a {
   padding: 5px 12px;
    font-size: 15px;
     margin-bottom: 10px;
}
.bottom-block .btn.btn-default {
    font-size: 13px;
    padding: 4px 18px;
    float: right;
    color: #222;
}
.blog-info span {
    font-size: 15px;
}
.singleblog h2 {
    line-height: 40px;
    font-size: 24px;
}
.author-block {
    width: 90%;
   
}
.author-block img {
    width: 100%;
    height: 100%;
}


.parent-header {
    display: block!important;
}
.post-bar {
    font-size: 15px;
    float: left;
}
.post-bar i {
    font-size: 15px!important;
}
.author-block {
    width: 90%;
   
}
.readcontent {
    margin: -5px;
}
.similarContent h3 a {
    font-size: 19px;
  
}
.bloglocation {
    float: none;
   
}
.singleblog p, .singleblog li {
    font-size: 17px;
    
}

.similarContent h5 a, .similarContent h5  {
     font-size: 15px;
}
.singleblog h2 {
    font-size: 20px!important;
}
}
@media only screen and (max-width: 480px){
  .topbanner {
    padding: 30px 0 15px;
}  
iframe {
    width: 100%;
    height: auto;
}
.topbanner img {
    border-radius: 8px;
    width: 100%;
}
.featuredblock {
    padding: 10px 20px 20px;
}
.singleblog {
   padding: 10px 15px 20px;background: #ffffff;
}
.title-bar {
    width: 100%;
   display: block;
   line-height: 25px!important;
}
.singleblog .card {
    box-shadow: none;
    padding: 0px 0px;
   
}

.multiproduct {
    height: 320px;
}
.rating-post {
    margin-left: 0px;
  
}
.shareurl {
    position: relative;
    top: 1px!important;
    left: 0px!important;
}

.commenttop {
    position: relative;
    top: 0px!important;
    left: 0px!important;
}

.blog-block a {
   font-size: 15px;
    margin-left: 0px;
}

.breadcrums {
    line-height: 1.3;
    margin-bottom: 5px;
}
.singleblog .card-title, .singleblog .card-title a {
    font-size: 20px;
     line-height: 30px;
   
}
.post-bar i {
    font-size: 13px!important;
    padding: 4px 5px!important;
}
.singleblog h2 {
    font-size: 18px!important;
    line-height: 32px;
}
.singleblog ul {
    padding: 0 15px;
}
.singleblog .single-blog-img img {
     margin: 10px 0 15px;
    height: 230px!important;
    width: 100%;
}

.similarContent ul {
    padding: 0 0px!important;
}
.bloglocation {
    float: none;
    font-size: 16px;
}
.singleproduct {
    height: auto;
}
.bottom-block .card {
   margin-bottom: 20px;
     padding: 0px 0 15px!important;
}
.card-img.singleph img {
    height: auto;
   
}
.singleblog p, .singleblog li {
     text-align: left;
}
.blog-optin2 {
    width: 100%;
 
}
.blog-optin2 .optintext h3 {
    font-size: 20px;
    line-height: 26px;
}
.blog-optin2 .optintext p {
   line-height: 25px!important;
    font-size: 15px!important;
    margin: 0!important;
}
.blog-optin2 .optintext {
   margin-top: -250px!important;
    width: 80%!important;
    left: 30px!important;
}
.comment-area ul {
    padding: 0!important;
}
.singleblog .singleph .card-title {
    font-size: 20px!important;
    line-height: 30px;
    margin-bottom: 0.2rem;
}
.singleblog p, .singleblog li {
    font-size: 17px;
    line-height: 34px!important;
    text-align: justify;
}

.blockquote {
   padding: 18px 20px 20px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 15px;
}

.bottom-block .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.optinform {
    padding: 20px!important;
}
.author-block {
    width: 100%!important;
    }
    .author-block img {
    width: 45px!important;
    height: 45px!important;
}
.author-block .col-md-3 {
    float: left;
    width: 22%;
}
.author-block .col-md-9 {
    float: left;
    width: 70%;
}
.author-comment {
   padding: 0px 10px 5px!important;
}
.readcontent {
    margin: -4px 0!important;
}
.similarContent h3 a {
    font-size: 17px!important;
    
}
.readheading {
    margin-bottom: 25px!important;
}

.similarContent h6 {
    font-size: 15px!important;
    top: 0px!important;
   
} .similarContent img {
   width: 38px!important;
    height: 38px!important;
     margin-right: 0;
}
}
 /*-------------------------------------singleblog----------------------------*/
  /*-------------------------------------optin-form----------------------------*/
.blog-optin {
   float: none;
    width: 70%;
    margin: 20px auto;
    box-shadow: 0 0 20px #00000030;
    padding: 0;
    border-radius: 0 15px 15px 0px;
}
.blog-optin form {
    
}
.optinsubmit .btn.btn-default {
    background: #f6b63a;
    border-radius: 16px;
    padding: 13px 39px;
    color: #222;
    font-weight: 600;
    box-shadow: none;
}
.optinsubmit .btn.btn-default:hover {
    background: #333;
    box-shadow: 3px 4px #f6b63a;
    color: #fff;
}
.blog-optin form .form-floating>label {
    font-size: 15px;
    color: #222;
    font-weight: 500;
}
.blog-optin .optinbkg img {
    width: 100%;
    border-radius: 15px 0px 0px 15px;
    height: 275px
}
.blog-optin .optinform {
    padding: 30px 30px 0;
}
.optinsubmit {
    margin-bottom: 10px;
}
.blog-optin .optintext {
    position: absolute;
    margin-top: -232px;
    padding: 0 30px;
    color: #fff;
    width: 34%;
}
.blog-optin .optintext h3 {
   font-weight: 600;
    color: #fff;
}
.blog-optin .optintext p {
    color: #fff;
    line-height: 30px!important;
    font-size: 17px!important;
}


.blog-optin2 {
   float: none;
    width: 70%;
    margin: 20px auto;
}
.blog-optin2 form {
   
}
.optinsubmit2 .btn.btn-default {
    background: #f6b63a;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 3px 4px #444;
    font-size: 16px;
    font-weight: 500;
}
.blog-optin2 form .form-floating>label {
    font-size: 15px;
    color: #222;
    font-weight: 500;
}
.blog-optin2 .optinbkg img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    height: 280px;
}
.blog-optin2 .optinform {
  padding: 30px 30px 40px;
    box-shadow: 0 0 20px #00000030;
    border-radius: 0 0 20px 20px
}

.blog-optin2 .optintext {
   margin-top: -196px;
    padding: 20px;
    color: #fff;
    width: 100%;
  
}
.optinbkg {
    height: 245px;
}
.blog-optin2 .optintext p {
  color: #fff;
    line-height: 26px!important;
    font-size: 17px!important;
    text-align: center;
    width: 80%;
    margin: auto;
}
.blog-optin2 .optintext h3 {
 font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 0px;
    font-size: 28px;
    text-transform: capitalize;
}
  /*-------------------------------------commentarea----------------------------*/
.comment-title {
   float: left;
    background: #f8f8f8;
    padding: 30px 30px 25px;
    width: 100%;
    margin: 20px auto 20px;
    text-align: center;
    color: #363636;
    border-radius: 20px;
    border-bottom: 4px solid #5F3C66;
}


.comment-area img {
    width: 38px;
    height: 38px;
}
.commentLoginCheck i {
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    font-weight: 800;
}
.commentLoginCheck {
    margin-left: 0px;
    font-size: 15px;
    font-weight: 800;
    margin-top: 5px;
}
.commentLoginCheck .logincheck {
    color: #222!important;
    text-decoration: underline;
    font-size: 16px!important;
}
.comment-area h6 {
   margin: 0px 0 3PX!important;
    padding: 0;
    font-size: 15px;
    FONT-WEIGHT: 600;
    color: #222;
}
.comment-area p {
  font-size: 14px;
    color: #666;
    text-decoration: none;
    font-weight: 400;
    margin: 0!important;
}

.comment-area a, .comment-area span  {
font-size: 12px!important;
    margin-top: -5px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
}
.comment-area a:hover {
    color: #387a6f;
}
.form-control {
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 2.5;
    border-color: #f3f6f9;
    color: #333;
    border: 2px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}
.blog-block a:hover {
    color: #5F3C66!important;
}
.blog-block a{
 color: #5F3C66;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-right: 5px;
}
.author-block {
   width: 100%;
    padding: 15px 0;
    
}
.author-block img {
  width: 50px;
    height: 50px;
}
.author-bio li {
    line-height: normal;
    font-size: 14px;
    float: left;
    list-style: none;
    font-family: "Roboto";color: #888;  padding: 0 8px 0 8px;
}
.author-bio li:not(:last-child) {
   border-right: 1px solid #ddd;
}
.author-bio li:not(:first-child) {
 
}
.rating-post a {
    font-size: 14px;
    margin-left: 8px;
    color: #5F3C66;
    font-weight: 600;
    text-align: left;
}
.author-block .col-md-2 {
    width: 7%;
}
.ul.author-des {
    margin-top: -5px;
}
.author-block p {
  line-height: 17px!important;
    font-size: 13px;
    font-weight: 300;
    color: #888;
}
.author-block .social-media {
   position: relative;
    margin-top: 21px;
    float: right;
    right: 6px
}
.author-block .social-media a {
    color: #222;
    font-size: 20px;
}
footer .social-media {
    width: 100%!important;
}
div#replyFunction {
    display: contents;
}
.replyComment {
   
    float: left;
    width: 100%;
    margin-top: -18px;
}
.replyComment form {
    width: 60%;
}
.comment-area form {
    width: 100%;
}
.rating-rate {
    float: left;
    background: #f8f8f8;
    padding: 20px 30px 30px;
    width: 100%;
    margin: 20px auto 10px;
    text-align: center;
    color: #363636;
    border-radius: 20px;
    border-bottom: 4px solid #5F3C66;
}

.similarContent h4 a {
      font-size: 15px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    margin: 0;

}
.similarContent h4 {
    float: left;
    width: 100%;
}

.similarContent img {
  display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    margin-top: 0px;
    width: 50px;
    height: 50px;
}

.similarContent h5 a {
   color: #222;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px!important;
}
.similarContent h5 {
margin: 0;
    padding: 0;
    font-size: 16px;
    float: left;
    margin-right: 10px
 
}

.similarContent {
    margin: 30px 0 0;
}
.similarContent h6 {
   margin: 0;
    font-size: 14px;
    color: #999;
    position: relative;
    top: 3px;
    font-weight: 400;
}

.readcontent {
    margin: 5px 0;
}
.readauthor h5 {
    
}
.add-to-wishlist a {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.post-bar i {
  font-size: 18px;
    margin: 0 0px;
    transform: translateY(-2px);
    background: #ffffff;
    padding: 10px 10px 10px;
    border-radius: 50%;
   border: 2px solid #5F3C66;
}
.post-bar a {
   color: #222!important;
}
.post-bar  .fa.fa-bookmark, .post-bar i.fa.fa-bookmark-o {
padding: 10px 13px 9px;
}
.post-bar  .fa.fa-share-square-o {
 padding: 10px 12px 10px;
}
.commenttop {
    position: relative;
    top: 0px;
    left: 0px;
}
.rating-post a:hover {
    box-shadow: none;
}
.commenttop a:hover {
    box-shadow: none;
}
i.bi.bi-heart-fill {
    color: #5F3C66;
    position: relative;
    /* top: 1px; */
    font-size: 20px;
    padding: 7px 9px 2px;
}
.btn-check:active, .btn-danger:focus{
    box-shadow: none!important;
}
.post-bar i:hover {
   background: #5F3C66;
    color: #fff;
    box-shadow: 0 0 0 5px #d5c2d9;
}
.post-bar a:hover{
 border-bottom: 0px solid!important;
 transform: none!important;   
}
.listing-info .card-header i {
    position: relative;
    top: 1px;
}
.keywordNow a {
   text-decoration: none;
    position: relative;
    border: 2px solid #dac5dfa1;
    padding: 4px 15px;
    display: inline-block;
    margin: 3px 10px 5px 0;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5F3C66;
    background-color: #dac5dfa1;
}
.keywordNow a:hover {
   background: #f6b63a;
    border: 2px solid transparent;
    color: #222;
}
/*---------------------------------bloggrid-----------------------------------*/

.bloggrid img {
    width: 100%;
    border-radius: 30px;
}
/*---------------------------------bloggrid-----------------------------------*/

/*---------------------------------surveryform-----------------------------------*/
.welcometitle {
    position: relative;
   left: 0;
    float: left;
    width: 100%;
    color: #fff;
    padding: 40px 40px 30px;
}
img.welimg {
    border-radius: 20px;
    background-size: cover;width: 100%;display: none;
}
.surveryform {
    text-align: center;
   
}
.surveryform form {
    width: 75%;
    margin: auto;
}

.surveryform h2 {
    font-size: 32px;
    color: #222;
    font-weight: 600;
}
.surveryform p {
   margin-top: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #666;
    text-decoration: none;
    font-size: 17px;
}
.startbtn {
  display: inline;
    border-radius: 30px;
    color: #161616;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}
.startbtn:hover {
     color: #5F3C66;
   
}


.survey-main {
   text-align: center;
    width: 100%;
  background-color: #272a28;
    position: relative;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    box-shadow: rgb(9 30 66 / 15%) 0px 0.5rem 1rem 0px;
    margin: 30px 0 60px;
    float: left;
    width: 100%;
}
.survey-main h3 {
    font-size: 22px;
    margin: 13px 0 18px;
    font-weight: 300;
    color: #fff;
 
}
.row.survey-form-01 {
  padding: 20px 30px 0px;
    text-align: left;
}

.title-small-light {
    font-size: 16px;
    color: #9e9e9f;
}
.skip-button a {
   display: inline;
    color: #929292;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    float: right;
}
.skip-button a:hover {
   
   color: #f6b63a;
}
.skip-button {
    margin: 10px 0;
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 30px;
    float: right;
}

.surveybtn {
    text-align: center;
    display: block;
    margin: 25px 0;
}
.surveybtn .btn-link {
   background: #f6b63a;
    border-radius: 18px;
    padding: 12px 39px;
    font-size: 16px;
    margin: 20px 0;
    color: #222;
    font-weight: 600;
    box-shadow: none;
    margin-left: 20px;text-decoration: none;
}
.surveybtn .btn-link:hover {
    
}
.survey-form-div {
   text-align: left;
      padding: 7px;position: relative;
}
.survey-form-check-01 {
    display: inline-block;
}
.survey-main input.form-input {
  float: left;
    width: 100%;
    border-bottom: 1px solid #8c8b8b!important;
    border-radius: 0;
    padding: 0px 0px;
    background-color: transparent;
    outline: none;
    line-height: normal;
    box-shadow: none;
    outline: 0;
    border-width: 0 0 2px 0;
    font-size: 16px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 0px;color: #ddd;padding-bottom: 10px;
}
.survey-form-check-01 {
    display: inline-block;
    margin-right: 5px;margin-bottom: 7px;position: relative;
    overflow: hidden;

}
   

 .survey-form-check-01 input[type="radio"], input[type="checkbox"] {
     opacity: 0;
    position: absolute;
    overflow: hidden;
    min-width: 44px;
    min-height: 39px;
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px;
}
 .survey-form-check-01 label {
   display: inline-block;
    background-color: #787f9f00;
    font-size: 14px;
    border: 2px solid #9b9b9b;
    border-radius: 10px;
    min-width: 45px;
    height: 40px;
    text-align: center;
    line-height: 2.5;padding: 0px 10px;color: #929292;
}
 .survey-form-check-01 input[type="radio"]:checked + label{
   background-color: #f6b63a;
    border-color: #6c7a6c;
    color: #fff!important;
    cursor: pointer;
}
.survey-form-check-01 input[type="checkbox"]:checked + label {
    background-color: #f6b63a;
    border-color: #f6b63a;
    color: #222!important;
    cursor: pointer;
    font-weight: 600;padding: 0 10px;
}


.survey-form-check-01  input[type="radio"]:focus + label {
    border: 2px dashed #ddd;
    color: #333;
}
.survey-form-check-01  input[type="checkbox"]:focus + label {
    border: 2px dashed #ddd;
    color: #fff;
}
@media (max-width: 768px){

.welcometitle {
   padding: 30px 0px 10px;
}
.surveryform h2 {
    font-size: 28px;
   
}
.survey-form-check-01 label {
   font-size: 13px;
    min-width: auto;
    height: auto;
   line-height: 2;
   
}
.survey-main h3 {
    font-size: 18px;
  
}
}
@media (max-width: 480px){
.surveryform h2 {
    font-size: 22px;
    
}
.survey-main {
     margin: 10px 0 60px;
   
}
.surveryform form {
    width: 90%;
   
}
.row.survey-form-01 {
    padding: 10px 20px 0px;
   
}
.survey-form-check-01 label {
    font-size: 12px;
   
}
.title-small-light {
    font-size: 14px;
   
}
}

/*---------------------------------surveryform-----------------------------------*/
 /*------------------------------socialshare--------------------------------*/
 .shareurl img {
    width: 70%;
}
.shareurl {
    position: relative;
  top: 0px;
    left: 0px;
}
.shareurl .btn-danger {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.shareurl .btn-danger:hover {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
}
.post-btn {
    margin-right: 10px;
}
.socialshare .modal-header {
    display: block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
   padding: 1rem 1rem 0.2rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius:10px;
    background-image: radial-gradient( circle 321px at 8.3% 75.7%, rgb(236 255 252) 0%, rgb(255 234 234) 81% );
    
}
.socialshare .modal-body {
    border-radius: 0 0 10px 10px;
    background-image: radial-gradient( circle 321px at 8.3% 75.7%, rgb(236 255 252) 0%, rgb(255 234 234) 81% );
}
.socialshare .modal-content {
 border: 0px solid rgb(255 255 255 / 0%);
    border-radius: 10px;
    
}
.socialshare .modal-title {
   text-align: center;
   font-weight: 600;
   color: #222;
}
.socialshare .btn-close {
   width: 10px;
    height: 10px;
    border: 0;
    opacity: .8;
    position: absolute;
    top: 15px;
    z-index: 999;
    right: 18px;
    background: url(../userassets/closeblack.png)center/1em auto no-repeat!important;
    background-repeat: no-repeat;
}
.socialshare .modal-dialog {
    max-width: 370px;
    margin: 1.75rem auto;
}
.social-icon .bi.bi-facebook {
    color: #3b5998;
}
.social-icon .bi.bi-twitter {
    color: #55acee;
}
.social-icon .bi.bi-pinterest {
    color: #DF0022;
}
.social-icon .bi.bi-linkedin {
    color: #065CBA;
}
.social-icon .bi.bi-whatsapp {
    color: #00BB04;
}
.social-icon  .bi.bi-send {
    color: #e73232;
}
.social-icon .bi.bi-instagram {
    background: -webkit-linear-gradient(45deg, #3d009f, #e91e63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social-icon a {
    text-decoration: none;
    font-size: 22px;
}
.social-icon {
    text-align: center;
    position: relative;
    top: -5px;
}
#myBtn {
  display: none;
    position: fixed;
    bottom: 51px;
    right: 30px;
    z-index: 99999;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #5F3C66;
    color: white;
    cursor: pointer;
    padding: 3px 18px 7px;
    border-radius: 50%;
    line-height: 1.5;
    border: 4px solid #cdb8d1;
}
#myBtn i {
    display: block;
    font-size: 20px;
    position: relative;
    top: 3px;
}
/*------------------------------socialshare--------------------------------*/
/*------------------------------talent-display--------------------------------*/

.talent-title {
    padding: 5px 0 10px;
}
.talent-title h2 {
  font-size: 30px;
    line-height: 30px;
    color: #222;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.talent-title span {
   color: #e3b535;
    font-size: 30px;
}

.talent-title h4 {
   color: #777;
    font-size: 16px;
    line-height: 29px;
   
}
.talent-display {
    float: left;
    width: 100%;
    padding: 50px;background: #fbf9fb;
}

.talent-bio-note {
    line-height: 34px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 5px;
    color: #777;
    font-weight: 500;
}
.talent h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.talent-description {
    margin: 10px 0;
}







.right-side .card {
    padding: 15px!important;
}
.talent-display .card {
    box-shadow: 0 0 60px 20px rgb(0 0 0 / 10%);
    padding: 25px 30px;
    border-bottom: 0px solid #5F3C66;
    border-radius: 20px;
    border-top: 0px solid #5F3C66;
    border-left: 0px solid #5F3C66;
}
.right-side .card {
    background: rgb(253, 248, 245);border: 0;
}

.talent-display .carousel-item img {
    height: 450px;
    border-radius: 20px 20px;
}
.talent-display .carousel-item {
    margin-bottom: 15px;
    border-radius: 20px;
}

.talent-display .carousel-inner {
   border-radius: 20px;
}
.talent-display .card h3 {
   font-size: 16px;
    font-weight: 500;
    border-bottom: 0px solid #ddd;
    color: #fff;
    background: #5F3C66;
    padding: 12px 20px 12px;
    border-radius: 12px;
    border: 0;
}

.talent-description li {
    float: left;
    width: 50%;
    list-style: none;
    line-height: 28px;
    list-style: none;
    margin-bottom: 5px;
    font-weight: 500;
    color: #222;
    font-size: 15px;
}
.talent-description li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    transition: all ease .3s;
    transform: rotate(35deg);
    padding: 3px 4px;
    font-size: 12px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    color: #5F3C66;
    background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    border-radius: 50%;
}

/*------------------------------talent-display--------------------------------*/

 /*-------------------------------------homepost----------------------------*/
.homeproduct {
    float: left;
    width: 100%;
    padding: 50px;background: #fbf9fb;  
}
.homepost .companylogo {
    width: 15%;
    position: absolute;
    margin-top: -40px;
    right: 12px;
}
.homepost .companylogo img {
    width: 45px!important;
    border: 3px solid #ffffffbd;
    padding: 0!important;
    height: 45px!important;
}
 .homepost .card-title1 a {
    line-height: 20px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
} 
 .homepost .card-title1{
    line-height: 20px;
   margin-bottom: 3px;min-height: 87px;
} 
.homepost p {
    margin: 0;
    line-height: 22px;
    color: #666;
    text-decoration: none;
    font-size: 15px;
}

.homepost .category {
 background: #f6b63a;
    border-radius: 7px;
    padding: 5px 12px 5px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    color: #000000;
    position: absolute;
    top: -207px;
    margin-left: 8px;
}
.homepost .card-title {
    margin-bottom: 1rem;
    font-size: 19px;
    min-height: 70px;
}
.homepost a .card-title {
    line-height: 25px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    min-height: 75px;
}
.homepost a {
    text-decoration: none;
}
.homepost .card-img-top img {
  height: 220px;
    width: 345px;
}
.homepost .card img {
 width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 8px;
    height: 230px;
}
.homepost .card {
   border-radius: 20px;
    border: 3px solid #5F3C66!important;height: 390px;
}
.homepost  .btn.btn-default {
   background:#5F3C66;
    border-radius: 10px;
    padding: 5px 16px!important;
    box-shadow: none;
    font-size: 12px!important;
    font-weight: 600;float: right;color: #fff;
}
.homepost  .btn.btn-default:hover {
   background: #f6b63a  ;
    color: #111;
     box-shadow: none;
  
}
.homepost .btn.btn-default i {
    padding: 3px 5px!important;
    font-size: 11px!important;
    
}
.homepost .card-body {
    flex: 1 1 auto;
    padding: .5rem 1rem 1.1rem;position: relative;
}


.catebubble {
    float: left;
    width: 100%;
    padding: 40px 0 0;
}


.cate-bubbles {
 float: left;
    width: 100%;
   padding: 15px 0 10px;
    text-align: center;
    margin: auto;
}

.cate-bubbles ul {
  padding: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cate-bubbles li {
  list-style: none;
    margin: 0 10px 5px;
    float: left;
}
.cate-bubbles li a {
   list-style: none;
    border-radius:30px;
   text-decoration: none;
   color: #222
}
.cate-bubbles li a h6 {
   list-style: none;
    background: #fff8e9;
    border-radius: 30px;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 15px;
    color: #53411e;
    border: 1px solid #f6b63a;
}
.cate-bubbles li a h6:hover {
    color: #ffffff;
    background: #5F3C66;
}


@media only screen and (max-width: 480px){

.cate-bubbles ul {
   
    justify-content: center;
}
.cate-bubbles li a h6 {
    
    font-size: 13px;
}
.cate-bubbles li {
    list-style: none;
    margin: 0px 5px;
    text-align: center;
    float: left;
}
}
  /*-------------------------------------homepost----------------------------*/

 /*-------------------------------------homelogo----------------------------*/

.homelogo {
    float: left;
    width: 100%;
    /*background: #222;
    transform: rotate(358deg);
    margin: 20px 0 100px;*/
    float: left;
    width: 100%;
    padding: 20px 0 50px;
    background: #f0f1f1;
}
/*.homelogo .row {
    width: 100%;
    margin: auto;
    justify-content: center;
    float: left;
    padding: 4px;
}
.alllogo img {
    width: 90%;
}*/
.alllogo ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.alllogo li {
    float: left;
    width: 12%;
    list-style: none;
    padding: 0px 14px;
}
.alllogo {
    float: left;
    width: 100%;
}
section.homelogo h2 {
  font-weight: 900;
    font-family: 'DM Sans', sans-serif;
}
@media only screen and (max-width: 480px){
.homelogo {
  transform: rotate(360deg);
    margin: 0px 0 50px;
    padding: 15px;
}
.alllogo .col-sm-6 {
    width: 50%;
    margin: auto;
    display: block;
    text-align: center;
    float: left;
}
.alllogo img {
    padding: 5px 0px;
}
}
/*-------------------------------------homelogo----------------------------*/
/*-------------------------------------homeblog----------------------------*/



.homeblog {
    float: left;
    width: 100%;
    padding-bottom: 45px;
 
}

.homeblog .card{
  background: transparent;
   border-radius: 20px;
    box-shadow: 0 0 20px #00000042;
   background: transparent;
     box-shadow: 0 0 20px #00000042;
    border: 2px solid #222!important;
}
.homeblog .card:hover{
  
   /* box-shadow: 7px 7px #5F3C66;*/
    background: #d7efef9e;
    
}


.homeblog .card-img img {
   width: 100%;
    border-radius: 20px 20px 0 0;
    height: 420px;
   
    background: transparent;
}
.homeblog .card-body {
    background: #fff;
    padding: 27px;
    border-radius: 0px 0 20px 20px;
    width: 100%;
    position: relative;
    top: 0px;
    padding: 24px 30px;
}
.homeblog .badge {
    background: #f6b63a;
    border-radius: 20px;
    color: #5F3C66;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.homeblog .card-title{
   margin-bottom: 1rem; 
}

.homeblog  .card-title a {
   font-size: 26px;
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 35px;
}
.homeblog .card-title a:hover {
    color: #5F3C66!important;
    border-bottom: 2px solid #5F3C66;
    transform: translate3d(5px, 0, 0);
}

.homeblog .author-name a, .homeblog .author-name {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
}
.avatar {
    position: relative;
    top: 12px;
}
.avatar img {
    width: 40px;
    height: 40px;
}
.homeblog .card-right i {
    transition: all ease .3s;
    transform: rotate(35deg);
    background: #f6b63a;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 3px;
    box-shadow: 3px 2px #222;
    position: relative;
    top: 12px;
    border: 1px solid #222;
    color: #222;
}
.homeblog .card-right:hover i {
    transform: translateY(-2px);
}

@media only screen and (max-width: 768px){
    .homelogo {
     margin: 20px 0 30px;
}

.alllogo li {
   width: 19%;
    
}
}
@media only screen and (max-width: 480px){
.homeblog .card-img img {
    
    height: auto;
  
}
.homeblog .card-title a {
    font-size: 20px;
    line-height: 30px;
}
.homeblog .card {
    height: auto;
}
.homeblog  .author-name {
    position: relative;
    top: 7px!important;
    font-size: 15px;
}
.homeblog .date{
    font-size: 12px;
    position: relative;
    top: -6px;
}
.alllogo li {
    width: 45%;
}
.homelogo {
    margin: 20px 0 0px;
    padding-bottom: 30px;
}
.homeblog .card-body {
    padding: 15px 20px;
}
section.homelogo h2 {
     font-size: 22px;
}
}
.header-block {
    background: url(../userassets/footerbkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
   background-position: center;border-radius: 0 0 130px 0px;
}
.header-block h5 {
    color: #fff;
    padding-top: 57px;
    font-size: 26px;
}
/*------------------------------------------homecta----------------------------------------*/

.homecta {
    padding: 60px 0px 60px;
    background: url(../userassets/ctabkg.jpg) center;
    background-size: cover;
   /* background-attachment: fixed;*/
    float: left;
    width: 100%;
}
.cta-start {
   float: left;
    width: 100%;
    background: url(../userassets/footerbkg.jpg);
    background-size: cover;
    padding: 50px 61px 60px;
    position: relative;
   
    border-radius: 100px;
    height: 360px;
}
.homecta h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;margin-bottom: 10px!important;
}
.homecta  p {
    color: #fff;
    font-size: 20px;
}
.homecta  .blockbtn {
    float: left;
    margin-top: 5px;
}

.homecta .btn.btn-default {
   background: #f6b63a;
    border-radius: 25px;
    padding: 16px 60px;
    font-size: 18px;
    color: #222;
    font-weight: 600;box-shadow: none;
}

.homecta .btn.btn-default:hover {
  background: #fff;
    color: #222!important;
  box-shadow: none;
}
.homecta .btn.btn-default:hover i{
   color: #222;
 
}
.ctaright img {
    width: 55%;
    float: right;
    margin-top: -114px;
    margin-right: 40px;
}
@media only screen and (max-width: 1024px){


.homecta h2 {
    font-size: 39px;
}
.homecta .blockbtn {
   margin-right: 60px;
}
.homecta p {
   line-height: 32px;
  
}
.cta-start {
   padding: 30px 50px 40px;
   height: 340px;border-radius: 120px;
}
.ctaright img {
    width: 69%;
    margin-top: -62px;
    margin-right: -14px;
}
}

@media only screen and (max-width: 768px){
.homecta h2 {
   font-size: 40px!important;
   
}
.homecta .blockbtn {
    
    margin-right: 20px!important;
   
}
.homecta .btn.btn-default {
   font-size: 18px!important;

}
.ctaright img {
   display: none;
}
.cta-start {
    padding: 45px 50px 40px;
    height: 330px;
    border-radius: 70px;
}
.homecta {
    padding: 60px 50px 60px;
   
}

 }
 @media only screen and (max-width: 480px){
.homecta .blockbtn {
    margin-right: 20px!important;
    float: left;
    margin: 0px 0;
}
.homecta h2 {
    font-size: 30px!important;
    line-height: 40px;
}
.header-block {
   height: 90px;
   
}
.homecta p {
    line-height: 30px;
    font-size: 16px;
}
.homecta {
    padding: 40px 30px 60px;
}
.cta-start {
    padding: 35px 30px 40px;
    height: auto;
    border-radius: 50px;
}
.homecta .btn.btn-default {
    font-size: 16px!important;
    padding: 13px 40px;
}
.homecta h2 b {
    font-weight: normal;
}


}
/*------------------------------------------sidebar----------------------------------------*/
.sidebar {
    background: #fff;
    padding: 12px 10px;
    border-radius: 20px;
    /*box-shadow: 7px 7px;*/
    height: 651px;
    box-shadow: 0 0 20px #00000042;
    background: transparent;
    border: 2px solid #222!important;
}
.sidebar img {
    width: 100%;
}
.sidebar a {
 text-decoration: blink;
    font-size: 17px;
    color: #222;
    font-weight: 600;
    position: relative;
}
.sidebar  h3 a:hover{
color: #5F3C66!important;
    border-bottom: 2px solid #5F3C66;
    transform: translate3d(5px, 0, 0);
}
.sidebar h4 {
       background: #f6b63a;
    border-radius: 18px;
    color: #5F3C66;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
}
.sidebar h4 a {
     font-size: 14px;
     color: #5F3C66;
     font-weight: normal;
   
}
.sidebar  h3 {
    font-family: 'League Spartan', sans-serif;
   font-size: 22px;
    margin: 6px 0px;
    color: #333;
    text-decoration: none;
   
}
.sidebar .card-des {
    margin: 10px 0;
}
.sidebar .card-body {
  padding: 0;
    overflow: hidden;
    border-radius: 10px;
    
}

.sidebar .card-body .card-img img {
   transition: all .6s ease!important;
}
.sidebar .card-img img {
    height: 100px;
    width: 100%;
}
.card-date {
    font-size: 13px;
    color: #a5a6aa;
}
.sidebar .block:not(:last-child) {
   border-bottom: 2px dashed #bfbfbf;
   
}

.sidebar .block {
    padding: 13px;
    min-height: 130px;
}
.sidebar .block:hover {
    background: #d7efef9e;
    
}
.sideleft{
height: 97px;
}
.sidebar .block .card-img:hover img {
    transform: scale(1.25);
}


/*------------------------------------------sidebar----------------------------------------*/

  /*----------------------------------------about------------------------------------*/

.about {
    float: left;
    width: 100%;
    padding: 70px  50px;background: url(../userassets/bkg.jpg);
    background-size: cover;
}
.about h1 {
   font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 14px;
    color: #111;
}
.about-text h4 {
   background: #f6b63a;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 16px 1px;
    color: #222;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.aboutimg {
    margin-left: -40px;
}
 .about p {
  line-height: 34px;
    margin-top: 0;
    font-size: 17px;
    color: #666;
}

@media only screen and (max-width: 1175px){

.about h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
}

}

@media only screen and (max-width: 768px){

.about h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
}

.aboutimg {
       width: 95%!important;
    margin-left: 0px!important;
    order: 2;
}
.about {
   padding: 50px 50px 30px;
    
}
}

@media only screen and (max-width: 480px){

.about h1 {
   font-size: 26px;
    line-height: 35px;
    margin: 8px 0 8px;
}
.about p {
  font-size: 16px;
    line-height: 32px;
}
.aboutimg {
    width: 85%;
    margin-left: -70px;
}
.about .btn.btn-default {
    font-size: 16px;
}
.about {
    float: left;
    width: 100%;
   padding: 50px 25px 50px;
}
.about-text h4 {    
   font-size: 16px;
}

}
  /*----------------------------------------about------------------------------------*/
/*----------------------------------------footer------------------------------------*/
footer .navbar {
    padding: 0px 0px;
    z-index: 999;
}
footer .nav-item {
    margin: 0 10px;
    display: inline-block;
}
footer {
   float: left;
    width: 100%;
 background: url(../userassets/footerbkg.jpg);
    background-size: cover;
    padding: 40px 0 0;
   background-attachment: fixed;
    position: relative;font-family: "Merriweather", serif;

}
footer .col-lg-3 {
   padding: 0;
}
.bottom-banner {
    float: left;
    width: 100%;float: left;
    width: 100%;
    display: none;
   }
.bottom-banner img {
    border-radius: 10px;
    width: 1216px;
    margin-bottom: 40px;
}
.footer-column ul {
    text-align: left;
    display: inline-block;
}
.footerlink2 h4, .footerlink2 h4 {
   text-align: left;
}
footer .navbar-brand img {
    width: 100%;
    float: left;
}
.bottomlogo {
    width: 23%;
    margin-right: 115px;
}
.footerlogo {
   width: 100%;
    margin: 0 auto 10px;
}
.footer-top {
    border-bottom: 1px solid #ddd;
    }
.footerlogo img {
    width: 40%;
    margin: 0 auto 20px;
}
.social-media img {
  width: 82%;
    margin: auto;
    display: block;
}
.social-media :hover img {
    color: #fff!important;
    animation: toTopFromBottom 0.3s forwards;
}
footer .navbar-nav {
    text-align: center;
    display: block;
    margin: auto;
}
footer p {
    line-height: 33px;
    font-size: 15px;
    color: #ddd;
}
footer h5 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 20px;color: #fff;
}

footer h4 {
    font-weight: 800;
    margin-bottom: 20px;
    text-align: left;color: #fff;
}
.footer_start {
   padding: 50px 0 40px;
   
}
.footerlink1 li {
   list-style: none;
    text-align: left;
     color: #ddd;
    line-height: 2;
    font-size: 17px;
   
}
.footerlink1 ul {
   
    padding: 0;
}
.footerlink2 li {
    list-style: none;
    text-align: left;
     color: #ddd;
    line-height: 2;
    font-size: 17px;
   margin-bottom: 20px;
}
.footerlink2 h6 {
    margin: 0 0 3px;color: #f6b63a;
}

.footerlink1 li a{
   color: #ddd;
    line-height: 2;
    font-size: 17px;
    text-decoration: none;  
}
.footerlink1 li a:hover {
    color: #468378;
    text-decoration: underline;
}
.footerlink2 ul {
  
    padding: 0;
}
.footerform{
    position: relative;
}

.footerform ::placeholder {
    color: #222;
    font-size: 14px;font-weight: 600;
}
.footerform button {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
}
 .footerform [type=submit]{
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    font-size: 0;
}
.footerform input[type="text"] {
    border-radius: 22px;
    background: #f6b63a;
    border: 0;
    padding: 14px 19px;
    width: 44%;
    color: #fff;
    height: 48px;
}
.footerform button i {
    background: white;
    padding: 14px 16px;
    position: relative;
    right: -16px;
    border-radius: 0px 20px 20px 0;
    top: 3px;
}

.footerlink2 li i {
    margin-right: 5px;
}
footer .social-media a {
 text-decoration: none;
    float: left;
    border: 2px solid #fff;
    padding: 9px 6px;
    border-radius: 50%;
}

footer .social-media a:hover {
    background: #f6b63a;
    border: 2px solid #f6b63a;
}

footer .social-media a:hover img {
    filter: brightness(0.1);
}
footer .fa {
  font-size: 19px;  
}

footer .nav-link {
    color: #fff;
    margin: 0px 20px;
}
footer .top-bar-menu {
    margin: 30px 0 0;
}
footer .bottom-link {
   
    padding: 0;
}

.bottom-link li {
    list-style: none;
    float: left;
}
 .bottom-link ul {
    padding-left: 0;
}
.bottom-link li a {
    color: #ddd;
    padding: 0 11px 0 0;
}
.bottom-link li a:hover {
    color: #2ef79b;
  
}

footer .bottomfooter {
    float: left;
    width: 100%;
   background: #281a2a4f;
    padding: 10px 20px;
    text-decoration: none;
}
.copyright {
    float: left;
}

.copyright li {
   float: left;
    color: #ddd;
    list-style: none;
    padding: 0 12px;
    font-size: 15px;
}
.copyright li a {
    float: left;
    color: #ddd;
    font-size: 13px;
}

.webdesign {
    color: #ddd;
      font-size: 15px;
      float: right;
}
.webdesign a {
    color: #ddd;
      font-size: 15px;
      text-decoration: none;
}
.webdesign a:hover {
    color: #2ef79b;
  
}
i.fa.fa-linkedin {
   background: #0C61BF!important;
    padding: 10px 11px!important;
    border-radius: 50%;
    color: #fff;
}
.fa.fa-facebook{
    color: #fff;
    background-color: #3b5998 !important;
    padding: 10px 13px!important;
    border-radius: 50%;
}
i.fa.fa-twitter {
    color: #fff;
    background-color: #55acee !important;
    padding: 10px!important;
    border-radius: 50%;
}
i.fa.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;
    color: #fff;
    padding: 10px 12px!important;
    border-radius: 50%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
@media only screen and (max-width: 1024px) {

footer .container {
    margin: auto;
    max-width: 96%;
}
footer .col-lg-4 {
   width: 27%;
}
footer .social-media {
   margin: 0px 8px;
}
footer h5 {
    font-size: 17px;
    
}
footer p {
   line-height: 26px;
   font-size: 14px;
}
.footerlink2 li, .footerlink1 li a {
    font-size: 15px;
}
}

@media only screen and (max-width: 768px){
.footer-column ul {
    text-align: left;
    display: block;
}
footer .col-lg-4 {
    width: 42%;
}
footer {
  padding: 30px 0 0;
   
}
.footerlink2 li, .footerlink1 li a {
    font-size: 16px;
}
footer .container {
    margin: auto;
    max-width: 90%;
}
.footerlogo img {
    width: 45%;
    margin: 0 auto 20px;
}
}

@media only screen and (max-width: 480px){
.bottom-banner img {
   margin-bottom: 0px;
}
  footer {
     padding: 0px 0 0px;  
 }
 .social-media img {
     width: 55%;
}
footer .social-media a {
    padding: 8px 1px;
    
}

footer .navbar-brand img {
    width: 75%;
    float: none;
    margin: auto;
}
.footerlink1 li a, .footerlink2 li {
    font-size: 15px;
   
}
footer .social-media {
     float: none;
     margin: 0px 0px;
}
.footer-column {
    padding: 0;
}
.footer_start {
    padding: 30px 10px 35px;
    float: left;
}
footer .copyright {
    float: none;
   text-align: center;
}
footer .bottomfooter {
   padding: 10px 10px 5px;
   line-height: 2;
}
footer p {
     width: 100%;
}
.footerlogo {
    width: 65%;
    margin: 0 auto 15px;
}
.copyright ul {
    padding: 0;
    margin: 0;
}
.bottom-banner {
    padding: 0px 0 20px;
}
footer .nav-link {
    margin: 0px 3px;
    font-size: 14px;
}
.footerlink2 h4, .footerlink2 h4 {
   
    font-size: 18px;
}
footer .bottom-link {
    float: none;
    padding: 0;
}
.keywordNow a {
    font-size: 14px;
   display: inline-block;
}
.copyright li {
    float: none;
     text-align: center;font-size: 13px;
}
footer .col-lg-4 {
    width: 100%;
}
footer p {
    line-height: 15px;
    font-size: 15px;
}

.webdesign .webdesign a, .copyright {
   font-size: 16px;
    
}
.bottom-link ul {
    padding-left: 0;
    width: 100%;
    float: left;
    justify-content: center;
    display: flex;
    margin: 0;
}
.order-sm-first.order-last {
    margin-top: 26px!important;
}
.webdesign, .webdesign a {
    float: none;font-size: 13px;
}
.footerlogo img {
   width: 100%;
    margin: 30px auto 10px;
}
footer .container {
    margin: auto;
    max-width: 88%;
}
.footer-top {
   padding-bottom: 30px;
}
.footerform input[type="text"] {
     width: 100%;
   
}
.welcometitle {
    padding: 20px 0px 10px;
}

}
/*-------------------------------loginpage-----------------------------*/
.section.userlogin{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 20px 20px;
    background-position: 26% 4%!important;
}

.userlogin .container {
    width: 70%;
}
.page-login:before {
    position: absolute;
    z-index: 0;
    background: url(../userassets/aboutbkg.jpg);
    content: "";
    min-height: 110%;
   width: 600px;
    top: 0;
    left: 0;
   /* height: 690px;*/
    height: 65vw;
}
.page-login .container {
  max-width: 100%;
 width: 80%;
}
.login {
    padding: 50px 50px 30px;
}


.loginimage img {
    height: 51vw;
}
.loginstart {
 background: #fff;
 border-radius: 20px;
 margin:60px 0;
 
 box-shadow:0 0 20px #2d2c2c3d;
 padding: 0 0px 0px 0px;
 
}
.loginstart form {
    margin: 25px 0 5px;
}
.logining img{
    width: 100%!important;
}
.loginstart img {
 margin: 0px auto 0px!important;
    border-radius: 20px 2px 0px 20px;
    margin: 0px;
    width: 42%;
    position: relative;
    top: 0px;
    left: 0;
}
.loginstart h3 {
    font-size: 30px;
    font-weight: 700;
}
.login-form h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4vw;
    font-weight: 600;
    margin-bottom: 6px;
}
.loginstart h2 {
     font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    margin: 20px 0 0;
 font-weight: 700;
}

.login-form h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
   line-height: 1.8;
}

.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}
.btn-primary a {
    color: #fff;
    text-decoration: none;
}

.loginstart .bi {
    font-size: 50px;
    color: #6ec969;
}

.loginuser{
    width: 100%;
    margin: auto;
}

.loginbtn .btn.btn-default {
   background: #f6b63a;
    border-radius: 16px;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 600;
}
.loginbtn .btn.btn-default:hover {
     background: #5F3C66;color:#fff;
}

.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 15px;
   text-align: center;
    text-decoration: underline;
    color: #5F3C66;
    font-weight: 600;
}
.lost a:hover {
   color: #333;
   text-decoration: underline;
}
.bottombtn {
    text-align: center;
}
.bottombtn .btn img {
    width: 23px;
    margin-right: 4px;
}
.bottombtn .btn {
    font-size: 13px;
    padding: 10px 6px;
    border: 1px solid #ddd;
    color: #666;
    margin: 0px 2px;
    background-color: transparent;
}
.account {
    text-align: center;
    display: block;
    font-size: 15px;
   
}
.account a {
    font-size: 15px;
   /*  font-size: 1.1vw;*/
    text-align: center;
    text-decoration: none;
    color:#5F3C66;
    font-weight: 600;
}
.account a:hover {
   color: #333;
   text-decoration: underline;
}
@media only screen and (max-width: 1024px){
.userlogin .container {
    width: 85%;
}
}
@media only screen and (max-width: 768px){
.loginlogo img {
    width: 40%!important;
    margin: 15px auto 7px!important;
}
 .login {
    padding: 30px 20px 20px;
    width: 100%;
}
.account {
    
 font-size: 15px;
 margin: 0!important;
}
.loginstart {
    margin: 20px 0;
}
}
@media only screen and (max-width: 425px){
.userlogin .container {
    width: 95%;
}
.loginstart h2 {
   font-size: 24px;
    margin: 10px 0 0;
}
.loginbtn .btn.btn-default {
   font-size: 16px;
}

.login {
    padding: 15px 20px 35px;
    width: 100%;
}
}

/*-------------------------------loginstart-----------------------------*/
/*-------------------------------form-alart-----------------------------*/
.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 5px;
    margin: 0;
}
.form-top .alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}
.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ff0018;
    box-shadow: 0 0 0 0.25rem rgb(241 71 87 / 25%);
}

.form-control {
  padding: 1rem 0.75rem;
    font-size: 13px;
    line-height: 2.5;
    border-color: #f3f6f9;
    color: #555;
    border: 3px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}
.form-floating>label {
    font-size: 15px;
    color: #777;
    font-weight: 500;
}
.alert-success {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 12px;
    width: 60%;
    text-align: center;
}
/*-------------------------------form-alart-----------------------------*/
/*-------------------------------------------------page-about----------------------*/

.page-about {
   background: #fbf9fb;
    float: left;
    width: 100%;
    padding: 40px 0 20px;
}

.page-about .commontext h4 {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}
.about-img img {
   border-radius: 10px;
    position: relative;
    z-index: 1;
}
.commontext h2 {
    margin: 0;
    margin-bottom: 30px;
    color: #333;
    font-size: 40px;
    font-weight: 500;
}
.commontext {
    margin: 0 0 14px;
    float: revert;
    position: relative;
    z-index: 0;
}
.commontext h2 b {
    background: #82f5f5;
    border-radius: 30px;
    padding: 0 10px;
    background-image: linear-gradient(305deg, #39c1f3 0%, #2AF598 100%);
    font-style: italic;
    font-weight: 500;
}
.commontext h3 {
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
.large-paragraph {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #444;
    font-weight: normal;
}
.commontext p {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}
.commontext li {
    list-style: none;
    line-height: 30px;
    color: #333;
    float: left;
    margin-right: 14px;
    margin-bottom: 10px;
    z-index: 4;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.commontext ul {
    padding: 0;
}
.commontext li:before {
   content: "\f0a9";
    font-family: 'FontAwesome';
    color: #8230ee;
    margin-right: 7px;
    float: left;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    padding: 2px 1px;
    line-height: 1;
}
.cms img {
    float: left;
    width: 590px;
    margin-right: 50px;
    margin-bottom: 10px;
    border-radius: 20px;
    height: auto;
}
/*.aboutimg {
    width: 100%;
    width: 500px;
}*/
.third-image {
    float: none!important;
    margin: 10px auto!important;
    text-align: center;
    display: block;
    width: 590px;
     height: 388px;
}
.second-image {
    float: right!important;
    width: 590px;
    margin-left: 50px;
    margin-bottom: 15px;
    border-radius: 20px;
    height: 388px;
    margin-right: 0!important;
    margin-top: 10px;
}
@media only screen and (max-width: 1024px){

.about .btn.btn-default {
   font-size: 18px;
   
}
.container-fluid {
    max-width: 100%;
}
}
@media only screen and (max-width: 768px){
    .cms h1 {
    font-size: 30px;
}
}
@media only screen and (max-width: 480px){
  
.cms img {
 width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.page-about {
    padding: 10px 0 20px;
}
.commontext {
    margin: 10px 0 14px;
    float: left;
}
.cms h1 {
    font-size: 25px;
    line-height: 32px;
}
.cms p {
   text-align: justify;
}
h1 {
    font-size: 25px;
}
h4 {
    font-size: 18px;
}
.commontext p {
    font-size: 16px;
    line-height: 36px;
}
.aboutimg {
    display: none;
}
.about .btn.btn-default {
    font-size: 15px;
    padding: 10px 30px;
}
.aboutimg {
    display: none;
}

.side-banner {  
   margin: 45px 0px 0;
   height: 450px;
}
.side-banner .blockbtn {
    margin-top: 160px;
}
}
@media only screen and (max-width: 375px){
.side-banner {
    height: 390px;
}
}
/*@media only screen and (max-width: 1440px){

.search .input-group .btn {
   
    z-index: 2;
    right: 160px;
}
.nav-right {
    right: 110px;
    top: 25px;
}
}*/
 /*------------------------------------product-directory----------------------------------------*/

.product-home {
    float: left;
    width: 100%;
    padding: 0px 0 55px!important;
}
.product-directory .card {
   float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 20px #00000042;
    border: 3px solid #5F3C66!important;
 padding: 8px;height: 400px;
}
.product-directory .ribbon_3 {
    z-index: 2;
}
.ribbon_3 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_3.popular span {
 background: #f6b63a;
   color: #5F3C66;
}
.ribbon_3 span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    position: absolute;
    top: 19px;
    left: -21px;
}
.product-directory .card-img-top {
   position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  
    
}
.product-directory .card-body {
    padding: 1rem 0.6rem;min-height: 110px;
}

.product-directory .card-img-top img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 230px;
    width: 342px;
   }

.product-directory .card-footer {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}

.product-directory  .card-img-top a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay_5 {
    position: absolute;
    background: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}
.product-directory  .short_info {
    position: absolute;
    left: 0;
    bottom: 130px;
   /* background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);*/
    width: 100%;
   padding: 45px 15px 8px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;display: none;
}
.product-directory .short_info i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin-right: 4px;
}
.product-directory .short_info .price {
    float: right;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.product-directory .product_title {
   
    position: relative;
}
.product-directory .product_title h3 {
   margin: 0 0 5px 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px;
}
.product-directory .rating small {
    margin: 5px 0;
    color: #777!important;
    font-size: 13px;
}

.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.wishlist:before {
    font-style: normal;
    font-weight: normal;
   font-family: bootstrap-icons!important;
    font-size: 25px;
    content: "\f417";
    color: #888;
    position: absolute;
    left: 0;
    top: 4px;
}
.wishlist a {
    color: #888;
    cursor: pointer;
    display: block;
}
.product-directory  .btn.btn-default {
   background: #f6b63a;
    border-radius: 10px;
    padding: 5px 16px!important;
    box-shadow: none;
    font-size: 12px!important;
    font-weight: 600;
   
}
.product-directory  .btn.btn-default:hover {
    background: #5F3C66;
    color: #fff;
    box-shadow: none;
}

.product-directory .btn.btn-default i {
    font-size: 11px!important;
    left: 2px;
    padding: 2px 4px!important;
}
.product-directory a {
    color: #222;
    text-decoration: none;
}
.product-directory .blockbtn {
    float: right;margin: 0;
}
.rating-user {
    float: left;
     display: inline-flex;
    margin-right: 4px;
}
.rating p {
    display: flex;
    color: #6c757d;
    font-size: 15px!important;
    margin: 0 0 8px;
}
.rating-user  img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 7px;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(82 85 90 / 20%);
    margin-top: 0px;
}
.rating  li {
    padding-bottom: 10px;
}
.rating  h6 {
    margin-left: 53px;
    font-size: 13px;
    color: #777;
}


@media only screen and (max-width: 1024px){

.product-directory .short_info {
   bottom: 150px;
    
}
.product-home .row.gy-4.gx-5.mt-4 {
    --bs-gutter-x: 3rem!important;
}
.product-directory .card-img-top img {
   height: 230px;
    width: 342px;
}
.product-directory .card-img-top {
    height: 230px;
}
}
@media only screen and (max-width: 480px){
.product-directory .card-img-top img {
   height: 260px;
    width: 100%;
}
  }  
 /*------------------------------------product-directory----------------------------------------*/






/*------------------------------------deal-grid----------------------------------------*/

.deal-grid {
    float: left;
    width: 100%;
    padding: 0px 0 55px!important;
}
.deal-grid .card {
   margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 20px #00000042;
    border: 3px solid #5F3C66!important;
    height: 415px;
    padding: 8px;
}

.deal-grid .category {
background:#f6b63a;
    border-radius: 7px;
    padding: 5px 12px 5px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    position: absolute;
    top: -215px;
   
}
.deal-grid .card-title a {
    font-size: 18px;
    font-weight: 700;
}
 .deal-grid h5 {
   margin-bottom: 15px;
}

.deal-grid  h5 a {
    line-height: 20px;
    color: #666;
    text-decoration: none;
    font-size: 15px;
}
.deal-grid .card-title {
    margin-bottom: 0;line-height: 1
}
.deal-grid .ribbon_3 {
    z-index: 9;
}
.expertise {
    font-size: 13px;
    color: #888;
    font-weight: 300;
}
.ribbon_3 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_3.popular span {
 background: #5F3C66;
    color: #ffffff;
}
.ribbon_3 span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    position: absolute;
    top: 19px;
    left: -21px;
}
.deal-grid .card-img-top {
   position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
  
    
}
.deal-grid .card-img-top img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 230px;
    width: 100%;
   }

.deal-grid  .card-img-top a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay_5 {
    position: absolute;
    background: rgb(0 0 0 / 23%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}


.deal-grid .product_title {
  position: relative;
    min-height: 77px;
  
}
.deal-grid .card-body {
 position: relative;height: 100px;
}
.deal-grid .btn.btn-default {
   background:  #5F3C66 ;
    border-radius: 10px;
    padding: 5px 16px!important;
    box-shadow: none;
    font-size: 12px!important;
    font-weight: 600;
    float: right;color: #fff;
}

h4.card-title a {
    font-size: 20px;
    color: #222;
    text-decoration: none;
}
.deal-grid .blockbtn {
    float: right;margin-top: 0;
}



@media only screen and (max-width: 1024px){


.deal-grid .price {
     font-size: 22px;

}
}
 /*------------------------------------deal-grid---------------------------------------*/










 /*----------------------------------------search-form------------------------------------*/

.formstart .container {
    margin: auto;
    max-width: 80%;
}
.form-inner {
    border-radius: 50px;
    padding: 9px;
    float: left;
    width: 100%;
    margin-bottom:0px;
    margin-top: 10px;
}

.form-inner .btn-default {
   float: left;
    padding: 0;
    background: transparent;
    border: 0px solid #47abaa;
    color: #fff;
    border-radius: 50px;
    line-height: 2.3;
  
}
.form-inner .btn-default:hover {
   padding: 0;
    background: transparent;
    border: 0px solid #47abaa;
}

.form-inner .btn-default i {
   position: relative;
    left: -22px;
    font-size: 16px;
    transform: translate3d(5px, 0, 0);
    background: #f6b63a;
    padding: 12px 13px;
    border-radius: 50%;
    margin-left: 3px;
    box-shadow: 3px 3px #222;
    color: #222;
}

.form-inner .bi.bi-binoculars {
    background: #f6b63a;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 3px;
    box-shadow: 3px 3px #222;
    color: #222;
    border: 1px solid;
}

.form-inner .bi.bi-binoculars:hover {
    background: #222;
    color: #fff;
    box-shadow: 3px 3px #f6b63a;
}
.form-inner .btn-default .fa.fa-search:hover {
  background: #222;
    color: #fff;
    box-shadow: 3px 3px #f6b63a;
}
.form-inner .form-group {
   display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #fff;
    margin: 0;
    border: 1px solid #222;
    border-radius: 50px;
    box-shadow: 4px 4px #222;
}
.form-inner .w-sm-50 {
    width: 70%!important;
    margin: 0px 25px 0 0;
}
.multisearch {
   color: #237070;
}
.form-inner i{
  background: #f6b63a;
    padding: 3px 5px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 3px;
    box-shadow: 2px 2px #222;
    color: #222;
    border: 1px solid;
}

.form-inner .reset-btn {
    position: absolute;
    right: 310px;
    margin-top: 96px;
    font-size: 13px;
    text-decoration: none;
}
.form-inner .reset-btn a {
    text-decoration: none;
    color: #777;
}
input:focus-visible {
 outline: 0;
}
i.bi.bi-geo-alt {
 
     font-size: 20px;
}

.form-inner select {
    word-wrap: normal;
    margin: 0;
    padding: 12px 15px;
    border-radius: 0;
    color: #333;
    background-color:transparent;
    box-shadow: none;
    border: 0;
    font-size: 14px;
    width: 70%!important;
    margin: 0px 25px 0 0;
}
.form-inner .index_catagory {
    word-wrap: normal;
    margin: 0;
    padding: 12px 15px;
    border-radius: 0;
    color: #333;
    background-color: #fcfcfc;
    box-shadow: none;
    border: 0;
    font-size: 14px;
    width: 70%!important;
    margin: 0px 25px 0 0;
}
.dropdown-search {
   border: 0!important;
    width: 90%;
    font-size: 14px;
    color: #444;
   /*font-size: 1.2vw;*/
   
}
.search-btn {
   background: transparent!important;
    color: #333!important;
    border: 0;
   
    position: absolute;
    right: 0;
}
.multi-search .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0;
    content: "\f078";
    color: #222;
    font-family: 'FontAwesome';
    border: 0;
    position: absolute;
    margin: 0px!important;
    /*font-size: .8vw;*/
     font-size: 14px;
    right: 33px;
    top: 2px;
}

.multi-search {
    width: 80%;
    position: relative;
    top: 2px;
    font-size: 15px;
    color: #666;
    padding: 12px 15px;
}
.multi-search  .btn-check {
   opacity: 0;
    position: absolute;
    clip: inherit;
    pointer-events: all;
    width: 60px;
    height: 30px;
    font-size: 14px;
  /*  font-size: 1.1vw;*/
}
.multi-search .btn-light {
   font-size: 12px;
    color: #34227c;
   border-color: #fbfffb;
    background: #eaf9f4;
    color: #0c9091;
    padding: 3px 6px;
    border-radius: 30px;
    font-weight: normal;
    font-size: 14px;
  /*  font-size: 1.1vw;*/
}
.multi-search .dropdown-content {
    padding: 15px;
}
.multi-search ul {
    padding: 0;
    margin: 0;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: transparent;
    box-shadow: none;
}
.formstart  .fa.fa-search {
   font-size: 17px;
    color: #237070;
  /*  font-size: 1.2vw;*/
  
}
.textarea-dropdown .btn.btn-secondary {
    background: transparent;
    padding: 0;
    border: 0;
}
.formstart .bi.bi-grid {
    font-size: 1.4vw;
      font-size: 20px;
  
}
.textarea-dropdown {
  width: 80%;
}
.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
}
.dropdown.textarea-dropdown .dropdown-toggle::after {
    display: none;
}
.textarea-dropdown li  {
    width: 45%;
    margin: 8px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    /*font-size: 1vw;*/
   /* padding: 0.2vw;*/
}
.textarea-dropdown li i {
  margin-right: 8px;
    background: #f6b63a;
    padding: 2px 4px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 3px;
    box-shadow: 2px 2px #222;
    color: #222;
    border: 1px solid;
}
.btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
    border-color: #daf3db;
    background: #cafded;
    color: #0c9091;
   
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-check:focus+.btn-light, .btn-light:focus {
   box-shadow: none!important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
#searchbtnlive {
    display: none;
}
.brand-banner-text {
    position: absolute;
    margin-top: -366px;
    width: 18%;
    font-size: 24px;
    left: 190px;
    font-weight: 700;
    text-align: right;
    line-height: 40px;
}

@media only screen and (max-width:480px){
    .form-inner .form-group {
    display: block;
    
}
.form-inner select {
    width: 82%!important;
    margin: 0px 0px 0 0;
}
.form-inner .form-group {
    display: block;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: transparent;
    margin: 0;
    border: 0px solid #222;
    border-radius: 50px;
    box-shadow: none;
}
.form-inner {
    float: left;
    width: 100%;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    margin: 0;
    border: 2px solid #222;
    border-radius: 20px;
   /* box-shadow: 4px 4px #222;*/
}
.form-inner .btn-default {
    float: left;
    background: transparent;
    border: 0px solid #47abaa;
    color: #fff;
    border-radius: 50px;
    line-height: 2.3;
    padding: 10px 20px 0;
}
button i.bi.bi-grid-fill {
    margin-left: -6px;
}
}
@media only screen and (max-width:375px){
.form-inner i {
     margin-left: -5px;
}
.form-inner .bi.bi-binoculars {
   margin-left: -5px;
}
}
/*----------------------------------------form-start------------------------------------*/

.listing-info {
    float: left;
    width: 100%;
    padding: 45px 0 0;background:#fbf9fb;
}
.listing-titlebar {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.listing-header {
    float: left;
    width: 100%;
}
section.listing-header img {
    width: 627px;
    height: 300px;
}
.listing-titlebar span a, .listing-titlebar span {
    font-size: 14px;
    color: #777;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0px;
}
.logo-box {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.logo-box img {
 display: flex;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 50%;
    border: 6px solid #bcb9b952;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 5px;
}
.shadow {
    box-shadow: 0 .0rem 1rem rgba(0,0,0,.15)!important;
}
.listing-titlebar-title h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 800;
}
.listing-titlebar-title a{
   color: #777;
   text-decoration: none;font-size: 13px;
}
.listing-info .card h1 {
  font-size: 20px;
    font-weight: 700;
}
.listing-titlebar span.listing-tag {
   margin: 0;
    padding: 5px 16px;
    line-height: 15px;
    letter-spacing: 2.5px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #5F3C66;
    color: #323232;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    top: -7px;
    margin-left: 10px;
    font-family: roboto;
}
.listing-info iframe {
    border: 0;
    border-radius: 20px;
    margin: 10px auto 10px;
    display: block;
    width: 100%;
    height: 370px;
}
.listing-info .card {
    padding: 15px;
    border-radius: 20px;
}
.listing-info  .card-header {
   background: #5F3C66;
    padding: 10px 10px 10px;
    border-radius: 12px;
    border: 0;
}
.stars {
    margin-bottom: 5px;
}
.listing-info .card-body {
     border-top: 0px solid #ddd;
}
.listing-info p, .listing-info li{
    line-height: 30px;
 list-style: none;margin-bottom: 5px; font-weight: 500;
    color: #222;font-size: 15px;
}
.listing-info ul{
    padding: 0;
}
.listing .btn.btn-default {
   background: #f6b63a;
    border-radius: 16px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 600;
}
.hvr-sweep-to-top:before {
  border-radius: 16px;
    background: #5F3C66;
    color: #fff;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #5F3C66;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.listing .btn.btn-default:hover {
 
   color: #fff;
}
.listing .btn.btn-default:hover i {
   color: #fff;
}
.overview .bg-secondary {
   background: #5F3C66!important;
    border-radius: 20px;
    min-width: 52px;
    position: relative;
    left: 7px;
}
.blockbtn.listing {
    float: right;
    margin-top: 5px!important;
}
.listing-info .lising-left .card-body i {
  transition: all ease .3s;
    transform: rotate(90deg);
    padding: 4px 4px;
    font-size: 13px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    color: #5F3C66;
    background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    border-radius: 50%;
}
.listing-info .lising-left .card-body  li {
    list-style: none;
    padding: 0;
    width: 50%;
    float: left;
}
.listing-info .card-body  ul {
     padding: 0;
}
.listing-info  .card-header  h5 {
   color: #ffffff;
    background-color: transparent;
    border: 0px solid #dac5dfa1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: inline;
    padding: 7px 10px;
    border-radius: 30px;
}
.author-box {
    float: left;
    width: 100%;margin-bottom: 10px;
}


.author_contact .card-header h4 {
   color: #ffffff;
    background-color: transparent;
    border: 0px solid #dac5dfa1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: inline;
    padding: 7px 10px;
    border-radius: 30px;
}

.post-review {
  margin: 0;
    padding: 8px 12px;
    line-height: 15px;
    letter-spacing: 1px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: 0px solid #5F3C66;
    color: #323232;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    margin-left: 10px;
    font-family: roboto;
    float: right;
}

.post-review:hover {
   background: #f6b63a;
    color: #1e1d1d;
    border: 0;
}
textarea {
    height: 120px!important;
}
.btn-success.btn-info {
  background: #f6b63a;
    border-radius: 12px;
    padding: 13px 20px;
    font-size: 17px;
    font-weight: 600;
    border: 0;
}

.btn-success.btn-info:hover {
  background: #5F3C66;
   color: #fff;
}
.modal-footer {
   display: none;
}
.modal-content {
   border: 0px solid rgba(0,0,0,.2);
  border-radius: 20px;
}
.greynote {
    font-size: 13px;
    line-height: 28px;
    padding: 6px 12px;
    color: #6c757d;
    background: #f1f1f1;
    border-radius: 4px;
    margin: 5px 0 15px;
}
.modal .form-check {
    font-size: 13px;
    color: #555;
    padding: 5px 27px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #5F3C66;
    color: #fff;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    /*filter: brightness(0.5)invert(1);*/
}

.form-check-input:checked {
    background-color:#5F3C66!important;
    border-color: #5F3C66!important;
}
.sidebar-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sidebar-widget .author__contact li {
   color: #666;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    line-height: 21px;
}
.author__dis {
    line-height: 22px!important;
    color: #777;
    font-size: 12px!important;margin: 0;
}
.author__contact {
    float: left;
    width: 100%;
    margin: 17px 10px!important;
}
.author__contact a {
    color: #666;
    text-decoration: none;
}
.author_contact form {
    padding: 10px 20px;
}
.stars i {
   transition: all ease .3s;
    transform: rotate(35deg);
    padding: 4px 4px;
    font-size: 13px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    color: #5F3C66;
    background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    border-radius: 50%;
}
#starDiv i {
    transition: all ease .3s;
    transform: rotate(35deg);
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 7px;
    box-shadow: 3px 2px #222;
    position: relative;
    top: -1px;
    border: 1px solid #222;
    color: #222;
}
.sidebar-widget .author__contact i {
   transition: all ease .3s;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 3px;
    position: relative;
    top: 4px;
    margin-right: 8px;
    color: #5F3C66;
    background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    margin-bottom: 17px;
}

.sidebar-widget .author-box img {
   float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(82 85 90 / 20%);
    margin-top: 5px;
}

.sidebar-widget .author__name {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 2px;
}
.sidebar .sidebar-widget .author__dis {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
.sidebar-widget .author__link {
        text-align: center;
    padding-top: 16px!important;
    margin: 0 0 0px 0;
    border-top: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
i.bi.bi-twitter-x {
    content: "\f8db";
    font-family: 'bootstrap-icons';
}
.author_contact .card-body {
    padding: 1rem 0rem 0!important;
}
.youtube a {
    background: #f30606!important;
}
.youtube .bi.bi-youtube {
    color: #fff;
}
.bilink a {
    background: #115fd3!important;
}
.bilink .bi.bi-link-45deg {
    color: #fff;
}


ul.author__link li {
    margin-right: 20px;
}
.author__link {
    float: left;
    width: 100%;
}
img.img-fluid.titook {
    width: 24px;
    position: relative;
    top: -1px;
}
.sidebar-widget .author__link li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #222;
    color: #fa2964;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    margin-bottom: 10px;
}
.signupbtn .btn.btn-default {
    background: #f6b63a;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 3px 4px #444;
    font-size: 20px;
    font-weight: 500;
}
.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
    line-height: 30px!important;
}
.side-list ul li span {
    float: right;
    color: #777;
    letter-spacing: -1px;   
}
.banner img {
    height: 390px;
    border-radius: 20px;
    width: 295px;
}

.tags .btn-outline-primary {
    background: transparent;
    color: #5F3C66;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 14px;
    width: 33%;
    margin-bottom: 13px;
    margin-right: 6px;
    color: #5F3C66;
    background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    border-radius: 30px;
}
.tags .btn-outline-primary:hover {

    background: #5F3C66;
    color: #fff;
}
.product-view .card-body {
    padding-bottom: 0;
}
.product-view .card-body a {
    color: #222;
    text-decoration: none;


}
.product-view {
    float: left;
    width: 100%;
}
.product-view .card-img-top img {
    border-radius: 15px;
    width: 200px;
    height: 200px;
}
.pro-grid {
   padding: 10px;
   
}
.pro-grid .card {
    padding: 10px!important;
    border-radius: 20px;
    height: 270px;
}
.ratings span {
    font-size: 18px;
    font-weight: 700;
}
.pro-grid  .card-body {
     padding: 0.7rem 0.5rem;
     border: 0;
}
.product-view .card-title {
 font-size: 15px;
    margin: 0;
    font-weight: 700;
    line-height: 20px;
}
.profile-wish {
    position: relative;
    right: 34px;
    top: 14px;
    float: left;
    display: flex;
}


.profile-wish  a {
    transition: all ease .3s;
    margin-left: 3px;
    position: relative;
    color: #222;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 12px;
    color: #5F3C66;
    background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    border-radius: 50%;
}
.profile-wish  a:hover {
  background: #5F3C66;
    color: #fff;
    box-shadow: 0 0 0 5px #d5c2d9;
    border: 2px solid transparent;
   
    }
.profile-wish .shareurl {
    position: relative;
    top: 0px!important;
    left: 9px!important;
}
.profile-wish  .fa.fa-bookmark-o {
    padding: 4px 1px;
}

/*==================================time-line=======================================*/

.time-item .avatar {
    z-index: 2
}

.circle {
    border-radius: 500px
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}
.time-content i {
    margin-right: 7px;
}
.p-4 {
    padding: 1.5rem !important
}




.time-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.time-item>* {
     padding: 10px;
    font-weight: 500;
    color: #222;font-size: 15px;
  
}

.time-item .avatar {
    z-index: 2
}

.time-item:last-child .time-dot:after {
    display: none
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-item:last-child .time-dot:after {
    display: none
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.time-dot:after,
.time-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.time-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.time-dot:after,
.time-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.time-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.time-content p:last-child {
    margin-bottom: 0
}

.time-date {
   font-size: 13px;
    float: left;
    line-height: 24px;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
    border-color:#8184f9!important;
}

.b-primary {
    border-color:#fa2964!important;
}

.b-danger {
    border-color: #8184f9!important;
}
.listing-info .lising-left  .card-body .timeline i {
    transition: all ease .3s;
    transform: rotate(0deg);
    padding: 4px 6px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 12px;
   background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    border-radius: 50%;
    position: relative;
    top: -1px;
     float: left;
    min-height: 25px;
}
@media screen and  (max-width: 1024px){
.profile-wish {
    right: 102px;
    top: 40px;
}
.lising-left {
    padding: 0;
}
.author__contact {
    margin: 6px 0px!important;
}
.listing-info p, .listing-info li {
   margin-bottom: 0px;
   
}
.homepost .card img {
 height: 180px;
}
.listing-info .card-body {
    border-top: 0px solid #ddd;
    padding: 10px 0;
}
.pro-grid {
    padding: 5px;
}
.homepost .card-title1 a {
    line-height: 17px;
   font-size: 15px;
}
.homepost .companylogo img {
    border-radius: 50%!important;
}
.homepost .companylogo {
    width: 23%;
     margin-top: -39px;
   
}
.homepost .card-title1 {
  min-height: 70px;
}
.homepost .btn.btn-default {
   border-radius: 8px;
    padding: 3px 12px!important;
    font-size: 11px!important;
   
}
.homepost .card-body {
    padding: 0rem 1rem 1.1rem;
   
}
.homepost .category {
    padding: 4px 10px 3px;
    font-size: 11px;
    top: -161px;
   
}

.banner img {
    height: 303px;
    width: 100%;
}

.homepost .card {
    height: 305px;
}
}
@media screen and  (max-width: 768px){
.homepost .card img {
    height: 230px;
}
.homepost .card, .banner img {
    height: 360px;
}
.homepost .companylogo {
    width: 17%;
    
}

.homepost .category {
    top: -209px;
}
.homepost .card-title1 a {
    line-height: 21px;
    font-size: 18px;
}
}
@media screen and  (max-width: 480px){
.listing-titlebar-title h2 {
    font-size: 22px;
    
}
.pro-des {
    padding: 10px 30px 10px!important;
}

.listing-titlebar span.listing-tag {
   
    padding: 6px 14px;
    font-size: 10px;
    top: 1px;
    margin-left: 10px;
}
.listing-titlebar span a, .listing-titlebar span {
     margin-left: 50px;
}
.listing-titlebar span a, .listing-titlebar span  {
     margin-left: 0px;
}
.star-rating {
    margin-left: 0px;
}
.listing-info {
    
    padding: 30px 0;
}
.logo-box {
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.blockbtn.listing {
    margin-top: -85px;
}
.post-review {
    padding: 6px 15px;
    font-size: 13px;
    margin-top: -5px;
}
.listing-info .lising-left .card-body li {
   width: 100%;
   
}
}
/*==================================time-line=======================================*/


/*---------------productdisplay-----------------------*/
.product-display {
   
    float: left;
    width: 100%;
    padding: 30px 0 70px;
}
.deal-title {
    margin-bottom: 15px;text-transform: capitalize;
}
.deal-title h2 {
    font-weight: 700;
}

.product-display .g-5, .gx-5 {
    --bs-gutter-x: 5rem;
}
.product-card {
   margin-top: 10px;
    background: white;
    float: left;
    width: 100%;
    padding: 35px;
    border-radius: 20px;
}

.left-block {
    width: 62%;
    margin-right: 0px;
}
.product-display .carousel-item img {
    border-radius: 20px;
    height: 445px;margin-bottom: 25px;
}
.right-block .blockbtn {
    text-align: center;
}
.pro-title  {
  text-transform: capitalize;
   margin-bottom: 50px;
    margin-top: 10px;
}
.pro-title h2 {
   font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    padding: 50px 0 0;
}
.right-block {
   background: #ffffff;
    border-radius: 20px;
    padding: 20px 20px 20px;
    border: 3px solid #5F3C66!important;height: 444px;
}

sale, ratings {
    font-size: 15px;
    font-weight: 500;
}

.heart{
   background: #dedae9;
  text-align: center;
    color: #8375af;
    border-radius: 4px;
     height: 2.5vw;
     width:  2.5vw;
    
    display: flex;justify-content: center;align-items: center;
}
.content p{font-size: 12px;}
.ratings span{
    font-size: 18px;margin-left: 12px; font-size: 1.2vw;
   
}

.deal-expiry-panel {
 text-align: center;
    position: relative;
    color: #000;
    border-radius: 30px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: 700;
    border: 3px dotted #222222;
    padding: 5px 0 8px;
    background: #f6b63a;
}
.deal-description {
   line-height: 36px;
    margin: 15px 0;
}
.deal-description p {
  
    margin-bottom: 0rem;
}
.expiry-panel {
    background: #f6b63a;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    font-weight: 600;
}
.alert-dark {
  color: #666;
    background-color: #eeeeee;
    border-color: #bcbebf00;
    border-radius: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 11px 20px;
}
.timer-text {
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: 800;
}
.deal-expiry-panel span {
    letter-spacing: 5.8px;
    font-size: 14px;
    font-weight: 600;
}
.deal-expiry-panel .bi.bi-stopwatch {
   font-size: 20px;
    position: relative;
    top: 2px
}


sale {
    background: #f43848;
    padding: 3px 7px;
    font-size: 15px;
    font-size: .9vw;
    border-radius: 4px;
    color: white;
}
.price-block {
    text-align: center;
}
.reg-price {
    margin-left: 5px!important;
}
.main-price-label {
        text-align: center;
    vertical-align: top;
font-size: 45px;
    font-weight: 700;
    display: inline-flex;
    padding-left: 3px;
    margin-bottom: 10px;
  
}
span.price b {
    font-size: 34px;
}
.main-reg-price-label span {
    text-decoration: line-through;
}
.main-reg-price-label {
    color: #888;
    font-size: 17px;
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
}
.main-price-label p {
    margin: 0;
}
/*.main-price-label:before {
   content: "$";
    vertical-align: top;
    font-size: 43px;
    position: relative;
    top: 15px;
    left: 9px;
    color: #4e8c80;
}*/
.reg-price {
    color: #000000;
    text-decoration: line-through;
}
.right-block .blockbtn .btn.btn-default {
    border-radius: 30px;
    padding: 13px 90px;
    width: 100%;
}
.quantity {
   width: 50%;
    border-radius: 5px;
    margin: auto;
    background: #f2f2f2;
    display: flex;
    border: 1px solid #eee;
    padding: 7px 10px
}
.quantity  h4 {
    position: relative;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    float: left;
    top: 3px;
    left: 4px;
    font-weight: 500;
    color: #777;
}
.quantity .form-control {
      background-color: transparent;
    padding: 4px 8px 5px 8px;
    font-family: Source Sans Pro;
    height: 25px;
    width: 24%;
    color: #777;
    background-position: 88% 50%;
    background-repeat: no-repeat;
    float: right;
    margin: 0!important;
    border: 0;
}
form#dealbuynow {
    width: 100%;
}

/*input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}*/


input[type="number"]::inner-spin-button::after {
 content: "\f077";
    font-family: 'FontAwesome';
  font-size: 15px;
  color: #222;
  position: absolute;
  display: block;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 14px;
  height: 50%;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;

}


input[type="number"]::inner-spin-button::before {
 content: "\f078";
    font-family: 'FontAwesome';
  font-size: 15px;
  color: #222;
  position: absolute;
  display: block;
  margin-bottom : 10px;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 14px;
  height: 50%;
  text-align: center;
  line-height: 1.2;
}

.user-link {
    float: left;
    width: 100%;
}
.user-link .btn-danger {
   transition: all ease .3s;
    margin-left: 3px;
    position: relative;
    color: #222;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 12px;
    color: #5F3C66;
    background-color: #dac5dfa1;
    border: 2px solid #dac5dfa1;
    border-radius: 50%;
}
.user-link .btn-danger:hover {
   background: #5F3C66;
    color: #fff;
    box-shadow: 0 0 0 5px #d5c2d9;border: 2px solid transparent;
}
.user-link .btn-danger:hover i {
    color: #fff!important;
    animation: toTopFromBottom 0.3s forwards;
}
.user-link .btn-danger i {
    color: #222;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    
}
.user-link .btn-danger .fa.fa-bookmark-o {
    padding: 0px 2px;
}



.product-display .form-select {
  display: block;
    width: 39%;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    border: 2px solid #366e6642;
    border-radius: 0.25rem;
    float: right;
    position: relative;
    top: 3px;
    right: 15px;
    font-size: 15px;
    padding: 6px 5px;
}

.heading-title {
  
    display: block;
    color: #444;
    font-weight: 600;
}
.pro--value {
    font-weight: 500;
    color: #444;
}

.buybtn{
    float: left;
    width: 100%;
}
.buybtn button {
   background: #5F3C66;
    border-radius: 20px;
    padding: 14px 50px;
    font-size: 20px;
    color: #fff9f9;
    font-weight: 600;
    box-shadow: none;
    border: 0;
    width: 100%;
}
.buybtn button:hover {
    background: #333;
    box-shadow: 3px 4px #f6b63a;
    color: #fff;
}

.offerbtn {
    border-radius: 30px;
    background: #fafafa;
    color: #050505!important;
    font-size: 15px;
    padding: 0 17px;
    display: block;
    float: left;
    line-height: 1;
}

.offerbtn:hover {
text-decoration: underline;
background: #222;
}
.alloffer .offerbtn button:hover {
    color: #fff;
}
.offerbtn button {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.offerbtn span.circle {
    left: 135px;
    width: 160px;
    height: 160px;
}
.offerbtn:hover span.circle {
    margin-top: -26%;
    left: 100px;
}
.offerbtn span.circle {
    background: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    border-radius: 50%;
    margin-top: -25%;
    margin-left: 70px;
}
.alloffer .offerbtn button {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 10px;
    color: #191919;
    font-weight: 600;
}
.design-offer h3, .membership-offer h3 {
   font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 5px;
}

.alloffer {
    display: inline-block;
    margin: 32px auto 0;
    justify-content: center;
    display: flex;

    
}

.design-offer, .membership-offer {
    margin-right: 15px;
    display: block;
    background: #e6e6e6ab;
    border-radius: 55px;
    padding: 15px 40px 23px;
    border: 1px solid #ddd;
    width: 50%;
}
.membership-offer {
    background: url(../userassets/memberbkg.png);
    background-size: cover;
    background-position: center;
}

.design-offer {
  background: url(../userassets/designbkg.png);
    background-position: 64% 60%;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-title {
    text-align: center;
}
.product-note {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 12px 0 0;
}
.product-note p {
    font-size: 14px;
}
.product-note h5 {
    font-size: 16px;
    
    
}

.product-sub-note p {
    text-align: center!important;
    margin: auto;
    display: block;
}
.product-tab p {
    font-size: 17px;
    color: #555;
    line-height: 40px;
    margin: 0;
}
span.pro-value-cta {
    float: left;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
    font-size: 17px;
}
.prodetail-card img {
    border-radius: 20px;
}
.optionall .option {
   font-size: 28px;
    text-align: center;
    font-weight: 600;
}

.optionall {
    margin: 10px auto;
    display: block;
}
.optionall span {
    position: absolute;
    margin-top: -35px;
    font-size: 17px;
    color: #59998C;
    background: #eeeeee;
    width: 2%;
    margin-left: 26px;
    font-weight: 500;
}
.optionall [type=radio] {
  position: absolute;
  opacity: 0;
}

.optionall [type=radio]+h3 {
  cursor: pointer;
  font-size: 28px;

}

.optionall [type=radio]:checked + h3 {
 outline: 5px solid #4e9d82;
    background: #4e9d82;
    border-radius: 3px;
    color: #fff;
    padding: 0px 6px;
    width: 100%;
    display: inline-flex;
    margin: 0;
}

.optionall hr {
    margin: 1.2rem 0;
    
}



@media only screen and (max-width: 1024px){

.gmap_canvas {
    width: 100%;
    height: 370px!important;
}
.side-list ul li {
     font-size: 14px;
}
.product-view .card-title {
    font-size: 16px;
    margin: 0;
}
.tags .btn-outline-primary {
    font-size: 14px;
    padding: 7px 10px;
    width: 46%;
    margin-bottom: 5px;
   
}
.main-price-label {
    font-size: 35px;
    
}
.deal-expiry-panel {
    padding: 5px;
    font-size: 16px;
}
span.price b {
    font-size: 28px;
}
.quantity h4 {
     font-size: 15px;
     left: -7px;
   
}
}
@media only screen and (max-width: 768px){
.product-display .container {
  
    max-width: 98%;
}
.blockbtn.listing {
    margin-top: -80px;float: left;
}
.product-view .card-img-top img {
   width: 100%;
   
}

section.listing-header img {
    height: 210px;
}
.profile-wish {
    position: relative;
    right: 110px;
    top: 182px;
}
.quantity {
    width: 81%;
}
.buybtn button {
   
    font-size: 16px;
}
.product-note h5 {
    font-size: 13px;
}
.main-price-label {
  font-size: 45px;
}
.left-block {
    width: 100%;
    margin-right: 0px;
}

}
@media only screen and (max-width: 425px){
.left-block {
    width: 100%;
    margin-right: 0px;
}
.product-display {
    padding: 20px 15px 70px;
}
.pro-title h2 {
   font-size: 25px;
}
.product-card {
    margin-top: 0px;
}
.product-display .carousel-item img {
    height: 230px;
}
.left-block {
  padding: 0 30px;
    margin-top: 35px;
}
.pro-title {
    margin-bottom: 30px;
   
}
.right-block {
   margin: 30px auto;
    width: 86%;
}
.main-price-label {
   font-size: 40px;
}
.main-price-label:before {
   font-size: 35px;
    top: 8px;
   }
 .shareurl .btn-danger i {
  font-size: 15px;
}
.quantity {
    width: 85%;
}
}

/*---------------productdisplay-----------------------*/



@media screen and (min-width: 1500px) and (max-width: 3500px){
.sidebar a {
     font-size: 20px;
    
}
.nav-right {
    top: 15px;
   
}
.homepost .card-img-top img {
     width: 100%;
}
.talent-title h2 {
  font-size: 32px;
    
}
.profile-wish {
    position: relative;
    right: 63px;
    top: 40px;
    float: left;
    display: flex;
}
.product-view .card-img-top img {
  width: 100%;
   height: 220px;
}

.singleblog .card-title a {
    font-size: 38px;
    line-height: 50px;
     text-align: left;
}

.banner img {
    height: 390px;
    border-radius: 20px;
    width: 100%;
}
.pro-grid .card {
     height: 295px;
}
section.listing-header img {
    width: 100%;
    height: 400px;
}
.bottom-banner img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 40px;
}
.brand-banner-text {
   position: absolute;
    margin-top: -345px;
    width: 18%;
    font-size: 23px;
    left: 244px;
    font-weight: 700;
    text-align: right;
    line-height: 45px;
}
.singleblog .single-blog-img img {
    margin: 0px 0 15px;
    border-radius: 20px;
  width: 100%;
}
.dropdown.shopping {
   right: 100px;
    top: 27px;
  
}
.homeslider h2 {
    font-size: 80px;
}

.dropdown-item {
   line-height: 32px;
    font-size: 16px;
    font-weight: 500;
}
.nav-left {
    margin-left: 70px;
}


.cate-name h3 {
   font-size: 25px;
    font-weight: 700;
}
.search .input-group .btn {
  right: 15px;
    top: 5px;
}
.cate-text h4 {
    font-size: 20px;
    line-height: 30px;
}



.blog-optin2 .optintext {
    width: 100%;
    left: 0;
  
}

.cta-Text {
  margin-bottom: 10px;
    margin-top: 10px;
}

.optinsubmit .btn.btn-default {
   font-size: 20px;
}
.author-block img {
width: 50px;
    height: 50px;
  
}
.author-bio.text-center.text-md-start {
    margin-left: -30px;
}
.similarContent h6 {
   width: 90%;
}

.avatar img {
   position: relative;
    top: 0px;
}
.aboutimg {
   
}

.listing .btn.btn-default {
   padding: 10px 26px;
     font-size: 17px;
    font-weight: 500;
}
.product-directory .card-img-top img {
    width: 100%;
}
.homeblog1 img {
    width: 100%;
   
}
.sidebar {
  height: 652px;
}
.sidebar .block {
    padding: 20px 13px;
    min-height: 130px;
}

}

@media only screen and (max-width: 1024px){

.sidebar a {
     font-size: 18px;
    
}
.title-bar {
    width: 100%;
    display: block;
}
}

@media only screen and (max-width:768px){
.sidebar h4 a {
    font-size: 18px;
    
}

.post-bar a {
    margin-right: 8px;
}
.title-bar {
    width: 100%;
    display: block;
    line-height: 32px;
}
.rating-post {
    margin-left: 0px;
    color: #777;
}
.add-to-wishlist {
    margin-top: 0px;
    margin-right: 2px;
}
.singleblog .single-blog-img img {
height: 380px;
    width: 100%;
     margin: 20px 0 15px;
}
.sidebar .card-img img {
    height: 250px!important;
    width: 100%;

}
.sidebar {
   height: auto!important;
}
.sidebar .block {
    padding: 13px;
    min-height: 400px;
}
.sidebar .card-des {
    margin: 170px 0 0!important;
}
.sidebar h3 a {
    font-size: 26px;
}
.card-date {
    font-size: 16px;
    color: #a5a6aa;
}
.right-block {
    background: TRANSPARENT;
    box-shadow: NONE;
    border-radius: 20px;
    padding: 20px 20px 20px;
    border: 0px solid;
    width: 86%;
    margin: AUTO;
}
}

@media only screen and (max-width:480px){
.sidebar .card-des {
    margin: 170px 0 0!important;
}
.sidebar .block {
    padding: 15px 5px 15px;
    min-height: 380px;
}
.sidebar {
    background: #fff;
    padding: 0px 10px 10px;
}
  .sideright {
    padding: 0 15px;
} 
.sidebar h4 a {
    font-size: 13px;
}
.sidebar h3 a {
    font-size: 22px;
}
.right-block {
    background: TRANSPARENT;
    box-shadow: NONE;
    border-radius: 20px;
    padding: 20px 20px 20px;
    border: 0px solid;
    width: 86%;
    margin: AUTO;
}
.deal-expiry-panel {
   padding: 5px;
    font-size: 16px;
    box-shadow: 3px 3px;
    margin-top: 15px;
    margin-bottom: 0px;
    border: 2px solid;
}
}

/*------------------------pagination----------------------------*/

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin: 40px 0;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #5F3C66;
    border-color: #dc3569;
    color: #fff;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
    border-radius: 4px;
    cursor: pointer;
}
.page-item.active .page-link:hover {
    background: #f6b63a;color: #222;
}
.page-link {
    font-size: 14px;
     padding: 6px 12px;
    position: relative;
    display: block;
    color: #131313;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

li.page-item {
    margin: 0 11px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 0 3px #fff, 0 0 15px rgb(0 0 0 / 35%);
}
/*------------------------pagination----------------------------*/





.icon-font { 
  animation: bounce-down 1.5s infinite; 
} 
    @keyframes lineAnim {
            0% {
                left: -40%;
            }
            50% {
                left: 20%;
                width: 80%;
            }
            100% {
                left: 100%;
                width: 100%;
            }
        }
@keyframes bounce-down {
    0% { opacity: 0; transform: translateY(-20px); }
    50% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(5px); }
} 
@keyframes highlight {
  0% { background-color: indigo; }
  100% { background-color: white; }
}  



@keyframes grow {
    0% { transform: scale(.2); }
  100% { transform: scale(1); }
}

