

  * {margin: 0; padding:0;}

  body{ padding: 0; margin: 0; font-family: 'Poppins', sans-serif;}

  /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap'); */

  /* font family  */

   /* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* new */

.navbar-toggle {
  border: none;padding:0;
  background: transparent !important;

  &:hover {
    background: transparent !important;
  }

  .icon-bar {
    width: 22px;
    transition: all 0.2s;
  }
  .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .middle-bar {
    opacity: 0;
  }
  .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
}

.navbar-toggle.collapsed {
  .top-bar {
    transform: rotate(0);
  }
  .middle-bar {
    opacity: 1;
  }
  .bottom-bar {
    transform: rotate(0);
  }
}
/* new */

.navbar-toggle .icon-bar {
    display: block;
    width: 30px !important;
    height: 3px !important;
    border-radius: 1px;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin: 6px 0 4px 0 !important;
}

ul.nav.navbar-nav.navbar-right .before-login {
    margin:1px 15px 0 0px !important;
}

  /* END Font family */

  h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; }

  p{font-family: 'Poppins', sans-serif;}

  a{font-family: 'Poppins', sans-serif;}

  li {font-family: 'Poppins', sans-serif;}

  section.menu-wraper {
    color: #333;
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    width: 100%;
    z-index: 99;

    }

#search-list {
    width:100% !important;
}

  .table tr:first-child td{ border-top: none; }

  .mt-25 { margin-top:25px; }

  .pd-0 {padding-left:0px !important;}

  .pd-1 { padding:0 !important; }

  .red {color: #F60100;}

  .pd-80 {padding: 40px 0;}

div#accordion a {
    color: #333;
}



  /************************** Image preview   ***************************/

  .image-height.active .on_active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(https://postimg.cc/Xr7v1vb3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.image-height .on_active {
    height: 100%;
    width: 150%;
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: -25%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
    cursor: pointer;
}

.image-get {
    background-color: cadetblue;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-get [type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-height img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.image-height.active .plus-icon {
    opacity: 0;
}
.image-height .plus-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    object-fit: unset;
    opacity: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.image-get {
    background-color: cadetblue;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.box.\32 nd-box {
    left: 73px;
    position: relative;
}


.invalid-feedback {
    color: #f60100;
    text-align: left;
    float: unset;
    font-size:12px;

}

 span.invalid-feedback.register-error {
    margin: 15px 0 0 0;
}

.register-page .invalid-feedback {
    margin: 3px 0 0 0px;
}


.box {
    display: block;
    min-width: 250px;
    height: 175px;
    margin:0 0 0 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
}

.image-height img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.image-height.active:hover .on_active {
    visibility: visible;
    opacity: 1;
}
.image-height .on_active {
    height: 100%;
    width: 100%;
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: 0%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
    cursor: pointer;
}

.image-height {
    height: 175px;
    position: relative;
}

.para-category.lastPG {
    padding-top: 10px;
}










/* // END Image Preview  */


  .banner-wraper img {width:100%;min-height: 400px;max-height: 400px;object-fit: cover;}

  .banner-wraper {position: relative;padding:0px 0 20px 0;}

  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background: transparent !important;color: #222;}

 .nav>li>a {
    color: #002540;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

 ul.nav.navbar-nav.navbar-right .glyphicon {
    border: 2px solid #ed0d73;
    color: #ed0d73;
    padding: 7px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin:3px 0px 0 20px;
}

li.after_line {
    position: relative;
}

li.after_line::after {
    position: absolute;
    content: '|';
    width: 0;
    height: 0;
    top: 15px;
    left: 64px;
    right: 0;
    bottom: 0;
    color: #333;
    font-weight: 700;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 25px !important;
    width: 100%;
}


 ul.nav.navbar-nav .btn {
    background: transparent;
    border: 2px solid #f72221;
    border-radius: 30px;
    padding: 10px 30px;
}

.panel-group .panel .panel-heading {
    background: #ddddddb0;
}

form.search_form {
        background: #b1b1b1;
        width: 100%;
        padding: 8px 0px 53px 16px;
        border-radius: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff !important;
}

  a.navbar-brand img {
    width: 70%;
}

.from-wraper h4 {
    color: #002540;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}



 .from-wraper h6{font-size: 18px;color: #002540;padding: 5px 0;margin-bottom: 1em;}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {

    background: #fff;
}


.from-wraper {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    z-index: 9;
}

  .nav>li>a.btn:hover {
    background: #F60100 !important;
    border: 2px solid #F60100;
    border-radius: 0px;
    padding: 10px 30px;
    color:#fff;
}



 ul.nav.navbar-nav {font-family: 'Poppins', sans-serif;
    margin: 30px 0 0 0;
  }

  .from-wraper select, .from-wraper input {
    border: none;font-family: 'Poppins', sans-serif;
 }

 .from-wraper .btn {
    text-transform: uppercase;
    width: 100%;
    position: relative;
    background: #ed0d73;
    left: -1px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    border-radius: 0px;
}

 .service_wraper {
    background:#f5f5f5;
    padding: 20px 0 20px 0;
    }

 .inner-serivce {text-align: right;overflow: hidden;}


select.form-control.select_cat {
    position: relative;
    border-radius: 30px 0px 0 33px;
}


.service_wraper .head-title h1 {
    font-size: 40px;font-family: 'Poppins', sans-serif;
    font-weight: 800;margin: 0;
    color: #002540;
}

.service_wraper .head-title h2 {
    font-size: 20px;
    padding: 0px 0 40px 0;
    text-align: center;
}


.service_wraper .head-title a {
    text-decoration: underline;
}

.inner-serivce img {
    width: 100%;
    overflow: hidden;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}



 .inner-serivce h3 {
    position: absolute;
    bottom: 30px;
    font-weight: 800;
    right: 60px;
    color: #FFF;
    font-size: 16px;
    background: #002540;
    padding: 10px 20px;
}

 .para-title p {font-size: 20px;line-height:28px;margin-bottom: 2em;padding: 0;font-weight: 600;color: #002540b8;}


 .para-title h4 {font-size:26px;margin: 0 0 40px 0;font-weight: bold;color: #002540;font-family: 'Poppins', sans-serif;}

/*  Accordian card  */

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #002540;         /* adjust as needed */
    font-size: 13px;
    transform: rotate(-90deg);
}
.accordion-toggle.tabIcon .accordion-toggle:after{
    transform: rotate(0deg);   
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

 .panel-title .accordion-toggle {color: #002540;letter-spacing: 1px;font-weight: bold;}


   .footer_wraper {background: #002540;padding:60px 0;border-bottom: 1px solid #6d6868;font-family: 'Poppins', sans-serif;}

   .copyright_section {background: #002540;font-family: 'Poppins', sans-serif;padding: 22px 0 0 0;}

  .important-links ul li {display:inline-block;padding: 8px 0 0 0;}

  .important-links li a{color:#fff;font-size:14px;padding: 0 10px 0 10px;
        text-decoration: none;font-family: 'Poppins', sans-serif;border-right: 1px solid #807e7e;}

  .copyright_section { color:#fff; }

  .social-icons ul li{display: inline-block;}

  .social-icons ul li a{font-size:20px;border-radius:50%;border: 1px solid #ddd;width: 40px;height: 40px;display: table-caption;text-align: center;padding: 5px 0 0 0;color: #fff;}

  footer.footer_wraper h4 {
    font-size: 40px;
    color: #fff;font-family: 'Poppins', sans-serif;
    padding: 0 0 20px 0;
}

 .copy-right {
    padding: 10px 0 0 0;
  }

.important-links li:last-child a {
    border-right: none;
}

.important-links {
    background: #0c3756;
    padding: 10px 0;
}


.panel-default>.panel-heading {
}

.panel-body td {
    font-weight: 600;
    color: #002540;
    border: 0 !important;
}

a.navbar-brand img {
    width: 220px;
}
section.bread_wraper.login-breadcrame {
    margin: 60px 0 0 0;
}

  .bread_wraper {margin:0px 0 0 0;
     background:#f5f5f5;
     padding: 12px 0 0 0;
  }

  .bread_wraper ul li{ display:inline-block; padding:0 0px; font-family: 'Poppins', sans-serif;}

  .bread_wraper ul li a {font-size:16px;color: #f60100;font-family: 'Poppins', sans-serif;}

  .bread_wraper ul li {font-size:16px;color: #002540;font-family: 'Poppins', sans-serif;}

  .login-wraper { padding:60px 0; font-family: 'Poppins', sans-serif;}

  .iner-login h4 {font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 10px 0 20px 0; }

 form.login-form input {
    height:auto;
    padding: 14px 21px;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    width: 100%;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #f3ecec;
}

.iner-login span {
    color: #f60100;
}

.iner-login {
    background: transparent;
    padding: 30px;
    box-shadow: 0px 10px 20px #dddddd69;
    border-top: 4px solid #002540;
}

form.login-form .btn {
    background: #002540;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}

.alrady_reg a {
    color: #2578b5;
    font-weight: 800;
    text-decoration: revert;
}

.alrady_reg h5 {
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #d2d2d2;
    padding: 20px 0 9px 0;
}

span.cirlcle-spl {
    background: red;
    width: 60px;
    height: 60px;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    top: -34px;
    margin: 2px 0px 0px -28px;
    font-weight: 800;
}


  .result-display {padding: 10px 0 20px 0;}

  .inner-cate {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0px;
    margin: 1em auto 0 auto;
}

.top-level {
    margin: 0;
}

     .cat-img {
               display: block;
    position: relative;
    width: 150px;
    min-width: 150px;
    height: 136px;
    min-height: 136px;
    overflow: hidden;
     }

    .cat-right h5 {
        font-size: 12px;
        padding: 0px 0 0 0;
    }

    nav.pagination-wrap {
        margin: 44px auto 0;
        display: block;
        text-align: center;
    }

  .cat-right h2 {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 15px 0px;
    font-weight: bold;
    color: #002540;
  }

  .cat-right p { font-size:14px;line-height:28px; }

  .pagination-wrap a.active {
    background: #337ab7;
    color: #fff;
  }


   .pd-right {
    padding-right: 0px !important;
  }


.cat-img img {position: absolute;width: 100%;height: 100%;/*-o-object-fit: cover;object-fit: cover;*/}

 .post-ad-wraper { font-family: 'Poppins', sans-serif;padding:60px 0; }

 .login-form select { border:none; height: auto;}

  .login-form select, .login-form textarea {
    border: none;
    height: auto;border: 1px solid #f5f5f5;
    padding: 14px 40px;
    margin: 0 0 10px 0;
    box-shadow: none;
  }

  form.login-form label {
    text-align: left;
    width: 100%;
    padding: 5px 0px 10px 5px;
    color: #555;
 }

 .iner-login.post-ads .btn {
    width: 200px;
    margin: 0px 0 0px 0;
}

label#whats img {
    width: 50px;
}


span.whtsapp {
    position: absolute;
    left: 35px;
    top: -17px;
}

input.com-only {
    position: relative;
    right: 48%;
    top: -1px;
}

p.publish {
    position: absolute;
left: 55px;
margin: -22px 0 0 18px;
overflow: hidden;
font-size: 12px;
}


 p.publish a {
    color: #0e86de;
    text-decoration: revert;
}

 .posted-page-right { background:#555;padding:20px;font-family: 'Poppins', sans-serif;}

 .posted-page-right h5 { border-left: 4px solid blue; padding:5px 0;}



 .inner-wraper-posted {font-family: 'Poppins', sans-serif;
    border-right:none;position:relative;
    padding: 0 30px 0 0px;
}

 .inner-wraper-posted::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 350px;
    top: 0;
    background: #ddd;
    right: 0;
}

.inner-wraper-posted h1 {
    padding: 0px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
}

.inner-wraper-posted ul {
    margin: 0 0 20px 0;
}

.posted-page-right {
    background: transparent;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #002540;
    margin-top: 2em;
}

 .posted-page-right h5 {
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    background: #fff;
    padding: 0px 0px;
    margin: 0 0 0px 0;
    border-left: none;
}


.posted-page-right input, .posted-page-right textarea {
    border: 1px solid #ddd;
    margin: 14px 0;
    box-shadow: none;
}
.posted-page-right .btn {
    width: 100%;font-family: 'Poppins', sans-serif;
    background: #0c3756;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.inner-wraper-posted p {
    font-size: 14px;font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin: 25px 0 0 0;
    overflow: hidden;
}

.call_num a {
    font-family: 'Poppins', sans-serif;
    background: #0c3756;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.whatsapps a {font-family: 'Poppins', sans-serif;
    background: #2eab65;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.call_num a:hover { color:#fff; }

.whatsapps a:hover { color:#fff; }

 .follow-us h4 { font-family: 'Poppins', sans-serif;font-size:20px; padding:10px 0;color:#333;}

 .follow-us a{color:#222;font-family: 'Poppins', sans-serif;}

 .follow-us h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: #002540;
    background: transparent;
    padding: 10px 0px;
    font-weight: 600;
    margin: 30px 0 5px 0;
    border-left: none;
 }

 .wrapper {
    position: relative;
    left: 22px;
    top: 10px;
}

 .follow-us i {
    color: #002540 !important;
}

.inner-smilar {
    margin: 0px 0;
}

.inner-smilar img {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
}

.inner-smilar-content p {
    font-size: 14px;
    line-height: 28px;
}

.inner-smilar-content {font-family: 'Poppins', sans-serif;
    padding: 0 10px;
}
.inner-smilar-content h4 {
    font-weight: 600;
    font-size: 16px;font-family: 'Poppins', sans-serif;
}


.inner-smilar-content h5 {
    color: #002540;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    padding: 5px 0 0 0;
}



.cat-right a {font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
    color: #333;
}


form.search_form .glyphicon {
    position: absolute;
    color: #00254080;
    left: 15px;
    z-index: 1;
    top: 15px;
}


section.service_wraper p {
    font-size: 15px;
    line-height: 28px;
    margin: 25px 0 0 0;
    text-align: justify;
}


 .panel.panel-default {
    border: none;
    box-shadow: 0px 2px 4px #ddd;
    margin: 10px 0;
}

form.login-form .fa-phone-volume {
    position: absolute;
    left: 33px;font-size:18px;
    top: 17px;
    color: #777;
}

 input.phne-num.form-control {
    padding: 14px 41px;
}


 .alrady_reg {
    margin: 20px 0 0 0;
}

form.login-form .glyphicon {
    position: relative;
    left: 14px;
    top: 35px;
    line-height: 21px;
    z-index: 99;
    text-align: left;
    display: table;
    color: #777777;
}

.passwrd-declear ul li {
    list-style: disc;
    line-height: 25px;
}
.passwrd-declear ul {
    margin: 0 18px;
    padding: 0;
}
.passwrd-declear {
    background: #fafafa;
    padding: 20px;
    margin: 10px 0;
    border-left: 4px solid #ddd;
}


form.login-form.sign-in-page input {
    margin: 0px 0 15px 0;
}

 .forget-pass input { margin-bottom:0px; }

 input.com-only.whatsapp-cls {
    top: 10px;right: 153px;
}

.form-group.terms-conditon {
    text-align: left;
    padding: 1px 0 60px 0px;
}

form.login-form.sign-in-page .fa-eye {
    position: absolute;
    right: 0;
    margin: -33px 55px 0 0px;
}

 .eye-class i {
    position: absolute;
    right: 0;
    margin: -35px 55px 0 0px;
}

 section.result-display h4 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 0px 0;
    width: 100%;
    margin: 10px auto;
}

.odd-div {
    font-family: 'Poppins', sans-serif;
    border: 1px solid #f60100;
}

.even-div {font-family: 'Poppins', sans-serif;border: 1px solid #ddd;}

.pd-left {
    padding-left: 0px !important;
}

 span.age-clear {
    border: none;
    padding: 5px;
}


 #triangle-left {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 60px solid #f60100;
    border-bottom: 60px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

section.similar-section {
    padding: 0 0 20px 0;
}

span#triangle-left strong {
    margin: 0px 0 0px 34px;
    transform: rotate(
45deg
);
    position: relative;
    display: block;
    color: #fff;
    font-weight: 800;
}



section.banner-wraper.internal-wraper img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}



  .inner-wraper-posted ul li { display:inline-block; list-style: none;}

  .inner-wraper-posted ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 10px 10px 0px;
 }

.inner-wraper-posted .glyphicon {
    color: #f60100;
}


div#myCarousel img {
    margin: auto;
    max-width: 600px;
    max-height: 340px;
    padding: 0 0 0 0;
    /*padding: 13px 0 0 0;*/
 }

 .inner-wraper-posted .carousel-inner .item {
    height: 350px;background: #efefef;
}


 div#myCarousel .glyphicon {
    color: #fff;
    opacity: 1;
    font-weight: 300;
}


.right-wraper h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 800;
    margin: 0 0 15px 0;
}

 .safty-tips { border:1x solid #ddd; padding:20px;}

 .safty-tips li {
    padding: 10px;
    line-height: 25px;
    list-style: none;
    background: #f5f5f5;
    margin: 10px 0;
}

.safty-tips h4 {
    font-size: 18px;
    padding: 0 0 0px 0;
}

 .safty-tips {
    margin-top: 5px;
    border: 2px solid #ddd;
    padding: 13px;
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
 }

.post-free-ads h3 {color:#fff;
    font-size: 30px;font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

section.post-free-ads {
    background: #002540;
    padding: 20px 0;
}

input.photo-frame {
    height: 160px;
    width: 200px;
    border: 4px solid #ddd;
    display: block;
    line-height: 160px;
    padding: 0 5px;
}

form.post-ad-form .form-group {
    margin-bottom: 3em;
}

form.post-ad-form .btn {
    background: #002540;
    border: none;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}


.accept-photo p {
    font-size: 13px;
    line-height: 29px;
    color: #2720209e;
}

.subit-ad { display:none; }

 .search-bar{display:none;width: 50px;}

 .cat-right {
    padding: 0px 8px;
    margin: 0 0 0 -18px;
 }

.posted_page_wraper {
    padding: 40px 0 20px 0px;
}

 .posted-page-right h5{ font-size:20px; }

 span.plus-91 {
    position: absolute;
    border-right: 2px solid #ddd;
    line-height: 33px;
    padding: 0 8px 0px 0;
    left: 22px;font-weight: 400;
    color: #555;
}

.phone-no { padding:6px 50px !important; }

 .para-category { padding:40px 0; }

.para-category p {
    font-size: 12px;
    line-height: 25px;
    padding: 0 0px;
    color: #444;
    text-align: left;
    margin: 0 0 12px 0;

     }

     .gray-bk {
    background: #fff;
    padding: 20px;
}

section.para-category h1 {
    margin: 5px 0 15px 0;
    font-size: 15px;
    font-weight: 600;
}


 form.login-form .plus-91 {
    padding: 0px 15px 0 3px;
    font-size: 18px;
    line-height: 52px;
}

form.login-form input.reg-phone.form-control {
    padding: 14px 80px;
    margin: 0px 0 0 0;
}

.reg-group {
    position: relative;
    top: 10px;
}

.search_form select.form-control {
    border-radius: 0px;
}


 .total-results-l {float: right;
    font-size: 14px;
    position: absolute;
    right: 12%;
    margin: -43px 0 0 0;}

 .carousel-control.left {
    background-image: none;
    background-image: -o-none;
    background-image: -webkit-none;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}


 .carousel-control.right {
    background-image: none;
    background-image: -o-none;
    background-image: -webkit-none;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

 form.search_form input, form.search_form select { height:45px;padding: 10px 35px; }


form.search_form input {
    border-radius: 0;
}

.navbar-toggle { margin-top:0px !important;z-index: 99999; }

span.glyphicon.camera-img.glyphicon-camera {
    position: absolute;
    right: 10px;
    background: #3333337a;
    color: #fff;
    padding: 5px;
    top: 105px;
}


div#deleteModal {
    margin: 80px 0 0 0;
}

div#deleteModal .close {
    position: relative;
    top: -18px;
    color: #333;
    opacity: 1;
}

/* cehckbox  */

 .delyet {  display:none; }

  span.incove {
    position: relative;
    left: 10px;
    font-weight: 300;
}

span.incove i {
    margin: 0 5px 0 5px;
    color: #f50100;
    font-size: 20px;
}


span.date-herr {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 2px 15px;
    background: #fff;
    position: relative;
    bottom: 2px;
}

.modal-dialog {
    /*width: 35% !important;*/
    width: 35% ;
    margin: 30px auto;
}

.modal-header {
    padding: 12px 20px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
}

form.login-form p {
    font-size: 12px;
    padding: 0 -1px;
    margin: -23px 0 0px 21px;
}

div#form-login .invalid-feedback {
    position: relative;
    top: 0px;
}

form.login-form.forget-pass .invalid-feedback {
    position: relative;
    bottom: 10px;
}

form.login-form.forget-pass .eye-class i {
    position: absolute;
    right: 72px;
    margin: -32px -11px 0 0;
}

form.login-form.forget-pass .btn {
    margin: 20px 0 0 0;
}

.iner-login.reset-password .form-group {
    margin: 0;
}

form.login-form.forget-pass .invalid-feedback {
    position: relative;
    top: 0px;
}


section.post-free-ads.edit-ads-page {
    margin: 23px 0 0 0;
    display: inline-block;
    width: 100%;
}

.edit-add-title h2 {font-size:16px;
    margin: 0px 0 10px 0px;
}

section.edit-page-wrap {
    padding: 30px 0;
}
div#form-login form.login-form.sign-in-page input {
    margin: 0;
}
.gray-bk.staticPG h1 {
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 20px;
}
.find-ads-wraper.list-BottomSec {
    padding-top: 10px;
}
.customHR {
    margin-top: 30px;
}
.para-category.paraCategory {
    padding-top: 0;
}
.allAdsSpacing {
    padding-top: 25px;
}









































































/**********************************************  // Mobile Device  ****************************************************/



 @media screen and (min-width: 320px) and (max-width: 767px) {

    .edit-post-page input.com-only.whatsapp-cls {
    top: 6px;
}

.edit-post-page span.whtsapp {
    top: 10px;
}



.edit-add-title h2 {
    margin: 0px 0 25px 0px;
    font-size: 15px;
    font-weight: 300;
}
  .edit-post-page label#whats {
    margin: 40px 0 0 0;
    top: 0;
}

  span.invalid-feedback.register-error {
    margin: 10px 0 0 0;
}

form.login-form.forget-pass .invalid-feedback {
    position: relative;
    top: 0px;
}

form.login-form.forget-pass .eye-class i {
    position: absolute;
    right: 35px;
}

    .eye-class i {
    position: absolute;
    right: 0;
    margin: -30px 30px 0 0px;
}

.invalid-feedback {
    text-align: right;
    font-size: 12px;
}


  form.login-form.sign-in-page .fa-eye {
    margin: -46px 33px 0 0px;
}


    .post-free-ads h3{margin:0px;}

  .important-links li a {
    border-right: none;
}

.form-group.terms-conditon p {
    margin: -25px 0 0 22px;
}

form.login-form .plus-91 {
    line-height: 48px;
}


.footer_wraper { padding:40px 0; }

.important-links ul li{display:block;}

    .limit-char {
    position: absolute;
    top: -22px;
}


p.text-sm.text-gray-700.leading-5.text-start.text-lg-end.mt-3.mt-lg-0 {
    text-align: center;
}

.form-group.only-cat label {
    margin: 20px 0 5px 0px;
}

.box {
    width: 250px;
    min-width: 250px;
    margin: 10px auto;
}

.inner-cate {
    margin: 0 0 10px 0;
}

form.login-form p {
    margin: 0px 0 0px 33px;
}

form.login-form.forget-pass p {
    font-size: 12px;margin: 0;
    line-height: 22px;
}

.bread_wraper {
    margin: 0px 0 0 0 !important;
}

span.cirlcle-spl {

    background: red;
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    margin: 2px 0px 0px -20px;
    font-weight: 800;
}


 .mt-25 {
    margin-top: 0;
}

    div#myCarousel img {
    margin: auto;
    max-width: 100%;
    max-height: 209px;
    padding: 6px 5px 8px 5px;
}

.right-wraper {
    margin-top: 2em;
}

    .left-sidebar {
    display: none;
}

.delyet {  display:block; }

div#myNavbar li a {
    color: #fff;
    font-size: 14px;
}

.delyet {
    position: relative;
    left: 15px;top: 10px;
}


    .search-bar-hide { display:none; }

    .search-bar-show { display:block; }

   .dashboard-wraper {
    font-family: 'Poppins', sans-serif;
    background: #efeeee;
    padding: 30px 0;
}

    .add-image label {
    text-align: center !important;
}

 li.my-account a{ color:#fff; }

 .search-bar {
    left: unset;

  }

  li.my-account a {
    color: #fff !important;
  }

    section.para-category h1 {
    margin:0 0 10px 0;
    font-size: 16px;
}

.border {
    border: none;
    display: contents !important;
    width: 100% !important;
    height: 170px;
}

.add-image {
    border: 1px solid #ddd;
    display: block;
    height: 170px;
    overflow: hidden;
    margin: 0px 0 15px 0;
}

.add-image a { bottom:1px !important; }

img#output {
    width: 113px;
    margin: 5px 0 0px 0 !important;
    height: 100px;
}

.add-image {
    border: 1px solid #ddd;
    display: block;
    height: auto;
    overflow: hidden;
    margin: 10px 0 0 0;
}

 .nav>li>a:focus, .nav>li>a:hover {
    background: transparent !important;
    color: #fff;
 }

div#myNavbar {
    position: absolute;
    top: 70px;
    right: 0;
}

ul.nav.navbar-nav .btn {
    border: 2px solid #f1eeee !important;
    background: transparent;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 9px 7px!important;
    top:8px;
    font-size: 14px;
    padding: 10px 7px;
}

.nav>li>a.btn:hover {
    background: #F60100 !important;
    border: 2px solid #F60100 !important;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
}

     .total-results-l {float: none;
    font-size: 14px;
    position: relative;
    right: 0;
    margin: 0;
    top: -56px;}


    #search-list li {

    position: relative;
    z-index: 999;
 }

#search-list li .search-list b.search-text-bold {
	color: #F60100 !important;
}

a.subit-ad:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.dropdown-menu>li>a {
    font-size: 13.5px;
}

 .search_form select.form-control {
    border-radius: 0;
 }

#search-list {
    width: 100% !important;
    overflow: auto;
    height: 100px !important;
}


ul.nav.navbar-nav {
    font-family: 'Poppins', sans-serif;
    background: #0c2f48;
    padding:12px 22px 30px 12px;
    color: #fff;
    width: 222px;
    right: 0;
    position: relative;
    float: right;
    margin: 0;
}


.second-new-menu ul.nav.navbar-nav {
    background: transparent;
}


ul.nav.navbar-nav.navbar-right .glyphicon {
    border: 2px solid #ed0d73;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 16px;
    right: 0;
    margin: 3px 16px 5px 0px;
}

div#myNavbar ul.nav.navbar-nav span.glyphicon.glyphicon-user {
    display: none;
}

.inner-wraper-posted ul li {
    display: initial;font-size:12px;
}

 form.login-form input{ font-size:13px; }

.inner-wraper-posted .pull-right {
    float: left !important;
}

.posted-page-right h5 { font-size:15px; }

 .carousel-control.left, .carousel-control.right{
    background-image: none !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
 }

span.whtsapp {
    position: relative;
    left: 25px;
    top: -50px;
}
.accept-photo p {
    text-align:right;
    font-size: 10px;
    line-height: 29px;
    color: #f40100;
}
  .post-ad-wraper {
    font-family: 'Poppins', sans-serif;
    padding: 31px 0;
}


.para-category {
    padding: 0px 0 10px 0;
}

.para-category p {
        font-size: 12px;
    line-height: 20px;
    padding: 0 0px;
    color: #444;
    text-align: justify;
    margin: 0px 0 15px 0;
  }

.row.no-result {
    padding: 7px 0 0 10px;
}
.gray-bk {
    background: #fff;
    padding: 10px;
}


.inner-wraper-posted{ padding:0; }

  .used-mobile {z-index:99999;
    display: inline-flex;
    position: fixed;
    bottom: -20px;
    width: 100%;
    left: 0;
}

.width-100 {
    width: 100%;
}



.used-mobile a {
    font-size: 14px;
}

    .inner-smilar img {
    width: 100%;
    min-height: 125px;
    max-height: 125px;
    object-fit: cover;
}


  .top-level {
    margin: 0;
}

.safty-tips li {
    padding: 5px;
    line-height: 18px;
    list-style: none;
    background: #f5f5f5;
    margin: 5px 0;
    font-size: 12px;
}

   span#triangle-left strong {
    margin: -2px 0 0px 13px;
    transform: rotate(
45deg
 );
    position: relative;
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 10px;
}

nav.pagination-wrap {
    margin: 10px auto 0;
    display: block;
    text-align: center;
}

.footer_wraper {
    background: #002540;
    padding: 30px 0;
}

#triangle-left {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 30px solid #f60100;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
   .banner-wraper {padding: 0px;
    position: relative;

}

.cat-img img {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
}

.search-bar .glyphicon {
    margin: 0 0 0 0;
}

.search-bar {
    /* position: relative; */
    font-size: 22px;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 44%;
    right: 120px;
    left: unset;
}

  .search-bar{display:block;}

 .subit-ad {
    display: block;
    border: none;
    width: 100%;
    margin: auto;
    font-size: 12px;
    padding: 12px 40px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    /*top: -10px;*/
    background: #002540;
 }


      li.after_line::after {
        top: 10px;
    }

    .service_wraper {
        background: #fafafa;
        padding: 0px 0 20px 0;
    }

    section.result-display h4 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 8px 0px;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    }

    .result-display {
        padding: 5px 5px;
    }

.right-wraper h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin: 0px 0 15px 0;
    text-align: center;
}

section.similar-section {
    padding: 5px;
}

    form.post-ad-form label {
    padding: 5px 0 0px 0px;text-align: left;
    display: block;
}

input.read-only {
    margin: 0 0 20px 0;
}

label#whats {
    margin: 10px 0 0 0;
}

input.com-only.whatsapp-cls {
    top: 9px;
    right: 124px;
}

.locality-label {
    margin: 20px 0 0 0;
}

form.post-ad-form .form-group {
    margin-bottom: 20px;
}

 .important-links li a {font-size:12px;}

.iner-login {box-shadow:none;
    padding: 10px;
}

.city-label {
    margin: 0px 0 0 0;
}

input.photo-frame {
    height: auto;
    margin: 10px 0;
    width: 100%;
    border: 4px solid #ddd;
    display: block;
    line-height: 160px;
    padding: 0 5px;
}

span.age-clear {
    border:none;
    padding: 2px 5px;
    font-size: 12px;
}

.cat-right p {
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}



    .cat-right h2 {
    font-size: 12px;
    margin: 0;
    padding: 0px 0 1px 0px;
    font-weight: bold;
    color: #002540;
    line-height: 20px;
}


.inner-smilar-content h5 {

    font-size: 12px;
}

.inner-smilar-content h4 {
    margin: 0;
    font-size: 12px;
    padding: 0px 0 0px 0px;
    font-weight: bold;
    color: #002540;
    line-height: 23px;
}

.inner-smilar-content h5 {
    padding: 0px 0 0 0;
}

.inner-smilar-content p {
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner-wraper-posted p {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    text-align: justify;
    margin: 10px 0 0 0;
}


 .social-icons ul li a {
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    display: table-caption;
    text-align: center;
    padding: 5px 0 0 0;
    color: #fff;
}

  /*.inner-cate{margin:0px;}*/

     .cat-right {
    padding: 0 15px;
}

     .hidden-mobile { display:none; }

     input.phne-num.form-control {
      padding: 14px 41px;
      margin: 0 0 12px 0;
   }

    .alrady_reg p {
      font-size: 12px;
   }

 .alrady_reg h5 {
    font-weight: 600;
    font-size: 12px;
    border-top: 1px solid #d2d2d2;
    padding: 20px 0 9px 0;
}

p.publish {
    position: relative;
    left: 0;
    margin: -23px 0 0 17px;
    font-size: 13px;
    line-height: 24px;
}

.form-group.terms-conditon {
    text-align: left;
    padding: 1px 0px 20px 0px;
 }

 .alrady_reg:nth-child(1) p{
    display:none;
 }


.iner-login h4 {
        font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding: 20px 0 0px 0;
}


   footer.footer_wraper h4 {
    font-size: 24px;
}

   .panel-title .accordion-toggle {

    font-size: 15px;
}

.important-links ul li {
    display: block;
    padding: 8px 0 0 0;
    text-align: left;
}

.important-links li a {
    color: #fff;
    font-size: 14px;
    padding: 0 0px 0 10px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    border-right: none;
    border-left: 1px solid #4488b9;
    margin: 0 10px;
}

.copy-right.text-right {
    text-align: center;
}
.social-icons.text-left {
    text-align: center;
}

        .panel-group .panel+.panel {
        margin-top: 15px !important;
        }

        form.search_form { position: relative;
    background: #002540;
    top: -35px;
    left: 15px;
    display: block;
    margin: 0 0 20px 0;
    width: 90%;
    display: none;
    padding: 20px;
    border-radius: 0;
        }

        select.form-control.select_cat {
    position: relative;
    border-radius: 0;
}

form.search_form input, form.search_form select {
    padding: 12px 40px;
    -webkit-padding: 12px 40px;
    -o-padding: 12px 40px;
    -moz-padding: 12px 40px;
    height: auto;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    background:#fff;
    -webkit-background:#fff;
    -o-background:#fff;
    -moz-background:#fff;
}

.discription p {
    font-size: 12px;
    line-height: 23px;
}

.banner-wraper img {
    width: 100%;display:none;
    min-height: 160px;
    max-height: 160px;
    object-fit: cover;
}

section.service_wraper p {
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0 0 0;
    text-align: justify;
}

.from-wraper {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0;
    bottom:-33px;
    left: 0;
    right: 0;
    border-radius: 0;
    z-index: 99999;
}

.from-wraper h4 {
    font-size: 25px;display:none;
}

.banner-wraper::after { opacity: 0.1; }


a.navbar-brand img {
    width: 130px;
    padding: 6px 0 0 0;
}

.navbar-toggle .icon-bar {
    background: #002540;
    display: block;
    width: 30px !important;
    height: 3px !important;
    border-radius: 1px !important;
}

.nav>li {
    position: relative;
    display: block;
    margin: 0 0px 8px 0;
}

.navbar-toggle { top: 19px; }

.from-wraper h6 {display:none;
    font-size: 14px;
}

.from-wraper .btn {left:0px;
    border-radius: 0;
}

.service_wraper .head-title h1 {
    font-size: 22px;padding: 5px 0 0 0;
}

.service_wraper .head-title h2 {
    font-size: 14px;
    padding: 10px 0 0px 0;
    text-align: center;
    margin: 0;
    line-height: 22px;
}

.inner-serivce {
    margin:10px 0 0px 0;
}

.para-title h4 {
    font-size: 20px;
}

.para-title p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 2em;
    padding: 0;
    font-weight: 600;
    color: #002540b8;
}

  form.search_form .glyphicon {
    top: 15px;
}

.inner-wraper-posted .carousel-inner .item {
    height: 208px;
}

.bread_wraper ul li a { font-size:15px; }

.posted_page_wraper {
    padding: 20px 0;
}

.inner-wraper-posted h1 {
    padding: 0px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 800;line-height: 30px;
    margin: 0 0 15px 0;
}


.active-ads {
    background: #fff;
    padding: 20px 0;
    margin: 2em 0;
    text-align: center;
}

.scort-header h5 {
    margin: 14px 0 0 0;
    font-weight: 800;
    color: #0f3450d9;
    letter-spacing: .5px;
    font-size: 13px;
    text-align: center;
}

.scrot-img {
    display: block;
    position: relative;
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
}

.discription {
    padding: 0 5px;
    margin: 0 0 0 -35px;
}

.pre-feure h5 {
    text-align: left;
}

.scrot-img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.scort-header.pre-feure {
    visibility: hidden;
}

.inner-escort-right {
    background: #fff;
    padding: 38px 0 0 0;
    text-align: center;
    height: 150px;
    border-left: 1px solid #ddd;
    visibility: hidden;
}



 }



@media only screen and (max-width:767px){
    .search_form select.form-control{background:#fff !important}
    .search_form select.form-control{padding-left:0 !important;display:block;text-indent:40px;height:40px;line-height:40px}

}





  @media (max-width: 767px){

    .edit-post-page span.whtsapp {
    top: -41px;
}

.edit-post-page input.com-only.whatsapp-cls {left: -90px;}



.limit-char {
    font-size: 13px;
    color: #2720209e !important;
    width: auto;
}
.edit-post-page label#whats {
    margin: 0px 0 0 0;
    top: 0;
}

input.com-only.whatsapp-cls {

    right: 100px;
}


.second-new-menu ul.nav.navbar-nav {
    width: 53px;padding:0px;
    right: 15px;
    /*top: 23px;*/
}

    form.search_form {
    width: 96%;padding: 27px 17px 12px 28px;
}
  .purchge-total {
    text-align: center !important;
    padding: 0px 0 0 0 !important;
    position: relative;
    top: -20px !important;
}

.like-thumb {
    text-align: center;
    margin: 0 !important;
    position: relative;
    top: 34px !important;
}



  .active-ads {
    background: #fff;
    padding: 20px 0;
    margin: 2em 0;
    text-align: center;
}

.scort-header h5 {
    margin: 14px 0 0 0;
    font-weight: 800;
    color: #0f3450d9;
    letter-spacing: .5px;
    font-size: 13px;
}

.left-sidebar {
    display: none;
}


.scrot-img {
    display: block;
    position: relative;
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
}

.discription {
    padding: 0 20px !important;
    margin: 0 0 0 -50px;
}

.pre-feure h5 {
    text-align: left !important;
}

.scrot-img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .active-ads {
    background: #fff;
    padding: 20px 0;
    margin: 2em 0;
    text-align: center;
}

    .dashboard-wraper {
      font-family: 'Poppins', sans-serif;
      background: #efeeee;
      padding: 30px 0;
  }

  }



 @media (max-width: 601px){

   .edit-post-page span.whtsapp {
    top: -42px;
}


    .cat-img img {
    width: 100%;
    min-height: 140px;
    max-height: 140px;
    object-fit: cover;
    }

    .cat-right {
    padding: 0 26px;
    }
    .edit-post-page input.com-only.whatsapp-cls {
    left: -70px;
}

    .post-ads span.whtsapp {
    position: relative;
    left: 32px;
    top: -50px;
}

.important-links li a {
    color: #fff;
    font-size: 13px;
    padding: 0 0px 0 6px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    border-right: none;
}

.social-icons.text-left {
    text-align: center;
    font-size: 12px;
}

input.com-only.whatsapp-cls {
    top: 5px;
    right: 65px !important;
}

    .limit-char {
        position: absolute;
        top: -22px;
        right: 20px;
    }

  }



 @media (max-width: 600px){

form.login-form.forget-pass .eye-class i {
    position: absolute;
    right: 45px;
}
    .limit-char {
    font-size: 13px;
    color: #2720209e !important;
    width: 27%;
}

    span.glyphicon.camera-img.glyphicon-camera {
    position: absolute;
    right: 10px;
    background: #3333337a;
    color: #fff;
    padding: 5px;
    top: 70px;
}

   p.publish {
    margin: -23px 0 0 30px;
    text-align: left;
}

.second-new-menu ul.nav.navbar-nav {
    width: 53px;padding:0px;
    right: 15px;
    /*top: 23px;*/
}

input.com-only.whatsapp-cls {
    top: 6px;
    right: 70px !important;
}

.discription {
    padding: 0 23px 0 0px !important;
    margin: 0 0 0 -70px;
}

.discription h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
}

.purchge-total {
    text-align: center !important;
    padding: 0px 0 0 0 !important;
    position: relative;
    top: -20px !important;
}

span.whtsapp {
    position: absolute;
    left: 33px;
    top:-30px;
}

.like-thumb {
    text-align: center;
    margin: 0 0 0 0;
    position: relative;
    top: 34px;
}

  .cat-img {
       display: block;
    position: relative;
    width: 100px;
    min-width: 100px;
    height: 140px;
    min-height: 143px;
    overflow: hidden;
}

.cat-right {
    padding: 0;
    margin: 3px 0 0 -35px;
}

  .inner-cate {
    margin: 0px 0 10px 0;
    height: 102px;
}

.cat-img img {object-fit: fill;
    width: 100%;
    min-height: 100px;
    max-height: 100px;
}

.search-bar {
    display: block;
    left: unset;
    float: none
}

 }


  @media (max-width: 411px){

    .cat-right {
      padding: 0 0px;
      margin: -0;
   }

.second-new-menu ul.nav.navbar-nav {
        width: 53px;
        padding:0px;
        right: 15px;
        /*top: 23px;*/
    }


  }


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

    .limit-char {
    font-size: 13px;
    color: #2720209e !important;
    width: auto;
}

 .inner-wraper-posted .carousel-inner .item {
    height:208px;
}
      .add-image {
    border: 1px solid #ddd;
    display: block;
    height: 170px;
    overflow: hidden;
    margin: 0px 0 15px 0;
}

.phone-no {
    padding: 6px 44px !important;
    font-size: 12px !important;
}

.cat-right h5 {
    font-size: 11px;
    padding: 3px 0 5px 0;
    margin: 0;
}


 }


 @media (max-width:414px){

    .cat-right {
    padding: 0;
    margin: 3px 0 0 0px;
}

.edit-post-page span.whtsapp {
    /* top: 10px; */
}


.second-new-menu ul.nav.navbar-nav {
    width: 53px;
    padding:0px;
    right: 15px;
    /*top: 23px;*/
}

form.login-form p br {
    display: none;
}
    form.search_form {
    left: 15px;padding: 18px 18px 3px 18px;
    width: 92%;
}

.pd-0 {
    padding-left: 0px !important;
    padding-right: 0 !important;
}

.inner-serivce {
    margin: 10px 0 0px 0;
}

.mt-25 {
    margin-top: 0;
}

    .cat-img {
    width: 90px;
    min-width: 90px;
    height: 100px;
    min-height: 100px;
}

span.glyphicon.camera-img.glyphicon-camera {
    position: absolute;
    right: 10px;
    background: #3333337a;
    color: #fff;
    padding: 5px;
    top: 70px;
    font-size: 10px;
}

.cat-img img {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
}

    p.publish {
    position: relative;
    left: 0;
    margin:-25px 0 0 19px;
    font-size: 11px;
    line-height: 24px;
}

       input.com-only.whatsapp-cls {
    top:8px;
    left: 0px;
    float: left;
}

span.whtsapp {
    position: relative;
    left: 5px;
    top: -32px;
}

.city-label {
    margin: 0px 0 0 0;
}

   .iner-login {
    padding: 0px;
    box-shadow: none;
}

.search-bar {
   left: unset;
}

.inner-wraper-posted ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px 10px 0px;
}

span.glyphicon.camera-img.glyphicon-camera {
    position: absolute;
    right: 10px;
    background: #3333337a;
    color: #fff;
    padding: 5px;
    top: 70px;
    font-size: 10px;
}


  .inner-wraper-posted::before{ display:none; }

   .cat-right h5 {
    font-size: 11px;
    padding: 3px 0 5px 0;
    margin: 0;
  }



     }




 @media (max-width:412px){
    .cat-right {
      padding: 0;
      margin: 3px 0 0 -3px;
    }

 }





  @media screen and (min-width: 320px) and (max-width: 375px) {

  .edit-post-page span.whtsapp {
    /* top: 5px; */
}

   span.whtsapp {
    position: absolute;
    left: 30px;
    top: -30px;
}
p.publish {
    position: relative;
    left: 0;
    margin: -23px 0 0 23px;
    font-size: 9px;
    line-height: 24px;
}

    input.com-only.whatsapp-cls {
    top: 7px;
    left: 0;
    float: left;
}

form.login-form p br {
    display: none;
}

form.login-form p {
    margin: 0px 0 0px 24px;
}


.search-bar.search-dashboard .glyphicon {
    left: unset;
    float: unset;
}



.phone-no {
    padding: 6px 44px !important;
    font-size: 12px !important;
}

   .search-login .glyphicon {
        margin: 0;
       /*left: 40px;*/
    }
    .search-login {
        /*left: 40px;*/
    }

    .add-image {
    border: 1px solid #ddd;
    display: block;
    height: 170px;
    overflow: hidden;
    margin: 0px 0 15px 0;
}


.inner-wraper-posted .carousel-inner .item {
    height:208px;
}

    form.search_form .glyphicon {
    top: 15px;
}

   form.search_form .form-group {
    position: relative;
    top: 8px;
    left: 7px;
  }

.login-wraper {
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}

form.search_form input, form.search_form select {
    padding: 12px 40px;
    -webkit-padding: 12px 40px;
    -o-padding: 12px 40px;
    -moz-padding: 12px 40px;
    height: 40px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    padding: -webkit-12px 40px;
    height: -webkit-50px;
    border-radius: -webkit-0;
    font-size: -webkit-13px;
    font-weight: -webkit-500;
    border: -webkit-none;
    padding: -o-12px 40px;
    height: -o-50px;
    border-radius: -o-0;
    font-size: -o-13px;
    font-weight: -o-500;
    border: -o-none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;

}

.limit-char {
    font-size: 10px;
    color: #2720209e !important;
    position: absolute;
    top: -15px;
    right: 22px;
}

        span.glyphicon.camera-img.glyphicon-camera {
    position: absolute;
    right: 10px;
    background: #3333337a;
    color: #fff;
    padding: 5px;
    top: 70px;
    font-size: 10px;
}

.cat-right h5 {
    font-size: 11px;
    padding: 3px 0 5px 0;
    margin: 0;
}



 }


   @media(max-width: 393px){

    .cat-right p {
    line-height: 17px;
}

.edit-post-page span.whtsapp {
    /* top: 10px; */
}


   }




     @media (max-width: 375px){

.second-new-menu ul.nav.navbar-nav {
    width: 53px;padding:0px;
    right: 15px;
    /*top: 23px;*/
}


.search-bar {
    left: unset;
    float:left;
}

.search-bar.search-dashboard .glyphicon {
    left: unset;
    float: unset;
}

  form.search_form { padding: 18px 32px 18px 18px; }

.inner-wraper-posted ul li {
    display: initial;
    font-size: 10px;
}

.inner-wraper-posted ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 10px 0px 0px;
}
        span.glyphicon.camera-img.glyphicon-camera {
    position: absolute;
    right: 10px;
    background: #3333337a;
    color: #fff;
    padding: 5px;
    top: 70px;
    font-size: 10px;
}

      .limit-char {
    font-size: 10px;
    color: #2720209e !important;
    position: absolute;
    top: -15px;
    right: 22px;
}

.phone-no {
    padding: 6px 44px !important;
    font-size: 12px !important;
}

.cat-img {
    width: 80px;
    min-width: 80px;
    height: 100px;
    min-height: 100px;
}

span.glyphicon.camera-img.glyphicon-camera {
    position: absolute;
    right: 10px;
    background: #3333337a;
    color: #fff;
    padding: 5px;
    top: 70px;
    font-size: 10px;
}

.cat-img img {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
}

.cat-right h5 {
    font-size: 11px;
    padding: 3px 0 5px 0;
    margin: 0;
}

.bread_wraper ul li a {
    font-size: 14px;
    color: #f60100;
    font-family: 'Poppins', sans-serif;
}


     }







  @media (max-width: 360px){

.search-bar.search-dashboard .glyphicon {
    left:unset;
}

span.whtsapp {
    position: absolute;
    left: 30px;
    top: -27px;
}

.search-bar .glyphicon {
    margin: unset;
    left: unset;
}

.search-bar {
    display: block;
    left: unset;
    float: unset;
}

    .inner-wraper-posted h1 {
      font-size: 15px;
    }

    .posted_page_wraper {
      padding: 14px 0 20px 0px;
   }

.navbar-toggle {
    top: 14px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}


        .cat-right h5 {
            font-size: 11px;
            padding: 3px 0 5px 0;
            margin: 0;
        }

        .cat-img {
            width: 80px;
            min-width: 80px;
            height: 100px;
            min-height: 100px;
        }

        .bread_wraper ul li a {
            font-size: 14px;
            color: #f60100;
            font-family: 'Poppins', sans-serif;
        }


  }







@media (max-width: 320px){

    .search-bar.search-dashboard .glyphicon {
        left: unset;
    }

    form.login-form .plus-91 {
        line-height: 48px;
    }

    .cat-img {
        width: 70px;
        min-width: 70px;
        height: 97px;
        min-height: 96px;
    }

    span.glyphicon.camera-img.glyphicon-camera {
        position: absolute;
        right: 10px;
        background: #3333337a;
        color: #fff;
        padding: 5px;
        top: 70px;
        font-size: 10px;
    }

.cat-img img {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
}

.search-bar .glyphicon {
    margin: 0;
    left: 30px;
}


.inner-wraper-posted .carousel-inner .item {
    height:208px;
}

.limit-char {
    font-size: 10px;
    color: #2720209e !important;
    position: absolute;
    top: -15px;
    right: 22px;
}
.phone-no {
    padding: 6px 42px !important;
    font-size: 11px !important;
}

.search-bar {
    float: right;
    left:unset;
    display: block;
    width: 40px;
    top: 25px;
}

p.publish {left: 0px;
    font-size: 12px;
}

.post-free-ads h3 {
    font-size: 18px;
}
.phone-no input:placeholder{ font-size:10px; }

   }







 /************************************************** Start Tablet Device Responsive *******************************************/

 /* @media(max-width:1334px) {

    input.com-only.whatsapp-cls {
    top: 10px;
    right: 150px;
}


  }*/

/*  @media(max-width:1280px){

        input.com-only.whatsapp-cls {
        top: 10px;
        right: 154px;
    }

  }*/

  @media (min-width: 1024px){
    span.whtsapp {
      position: absolute;
      left: 32px;
      top: -17px;
    }

    input.com-only.whatsapp-cls {
     top: 6px;
   }


  }


   @media screen and (min-width:769px) and (max-width:834px) {


  .scort-header {
    font-family: 'Poppins', sans-serif;
    background: #e4e4e4;
    padding: 0;
    height: auto !important;
}


.inner-escort-righta {
    margin: 5px 25px 5px 0!important;
}

.scort-header.text-right ul {
    margin: -5px 20px 0 0!important;
}
.scort-header ul {
    margin: -5px 0 0px 15px!important;
    padding: 0px 0 0 0 !important;
}

 }


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


    .box {
    margin: 11px 0px 0 0;
}

.image-height img {
    object-fit: scale-down;
}

.border {
    display: block !important;

}

.scort-header {
    font-family: 'Poppins', sans-serif;
    background: #e4e4e4;
    padding: 0;
    height: auto;
}


.inner-escort-righta {
    margin: 5px 25px 5px 0;
}

.scort-header.text-right ul {
    margin: -5px 20px 0 0;
}
.scort-header ul {
    margin: -5px 0 0px 15px;
    padding: 0px 0 0 0;
}

    span.whtsapp {
    position: absolute;
    left: 10px;
    top: -17px;
}
.box.\32 nd-box {
    left: 0;
    position: relative;
}


   .scrot-img { width:100%; }
    .purchge-total {
    text-align: center !important;
    padding: 0px 0 0 0 !important;
    position: relative;
    top: -20px !important;
}

form.post-ad-form label {
    text-align: left;
    float: left !important;
}

form.post-ad-form .form-group {
    margin-bottom: 2em !important;
}


input.com-only.whatsapp-cls {
    top: 5px;
    right: 110px;
}
.border {
    width: 100% !important;
    height: auto;
}


.discription {
    padding: 0 24px 0px 0;
}

.like-thumb {
    text-align: center;
    margin: 0px 0 0 0;
    position: relative;
    top: 25px;
}

     .mt-25 {
    margin-top: 0;
}


        form.search_form {
          background: #0b2c46;
          width: 100%; display: inline-block;
          padding: 20px;
          border-radius: 0;
        }


        .from-wraper .btn{border-radius:0;}

        .search_form select.form-control{ border-radius:0; }


        .posted_page_wraper {
    padding: 30px 0 20px 0px;
}

        .cat-img {
           display: block;
    position: relative;
    width: 120px;
    min-width: 120px;
    height: 135px;
    min-height: 135px;
    overflow: hidden;
    }

.cat-right {
    padding: 0px 20px;
    margin: 0 0 0 -18px;
}

.cat-right p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

 .service_wraper .head-title h2 {
    font-size: 15px;
    padding: 0px 0 20px 0;
    text-align: center;
 }

 .service_wraper .head-title h1 {
    font-size: 25px;
 }

   .para-title p{ font-size:15px; }

   .para-title h4 { font-size:25px; }

   .inner-serivce {
    text-align: right;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.cat-right h2 {
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    color: #002540;
}

.inner-wraper-posted h1 {
    padding: 0px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 0px 0;
    line-height: 30px;
}


}



/* 24-09-2021 -- Patil */

body
{
    overflow-x: hidden;
}

.male-escorts .escorts-inner {
    display: flex;
}

.male-escorts .cat-right{
    padding: 0;
    margin: 0;
}

.male-escorts .escorts-image {
    width: 150px;
    border: 1px solid #cccc;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
}
.male-escorts .escorts-image .cat-img{
    width: 150px;
    height: 100%;
    min-height: unset;
    min-width: unset;
}
.male-escorts .escorts-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-fit: scale-down;
    min-height: unset;
    max-height: unset;
}
.male-escorts .escorts-content{
    padding: 10px 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.male-escorts .escorts-inner {
    height: 127px;
}
.male-escorts .escorts-content .cat-right p {
    line-height: 24px;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.male-escorts .escorts-content .cat-right h2{
    padding-top: 0;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.male-escorts .escorts-content .cat-right h5{
    margin-bottom: 0;
}

.male-escorts .escorts-image span.glyphicon.camera-img.glyphicon-camera {
    right: 5px;
    bottom: 5px;
    top: unset;
}



/*.my-ads-row{
    display: flex;
}


*/
.my-ads-page .escorts-content .discription{
    padding: 0  ;
    margin: 0;
}
.my-ads-page .escorts-content .discription h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.my-ads-page .escorts-content .discription h5{
    margin-bottom: 0;
}
.my-ads-page .escorts-content .discription h6 {
    margin-bottom: 5px;
    line-height: 18px;
    margin-top: 0;
}
.my-ads-page .escorts-image{
    width: 120px;
}
.my-ads-page .escorts-image img{
    max-width: 120px;
    max-height: 127px;
}
.my-ads-page .escorts-content .discription h4{
    line-height: 1.4;
}
.my-ads-page .male-escorts .scort-header ul{
    padding-right: 5px !important;
    margin : 0 !important;
}
.my-ads-page .escorts-image{
    position: relative;
}
.my-ads-page .pagination{
    display: flex;
    margin: 0;
}
.pagination-class > .row{
    display: flex;
}
.my-ads-page .pagination-class .col-12.col-lg-6{
    width: 50%;
    display: flex;
    align-items: center;
}
.my-ads-page .pagination-class nav .col-12.col-lg-6:last-child{
    justify-content: end;
}
.my-ads-page .pagination-class .col-12.col-lg-6 p{
    margin: 0 !important;
}
.my-ads-page .pagination .page-item:not(.page-item.active , .page-item.disabled, .page-item:last-child , .page-item:first-child ) {
    display: none;
}
.my-ads-page .pagination .page-item + .page-item{
   margin-left: 5px;
}
.my-ads-page .pagination-class .col-12.col-lg-6 p span:first-child{
    display: none;
}

.my-ads-page .escorts-inner{
    height: 127px;
}
.my-ads-page .inner-scort-left {
    height: 127px;
}


.item-inner{
    height: 100%;
}
.item-inner-custom{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.characters-required{
    position: absolute;
    top: -20px;
    right:20px;
}

.wrapper-image-parent {
    position: relative;
    left: unset;
    top: unset;
    display: flex;
    padding: 10px 0;
    width: 100%
}
.wrapper-image-get {
    width: 50%;
    position: relative;
}
.wrapper-image-get [type="button"].close{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}


.wrapper-image-get .box {
    margin: 0;
}
.wrapper-image-get + .wrapper-image-get{
    margin-left: 10px;
}
.wrapper-image-get .box.\32 nd-box{
    left: unset;
}



.checkbox-custom-whatsapp{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.checkbox-custom{
    margin-right: 10px;
}
label#whats img{
    width: 30px;
}
input.com-only.whatsapp-cls {
    top: unset !important;
    right: unset !important;
    left: unset !important;
    margin: 0;
    margin-top: 6px;
}
.checkbox-custom-whatsapp .whtsapp label {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.accept-photo p {
    color: #f40100;
}


.my-ads-page ul.pagination.custom-design button.page-link,
.my-ads-page ul.pagination.custom-design span.page-link {
    width: 29px !important;
    height: 34px !important;
    text-align: center;
}

.my-ads-page ul.pagination.custom-design li:last-child button.page-link,
.my-ads-page ul.pagination.custom-design li:last-child span.page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.my-ads-page ul.pagination.custom-design li:last-child button.page-link{
    border: 1px solid #dcdcdc;
}


.email-field,
.password-field{
    position: relative;
}

form.login-form .password-field .glyphicon {
    position: absolute;
    left: 14px;
    top: 50%;
    line-height: 21px;
    z-index: 99;
    text-align: left;
    display: table;
    color: #777777;
    transform: translateY(-50%);
}
#form-login .password-field{
    margin-top: 0;
}

#form-login .password-field i.far.fa-eye {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    transform: translateY(-50%);
}
.head-title {
    padding-top: 30px;
}
.icon-bar{
    transition: all 0.5s ease ;
}
[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 8px);
}

[aria-expanded="true"]  .icon-bar:nth-child(2) {
    opacity: 0;
}

[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}
.change_pass_field{
    position: relative;
}

.change_pass_field .far.fa-eye{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-75%);
    cursor: pointer;
}
.change_pass_field .invalid-feedback{
    text-align: left;
}
.parent-main-input-box .main-input-box{
    display: flex;
}
.delete-custom{
    left: 0;
}
.parent-main-input-box .invalid-feedback{
    float: unset;
    text-align: left;
}


.load-popup{
    font-size: 16px;
    line-height: 1.6;
}
.load-popup .modal {
    padding-right: 15px !important;
    padding-left: 15px !important;

}
.load-popup .modal-title{
    font-size: 20px;
}
.load-popup .modal-header {
    background-color: #e9ecef;
    height: 100%;
    padding: 16px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.load-popup .modal-body {
    color: #666666;
    padding: 18px;
}
.load-popup .list-group-decimal{
    padding-left: 15px;
    margin-bottom: 25px;
}
.load-popup .list-group-decimal li{
    font-size: 15px;
}
.load-popup .modal-footer {
    text-align: center;
    padding: 20px;
}

.load-popup .btn-decline,
.load-popup .btn-accept{
    background-color: #F60100;
    color: #fff;
    border: 2px solid #F60100;
    padding: 11px 18px;
}

.load-popup .btn-decline{
    background-color: transparent;
    color: #F60100;
}
.load-popup .btn-accept:hover{
    color: #000;
}
.bottomcontent{
    margin-bottom: 16px;
}

.load-popup .btn-accept:hover{
    background-color: #cb0605;
    color: #fff;
}

.load-popup .modal-dialog-centered{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    /*width: 100% !important;*/
    margin: 0;
    justify-content: center;
    margin: 0 auto;
}

.load-popup .modal-content{
    border-radius: 6px;
}
.read-more{
    display: none;
    color: #002540;
    font-size: 14px;
}
.read-more i{
    margin-left: 10px;
    transition:all 0.3s ease;
}
.read-more.active i{
    transform: rotate(90deg);
}
.main-input-box{
    width: 100%;
}

.form-profile .form-group.change_pass_field{
    margin-bottom: 0;
}

i.far.fa-eye{
    font-weight: 900;
}





/* my-wallet-page Start */

.my-wallet-page .form-control:hover,
.form-control:focus{
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.my-wallet-page{
    font-size: 16px;
}
h2.page-title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.page-title-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-balance p {
    margin: 0;
    /*margin-right: 15px;*/
    text-transform: capitalize;
    font-size: 18px;
}
.total-balance {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #012540;
    border-radius: 4px;
    padding: 5px 15px;
    color: #fff;
}
.date-picker .fromtext-date,
.date-picker .totext-date{
    display: block;
    margin-bottom: 5px;
}
.wallet-subtext {
    margin: 15px 0;
}

.use_your_balance {
    margin-bottom: 15px;
    color: #333;
}
.use_your_balance a{
    color: #333;
}

.upload-money-radio  p {
    text-transform: capitalize;
}

.upload-money-radio label {
    margin-right: 10px;
    margin-bottom: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}
.radio-btn-wrap {
    background-color: white;
    padding: 5px 10px;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-money-radio label input[type="radio"] {
    margin-right: 5px;
}

.add_money_radio {
    /*margin-bottom: 25px;*/
}

.add-money-btn #submit {
    background-color: #012540;
    border: 0;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: all 0.5s ease;
}
.add-money-btn #submit:hover{
    background-color: #fff;
    color: #012540;
}
.wallet-transaction-history h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.date-picker {
    display: flex;
    margin-bottom: 15px;
}
.dropdown_day_transaction{
    display: flex;
    align-items: center;
}

.date-and-dropdown .form-group {
    margin-bottom: 0;
    margin-right: 15px;
}
.transaction-dropdown{
    padding-top: 11px;
}
.transaction-dropdown .form-group{
    margin-right: 0;
}
.day-dropdown{
    margin-right: 15px;
}
.upload-money-text-wrap{
    /*margin-bottom: 10px;*/
}
.upload-money-text {
    cursor: pointer;
    text-transform: capitalize;
}
.date-and-dropdown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.wallet-transaction-history{
    margin-top: 25px;
}
.wallet-trasaction-table table{
    width: 100%;
}

.wallet-trasaction-table table th{
    text-transform: uppercase;
}
.wallet-trasaction-table table td .transaction-icons {
    max-width: 40px;
    display: inline-block;
}
.wallet-trasaction-table table td .transaction-icons img{
    width: 100%;
}
.transaction-detail {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.wallet-trasaction-table table td,
.wallet-trasaction-table table th {
    padding: 20px 15px;
    font-size: 12px;
}
.wallet-trasaction-table table th {
    font-size: 12px;
    letter-spacing: 0.05em;
}
.wallet-trasaction-table table tr{
    border-bottom: 1px solid #ccc;
}
.wallet-trasaction-table table tr:nth-child(odd){
    background-color: #ffffff73;
}
.transaction-detail .bold{
    font-weight: bold;
}
.transaction-detail p{
    margin-bottom: 0;
}
.transaction-detail .date{
    margin-bottom: 10px;
    display: block;
}
.transaction-detail .from-text{
    text-transform: uppercase;
}
.transaction-detail p:not(.transaction-detail-line){
    font-size: 10px;
}
.upgrade-ico{
    width: 28px;
    margin: 0 10px;
}
.trans_content{
    min-width: 250px;
}

.upload_money_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
.upload-money-text {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #012540;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.upload-money-text svg{
    fill: #fff;
}
.trans_txn_mobile,
.trans_status_mobile{
    display: none;
}
.green-txt{
    color: #26b77c;
}
.red-txt{
    color: red;
}


/*  Package Page */


.d-none{
    display: none;
}

.reach-the-top-section{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.reach-top-img {
    width: 60px;
}
.reach-top-img img{
    width: 100%;
}
.reach-top-img-content{
    padding-left: 15px;
}
.reach-top-img-content .page-title{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.reach-top-img-content p{
    margin-bottom: 0;
}
.choose-package{
    margin-bottom: 30px;
}
.choose-package p {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    color: #333;
}


.packages-blocks {
    display: flex;
}
.single-package {
    background-color: transparent;
    width: 25%;
    text-align: center;
    padding: 0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 2.5%;
}
.single-package:last-child {
    margin-right: 0;
}

.single-package-day, .single-package-amount {
    color: #000;
    position: relative;
    z-index: 1;
}

.single-package-amount {
    padding-bottom: 0;
    font-size: 24px;
    padding: 10px;
    background-color: #f50900;
    border-radius: 8px;
    border: 2px solid #70ad47;
}

.for-more-info,
.packages-blocks{
    margin-bottom: 30px;
}
.for-more-info a {
    color: #f60900;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.publish-promote {
    display: flex;
    justify-content: space-between;
}
.pro-btn{
    text-align: center;
}
.pro-btn span{
    display: block;
}

.publish-promote button {

    background-color:#fff ;
    color: #002540;

    padding: 14px 19px;
    text-transform: capitalize;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
    border: 1px solid #002540;
    text-transform: uppercase;
}
.publish-promote .pub-btn button{
    /*background-color: #8e8e8e;*/
}

.publish-promote .pro-btn button {
    background-color: #fff;
    color: #f50901;
    border-color: #f50901;
}
.d-done{
    display: none;
}

.publish-promote button:hover {
    background-color: #002540;
    color: #fff;
}

.publish-promote .pro-btn button.active_plan,
.publish-promote .pro-btn button:hover {
    background-color: #f50901;
    color: #fff;
}
.btn.active, .btn:active,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: unset !important;
    box-shadow: unset;
}
.btn-primary.focus, .btn-primary:focus{
    
}

.pro-btn span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #012540;
}

.pub-btn{
    margin-top: auto;
}
.publish-promote .pro-btn button,
.publish-promote .pub-btn{
    width: 151px;
}

.reach-the-top-page .modal {
    padding-right: 0;
}
.reach-the-top-page .modal .top-popup img{
    width: 100%;
    margin-bottom: 15px;
}
.reach-the-top-page .modal-header img{
    width: 50px;
}
.reach-the-top-page .modal .top-popup{

}

.payment-conformation-form .modal{
    padding-right: 0;
}


.payment-conformation-form h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}

.payment-conformation-form p {
    text-align: center;
    margin-bottom: 45px;
}

.date-row.payment-detail-row {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
}
.date-row.payment-detail-row:last-child {
    border-bottom:0;
}
.date-row .date-text {
    border-right: 2px solid #000;
}
.payment-detail {
    border: 2px solid #000;
}

.payment-detail-date.date-format,
.payment-detail-date.date-text {
    width: 50%;
    padding: 6px;
    text-transform: capitalize;
    font-size: 13px;
}

.payment-detail-date.date-format input {
  width: 100%;
}

.payment-conformation-form .modal-footer {
    text-align: center;
    border: unset;
}
.proceed-close-btn [type="button"],
.payment-conformation-form [type="button"]:not(.close){
    background-color: #002540;
    color: #fff;
    padding: 14px 19px;
    text-transform: capitalize;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
    border: 2px solid transparent;
}
.proceed-close-btn [type="button"]{
    padding: 10px 14px;
}
.proceed-close-btn [type="button"]:hover,
.payment-conformation-form [type="button"]:hover{
    background-color: #fff;
    color: #002540;
    border-color: #002540;
}
.qr-generate-page ul {
    margin-bottom: 20px;
    padding-left: 15px;
}
.qr-generate-page li{
    font-size: 12px;
    margin-bottom: 5px;
    color: #002540;

}
.qr-generate-page-main .modal{
    padding-right: 0 !important;
    margin: 10px;
}
.qr-generate-page-main .modal-dialog{
    margin: 0 auto ;
}
.qr-generate-page-main .modal-dialog .modal-content{
    position: relative;
}
.qr-generate-page-main .modal-dialog [type="button"].close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f60900;
    opacity: 1;
    z-index: 1;
}
.payment-conformation-form .close,
.qr-generate-page-main .close{
    color: #f60900;
    opacity: 1;
}
.qr-generate-page-main .modal .modal-body{
    padding: 15px 15px;
}
.qr-generate-page li:nth-child(even) {
    color: #f60906;
}
.scan-qr-code-block {
    text-align: center;
}
.qr-genetaor img{
    margin-bottom: 15px;
}
.qr-genetaor .amount-paid{
    font-size: 13px; /* 16*/
    color: #880215;
}
.scan-qr-code-block h3,
.scan-qr-code-block h4{
    margin: 0;
    margin-bottom:8px ;
}
.scan-qr-code-block h3{
    font-size: 18px;
}
.proceed-close-btn{
    margin-top: 30px;
    text-align: center;
}

.upi-ids{
    font-size: 16px;
    font-weight: 600;
}
.scan-qr-code-block h3{
    font-weight: 600;
}

.inner-cart .cart-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.cart-in-item {
    display: flex;
}
.cart-image {
    height: 60px;
    width: 40px;
    object-fit: cover;
}

.card-item-detail {
    width: calc(100% - 60px);
    padding-left: 15px;
    padding-right: 20px;
}
.card_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-item-detail p {
    font-weight: 600;
    margin-bottom: 0;
    color: #f60900;
}

.cart-in-item {
    display: flex;
    padding: 10px;
    /*border-radius: 8px;*/
    color: #fff;
    position: relative;
    /* background-color: #f8f9fa; */
    /* border: 1px solid rgba(0,0,0,.125); */
}
.inner-cart {
    display: flex;
}
span.day-package {
    color: #000;
    font-size: 10px;
    margin-bottom: 0px;
}
span.ad-id {
    color: #000;
    font-size: 10px;
    margin-bottom: 0px;
    display: block;
}

.card-right {
    width: 60%;
}

.card-left {
    width: 40%;
    padding-left: 100px;
}
span.delete {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #BE206B;
}

span.delete:hover{
    color: red;
}

.promotion-block {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    /*margin-top: 10px;*/
    /* background-color: white; */
    /*border-radius: 8px;*/
}

.amout-state {
    display: flex;
}
.show-amt {
    width: 33%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.show-amt:last-child{
    margin-right: 0;
}
.show-amt p{
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.show-amt.availbale-amt {
    background-color: transparent;
    color: rgb(0 128 0 / 5010);
}
.show-amt.received-amt {
    background-color: transparent;
    color: rgb(255 0 0 / 5010);
}
.show-amt.remaining-amt {
    background-color: transparent;
    color: rgb(249 166 2);
}
.wallet-block {
    padding-top: 30px;
    background-color: #f8f9fa;
    /*border: 1px solid rgba(0,0,0,1);*/
    border-radius: 0.25rem;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,.125);
}
.wallet-block h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.money-insufficient {
    margin-top: 15px;
    border: 1px solid rgb(51 51 51 / 20%);
}
.money-insufficient p {
    margin-bottom: 0;
}

hr {
    border-top: 1px solid rgba(0,0,0,.2) !important;
}

.bg-border {
    background-color: #f8f9fa!important;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.edit-promotion a {
    color: #f50900;
    font-size: 12px;
}
.delete i.fa.fa-trash {
    color: #f50900;
}
.promotion-price {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #666666;
}
.card-right .add_money_radio {
    /*margin-bottom: 15px;*/
}
.order-summary {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 16px;
}
.order-summary-digit{
    font-size: 14px;
}

.order-id {
    display: block;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}
.order-id span{
    font-size: 14px;
}

.total-amt {
    display: block;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 16px;
}
.pay-now{
    /*margin-top: 20px;*/
}
.total-text {
    background-color: #002540;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 23px;
    text-transform: uppercase;
}

.total-amt-digit {
    background-color: transparent;
    color: #f60901;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    font-weight: 800;
}
.pay-now button {
    background-color: #ffc736;
    color: #fff;
    text-align: center;
     padding: 12px;
    font-size: 23px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
}
.red-text{
    color: #e23c49;
}
.theme-red{
    color: #f60906;
}
.money-insufficient p {
    text-transform: uppercase;
    font-size: 12px;
    color: #30589e;
    padding: 10px;
    font-weight: 600;
    background-color: rgb(246 9 0 / 10%);
}
.money-insufficient img{
    width: 17px;
}
.add-money-btn #submit{
    border: 2px solid #012540 ;
    transition: all 0.5s ease;
}
.add-money-btn #submit: hover{
    background-color: #fff;
    color: #012540;
}
/*.pay-now button:hover {
    background-color: #fff;
    color: #012540;
}*/
.upload-money-radio {
    margin-top: 30px;
}
.items-in-cart {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
.margin-bottom-demo{
    margin-bottom: 100px;
    padding-top: 100px;
    border-top: 5px solid #000;
}


/***************/
.single-package-amount .form-group,
.wallet-block .form-group {
    display: block;
    margin-bottom: 15px;
}

.single-package-amount .form-group input,
.wallet-block .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.single-package-amount .form-group label,
.wallet-block .form-group label {
  position: relative;
  cursor: pointer;
}

.single-package-amount .form-group label,{
    margin-bottom: 0;
    vertical-align: middle;;
}

.single-package-amount .form-group label:before,
.wallet-block .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 4px solid #b1b1b1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
}
.wallet-block .form-group label:before {
    padding: 7px;
    border: 3px solid #b1b1b1;
}

.single-package-amount .form-group input:checked + label:after,
.wallet-block .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}
.wallet-block .form-group input:checked + label:after {
    top: 54%;
    left: 6px;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
}

.single-package-amount .form-group input:checked + label:before,
.wallet-block .form-group input:checked + label:before{
    background-color: #30589e;
    border-color: transparent;
}
/***************/

.single-package-amount .form-group{
    margin-bottom: 0;
}

.single-package-day {
    padding: 13px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #70ad47;
    border-top: 0;
}


.payment-conformation-form .sub-btn.btn{
    background-color:#4472c4 ;
    text-transform: uppercase;
}
.payment-conformation-form .sub-btn.btn:hover{
    background-color:transparent;
}
.payment-conformation-form .go-back-btn.btn{
    background-color: #bfbfbf;
    color: #333;
    text-transform: uppercase;
}
.payment-conformation-form .go-back-btn.btn:hover{
    background-color:transparent;
}

.proceed-close-btn .proceed-next-btn.btn{
    background-color: #3e9dd6;
}
.proceed-close-btn .proceed-next-btn.btn:hover{
    background-color: transparent;
}
.proceed-close-btn .close-btn.btn{
    background-color: #ebf0f1;
    color: #333;
}
.proceed-close-btn .close-btn.btn:hover{
    background-color: transparent;
}


i.fa.fa-exclamation-circle {
    color: #ffd782;
    background: #515262;
    border-radius: 50%;
    width: 19px;
    height: 19px;
}
.qr-genetaor{
    width: 210px;
    margin: 0 auto;
}

.qr-genetaor img{
    width: 100%;
}

.payment-conformation-form .modal{
    padding-right: 0;
}
.qr-generate-page-main .modal-dialog {
    width: 63% !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #F60100 !important;
    border-color: #F60100 !important;
}
.pagination li span,.pagination li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagination li:first-child span,.pagination li:first-child a,.pagination li:last-child span,.pagination li:last-child a {
    font-size: 0;
    margin: 0 18px;
}
.pagination li:first-child span:before,.pagination li:first-child a:before {
    content: "\f104";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    color: #F60100;
    font-weight: 600;
}
.pagination li:last-child a:before,.pagination li:last-child span:before {
    content: "\f105";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    color: #F60100;
    font-weight: 600;
}


.adsCategory {
    font-size: 16px;
}
.adsCategory a {
    color: #F60100;
    font-weight: bold;
}

.adsCategory a:hover {
    color: #333;
    text-decoration: none;
}

.alert-liptpal {
    border: 1px solid #F60100 !important;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 30px;
}
.alert-liptpal div li {
    line-height: 20px;
}
.alert-liptpal div {
    padding-left: 18px;
}
.alert-liptpal h6 {
    padding-bottom: 5px;
}
.alert-liptpal h6 i {
    color: #F60100;
}
.alert-liptpal h6 span {
    font-size: 16px;
    padding-left: 5px;
}
.alladsHR {
    margin-top: 60px;
}
.secondHR {
    margin-top: 32px;
}








@media (min-width: 576px){
    .modal-lg {
        max-width: 500px;
    }
}
@media (min-width: 768px){
    .modal-lg {
        max-width: 500px;
    }
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 800px;
    }
}

@media screen and (max-width: 991px){
    form.post-ad-form label {
        text-align: left;
        float: left !important;
    }
    .characters-required {
        top: 5px;
        /*right: 0;*/
    }
    section.result-display h4 {
    	width: 98%;
    	margin: 5px auto;
    }
    .border {
        width: 100% !important;
    }
    .limit-char {
        width: auto;
    }
    .accept-photo p {
        text-align: right;
    }
    .whatsapp-group .phone-label{
        width: 100%;
    }
    .home_page .inner-serivce img {
        height: 100%;
        max-height: unset;
        min-height: unset;
        height: 400px;
    }
    .home_page .inner-serivce{
        margin-top: 10px;
    }
    .home_page .row.mt-25{
        margin-top: 0px;
    }
    .wallet-transaction-history h3,
    .my-wallet-page h2.page-title {
        font-size: 22px;
    }
    .amout-state {
        display: block;
    }
    .show-amt {
        width: 100%;
        margin-bottom: 0px;
    }
    .male-escorts .escorts-inner {
       width: 98%;
       margin: 5px auto 5px auto;
    }
}

@media screen and (max-width: 767px){
    .my-ads-page .escorts-content .discription{
        padding: 0 !important;
        margin: 0;
    }
    .male-escorts .escorts-content .cat-right h2 {
    	-webkit-line-clamp: 1;
    }
    .male-escorts .escorts-inner {
        height: 118px;
    }
    .male-escorts .escorts-image {
        width: 100px;
        height: 100%;
    }
    .male-escorts .escorts-content {
        padding: 10px;
        height: 100%;
    }
    .male-escorts .escorts-image .cat-img{
        width: 100px;
    }
    .male-escorts .escorts-content .cat-right h5{
        padding-bottom: 0;
    }
    .male-escorts .escorts-content .cat-right p{
        line-height: 18px;
    }

    .my-ads-page .inner-scort-left {
        height: 118px;
    }

    .post-ad-wraper  .border {
        border: 1px dashed #ddd;
        display: block !important;
    }
    .wrapper-image-get .box {
        width: 100%;
        min-width: 100%;
    }
    .checkbox-custom-whatsapp .whtsapp label {
        margin: 0 !important;
    }
    .checkbox-custom-whatsapp{
        /*margin-top: 15px;*/
    }
    .my-ads-page .pagination {
        margin: 0 !important;
        text-align: left !important;
    }
    .my-ads-page .pagination-class .col-12.col-lg-6 p {
        font-size: 13px;
    }
    .home_page .inner-serivce img {
        max-height: unset;
        min-height: unset;
        height: 400px;
    }
    ul.nav.navbar-nav{
        padding: 15px;
    }
    .header-meu-custom.second-new-menu .dropdown-menu.my-account{
        padding:20px 15px;
        left: -153px;
    }
    .header-meu-custom.second-new-menu ul li a.btn.btn-primary {
        height: auto;
        margin: 0;
        width: 100%;
        line-height: 1.4;
        position: relative;
        left: unset;
        display: block;
        margin: 0 auto;
        top: unset;
    }
    div#myNavbar li a,
    .header-meu-custom.second-new-menu ul.dropdown-menu.my-account li a {
        padding: 0 !important
    }
    .header-meu-custom.second-new-menu ul.dropdown-menu.my-account li a.btn.btn-primary{
        padding: 7px !important;
    }
    div#myNavbar li ,
    .header-meu-custom.second-new-menu ul.dropdown-menu.my-account li {
        margin-bottom: 20px;
    }
    div#myNavbar li:last-child ,
    .header-meu-custom.second-new-menu ul.dropdown-menu.my-account li:last-child {
        margin-bottom: 0px;
    }
    .header-meu-custom.second-new-menu ul.dropdown-menu.my-account li a span{
        margin-top: 0 !important;
    }
    .change_pass_field .far.fa-eye {
        transform: translateY(-80%);
    }

    .second-new-menu ul.nav.navbar-nav.navbar-right .dropdown-menu.my-account .glyphicon{
        left: 0;
        margin-right: 5px;
        padding-left: 0;
        padding: 0;
        margin: 0;
        margin: 10px 10px 0px 0;
    }
    div#myNavbar li a,
    .header-meu-custom ul.nav.navbar-nav .btn{
        font-size: 14px ;
        font-weight: 400;
    }

    .nav>li{
        margin-bottom: 0;
    }
    .navbar-toggle{
        /*margin-right: 0 !important;*/
        padding: 10px 15px !important;
        border: 0 !important;
    }
    .load-popup {
        font-size: 14px;
    }
    .load-popup .modal-body{
        display: flex;
        flex-direction: column;
    }
    .bottomcontent{
        order: 1;
    }
    .load-popup .list-group-decimal {
        order: 3;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .read-more{
        display: block;
        order: 2;
    }
    .load-popup .modal-dialog{
        width: 100% !important;
    }
    .load-popup .modal {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .header-meu-custom{
        top: 15px !important;
    }
    div#myNavbar.navbar-custom ul.nav.navbar-nav .btn{
        margin: 0 !important;
        text-align: center !important;
        border: 1px solid #fff !important;
        padding: 7px !important;
        position: unset !important;
        top: unset !important;
    }
    .list-group-decimal{
        display: none;
    }
    .navbar-brand{
        padding: 12px 15px 10px !important;

    }

    .wallet-transaction-history .date-and-dropdown{
        display: block;
    }
    .transaction-dropdown {
        padding-top: 0;
        width: 190px;
    }
    .transaction-dropdown select {
        width: 100%;
    }

    .transaction-detail p:not(.transaction-detail-line) {
        font-size: 8px;
    }

    .transaction-detail-line{
        font-size: 13px;
    }
    .wallet-trasaction-table table td .transaction-icons,
    .transaction-icons,
    .wallet-trasaction-table tr td:nth-child(3),
    .wallet-trasaction-table tr th:nth-child(3),
    .wallet-trasaction-table tr td:nth-child(4),
    .wallet-trasaction-table tr th:nth-child(4) {
        display: none;
    }
    .wallet-trasaction-table tr td:nth-child(1),
    .wallet-trasaction-table tr th:nth-child(1),
    .wallet-trasaction-table tr td:nth-child(2),
    .wallet-trasaction-table tr th:nth-child(2){
        width: 50%;
    }
    .wallet-trasaction-table tr{
        display: flex;
    }
    .trans_content {
         min-width: auto;
    }
    .transaction-detail {
        padding-left: 0px;
    }
    .trans_txn_mobile,
    .trans_status_mobile{
        display: block;
        font-size: 8px;
    }
    .transaction-detail .date{
        margin-bottom: 0;
    }
    .wallet-trasaction-table table td, .wallet-trasaction-table table th {
        padding: 10px 10px;
    }
    .wallet-trasaction-table table th {
        font-size: 13px;
    }
    /* .single-package{
        margin-right: 10px;
    }*/
    .single-package {
        width: 23%;
        margin-right: 2%;
    }

    .scan-qr-code-block h3,
    .payment-conformation-form h3 {
        font-size: 18px;
    }
    .payment-conformation-form .modal-body p{
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .payment-conformation-form [type="button"]:not(.close),
    .proceed-close-btn [type="button"] {
        padding: 7px 7px;
        font-size: 14px;
    }


    .inner-cart{
        display: block;
    }
    .card-left,
    .card-right {
        width: 100%;
    }
    .card-left{
        margin-top: 20px;
    }
    .amout-state {
        display: block;
    }

    .total-amt,
    .order-id,
    .order-summary {
        font-size: 14px;
    }
    span.day-package {
        display: block;
    }
    .card-left {
        padding-left: 0;
    }
    .packages-blocks {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .qr-generate-page li {
        font-size: 10px;
    }
    .proceed-close-btn {
        margin-top: 10px;
    }
    .qr-generate-page-main .modal-dialog{
        width: 100% !important;
    }
    .qr-genetaor{
        width: 170px;
    }

}

@media screen and (max-width: 630px){
   .single-package {
        width: 48%;
        margin-right: 0;
       margin-bottom: 15px;
    }
}

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

    .home_page .inner-serivce img {
        height: 300px;
    }
    .single-package {
        width: 47%;
    }
    .single-package {
        margin-right: 0;
    }

    /*    .my-wallet-page .page-title-balance{
        flex-direction: column;
        align-items: flex-start;
    }*/
   /* .my-wallet-page h2.page-title{
        margin-bottom: 15px;
    }*/
    .total-balance p {
        font-size: 16px;
    }
    .add_money_radio{
        padding: 10px 0;
    }
    .use_your_balance span{
        display: block;
        margin-top: 10px;
    }
    .use_your_balance .upgrade-ico{
        margin-left: 0;
    }
    .total-amt-digit,
    .pay-now button,
    .total-text {
        padding: 10px;
        font-size: 20px;
    }
    .transaction-dropdown.day-dropdown {
        width: 103px;
    }
    .wallet-trasaction-table table td:nth-child(2){
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 480px){
    .wrapper-image-parent{
        flex-wrap: wrap;
    }
    .wrapper-image-get{
        width: 100%;
    }
    .post-ad-wraper  .border {
        height: 100%;
    }
    .wrapper-image-get + .wrapper-image-get{
        margin-left: 0;
    }
    .wrapper-image-get{
        margin-bottom: 10px;
    }

    input.com-only.whatsapp-cls {
        margin-top: 0;
    }
    form.post-ad-form label{
        float: unset !important;
        display: block;
    }
    .accept-photo p {
        text-align: left;
        line-height: normal;
    }
    .characters-required {
        top: -22px;
    }
    .home_page .inner-serivce img {
        height: 250px;
    }

    .date-picker{
        flex-direction: column;
    }
    .date-picker .form-group:first-child {
        margin-bottom: 10px;
    }
    /*    .transaction-dropdown select{
        width: 190px;
    }*/
    .my-wallet-page {
        font-size: 14px;
    }
    .wallet-transaction-history h3, .my-wallet-page h2.page-title {
        font-size: 18px;
    }

    .single-package-amount {
        font-size: 20px;
    }
    .packages-blocks {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .single-package {
        margin-right: 0;
        width: 48%;
    }
    .single-package-day {
        padding: 10px 10px;
    }
    .single-package:after {
        width: 50px;
        height: 50px;
    }
    .publish-promote button {
        padding: 8px 8px;
    }
    .publish-promote .pro-btn button,
    .publish-promote .pub-btn {
        width: 130px;
    }

    .radio-btn-wrap {
        display: block;
    }
    .add-money-btn{
        margin-top: 10px;
    }

}
@media screen and (max-width: 360px){
    .search-bar {
        right: 100px;
    }
}



@media (max-width: 575px) {
  .date-row.payment-detail-row {
    display: flex;
  }
  .payment-detail-date.date-format, .payment-detail-date.date-text {
    width: 100%;
  }
  .date-row .date-text {
    border-right: 0;
    font-size: 13px;
    width: 45%;
  }
  	.male-escorts .escorts-content .cat-right h2 {
	    -webkit-line-clamp: 2;
	}
}
