body{
    font-family: "Poppins", sans-serif;
}
.theme-bg-gradient{
    background: linear-gradient(135deg, #da2d2d, #fd2d2d) ;
}
.theme-bg{
    background-color: #ff0000;
}
.theme-text{
    color: #ff0000;
}
.section-01{
    background: linear-gradient(135deg, #da2d2d, #fd2d2d) ;
    padding: 30px 0px;
}
.section-about{
    padding: 45px 0px;
    background-color: #e7e7e7;
}
.section-02{
    padding: 45px 0px;
}
.list-problem{
    margin-top: 15px;
}
.list-problem li{
    margin-bottom: 8px;
}
.list-problem li span:first-child{
    color: #ff0000;
}
input:focus,
select:focus{
    box-shadow: none !important;
    border-color: #036739;
}
::placeholder{
    font-size: 14px;
}
.section-03{
    padding: 60px 0px;
    background-color: #e7e7e7;
}
.section-04{
    padding: 60px 0px;
}
.mobile-products{
    padding: 60px 0px;
}
.section-05{
    padding: 60px 0px;
    background-color: #e7e7e7;
}
footer{
    padding: 45px 0px;
}
.footer-bar{
    background-color: #222222;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 14px;
}

.mobile-products {
    display: none;
}
.about_content h2{
    font-weight: 600;
}
.about_content p{
    font-size: 15px;
    text-align: justify;
}
.why-choose:hover {
    transition: .5s;
    transform: translateY(-15px);
}
.product_heading h2{
    font-weight: 600;
}
.value_section h3 {
    font-size: 18px;
    font-weight: 600;
}
.value_section p{
    font-size: 15px;
}
.footer_contact p a{
    color: #fff;
    text-decoration: none;
}
.btn-close {
    top: 5px;
    position: absolute;
    right: 5px;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    z-index: 999;
}
.poup-form h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 20px;
}
.poup-form .btn{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.thankyou {
    position: relative;
    padding: 50px 0px;
    background: #f7f7f7;
}
.thankyou-text-wrap h2 {
    color: #ff0000;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.thankyou-text-wrap h2:before {
    left: 0;
    right: 0;
    width: 13%;
    height: 2px;
    content: "";
    margin: auto;
    position: absolute;
    background-color: #ff0000;
    top: 51px;
}
.thankyou-text-wrap h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 600px) {
    .section-04 {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .mobile-products {
        display: block !important;
        padding-bottom: 0 !important;
    }
    .mobile-products .card {
        border: 0 !important;
    }
    .mobile-products .card .card-body h5 {
        font-size: 15px !important;
    }
}
