/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2023 | 20:17:05 */
.homepage-form textarea, .homepage-form input {
    padding: 15px 20px;
    background: #ffffff61;
}

.homepage-form textarea {
    height: 120px;
}
.homepage-form input::placeholder{
  color: white !important;
}
.homepage-form textarea::placeholder{
  color: white !important;
}
.homepage-form input.wpcf7-form-control.wpcf7-submit {
    background: #ed1d28;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.custom-accordian .elementor-accordion-item {
    background: #ffffff26;
    margin-bottom: 7px;
    border: 2px solid white !important;
}
 footer#site-footer {
    display: none !important;
}
.choose-box:before {
    content: "";
    height: 142px;
    width: 2px;
    background: #0000008a;
    position: absolute;
    bottom: -21px;
    right: -10px;
}
.choose-box:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 132px;
    background: #0000008a;
    right: -25px;
    bottom: -10px;
}
.color-box-sec:before {
    content: "";
    height: 100%;
    width: 30%;
    position: absolute;
    background: #ed1f23;
    z-index: 2;
}
.border-img:after {
    content: "";
    width: 2px;
    height: 340px;
    position: absolute;
    background: black;
    bottom: -30px;
    left: 10px;
}
.border-img:before {
    content: "";
    height: 2px;
    width: 340px;
    position: absolute;
    background: black;
    bottom: -18px;
    left: -4px;
}
.sidebar-menu ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px !important;
}
.sidebar-menu li {
    background: #D8D8D8;
    padding: 18px 10px;
    margin-bottom: 4px !important;
    border-left: 5px solid #279ed7;
}
.sidebar-menu li a {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    font-family: "poppins";
}
.sidebar-menu .current-menu-item.current_page_item {
    border-left: 5px solid #ed1d24;
}
.sidebar-menu .current-menu-item.current_page_item > a{
   color: #ed1d24;
}
.sidebar-menu li:hover a{
    color: #ed1d24;
}
.sidebar-menu li:hover{
    border-color: #ed1d24;
}
.contactpage-form textarea {
    height: 130px;
}
.contactpage-form textarea, .contactpage-form input {
    border: 1px solid gray;
    padding: 15px 20px;
}
.contactpage-form input.wpcf7-form-control.wpcf7-submit {
    background: #ed1d24;
    border-radius: 0px;
    font-size: 17px;
    text-transform: uppercase;
}
@media(max-width:767px){
  
 .border-img:after {
   display: none;
   
}
.border-img:before {
  display: none;
}
  .color-box-sec:before {
    display: none;
}
}

.product-img img{
	height:400px !important;
object-fit:none;
}