/*!
Theme Name: primetest-bd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: primetest-bd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

primetest-bd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.banner_section {
    margin-top: 30px;
}
.topImage img {
    width: 70%;
    border: 5px solid #dc3e2c;
    border-radius: 20px;
}
.trusted_section {
    margin-top: 0;
}
.second_sec {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 60px;
    padding-bottom: 50px;
    border-radius: 20px;
}
span.theme_button:hover {
    background: #000;
}
span.theme_button {
    background: #ce0f16;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
}
.theme_title {
	font-weight: bold;
    color: #ce0f16;
    font-size: 30px;
    padding: 10px 0 0;
}
.row_am.trusted_section {
    padding: 10px 0 50px;
}
.order_now {
    margin-top: 30px;
}
section.row_am.about_app_section {
    background: #fff;
}
.frame_img {
    border: 1px solid #efeeee;
    border-radius: 20px;
}
.cart_fig img {
    width: 100%;
    border-radius: 20px;
}
.about_text h3 {
    font-weight: bold;
    color: red;
}
.singleProduct_price {
    margin-top: 20px;
}
.singleProduct_price span.woocommerce-Price-amount.amount {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
h3.price999 {
    margin-top: 50px;
    font-size: 50px;
    text-align: center;
    background: #CDDC39;
    padding: 37px;
    border-radius: 100px;
    color: #000;
    line-height: 72px;
}
.puprple_btn {
    font-size: 25px;
}
h3.price999 span {
    color: #ff1b1b;
    border: 2px solid;
    border-radius: 50%;
    padding: 3px;
}
h3.price999:hover {
    background: #009688;
}
section.row_am.faq_section {
    padding-top: 0;
}
.mb-50 {
    margin-bottom: 50px;
}
h2.regularP {
    background: #FFEB3B;
    padding: 10px;
    font-size: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99999 !important;
    content: '';
}
h2.newOffP {
    font-size: 60px;
    border: 5px solid #E91E63;
    padding: 10px;
     margin-bottom: 20px;
    position: relative;
}
h2.newOffP span {
    color: #e91e63;
    border: 2px solid;
    border-radius: 50%;
    padding: 3px;
}
img.crossImage {
    position: absolute;
    margin-left: -220px;
    top: -10px;
    content: '';
    z-index: -1;
}
.topHead.text-center h4 {
    font-size: 35px;
    font-weight: bold;
    padding: 20px 0;
}
.cirtificateImg img {
    width: 100%;
}
.cirtificate_box {
    margin-top: 50px;
}
.cirtificateImg img {
    width: 100%;
    border: 5px solid #e91e63;
    border-radius: 30px;
}

.oder_history {
    text-align: center;
}
h2.elementor-heading-title {
    font-size: 50px;
    line-height: 55px;
    padding: 30px 0;
    display: block;
}
h2.elementor-heading-title {
    font-size: 50px;
    line-height: 55px;
    padding: 30px 0;
    display: block;
    background: #FFC107;
    color: #000;
    margin-bottom: 30px;
}
.elementor-widgetcontainer p {
    font-size: 40px;
    text-shadow: 2px 2px #FF0000;
    max-width: 900px;
    line-height: 45px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.woocommerce-order {
    background: #fff;
    padding: 30px;
    border-radius: 50px;
    font-size: 16px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #77b255;
    font-weight: bold;
}
div#price999 span {
    color: red !important;
}


@media (max-width: 767px){
	.topImage img {
	    width: 100%;
	}
	img.moving_position_animatin {
	    width: 100%;
	}
	.about_text {
	    padding: 30px 0;
	}
    .cirtificateImg {
        margin-bottom: 20px;
    }

    .woocommerce ul.order_details li {
        width: 100% !important;
        margin-bottom: 10px;
        font-size: 16px;
    }
}



