:root {
  --prime-clr: #d40202;
  --txt-clr: #fff;
  --font-size:17px;
  --bs-link-color:#000;
  --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);
}

.nav-tabs{
	--enb-nav-tabs-border-width: 1px;
	--enb-nav-tabs-border-color: #dee2e6;
	--enb-nav-tabs-border-radius: 0.375rem;
	--enb-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
	--enb-nav-tabs-link-active-color: #495057;
	--enb-nav-tabs-link-active-bg: #fff;
	--enb-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;}

a {  color: var(--bs-link-color);  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;}
.prime-bg{background: var(--prime-clr)!important; color: var(--txt-clr);}

.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;}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.5rem!important;
    }
}

.btn-primary {
	    border-color: #ccc;
    background: #fff;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    border-radius: 5px;
    margin: 1px;
    height: 35px;
    line-height: inherit;
}
.btn-primary-red{
	    border-color: #ccc;
    background: #ff0000; color:#fff;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 1px;
    height: 36px;
    line-height: inherit;
}
.white-headx{background:#fff;}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #ededed;
}
 
/* blog start*/

.blog-page a {color: var(--enb-link-color);}

.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(51, 51, 51);
  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; display:none;}

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: 1px 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; padding:0 10px}
.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.75em;
    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: #eb0000;
    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;
}



/* 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;}

/* state */
.stat-facts-list {
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 29px;
}
.stat-facts-list ul {
  padding: 0;
  /* margin-right: 27%; */
}
.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: 26px;
    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;
}

.option1-content, .option2-content{overflow: hidden;transition: all 0.5s ease-in-out;	}

	

/* Login form and signup  end*/



/* Form 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%);    display: none;}
.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
}

/* 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%;}
.list-view .esc-grid .images { width: 100%; height: 100%;}
.list-view .esc-grid .images img { width: 100%; height: 100%;}

.grid-view .escbx-data .manbx{transition: 0.6s ease; box-shadow: 0px 2px 7px rgb(0 0 0 / 10%); border:1px solid #d0d0d0;
 border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding:0px;}

.list-view .fullhalf .esc-grid { max-height: 230px;} 
.list-view .escbx-data .text-box { min-height: 230px;}

.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: 250px; margin-bottom:0px; 
 border-radius: 0px;}
 
 .esc-grid .images img{width:100%;} 
.escbx-data .text-box { background: #ffffff; padding: 0px 10px 10px; min-height: 120px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}


.escbx-data .text-box .headline {font-size: 19px; text-align:left; color: #e50004; text-transform: uppercase; font-weight: 700; margin-top: 7px; margin-bottom: 2px;}
.escbx-data .text-box .headline a{color:#be206b; 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;display:none;}
.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:#e50004;}
.escbx-data .text-box .fevourite-or-location .fevourite-icon {  font-size: 16px;   height: 28px;color: #ff0000; border-radius:0;}
.escbx-data .text-box .fevourite-or-location .fevourite-icon svg{color: #e50004;}



.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: #e50004; 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: #e50004;}

.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:left;
    margin-bottom: 3px;
}
.escbx-data .text-box .disc {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 9px;
    color: #707070;
}

.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: 10px;
    border: 3px 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;}

/* 404 page */


#notfound {
    position: relative;
    height: 100vh;
    background: #030005;
    background-image: url("../images/404-2.jpg");
	background-repeat:no-repeat;
	background-size:100%;
	
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center
}

.notfound .notfound-404 {
    position: relative;
    height: 180px;
    margin-bottom: 20px;
    z-index: -1
}

.notfound .notfound-404 h1 {
    font-family: montserrat,sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -12px;
    color: #030005;
    text-transform: uppercase;
    text-shadow: -5px -3px 0 #d40202,5px 3px 0 #ff005a;
    letter-spacing: -20px
}

.notfound .notfound-404 h2 {
    font-family: montserrat,sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 106px;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #d40202;
    letter-spacing: 13px;
    margin: 0
}

.notfound a {
    font-family: montserrat,sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #ff005a;
    text-decoration: none;
    border: 2px solid;
    background: 0 0;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .2s all;
    transition: .2s all
}

.notfound a:hover {
    color: #d40202
	}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h2 {
        font-size:24px
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size:182px
    }
}



/* 404 page end */


/* footer */

footer {
    background-color: #0c1a1e;
}
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;
}

/* =========ADS PAGE======== */

.tabbx .nav-tabs>li>a {
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    color: #e50004;
    padding: 7px 15px;
    margin: 10px 0 0;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 19px;
	height:auto;
}


.tabbx .nav-tabs>li.active>a {
    background: #e50004;
    color: #fff;
}

.ads-page .nav-tabs .nav-link {
	font-weight:700;
    color:#000;
	border-color: var(--enb-nav-tabs-link-active-border-color);
}

.ads-page .nav-tabs .nav-link.active {
    color:#fff;
    background-color: #e50004;
    border-color: var(--enb-nav-tabs-link-active-border-color);
}

.offer-card {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    background-color: #e50003;
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}

.adinfo-btn {  padding: 4px 0px; font-size: 13px;  border-radius: 0;}
.adinfo-btn span {
    background: #ededed;
    border-radius: 2px; padding:2px 10px;	
    margin:0px 7px 5px 0;
    border: 1px solid #dbdbdb; cursor:pointer;
}

.ads-page .list-view .escbx-data{ max-height: inherit;}
.ads-page .list-view .fullhalf .esc-grid { max-height: 259px; height:auto;}

/* escort-ad-post */

.tox-notification--warning, .tox-notification{display:none!important;}

/* escort-ad-post end */


/* ========escort-profile -post=========== */

/* accordian */
#accordionPanelsStayOpen .accordion-item{
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
	border-radius:0;
	margin-bottom:3px;
}

#accordionPanelsStayOpen .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;
}

#accordionPanelsStayOpen .accordion-item h2 button{
	padding:6px 15px; color: #000;
}

.accordion-button:focus{box-shadow:none;}

#accordionPanelsStayOpen .accordion-item h2 button {
    padding: 6px 40px 6px 15px;
    color: #000;
}




/* progress bar */

.selser {  filter: hue-rotate(231deg);}

.advertiser-in-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: 7px 10px 7px 10px;
    margin: 1px 0;
    text-align: center;
}
a.adbtn {
    border: 1px solid #ff0808;
    padding: 1px 6px;
    background: #ff2f2f;
    color: #fff!important;
    border-radius: 0px;
    cursor: pointer;
    font-size: 12px;
}

.advertiser-in-list ul li a{ font-weight: normal;  color: #000;}

.green-color { background: #39b748; color: #ffffff !important; border: none;}
.txt-green{color:#00a900}
    #progress-bar {    border-radius: 15px;
      width: 100%;
      height: 24px;
      background-color: #ddd;
    }

    #progress {    border-radius: 15px;
      width: 50%;
      height: 100%;
      background-color: #4CAF50;
      background-color: #EF5350;
      text-align: center;
      color: white;
      transition: width 1s ease-in-out;

    }
	
	.slidedown-content {
     display: none;
    }
	
.slidedown-content #accordion-postad .panel-heading a::after {
    content: "";
    border: solid #000;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 40px;
    top: 13px;
    transform: rotate(45deg);
}
.dot-red{color: #ff2f2f!important; padding-top: 5px; font-size: 10px;  float: right;  position: absolute; top: 31%; right: 15px;  z-index: 99;}
	.dot-green {
    padding-top: 5px;
    color: green!important;
    font-size: 10px;
    float: right;
    position: absolute;
    top: 31%;
    right: 15px;
    z-index: 99;
}

.pointer{cursor:pointer;}
.advertiser-in-list ul.esc-pro-pst {
    background: #f8f9fa;
    padding: 10px 7px;
    border-radius: 4px;
}

/* /* progress bar */


/* services list ul */

.checklist ul { list-style: none; padding: 5px 0px 0; margin-bottom:0}
.checklist ul li {width: 20%; float: left; line-height: 27px; font-weight: normal;  margin-bottom: 5px;}
.checklist ul li input{width:19px; height:19px; border-radius:0;}
.checklist ul li a {color: #f41010;  font-size: 13px;  text-transform: uppercase;}

/* services list ul */

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background: #f5f5f5;
}



/* escort-ad-post end */

/* Links page */
.listed-ads a{margin-bottom:15px; display:block;}
.linkads {
    text-align: center;
}
.imgads {
    margin-top: 20px;
    margin-bottom: 15px;
}
.linkads pre {
    padding: 20px;
    font-size: 15px;
    word-wrap: break-word;
    word-break: break-word;
    background-color: #f5f5f5;
    border-radius: 0px;
    margin: 20px 10px;
    text-align: left;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    position: relative;
}
.linkads pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.imgads img {
    margin-bottom: 5px;
    border: 1px solid #333;
}

/* Links page end*/


 /* faq-q */
 #accordionFaqsBox .accordion-item, #accordionFaqs2Box .accordion-item {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-radius: 0;
    margin-bottom: 10px;
}

 .faq-q button{color:#000!important; text-transform:uppercase; font-weight:700;}
 .faq-ans p{font-size:14px; text-align:justify;}
 
 /* faq-q end*/
.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;}