:root {
  --prime-clr: #e9036a;
  --txt-clr: #fff;
  --font-size:17px;
  --enb-backdrop-opacity: 0.79;
  --enb-input-radius-0:0px;
  --bs-modal-border-radius-0: 0rem;
  --enb-btn-hover-bg:#df4141;
  --enb-btn-hover-border-color:#ff0000;
  --enb-nav-pills-link-active-color:#fff;
  --enb-nav-pills-link-active-bg:#d40202;
  --enb-pagination-border-color:#d7d7d7;
  --enb-pagination-active-border-color:#d7d7d7;
  --enb-link-color: rgb(33, 37, 41);
  --background-image-blog: linear-gradient( rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.1) ), url(../images/blog-bg.jpg);
}


.navbar-brand{font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-style: italic;}
	
	.my-nav li a{color:#fff; font-weight:700; text-transform:uppercase;}
	
a{text-decoration:none}
hr.new1 {
    border-top: 1px solid #ababab;
    margin: 0;
    margin-bottom: 5px;
}
.red {	color:var(--prime-clr);}
.modal-backdrop.show {
    opacity: var(--enb-backdrop-opacity);
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--enb-btn-hover-bg);
    border-color: var(--enb-btn-hover-border-color);
}
.h40{height:40px!important;}
.btn-close { background-color: white; opacity: 1; border-radius: 50%;}
header .dropdown-item{ color: var(--prime-clr); text-transform:uppercase; font-size:14px; font-weight:600;}

.btn-primary {
	    border-color: #ccc;
    background: #fff;
    font-size: 14px;
    padding: 4px 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    border-radius: 1px;
    margin: 1px;
    height: 30px;
    line-height: inherit;
}
.btn-primary-red{
	    border-color: #ccc;
    background: #e9036a; color:#fff;
    font-size: 14px;
    padding: 4px 9px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 1px;
    margin: 1px;
    height: 30px;
    line-height: inherit;
}

.modal-header {
    background: #ffebea;
}

.modal-body {
    background: #fff0f0;
}


.pop-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.pop-box-list {width:100%;}


/*review*/
.profile-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 5 equal-width columns */
	gap: 6px; /* Space between cards */
}
 .profile-card {
      color: #000;
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      margin: 20px auto;
    }
    
    .profile-card img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
    }
    
    .profile-card h4 {
      margin-top: 15px;
      font-size: 1.2rem;
    }
    
    .profile-card .reviewed-by {
      font-size: 0.9rem;
      color: #e9036a;
    }

    .profile-card .more {
      color: #d62b70;
      font-weight: normal;
      text-decoration: none;
    }

    .profile-card .more:hover {
      text-decoration: underline;
    }


ul.sidelist {
    list-style: none;
    padding-left: 0;
    text-transform: uppercase;
}
ul.sidelist li a{color: #000; text-decoration: none; line-height: 30px;}
ul.sidelist li a:hover{color: var(--bs-pink); text-decoration: none;}
/*review*/


#loading{
    display: block;
    background: #040404a1;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
}

#loading img {
    top: 45%;
    position: relative;
    width: 140px;
    height: 140px;

}


/* blog start*/

.blog-page a {color: rgb(14, 105, 196);}

.btn-create-blog {
  border-width: 1px; padding:10px 20px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 2px;
  background-color: rgb(255, 0, 0);
  color:#fff;
  font-weight:700;

}

.blog-search input {
    height: 47px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    border-radius: 0;
}

.blog-search .fa-search {
    position: absolute;
    top: 15px;
    right: 16px;
	left:auto;
}
.blog-search .fa-search {
    position: absolute;
    top: 15px;
    right: 16px;
	left:auto!important;
	color: #fd0000;
}
.sidebar-head-title {
    border-width: 1px;
    color: #fff;
    padding: 10px 15px;
    border-color: rgb(204, 204, 204);
    font-size: 20px;
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(219 24 111);
    margin-bottom: 0;
}

.sidebar-title{font-size:13px; margin-bottom:5px;}
.sidebar-para-txt{font-size:11px; text-align:left;}
.sidebar-date{font-size:12px; text-align:left;}


.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

hr.dot-line{border-top: 2px dotted #000;}

.sidebar-cate {   float: left;    
}

.sidebar-cate ul {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    width: 100%;
}
.sidebar-cate ul li {
    padding-left: 1.7em;
    list-style: none;
    /* border-bottom: 1px solid #ccc; */
    width: auto;
    padding-right: 5px;
}
.sidebar-cate ul li:before {
    content: "\f0da";
    color: #e40003;
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    margin-left: -1.3em;
}
.sidebar-cate ul li a {
    color: #000;
    line-height: 34px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.sidebar-cate ul li a:hover {color:var(--prime-clr)}


.blgimg body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.blgimg body:after {
    background-image: var(--background-image-blog);
}

.blg-para-details p{margin-bottom:15px; text-align:justify;}

/* blog end*/



.twotab{border:1px solid #ccc;}
.btn-secondary{   border-color: #ccc;
    background: #fff;
    font-size: 14px;
    padding: 4px 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    border-radius: 1px;
    margin: 1px;
    height: 30px;
    line-height: inherit;}
	
	
.btn-paidBtn{border-radius: 2px; background-color: rgb(204, 51, 51); color:#fff; text-transform:uppercase;padding:2px 15px;}


       .search{position: relative; box-shadow: 0 0 40px rgba(51, 51, 51, .1); }
       .search input{   height: 47px; text-indent: 25px; border: 2px solid #d6d4d4; border-radius:0;      }
       .search input:focus{box-shadow: none; border: 1px solid var(--prime-clr); }
       .search .fa-search{  position: absolute; top: 15px; left: 16px; }
       .search button{  position: absolute; top: 5px;  right: 5px; height: 36px; color:var(--txt-clr);  background: var(--prime-clr);}


.isize{font-size: var(--font-size);}
.drop-sty {
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.latest-txt{color:#000; font-size:14px; font-weight:700;}
.latest-txt ul li:first-child { border-left: none; margin-left: 0; padding-left: 0;}
.latest-txt ul li {display: inline; color: #555; padding: 5px; padding-left: 2px; padding-right: 0; margin-left: 2px;font-size: 15px;}
.latest-txt a { color: #46433a; text-decoration: none; font-weight: 600;font-size: 14px;}
.latest-txt a.red-txt{color:#d40202; font-size:15px; font-weight:700;}
.latest-txt ul li em {
    font-style: normal;
    font-size: 14px;
    color: #9a9ea9;
    padding: 5px;
    font-weight: 600;
}
.latest-txt span{color:#999999;}
.red-txt{color:#d40202; font-size:15px; font-weight:700;}

/* BANNER SCTION */
.banner-section {
    position: relative;
    background-size: cover!important;
    color: #FFF;
    padding-bottom: 60px;
    padding-top: 50px;
    padding-left: 0px;
    line-height: 1.2;
    background-color: #0D0B10;
	border-bottom:3px solid #1a181c;
}

.banner-section h1 {
    color: #FFF;
    font-size: 1.25em;
    padding: 0px 0px 0px;
    line-height: 1.2 !important;
    font-family: brandon-grotesque,sans-serif;
    text-align: left;
    font-weight: 600;
    text-shadow: 5px 5px 10px #000;
}
.redthing {
    color: #e9036a;
    font-weight: 700;
    font-size: 21px;
}

.postBtn {
	padding:7px 20px; font-weight:700;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  border-radius: 4px; color:#fff;
  background-color: rgb(229, 0, 4);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.para{text-align:justify; line-height:24px;}

.flag-drop {color:#fff;}
.flag-drop img {
    width: 100%;
    height: 30px;
    margin-top: 1px;
    max-width: 55px;
	
}

/* BANNER SCTION END*/

/* MENU SCTION */



/*sidebar*/
hr.mseprater {
    border: 1px solid #b3b3b3;
    margin-bottom: 5px;
    margin-top: 10px;
}
ul li.primelist a::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
    font-size: 25px;
    padding-top: 0;
    float: left;
	margin-top: -6px;
}
    .side-bar-menu {
        background: #ffffff;
        position: fixed;
        z-index: 9999;
        right: 0;
        translate: 100%;
        transition: 0.4s;
        height: 63vh;
        box-shadow: 0px 0px 5px 0px #aaaaaa;
		top:60px;
		max-width:390px;
		width: 390px;
		
    }

    .side-bar-menu.show {
        translate: 0% !important;
    }

    .side-bar-menu ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

    .side-bar-menu ul li a {
        color: #000000;
        font-size: 13px;    font-weight: 700;  text-transform: uppercase;
    }

    .side-bar-menu ul li {
        padding: 5.5px 10px;
    }

    .side-bar-menu ul li a svg {
        margin-right: 5px;
    }

    .side-bar-menu .middle ul li a svg {
        color: #b40491;
    }

    .side-bar-menu .side-bar-header-top {
        padding: 10px;
    }

    .side-bar-menu .side-bar-header-top .search {
        display: flex;
        align-items: center;
        color: #000000;
    }

    .side-bar-menu .side-bar-header-top .search svg {
        margin-right: 10px;
    }


    .side-bar-menu table tbody tr th {
        padding: 5px 10px;
        border-right: 1px solid;
        color: #000000;
        background: #ffffff:
    }

    .side-bar-menu table tbody tr th:hover,
    .side-bar-menu table tbody tr th:hover:focus {
        color: #ffffff;
        background: #000;
    }

    .side-bar-menu table tbody tr th svg {
        margin-right: 5px;
    }

    .side-bar-menu table tbody tr th:last-child {
        border-right: none;
    }


    .side-bar-header-top {
        padding-bottom: 5px;
    }
#side-bar-close {
    position: absolute;
    right: 10px;
    background: #e50004;
    top: 7px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0px 2px;
    vertical-align: middle;
}

/* MENU SCTION END*/

/* SEARCH POPUP */
.pop_serch {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-size: cover;
    background-position: center;
    display: none;
    background: rgb(0 0 0 / 90%);
}
.popblock {
    background: #fff;
    padding: 0px 5px;
}
.pop_head {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    text-align: center;
    background: #b50101;
    margin-bottom: 0px;
    padding: 5px 15px;
	border-radius: 0;
}

@media (min-width: 992px){
.modal-ser-pop{
    --bs-modal-width: 600px;
}
}


.modal-content {
    border-radius: var(--bs-modal-border-radius-0);
}

/* accordian */
#accordionPanelsStayOpenExample .accordion-item{
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
	border-radius:0;
	margin-bottom:3px;
}

#accordionPanelsStayOpenExample .accordion-item h2{
display: block;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    
    background-color: #fff;
    box-shadow: 0 1px 4.75px 0.25px rgb(0 0 0 / 7%);
	border-radius:0;
}

#accordionPanelsStayOpenExample .accordion-item h2 button{
	padding:6px 15px; color: #000;
}

.accordion-button:focus{box-shadow:none;}
.cate-squre {
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    background-color: red;
    font-size: 16px;
    padding: 5px 3px;
    color: #fff;
    margin: 0 auto;
    width: 20%;
    display: inline-grid;
    text-align: center;
    text-transform: uppercase;
}

.accod-in-list ul {
    list-style: none;
    float: left;
    padding: 5px 15px 0;
}
.accod-in-list ul li {
    background: url(https://d3pf4qdcmg1dyz.cloudfront.net/images/arr-aco.png) 0px;
    background-repeat: no-repeat;
    list-style: none;
    width: 50%;
    float: left;
    line-height: 27px;
    font-weight: 700;
    padding-left: 12px;
}
.accod-in-list ul li a {
    color: #f41010;
    font-size: 13px;
    text-transform: uppercase;
}
.w160px{width:150px;}

/* Homepage design */

.greysection{background:#e9e9e9; text-transform:uppercase}

.countrylist-accordion .accordion-item{margin-bottom:15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(185, 185, 185);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
 
 .countrylist-accordion .accordion-header .accordion-button{text-transform:uppercase;}


span.flag {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    background: url(../images/all-flag.png) no-repeat 0 0;
    background-size: 40px;
    margin: 0 15px 0 0;
    padding: 0;
    box-shadow: rgba(0,0,0,.15) 1.95px 1.95px 2.6px;
    border-radius: 20%
}

span.flag.au {
    background-position: 0 -461px!important
}

span.flag.ca {
    background-position: 0 -600px!important
}

span.flag.nz {
    background-position: 0 -1800px!important
}

span.flag.eg {
    background-position: 0 -1015px!important
}

span.flag.in {
    background-position: 0 -452px!important
}

span.flag.sc {
    background-position: 0 -1061px!important
}

span.flag.eng {
    background-position: 0 -1892px!important
}

span.flag.ws {
    background-position: 0 -1107px!important
}

span.flag.se {
    background-position: 0 -1937px!important
}

span.flag.ie {
    background-position: 0 -1845px!important
}

span.flag.sg {
    background-position: 0 -415px!important
}
span.flag.usa {
    background-position: 0 -1984px!important
}


.acc-srch {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    top: -50px;
    right: 60px;
    z-index: 999;
}

.countrylist-accordion .accordion-header .accordion-button{padding:10px 15px 10px; border-bottom: 1px solid #b9b9b9;}

.countrylist-accordion .search input {
    height: 40px;
    text-indent: 0;
    border: 2px solid #d6d4d4;
    border-radius: 4px;
}
.countrylist-accordion .search .fa-search {
    position: absolute;
    top: 12px;
    right: 15px;
    left: auto;
    color: #fd0000;
}

.accordion-button:not(.collapsed){background:none;}

.two-accordion-in .accordion-item { box-shadow:none;	}

.two-accordion-in{width: 100%; display: inline-block;}


.h-0{ height:0;}

.esc-list-name {
    list-style: none;
    padding: 10px;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
	display:inline-block;
}
.esc-list-name li {
    line-height: 26px;
    margin-bottom: 6px;
    padding: 4px 10px;
    border-radius: 0;
    float: left;
    width: 25%;
    text-decoration: none;
    background: 0 0;
    border: none;
}
.esc-list-name li a {
    text-decoration: none;
    font-size: 15px; font-weight:600;
    color: #c43c3c;
}


   footer {
            /* background: linear-gradient(135deg, #1e3c72, #2a5298); */
            color: #ffffff;
        }
        footer a {
            color: #f8f9fa;
            transition: color 0.3s ease;
        }
        footer a:hover {
            color: #00d1b2;
            text-decoration: none;
        }
        .social-icons a {
            font-size: 1.5rem;
            margin-right: 15px;
            transition: transform 0.3s ease, color 0.3s ease;
        }
        .social-icons a:hover {
            transform: scale(1.2);
            color: #00d1b2;
        }


/* Homepage design end */


/* Profile page  */
.blck-btn {
    color: #fff!important;
    background-color: #383838;
    border-color: #000;
}




.blck-btn:hover {opacity: 0.7;}
.smpl-btn:hover {opacity: 0.8;}
.profile-main {
  background-color: rgb(255, 255, 255);
    padding: 10px;
    border: 1px solid #222;

}

.blck-btn {
    color: #fff!important;
    background-color: #383838;
    border-color: #000;
}


#mySelfieGallery a:nth-child(n+2) {
    width: 33.333333%
  }
  
  #mySelfieGallery a{ padding-left:0!important; }
 
  #mySelfieGallery a:nth-child(n+2) img {
    width: 100%;
    padding: 10px 0px 0;
  }


  .divider-line {
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.naughty-sec h2 {
  color: #000;
  font-size: 22px;
  margin: 5px 0;
  font-weight: 500;
  text-transform: capitalize;
}
.naughty-sec h2.subtitle {
  font-size: 18px;
}

.naughty-sec .col-4 {
  padding: 0;
}
.naughty-sec .small-thumbnail {
  margin: 2px;
}
.naughty-sec .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.naughty-sec .small-thumbnail .img-box img {
  height: 90px;
  width: 100%;
  object-fit: cover;
  padding: 2.5px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.naughty-sec .play-icon {
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 20px;
  background: 0 0!important;
}
.gallery-note {
  clear: left;
  padding: 4px 0;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}


.videos-sec h2 {
  color: #000;
  font-size: 22px;
  margin: 5px 0;
  font-weight: 500;
  text-transform: capitalize
}

.videos-sec .play-icon .-big {
  font-size: 50px!important
}

.videos-sec .share-btn {
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-top: 5px
}

.videos-sec .share-btn .fa {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #e50003
}

.videos-sec .share-btn .img-box {
  margin-left: 5px
}

.videos-sec .share-btn .img-box img {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  margin: 0 3px
}

.videos-sec .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
}
.video-thumb{margin: 2px;}

.videos-sec .play-icon.-big {
  font-size: 50px
}

.videos-sec .play-icon {
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 20px;
  background: 0 0!important
}

.videos-sec .play-icon svg {
  background: 0 0!important
}

.videos-sec .img-box.big img {
  width: 100%;
  height: 225px;
  padding: 2.5px;
  object-fit: cover
}

.videos-sec .col-4 {
  padding: 0
}

.videos-sec .small-thumbnail .img-box img {
  height: 90px;
  width: 100%;
  object-fit: cover;
  padding: 2.5px
}

.videos-sec .small-thumbnail .img-box.nauty-vid {
  border: 1px solid #ccc;
  margin: 2px
}

.videos-sec .small-thumbnail .img-box.nauty-vid img {
  height: 90px;
  width: 100%;
  object-fit: cover;
  padding: 2.5px;
  -webkit-filter: blur(4px);
  filter: blur(4px)
}

.videos-sec .img-box.big {
  position: relative
}

.videos-sec .img-box.big::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5)
}

.videos-sec h2.subtitle {
  font-size: 18px
}

.videos-sec h2.subtitle b {
  font-size: 20px
}

.videos-sec h2 a {
  color: #000
}

.sharebx .share-btn {
  color: #000;
  text-transform: capitalize;
  
  align-items: center;
}

.share-right{    margin-left: auto; margin-top: auto}

.sharebx .share-btn .fa {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #e50003
}

.sharebx .share-btn .img-box {
  margin-left: 5px
}

.sharebx .share-btn .img-box img {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  margin: 0 3px;
  
}
.sharebx .share-btn .img-box  a {
  padding: 3px;
}


.theshowbx {  
    width: 100%;
    margin-top: 10px;
}

.theshowbx h5 { font-weight: 700; margin-bottom: 2px;}
.theshowbx h5 a{ text-decoration: underline; font-size: 14px; color: #e50003;}


.bottom-details{    border: 1px solid #ebdede;
    background: #f7e0e0;}

/* state */
.stat-facts-list {
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 29px;
}
.stat-facts-list ul {
  padding: 0;
  margin-bottom: 0;
}
.stat-facts-list ul li {
  list-style: none;
  padding-left: 0;
  overflow: hidden; font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
}

.stat-facts-list ul li a{font-weight: normal;  color: #333;}
.about-content p{color: #333;}

/* PUNTER REVIEWS */
.punter-area{width: 100%;   padding: 20px 20px;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  background-color: rgb(245, 245, 245);}

  .punter-area .smpl-btn{ padding: 5px 15px;}
  .punter-area .yell-report { background-color: rgb(255, 193, 7); color: #000;}

.punter-area-inn{text-align: center;}
.punter-area-btn{padding: 0;}


/* location toggle */
.gray-area{width: 100%;   padding: 0px;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  background-color: rgb(245, 245, 245);}
  .other-loc {  list-style: none;  padding-left: 0;}
  .other-loc li a {color: #000;}

  /* rate */
  .ratesec h2 {
    color: #000;
    font-size: 22px;
    width: 100%
}

.ratesec table tr th {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    padding: 5px 0
}

.ratesec table tr td {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    padding: 2px;
    font-weight: 500;
}

.ratesec p.extra {
    color: #000;
    font-size: 12px
}

table {
    width: 100%
}

table tr th {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    padding: 5px 0
}

table tr td {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    padding: 2px 0;
    font-weight: 500;
}

/* write me */


.write-me .toggle-box {
  border: 0 solid #6c6c6c;
  padding: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 10px 2px rgb(0 0 0/7%)
}

.mt-3,.my-3 {
  margin-top: 1rem!important
}

.write-me .toggle-box .toggle-head {
  position: relative
}

.write-me .toggle-box .toggle-head a.close-btn {
  position: absolute;
  right: 5px;
  top: 5px
}

.write-me .toggle-box .toggle-head a.close-btn svg {
  font-size: 18px;
  color: #fff
}

.write-me .toggle-box .toggle-head a.close-btn svg:focus {
  color: #505050
}

.write-me .toggle-box .toggle-head {
  padding: 5px 0;
  background: #e50003;
  color: #fff
}

.write-me .toggle-box .toggle-head.title {
  font-size: 18px;
  color: #000
}

.write-me .toggle-body {
  padding: 0px ;
}

.write-me .toggle-box .toggle-body p {
  color:#333333; font-size:13px;
    margin: 10px 15px;font-weight:700;
  text-decoration:none;
  text-transform: uppercase
}

.write-me .toggle-box .toggle-body p svg {
  margin-right: 3px
}

.contactli {
  border-width: 1px;
  border-color: rgb(218, 218, 218);
  border-style: solid; 
  border-radius: 2px; padding:5px 10px;
  background-color: rgb(246, 246, 246);
  
}

.write-me .toggle-box .toggle-footer {
    border: 1px solid #6c6c6c;
    padding: 5px 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 17px;
}
.write-me .toggle-box .toggle-footer h3 {
  margin-bottom: 0;
  font-size: 17px;
  cursor: pointer;
}

.write-me .toggle-box p.des {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  float: left;
  background: #f7f7f7;
  padding: 10px 19px;
  border: 1px solid #c1c1c1
}
.available-now {
  text-align: center;
  color: #fff;
  background: #7b7b7b;
  padding: 5px 0;
  border: 1px solid transparent;
  cursor: pointer;
}
.pinbx {
  position: relative;
  float: left;
  width: 100%;
}
.bx-pin {
  position: absolute;
  top: 0px;
  left: 35px;
  width: 27px;
  height: 40px;
  background: url(../images/clip.png) no-repeat;
  background-size: 75%;
}

/* enjoy in private */

.enjoy-in-private ul {
  padding-left: 0;
  line-height: 19px;
}

.enjoy-in-private ul li {
  display: inline-block;
  padding: 0 6px;
  border-right: 1px solid #ccc;
  margin: 3px 0
}

.enjoy-in-private ul li a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

/* profile end */


/* Form */

.formbx .form-control {
    display: block;
    width: 100%;
    height: 40px!important;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out;
    border-radius: 0!important;
    box-shadow: none;
    margin: 0;
}

.formbx .form-group {
    margin-bottom: 1rem;
}

.formbx textarea.form-control {
    height: auto!important;
}



/* RATING STAR */
.rating {
  border: none;
  float: left
}
.list-inline li .rating > label:before {
  margin: 0 5px;
  font-size: 1.25em
}
.rating > input {
  display: none
}
.rating > label {
  margin: 0
}
.rating > label:before {
  margin: 0 5px;
  font-size: 1.8em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"
}
.rating > .half:before {
  content: "\f089";
  position: absolute
}
.rating > label {
  color: rgba(0, 0, 0, 0.60);
  float: right
}
.rating > input:checked ~ label, /* show gold star when clicked */ .rating:not(:checked) > label:hover, /* hover current star */ .rating:not(:checked) > label:hover ~ label {
  color: #ff0012
}
.rating > input:checked + label:hover, /* hover current star when changing rating */ .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ .rating > input:checked ~ label:hover ~ label {
  color: #fc4c59
}

/* RATING STAR END */

/* Login form and signup */

.adv-get-list h5{text-align:center; color:#000;font-size: 16px;}
.adv-get-list ul {
    list-style: none;
    float: left;
	    background: #f0f0f0;
    padding: 25px;
}
.adv-get-list ul li {
    list-style: none;
    width: 100%;
    float: left;
    line-height: inherit;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 1px 4.75px 0.25px rgb(0 0 0 / 7%);
    padding: 3px 10px 3px 10px;
    margin: 1px 0;
    text-align: center;
}
.adv-get-list ul li a {
    color: #000;
    font-size: 14px; cursor:pointer;
    text-transform: uppercase;
}

.text-theme {
    font-weight: 700;
    color: #dc3545!important;
}
.all-cards i{
    font-size: 30px;
    color: #e50003;
    padding: 2px;
}

/* Login form and signup  end*/



/* Form end*/


   
        /* New blog */
        
        
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}


        
            /* New blog end */
        



/* slider section */

/*slider*/
.newly-listed-bg{background-color:#000; padding:20px; width:100%;}
#newly-listed .box {
    background: #222222;  text-transform:uppercase;
	border:1px solid #333333;
}

#newly-listed .box .img-box{position:relative; overflow:hidden;}

#newly-listed .img-box img {
    width: 100%;
    height: 260px;
    object-fit: cover
}

#newly-listed .text-box {
    text-align: left;
    padding: 5px;
}

#newly-listed .text-box .featured-box .featured {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

#newly-listed .featured-box .featured .title {
    background: #e50004;
    display: inline-block;
    width: 115px;
    font-size: 12px;
    text-align: center;
    rotate: -40deg;
    transform: translate(43px, 30px);
    position: absolute;
    right: 20px;
    bottom: 0px;
}

#newly-listed .featured-box .featured .play-icon svg {   border-radius: 100%;  font-size: 15px;}

#newly-listed .text-box .name {
    font-size: 15px;
    text-transform:uppercase;
    font-weight: 700;
	color: var(--prime-clr);
}
#newly-listed .text-box .av-now { color: #01cf01; float: right; text-transform: uppercase; padding: 0; font-size: 14px;}
#newly-listed .text-box .name a { color: #fff}

#newly-listed .text-box .verified svg {
    margin-right: 5px;
    vertical-align: middle
}

#newly-listed {
    position: relative
}

#newly-listed .text-box .type { font-size: 15px;color: #fff; text-transform: uppercase;}
#newly-listed .text-box .type span{display:block;}
#newly-listed .text-box .type a { color: #333}
#newly-listed .text-box .rate { font-size: 14px; text-transform: uppercase; color: #fff; font-weight: 700}
#newly-listed .owl-theme .owl-nav { margin-top: 0}
#newly-listed .owl-theme .owl-nav button.owl-prev,#newly-listed .owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 30px;
    background: 0 0;
    outline: none;
    box-shadow: none
}

#newly-listed .owl-theme .owl-nav button.owl-prev {
    left: -50px;
	border: none;
	border-radius: 50%;
	height: 34px;
    width: 34px;
	background:#bb0003;
}

#newly-listed .owl-theme .owl-nav button.owl-next {
    right: -50px;
	border: none;
	border-radius: 50%;
	height: 34px;
    width: 34px;
	background:#bb0003;
}
#newly-listed .owl-theme .owl-nav button.owl-prev i, #newly-listed .owl-theme .owl-nav button.owl-next i{font-size:19px; color:#000; padding-top:2px;}


.featured-box { position: absolute;  bottom: 0;  left: 0; width: 100%; color: #ffffff; display: flex; align-items: center; justify-content: space-between; padding-left: 5px; padding-right: 5px;}
 .featured-box .verified-pics { font-size: 13px; text-transform:uppercase; text-shadow: 2px 4px 5px rgb(0 0 0 / 95%);}
.featured-box .featured {display: flex; align-items: center; text-transform: uppercase;  position: absolute;    right: 0;
}

.featured-box .featured .title {font-family: var(--prime-font); background: #e50004;  display: inline-block; width: 200px;  font-size: 14px; text-align: center;    rotate: -40deg;
    transform: translate(81px, 40px);}

.featured-box .featured .play-icon svg {
    overflow: visible;
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    color: #e50004;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    color: #fff;
    font-size: 14px;
}

/*category-section */

.category-section .row{margin-right: -5px; margin-left: -5px;}
.category-section .col-md-2{padding-left:5px; padding-right:5px;}

.categorybox{position:relative; cursor:pointer; overflow:hidden;}
.categorybox .img-category img {
    width: 100%;
    height: 260px;
	  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: all .3s ease;
 
}
.categorybox .img-category img:hover {transform: scale(1.2); background-color: #e50003ba;}
.categorybox .category-name{
    position: absolute;
    bottom: 0;
    left: 0;
	z-index:9;
    width: 100%;
	text-align:center;
    color: #ffffff;
    padding:6px 5px 6px;
	background:#202020 ;
}
.category-name:hover {
    color: #000;
    /* background: darkred; */
}

/* tab */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--enb-nav-pills-link-active-color);
    background-color: var(--enb-nav-pills-link-active-bg);
}

/* TAG */
/*TAG AREA*/

.loadmoreb {
    padding: 5px 10px;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
    width: 160px;
}
.loadmoreb a{ color: #fff;}
.tagInTab { padding: 10px;}

.tagInTab ul {
    list-style: none;
    padding: 20px 0 0;
    text-align: center
}

.tagInTab h5 {
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 0
}

.tagInTab ul li {
    border: 1px solid #ccc;
    padding: 2px 10px;
    display: inline-block;
    width: auto;
	background:#ffffff;
    font-weight: 700;
    margin: 3px 2px;
}

.tagInTab ul li a {
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
	font-weight:500;
}
.tagInTab ul li a.morebtn{color:#fff;}
.tagInTab ul li a.morebtn:hover{color:#000;}

.tagInTab ul li a:hover {
    color: #e50004
}

.toc_post_list{ padding-left: 25px;}

.toc_post_list h2 {font-size: 18px;}

.toc_post_list li ul {   margin-left: 0px;  padding-left: 20px;}

.toc_post_list li ul a {font-size: 15px; color: #d01f6e;}

.blg-para-details{
        text-align: justify;
    line-height: 27px;
}

.blg-para-details h1{ font-size: 1.2rem;
        margin-bottom: 5px;
        margin-top: 20px;}
     

/* LIST-VIEW AND GRID VIEW */

.list-view .manbx{display:flex; width: 100%; box-shadow: 0px 2px 7px rgb(0 0 0 / 10%);transition: 0.6s ease; border:1px solid #d0d0d0;}
.list-view .fullhalf{ width: 100%;}
.list-view .escbx-data{ flex: 0 1 100%; max-width: 100%;    transition: 0.6s ease; max-height: 277px;}
.list-view .esc-grid {width: 30%;}
.grid-view .escbx-data .manbx{transition: 0.6s ease; box-shadow: 0px 2px 7px rgb(0 0 0 / 10%); border:1px solid #d0d0d0; padding:0px;}

.list-view .fullhalf .esc-grid { max-height: 230px;} 
.list-view .escbx-data .text-box { min-height: 120px;}

.list-view .featured-box .featured .title {
    width: 210px;
    font-size: 14px;
    text-align: center;
    rotate: -40deg;
    transform: translate(84px, 40px);
}
.text-justify{text-align: justify;}
/* ESCORTS LISTING CSS */
 .esc-grid {position: relative;font-family: var(--prime-font); overflow: hidden;  cursor: pointer; margin:0px; width: 100%;  max-height: 350px; margin-bottom:0px; 
 border-radius: 0px;}
 
 /*.esc-grid .images img{width:100%; height:auto;}  */
 .esc-grid .images img {
    width: 100%;
    height: 350px;
}
.escbx-data .text-box { background: #ffffff; padding: 0px 10px 10px; min-height: 120px;}


.escbx-data .text-box .headline {font-size: 16px; text-align:left; text-transform: uppercase; font-weight: 700; margin-top: 7px; margin-bottom: 2px;}
.escbx-data .text-box .headline a{color:#000; font-family: var(--prime-font);}

.escbx-data .av-now { font-weight: 700; color: #01cf01; float: right; text-transform: uppercase; font-size: 14px; padding-top: 5px;}
.escbx-data .profile-list .img-box { position: relative; overflow: hidden;}
.escbx-data .profile-list .text-box .row {  margin: 0px;}
.escbx-data .profile-list .text-box .col-12,
.escbx-data .profile-list .text-box .col-6 { padding: 0px;}
.escbx-data .text-box .fevourite-or-location {display: flex; align-items: center; justify-content: space-between; text-transform: uppercase;    font-size: 14px; padding: 0px 0px 5px; color: #000;}

.escbx-data .text-box .fevourite-or-location .location { display: flex; align-items: center; font-size: 16px; text-transform: uppercase;}
.escbx-data .text-box .fevourite-or-location .location svg { margin-right: 5px;color:#000000;}
.escbx-data .text-box .fevourite-or-location .fevourite-icon {  font-size: 16px;   height: 28px;color: #000000; border-radius:0;}
.escbx-data .text-box .fevourite-or-location .fevourite-icon svg{color: #000000;}



.escbx-data .text-box .price-n-heart {display: flex; align-items: center; justify-content: space-between; text-transform: capitalize;    font-size: 14px; padding: 2px 0px 1px; color: #000;}

.escbx-data .text-box .price-n-heart .price { display: flex; align-items: center; font-size: 16px;text-transform: uppercase;}
.escbx-data .text-box .price-n-heart .price span{display:block; font-weight:700;}
.escbx-data .text-box .price-n-heart .fevourite-icon {  font-size: 16px;   height: 28px;color: #000000; border-radius:0; border: 1px solid #ccc;    width: 28px;    display: flex;    align-items: center;    justify-content: center;}
.escbx-data .text-box .price-n-heart .fevourite-icon svg{color: #000000;}

.escbx-data .text-white { float:left;}
.escbx-data .text-box .name {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}

.escbx-data .text-box .type {
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.escbx-data .text-box .service-for {
	font-family: var(--prime-font);
    text-transform: uppercase;
    color: #000000;
    font-size: 14px; text-align:justify;
    margin-bottom: 3px;
}

.escbx-data .text-box .call {
    font-size: 12px; text-align:left;
    text-transform: uppercase;
    color: #000000;
}

.escbx-data .text-box .time,
.escbx-data .text-box .rate,
.escbx-data .text-box .age {
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
}

.escbx-data .text-box .cmn-btn.theme-color {
    margin-top: 15px;
    display: inline-flex;
    text-transform: capitalize;
    font-size: 12px;
    align-items: center;
}

.escbx-data .text-box .cmn-btn.theme-color svg {
    margin-left: 3px;
}

/* pagination */

.page-item:not(:first-child) .page-link {  margin-left: 5px;}
.page-link {border-radius: 50%!important; width: 40px; height: 40px; text-align: center;color: #555;font-weight: 700;}
.page-link.active {background: var(--prime-clr); border-color:var(--enb-pagination-active-border-color);}

/* prime-content-area */
.prime-content{text-transform:uppercase; text-align:justify;}
.prime-content h2{font-size:22px; color:#000000; border-bottom:1px solid #ccc; padding-bottom:10px;}
.prime-content h3, .prime-content h4{font-size:19px; color:#000000; border-bottom:1px solid #ccc; padding-bottom:10px;}
.prime-content p{line-height:24px; font-size:15px;}

/* tag-area */

.enb-tag{}
.enb-tag h5{font-size:22px; color:#000000; border-bottom:1px solid #ccc; padding-bottom:10px; text-transform:uppercase;}
.enb-tag ul{list-style:none; padding:0;}
.enb-tag ul li{display:inline-block; padding:5px;}
.enb-tag ul li a { color: #000; font-size: 14px;  line-height: 25px; font-weight: 600;}
.enb-tag ul li a:hover { color: var(--prime-clr);}
.enb-tag ul li a span {    color: #ccc;
    padding-left: 10px;
}


/*blog slide*/

#latestblgpost .box {text-transform:uppercase; }
#latestblgpost .box p{color:#000;  font-size: 12px;
  font-family: "Helvetica Neue";
  color: rgb(36, 36, 36);
  text-transform: uppercase;
  line-height: 1.583;
  text-align:justify;
}


#latestblgpost .box .img-box{position:relative; overflow:hidden;}
#latestblgpost .img-box img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 0px;
    border: 0px solid #ccc;
}
#latestblgpost .text-box { text-align: left; padding: 5px;}
#latestblgpost .text-box h6 a{color:#222;}
#latestblgpost .text-box .featured-box .featured {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
#latestblgpost .blgreadmore a{color:#fff;}
#latestblgpost .blgreadmore a:hover{color:#000;}

#latestblgpost .featured-box .featured .title {
    background: #e50004;
    display: inline-block;
    width: 115px;
    font-size: 12px;
    text-align: center;
    rotate: -40deg;
    transform: translate(47px, 20px);
    position: absolute;
    right: 20px;
    bottom: 0px;
}

#latestblgpost .featured-box .featured .play-icon svg {   border-radius: 100%;  font-size: 15px;}

#latestblgpost .text-box .name {
    font-size: 13px;
    text-transform:uppercase;
    font-weight: 700;
	color: var(--prime-clr);
}
#latestblgpost .text-box .av-now { color: #01cf01; float: right; text-transform: uppercase; padding: 0; font-size: 14px;}
#latestblgpost .text-box .name a { color: #fff}
#latestblgpost .text-box .verified svg { margin-right: 5px;  vertical-align: middle}
#latestblgpost { position: relative}
#latestblgpost  h4 {
    font-size: 22px;
    color: #000000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#latestblgpost .text-box .type { font-size: 15px;color: #000; text-transform: uppercase;}
#latestblgpost .text-box .type span{display:block;}
#latestblgpost .text-box .type a { color: #333}
#latestblgpost .text-box .rate { font-size: 14px; text-transform: uppercase; color: #000; font-weight: 700}
#latestblgpost .owl-theme .owl-nav { margin-top: 0; display:none;}



/* footer */


footer {
    margin:0px 0 0;
    padding-bottom: 20px;
    padding-top: 50px;
}
.nav-footer-item h4 {
    font-size: 15px;
    color: #DBDBDB;
    border-bottom: 1px solid var(--prime-clr);
    padding-bottom: 20px;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-footer-item ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.footer-ul li, .footer-ul2 li {
    line-height: 29px;
    font-size: 15px;
}
.footer-ul li {
    float: left;
    width: 100%;
}
.footer-ul li a {
    color: #a0a3a4;
}
.firstcln {
    padding-right: 30px;
    border-right: 1px solid var(--prime-clr);
    padding-left: 5px;
}
.nav-footer-item {
    padding: 25px;
    padding-bottom: 0;
    padding-top: 0;
}
.border-squer {
    padding: 15px;
    border: 0px solid #cf1a00;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    max-width: 177px;
}
.social-share {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  float: left
}
ul.social-share li {
  float: left;
  padding: 5px
}
ul.social-share li a {
  color: #fff;
  float: left;
  margin: 3px;
  width: 24px;
  height: 24px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px
}
.svg-social{    background: none;  color: white;}

ul.social-share li a:hover {
  color: #fff;
  background: #ef1b4c
}
.copyright {
    min-height: 40px;
    background-color: #000;
    padding: 5px 0;
}
.img-fix-size {
    height: 40px;
    width: auto;
    margin: 5px;
}





/* Extra Small Devices (Phones) */
@media (max-width: 575px) {

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

#loading img {
    top: 15%;
    position: relative;
    width: 100px;
    height: 100px;

}


.pop-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.banner-section h1 {
    color: #FFF;
font-size: 1.1em;}

.redthing {
    color: #e9036a;
    font-weight: 700;
    font-size: 15px;
}


}

/* Small Devices (Tablets) */
@media (min-width: 576px) and (max-width: 767px) {

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.banner-section h1 {
    color: #FFF;
font-size: 1.2em;}




}

/* Medium Devices (Laptops) */
@media (min-width: 768px) and (max-width: 991px) {

.profile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

}

/* Large Devices (Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Extra Large Devices (Large Screens) */
@media (min-width: 1200px) {

}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{/*background:0 0;color:inherit;border:none;padding:0!important;font:inherit*/color: inherit; font: inherit; background: #e42424c7; margin: 0px 5px; padding: 0px 10px 4px;
    border-radius: 15px; color: #fff; font-size: 30px; border: 2px solid #fff;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; }.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-nav {position: absolute; top: 35%; width: 100%; text-align: center;}.owl-nav button.owl-prev{left: 0; position: absolute;}.owl-carousel .owl-nav button.owl-next{right: 0; position: absolute;}