@import url("https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;700&family=Kavivanar&display=swap");
select, option {
  -webkit-appearance: none;
}
.container {
  max-width: 1140px;
}
body{
  padding: 0;
  margin:0;
}
* {
  font-family: "Baloo Thambi 2", cursive;
  font-weight: 200;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
}
a,
a:hover {
  text-decoration: none;
  color: #10367d;
}
button a,
button a:hover {
  color: #fff;
}
.dropdown-menu a {
  width: max-content;
}
.list-group {
    width: max-content !important;
}
h2.stitle {
  font-size: 1.25rem;
  color: rgb(180, 1, 1);
  border-left: 6px solid rgb(180, 1, 1);
  padding-left: 1rem;
  margin-bottom: 1rem;
  line-height: 28px;
}
h2.stitle span {
    font-size: 1.1rem;
}
h1.title {
    font-size: 1.75rem;
    color: rgb(180, 1, 1);
    margin-bottom: 1rem;
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
}
.gapA {
  padding: 0 0.75rem;
}

button.green {
  background: #259f56;
  border: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5px;
  margin-top: 0.5rem;
}
button.blue {
  background: #0b597e;
  border: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5px;
  margin-top: 0.5rem;
}
button.callBtn {
  border: 0;
  background: #0175b5;
  border-radius: 500px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
button.callBtn img {
  height: 25px;
  margin-right: 1rem;
}



button.gridBtn {
    width: 100%;
    padding: 1rem;
    border: 0;
    background: #6690b5;
    border-radius: 3px;
    text-align: left;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}
button.gridBtn img {
    width: 50px;
    position: absolute;
    right: 1rem;
}
.boldRed {
  color: red;
  font-size: 1.125rem;
  font-weight: 600;
}
.boldBlack {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
}
.bigOne p img {
    width: 100%;
}
.bigOne p img {
    max-width: 100% !important;
    object-fit: contain;
    object-position: top;
    height: max-content !important;
}
.bigOne p a img {
    width: 90px;
}
.dropdown-menu a.list-group-item {
    width: 100%;
}
.dropdown-menu .list-group {
    display: contents;
}
a.list-group-item img {
    max-width: 20px;
    margin-right: 5px;
}
a.list-group-item {
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
}

/* footer */
footer {
    margin-bottom: 75px;
    margin-top:25px;
}
/* Header */
header {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  position: sticky;
  top: 0;
  background: white;
  z-index: 999;
}

.logo img {
  width: 165px;
}

nav.navbar {
  background: #e9f6fd;
}

ul.navbar-nav {
  width: 100% !important;
  justify-content: space-around !important;
}

/*mobile navi*/
a.mobileNavOpen {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 30px;
  display: none;
}

a.connectIcon {
    position: fixed;
    top: 1.25rem;
    right: 1rem;
    width: 90px;
    display: none;
}
.mobileNavClose {
  width: 20%;
  position: fixed;
  right: 0;
  top: 0;
  height: -webkit-fill-available;
  background: #ffffff;
  display: none;
  opacity: 0;
}

.mobileNavClose.active {
  display: block;
}

.mobileNav {
  position: fixed;
  left: -101%;
  top: 0;
  width: 80%;
  height: -webkit-fill-available;
  background: #025b8d;
  padding: 1rem;
  transition: all 0.5s;
  z-index: 1000;
    overflow-y: scroll;
}

.mobileNav.active {
  left: 0%;
}

.mobileNav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobileNav ul li {
    padding: 0.9rem 0;
    border-bottom: 1px dotted #ffffff42;
}
.mobileNav ul a {
  color: #fff;
}
li.new a {
    font-size: 1.125rem;
}
.mobileNav ul a img {
    width: 25px;
    filter: grayscale(1) invert(1);
    margin-right: 5px;
}
ul.subNav {
    margin-left: 1rem;
    margin-top: 0.5rem;
    display: none;

}

ul.subNav.active {
  display: block;
}

ul.subNav li {
  background: #ffffff00;
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  width: fit-content;
  border-radius: 0;
  border-bottom: 1px dotted #ffffff66;
}

a.adbtn img {
  z-index: 999;
  position: fixed;
  right: 1rem;
  top: 1rem;
  height: 28px;
  display: none;
}

.mainB {
  background: #fbfbfb;
  padding-top: 2rem;
}
.mainB.catPage{
  padding: 0.7rem;
}
.news-item h5 {
  line-height: 1.5rem;
  font-size: 1rem;
  margin: 0;
  margin-right: 1.125rem;
  overflow-wrap: break-word;
    word-break: break-word;
    width: 100% !important;
}

.bigOne h5 {
  font-size: 1.25rem;
}

.news-item img {
  border-radius: 5px;
  margin-bottom: 0.25rem;
}

.news-item img.imgLeft {
  width: 100px;
  margin-right: 1rem;
  height: 100px;
  float: left;
  object-fit: cover;
  transform: scale(0.9);
}

.views {
  font-size: 0.65rem;
  color: #4d4d4d;
  padding: 0.25rem 0.5rem;
  background: #f7f7f7;
  border-radius: 5px;
  width: fit-content !important;
  float: left;
  margin-bottom: 1rem;
  margin: 0;
}

.card-body {
  margin-bottom: 1rem;
  padding: 0;
}

/* ad type 1*/
.adtype1 img {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 0.9rem;
    border: 1px solid #d7d7d7;
    padding: 0.5rem;
}

/* ad type 2*/
.adtype2 {
  border-left: 5px solid #b40101;
  padding: 0.125rem 1rem;
  padding-right: 0;
  margin-bottom: 3rem;
  transition: all 0.5s;
}

.adtype2:hover {
  border-left: 5px solid #006600;
}

.adtype2 a h3 {
  font-size: 1.1rem;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 0%) 0%,
    rgba(0, 0, 0, 8%) 100%
  );
  margin-bottom: 0.25rem;
  padding: 0.5rem 0;
  margin-top: -15px;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  font-weight: 600;
  color:#b40101;
}

.adtype2 a p {
  font-size: 0.9rem;
  margin-bottom: 0;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  max-height: 5ch;
  overflow: hidden;
}
a.link {
  font-size: 1.12rem !important;
  color: #006600;
  font-weight: bold;
  transition: all 0.5s;
}

a.link img {
    float: right;
    height: 20px;
    transform: translate(20px, 15px);
    position: absolute;
}
a.link.s2 button {
    border: 0;
    padding: 0.125rem 1rem;
    border-radius: 3px;
    margin-top: 0.5rem;
    font-weight: 600;
    color: #00664a;
    transition: all 0.5s;
}
.adtype2:hover a.link.s2 button {
  color:#fff;
	background: linear-gradient(-45deg, #1b744a, #067a1f, #015e1d, #05e4b0);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}











/* ad type 3*/
.adtype3 {
  margin-bottom: 1.5rem;
  border: 1px solid #9bb6da;
  padding: 0.5rem;
  border-radius: 5px;
  width: 85%;
  position: relative;
  float: right;
  margin-left: 15%;
  border-top-left-radius: 0;
  background: #ffffff;
  text-align: center;
}

.adtype3::before {
  position: absolute;
  content: "";
  left: -15%;
  top: -1px;
  width: 15%;
  height: -webkit-fill-available;
  background-image: url(https://paristamil.com/images/ad_img1.svg);
  background-repeat: no-repeat;
  background-position: center top;
}

.adtype3 a h3 {
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
      overflow-wrap: break-word !important;
    white-space: pre-wrap;
    color:#000000;
}
.adtype3 p {
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  max-height: 5ch;
  overflow: hidden;
}
.adtype3 img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/* category page */
.catPage .news-item img {
  max-height: 200px;
  object-fit: cover;
  object-position: center top;
  transition: all 1s;
}

.catPage .news-item:hover img {
  max-height: 200px;
  object-fit: cover;
  object-position: center bottom;
}

.bigOne .news-item img.mImgLeft {
  margin-bottom: 1rem;
}

.card-body.forAds {
  padding: 1rem;
  margin-top: 1rem;
  box-shadow: 0 0 50px rgb(0 0 0 / 8%);
}

button.adposter {
  width: 100%;
  border: 0;
  background: #0175b5;
  border-radius: 5px;
  padding: 0.75rem;
  color: #fff;
  font-size: 1.5rem;
  position: sticky;
  top: 180px;
  z-index: 89;
}

button.adposter img {
  width: 30px;
  margin-right: 1rem;
}
.card-body.forAds p {
  margin-bottom: 0rem;
}
.card-body.forAds p span {
  border-left: 2px solid #ed1c24;
  background: #ff00001c;
  display: block;
  margin-top: 1rem;
  padding: 0.75rem;
}

.card-body.forAds h5 {
  color: #10367d !important;
}
ul.lister {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.listerOffre {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card-body.forAds.grid {
  position: relative !important;
  box-shadow: none;
  background: #ecf9ed;
  border-radius: 5px;
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 0;
}

.card-body.forAds.grid img {
  width: 40px;
  position: absolute;
  right: 1rem;
}
.card-body.forAds.grid button.ntg {
  border: 0;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 0.7;
  background: none;
}
.card-body.forAds.grid button.ntg img {
  position: relative;
  right: 0;
  width: 75px;
}
.card-body.forAds.grid.business {
  background: #d8edf7;
}
.card-body.forAds.grid.small {
  background: #f7f0d8;
}
.card-body.forAds.grid.red {
  background: #ffe7e7;
}
.infoHow {
  padding: 1rem;
}
.infoHow p {
  font-size: 1rem;
}
.infoHow h5 {
  color: #10367d !important;
  font-size: 1.25rem;
}
.infoSecurity {
  border-radius: 5px;
  padding: 1rem;
  background: #457c24;
  color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.infoSecurity img.icon {
  width: 50px;
}
.infoSecurity img.hsImg {
  border-radius: 5px;
  width: 100%;
}
.singleAdImages img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.adsForm form fieldset {
  display: grid;
}
.adsForm form fieldset label {
  font-size: 0.85rem;
  font-weight: 500;
}
.adsForm form fieldset input,
.adsForm form fieldset textarea,
.adsForm form fieldset select {
  border: 0;
  border-bottom: 1px solid;
  background: #efefef;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.adsForm [type="radio"]:checked,
.adsForm [type="checkbox"]:checked {
  position: relative;
}
.adsForm [type="radio"]:checked::before,
.adsForm [type="checkbox"]:checked::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #588a3e !important;
  background-image: url(https://www.paristamil.com/images/tick.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  border-radius: 200px;
  top: -2px;
  left: -2px;
}
.adChoose {
  background: #def5d2;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.adChoose input {
  float: left;
  margin-right: 1rem;
}
.previewHolder {
  background-image: url(https://www.paristamil.com/images/mobileMock.png);
  height: 500px;
  width: 100%;
  background-size: 100%;
  position: relative;
}
.previewHolder.second {
  background-image: url(https://www.paristamil.com/images/mobileA.png);
}
.previewHolder:after {
  position: absolute;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 250px;
  width: 100%;
  bottom: 0;
}
div#preview {
  width: 85%;
  transform: translate(35px, 275px);
  position: relative;
  z-index: 9;
}
div#preview2 {
  width: 85%;
  transform: translate(35px, 320px);
  position: relative;
  z-index: 9;
}
div#preview2 .adtype3:before {
  display: none;
}
div#preview2 .adtype3 {
  margin-left: 0%;
}
div#preview2 .adtype3 {
  margin-left: 0;
  position: relative;
  width: calc(100% + 15px);
  float: left;
  padding: 8px 0 0 0;
  background: none;
  border: 0;
}
div#preview2 .adtype3 H3 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 1rem;
  opacity: 1;
  color: #fff;
}
div#preview2 .adtype3 a.link {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 2rem;
  opacity: 1;
  color: #fff;
}
div#preview2 p {
  display: none;
}
.previewTypeC {
  width: 75% !important;
  transform: translate(35px, 245px);
}
.image-input {
  position: relative;
  text-align: center;
}
.image-input input {
  display: none;
}
.image-input label {
  display: block;
  color: #000;
  background: #efefef;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  border-radius: 5px;
}
label.image-button img {
  height: 20px !important;
  display: block;
}
img.image-preview {
  width: 75px;
  float: left;
  margin-bottom: 1rem;
}
.image-input label i {
  font-size: 125%;
  margin-right: 0.3rem;
}
.image-input label:hover i {
  animation: shake 0.35s;
}
.image-input img {
  display: none;
}
.image-input span {
  display: none;
  text-align: center;
  cursor: pointer;
}
span.change-image {
  position: absolute;
  right: 1rem;
  background: #efdede;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 0.8rem;
}
.ad3Img {
  background: #0175b5;
  border-radius: 5px;
  overflow: hidden;
  height: 56px;
}
.adtype3 img.image-preview {
  float: none;
  max-height: 56px !important;
  width: auto;
}

.adsForm h5 span {
  font-size: 0.8rem;
  display: block;
  padding: 0.5rem;
  background: #def5d2;
  border-radius: 5px;
  margin: 0.5rem 0 0.5rem 0;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

p.indq {
  background: #e9f6fd;
  text-align: center;
  border-radius: 5px;
  padding: 0.25rem;
  margin-top: 0.5rem;
}

.listerOffre li,
.listerOffre .adtype2 {
  box-shadow: 0 0 50px rgb(0 0 0 / 0%);
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #b3b3b3;
}
button.adPlus {
  background-color: #0175b5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
  background-image: url(https://www.paristamil.com/images/adsPlus5.svg);
  border-radius: 500px;
  width: 65px;
  height: 65px;
  border: 0px;
  left: 1rem;
  position: fixed;
  bottom: 1rem;
  z-index: 1000;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sharethis-inline-share-buttons {
  z-index: 99 !important;
  position: relative !important;
}
.adPlusContent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: white;
  height: fit-content;
  padding: 3rem 1rem 4rem 1rem;
  box-shadow: 0 0 50px rgb(0 0 0 / 30%);
  transform: translateY(100vh);
  transition: all 0.5s;
  z-index: 100;
}
.adPlusContent.active {
  transform: translateY(0vh);
}
.adPlusContent ul {
  list-style: none;
  padding: 0;
}

.adPlusContent ul button {
  border: 0;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #000;
  border-radius: 900px;
  background: #ecf9ed;
}
.adPlusContent ul button a {
  color: #000;
}
.adPlusContent ul button.com {
  background: #d8edf7;
}
.adPlusContent ul button.oth {
  background: #f7f0d8;
}
.adPlusContent ul button.rip {
  background: #ffe7e7;
}
.adPlusContent ul button span {
  font-size: 0.6rem;
  margin-left: 1rem;
  color: #0aa00a;
}

ul.listerSell {
  list-style: none;
  padding: 0;
}
ul.listerSell li {
  padding: 1rem 1rem 0 1rem;
  width: 50%;
  float: left;
}
.adtype4 {
  background: white;
  padding: 1rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border-radius: 5px;
}
.adtype4 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  margin-bottom: 0.75rem;
}
.adtype4 h3 {
  font-size: 0.9rem;
}
input.live-search-box {
  width: 100%;
  border: 0px solid #b9e3bc;
  border-bottom: 2px solid;
  padding: 1rem;
  background: #edf9ee;
}

.swiper-slide.filt {
  background: #e9f6fd;
  padding: 0.25rem;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.swiper-slide.filt li span {
  position: relative;
  z-index: 7;
}

.guider {
  position: sticky;
  top: 150px;
  background: white;
  padding: 1rem 0;
  margin-bottom: -1rem;
  z-index: 99;
}

.swiper-slide.filt input[type="checkbox"] {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -15px;
  left: -15px;
  cursor: pointer;
}
.swiper-slide.filt input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 250px;
  top: -25px;
  left: -50px;
  background-color: #0175b5;
  z-index: 8;
  opacity: 0.1;
}
.swiper-slide.filt input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 250px;
  top: -25px;
  left: -50px;
  background-color: #598329;
  z-index: 9;
  opacity: 0.1;
}
.swiper-slide.filt input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  background-color: #598329;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 10;
}

.nav-tabs img {
  width: 25px;
  display: block;
}

.nav-link {
  color: #0175b5;
}
a.forget {
  font-size: 0.8rem;
  color: #9d9d9d;
}
.form-group {
  background: white;
}

.footerVente {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.footerVente ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  padding: 0.75rem;
  background: white;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.footerVente ul li img {
  width: 20px;
  margin: auto;
}
a.BigMe img {
  transform: scale(2.6) translateY(-5px) rotate(0deg);
  transition: all 0.5s;
}
a.BigMe.active img {
  transform: scale(2.6) translateY(-5px) rotate(45deg);
}
.footerVente ul a {
  font-size: 0.6rem;
  display: grid;
  text-align: center !important;
}

.logMeGoogle {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 1px 1px rgb(0 0 0 / 25%);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
  margin-bottom: 1rem;
  width: 100%;
}
.welcomeProfile {
  position: relative;
}
.welcomeProfile .credit {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 1rem;
  font-weight: 600;
  color: #0175b5;
}
.welcomeProfile .credit span {
  font-size: 0.8rem;
  font-weight: 300;
  color: #000;
}
.welcomeProfile img {
  width: 50px;
  border-radius: 5px;
}
.welcomeProfile a.logOut {
  padding: 0.25rem 1rem;
  background: #f7f7f7;
  border-radius: 5px;
}
.welcomeProfile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.welcomeProfile ul img {
  width: 24px;
  margin-right: 0.5rem;
}
.welcomeProfile ul li {
  background: #f7f7f7;
  width: auto;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
}
.bigOne .welcomeProfile ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bigOne .welcomeProfile ul li {
  margin: 0 1rem 0.75rem 0;
}
li.depo {
  background: #0175b5 !important;
}
li.mesA {
  background: #259f56 !important;
}
li.mesI {
  background: #ffa000 !important;
}
li.depo a,
li.mesA a,
li.mesI a {
  color: #fff !important;
}
li.mesA img,
li.mesI img {
  filter: brightness(1) invert(1);
}
.crt1 {
  margin-left: 0.5rem;
}
.welcomeProfile ul.listerSell {
  display: block !important;
}

.welcomeProfile ul.listerSell li {
  background: none;
  min-width: calc(50% - 1rem) !important;
  max-width: calc(50% - 1rem) !important;
}
.welcomeProfile ul.listerSell li img {
  width: 100%;
}

a.editMe {
  background: #f7f7f7;
  padding: 0.25rem 1rem;
  border-radius: 500px;
  font-size: 0.8rem;
}
.popDemo {
  position: fixed;
  padding: 1rem;
  text-align: center;
  top: 20vh;
  left: 20%;
  width: 60%;
  background: whitesmoke;
  height: 60vh;
  border-radius: 5px;
  z-index: 999;
  box-shadow: 0 0 50px rgb(0 0 0 / 20%);
  transform: scale(0);
  transition: all 0.5s;
}
.popDemo.active {
  transform: scale(1);
  transition: all 0.5s;
}
.popDemo iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.popDemo .closeMe {
  background: #dfdfdf;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.8rem;
  color: #000;
}





.cardB {
    background: #e75353;
    padding: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 1rem;
    transform: scale(1);
    transition: all 0.5s;
}
.cardB.gar.inactive,
.cardB.fille.inactive {
background: #868686;
transform: scale(0.9);
}


.cardB img{
   height: 50px;
}
.cardB.gar {
    background: #0f7fbd;
}

#alphGirl,
#alphBoy{
  display: none;
}
a.black-head2 {
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background: whitesmoke;
    padding: 1rem;
    font-size: 1.25rem;
    margin-right: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    float: left;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}
button.alphCloser {
    float: left;
    background: #e7e7e7;
    padding: 0.5rem 2rem;
    height: 50px;
    border: 0;
    border-radius: 500px;
}
.alph-list.gar a.black-head2:hover {
    background: #0f7fbd;
    color:#fff;
}
.alph-list.fille a.black-head2:hover {
    background: #e75353;
    color:#fff;
}

#alphGirl a.black-head2{
  border: 1px solid #e75353;
}

#alphBoy a.black-head2{
  border: 1px solid #0f7fbd;
}

.sFromS {
    width: 32.33%;
    float: left;
    margin-right: 0.99%;
}
.sFromS select {
    background: #edf9ee;
    border: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
}
.sFromS p {
    margin: 0;
}
.sFromS.gender {
    width: 100%;
}
.sFromB p{
    margin: 0rem;
}
.sFromB input {
    width: 100%;
    background: #edf9ee;
    border: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
}
.hvBtn input {
    border: 0 !important;
    padding: 1rem 2rem;
    background: #259f56;
    color: #fff;
    border-radius: 5px;
}

.ripNote img {
    width: 100%;
}

.ripNote h3 {
    font-size: 1.1rem;
    color: #ed1c24;
}
.ripNote p {
  margin: 0;
}
.ripSection li {
    padding-right: 1rem;
}
.ripSection li {
    padding-right: 1rem;
    width: 33.3%;
}
.breackContent {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.breackContent span {
    position: absolute;
    top: 0.5rem;
    background: white;
    padding: 0 1rem;
    left: 50%;
    transform: translateX(-50%);
}


.previewHolderB {
    background-image: url(x);
    height: 750px;
    width: 100%;
    background-size: 100%;
    position: relative;
    background-color: #202020;
    border-radius: 10px;
    overflow: hidden;
}
.previewHolderB::before,
.previewHolderB::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/kuthu-vizhakku.png);
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left 30px;
}
 
.previewHolderB::after {
    left: unset;
    right: 0 !important;
    background-position: top right 30px !important;
}


.imgHolder{
  position: relative;
}
.imgHolder img {
    width: 260px;
    height: 300px;
    margin: auto;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-top: 5rem;
    object-fit: cover;
    object-position: top;
}
.imgHolder span {
    position: absolute;
    left: 0;
    top: 0;
    width: 290px;
    height: 345px;
    margin: auto;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-top: 4rem;
    object-fit: cover;
    background-image: url(/images/ripFrame.png);
    object-position: top;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ripCont {
    padding-top: 430px;
    text-align: center;
}
.ripCont h4 {
    color:#fff;
    font-size: 1.5rem;
}
.ripModel h3 {
    color: #fff;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: -1rem;
}
ul.one,
ul.two{
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.one li,
ul.two li{
   width: 50%;
   float: left;
}

.simp {
  display: contents;
}
.simp .holdPost {
  width: 100%;
  margin-left: 1rem;
  margin-bottom: 1rem;
  position:relative;
}
.catName {
    position: absolute;
    z-index: 1;
    top: 9rem;
    left: 1rem;
    background: #0000009e;
    padding: 0.125rem 1rem;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
}

.simp .holdPost img {
  width: 100px;
  float: left;
  margin-right: 1rem;
  height: 100px;
  object-fit: cover;
  object-position: center top;
}

.simp .holdPost:nth-child(1) {
  width: 100%;
  float: left !important;
  margin-left: 1rem !important;
}
.simp .holdPost:nth-child(1) img {
  height: 324px;
  width: 100%;
}
.simp.archiveCat .holdPost:nth-child(1) img {
  height: 180px !important;
  width: 100%;
}
.simp .holdPost:nth-child(2) img,
.simp .holdPost:nth-child(3) img {
  width: 100%;
  height: 180px;
}
.simp.archiveCat .holdPost:nth-child(1),
.simp .holdPost:nth-child(2),
.simp .holdPost:nth-child(3) {
  width: calc(50% - 1rem);
  float: left !important;
  margin-left: 1rem;
}
.simp.archiveCat .holdPost:nth-child(3) {
  width: 100%;
  float: unset !important;
}
.simp.archiveCat .holdPost:nth-child(3) img {
  width: 100px;
  height: 100px;
}
.footerVente,
.footerMobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.footerVente ul,
.footerMobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  padding: 0.75rem;
  background: white;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.footerVente ul li,
.footerMobile ul li {
    width: 33.3%;
}
.footerVente ul li img {
  width: 20px;
  margin: auto;
}

.footerMobile ul li img{
  height: 25px !important;
  margin: auto;
}
.footerVente ul a,
.footerMobile ul a {
  font-size: 0.6rem;
  display: grid;
  text-align: center !important;
}

.quickAccess .gridButton {
    border: 0;
    min-height: 300px;
    width: 100%;
    margin: 1rem 0;
    background: rgb(187, 187, 187);
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 500;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.quickAccess .gridButton span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.quickAccess .gridButton p{
    position: relative;
    z-index: 9;
}
button.adposter.type2 {
    position: relative;
    top: 0;
    font-size: 1rem;
}
.navbar-light img.helloIcon {
    height: 18px;
    margin-right: 5px;
}
.ptGreetings h3,
.ptGreetings p{
  color:#fff !important;

}
.ptGreetings a button {
    color: white;
    background: #ffffff00;
    border: 1px solid white;
    bottom: 1rem;
    padding: 0.25rem 1rem;
}
li.new p {
    margin: 0;
    margin-left: 1.5rem;
    font-size: 0.9rem;
}
.indexSlide a img {
    width: 100%;
    margin: 0.5rem;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,1);
}
nav.navbar {
    padding: 0;
}
a.nav-link {
    padding: 0.75rem 0.5rem !important;
}
.nav-link:hover {
    color: rgb(255 255 255) !important;
    background: #0175b5;
}
.nav-link:hover img {
  filter:invert(1);
}

button.adposter.mob {
    position: fixed;
    bottom: 61px;
    top: unset;
    z-index: 999;
    border-radius: 0;
} 
.pagination {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 0.5rem 1rem;
    background: #f1eeee00;
    border-radius: 3px;
    color: #000;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.pagination a,
span.current-page {
    color: #fff;
    background: #0175b5;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    text-align: center;
    border-left: 1px solid #00000021;
    border-right: 1px solid #00000021;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.pagination a:last-child {
    width: auto;
    padding: 0.5rem;
}
span.current-page{
    background: #b40101;
    width: unset;
    min-width: 40px;
    padding: 0.5rem !important;
}
.hsVideo iframe {
    width: 100% !important;
}
button.bkme {
    padding: 0.125rem 1rem;
    border: 1px solid #c4c4c4;
    border-radius: 500px;
    margin-bottom: 1rem;
}
button.bkme a {
    font-size: 1rem;
    color: #3f3f3f;
}
button.loginBtn {
    padding: 0.75rem 2rem;
    margin-top: 1rem;
    background: #0175b5;
    color: #fff;
    border: 0;
    border-radius: 3px;
}
/* Media */

@media (max-width: 991.98px) {
  button.adposter {
    position: unset;
}
.news-item h5 {
    width: 90vw;
  }
  button.adposter.mob {
    display: block;
}
.indexSlide a img {
    width: calc(100% - 1rem);
    margin: 0.85rem 0.5rem 0.5rem 0.5rem;
}
  .adtype3 img {
    height: 140px;
}
a.connectIcon{
  display: block;
}
h1.title {
  font-size: 1.25rem;
  color: rgb(180, 1, 1);
  margin-bottom: 1rem;
      margin-top: 0.5rem;
}
.quickAccess .gridButton {
    min-height: 70px;
    margin: 0.5rem 0;
}
  .gapA h2 {
    margin-left: -0.5rem !important;
}
  .catSection {
    padding: 1.5rem;
  }
  .catSection .card-body h5.card-title {
    margin-left: 4px;
}
.catSection a h2.stitle {
    margin-left: -0.5rem;
    margin-bottom: 0.25rem;
}
.gapA h2.stitle {
    margin-bottom: 0.0;
}
  div#popDemo {
    width: 90%;
    height: 90vh;
    top: 5vh;
    left: 5%;
  }
  .bigOne .welcomeProfile ul li {
    margin: 0 1rem 1rem 0;
    max-width: calc(33% - 1rem);
    min-width: calc(33% - 1rem);
    line-height: 1rem;
  }

  .welcomeProfile ul.listerSell li {
    min-width: calc(100% - 1rem) !important;
    max-width: calc(100% - 1rem) !important;
  }
  .bigOne .welcomeProfile ul li img {
    display: block;
  }
  .footerVente {
    display: block;
  }
  header {
    margin-bottom: 0;
    padding-top: 0;
  }

  .logo {
    text-align: center;
  }

  .logo img {
    width: 135px;
  }

  .dektopOnly {
    display: none;
  }

  a.mobileNavOpen {
    display: block;
  }

  .news-item img.mImgLeft {
    width: 100px;
    margin-right: 1rem;
    height: 100px;
    float: left;
    object-fit: cover;
    transform: scale(0.9);
  }

  .bigOne .news-item img.mImgLeft {
    transform: scale(1);
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
  }

  a.adbtn img {
    display: block;
  }
  .card-body.forAds.grid {
    width: 100%;
    margin-right: 0rem;
  }
  .previewHolder {
    transform: scale(0.8) translateY(-50px);
    margin-bottom: -100px;
    z-index: -1;
  }

  .listerOffre li,
  ul.listerSell li,
  .listerOffre .adtype2 {
    width: 100%;
  }

  .guider {
    top: 55px;
  }

  .simp .holdPost:nth-child(1) {
    width: 100%;
    float: unset;
    margin-left: 0;
  }

  .simp .holdPost:nth-child(1) img,
  .simp .holdPost:nth-child(2) img,
  .simp .holdPost:nth-child(3) img {
    width: 100px;
    height: 100px;
  }
  .simp .holdPost:nth-child(2),
  .simp .holdPost:nth-child(3) {
    width: calc(100% - 2rem);
    float: unset !important;
  }
  .simp.archiveCat .holdPost {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .simp .holdPost:nth-child(1) img {
    width: calc(100% + 1rem);
    height: 250px;
    margin-left: -1rem !important;
  }
  .simp.archiveCat .holdPost:nth-child(1) img {
    width: calc(100% + 2rem);
  }
  .holdPost {
    display: table;
    margin-bottom: 0.5rem
}
}
