@charset "UTF-8";
body{
  color: #000;
}
a{text-decoration: none; color: #000}
li{list-style-type: none}
header, footer {
    padding: 10px 0px;
    background: #f7f9fb;
}
a strong{color: #2ab9a5}
a:hover strong{color: #000}
.navbar-brand img{
  width: 200px;
}
.full{
    width: 100%;
}
.quick-link ul li {
    display: inline-block;
    padding: 0px 5px;
    border-right: solid 1px #777;
    line-height: 15px;
}
.personal{
  background: #f7f9fb;
  border: solid 1px #ddd;
  padding: 10px 20px;
  justify-content:space-between
}
.personal h6{
  margin: 0;
  color: #7c7c7c;
}
.personal h6 span {
    color: #2ab9a5;
    font-size: 20px;
}
.mr-5{
  margin-right: 20px;
}
.section {
    padding: 30px 0px 
}
.min-hight{
  min-height: 500px;
}
.form-box{
  background: #f7f7f7;
  padding: 50px;
  box-shadow: 4px 1px 24px rgb(0 0 0 / 20%);
}
.quick-link ul {
    margin-bottom: 0;
}
.modal-header {
    background: linear-gradient(298deg, #056832 0%, #00160a 100%);
    padding: 10px;
    color: #fff;
}
.btn-bg{
  background: linear-gradient(298deg, #056832 0%, #00160a 100%); 
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.btn-bg:hover{    background: linear-gradient(150deg, #00160a 0%, #056832 100%);
    color: #fff;}
.font16{font-size: 16px;}

.deshbord-box {
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.6rem;
    position: relative;
    padding: 1.25rem;
    margin-bottom: 30px;
    min-height: 185px;
}
.deshbord-box:before {
    content: "";
    z-index: -1;
    box-shadow: 0 1px 2px #0000000d;
    height: 100%;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    position: absolute;
    border-radius: 0.5rem;
    left: 0.875rem;
    right: 0.875rem;
    top: 0;
    margin-top: 0.75rem;
}
.deshbord-box h3 {
    color: #fff;
    font-size: 22px;
    background: linear-gradient(298deg, #056832 0%, #00160a 100%);
    line-height: 40px;
    padding: 0px 10px;
}
.list-group-item {
  border: none;
}

.badge-pill {
    background: #36ba9c;
    color: #fff;
    padding: 0px 6px;
    line-height: 24px;
    border-radius: 20px;
}
.deshbord-box h3 a{
  color: #fff;
  float: right;
}
ul.box-list li {
    border-color: #f4f4f4 !important;
    border-radius: 10px;
    box-shadow: 0 0 16px -3px rgba(109,118,145,.3);
    font-weight: 700;
    margin: 5px auto;
    display: inline-block;
    width: 32%;
    padding: 20px;
}
ul.box-list li i {
    display: block;
    color: #2ab9a5;
}
.width {
    width: 100% !important;
    padding: 10px !important;
}
.form-check-label h5 {
    font-size: 24px;
    font-weight: 600;
    padding-left: 50px;
    color: #484848;
}
.form-check-label h5 small{
    color: #6c757d;
    font-size: 18px;
    margin-left: 20px;
}
.price {
    color: #666;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    padding-top: 18px;
    text-align: right;
}
.form-check-label {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.credits .form-check {
    padding-left: 0em;
    position: relative;
}
.credits .form-check-input {
    position: relative;
    left: 42px;
    z-index: 1;
    top: 15px;
}
.green-rectangle {
    background: #20be73;
    border: 1px solid #20be73;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    height: 16px;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    right: 149px;
    text-align: center;
    top: 22px;
    white-space: nowrap;
    width: fit-content;
}


.green-rectangle:after, .green-rectangle:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}
.green-rectangle:before {
    border-color: rgba(32, 190, 115, 0) rgba(32, 190, 115, 0) rgba(32, 190, 115, 0) #20be73;
    border-width: 7px;
    margin-top: -7px;
}
.green-rectangle:after {
    border-color: rgba(32, 190, 115, 0) rgba(32, 190, 115, 0) rgba(32, 190, 115, 0) #20be73;
    border-width: 8px;
    margin-top: -8px;
}
.green-rectangle>div {
    padding-left: 5px;
    padding-right: 2px;
}
.original-price {
    color: #979797;
    font-size: 13px;
    line-height: normal;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 10px;
}

.no-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    box-shadow: 0 5px 10px 3px rgb(48 123 226 / 10%);
}
.price-box h5{
    color: #2ab9a5;
    font-size: 30px;
    font-weight: 600;
}
.single-form {
    margin-bottom: 20px;
}
.ads-box {
    background: #f7f9fb;
    border: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 14px;
}
.ads-box p{
    margin-bottom: 0;
}
.right-bdr {
    border-left: solid 4px #6b5656;
    padding-left: 9px;
    margin-top: 12px;
    margin-left: 12px;
}
.card-body {
    margin-top: 23px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: .7rem;
    box-shadow: 0 0.125rem 1.25rem 0 rgba(107,134,177,.15);
    overflow: hidden;
}
.profile-text h6 {
    color: #2ab9a5;
    font-size: 20px;
}
.profile-text ul{margin: 0; padding: 0}
.card-img-overlay p{
    color: #fff;
    font-size: 14px;
    margin-top: 35%;
    text-align: center;
}
.counter-no-prew {
    bottom: 8px;
    position: absolute;
    color: #fff;
    left: 9px;
}
.profile-text ul li {
    display: inline-block;
    border-right: solid 1px #939393;
    line-height: 15px;
    padding-right: 10px;
}
.profile-pic{
    min-width: 160px;
    overflow: hidden;
    position: relative;
    width: 160px;
}
.profile-text {
    padding: 20px;
}
.card-footer{
    margin-top: 30px;
    justify-content: space-evenly;
    display: flex;
    text-align: center;
    grid-gap: 30px;
}
.card-footer i{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #97c74e;
}
.card-footer span{
    font-size: 15px;
    font-weight: 600;
    color: #2ab9a5;
}
.post-ad label.kishor{
    margin: 10px 0px 5px 0px;
    font-weight: 600;
    display: block;
}
.post-ad label.kishor span{
    color: #198754;
}
.post-ad label.btn{
    background: #fff;
    border: solid 1px #c5c5c5;
    padding: 6px 30px;
}
@media only screen and (max-width: 599px) {
    .hidden-m{
        display: none;
    }
    .form-box {
        padding: 20px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .form-check-label {
        display: block; 
    }
    .d-flex.justify-content-between.logo {
        display: block !important;
    }
    .logo {
        margin: 0 auto;
        text-align: center;
    }
    .right {
        margin-top: 16px;
    }
    footer .d-flex.justify-content-between {
        display: block !important;
        text-align: center;
    }
    .deshbord-box {

        min-height: auto;
    }
    ul.box-list li {
        width: 48%;
    }
    .personal.text-center.p-5 {
        padding: 20px !important;
    }
    .d-flex.personal {
        display: block !important;
    }
    .d-flex.personal h6{
        line-height: 32px;
    }
    
    .profile-pic {
        min-width: 140px;
        width: 140px;
    }
    .profile-text {
        padding: 10px;
    }
    .profile-text ul li {
        padding-right: 5px;
    }
    .card-footer {
        margin-top: 20px;
    }
    .right-bdr {
        border-left: solid 2px #6b5656;
        padding-left: 9px;
        margin-top: 12px;
        margin-left: 0;
    }
    .ads-box {
     padding: 10px;
    }
    .card-footer {
        grid-gap: 20px;
    }
    .card-footer span, .card-footer i {
        font-size: 14px;
    }
    .green-rectangle{
        left: 0;
        top: -8px;
    }
    .form-check-label h5 {
        padding-left: 26px;
    }
    .credits .form-check-input {
        left: 34px;
        top: 15px;
    }
    .form-check-label h5 small {
        float: right;
        font-size: 15px;
    }
    .original-price {
        left: 10px;
        top: 50px;
        right: auto;
    }
    .price {
        font-size: 18px;
        position: relative;
        right: -71%;
        top: -5px;
    }
    .total-price {
        text-align: right;
    }
}

@media only screen and (min-width: 600px) and (max-width: 4000px) {
    .hidden-pc{
        display: none;
    }
}