.dropdown-toggle::after {
     content: none;
}
 #navbarDropdown {
     background-color: #333;
     height: 50px;
     width: 50px;
     border: none;
}
 #notification-badge-desktop, #notification-badge {
     color: azure;
}
 .form-control {
     width: 100%;
}
 #email_verify {
     width: 150px;
}
 .col-xs-3{
     margin:20px;
}
 @media screen and (max-width: 540px) {
     .form-control {
         width: 300%;
    }
}
 @media screen and (max-width: 350px) {
     .form-control {
         width: 200%;
    }
}
 #user_info {
     padding-bottom: 35rem;
}
 .checked {
     color: darkorange !important;
}
 .product_image{
     width:200px;
     height: 200px;
     border-radius: 10%;
}
 .contact{
     margin-top: -4px;
}
 @media screen and (max-width: 978px) {
     .carousel-item{
         margin-left: -50px;
    }
}
 @media screen and (max-width: 575px) {
     .card{
         margin-left: 15%;
    }
}
 .added{
     background-color: none !important;
}
 .added_removed{
     background-color: none;
}
 .col-md-3 {
     display: inline-block;
     margin-left:-4px;
}
 .carousel-indicators .active {
     background-color: black;
     margin-left:22px;
     margin-right: 22px;
}
 .card-product {
     padding: 1.25rem;
     height: 16rem;
     width: 18rem;
}
 .col-md-3 img {
     width: 18rem;
     height: 16rem;
}
 .carousel-indicators{
     bottom:-50px;
}
 .carousel-indicators > li {
     border-radius: 50% width: 10px;
     height: 16px;
     background-color: #2895f1;
}
 .carousel-item{
     margin-bottom:50px;
}
 .docbtn{
     background: linear-gradient(to right,#2895f1,#0060b1);
     width: 14rem;
     color: white;
     font-weight: 600;
     border-radius: 0.6em;
     border: none;
     padding: 10px 40px;
     font-size: 20px;
     margin-bottom: 20px;
     margin-left: 8px;
     text-decoration: none !important;
     outline: none;
}
 .docbtn:hover{
     font-size: 19px;
     color: white;
}
 body .carousel-control-prev-icon;
 body .carousel-control-next-icon{
     background-color: blue;
     margin-left:10px;
     padding-left: 5px;
     padding-right: 5px;
}
 body .no-padding{
     padding-left: 0;
     padding-right: 0;
}
 #tab-location{
     width: 100%;
     height: 400px;
}
