select {
word-wrap: normal;
width: 100%;
height: 32px;
}
body {
padding: 10px 0;
}
h5.selects {
font-size: 16px;
margin-top: 20px;
font-weight: 500;
}
.cuntry{
color: white;
border: none;
padding: 5px 24px;
border-radius: 4px;
}
.sear{
font-size: 16px;
font-weight: 500;
}
.buttons{
clear: both;
}
button.button {
background: #808080e3;
color: white;
width: 28px;
}
button.button:hover {
background: gray;
color: white;
width: 28px;
}

.nuture_ltd {
border: 1px solid black;
padding: 9px 14px;
width: 100%;
}

img.con_img {
padding: 6px 20px;
width: 100%;
}
.card-img-top {
/* width: 100%; */
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
padding: 5px 67px;
    
border-radius: 0px;
}
h4.card-title {
color: #a50000!important;
font-size: 21px;
}
p.card-text {
line-height: 20px;
font-size: 14px;
color: black;
letter-spacing: 0px;
/* box-shadow: 0px 0px 2px grey; */
}
a.card-meta {
font-weight: bold;
font-weight: 600;
color: #a72525;
/* box-shadow: 0px 2px 6px 2px #655b5b; */
}
p.card-meta.float-right {
font-weight: 600;
}
.sear {
font-size: 14px;
font-weight: 600;
color: #171717f5;
}
.sears {
font-size: 14px;
font-weight: 600;
color: #171717f5;
margin-top: 20px;
}
.my-false-div {}
.btn-outline-secondary {
color: #fff;
background-color: #8e8e8e;
border-color: #8e8e8e;
}
.btn-primary {
color: #fff;
background-color: #8e8e8e;
border-color: #8e8e8e;
/* margin: 20px; */
margin-top: 15px;
padding: 5px 20px;
}
button.button1 {
width: 50px;
}
button.button1:hover {
width: 50px;
}
#custom-search-form {
    margin:0;
    margin-top: 5px;
    padding: 0;
}
 
#custom-search-form .search-query {
    padding-left: 3px; 
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
    height: 32px;
}
 
#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    position: relative;
    float: right;
top: -30px;
}
 
.search-query:focus + button {
    z-index: 3;   
}
.sharesocialpack {
    position: absolute;
    bottom: 30px;
}