.header-top {
    background: #408dcb;
    height: 60px;
}

.top-menus{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}


.header-left-side p a{
  color: #ffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
}
.header-tag-cls{
    /*padding-top: 10px;*/
}
.top-social-block1 {
    list-style-type: none; 
}
.has-search{
    position: relative;
    top: 8px;
}
.top-left-img-bg h3{
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 20px;
}

.top-social-media ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}
.top-social-block1 li a{
    /*color:#fff;*/
  color:#000000!important;
}
.btn-primary-register{
    /*padding: 8px 58px;
    font-size: 18px;*/
    padding: 8px 30px;
    font-size: 15px;
    border-radius: 40px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    color: #ffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #ff8a8b;
    border-color: #ff8a8b;
}
.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.btn-outline-login{
    padding: 8px 30px;
    font-size: 15px;
}
.btn-outline-secondary {
    color: #FEA444;
   /* border-color: #ffff;*/
    border: 2px solid #d7d7d7;
    border-radius: 40px;
}

.form-control-selecter{
  padding: 0px 10px!important;
  height: 43px!important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 20px 10px;
    /* padding: 0px 10px; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #495057; */
    color: #000!important;
    background-clip: padding-box;
    background-color: transparent;
    border: 1px solid #ced4da;
    /* border-radius: 40px; */
    border-radius: 7px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
}

/***************top search code start*********************/
/*************************************cart in menu bar START***********************************************/

.cart {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  height: auto;
  overflow: hidden;
}
  .material-icons {
    position: relative;
    top: 4px;
    z-index: 1;
    font-size: 24px;
    color: white;
  }
 .count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #d60b28;
    width: 16px;
    height: 16px;
    line-height:16px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px!important; 
    z-index: 1000;
    display: none;
    /*float: left;*/
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
/*************************************cart in menu bar END************************************************/

/***************top search code start************************/
.has-search .form-control {
    padding-left: 15px;
   /* transition: width 2s;*/
}

/*.has-search .form-control:hover {
    width: 300px;
}*/

.has-search .form-control-feedback {
    position: absolute;
    right: 20px;
    z-index: 2;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 41px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}



/***************top search code end************************/

/****************************************new navbar start**********************************************/

/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 60;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    /*height: 38px;*/ 
    width: auto;
    display: block;
    /* filter: brightness(10%); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #108c77 !important;
}
.nav-item.active .nav-link{
    color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #108c77;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}



/****************************************new navbar end**********************************************/


/*******************Banner start*******************/
.banner-bg{
    background-image: url(../images/banner1.png);
    width: 100%;
    height: 950px;
   /* height: 600px;*/
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
}
/*******************Banner End********************/


/*******************banner form start***********************************/
.form-sec{
    padding: 20px;
}
.contact-form-wrapper {
   /* padding: 100px 0;*/
    position: absolute;
    /*right: 390px;*/
     right: 26px;
    /*top: 306px;*/
    /*top: 229px;*/
    top: 240px;
}

.contact-form {
  /*padding: 30px 40px;*/
  /* background-color: #ffffff;
  border-radius: 12px;
  max-width: 300px;
  box-shadow: -2px -1px 16px -6px rgba(0,0,0,0.4); */
}
.bnr-form-title{
    background-color: #408dcb;
    border-radius: 12px 12px 0px 0px;
    color: #fff;
    /*padding: 30px 40px;*/
}
.contact-form .title {
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    padding: 15px 25px 15px 25px;
    margin-top: -20px;
}

.contact-form textarea {
  resize: none;
}

/*.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}*/

 .form-input, .form-text-area {
    background-color: #f0f4f5;
    height: 63px;
    padding-left: 17px;
    padding-right: 17px;
}

.form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

 .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

/*.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}*/

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #ff8a8b;
    color: white;
    text-transform: uppercase;
    padding: 5px 50px;
    font-weight: 500;
    letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #d30069;
}

/*******************banner form end*************************************/


/***************************Content text start**********************************/

.container .buy-abortion-pills-title{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container .buy-abortion-pills-title h2{
    font-size: 40px;
    font-weight: 100;
}
/***************************Content text end************************************/

.divider{
    border-bottom: 4px solid #ff8a8b;
    width: 130px;
    /* display: block; */
    line-height: 1.6px;
    text-align: center;
    margin: 0 auto;
    padding-top: 2px;
}


/******************************cart code start**********************************/

/*.cart-bg{
    background-image: url(../images/cart-bg.png);
    /*background-image: url(../images/cards-bg-1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*height: 600px;*/
    height: 700px;
}*/
section .container .seller-card {
    box-shadow: -2px -1px 16px -6px rgb(0 0 0 / 40%);
}
.seller-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
   /* border-radius: 30px;*/
    border-radius: 5px;
    height: 367px;
    box-shadow: -2px -1px 16px -6px rgb(0 0 0 / 40%);
}

.card-title h2{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 40px;
    padding-top: 40px;
    color: #fff;
}


.card:hover {
    /*box-shadow: 0px 3px 18px -2px rgb(0 0 0 / 77%);*/
}
.text-success h5 {
    color: #000!important;
    font-size: 14px;
}

.btn-green {
    color: #ffff!important;
    /*border-color: #1f9be9!important;*/
    background-color: #ff8a8b!important;
}
.btn-cart {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    background-color: #108c77;
    border: 1px solid transparent;
    padding: 7px 20px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cart-bg .container .col-sm .seller-card .card-body{
    background: #113238;
   /* border-radius: 30px;*/
    border-radius: 18px;
}
.card-title {
    text-align: center;
    margin-bottom: 0.75rem;
    color: #000;
}

.card-body {
    padding: 10px;
}
.best-sel-title{
    padding-top: 30px;
    padding-bottom: 40px;
}
.best-sel-title h2 {
    font-family: YesevaOne-Regular;
    padding-top: 20px;
    padding-bottom: 11px;
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.best-sel-title img {
    display: block;
    margin: 0 auto;
    margin-top: -17px;
}

/*.cart-bg h2 span{
    color:linear-gradient(to right, #f7b733, #fc4a1a);
}*/

.product-section{
    background-image: url(../images/background-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/******************************cart code end**********************************/

/************************HOW TO USE SECTION START***********************************/
.container .row .howtouse-para{
    font-size: 27px;
    text-align: center;
    padding: 0px 160px 0px 160px;
    font-weight: 200;
    /*margin-bottom: 50px;*/
}

.container .row .howtouse-para-bottom{
    font-size: 27px;
    text-align: center;
    padding: 0px 160px 0px 160px;
    font-weight: 200;
    margin-bottom: 50px;
}
/************************HOW TO USE SECTION END***********************************/

.btn-primary:hover {
    color: #fff;
    background-color: #126295;
    border-color: #126295;
}

/*.support-bg .container{
  display: inline;
  width: 20px;
  margin: 150px auto;
}*/

.support-bg .container .icon{
  position: relative;
  /*left: 552px;*/
  top: 70px;
  display: inline-block;
  /*float: left;*/
  width : 200px;
  height: 200px;
  font-size: 30px;
  margin: 10px;
  border-radius: 150px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2), -1px 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  background-color: #ffff;
}

.support-bg .container .icon .support-icon{
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .5s ease-in-out;
  transform: translate(-50%,-50%) scale(1) rotateY(0);
  color: #008000;
  font-size: 60px;
}

.support-bg .container .icon:hover .support-icon{  
  transition: all .5s ease-in-out;
  transform: translate(-50%,-50%) scale(1) rotateY(0);
}

.support-bg .container .icon:hover .support-icon{
  color: #fff;
  transform: translate(-50%,-50%) scale(1.4) rotateY(180deg);
}

.support-bg .container .icon:active .support-icon .active{
  color: #fff;
  transform: translate(-50%,-50%) scale(1.4) rotateY(180deg);
}

.credit-card,.credit-card2,.credit-card3,.credit-card4{
  color: #008000;
}

.credit-card:before,.credit-card2:before,.credit-card3:before,.credit-card4:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute; 
  top: 0;
  left: -100%;
  transform: all .5s ease-in-out;
  background: #ff8a8b;
  }
.credit-card:hover:before,.credit-card2:hover:before,.credit-card3:hover:before,.credit-card4:hover:before{
  left: 0;
  }

  .support-bg{
    background-image: url("../images/bg.png");
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section .animation-icon-sec .row .col-md-3 .credit-card h4{
    margin-top: 150px;
    font-weight: 700;
    color: #fff;
  }
  .animation-icon-title{
    margin-top: 76px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }


/*****************************Testimonical start***************************************/

.carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px
}

.carousel .item {
    color: #999;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    min-height: 211px;
}

.carousel .item a {
    color: #eb7245
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 30px 0 10px
}

.testimonial {
    color: #000000;
    font: Times Roman
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.carousel-control.left {
    left: auto;
    right: 40px
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px!important;
    height: 11px!important;
    margin: 1px 5px;
    border-radius: 50%
}


.carousel-indicators li{
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
    border: none!important;
}

/*.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent
     border: none!important;
}*/

.carousel-indicators li.active {
    border: none;
    background: #888
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent;
     border: none;
}

/*****************************Testimonical End*****************************************/


/*******************************Footer start*****************************************/

.bg-footer {
    background-color: #33383c;
    padding: 50px 0 30px;
}
.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}
.footer-security-icons li{
    float: left;
    padding: 2px;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.footer-email{
    padding-top: 24px;
}
.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}
.bg-footer p{
    color: #acacac;
    font-size: 14px;
    text-align: justify;
}

.list-unstyled li{
    /*float: left;
    padding-right: 10px;*/
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}




/*******************************Footer end******************************************/




@media (min-width:320px)  { 
.banner-bg {
    background-image: url(../images/banner2.png);
    width: 100vw;
    height:30vh;
    /* height: 600px; */
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    margin-top: 7rem;
}

.navbar-brand img{
    height: 52px; 
    width: auto;
    display: block;
    /* filter: brightness(10%); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

}

@media (min-width:481px)  {
.banner-bg {
    background-image: url(../images/banner1.png);
    width: 100%;
    height: 675px;
    /* height: 600px; */
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-brand img{
    height: 52px; 
    width: auto;
    display: block;
    /* filter: brightness(10%); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

}
@media (min-width:992px){
    .contact-form{
        min-width: 450px !important;
    }
    .contact-form-wrapper {
        right: 100px;
    }
}