@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;500;600;700;800;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&display=swap');
</style>
body {
  background: #fff;
  font-family: "Inter", sans-serif;
  background: url(../userassets/bkg.jpg);
    background-size: cover;

}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
select:focus {
    outline: 0px 0;
    box-shadow: none;
}
h1, h2 {
font-family: "Inter", sans-serif;
 
}
.top-bar {
   padding: 7px 0;
    background: black;
    float: left;
    width: 100%;
  }  
.top-bar p {
   text-align: center;margin-bottom: 0;
   color: #fff;
}

/*-----------------header-------------------*/
.navbar-brand {
   width: 23%;
    padding: 0;
    margin-top: -45px;
    position: relative;
    top: 20px;
}
.navbar-brand img {
   width: 66%;
    margin-left: 0;
}
.navbar-dark .navbar-toggler {
    color: rgb(15 15 15 / 55%);
    border-color: rgba(255,255,255,.1);
    font-size: 25px;
}

.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: #222;
    border: 0px solid rgba(0,0,0,.15);
    border-top: 4px solid #4c4df5;
    box-shadow: 0 4px 8px #21212136;
}
.dropdown-menu.show {
    display: block;
    border-radius: 16px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #333!important;
    font-weight: 600;
    margin: 0 5px;
    box-shadow: inset 0 0 0 0 #5a9b8e;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
}
.navbar-dark .navbar-nav .nav-link:hover {
  
    border-radius: 5px;
    color: #4c4df5!important;
}
.navbar {
   z-index: 999;
    padding: 30px 10px;
    z-index: 2;
    width: 85%;
    background-color: white!important;
    border-radius: 20px;
    margin: 80px auto 0;height: 100px;

}
.nav-right li {
  float: left;
  list-style: none;
}
.nav-right .btn.btn-link {
    margin-left: 15px;
    color: #fff;
    border: 0px solid #4c4df5;
    padding: 8px 25px;
    background: #4c4df5;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 4px solid #222;
    text-decoration: none;
}
.nav-right .btn.btn-link:hover {
    background: #222;
    color: #fff;
}
.nav-right img {
    width: 18px;
    margin-right: 5px;
}
.navbar .btn.btn-primary {
    color: #222;
    border: 0px solid #4c4df5;
    padding: 8px 25px;
    background: #C5F957;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
   box-shadow: 4px 5px #333;
}
.navbar .btn.btn-primary:hover {
    background: #4c4ef5;
    color: #fff;
}
.navbar .btn.btn-primary i{
    margin-right: 4px;
    transition: all ease .3s;
    float: left;
    position: relative;
    top: 1px;
}

.navbar .btn.btn-primary:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
 .btn.btn-primary i{
   transition: all ease .3s;  
  /* transform: rotate(35deg);*/
  padding-left: 4px;
}
 .btn.btn-primary:hover i {
  transform: translateY(-2px);
}
.top-header {
   background: url(../userassets/bkg2.png);
    background-attachment: fixed;
    height: 0px;
    float: left;
    width: 100%;
}
.top-header form {
    background: #fffcf7;
    border-radius: 30px;
    width: 140px;
    border: 3px solid #4c4df563;
    padding: 0 7px;
    float: right;
    position: relative;
    top: 6px;
}
.top-header .bi.bi-geo-alt-fill {
   float: left;
    font-size: 11px;
    color: #444;
    position: relative;
    top: 4px;
    left: 2px;
}
.top-header select {
    padding: 0px 0px 0px;
    border-radius: 30px;
    background: #fff0;
    color: #222;
    font-size: 12px;
    height: 22px;
    border: 0;
    display: block;
}
.fixed-top.scrolled {
    background-color: #ffffff!important;
    box-shadow: 0 0 20px #0000002e;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
}
/*-----------------header-------------------*/
@media only screen and (max-width: 1024px){

.navbar-dark .navbar-nav .nav-link, .navbar .btn.btn-default {
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}
.navbar-brand {
    width: 15%;
   
}
.navbar-brand img {
    width: 95%;
    margin-left: 0;
}
.nav-right {
    margin-left: 0;
}
.navbar {
   padding: 20px 10px;
 height: 77px;width: 90%;
}
.dropdown-item {
  font-size: 14px;
}
nav .container {
    margin: auto;
    max-width: 100%;
}
.navbar .btn.btn-primary, .navbar .btn.btn-link {
    padding: 6px 10px;
    font-size: 13px;
}
}
@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{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}   


/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

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

} 
@media (max-width: 1024px) {  
.navbar .btn.btn-primary, .navbar .btn.btn-link {
    padding: 6px 16px;
    font-size: 14px;
}
}
@media only screen and (max-width: 425px) {
.navbar {
    padding: 10px 10px!important;height: auto;
}
.navbar-brand {
width: 60%!important;
    margin-top: -6px;
    position: relative;
    top: 0;
    margin-bottom: 0px;
    margin-right: 0;
}
.container {
    margin: auto;
    max-width: 95%;
}
li.nav-item {
    text-align: left;
}
.navbar-dark .navbar-nav .nav-link {
   padding: 10px 10px;
    font-size: 15px;
    margin: 0;  
}
nav .container {
   padding: 0px;
}

.navbar-brand img {
    width: 51%;
}
.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 {
  margin-top: -10px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-collapse {
   margin: 15px 0 0;
}
.dropdown-item {
   color: #ffffff;
}
.dropdown-menu {
    color: #fff!important;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 4px solid #4c4df5;
    background: #4c4df5;
}
.nav-right {
    margin-left: -23px;
}
.topbanner {
   margin-top: -79px!important;
   
}
.topbanner img {
    border-radius: 10px!important;
  
}
.top-header select {
   font-size: 11px;
   
}
}


/*-------------------------------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-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-----------------------------*/
/*-------------------searchform---------------------------*/
.searchform {
    width: 73%;
    margin: auto;
}
.searchform form{
    background: #fff;
    padding: 20px 20px 20px;
    border-radius: 56px;
    margin: 40px auto;
    border: 3px solid #222;
    
}
.searchform i {
    background: #c5f957;
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 3px;
    color: #0e4b9f;
    border: 2px solid #0e4b9f;
}
.searchform select {
   word-wrap: normal;
    font-size: 15px;
    width: 40%;
    margin-right:5px;
    border-color: #f3f6f9;
    color: #222;
    border-bottom: 2px solid #ebebeb;
    box-shadow: none;
    transition: all .2s linear;
    padding: 12px 10px;
    font-weight: 500;
    font-family: roboto;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    border-top: 0px solid #222;
    background: #f7f7f7;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
.searchform input {
   word-wrap: normal;
    font-size: 15px;
   width: 40%;
    border-color: #f3f6f9;
    color: #222;
    border-bottom: 2px solid #ebebeb;
    box-shadow: none;
    transition: all .2s linear;
    padding: 12px 10px;
    font-weight: 500;
    font-family: roboto;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    border-top: 0px solid #222;
    background: #f7f7f7;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
 
}
.header-search-button {
    background: #4c4df5;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 7px 30px;
    margin-left: 15px;
    border: 2px solid #4c4df5;
    border-radius: 30px;box-shadow: 4px 5px #333;margin-top: -5px;
}
[type=search], select:focus {
    outline: 0!important;
}
select:focus {
    outline-offset: 0px!important;
}
@media only screen and (max-width: 480px){
.searchform {
    width: 100%;
    margin: auto;
}
.searchform form {
   border-radius: 20px;
    border: 3px solid #222;margin: 15px auto;
}
.searchform select, .searchform input {
  width: 100%;
   margin-bottom: 10px;
}

.header-search-button {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
}
}

/*-------------------searchform---------------------------*/

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

.formstart .container {
    margin: auto;
    max-width: 80%;
}
.form-inner {
   border-radius: 50px;
    padding: 9px;
    width: 80%;
    margin: auto;
}

.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: #c5f957;
    padding: 12px 13px;
    border-radius: 50%;
    margin-left: 3px;
    box-shadow: 3px 3px #222;
    color: #222;
}

.form-inner .bi.bi-binoculars {
    background: #c5f957;
    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 #c5f957;
}
.form-inner .btn-default .fa.fa-search:hover {
  background: #222;
    color: #fff;
    box-shadow: 3px 3px #c5f957;
}
.form-inner .form-group {
   display: flex;
    align-items: center;
   border-radius: 50px;
    background-color: #fff;
    margin: 0;
    background: #fff;
    padding: 10px 20px 10px;
    border-radius: 56px;
    margin: 30px auto;
    border: 10px solid #dddddd80;
}
.form-inner .w-sm-50 {
    width: 70%!important;
    margin: 0px 25px 0 0;
}
.multisearch {
   color: #237070;
}
.form-inner i{
 background: #4b4ff5;
    padding: 7px 8px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 3px;
    color: #9cf54b;
    border: 2px solid #4b4ff5;
}

.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;
}
.reset-search {
    color: #555;
    margin-right: 20px;
    float: right;
    margin-top: -26px;
}
.reset-search a {
    color: #666;
   font-size: 14px;
}
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: #c5f957;
    padding: 2px 4px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 3px;
    box-shadow: 2px 2px #222;
    color: #222;
    border: 1px solid;
}

.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: flex;
}
span#searchbtnlive i {
    background: transparent;
    border: 0;
    margin: 0;
    color: #fff!important;
}
/*.brand-banner-text {
    position: absolute;
    margin-top: -366px;
    width: 18%;
    font-size: 24px;
    left: 190px;
    font-weight: 700;
    text-align: right;
    line-height: 40px;
}*/
.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 {
    font-size: 13px;
    border-color: #f3f6f9;
    color: #444;
    border-bottom: 2px solid #ebebeb;
    box-shadow: none;
    transition: all .2s linear;
    padding: 5px 5px;
    font-weight: normal;
    font-family: roboto;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    border-top: 0px solid #222;
    background: #f7f7f7;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}

@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------------------------------------*/
/*----------------------------------------homeabout------------------------------------*/
.homeabout {
    float: left;
    width: 100%;
    padding: 40px 0 70px!important;
    background-position: center;
    border-radius: 0px;
    margin: 0 auto 0px;
    background: url(../userassets/bkg3.jpg)!important;
}
.pro-title {
    float: left;
    width: 100%;
    margin-top: 20px!important;
    margin-bottom: 25px;
}
.pro-title p {
    margin-top: 0;
    margin-bottom: 0.3px;
    font-size: 16px;
    color: #666!important;
}
.homeabout .pro-title h2 {
    font-weight: 800;
    display: inline-block;
    font-size: 36px;
    position: relative;color: #111;
}
section.homeabout img {
    padding: 10px;
    border: 3px solid #222;
    border-radius: 20px;
    margin-top: 20px;
}

.homeabout ul {
   padding: 10px 0;
}

.homeabout li {
   list-style: none;
    line-height: 26px;
    font-size: 18px;
    display: flex;
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
}
.homeabout li:before {
  content: "\f0a9";
    font-family: 'FontAwesome';
    color: #4c4df5;
    margin-right: 7px;display: none;
}
.homeabout li i {
    font-size: 22px;
    margin-right: 12px;
    position: relative;
    top: 1px;
}

.homeabout h3 {
   font-weight: 700;
    margin: 10px 0;
    width: 75%;
    margin: 0px auto;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 41px;font-family: roboto;
}
.homeabout a {
    color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 17px;
    padding: 12px 40px;
    border-radius: 30px;
    box-shadow: 4px 5px #333;text-decoration: none;font-weight: 500;
}
.homeabout a:hover {
    color: #222;
    background: #c5f957;
}
.homeabout .blockbtn {
    margin: 35px 0 0;
}
.about-start {
    padding: 0px 5px 0 25px;
}
.homeabout iframe {
    border: 0;
    width: 100%!important;
    border-radius: 15px;
    margin: 10px 0;
    height: 370px!important;
}
@media only screen and (max-width: 425px){
.homeabout {
    padding: 18px 10px 20px!important;
}
.homeabout .pro-title h2 {
  font-size: 28px;
  }
section.homeabout img {
  margin-top: 5px;
    margin-bottom: 15px;
}
 .homeabout h3 {
     font-size: 18px;
   line-height: 28px;width: 100%;
   
} 
.pro-title {
   margin-bottom: 25px;padding: 0;
}
.homeabout iframe {
  height: 250px!important;
}
.about-start {
    padding: 0px 0px 0 5px;
}
.homeabout li {
    line-height: 26px;
    font-size: 17px;
   text-align: justify;
}
.long-card {
 padding: 15px 15px 60px!important;
}
.long-card .card {
   padding: 3px 12px 20px!important;
   
}
.pro-title h2 {
    font-size: 24px;
   
}
.homeblog .pro-title h2:before{
    display: none!important;

}
.homeblog {
   padding: 20px 15px 20px!important;
   
}

.event-banner .card-img-overlay {
  height: 362px;
}
}
/*----------------------------------------homeabout------------------------------------*/
 /*------------------------------------product-directory----------------------------------------*/

.home-product {
    padding: 55px 0 70px!important;
    background-position:center;
    padding: 30px 30px 30px;
    border-radius: 0px;
    width: 90%;
    margin: 0 auto 0px;
   background-size: cover!important;
  background: url(../userassets/bkg3.jpg)!important;
}
.product-directory {
 background: #F8F9FF;;
    float: left;
    width: 100%;
    padding: 30px 0 50px;
}
.homeproduct {
   background: #F8F9FF;;
    float: left;
    width: 100%;  
}

.product-directory h2 {
    font-weight: 900;
    display: inline-block;
}

.product-directory h2:before {
    content: "";
    position: absolute;
    width: 139px;
    height: 17px;
    background: #c5f957;
    margin-top: 20px;
    z-index: -1;
    display: block;
    left: 45%;
   
}
.product-directory .pro-title h2:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 11px;
    background: #c5f957;
    margin-top: 20px;
    z-index: -1;
    display: block;
    left: 0%;
    display: block;
}

.product-directory iframe {
    border: 0;
    width: 100%!important;
    border-radius: 15px;
    margin: 10px 0;
    height: 250px;
}
.product-directory p {
   margin-top: 0;
    margin-bottom: 0.3px;
    font-size: 16px;
    color: #666!important;
}
.product-directory .card {
  float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
  /*  height: 370px;*/
    border: 3px solid #222!important;
}
.product-directory  .ribbon_3.popular span {
   background: #eb4242;
    color: #ffffff;
}
.product-directory  .ribbon_3 {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.short_info {
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
   min-height: 87px;
}
.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 .author-name {
    float: left;
    position: relative;
    top: 22px;
}
.product-directory .wish {
    z-index: 2;
}

.product-directory h2:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 13px;
    background: #c5f957;
    margin-top: 20px;
    z-index: -1;
    display: block;
    left: 0%;
}
.wish {
     position: absolute;
    right: -28px;
    top: -5px;
    overflow: hidden;
    width: 75px;
    height: 75px;
}

.wish span a  {
 background: #ffffff;
    color: #222;
     font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 0;
    display: block;
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    position: absolute;
    top: 19px;
    border-radius: 50%;
    padding: 7px;
}
.wish a span   {
 background: #ffffff;
    color: #222;
     font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 0;
    display: block;
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    position: absolute;
    top: 19px;
    border-radius: 50%;
    padding: 7px;
}
.wish.popular a span:hover {
 background:#c5f957;
}

.product-directory .card-img-top {
   position: relative;
    overflow: hidden;
   border-radius: 17px 17px 0 0;
}
.product-directory .card-body {
    flex: 1 1 auto;
    padding: .8rem 1rem 1rem;
}
.product-directory .ads-price {
   color: #222;
    font-size: 15px;
    position: relative;
    top: 3px;
}
.ads-price b {
    font-weight: 500;
}
.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: 380px;
    }

.product-directory  .card-img-top a:hover img {
 -webkit-transform: scale(1);
    transform: scale(1);
    /*transform: scale(1.25) translateY(-30%);*/
}
.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  .category {
 border: 2px solid #4c4df5;
    padding: 4px 10px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
}

.pro-footer {
    justify-content: space-between!important;
    border: 2px solid #222;
    padding: 5px 10px;
    border-radius: 10px;
    background: #c5f957;
}
.product-directory .product_title {
   
    position: relative;min-height: 100px;
}


.product-directory .product_title h3 {
   font-size: 19px;
    text-transform: capitalize;
    line-height: 24px;
}

i.bi.bi-dot {
    font-size: 40px;
    padding: 0;
    color: green;
    position: relative;
    top: 10px;
    left: 12px;
    display: none;
}
.product-directory .btn.btn-default {
   background: #563cf2;
    border-radius: 30px;
    padding: 4px 15px;
    font-size: 12px!important;
    font-weight: 500;
    border: 2px solid #4c4df5;
    color: #ffffff;
    font-weight: 600;
    box-shadow: none;
}
.product-directory .btn.btn-default:hover {
    background: #4c4df5 ;
    color: #fff;
}

.product_title .btn.btn-default:hover {
   background: #4c4df5;
   color: #fff; 
}

.product-directory .btn.btn-default i {
   font-size: 12px!important;
    left: -2px;
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0;
    top: 0;
}
.product-directory a {
    color: #222;
    text-decoration: none;
}
.product-directory .blockbtn {
    position: relative;
    top: 0px;
}


.product-directory .ads-date {
  top: 190px;
    margin-left: 5px;
    border: 2px solid #ddd;
    position: absolute;
    right: 15px;
    padding: 5px 15px;
    color: #fffefe;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #00000094;
    border-radius: 30px;
}

.product-viewall a {
   color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 16px;
    padding: 11px 45px;
    border-radius: 30px;
    box-shadow: 4px 5px #333;
    text-decoration: none;
}
.product-viewall a:hover {
 color: #222;
   background: #c5f957;
    
}
.product-viewall {
    text-align: center;
    margin: 35px 0 0;
}
.product-header {
    background: url(../userassets/proheader.jpg);
    background-size: cover;
    background-position: center;
}
.user-name {
    position: relative;
    top: 0px;font-weight: 500;
}
@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: 768px){
.home-product {
     background-position: 92% 1%;
}
}
@media only screen and (max-width: 480px){
.product-directory .card-img-top img {
   height: 260px;
    width: 100%;
}
.product-directory  .pro-title h2:before {
     width: 113px!important;
    height: 12px!important;
    left: 36%!important;display: none;
}
.pro-title h2 {
     font-size: 25px!important;
}
.cate-bubbles ul {
     margin: 0px 0 0;
}
.product-directory h2:before {
   width: 111px;
    height: 9px;
   left: 36.2%;
}
.product-directory .ads-price {
    font-size: 16px;
     top: 26px;
     width: 100%;
}
.product-directory .blockbtn {
     width: 45%;
    top: 0px;
}
.product-directory .product_title h3 {
    font-size: 19px;
  
}
.product-header img {
    width: 100%;
    height: 290px!important;
}
.home-product {
    padding: 30px 15px 70px!important;
    
}
.cate-bubbles {
  padding: 5px 0 20px;
   
}
.cate-bubbles li a h6 {
   padding: 6px 15px;
    box-shadow: 3px 3px #333;
    font-size: 13px;
}
.cate-bubbles li {
    margin: 3px 10px!important;
    font-size: 12px;
}
.short_info {
   margin-bottom: 19px;
    min-height: auto;
}
.product-viewall a {
   font-size: 16px;
    padding: 9px 40px;
    
}
.topbanner2 {
    margin-top: 40px!important;
    
}
.topbanner2 img {
    border-radius: 10px;
   border: 2px solid #000;
}
.long-card .pro-title h2:before {
    display: none!important;
}
  }  
 /*------------------------------------product-directory----------------------------------------*/
.categorybubbles {
    float: left;
    width: 100%;
}

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

.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;
   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: #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 6px 20px;
    border: 2px solid #222;
    box-shadow: 5px 6px #333;
}
.cate-bubbles img {
    display: none;
}
.cate-bubbles li a h6:hover {
    color: #c5f957;
    background: #333;
   box-shadow: 5px 6px #C5F957;
}

 /*------------------------------------product-display----------------------------------------*/
.product-header img {
   width: 460px;
    height: 340px;
    margin: auto;
    text-align: center;
    display: block;
}
.product-start {
    float: left;
    width: 100%;
    padding: 30px 0;
    background:#fff; 
    box-shadow: 2px 0px 10px #1515151c;
}
.product-info {
    width: 100%;
    padding: 45px 0;
    background:#f8f9ff; 
}
.product-start .pro-title {
    float: left;
    width: 100%;
 margin-bottom: 0px;margin-top: 0px!important;
}
span.listing-address {
    float: left;
}
.pro-title span a, .pro-title span {
    font-size: 16px;
    color: #777;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 4px;
}

.product-start .pro-title h2 {
  font-weight: 800;
    display: inline-block;
    font-size: 25px;
    float: left;
    width: 100%;
    text-transform: capitalize;
  
}
.pro-address {
    float: left;
}
.logo-box {
    margin-right: 0px;
    margin-top: -5px;
    width: 14%;
}
.logo-box img {
    float: left;
  width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px 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;
}
.logo-right {
 margin-left: 10px;width: 100%;
}
.pro-titlebar h2 {
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 600;
}
.pro-title a{
   color: #777;
   text-decoration: none;
}
.product-info .card h1 {
  font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.pro-title span.pro-tag {
   display: initial;
    margin: 0 0 5px;
    padding: 4px 15px;
    line-height: 15px;
    letter-spacing: 2.5px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    top: -6px;
    margin-left: 0px;
    background: #ffffff!important;
    position: relative;
    color: #040404;
    border: 2px solid #ddd;
    font-size: 10px;
    margin-right: 5px;
}
.product-info iframe {
    border: 0;
    border-radius: 20px;
    margin: 10px auto 10px;
    display: block;
    width: 100%;
    height: 370px;
}
.product-start .btn.btn-default i {
    transition: all ease .3s;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 0px!important;
    position: relative;
    top: 1px;
    padding: 0!important;
}
.rating .bi.bi-flag {
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
}
.product-info .card {
    padding: 0px;
    border-radius: 20px;border: 3px solid #222!important;
}

.product-info .card-header {
    padding: 12px 5px 10px;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
}

.pro-titlebar span a, .pro-titlebar span, .rating-counter a{
    font-size: 16px;
    color: #777;
    margin-top: 0;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 4px;
  width: auto;
}
.product-info .card-body {
  border-top: 0px solid #ddd;
    padding: 10px 30px;
}
.product-info p, .product-info li{
    line-height: 35px;
    font-size: 16px;
    list-style: none;
}
.product-info ul{
    padding: 0;
}
.product .btn.btn-default {
   background: #4c4df5;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.product .btn.btn-default:hover {
   background: #c5f957;
     color: #222;
}
.product-info .card i {
    background: #c5f957;
    padding: 5px 7px 5px;
    margin-right: 3px;
    border: 2px solid#040404;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
}
.overview .bg-secondary {
  background: transparent!important;
    border-radius: 20px;
    min-width: 52px;
    position: relative;
    left: 7px;
    color: #080808;
    border: 2px solid #c1c1c1;
    padding: 3px;
}

.product-info .product-left .card-body 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;
}
.product-info .product-left .card-body  li {
    list-style: none;
    padding: 0;
    width: 50%;
    float: left;
}
.product-info .card-body  ul {
     padding: 0;
}
.product-info  .card-header  h5 {
   border-radius: 20px;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline;
    padding: 7px 20px;
}
.product-info .fa.fa-arrow-right {
    background: #ffffff!important;
    border-radius: 50%;
    position: relative;
    color: #040404;
    border: 2px solid #ddd;
    font-size: 10px;
    padding: 3px 4px;
    margin-right: 5px;
}
.author-box {
    float: left;
    width: 100%;
}


.author_contact .card-header h4 {
 border-radius: 20px;
    color: #020202;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline;
    padding: 7px 20px;
}

/*.post-review {
  color: #1c1c1c;
    background-color: #c5f957;
    appearance: none;
    border-radius: 30px;
    font-size: 15px;
    border: 0;
    position: relative;
    top: -6px;
    text-align: center;
    display: block;
    margin: 14px 0;
    font-weight: 700;
    box-shadow: 4px 5px;
    padding: 9px;
}
.post-review:hover {
    color: #fff;
    background-color: #4c4df5;
  box-shadow: 4px 5px#222;
}*/



textarea {
    height: 120px!important;
}
.btn-success.btn-info {
   background: #c5f957;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    box-shadow: 4px 5px;
}
.btn-success.btn-info:hover {
    background: #4c4df5;
    color: #fff;
}
.btn-success.btn-info i {
    transition: all ease .3s;
    font-size: 16px;
    position: relative;
    top: -1px;
}
.btn-success.btn-info:hover i {
    transform: translateY(-2px);
    color: #fff;
}

.greynote {
    font-size: 13px;
    line-height: 28px;
    padding: 6px 12px;
    color: #6c757d;
    background: #f1f1f1;
    border-radius: 4px;
    margin: 5px 0;
}
.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 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
   background: url(../userassets/bkg2.png);
    color: #fff;
    background-position: 140% 62%;
}
.modal .btn-close {
    width: 10px;
    height: 10px;
    border: 0;
    opacity: .8;
    position: absolute;
    top: 15px;
    z-index: 999;
    right: 18px;
    background: url(../userassets/close.png)center/1em auto no-repeat!important;
    background-repeat: no-repeat;
}
.modal-content {
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 10px;
}
.modal-footer{
    display: none;
}

/*.modal-open {
overflow: auto!important;
    padding-right: 0px!important;
}*/
body {
overflow: auto!important;
    padding-right: 0px!important;
}
label.form-check-label a {
    color: #4c4df5;
    font-weight: 600;
}
.form-check-input:checked {
    background-color:#4c4df5!important;
    border-color: #4c4df5!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: 14px;
    line-height: 26px;
 
}
.sidebar-widget .author__contact li span {
    float: left;
}
.authordis {
    line-height: 22px!important;
    color: #777;
    font-size: 14px!important;
}
.author__contact {
    float: left;
    width: 100%;
    margin: 17px 5px!important;
}
.author__contact a {
    color: #666;
    text-decoration: none;
}
.author_contact form {
    padding: 30px 30px;
}
.stars i {
    transition: all ease .3s;
    transform: rotate(35deg);
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    border: 1px solid #222;
    color: #222;
}
#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 {
   background: #c5f957;
    padding: 5px 7px 5px;
    margin-right: 5px;
    border: 2px solid#040404;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
}

.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 .authorname {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 2px;
}
.sidebar .sidebar-widget .authordis {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
.sidebar-widget .author__link {
    text-align: center;
    padding-top: 20px!important;
    margin: 0 0 10px 0;
    border-top: 1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.author_contact .card-body {
    padding: 1rem 1.5rem!important;
}
/*.youtube a {
    background: #f30606!important;
}*/

.bilink a {
    background: #115fd3!important;
}
.bilink .bi.bi-link-45deg {
    color: #fff;
}


ul.author__link li {
    margin-right: 10px;
}
ul.author__link li i {
    background: #4C4DF5!important;
    color: #fff!important;
    border: 0!important;
    padding: 8px 10px!important;
}
ul.author__link li i:hover {
    background: #c5f957!important;
    color: #222!important;
   
}
.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: #444;*/
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    margin-bottom: 10px;
}
.signupbtn .btn.btn-default {
    background: #c5f957;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 500;
    color: #0b0b0b;
}

.signupbtn .btn.btn-default:hover {
  background: #4c4df5;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.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: 365px;
    border-radius: 20px;
    width: 295px;
}

.tags .btn-outline-primary {
  font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-right: 6px;
    background: transparent!important;
    border-radius: 20px;
    min-width: 120px;
    position: relative;
    left: 7px;
    color: #080808;
    border: 2px solid #c1c1c1;
    padding: 4px;
}
.tags .btn-outline-primary:hover {
 border: 1px solid #222;
    background: #c5f957;
    color: #222;
}
.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: 17px;
    margin: 0;
    font-weight: 700;
}
.profile-wish {
  position: relative;
    top: -5px;
    float: left;
    left: 0px;
}
.add-to-wishlist {
   font-size: 15px;
    float: left;
    color: #666;
}
.profile-wish  a {
  transition: all ease .3s;
    padding: 6px 10px;
    position: relative;
    color: #202020;
    font-size: 18px;
    margin: 0 0px;
    background: #c5f957;
    border-radius: 50%;
    border: 2px solid #121212;
}
.profile-wish  a:hover {
  border-bottom: 0px solid!important;
    background: #4c4df5;
    color: #fff;
   
    }
.profile-wish .shareurl {
    position: relative;
    top: 1px!important;
    left: 15px!important;
    font-size: 15px;
    float: left;
    color: #666;
}
.rating {
    min-height: 70px;
    padding: 0 25px 20px!important;
}
.rating-user {
    float: left;
    display: inline-flex;
    margin-right: 4px;
}
.rating  li {
    margin-bottom: 20px;
}
.rating h6 {
    margin-left: 51px;
    font-size: 14px;
    color: #555;
}
.rating p {
    line-height: 30px!important;
    font-size: 15px!important;
    list-style: none;
   display: flex;
    margin-bottom: 8px!important;
    color: #555!important;
}
.flagreview {
    text-decoration: none;
    font-weight: normal;
    color: #222;
}
.rating-user {
    float: left;
    display: inline-flex;
    margin-right: 4px;
}
.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;
}
.blockbtn.listing {
    margin-top: 51px;
}
.blockbtn.listing .btn.btn-default {
   color: #fff;
    border: 0px solid #4c4df5;
    padding: 8px 25px;
    background: #4c4df5;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 4px 5px #333;
}
.blockbtn.listing .btn.btn-default:hover {
    color: #222;
    background: #c5f957;
   
}

/*==================================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!important;
    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: #333;
  
}

.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;
   
}

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

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

.b-danger {
    border-color: #8184f9!important;
}
.listing-info .product-left  .card-body .timeline i {
    transition: all ease .3s;
    transform: rotate(0deg);
    padding: 4px 6px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 12px;
    box-shadow: 3px 2px #222;
    position: relative;
    top: -1px;
    border: 1px solid #222;
    color: #222;
    float: left;
    min-height: 25px;
}
.proaddress i {
    font-size: 17px!important;
    margin-right: 4px;
}
.proaddress {
    float: left;
    display: flex!important;
}

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

.product-directory .product_title h3 {
    font-size: 17px;
   
   
}
.listing-address i {
    float: left!important;
    margin-right: 5px!important;
}
.listing-address {
    display: contents!important;
    font-size: 14px!important;
}
.proaddress a{
   font-size: 14px!important;
}
.product-directory .ads-price{
   font-size: 16px;
}
.product-directory .card-body {
   padding: 0.8rem 1.1rem;
    
}
.product_title .btn.btn-default i {
    font-size: 12px!important;
    
}
.product_title .btn.btn-default {
   padding: 4px 18px;
    font-size: 12px!important;
}

}
@media only screen and (max-width: 768px){
 
.blockbtn.listing {
    margin-top: 0;
    float: right;
}
.product-start .pro-title h2 {
     font-size: 22px;
}

}
@media screen and  (max-width: 480px){
.pro-titlebar h2 {
    font-size: 22px;
    
}
.blockbtn.listing {
    margin-top: 18px;
    float: left;
}
.pro-title span.pro-tag {
   padding: 3px 10px;
    font-size: 10px;
    top: -6px;
    margin-left: -1px;
}
.pro-titlebar span a, .pro-titlebar span {
     margin-left: 50px;
}
.pro-titlebar span a, .pro-titlebar span  {
     margin-left: 0px;
}
.star-rating {
    margin-left: 0px;
}
.product-info {
    
    padding: 30px 0;
}
.listing-address {
    display: block!important;
    font-size: 15px!important;
}

.post-review {
    padding: 6px 15px;
    font-size: 13px;
    margin-top: -5px;
}
 .product-left .card-body li {
   width: 100%;
   
}
.logo-right {
    float: left;
    margin-left: 6px;
}
.sidebar-widget .author__contact li {
    
    display: block;
}
.profile-wish a {
     padding: 5px 8px;
    font-size: 15px;
   
}
.blockbtn.listing .btn.btn-default {
    font-size: 15px;
}
.product-info .card-body {
     padding: 15px 20px;
}
.profile-wish {
   float: none;
    margin-top: -30px;
}
.listing-address {
    display: block!important;
    font-size: 14px!important;
}
}
/*==================================time-line=======================================*/
/*-------------------------------------------partner---------------------------------*/
@media (max-width: 767px) {
      .partner  .carousel-inner .carousel-item > div {
            display: none;
        }
       .partner .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }

  .partner  .carousel-inner .carousel-item.active,
  .partner  .carousel-inner .carousel-item-next,
   .partner .carousel-inner .carousel-item-prev {
        display: block;
    }

    /* medium and up screens */
    @media (min-width: 768px) {

      .partner  .carousel-inner .carousel-item-end.active,
        .partner .carousel-inner .carousel-item-next {
            transform: translateX(25%);
        }

     .partner   .carousel-inner .carousel-item-start.active, 
    .partner    .carousel-inner .carousel-item-prev {
            transform: translateX(-25%);
           
        }
    }

  .partner  .carousel-inner .carousel-item-end,
  .partner  .carousel-inner .carousel-item-start { 
        transform: translateX(0);
    }

.partner {
  padding: 50px 0px 70px;
   float: left;
    width: 100%;
    z-index: 0;
    position: relative;
    
}
.partner .card {
    background: transparent;
    padding: 20px;
    border: 0;
}
.partner .card .card-img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 10%);
    text-align: center;border: 2px solid #222;
}
.partner .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    float: left;
}


ul.partner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.partner-list .card {
  border: 0px solid rgba(0,0,0,.125);
}
@media only screen and (max-width: 768px){
.partner-list li {
    width: 17%;
}
.homelink ul {
    padding: 0;
    margin-bottom: 0;
}

.partner-list .img-fluid {
   width: 85%;
}
.partner-list .mt-5 {
    margin-top: 1rem!important;
}
 .footer-widget h4 {
    margin-bottom: 15px;
    font-size: 2.1vw;
}
.gallerycountLink {
    position: absolute;
    font-size: 11px;
    margin-top: 100px;
    left: 21px;
    bottom: 223px;
}
.contact-info {
    margin-top: 16px!important;
    margin-left: 70px;
}
 .footer-widget li:before {
    font-size: 1.4vw;
    
}
.footer-widget li {
     line-height: 3.5vw;
}
.social li img {
    width: 3.5vw;
    margin-right: 1vw;
}
 .footer-widget li a {
   font-size: 1.7vw;
    line-height: 4.3vw;
}
}

@media only screen and (max-width: 480px){
.partner-list .img-fluid {
    width: 100%;
}
.partner .card .card-img {
   border-radius: 0px;
   
}
.partner .carousel-item img {
    height: auto!important;
}
ul.partner-list {
   
    
}
.partner .card {
   padding: 0;
}
 .partner  .carousel-inner .carousel-item.active,
  .partner  .carousel-inner .carousel-item-next,
   .partner .carousel-inner .carousel-item-prev {
        display: block;
    }
  .partner {
    padding: 20px 0px 30px;
  
}  

}
/*-------------------------------------------partner---------------------------------*/
/*==================================long-card=======================================*/

.long-card {
    float: left;
    width: 100%;
    padding: 40px 40px 70px;
    
}
.long-card .card {
    background: #fff;
    padding: 12px 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px #ddd;
    border: 3px solid #222!important;
}
.card-talk iframe {
    border: 0;
    width: 100%!important;
    border-radius: 15px;
    margin: 10px 0;
    height: 250px;width: 200px;
}
.long-card .card-de h4 {
    margin: 7px 0 0;
}
.long-card .card-des h4 a {
    font-size: 11px;
    color: #222;
    margin-top: 0px;
    background: transparent;
    border-radius: 30px;
    padding: 2px 10px 3px;
    display: inline-block;
    border: 2px solid #4c4df5;
}
.long-card a {
    color: #222;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
}
.long-card .pro-title {
    float: left;
    width: 100%;
    margin-top: 20px!important;
    margin-bottom: 40px;
}

.long-card  .pro-title p {
    margin-top: 0;
    margin-bottom: 0.3px;
    font-size: 16px;
    color: #666!important;
}
.long-card .pro-title h2:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 13px;
    background: #c5f957;
    margin-top: 20px;
    z-index: -1;
    display: block;
    left: 0%;
}
.card-talk img {
    border: 0;
    width: 100%!important;
    border-radius: 15px;
    margin: 10px 0;
    height: 250px;
}
.long-card .product-viewall a {
    color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 16px;
    padding: 11px 45px;
    border-radius: 30px;
    box-shadow: 4px 5px #333;
    text-decoration: none;
}
.long-card .product-viewall a:hover {
color: #222;
    border: 0px solid #4c4df5;
    background: #C5F957;
   
}
/*==================================home-slider=======================================*/
.home-slider  {
 float: left;
 width: 100%;
padding: 45px 0;
}

.home-slider img {
    border-radius: 20px;
    height: 500px;width: 100%;
}
.carousel-caption {
   position: absolute;
    bottom: -5rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 100%;
}
.home-slider h1 {
   font-size: 50px;
   font-weight: 800;
   color: #fff;
   margin: 0;
}
.home-slider h3 {
   font-size: 30px;
   font-weight: 800;
   color: #fff;
}
.home-slider p {
    font-size: 20px;
    color: #fff;
}
.slideb2 h1 {
    color: #fff!important;
}
.slideb2 p {
    color: #fff!important;
}
/*.home-slider  .carousel-control-next, .carousel-control-prev {
    display: none;
}
.home-slider  .carousel-indicators{
    display: none;
}*/

.slideb2 .btn.btn-primary {
    color: #4c4df5;
   padding: 8px 25px;
    background: #c5f957;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
     margin-top: 10px;
}
.home-slider .btn-primary {
   color: #2e2c2c;
    background-color: #c5f957;
    border-color: transparent;
    font-size: 17px;
    padding: 8px 24px;
    border-radius: 30px;
    margin-top: 18px;
    float: right;
    position: relative;
    top: -66px;
    right: 92px;
}
@media only screen and (max-width: 1024px){

   .home-slider img {
   height: 320px;
} 

.carousel-caption {
    position: absolute;
    bottom: 2rem;
}
}
@media only screen and (max-width: 768px){
.carousel-item img {
    width: 100%;
    height: 350px;
}
.carousel-caption {
    position: absolute;
    bottom: 3rem;
}
}
@media only screen and (max-width: 480px){
.home-slider {
     padding: 30px 0 50px;
}
.carousel-item img {
  
    height: 225px;
}
.home-slider .container {
    max-width: 95%;
}
.home-slider h1 {
    font-size: 20px;
   
}
  .home-slider img {
   height: auto;
} 
.home-slider h3 {
    font-size: 20px;
   
}
.home-slider p {
    display: none;
}
.carousel-caption {
    position: absolute;
    bottom: 1.5rem;
}
.carousel-item img {
    width: 100%;
   
}
.home-slider .btn-primary {
    font-size: 14px;
    padding: 6px 10px;top: 35px;
    right: 42px;
}
.home-slider .carousel-control-next, .carousel-control-prev {
   display: none;
}
}
/*==================================home-slider=======================================*/


/*----------------------------------------home-banner------------------------------------*/


.home-banner {
    float: left;
    width: 100%;
   padding: 60px 0;display: none;
}
.home-banner .container {
    margin: auto;
 
}
.home-banner .card-img img {
  width: 100%;
    margin-top: -40px;
}
.home-banner .banner1 .card-img img {
    width: 100%;
    margin-top: -13px;
}
.home-banner .card-img {
    float: right;
    width: 45%;
    margin: 40px 0;
}
.home-banner .card-des {
    float: left;
    width: 54%;
}
.home-banner .card-title {
    margin-bottom: 0rem;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    color: #333;

}
.home-banner p {
    font-size: 16px;
    line-height: 29px;
    margin: 7px 0 5px;
}

.banner2 .card-title {
    margin-bottom: 0px;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
}
.banner2 p {
     color: #fff;
}
.banner1 .card-title {
    margin-bottom: 0px;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 32px;
    color: #000000;
}
.banner1 {
  background: url(../userassets/homebanner1.jpg);
    float: left;
    border-radius: 10px;
    padding: 30px 40px 50px;
    height: 300px;
    background-size: cover;
    width: 100%;
}
.banner2 {
   background: url(../userassets/homebanner2.jpg);
    float: left;
    border-radius: 10px;
   padding: 30px 40px 50px;
    height: 300px;
    background-size: cover;
    width: 100%;
}

.home-banner .blocktitle {
    font-weight: 800;
    color: #fff;
}
.home-banner .subtitle {
    margin: 0px auto;
        color: #fff;
        text-align: center;
        font-size: 20px;
        max-width: 420px;
        position: relative;
}
.home-banner .banner2 .btn-info {
  color: #4c4df5;;
    background-color: #c5f957;
    border-color: transparent;
    font-size: 15px;
    padding: 8px 24px;
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 500;
}
.home-banner .btn-info {
   color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 15px;
    padding: 8px 24px;
    border-radius: 30px;
    margin-top: 10px;
}
.home-banner .btn-info:hover {
   color: #222;
    background-color: #fff;
   
}
.home-banner .btn.btn-info i {
    margin-left: 3px;
}

.home-banner .card-body img  {
   transition: all .3s ease-in-out;
}
.home-banner .card-body:hover img {
    transform: translateY(3.25347px);
    cursor: pointer;
}
.banner2 li a {
    background-color: #ffffff;
    border-color: transparent;
    font-size: 15px;
    padding: 4px 15px;
    border-radius: 30px;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    display: inline-block;
    color: #222;
    text-decoration: none;
}
.banner2 li a:hover {
    background: #c5f957;
}
.banner2 li {
    list-style: none;
    float: left;
    margin: 5px 7px 5px 0px;
}
.banner2 ul {
    padding: 25px 0 0;
    width: 100%;
    float: left;
}

.banner2 .card-img {
    float: right;
    width: 30%!important;
    margin: 50px 0!important;
}
.banner2 .card-des {
    float: left;
    width: 70%!important;
}

.banner2 .card-img img {
    width: 170px!important;
    position: relative;
    left: -10px;
    top: 30px;
}
@media only screen and (max-width: 1024px){
.banner1 {
   padding: 40px 35px 40px;
}
.banner2 {
   padding: 40px 35px 40px;
}
.banner1 .card-title {
   font-size: 22px;
     line-height: 30px;
   
}
.banner2 .card-title {
   font-size: 22px;
     line-height: 30px;
   
}
.home-banner p {
    font-size: 16px;
    line-height: 23px;
    margin: 7px 0 15px;
}
}
@media only screen and (max-width: 480px){
.home-banner {
 padding: 35px 0;
}
.home-banner .card-des {
    float: left;
    width: 100%;
}
.home-banner .btn-info {
   font-size: 14px;
    padding: 7px 15px;
}
.banner1 .card-title {
    font-size: 20px;
  
}
.banner2 li a {
     padding: 4px 10px;
    font-size: 13px;
    
}
.banner2 ul {
    padding: 15px 0 0;
    width: 100%;
    float: left;
}
.banner2 .card-title {
    font-size: 18px;
    line-height: 30px;
}
.banner2 .card-img img {
    width: 127px!important;
    position: relative;
    left: -43px;
    top: 68px;
}
.banner2 .card-img img {
    margin-top: 9px;
    margin-left: 24px;
}
.home-banner .container {
   max-width: 90%;
}
.banner2 {
    padding: 30px 35px 40px;
}
.home-banner .banner1 .card-img img {
    margin-top: -80px;
    margin-left: 15px;
}
}
/*----------------------------------------home-banner------------------------------------*/
/*-------------------------------------homeblog----------------------------*/



.homeblog {
    float: left;
    width: 100%;
    padding: 90px 0 70px;
    background-position: center;
    border-radius: 0px;
    margin: 0 auto 0px;
    background: url(../userassets/bkg3.jpg)!important;
}

.event-card .card{
  background: transparent;
   border-radius: 20px;
    box-shadow: 0 0 20px #00000042;
   background: transparent;
     box-shadow: 0 0 20px #00000042;
 
}
.event-card  .card-cate {
    position: absolute;
    top: -50px;
}
.homeblog .card:hover{
  
   /* box-shadow: 7px 7px #218375;*/
    background: #d7efef9e;
    
}

.event-card {
    border-radius: 15px;
}
.event-card .card-img img {
   width: 100%;
    border-radius: 15px 15px 0 0;
    height: 470px;
   
    background: transparent;
}

.event-card .badge {
    background: #4c4df5;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 12px;
}
.event-card .card-title{
   margin-bottom: .5rem; 
}

.event-banner .card-img-overlay {
   position: absolute;
    top: 8px;
    right: 8px;
    bottom: -4px;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
    background: #00000073;
    height: 625px;
    border-radius: 20px;
    height: 646px;
    padding: 0px;
    left: 8px;
}
.event-banner {
    background: transparent;
    height: 670px;
   
    width: 100%;
    border: 3px solid #222!important;
    border-radius: 22px;
    padding: 9px;
}
.event-banner .card-text {
   width: 64%;
    margin: 5px auto 30px;
    line-height: 1.6;
    font-size: 19px;
}
.event-banner .card-title {
    text-align: center;
    margin-top: 200px;
    font-size: 40px;
}
.event-banner img {
   border-radius: 20px;
    height: 670px;
}

.event-banner .btn.btn-info {
   color: #222;
    border: 0px solid #4c4df5;
    padding: 10px 30px;
    background: #C5F957;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 4px 5px #333;
}
.event-banner .btn.btn-info:hover {
    color: #fff;
    background-color:#4c4df5;
    
}


.event-card p {
    margin: 0 0 0px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    min-height: 117px;
}
.event-card h5 {
    margin: 0px 0 3px;
    color: #666;
    font-size: 15px;
}

.event-card  .card-title a {
   font-size: 26px;
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 35px;
}
.event-card .card-title a:hover {
    color: #4c4df5!important;
    transform: translate3d(5px, 0, 0);
}

.homeblog .card-body {
    background: #fff;
    padding: 27px;
    border-radius: 0px 0 20px 20px;
    width: 100%;
    position: relative;
    top: 0px;
    padding: 20px 25px;
}
.homeblog .pro-title {
    float: left;
    width: 100%;
    margin-bottom:20px!important; 
}
.homeblog .pro-title  p {
    margin-top: 0;
    margin-bottom: 0.3px;
    font-size: 16px;
    color: #666!important;
}

/*.homeblog  .pro-title h2:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 17px;
    background: #c5f957;
    margin-top: 20px;
    z-index: -1;
    display: block;
    left: 20%;
}*/
.pro-title h2 {
    font-weight: 900;
    display: inline-block;
    font-size: 28px;
    position: relative;
}
.event-card .events {
    display: inline-block;
    margin-right: 19px;
}
.event-card .event-icon {
   margin-right: 12px;
}
.event-info {
    margin: 15px 0 0;
}
.event-card .btn.btn-info {
    color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 15px;
    padding: 6px 24px;
    border-radius: 30px;
    margin-top: 10px;
    float: right;
}
.event-card .btn.btn-info:hover {
    color: #222;
    background-color:#c5f957;
    
}
.event-card {
    border-radius: 15px;
    height: 714px;
}
.blog-card .card-date {
    font-size: 13px;
    color: #666;
    margin: 6px 0 0;
}

.blog-card  h3  {
    line-height: 24px;
    margin-bottom: 25px;
}

.blog-start {
    background: #fff;
    padding: 20px 10px 0px;
    border-radius: 15px;
    box-shadow: 0 0 20px #ddd;border: 3px solid #222;
}

.blog-card:not(:last-child) {
    background: #fff;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 15px;
}

.blog-card .card-body {
    background: #fff;
    padding: 0px;
    border-radius: 20px 20px;
    width: 100%;
    
}
.blog-card .card-img img {
   width: 100%;
    border-radius: 15px 15px;
   height: 200px;
    background: transparent;
}
.blog-card a {
    color: #222;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}
.blog-card a:hover {
color: #4c4df5!important;
}
.blog-card .card-des {
    padding: 5px 0px 0px;
}
.blog-card .pro-title {
    text-align: center;
}
.blog-card .card-des h4 {
    margin-bottom: 1px;
}
.blog-card .card-des h4 a {
 font-size: 11px;
    color: #222;
    margin-top: 0px;
    background: transparent;
    border-radius: 30px;
    padding: 2px 10px 3px;
    display: inline-block;
    border: 2px solid #4c4df5;
}
.blog-card .card-des h4 a:hover {
   color: #222;
     background: #c5f957;
   
}
.card-date i {
  background: #c5f957;
    padding: 4px 6px;
    margin-right: 1px;
    border-radius: 50%;
    position: relative;
    top: 1px;
    color: #050505;
    font-size: 11px;
}


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

.alllogo li {
   width: 19%;
    
}
.event-banner img {
    border-radius: 15px;
    height: auto;
}
}
@media only screen and (max-width: 480px){
.homeblog .card-img img {
    border-radius: 15px 15px 0 0px;
    height: auto;
  
}

.event-banner .card-img-overlay {
    height: auto!important;
}
.event-banner img {
  border-radius: 23px;
    height: auto;
   border: 0px solid #222!important;
    padding: 0;
}
.blog-card .card-des {
    padding: 10px 15px 0px;
}
.event-banner .btn.btn-info {
     font-size: 15px;
   margin-top: 0;
    
}
.homeblog .pro-title h2:before {
     width: 296px!important;
    height: 14px!important;
    left: 13%!important;
}
.event-banner .card-text {
    width: 86%;
    margin: 5px auto 20px;
   }
.event-banner .card-title {
    margin-top: 33px;
    font-size: 30px;
}
.blog-start {
    background: transparent;
    padding: 0;
    border-radius: 15px;
    box-shadow: none;
}
.homeblog .card-title a {
    font-size: 20px;
    line-height: 30px;
}
.blog-card:not(:last-child) {
    border-bottom: 0px dashed #ddd;
   

}
.blog-card {
 
 border-radius: 15px;
   padding: 12px!important;
}
.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;
}
}
/*----------------------------------------home-cate------------------------------------*/
.home-category{
   float: left;
    width: 100%;
    padding: 60px 0 55px!important;
    background: url(../userassets/bkg2.png);
        background-position: 15% 74%;
}
.cateblock .row {
    margin: 35px 0 0;
    float: left;
    width: 100%;
}
.home-category h2 {
    font-weight: 900;
    display: inline-block;
}
.home-category h2:before {
    content: "";
    position: absolute;
    width: 334px;
    height: 17px;
    background: #c5f957;
    margin-top: 20px;
    z-index: -1;
    display: block;
    left: 38.5%;
}


.home-category p {
   margin-top: 0;
    margin-bottom: 0.3px;
    font-size: 18px;
}
.home-category .catebox {
    text-align: center;
    background: #ffdec7;
    padding: 25px;
    border-radius: 15px;
}
.home-category .catebox.catebox1 {
    background: #ffdec7;
    
}
.home-category .catebox.catebox2 {
    background: #a0ffe8;
    
}
.home-category .catebox.catebox3 {
    background: #ffc7ca;
    
}
.home-category .catebox.catebox4 {
    background: #c7f2ff;
    
}
.home-category .catebox.catebox5 {
    background: #ffc7f3;
    
}
.home-category .catebox.catebox6 {
    background: #c7ffe4;
    
}
.home-category .catebox.catebox7 {
    background: #88f5fc;
    
}
.home-category .catebox.catebox8 {
    background: #dcfbb6;
    
}
.home-category .catebox.catebox9 {
    background: #ffeccc;
    
}
.home-category .catebox.catebox10 {
    background: #c8c7ff;
    
}
.home-category .catebox.catebox11 {
    background: #eaf6a9;
    
}
.home-category .catebox.catebox12 {
    background: #c8c7ff;
    
}
.container.cateblock {
    width: 70%!important;
}

.cate-icon img {
    width: 60%;
}
.home-category a{
    text-decoration: none;
}
.home-category  h3 {
    text-align: center;
    display: block;
    font-size: 17px;
    color: #222;
    text-decoration: none;
    margin: 5px 0 0;
    font-weight: 600;
}
.home-category .catebox.catebox10 h3 {
    color: #55549b;
}
.home-category .catebox.catebox1 h3 {
    color: #b15a1e;
}
.home-category .catebox.catebox2 h3 {
    color: #2a7e6a;
}

.home-category .catebox.catebox3 h3 {
    color: #963136;
}
.home-category .catebox.catebox4 h3 {
    color: #2f86a1;
}
.home-category .catebox.catebox5 h3 {
    color: #b82699;
}
.home-category .catebox.catebox6 h3 {
    color: #4eb281;
}
.home-category .catebox.catebox7 h3 {
    color: #22777c;
}
.home-category .catebox.catebox8 h3 {
    color: #55742f;
}
.home-category .catebox.catebox9 h3 {
    color: #a46906;
}
.home-category .catebox.catebox10 h3 {
    color: #55549b;
}
.home-category .catebox.catebox11 h3 {
    color: #646f29;
}

@media only screen and (max-width: 1024px){
.container.cateblock {
    width: 90%!important;
}
}
@media only screen and (max-width:425px){
.col-lg-2.col-md-3.col-sm-6 {
    float: left;
    width: 33%;
}
.home-category .catebox {
 padding: 9px;
    border-radius: 10px;    
   
}
.home-category h3 {
    font-size: 12px;
   
}
.home-category h2:before {
    display: none;
}
.home-category {
    padding: 40px 0 40px!important;
   
}
.home-category p {
     font-size: 15px;
}
}
/*------------------------home-cta--------------------------*/

section.home-cta {
    float: left;
    width: 100%;
    padding: 65px;background: url(../userassets/bkg3.jpg)!important;background-size: cover;
}
.cta-bkg {
    background: url(../userassets/bkg2.png);
    padding: 60px 60px;
    border-radius: 20px;
    background-size: cover;
}
.home-cta h2 {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.3;
    font-weight: 800;
   color: #fff;
}
.home-cta p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 0;
}
.ctaright img{
float: right;
}
.blockbtn .btn.btn-primary {
   color: #0c0c0c;
    background-color: #c5f957;
    border-color: transparent;
    font-size: 19px;
    padding: 10px 40px;
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 500;
    box-shadow: 3px 5px;
}
.blockbtn .btn.btn-primary:hover {
    color: #222;
    background-color: #fff;
    
}
@media only screen and (max-width: 768px){
.ctaleft {
    width: 100%;
    margin-top: 325px;
}
.ctaright {
    position: absolute;left: 125px;
}
.ctaright img {
    float: none;

}
.cta-bkg {
   padding: 40px 45px;
   height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: 14% 100%;
    background-attachment: fixed;
}
}
@media only screen and (max-width: 480px){
.ctaright img {
  left: 35px;
    width: 80%;
    position: relative;
}
.ctaright {
    position: absolute;
    right: -40px;
    left: 0;
}
.ctaleft {
    width: 100%;
    margin-top: 214px;
}
.home-cta h2 {
    font-size: 28px;
    line-height: 1.5;
   
}
.blockbtn .btn.btn-primary {
    font-size: 17px;
    
}
.cta-bkg {
    height: 600px;
   padding: 30px 25px;
}
.home-cta {
  padding-bottom: 60px;
}
}
/*------------------------home-cta--------------------------*/


@media screen and (min-width:1500px) and (max-width: 3500px){

.banner2 .card-img img {
   width: 200px!important;
    position: relative;
    left: 0px;
}
.form-inner {
   width: 68%;
   
}


.product-directory .ads-date {
    top: 247px;
    
}

.product-directory .card-img-top img {
   width: 100%;
}

.product-view .card-img-top img {
   width: 100%;
  
}

.event-banner .card-title {
   font-size: 50px;margin-top: 135px;
}

.home-blog .card-img-top img {
   height: 270px!important;
    width: 100%!important;
}
.product-directory .card-img-top img {
    height: 300px;
    width: 100%;
}
.navbar {
   width: 68%;
   
}
.product-directory .card {
       height: 500px;
}
.nav-right .btn.btn-link {
   font-size: 18px;
    
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 17px;
   
}
.searchform {
    width: 65%;
  
}
.header-search-button {
  margin-left: 19px;
}    

.top-header form {
    width: 160px;
   
}

.product-directory .blockbtn {
  width: 35%;
}
.product-directory .ads-price {
   width: 85%;
}




.forminfo {
    margin: 15px 0 0;
}
.home-blog .companylogo {
  margin-top: -48px;
    right: 15px;
   
}
.home-blog .card-body {
    padding: 1rem 1.5rem;
   
}
.container {
    margin: auto;
   
}
.singleblog .container {
    margin: auto;
    max-width: 75%!important;
    width: 65%!important;
}
blockquote p {
    font-size: 20px!important;
    line-height: 42px!important;
    margin: 0;
}
.singleblog .single-blog-img img {
  
    height: 625px!important;
    width: 100%!important;
}
blockquote {
    margin: 40px 0 40px!important;
    padding: 35px 80px 35px!important;
   
}
.bottom-block h4 {
    font-size: 22px;
    line-height: 30px;
}
 
.container {
  max-width: 1320px;
}


.home-banner .card-img {
    margin: 20px 0;
}
.banner1, .banner2 {
  padding: 35px 50px 55px;
   
}
.home-slider img {
   height: 500px;
}
.product-directory .product_title h3 {
   font-size: 19px;
   
   }


.banner img{
    width: 100%;
}
.carousel-caption {
    position: absolute;
    bottom: -4rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 100%;
}

.home-slider h3 {
   font-size: 40px;
  
}

.product-directory .card-img-top img {
   width: 100%;
  
}
.home-cta h2 {
    font-size: 50px;
   
}
.home-cta p {
    font-size: 22px;
   
}
.home-category h2:before {
    width: 333px;
    left: 41%;
}
.product-directory h2:before {
    width: 141px;
    left: 46.3%;
}
.home-product {
    background-position: 15% 64%;
}
.banner1 .card-title, .banner2 .card-title {
  
    font-size: 26px;
   line-height: 36px;
    
}
.home-banner p {
    font-size: 18px;
   margin: 7px 0 15px;
}
}

/*-------------------------------loginpage-----------------------------*/
.section.userlogin{
    float: left;
    width: 100%;
    height: auto;
background-position: 23% 100%!important;
    background: url(../userassets/bkg1.png);
    background-size: cover;
}

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

.loginlogo img {
    width: 32%!important;
    margin: 15px auto 7px!important;
}

.loginimage img {
    height: 51vw;
}
.loginstart {
 background: #fff;
    border-radius: 26px;
    margin: 60px 0;
    box-shadow: 0 0 20px #2d2c2c3d;
    padding: 0 0px 0px 0px;
    border: 6px solid #111;
 
}
.loginstart form {
    margin: 25px 0 15px;
}

.loginstart img {
  border-radius: 20px 2px 0px 20px;
  margin: 0px;
  width: 100%;
  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 .form-check-label a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
}
.loginstart h6 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px!important;
    margin-top: 10px;
}
.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;
}

.loginuser .btn.btn-default {
    padding: .9vw 2.5vw;
    color: #fff;
    border-radius: 50px;
     font-size: 16px;
    /*font-size: 1.2vw;*/
     font-weight: 500;
    background-image: radial-gradient( circle farthest-corner at 18.2% 37.2%, rgba(19,134,133,1) 0%, rgba(12,118,117,1) 98.1% );
    border: 5px solid #47abaa;
}


.loginbtn .btn.btn-default {
    border-radius: 30px;
    padding: 10px 50px;
    background: #4c4df5;
    font-weight: 600;
    line-height: 2;
    border: 0;
    background-size: 150% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    box-shadow: 5px 6px #222;
}
.loginbtn .btn.btn-default:hover {
    background-position: 100% 0%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background:#c5f957;
    color: #222;
}
.loginbtn .btn.btn-default:hover i {
    transform: translateY(-2px);
}
.loginbtn .btn.btn-default i {
    transition: all ease .3s;
    transform: rotate(35deg);
    background: #fff;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 3px;
    position: relative;
    top: -1px;
    color: #4c4df5;
}
.loginbtn .bi.bi-arrow-up-right {
    background: #1e705e;
    padding: 4px 7px;
    border-radius: 50%;
    border: 2px solid #ffffff82;
    font-size: 12px;
    color: #fff;
}

.loginbtn .fa.fa-arrow-right {
    background: #309d9d;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    left: 0px;
    transform: translate3d(5px, 0, 0);
}
.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #4c4df5;
    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: 17px;
    font-weight: 700;
  
}
.account a {
    font-size: 17px;
   text-align: center;
    text-decoration: none;
    color: #4c4df5;
    font-weight: 600;
}
.account a:hover {
   color: #333;
   text-decoration: underline;
}
.contact-title img {
   width: 15%;
    margin-bottom: 18px;
}
/*==============contactinfo=================*/
.dblock {
    background: #d6e3f3;
    padding: 20px;
    height: 210px;
    border-radius: 15px;
    box-shadow: 0 0 20px #5259af29;
}
.dblock-icon {
    float: left;
    margin-right: 30px;
}
.dblock .btn-dark {
    color: #fff;
    background-color: #4c4df5;
    border-color: #4c4df5;
    margin-top: 20px;
    padding: 6px 20px;
}
.dblock .btn-dark:hover {
    color: #222;
    background-color: #C5F957;
    border-color: #C5F957;
    
}
.dblock  h3 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 24px;
    margin-top: 15px;
}
.dblock  h5 {
   font-size: 17px;
   
}
/*==============contactinfo=================*/

@media only screen and (max-width: 768px){
.loginlogo img {
   width: 46%!important;
    margin: 0px auto 15px!important;
}
 .login {
   padding: 20px 20px 35px;
    width: 95%;
}
.userlogin .container {
    width: 75%;
}
.account {
    
 font-size: 15px;
}
.loginstart {
    margin: 20px 0;
}
}
@media only screen and (max-width: 425px){
.userlogin .container {
    width: 90%;
}
.loginstart h2 {
   font-size: 24px;
    margin: 10px 0 0;
}
.loginbtn .btn.btn-default {
   font-size: 16px;
}
.loginstart h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px!important;
    margin-top: 10px;
    line-height: 25px;
}
.login {
    padding: 30px 20px 35px;
    width: 100%;
}
.account a {
    font-size: 15px;
    
}
}

/*-------------------------------loginstart-----------------------------*/

/*==============postad=================*/
.formbkg {
   background: url(../userassets/formbkg.jpg);
    background-size: cover;
    height: 100vh;
    float: left;
    position: fixed;
    left: 0;
     bottom: 0;
   padding: 50px;
     width: 40%;
}
.formimg {
    width: 45%;
    margin: 10px auto;
    text-align: center;
}

.formstart {
 float: left;
    width: 60%;
    margin-left: 40%;
    padding: 20px 30px 30px 30px;
}
.formhelp {
    line-height: 3;
    color: #fff;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}
.forminfo {
    width: 100%;
    margin: 50px 0 0;
}
 .postadstart li{
    list-style: none;
    font-size: 17px;
}
.postform {
   padding: 20px 70px;
}
 .postadstart li:before {
    font-family: 'FontAwesome';
    content: "\f061";
    font-size: 11px;
    margin-right: 10px;
    background: #c5f957;
    padding: 5px 5px;
    color: #222;
    border-radius: 50%;
    line-height: 1;
    height: 21px;
    position: relative;
    top: -1px;
}
.postadstart ul {
    padding: 0;
}
.postadstart .form-control {
   font-size: 13px;
    border-color: #f3f6f9;
    color: #444;
    border-bottom: 2px solid #ebebeb;
    box-shadow: none;
    transition: all .2s linear;
    padding: 7px 10px;
    font-weight: normal;
    font-family: roboto;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    border-top: 0px solid #222;
    background: #f7f7f7;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 10px;height: 55px;
}
.postadstart .loginbtn{
    margin: auto;
    display: block;
    text-align: center;
}

.postadstart .form-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px!important;
}
.caution_note {
    background: #e0e9f5b5;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.caution_note p {
   margin: 0;
   font-size: 14px;
   line-height: 26px;
}
.formlogo {
    position: absolute;
    left: 40px;
    top: 25px;
    width: 19%;
}
.formlogo img {
    border-radius: 4px;
    padding: 0px;
}
.postadstart .blockbtn {
    float: left;
    width: 100%;
    margin: auto;
    text-align: center;
}
.postadstart .btn.btn-default {
    background: #4c4df5;
    border-radius: 30px;
    padding: 10px 40px;
    box-shadow: 4px 5px #222;
    font-size: 17px;
    font-weight: 500;
    color: #fff;border: 0;
}
.postadstart .btn.btn-default:hover {
    background: #c5f957;
   color: #222;
}
.postadstart h3 {
    text-align: center;
}
.box img {
    height: 76px;
    width: 80px;
    border-radius: 5px;
}
/*----------------imageupload------------*/
.input-group-text {
    font-size: 14px;
}

label.input-group-text i {
    font-size: 23px;
    color: #777;
}
label.input-group-text span {
   font-size: 14px;
    padding: 0px 4px;
    position: relative;
    top: -3px;
    font-style: normal;
    color: #222;
    font-weight: 600;
}
.input-group-text .bi.bi-card-image {
    color: #222!important;
    }
i.bi.bi-info-circle-fill {
    position: absolute;
    right: 8px;
    top: 17px;
}
::-webkit-file-upload-button {
    display: none;
}
::file-selector-button {
  display: none;
}
/*----------------imageupload------------*/

@media only screen and (max-width: 1024px){
.forminfo {
    width: 100%;
   
}
.postform {
    padding: 30px 40px;
}
.formlogo {
   left: 30px;
   width: 10%;
}
.postadstart h3 {
    text-align: center;
    font-size: 20px;
}
.formbkg {
   padding: 5px 40px;
   
}
.postadstart li {
    list-style: none;
    font-size: 15px;
    display: inline-flex;
    line-height: 2;
}
}
@media only screen and (max-width: 768px){
.forminfo {
    width: 100%;
    margin: 100px 0 50px;
}
.postform {
    padding: 25px 40px;
}
.formbkg {
    height: auto;
    position: relative;
    width: 100%;
}
.formstart {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
}
.postadstart li {
    list-style: none;
    font-size: 15px;
    display: block;
    line-height: 3;
}
.postadstart li:before {
     top: 0px;
}
}
@media only screen and (max-width: 480px){
.postadstart ul {
    padding: 0 20px;
}
.postadstart .form-label {
    font-size: 16px;
    font-weight: 600;
}
.postadstart li {
    list-style: none;
    display: flex;
    line-height: 2.5;
    font-size: 16px;
    float: left;
}
.formlogo {
  width: 15%;
}
.postadstart li:before {
   font-size: 12px;
    margin-right: 6px;
    background: transparent;
    padding: 3px 7px;
    color: #f0f2f3;
   line-height: 3;
}
.formimg {
    width: 55%;
   
}
.postform {
    padding: 15px 20px;
}
.postform .row {
    display: block;
}
}
/*-------------------------------------home-blog----------------------------*/

.header-block {
    background: url(../userassets/bkg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    margin-top: -130px;
    background-attachment: fixed;
}
.header-block2 {
   background: url(../userassets/bkg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    margin-top: -164px;
    background-attachment: fixed;
}
.header-block h2 {
    color: #fff;
    font-size: 45px;
    padding: 80px 0 0;display: none;
}
.header-block h3 {
    color: #fff;
    font-size: 40px;
    margin: 5px 0 0;
 
}
.home-blog {
    float: left;
    width: 100%;
    padding: 30px 20px;
}
.home-blog .card {
   float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 23px;
    position: relative;
    box-shadow: 0 0 20px #00000042;
     height: 320px;border: 3px solid #222!important;
}
.home-blog .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: 200px;
    width: 342px;
}
.home-blog .card-img-top {
   position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
 
    
}
.home-blog .card-body {
    flex: 1 1 auto;
    padding: .7rem 1.5rem;
    height: 170px;
}
.home-blog  .user-name {
    line-height: 2.5;
    color: #777;
    font-size: 18px;
}
.home-blog .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: 250px;
    width: 375px;
   }

.home-blog  .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;
}
.home-blog  .category h6 {
  border: 2px solid #ddd;
    position: absolute;
    right: 15px;
    bottom: 203px;
    padding: 5px 15px;
    color: #fffefe;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #00000094;
    border-radius: 30px;
}
.product_title .card-title {
    font-size: 19px;
    float: left;
    width: 95%;
    font-weight: 600;
    min-height: 115px;
}

.home-blog .product_title {
   
    position: relative;
}
.home-blog .product_title h3 {
   font-size: 19px;
    text-transform: capitalize;
    line-height: 30px;
    min-height: 75px;
}


.home-blog .btn.btn-default {
  background: #563cf2;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 13px!important;
    border: 2px solid #4c4df5;
    color: #ffffff;
    font-weight: 600;
    box-shadow: none;
    margin: 0;
}
.home-blog .btn.btn-default:hover {
   background: #4c4df5;
   color: #fff;
    border: 2px solid #4c4df5;
   
}
.home-blog .btn.btn-default:hover i{
  color: #fff;
}
.home-blog .btn.btn-default i {
  font-size: 13px!important;
    position: relative;
    color: #4c4df5;
    box-shadow: none;
    padding: 0px 0px;
    left: 0!important;
    margin-right: 2px!important;
}
.home-blog a {
    color: #222;
    text-decoration: none;
}
.home-blog .blockbtn {
 float: right;
    position: relative;
    top: 4px;
}

.home-blog .companylogo {
   width: 10%;
    margin-top: 0px;
}
.home-blog .companylogo img {
  width: 40px;
    height: 40px;
    border: 3px solid #ffffffbd;
        border-radius: 50%;
}
.home-blog a {
    text-decoration: none;
}

.home-blog .companylogo {
    width: 52%;
    margin-top: 0px;
    display: inline-flex;
}
.home-blog .companylogo  p {
    margin: 0;
    font-size: 13px;
    position: relative;
    top: 10px;
    left: 6px;
    font-weight: 500;
}
.avatar {
   position: relative;
    top: 0px;
    float: left;
    width: 60px;
    height: 62px;
    margin-right: 23px;
    border: 4px solid #00000026;
}
.avatar img {
    width: 40px;
    height: 40px;
}


.home-blog .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){
.home-blog .card-img img {
    
    height: auto;
  
}

.home-blog .card-title a {
    font-size: 20px;
    line-height: 30px;
}
.home-blog .card {
    height: auto;
}
.home-blog  .author-name {
    position: relative;
    top: 7px!important;
    font-size: 15px;
}
.home-blog .date{
    font-size: 12px;
    position: relative;
    top: -6px;
}
.alllogo li {
    width: 45%;
}
.homelogo {
    margin: 20px 0 0px;
    padding-bottom: 30px;
}
.home-blog .card-body {
    padding: 10px 10px;
}
section.homelogo h2 {
     font-size: 22px;
}
}
/*form*/

.form {
  background: white;
   padding: 22px 22px 22px;
    margin-bottom: 35px;
    border-radius: 20px;
    border: 3px solid #000000;
    }
.form h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 13px;
    margin-left: 5px;
}

 .form .col {
    flex: none!important;
    padding: 5px;
} 
 .form  label {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
}
.form b {
  position: relative;
    top: 20px;
    font-size: 13px;
    color: #999;
    font-weight: 500;
    padding: 0px 8px 0;
    left: -4px;
}
.form-group {
    float: left;
    display:block;
}
.form .half {
    width: 48%!important;
}
 .form .half .col {
    flex: none!important;
    padding: 5px;display: flex
  
}   
.form .col:after {
    position: relative;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
   top: -45%;
    right: -158px;
    margin-top: 0px;
    border-bottom: 1px solid #535353;
    border-right: 1px solid #535353;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;display: none;
}
.form .col.half:after {
    position: relative;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: -45%;
    right: -112px;
    margin-top: 0px;
    border-bottom: 1px solid #535353;
    border-right: 1px solid #535353;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;display: none;
}

  
.form .form-control {
   font-size: 15px;
    border-color: #f3f6f9;
    color: #222;
    border-bottom: 2px solid #ebebeb;
    box-shadow: none;
    transition: all .2s linear;
    padding: 5px 10px;
    font-weight: 500;
    font-family: roboto;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    border-top: 0px solid #222;
    background: #f7f7f7;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    min-width: 156px;height: 54px;
}
/*.form .form-control:not(:last-child) {
     border-bottom: 0px solid #ebebeb;
   }
*/
@media only screen and (max-width:1024px){
.form .col.half {
    width: 32%!important;
}
.form .col {
    width: 33%!important;
  
}
.extra-xxl {
    width: auto;
    float: left;
}

}
@media only screen and (max-width:768px){
.form .col {
    width: 100%!important;
}
.form .half {
    width: 50%!important;
}
.form b {
   
    top: 17px;
    font-size: 13px;
    left: 14px;
}
}
@media only screen and (max-width: 480px){
.form .col {
    flex: none!important;
    width: 100%!important;
    padding: 5px;
}

.form .col.half {
    width: 47%!important;
}

.form b {
    display: block;
    position: relative;
    top: -4px;
   text-align: center;
    margin: auto;left: -8px;font-size: 11px;
}

.navbar-nav  .dropdown-menu {
    border: 0;
    box-shadow: none;
    border-radius: 10px;
}
.nav-right {
    margin: 10px 0 15px;
    font-size: 12px;
}
.btn-link {
   font-size: 15px;
}
.dropdown-item {
     padding: 0rem 0.3rem;
    font-size: 15px;
    line-height: 2;
}
.navbar-nav .dropdown-menu {
    padding: 8px 15px!important;
}
.user-profile {
   padding: 10px 0 10px!important;
   
}
.common-header {
  height: 300px!important;
   
}
.form .form-group {
    float: left;
    display: block;
    padding: 0;
}

}
/*form*/
/*=====================user-profile===================*/

.user-profile {
    float: left;
    width: 100%;
    padding: 55px 0;
    background: #fff;
}
.profilestart {
    padding: 0;
    box-shadow: 0 0 20px #0b0b0b14;
    border-radius: 20px;
    height: 300px;
    background: #fff;
    border: 3px solid #222;
}
.profilestart img {
    border-radius: 15px 0 0 15px;
  height: 294px;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.profilestart:hover img {
    transform: scale(1.1);
}
.profileinfo .card-body {
    flex: 1 1 auto;
    padding: 1rem 0rem;
}
.profilestart .card {
   border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.profilestart .contact-btn {
    float: left;
   
}
.profilestart .contact-btn .btn.btn-primary {
  display: inline;
    float: left;
    color: #222;
    border: 0px solid #4c4df5;
    padding: 6px 25px;
    background: #C5F957;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 3px 4px #333;
}

.profileinfo h4{
  font-size: 17px;
    margin: 0;
    color: #4F4AF4;
    line-height: 1.5;text-transform: capitalize;
}
.profileinfo h2{
font-size: 24px;
    margin: 0;
    color: #222;
    font-weight: 700;
    margin: -1px 0 0!important;
}
.userinfo {
    color: #888;
    font-size: 14px;
}
.userdis{
 font-size: 15px;
    line-height: 34px;
    padding-right: 30px;
    color: #444; 
    min-height: 100px;
}
.carousel-indicators{
   display: none; 
}
.profileinfo .img-wrpper img {
    width: 20px;
    height: 20px;
}
.profileinfo .img-wrpper {
    
    display: inline-flex;
    float: left;
    margin-right: 0px;
    
}
.profileinfo .img-wrpper a {
   background: #4c4df5;
    display: inline-flex;
    float: left;
    margin-right: 10px;
    padding: 7px 7px;
    border-radius: 50%;
    border: 3px solid #0a0a0a4a;
    line-height: 0;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.profileinfo .img-wrpper a:hover {
   background: #64e098;
}
.profileinfo .img-wrpper:hover img {
    color: #fff!important;
    animation: toTopFromBottom 0.3s forwards;
}
.top-icon {
    position: relative;
    right: 10px;
    top: -7px;
   padding:0px;
    border-radius: 5px;
}
.profile-intro .top-icon {
    position: relative;
    right: -10px;
    top: -8px;
}
.profile-intro {
    border-bottom: 1px solid #ddd;
    width: 94%;
}
.user-discription {
    padding: 2rem 2rem;
    box-shadow: 0 0 20px #0b0b0b14;
    border-radius: 20px;
    background: #fff;
   
}
.user-discription h3 {
    font-size: 24px;
    margin: 0;
    color: #222;
    font-weight: 700;
}
.user-discription p {
   line-height: 30px;
    font-size: 15px;
    color: #444;
    margin-bottom: 0px;
}
.user-discription .bg-secondary {
    border-radius: 30px;
    background: #5047F4!important;
    border: 2px solid #000000;
    padding: 0.5em 1em;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;margin-bottom: 7px;
}
.contact-btn .btn.btn-primary {
    display: inline;
    padding: 15px 30px;
    font-size: 18px;
    width: 95%;
}
.contact-btn img {
    width: 25px!important;
    height: 25px!important;
    position: relative;
    top: 0px;
    right: 7px;
}


.view-btn .btn.btn-primary {
    display: inline;
    float: left;
    color: #222;
    border: 0px solid #4c4df5;
    padding: 6px 25px;
    background: #C5F957;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 3px 4px #333;
}
.view-btn .btn.btn-primary:hover {
   border: 0px solid #4c4df5;
    background: #4c4df5;
    border-radius: 30px;
    font-size: 15px; color: #fff;
    
}
.view-btn img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 0px;
    right: 7px;
}

.view-btn.mb-4 {
    float: right;
    margin-right: 24px;
    margin-top: -10px;
}
.personal-info ul {
  padding: 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;min-height: 160px;
    }
.personal-info ul li {
   float: left;
    width: 50%;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 8px 0px 5px;
    position: relative;
    color: #666;
    list-style: none;
    line-height: 22px;
}
.personal-info ul li b {
    font-weight: 600;
    width: 145px;
    display: inline-block; color: #222;
}
.user-grid {
    border: 0;
    border-radius: 20px;
}
.user-grid  .card-body {
    flex: 1 1 auto;
    padding: 0.5rem 1rem;
}
.user-grid  img {
   width: 90px;
    height: 90px;
    border-radius: 50%;
}
.profile-info .img-wrpper img {
    width: 25px;
    height: 25px;
   
}
.user-grid .card-title a {
    color: #222;
    text-decoration: none;
    font-weight: 700;
}
.profile-info {
    width: 100%;
    float: left;
}
.profile-info h4 span {
    float: left;
    min-width: 100px;
}
.user-grid .img-wrpper {
  float: left;
    margin-right: 7px;
     border-radius: 50%;
    padding: 4px 3px;
    line-height: 1;
    position: relative;
    top: -4px;
    margin-bottom: 0px;
}
.profile-info h4 {
   font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.profile-grid:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px #ddd;
}
.profile-grid {
    margin-bottom: 35px;
   transition: transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
    box-shadow: 0 0 20px #ddd;
    border: 0;
    border-radius: 20px;
}


.profile-grid  .card-body {
    flex: 1 1 auto;
    padding: 0.0rem 0rem;
}
.profile-grid img {
    width: 85px;
    height: 85px;
    border-radius: 10px;

}

.profile-grid.img-wrpper img {
    width: 18px;
    height: 18px;
   
}
.profile-grid .card-title a {
    color: #222;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}
.profile-grid .profile-info {
    width: 27%;
    float: left;
}
.profile-grid .profile-info h4 span {
    float: left;
    min-width: 0;
    color: #444;
}
.profile-des a {
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}
.profile-grid .justify-content-sm-between {
    align-items: center;
}
.profile-des li {
    line-height: 22px!important;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #2a105c;
    display: inline-block;
    margin-right: 10px;
}
.profile-des li a{
    line-height: 22px!important;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #2a105c;
    display: inline-block;
    margin-right: 10px;
}
li.blood {
    background: #eae2f8;
    display: inline-block;
    line-height: 0;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right:20px;
}
.loc {
    margin-right: 8px!important;
}
.profile-grid .image-wrpper img {
    width: 25px!important;
    height: 25px!important;
    margin-right: 1px;
}
.profile-grid .image-wrpper {
   margin-right: 0px;
    
}
.profile-des h6 {
    margin-top: 0px;
    margin-bottom: 10px!important;
}
.profile-grid  .blockbtn {
  margin-left: 15px;
    width: 80%;
    margin-top: -5px;
}
.profile-grid .btn.btn-primary {
    font-weight: 400;
    background: #210e46;
    line-height: 2;
    padding: 9px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    background-image: radial-gradient( circle 2px at 51.9% 49%, rgba(28,8,67,1) 1.6%, rgba(42,16,92,1) 100.2% );
    border: 0;
    display: block;
    border-radius: 5px;
    box-shadow: 0 5px 2px 0 rgb(42 16 92 / 48%);
}
.profile-grid .btn.btn-primary img {
    width: 20px;
    height: 20px!important;
    border-radius: 0!important;
}
.profile-grid .btn.btn-primary:hover{
  background: #9D74F3!important;
    color: #fff!important;
    box-shadow: 0 5px 2px 0 rgb(149 125 197 / 48%);  
}
.noimage {
    text-align: center;
}

@media only screen and (max-width: 480px){
.profilestart {
   height: auto;
   padding: 10px;
}
.profilestart img {
    border-radius: 20px;
    height: auto;
   
}
.form {
    margin-bottom: 0px;
}
.profile-view {
    padding: 25px 0 10px!important;
}
.profileinfo .card-body {
    padding: 0.5rem 0.5rem!important;
}
.profileinfo h2 {
    font-size: 20px;
    margin: -6px 0 0!important;
    text-transform: capitalize;
}
.user-discription h3 {
    font-size: 20px;
   
}
.user-discription {
    padding: 2rem 1.5rem;
    
}


}
 /*-------------------------------------singleblog----------------------------*/
.common-header {
   padding: 50px;
    background: url(../userassets/bkg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    margin-top: -150px;background-attachment: fixed;

}
.common-header2 {
   padding: 50px;
    background: url(../userassets/bkg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: 0px;
    background-attachment: fixed;
}
.common-header3 {
    padding: 50px;
    background: url(../userassets/bkg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    margin-top: -164px;background-attachment: fixed;
}
.topbanner {
  margin-top: -85px;
    float: left;
    width: 100%;
}
.topbanner img {
    border-radius: 28px;
    width: 100%;
    border: 3px solid #000;
}

.topbanner2 {
  margin-top: 60px;
    float: left;
    width: 100%;
}
.topbanner2 img {
    border-radius: 28px;
    width: 100%;
    border: 3px solid #000;
}

.header-title h1 {
    font-size: 24px;
    font-weight: 700;
}
.header-title {
    color: #0a0a0a;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.header-title h2 {
    color: #fff;
   font-size: 36px;
   margin: 0;
}
.singleblog {
    float: left;
    width: 100%;
    padding: 50px;
     background: #F8F9FF;
     background-attachment: fixed;
     background-size: cover;
}
 .singleblog .container {
    margin: auto;
    max-width: 75%;
    width: 75%;
}
.singleblog .card{
 margin-top: -50px;
    background: transparent;
}
.singleblog .card-body {
    flex: 1 1 auto;
    padding: 1rem 0rem;
    line-height: 2.5;
}
.singleblog .single-blog-img img {
    margin: 20px 0 30px;
    border-radius: 20px;
    height: 425px;
    width: 1130px
}
.singleblog .card-title a {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: #222;
    text-decoration: none;
}

.singleblog p {
    font-size: 18px;
    line-height: 44px;
}
.singleblog h2 {
    line-height: 45px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
}
.singleblog .text-link {
    color: #222;
    font-weight: 700;
}
.singleblog .card-title a:hover {
    color: #4c4df5;
    box-shadow: none;
}
.blog-block a:hover {
    color: #c5f957!important;
    border-bottom: 2px solid #c5f957;
    transform: translate3d(5px, 0, 0);
}
.breadcrums {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    color: #555;
    font-size: 14px;
}
.breadcrums .bi.bi-chevron-double-right {
    color: #282626;
    font-size: 11px;
}
.breadcrums a {
    text-decoration: none!important;
    font-weight: 600;
}
.title-bar {
    display: flex;
    width: 70%;
    color: #222;
}
.blog-block a {
    color: #222;;
     font-weight: 600;
}
.blog-info span {
    font-size: 17px;
}
.rating-post {
    margin-left: 15px;
   
}
.rating-post a {
    color:#4c4df5;
    margin-left: 5px;
    font-weight: 700;

}
.cate {
    margin-left: 5px;
}
.date {
    margin-right: 5px;
    font-weight: 700;
}
.date a {
   color: #4c4df5;
}
span.month {
    margin-left: 5px;
    margin-right: 5px;
}
.post-bar a {
    color: #4c4df5;text-decoration: none;
}
.post-bar {
    gap: 5px;
}
.post-bar a i {
    background: #c5f957;
    padding: 9px 9px 7px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 2px solid#040404;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 19px;
    text-decoration: none;
}
.post-bar a:hover {
    color: #ddd;
    text-decoration:none!important;
    border-bottom: 0px solid #c5f957!important;
}
.post-bar i:hover {
    background: #4c4df5;
     border: 1px solid #c5f957;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 51px;
    right: 30px;
    z-index: 99999;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #0e4b9f;
    color: white;
    cursor: pointer;
    padding: 3px 18px 7px;
    border-radius: 50%;
    line-height: 1.5;
    border: 4px solid #457dcb;
}
#myBtn i {
    display: block;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.bloglocation {
    float: left;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 10px;
    color:rgba(34,34,34,0.75);
}
blockquote {
    margin: 30px 0 40px;
    background: #e9e9e9b8;
    padding: 30px 80px 35px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #ebf4ff;
    background-position: center;border: 3px solid #222;
   
}
blockquote p {
    font-size: 18px;
    line-height: 36px!important;
    margin: 0;
}
blockquote:after {
   content: "\f10e";
    position: absolute;
    right: 25px;
    font-family: 'FontAwesome';
    font-size: 45px;
    margin-top: -65px;
    color: #4c4df5;
}
.bottom-block {
    flex: 1 1 auto;
    padding: 0rem 3rem 3rem;
}
.bottom-block .card {
    box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    margin: 0;
}
.bottom-block .card-body {
    padding: 1rem 1.5rem 1.6rem;
    background: #fff;
    border-radius: 0 0 20px 20px;
}
.bottom-block .card img {
    border-radius: 20px 20px 0 0; 
}
.bottom-block .btn.btn-default {
    background: #c5f957;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    border: 2px solid #4c4df5;
    box-shadow: none;
}
.bottom-block .btn.btn-default i {
    transition: all ease .3s;
    transform: rotate(35deg);
    background: #4c4df5;
    padding: 3px 4px;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 3px;
    position: relative;
    top: -1px;
    box-shadow:none;
    color: #fff;
}
.bottom-block h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
a.btn.btn-default {
    color: #4c4df5;
    border: 2px solid #4c4df5;
    padding: 8px 25px;
    background: #c5f957;
    border-radius: 30px;
    font-weight: 600;
}
.btn.btn-default i {
    transition: all ease .3s;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.container.author-comment, .similarContent.container {
    margin: 25px auto 10px;
    width: 100%!important;
    max-width: 100%!important;
}
.author-block {
   padding-bottom: 10px;
    width: 65%;
    border-bottom: 1px solid #ddd;
}
.author-block img {
    width: 100%;
   
}
.author-block .social-media {
    width: 0%;
    position: relative;
    top: 6px;
}
.author-block .social-media a {
   color: #222;
    font-size: 20px;
    text-decoration: none;
}
.author-block p {
    line-height: 24px!important;
    font-size: 15px;
}

.singleblog p, .singleblog li {
    font-size: 18px;
    line-height: 38px!important;
    color: rgba(34,34,34,0.75);
    text-align: justify;
}
iframe {
    border: 0;
    border-radius: 20px;
    margin: 10px auto 10px;
    display: block;
    width: 100%;
}
.comment-title {
    background: #eaededc2;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.comment-title h3 {
    font-weight: 800;
}

.commentLoginCheck {
    margin-left: 0px;
    font-size: 15px;
    font-weight: 800;
    margin-top: 5px;
}

.commentLoginCheck i {
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    font-weight: 800;
}
.commentLoginCheck .logincheck {
    color: #222!important;
    text-decoration: underline;
    font-size: 16px!important;
}
.similarContent img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    margin-top: 0px;
    width: 60px;
    height: 60px;
}
.similarContent h3 a {
    font-size: 24px;
    color: #222;
    text-decoration: none;
    font-weight: 700;
}
.readauthor {
    width: 22%;
}
.similarContent h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    width: 60%;
}
.similarContent h5 a {
    color: #999;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.similarContent h6 {
    margin: 0;
    font-size: 16px;
    color: #999;
    position: relative;
    top: 3px;
    font-weight: 400;
}
.keywordNow a {
    border-radius: 30px;
    border: 2px solid #999;
    color: #555;
    padding: 2px 15px;
    font-size: 15px;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px){
.singleblog .container {
    margin: auto;
    max-width: 100%;
    width: 100%;
}
}
@media only screen and (max-width: 768px){
.singleblog .card-title a {
    font-size: 28px;
    line-height: 32px;
    
}
.singleblog {
   padding: 60px 0;
    
}
.blog-info span {
    font-size: 13px;
}
.rating-post {
    margin-left: 12px;
    font-size: 13px;
}
.post-bar i {
    font-size: 14px;
   padding: 7px 7px 5px;
    
}

.singleblog .single-blog-img img {
    margin: 100px 0 30px;
    border-radius: 20px;
    height: auto;
    width: 1130px;
}
.singleblog .single-blog-img img {
    height: auto;
}
blockquote {
   padding: 30px 55px 35px;
}
blockquote:after {
   right: 70px;
     font-size: 35px;
    margin-top: -21px;
}
.listing-display .carousel-item img {
  height: auto;
}
}
@media only screen and (max-width: 480px){

.title-bar {
    display: block;
    width: 100%;
    line-height: 2;
    margin-bottom: 10px;
}
.singleblog .card-title a {
    font-size: 22px;
    line-height: 26px;
}
.singleblog .card-body {
     padding: 1rem 1.2rem;
}
.rating-post {
    margin-left: 0px;
    font-size: 13px;
}
.singleblog .single-blog-img img {
    margin: 0px 0 20px;
    
}
.post-bar a i {
    width: 34px;
    height: 33px;
     font-size: 16px;
   
}
.shareurl {
    position: relative;
    top: -32px;
    left: 0px;
    float: right;
}
.post-bar i {
 margin-right: 7px;
}
.blog-info span, .rating-post {
    font-size: 15px;
}
.post-bar {
    display: block!important;
    gap: 10px;
}
.rating-star, .commenttop {
    float: left;
}
.header-block {
    height: 300px;
}

.singleblog .card {
   
    background: transparent;
}
.singleblog p {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}
.parent-header {
    display: block!important;
}
.bottom-block .card {
    margin: 0!important;
}
.mark, mark {
    padding: 0.4em;
    background-color: #9ac5ef54;
    line-height: 2.5;
    font-size: 15px;
}
blockquote {
  padding: 15px 31px 20px;
}
.singleblog {
    padding: 60px 0 50px;
    line-height: 2;
}
.singleblog h2 {
    line-height: 32px;
    font-weight: 800;
    font-size: 20px;
}
.bottom-block {
    padding: 0rem 2rem 1rem;
}
.singleblog .card-body ul{
    padding: 0 10px!important;
}
.singleblog p, .singleblog li {
    font-size: 16px;
    line-height: 32px!important;
    
}
.bloglocation {
     top: 2px;
    font-size: 14px;
}
.breadcrums {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.common-header2 {
   height: 200px;
    
}
.top-bar {
    padding: 3px 0;
  
}
.top-bar p {
    font-size: 12px;
}
}
 /*-------------------------------------singleblog----------------------------*/

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

.page-about {
   
    float: left;
    width: 100%;
    padding: 40px 0 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: 18px;
    color: #222;
    line-height: 44px;
}
.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: 388px;
}
.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){
.aboutimg {
    width: 43%;
    margin-left: -50px;
}
.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: 25px 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;
}
}

/*----------------------------------------footer------------------------------------*/
footer .navbar {
    padding: 0px 0px;
    z-index: 999;
}
footer .nav-item {
    margin: 0 10px;
    display: inline-block;
}
footer {
   float: left;
    width: 100%;
    padding: 70px 30px 50px;
    background-size: cover!important;
    background: url(../userassets/bkg4.jpg);
    background-position: 15% 10%;
   border-top: 0px solid #4c4df5;background-attachment: fixed;
}
.footerbanner {
   
   padding: 30px 30px 30px;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto 50px;
    background: url(../userassets/footerbkg.jpg);
    background-size: cover;
    background-position: center
}
.row.footer-link {
   padding: 30px 30px 20px;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto 50px;
    background: url(../userassets/footerbkg.jpg);
    background-size: cover;
    background-position: center
}
.footerbanner p{
    font-size: 18px;
    color: #222;
}
.footerbanner h2 {
    font-weight: 800;
    font-size: 50px;
    color: #111;
    line-height: 55px;
}
.footerbanner h2 b {
    font-weight: 500;
}
.footerlogo img {
    width: 52%;
    margin: 0 auto 10px;
    position: relative;
}
.footerbanner .blockbtn  {
    margin-top: 60px;
}
.footerbanner .blockbtn a:hover {
    color: #141313;
    background-color: #fff810;
    font-weight: 500;
}
.footerbanner .blockbtn a {
    color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 19px;
    padding: 12px 50px;
    border-radius: 30px;
    text-decoration: none;
    border-bottom: 5px solid #222;
}
.footer-column ul {
    text-align: left;
    display: inline-block;
}
.footerlink2 h4, .footerlink2 h4 {
   text-align: left;
   color: #222;
}
footer .navbar-brand img {
    width: 100%;
    float: left;
}
.bottomlogo {
    width: 23%;
    margin-right: 115px;
}

.footerlogo img {
   width: 68%;
    margin: -18px auto 5px;
    position: relative;
    left: -7px;
}
.social-media .youtube a {
    background: transparent!important;
}
footer .navbar-nav {
    text-align: center;
    display: block;
    margin: auto;
}
footer p {
    line-height: 33px;
    font-size: 15px;
    color: #222;
}
footer h5 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 20px;
     color: #222;
}

footer h4 {
   font-weight: 800;
    margin-bottom: 25px;
    text-align: left;
    color: #222;
}
.footer_start {
   padding: 0px 0 0px;
   
}
.footerlink1 li {
    list-style: none;
    color: #222;
    line-height: 2.5;
    font-weight: 600;
}
.footerlink1 li i {
    padding: 0;
    color: #f1f2f4;
    background-color: #4c4df5;
    border-radius: 50%;
    line-height: 1;
    margin-right: 5px;
}
.footerlink1 ul {
   
    padding: 0;
}
.footerlink2 li {
    list-style: none;
    text-align: left;
    color: #222;
    line-height: 2;
    font-size: 20px;
    display: flex;
    margin-bottom: 10px;
   
}
.footerlink1 li a{
   color: #222;
    line-height: 2;
    font-size: 17px;
    text-decoration: none;  
}
.footerlink1 li a:hover {
    color: #77a9f2;
    text-decoration: underline;
}
.footerlink2 ul {
  
    padding: 0;
}
.social-media li {
    float: left;
}
.footerlink2 li i {
  margin-right: 5px;
    width: 46px;
    height: 46px;
    border: 1px solid#4c4df5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    color: #fff;
    font-size: 20px;
    background: #4c4df5;
}
footer .social-media a {
 text-decoration: none;
    float: left;
    margin-right: 14px;
    margin-top: 10px;
}
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;
  
}
.bottomfooter {
    float: left;
    width: 100%;
    background: #040404;
    padding: 10px;

}

.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.bi.bi-youtube {
    padding: 10px 12px!important;
    border-radius: 50%;
    background: #ff001a;
    color: #fff;
}
.bi.bi-linkedin {
   background: #0C61BF!important;
    padding: 10px 11px!important;
    border-radius: 50%;
    color: #fff;
}
.bi.bi-facebook{
    color: #fff;
    background-color: #3b5998 !important;
    padding: 10px 13px!important;
    border-radius: 50%;
}
.bi.bi-twitter {
    color: #fff;
    background-color: #55acee !important;
    padding: 10px!important;
    border-radius: 50%;
}
.bi.bi-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%;
}
i.bi.bi-twitter-x {
    color: #fff;
    background: #111;
    padding: 10px 11px!important;
    border-radius: 50%;
}*/

.social-media i {
   background: #c5f957;
    padding: 9px 9px 7px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 2px solid#040404;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 19px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
footer .form-label {
    position: relative;
    top: -47px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgb(255 255 255 / 58%);
    margin-bottom: 52px;
    padding: 7px 17px;
}
footer .btn.btn-primary {
    padding: 15px 40px;
    background: #4c4df5;
    border:transparent;
    font-size: 16px;
}
@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: 60%;
    margin: 0 auto 5px;
}
footer .social-media a {
    text-decoration: none;
    float: left;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 15px;
}
footer .social-media {
    margin: 0px 0px;
}
}

@media only screen and (max-width: 480px){
.bottom-banner img {
   margin-bottom: 0px;
}
 footer {
     padding: 0px 0 0px;  
 }
 .footer-column ul {
    padding-top: 20px;
}
.footerbanner {
    padding: 10px;
    height: auto;
    width: 100%;
    margin: 0px auto -50px;
    float: left;
}
 
 .social-media img {
     width: 64%;
}
.footerbanner p {
    font-size: 16px;
    float: left;
    position: relative;
    top: -10px;
    line-height: 22px;
}
.banner-info {
    margin-top: 100px;
    float: left;
}
.footerbanner img {
    width: 74%;
    top: -284px!important;
    display: block;
}
.footerbanner h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 13px;
    line-height: 1.3;
}
.footerbanner .blockbtn a {
    font-size: 16px;
    padding: 9px 24px;
    
}
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: 50px 0px 10px;
    float: left;
}
footer .copyright {
    float: none;
   text-align: center;
}
footer .bottomfooter {
   padding: 10px 10px 5px;
   line-height: 2;
}
footer p {
     width: 100%;
}
.footerlogo {
    width: 100%;
    margin: 0 0 25px;
}
.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: 20px;
}
footer .bottom-link {
    float: none;
    padding: 0;
}
.keywordNow a {
    font-size: 14px;
   display: inline-block;
}
.copyright li {
    float: none;
     text-align: center;
}
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 {
    float: none;
}
.footerlogo img {
    width: 60%;
    margin: 0 auto 20px;
}
footer .container {
    margin: auto;
    max-width: 95%;
}
}

/*-------------------------------------Listingdisplay----------------------------*/

 .headerblock2 h2 {
  /*  padding: 0!important;*/
}
.listing-top {
       padding-bottom: 0px;
    color: #0c0c0c;width: 100%;
}

.listing-top a {
    color: #222;
    text-decoration: none;
}

.listing-display {
    padding: 40px 0;
    background: #f8f9ff;
}
.listing-bubble {
    margin-bottom: 16px; color: #666;font-size: 15px;
}
.listing-bubble a {
  color: #000000;
    font-weight: 600;
    font-size: 15px;
}
.topbtn a {
    
}
.topbtn {
   display: flex;

}
.post-review {
    padding: 0;
}
.post-review .bi.bi-exclamation-octagon {
    padding: 4px 6px;
}

.topbtn i {
    margin-right: 5px;
    transition: all ease .3s;
    background: #c5f957;
    padding: 6px 7px;
    border-radius: 50%;
    font-size: 15px;
    margin-left: 3px;
    box-shadow: none;
    position: relative;
    color: #222;
    transition: all 0.5s ease 0s;
    border: 2px solid #222;
}
.add-to-wishlist:hover .fa.fa-heart-o {
    color: #222!important;
    animation: toTopFromBottom 0.3s forwards;
}


.topbtn i:hover  {
    background: white;
    color: #222!important;
}
.swal2-popup.swal2-toast.swal2-show{
   border-top: 10px solid #056248;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{
    border:3px solid #056248;
    padding: 3px 4px;
    color: #056248;
}
.listing-display-start {
    border: 2px solid #222;
    border-radius: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.listing-display .carousel-item img{
    border-radius: 15px;
    width: 100%;
   height: 550px;
}
.listing-display  .card {
  border-radius: 15px;
    background: #fff;
    border: 3px solid #222;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.listing-price  h2 {
  font-weight: 700;
    font-size: 32px;
    float: left;
    margin-right: 10px;
}
.listing-price {
    text-align: left;
}
.listing-price h5 {
   padding: 3px 13px;
    border-radius: 30px;
    font-weight: 600;
    display: initial;
    background: #ffffff!important;
    position: relative;
    color: #040404;
    border: 2px solid #ddd;
    font-size: 12px;
}
.listing-price span {
    font-size: 15px;
    color: #888;
    font-weight: 400;
}
.listing-detail .card-header {
   padding: 0.5rem 1.5rem 0.7rem;
    background-color: transparent;
    border-bottom: 0px solid rgba(0,0,0,.125);
    border-bottom: 1px solid#ddd;
}

.listing-detail .card-body {
    flex: 1 1 auto;
    padding: 0.7rem 1.5rem 1.2rem;
}
.listing-detail p {
    font-size: 15px;
    color: #444;
    line-height: 30px;
    float: left;
    width: 100%;
    margin: 0 0px;
}
.listing-detail .card-header i{
background: #c5f957;
    padding: 5px 7px 5px;
    margin-right: 3px;
    border: 2px solid#040404;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
}
.listing-detail .card-header h3 {
  font-size: 18px;
    margin-bottom: 0;
    color: #222;
    background-color: transparent;
    border-color: transparent;
    margin-top: 5px;
    font-weight: 500;
    padding: 0!important;
    display: inline-block;
    border-radius: 3px;
}
.side-banner img {
    border-radius: 15px;
}
.caution i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    margin-top: -1px;
    color: #d91212;
    float: left;
}
.caution  {
    padding: 1rem 1rem!important;
     border-radius: 15px!important;
    
}
.caution-des h6 {
    display: flex;
    line-height: 25px;
}
.caution h6 {
    font-size: 15px;
    margin: 0;
    color: #222;
    font-weight: 500;
    display: flex;
}
.caution-btn a {
   color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 12px;
    margin-top: 0;
    font-weight: 500;
    padding: 6px 14px!important;
    border-radius: 30px;
    margin-bottom: 8px;
    box-shadow: 3px 4px #222;
}
.caution-btn a:hover {
  color: #222;
   background: #C5F957; border-color: transparent;
}
.caution-des {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}
.caution-btn {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
}
iframe {
    border: 0;
    width: 100%!important;
    border-radius: 15px;
    margin: 10px 0;height: 500px;
}
.mapouter, .gmap_canvas {
    position: relative;
    text-align: right;
    height: 400px;
    width: 620px;
    width: 100%!important;
}
.listing-detail .card-body li {
    list-style: none;
    float: left;
    padding: 10px 0;
    background: #fff;
    margin: 0px;
    border: 0px solid #ccc9c9;
    border-radius: 4px;
    font-size: 15px;
    min-width: 46%;
}



.highlight li {
    border: 0!important;
    font-weight: 600;
    line-height: 10px;
}
.highlight li:before {
        font-family: "FontAwesome";
    top: 0px;
    content: "\f061";
    background: #ffffff!important;
    border-radius: 50%;
    position: relative;
    color: #040404;
    border: 2px solid #ddd;
    font-size: 10px;
    padding: 3px 3px;
    margin-right: 7px;
}
.listing-detail .card-body ul {
padding: 0px 0 0px;
    width: 100%;
    margin: 0 0 10px;
    float: left;
}
.listing-detail li b{
  color: #222;  
}
.listing-detail li span {
    color: #777;
    font-weight: 500;
    padding-left: 10px;
}
.listing-detail li i {
    margin-right: 5px;
    transition: all ease .3s;
    padding: 0;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 3px;
    box-shadow: none;
    position: relative;
    color: #000000;
   
}
.side-banner {
    width: 100%;
}

.coninfor li {
   border: 0;
    float: none!important;
    border-bottom: 0px solid #ddd!important;
    width: 100%!important;
     background: transparent!important;
}
aside .user-name {
    text-align: left;
}
.rec {
    font-size: 15px;
    color: #555;
}
aside .user-info img {
   float: left;
    margin-right: 20px;
    border: 2px solid #d1d2d1;
    padding: 5px;
    background: #fff;
    width: 75px;
    top: 0;
    height: 75px;
}
aside .user-name {
    line-height: 1;
    color: #222;
}
aside .user-info h5 {
    font-size: 1.25rem;
    font-size: 26px;
    font-weight: 700;
}
aside .user-info p {
    font-size: 15px;
    color: #666;
}
aside .card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
    background: #fff;
    border-radius: 15px;
}
.user-des {
    color: #666;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}
.user-info {
   
    width: 100%;
    margin-bottom: 30px;
}
.phone {
    color: #222;
    background-color: #c5f957;
    border-color: transparent;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    padding: 10px 30px!important;
    border-radius: 6px;
    margin-right: 10px;
}
.email {
    color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    padding: 10px 30px!important;
    border-radius: 6px;
}
.listing-display .btn-info:hover {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
}
ul.highlight li {
    width: 100%!important;
}
.listing-title {
    background: transparent;
    margin: 0;width: 100%;
}

.event-title {
    font-size: 18px;
    font-weight: 700;

}

.event-title  h3 {
    font-size: 18px;
    color: #fff;
    background-color: #4c4df5;
    border-color: transparent;
    margin-bottom: 20px;
    font-weight: 500;
    padding: 5px 15px!important;
    display: inline-block;
    border-radius: 3px;
}

.event-icon {
    float: left;
    display: inline;
    background: #c5f957;
    padding: 4px 7px;
    margin-right: 20px;
    border-radius: 50%;
    position: relative;
    top: 3px;
}
.event-content {
    display: inline-block;
}
.event-inner {
    color: #555;
    font-size: 14px;
}
/*offcanvas*/

.offcanvas {
    padding: 0 10px;
    border: 0;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 0rem 1rem 1rem;
    overflow-y: auto;
    line-height: 2;
    color: #222!important;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 0.5rem;
}




@media only screen and (max-width:768px){
.avatar-contact {
    display: block!important;
}
}
@media only screen and (max-width: 480px){
.listing-display .carousel-item img {
   height: auto!important;
}
.listing-detail .card-body {
   padding: 0.7rem 1rem 1.2rem;
}
.listing-detail li span {
    display: block;
    margin-left: 0px;
    padding: 0;
    font-size: 14px;
}
.listing-detail li i {
   font-size: 15px;
    position: relative;
   top: -1px;
}
.listing-display .carousel-item img {
    height: auto!important!important;
}
.listing-detail .card-header {
    padding: 0.6rem 1rem 0.9rem!important;
}

}
/*----offcanvas-----*/

.form-inner2 {
    float: left;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}
.form-inner2 form {
    background: #fff;
    padding: 20px 20px 28px;
    border-radius: 56px;
    margin: 40px auto;
    border: 3px solid #222;width: 80%;
}
.form-inner2  .reset-search {
    color: #555;
    margin-right: 20px;
    float: right;
    margin-top: -26px;
    position: relative;
    right: 140px;
}
.form-inner2  select, .form-inner2  .form-control, .form-inner2 .textarea-dropdown  {
    word-wrap: normal;
    font-size: 15px;
    width: 28%;
    margin-right: 7px;
    border-color: #f3f6f9;
    color: #222!important;
    border-bottom: 2px solid #ebebeb;
    box-shadow: none;
    transition: all .2s linear;
    padding: 12px 10px;
    font-weight: 500;
    font-family: roboto;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    border-top: 0px solid #222;
    background: #f7f7f7;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 10px;float: left;
}
button, input, optgroup, select, textarea {
    padding: 0;
    line-height: 1;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
    background: transparent;
    border: 0;color: #222;
}

@media only screen and (max-width: 480px){
.form-inner2 form {
    border-radius: 20px;
    margin: 20px auto;
    border: 3px solid #222;
    width: 100%;
}
.form-inner2 select, .form-inner2 .form-control, .form-inner2 .textarea-dropdown {
    text-align: left;
    margin-bottom: 10px;
   width: 100%;
   
}
}
  /*------------------------pagination----------------------------*/
.page-numbers {
    float: left;
    width: 100%;
    padding: 40px 0 40px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
   margin: 20px 0 5px;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #4c4df5;
    border-color:#4c4df5;
    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: #333;
    color: #fff;
}
.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;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #b8b8b8!important;
    border-color:#b8b8b8!important;
    font-weight: 600;
    border-radius: 4px;
}
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%);
}

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

.page-numbers {
   padding: 25px 0 25px;
}
.page-link {
   font-size: 13px;
    padding: 2px 10px;
}
.ctabottom .container {
    width: 100%;
    padding: 0;
   
}
.ctabottom img {
    display: none;
}
.cta-down {
    margin-bottom: 35px;
    padding: 25px 20px 40px;
  
}
}

/*------------------------pagination----------------------------*/
/*------------------------------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;
}
.shareurl:hover i {
    color: #222!important;
    animation: toTopFromBottom 0.3s forwards;
}
.socialshare .modal-dialog {
    max-width: 370px;
    margin: 1.75rem auto;
}
.socialshare .modal-header {
   display: block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem 0.5rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    
}
.socialshare .modal-body {
   border-radius: 0 0 10px 10px;
    padding: 5px 0 16px;
    background: #fff;
}
.socialshare .modal-content {
 border: 0px solid rgb(255 255 255 / 0%);
    border-radius: 10px;
    margin:auto;
    background: transparent;
}
.socialshare .modal-title {
   text-align: center;
    font-weight: 700;
    color: #222;
    font-size: 20px;
}
.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;
}
.social-icon .bi.bi-facebook {
    color: #3b5998;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-twitter {
    color: #55acee;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-pinterest {
    color: #DF0022;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-linkedin {
    color: #065CBA;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-whatsapp {
    color: #00BB04;
    background: transparent!important;
    padding: 0!important;
}
.social-icon  .bi.bi-send {
    color: #e73232;
    background: transparent!important;
    padding: 0!important;
}
.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;
}
.sharesocial {
    text-align: center!important;
    display: block!important;
    margin: auto!important;
    width: 47%!important;
    padding: 5px 0 10px!important;
}
#myBtn {
  display: none;
    position: fixed;
    bottom: 51px;
    right: 30px;
    z-index: 99999;
    font-size: 14px;
    border: none;
    outline: none;
    background-color:#4F4AF4;
    color: white;
    cursor: pointer;
    padding: 3px 18px 7px;
    border-radius: 50%;
    line-height: 1.5;
  border: 2px solid #ffffff;
}
#myBtn i {
    display: block;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.lightbox .modal-xl {
   max-width: 100%;
    margin: 0;
    border-radius: 0;
 
 
}
.modal-body svg {
    display: none;
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 79%;
    height: 350px;
    margin: 190px auto;
}
.lightbox iframe {
    border: 0;
    width: 40%!important;
    border-radius: 15px;
    margin: 10px 0;
    height: 500px;
    margin: auto!important;
    text-align: center;
    display: block;
    left: 30%!important;
    top: 20%!important;
}
.modal  {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
    padding: 0!important;
    margin: 0;
    max-width: 100%;
    right: 0;
}
.video-talks-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;text-transform: capitalize;
}
.video-talks-date {
    margin: 0;
    font-size: 13px;
    color: #777;
}
/*------------------------------socialshare--------------------------------*/
@media screen and (max-width:1024px){
.listing-price h2 {
   font-size: 28px;
}
aside .user-info h5 {
     font-size: 22px;
}
.listing-price h5 {
     font-size: 13px;
     padding: 3px 18px;
}

aside .user-info img {
   width: 65px;
 height: 65px;
}
aside .user-info p {
    font-size: 14px;
     line-height: 19px;
}

.listing-top {
    padding-top: 0px;
}
.header-block h2 {
    font-size: 26px;
    padding: 55px 0!important;display: none;
 
}
.listing-bubble {
    font-size: 14px;
    margin-bottom: 10px;
}
.listing-display .carousel-item img {
    height: 400px;
}
.listing-detail p {
 margin: 0 0px;
}
.listing-detail .card-header {
    padding: 0.5rem 1.5rem 0.9rem;
  
}

.listing-add {
    line-height: 26px;
}
.listing-display {
    padding: 30px 0;
   
}
.listing-detail .card-body li {
    width: 98%;
    margin: 0px 0;
}
.listing-detail .card-header h3 {
    font-size: 15px;

}
.user-des {
     text-align: left;
    line-height: 25px;
}
.user-info {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.phone {
   font-size: 15px;
    padding: 10px 18px!important;
}
.social-media a {
    margin-right: 4px;
}
}
/*-------------------------------------Listingdisplay----------------------------*/
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}