@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/**** Common CSS  ****/
body {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a,
a:hover {
    text-decoration: none;
	font-weight: 500;
}

p {
    margin: 0;
}

ul {
    margin-left: 3em;
    padding: 0;
}

.theme-text {
    color: #2d8f00;
}

.blue-text {
    color: #0759b7;
}

.blue-bg {
    background-color: #0659b7;
}

.theme-bg {
    background-color: #2d8f00;
}

.p-relative {
    position: relative;
}

/* Regular */
.fw-400 {
    font-weight: 400;
}

/* Medium */
.fw-500 {
    font-weight: 500;
}

/* Semi-Bold */
.fw-600 {
    font-weight: 600;
}

/* Bold */
.fw-700 {
    font-weight: 700;
}

/**** End Common CSS  ****/

/**** Header Section  ****/
.header {
    height: 100px;
    display: flex;
}

.header nav {
    width: 100%;
}

.header .navbar-brand {
    width: 240px;
}

.header .navbar-brand .brand-logo {
    width: 100%;
}

.header .navbar-collapse {
    flex-grow: 0;
}

.header .navbar-nav .nav-link {
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
}

.header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #2d8f00;
}

.navbar-nav .nav-link:hover {
    color: #2d8f00;
}

/**** End Header Section  ****/


.intro-content {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 40px;
	margin-bottom: 30px;
}

/**** Hero Section  ****/
.hero-section {
    background-image: url('../images/hero_bg.png');
    min-height: calc(100vh - 120px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 600px;
}

.hero-title {
    font-size: 40px;
    line-height: 1.2;
    /* color: #000; */
    color: rgb(7, 89, 183);
    margin-bottom: 30px;
}

.hero-subtitle {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
}

.hero-btn {
    display: inline-block;
    background: #2d8f00;
    padding: 13px 38px;
    border-radius: 9px;
    font-size: 18px;
}

.hero-btn:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}



/**** End Hero Section  ****/

/**** About Section  ****/
.about-section {
    padding-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.about-title {
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 25px;
	margin-top: 25px;
}

.about-section .problem-content {
    max-width: 545px;
    margin-bottom: 40px;
}

.about-section .problem-content p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 17px;
}

.about-section .problem-content ul {
    margin-bottom: 17px;
    padding-left: 2rem;
}

.about-section .problem-content ul li {
    font-size: 18px;
    font-weight: 500;
    color: #2d8f00;
}

.about-section .img-container {
    display: flex;
    justify-content: flex-end;
}

.about-section .img-container img {
    width: 100%;
}

.about-section .solution-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 45px 30px;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 50px;
}

.solution-card .author-img-container {
    width: 25%;
	padding-top: 300px;
}

.author-img {
    width: 375px;
}

.solution-card .author-content {
    width: 75%;
}

.solution-card .author-img img {
    width: 100%;
}

.solution-card .author-img {
    position: absolute;
    left: -70px;
    bottom: 0;
}

.solution-card .research-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.solution-card .author-info {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

.research-info {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
}

.author-video-msg {
    max-width: 1000px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    color: black;
}

/**** About Section  ****/

/**** Video Section  ****/
.video-section {
    padding-top: 50px;
    margin-bottom: -280px;
}

.video-mockup {
    margin: auto;
    max-width: 750px;
}

.video-mockup img {
    width: 100%;
}

.video-wrapper {
    position: relative;
    top: -45px;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 400px;*/
}

.youtube-video {
    /*aspect-ratio: 16 / 9;*/
    width: 100%;
}

.video-rounded {
  border: 1px solid black;
  border-radius: 25px;
  background: #000000;
  padding: 20px;
  box-shadow: 0 0 0 1px #939393, 
  0 0 0 3px #FFFFFF, 
  0 0 0 4px #939393;
}

/**** End Video Section  ****/

/**** Solution Section  ****/
.solution-section {
    background: #ebfbff;
    padding-top: 20px;
	padding-bottom: 30px;
}

.solution-section h1 {
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
    color: rgb(7, 89, 183);
    max-width: 1140px;
    margin-bottom: 15px;
}

.solution-section p {
    color: black;
}

.solution-section .f-24 {
    font-size: 24px;
    margin-bottom: 40px;
}

.product-img-box {
    margin: auto;
    text-align: center;
    max-width: 1200px;
    margin-bottom: 30px;
}

.product-img-box img {
    width: 100%;
}

/**** End Solution Section  ****/

/**** Service section  ****/
.service-section {
    padding: 0;
}

.service-card {
    box-shadow: 0px 8px 18.9px 2.1px rgba(2, 2, 2, 0.05);
    border-radius: 25px;
    text-align: left;
    color: black;
    padding: 25px;
	margin-bottom: 15px;
    min-height: 392px;
    background: #fff;
    border: 1px solid #fff;
}

.text-recomend {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    max-width: 980px;
    text-align: center;
    line-height: 1.333;
    margin: 40px 0 40px 0;
}

/**** End Service section  ****/

/**** Product Section  ****/
.product-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 25px 0;
	min-height: 540px;
}

.product-section .title {
    margin-bottom: 25px;
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    max-width: 950px;
    margin-bottom: 40px;
}

.product-card-wrapper {
    margin-top: 40px;
}

.product-card {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 18.9px 2.1px rgba(2, 2, 2, 0.05);
    padding: 25px;
}

.product-title {
    color: #0759b7;
    font-size: 24px;
    margin-bottom: 20px;
}

.product-img-container {
    width: 300px;
    margin: auto;
}

.product-img-container img {
    width: 300px;
    height: 250px;
    object-fit: contain;
}

.product-price {
    font-size: 35px;
	margin-top: 7px;
}

span.strike-through-price-home {
	text-decoration: line-through;
	color: red;
}


.product-shipping {
    color: black;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.order-btn {
    display: inline-block;
    background: #2d8f00;
    padding: 13px 38px;
    border-radius: 9px;
    font-size: 18px;
    cursor: pointer;
	color: #ffffff;
}
.order-btn:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}

.order-btn a {
	color: #2d8f00;
}

.order-btn a:hover {
	/*color: #2d8f00;*/
}

/**** End Product Section  ****/
.white-area {
    height: 330px;
}

/**** footer section ****/
.footer-section {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.footer-content {
    max-width: 450px;
    margin-bottom: 10px;
}

.footer-logo {
    width: 240px;
    margin-bottom: 15px;
}

.footer-content p {
    color: #fff;
    font-weight: 400;
}

.footer-logo img {
    width: 100%;
}

.footer-nav {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.footer-nav ul {
    display: flex;
    list-style: none;
}

.footer-nav ul li a {
	display: block;
	margin: .3rem .6rem .3rem .6rem;
	padding: 5px 5px 5px 0;
}

/**** End footer section ****/

/*************************** 
        Buy Now Page  
***************************/
.page-top-section {
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.place-order-section {
    padding: 16px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.top-section-content h4 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-section-content h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.custom-card {
    border-radius: 10px;
    padding: 25px 50px;
    margin-bottom: 30px;
}

.custom-card .card-heading {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.custom-card p {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-card span {
    color: #fff;
    font-size: 18px;
}

.inner-card {
    padding: 10px;
    border-radius: 15px;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 15px;
}

.quantity-card {
    background: #fff;
    padding: 15px;
}

.quantity-card .form-group input {
    background: #0659b7;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 5px;
    border-radius: 6px;
    width: 80px;
    height: 35px;
    text-align: center;
    font-size: 18px;
}

.quantity-card .form-group label {
    font-size: 18px;
    color: black;
    margin-right: 5px;
    font-weight: 400;
}

.quantity-card .form-group input::placeholder {
    color: #fff;
    background: #0659b7;
}

.quantity-card .form-group {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.custom-form-input {
    height: 55px;
    border-radius: 10px;
    border: 0;
    outline: 0;
    color: #959595;
    padding: 5px 25px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.custom-form-input.form-select {
    font-size: 18px;
    padding: 0.7rem 2.25rem 0.7rem 0.75rem;
    border: 0;
    outline: 0;
    color: #959595;
    border-radius: 10px;
}

.custom-form-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.shipping-card {
    max-width: 625px;
    margin-bottom: 5px;
}

.custom-form-check {
    display: flex;
    color: #fff;
    font-size: 18px;
}

.custom-form-check label {
    margin-left: 10px;
}

.payment-card .form-group img {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 200px;
}

.form-group.p-relative input {
    padding-right: 55px;
}

.place-order-btn {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 14px 50px;
}

.place-order-btn:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}

/*************************** 
    End Buy Now Page  
***************************/

/*************************** 
        Contact US  
***************************/
.contactus-content {
    max-width: 900px;
    margin: auto;
}

.contactus-content p {
    font-size: 18px;
    font-weight: 500;
    color: black;
    line-height: 1.3;
    margin-bottom: 40px;
}

.paragon-address {
    list-style: none;
    margin-bottom: 40px;
}

.paragon-address li {
    color: black;
    font-size: 18px;
}

.paragon-address li:first-child {
    color: #0659b7;
    font-size: 24px;
}

.custom-textarea {
    border: 0;
    outline: 0;
    color: #959595;
    padding: 9px 23px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 15px;
}

.submit-btn {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 14px 50px;
}

.submit-btn:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}

/*************************** 
        End Contact US  
***************************/

/*************************** 
        Disclaimber  
***************************/
.disclaimber-text-container p {
    font-size: 16px;
    color: #053535;
    line-height: 1.5;
}

.disclaimber-text-container p:not(:last-child) {
    margin-bottom: 20px;
}

/*************************** 
        End Disclaimber  
***************************/

div.in_depth_container ul li {
	margin-top: 4px;
}

span.strike-through-price {
	text-decoration: line-through;
	color: red;
	font-size: 18px;
}

.ingredient-text {
	padding: 25px 25px 0 25px;
}

@media (max-width: 575.98px) {

	.about-section .container {
		max-width: 100%;
	}
	
	.solution-section .container {
		max-width: 100%;
	}

    /* home page  */
    .hero-section {
        background-position: 0% 100%;
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-btn {
        padding: 10px 38px;
        font-size: 16px;
    }

    .about-title {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .about-section .problem-content {
        margin-bottom: 0;
    }

    .about-section .problem-content ul {
        margin-bottom: 10px;
        padding-left: 2rem;
    }

    .about-section .problem-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-section .solution-card {
        padding: 35px 15px;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 20px;
        flex-direction: column;
        background-color: #0653ab;
    }

    .solution-card .author-img-container {
        width: 100%;
		padding-top: 0;
    }

    .solution-card .author-img {
        position: relative;
        left: -5px;
        top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .solution-card .author-content {
        width: 100%;
        /* text-align: center; */
    }

    .solution-card .author-info {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .solution-card .research-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .research-info {
        font-size: 16px;
    }

    .author-video-msg {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .video-container {
        width: 70%;
    }

    .solution-section h1 {
        font-size: 22px;
    }

    .solution-section .f-24 {
        font-size: 16px;
    }

    .service-card {
        padding: 25px;
        min-height: 280px;
        margin-bottom: 15px;
    }

    .product-card {
        padding: 25px 10px;
        margin-bottom: 15px;
    }

    .product-title {
        color: #0759b7;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-img-container img {
        width: 250px;
        height: 180px;
        object-fit: contain;
    }

    .order-btn {
        padding: 10px 38px;
        font-size: 16px;
    }


    .white-area {
        height: 0;
    }

    .header {
        height: 80px;
    }

    .header .navbar-brand {
        width: 180px;
    }

    .header .navbar-collapse {
        flex-grow: 0;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem #0659b7;
    }

    .footer-section {
        padding: 40px 0;
    }

    .footer-nav {
        justify-content: flex-start;
        text-align: left;
    }

    .footer-nav ul {
        flex-direction: column;
    }

    /* End home page  */

    /* disclaimber  */
    .page-top-section {
        height: 240px;
        background-position: 20% 100%;
    }

    .top-section-content h1 {
        font-size: 24px;
    }

    .top-section-content h4 {
        font-size: 22px;
    }

    .place-order-section {
        padding: 16px 0;
    }

    .custom-card {
        border-radius: 10px;
        padding: 16px 8px;
        margin-bottom: 15px;
    }

    .custom-card .card-heading {
        font-size: 20px;
    }

    .custom-card p {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .quantity-card {
        /*text-align: left;*/
        margin-bottom: 10px;
    }

    .quantity-card .form-group {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

    .custom-card span {
        font-size: 15px;
    }

    .place-order-btn {
        font-size: 20px;
        padding: 10px 40px;
    }

    /* End disclaimber  */
    .contactus-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .paragon-address {
        margin-bottom: 15px;
    }

    .paragon-address li:first-child {
        font-size: 20px;
    }

    .paragon-address li {
        font-size: 16px;
    }

	span.strike-through-price {
		font-size: 18px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {

	.about-section .container {
		max-width: 100%;
	}
	
	.solution-section .container {
		max-width: 100%;
	}



    /* home page  */
    .hero-section {
        background-position: 40% 100%;
    }

    .hero-title {
        font-size: 35px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-btn {
        padding: 12px 38px;
    }

    .about-title {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .about-section .problem-content {
        margin-bottom: 0;
    }

    .about-section .problem-content ul {
        margin-bottom: 10px;
        padding-left: 2rem;
    }

    .about-section .problem-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-section .solution-card {
        padding: 35px 15px;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 20px;
        flex-direction: column;
        background-color: #0653ab;
    }

    .solution-card .author-img-container {
        width: 100%;
		padding-top: 0;
    }

    .solution-card .author-img {
        position: relative;
        left: -5px;
        top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .solution-card .author-content {
        width: 100%;
        text-align: center;
    }

    .solution-card .author-info {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .solution-card .research-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .research-info {
        font-size: 16px;
    }

    .author-video-msg {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .video-container {
        width: 70%;
    }

    .solution-section h1 {
        font-size: 22px;
    }

    .solution-section .f-24 {
        font-size: 16px;
    }

    .service-card {
        padding: 25px 35px;
        min-height: 280px;
        margin-bottom: 15px;
    }

    .product-card {
        padding: 25px 10px;
        margin-bottom: 15px;
    }

    .product-title {
        color: #0759b7;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-img-container img {
        width: 250px;
        height: 180px;
        object-fit: contain;
    }

    .order-btn {
        padding: 10px 38px;
        font-size: 16px;
    }

    .white-area {
        height: 0;
    }

    .header {
        height: 80px;
    }

    .header .navbar-brand {
        width: 180px;
    }

    .header .navbar-collapse {
        flex-grow: 0;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem #0659b7;
    }

    .footer-section {
        padding: 40px 0;
    }

    .footer-nav {
        justify-content: flex-start;
        text-align: left;
    }

    .footer-nav ul {
        flex-direction: column;
    }

    /* End home page  */

    /* disclaimber  */
    .page-top-section {
        height: 240px;
        background-position: 20% 100%;
    }

    .top-section-content h1 {
        font-size: 24px;
    }

    .top-section-content h4 {
        font-size: 22px;
    }

    .place-order-section {
        padding: 16px 0;
    }

    .custom-card {
        border-radius: 10px;
        padding: 16px 8px;
        margin-bottom: 15px;
    }

    .custom-card .card-heading {
        font-size: 20px;
    }

    .custom-card p {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .quantity-card {
        /*text-align: left;*/
        margin-bottom: 10px;
    }

    .quantity-card .form-group {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

    .custom-card span {
        font-size: 15px;
    }

    .place-order-btn {
        font-size: 20px;
        padding: 10px 40px;
    }

	span.strike-through-price {
		font-size: 18px;
	}

    /* End disclaimber  */
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* home page  */
    .hero-section {
        background-position: 50% 100%;
    }

    .hero-btn {
        padding: 12px 38px;
    }

    .about-title {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .about-section .problem-content {
        margin-bottom: 0;
    }

    .about-section .problem-content ul {
        margin-bottom: 10px;
        padding-left: 2rem;
    }

    .about-section .problem-content p {
        /* font-size: 16px; */
        margin-bottom: 10px;
    }

    .about-section .solution-card {
        padding: 35px 15px;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 20px;
        flex-direction: column;
        background-color: #0653ab;
    }

    .solution-content {
        margin-top: 20px;
    }

    .solution-card .author-img-container {
        width: 100%;
		padding-top: 0;
    }

    .solution-card .author-img {
        position: relative;
        left: -5px;
        top: 0;
        margin: auto;
        margin-bottom: 20px;

    }

    .solution-card .author-content {
        width: 100%;
        /* text-align: center; */
    }

    .solution-card .author-info {
        margin-bottom: 15px;
    }

    .solution-card .research-title {
        margin-bottom: 15px;
    }

	.product-section {
		min-height: 740px;
	}


    .research-info {
        /* font-size: 16px; */
    }

    .author-video-msg {
        /* font-size: 16px; */
        margin-bottom: 15px;
    }

    .video-container {
        width: 70%;
    }

    .solution-section h1 {
        font-size: 36px;
    }

    .service-card {
        padding: 25px;
        min-height: 280px;
        margin-bottom: 15px;
    }

    .product-card {
        padding: 25px 10px;
        margin-bottom: 15px;
    }

    .product-title {
        color: #0759b7;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-img-container img {
        width: 250px;
        height: 180px;
        object-fit: contain;
    }

    .order-btn {
        padding: 10px 38px;
        font-size: 16px;
    }

    .white-area {
        height: 0;
    }

    .header {
        height: 80px;
    }

    .header .navbar-brand {
        width: 180px;
    }

    .header .navbar-collapse {
        flex-grow: 0;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem #0659b7;
    }

    .footer-section {
        padding: 40px 0;
    }

    .footer-nav {
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }

    .footer-nav ul {
        flex-direction: column;
    }

    /* End home page  */

    /* disclaimber  */
    .page-top-section {
        height: 240px;
        background-position: 20% 100%;
    }

    .top-section-content h1 {
        font-size: 24px;
    }

    .top-section-content h4 {
        font-size: 22px;
    }

    .place-order-section {
        padding: 16px 0;
    }

    .custom-card {
        border-radius: 10px;
        padding: 16px 8px;
        margin-bottom: 15px;
    }

    .custom-card .card-heading {
        font-size: 20px;
    }

    .custom-card p {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .quantity-card {
        /*text-align: left;*/
        margin-bottom: 10px;
    }

    .quantity-card .form-group {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

    .custom-card span {
        font-size: 15px;
    }

    .place-order-btn {
        font-size: 20px;
        padding: 10px 40px;
    }

	span.strike-through-price {
		font-size: 18px;
	}

    /* End disclaimber  */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-subtitle {
        text-shadow: 1px 1px 1px #787171;
    }

    .hero-section {
        background-position: 83% 100%;
    }

    .hero-title {
        text-shadow: 1px 1px 1px#787171;
    }

    .solution-card .author-img-container {
        width: 35%;
		padding-top: 300px;

    }

    .solution-card .author-content {
        width: 65%;
    }

    .service-card {
        padding: 25px;
        min-height: 340px;
        margin-bottom: 15px;
    }

    .quantity-card .form-group {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

	span.strike-through-price {
		font-size: 18px;
	}

}

@media (min-width:1200px) and (max-width: 1399.98px) {
	
	.solution-section h1 {
        font-size: 40px;
    }

    .solution-card .author-img-container {
        width: 30%;
		padding-top: 300px;
    }

    .service-card {
        padding: 25px;
        min-height: 350px;
		margin-bottom: 15px;
    }

    .quantity-card .form-group {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }


	span.strike-through-price {
		font-size: 18px;
	}

}

@media (min-width: 1400px) {
	
    .quantity-card .form-group {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

	span.strike-through-price {
		font-size: 18px;
	}

}


@media (max-width: 500px) {

	.about-section .container {
		max-width: 100%;
	}
	
	.solution-section .container {
		max-width: 100%;
	}

	.product-section {
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    padding: 30px 0 25px 0;
		min-height: 500px;
	}


}