@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f49e3f !important;
}

.custom-cardheight {
    min-height: 275px;
}

.invalid-feedback {
    display: block;
}

.page-title {
    font-family: "Changa", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
}

body[data-leftbar-theme="dark"] .side-nav .menuitem-active>a {
    color: #02179E !important;
}

body[data-leftbar-theme="dark"] .side-nav .side-nav-link {
    color: #02179E !important;
}

.col-form-label {
    color: #02179E !important;
}

body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a,
body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a,
body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a {
    color: #02179E !important;
}

body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:focus,
body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:hover,
body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:focus,
body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:hover,
body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:focus,
body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:hover {
    color: #000 !important;
}

body[data-leftbar-theme="dark"] .side-nav .side-nav-link:hover,
body[data-leftbar-theme="dark"] .side-nav .side-nav-link:focus,
body[data-leftbar-theme="dark"] .side-nav .side-nav-link:active {
    color: #000 !important;
}

body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link {
    background: #02179E !important;
    color: white !important;
}

.bg-default {
    background: #02179E !important;
    color: white !important;
}

.container {
    max-width: 1170px;
}

/* .navbar {
    position: absolute;
    z-index: 99999;
    top: 0 !important;
    width: 100%;
    background: transparent !important;
} */


.main-hero {
    background-image: url('../images/crypto-bg.png');
    background-size: cover;
    background-position: center;
}

.main-hero .caption {
    text-align: center;
    color: #fff;
    padding: 140px 0;
}

.main-hero .caption h1 {
    font-family: 'Raleway';
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}

.text-body {
    color: #02179e !important;
}

.main-hero .caption h3 {
    color: #fff;
    font-weight: 300;
    font-family: 'Raleway';
    letter-spacing: 0.3px;
    padding: 15px 0;
}

.main-hero .caption .input-group input {
    height: 50px;
}

.main-hero .caption .input-group select {
    background: #c8d2fb;
    border-color: #c8d2fb;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    color: #000;
    height: 50px;
}

.main-hero .caption .input-group {
    max-width: 654px;
    margin: 0 auto 20px auto;
}

.main-hero .caption .input-group button {
    background: #fff;
}

.main-hero .caption .input-group a {
    background: #fff;
}

.main-hero .caption .input-group .input-group-text {
    padding: 0;
    height: 50px;
}

.main-hero .caption ul li {
    padding-right: 35px;
    letter-spacing: 0.5px;
    color: #fff;
}

.main-hero .caption ul li i {
    color: #b9efb9;
}

.border-1px {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-top: 2.8px solid #02179e;
    border-bottom: 3.5px solid #02179e5e
}

.main-hero .caption .btn-danger {
    background: #d50a48;
    padding: 9px 27px;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.bestselling h2 {
    font-family: 'Raleway';
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.bestselling h4 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.bestselling p {
    color: #1030b3;
    font-size: 18px;
    font-weight: bold;
}

.bestselling .product img {
    border-radius: 10px;
}

.btn-badge {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 72px;
    font-size: small;
}

.btn-badge-fit {
    padding-top: 3px;
    padding-bottom: 3px;
    width: fit-content;
    font-size: small;
}

.w-70 {
    width: 80% !important;
}

.redeem-code {
    letter-spacing: 3px;
    font-weight: 700;
}

.topbar {
    background-color: #edffa7;
    padding: 7px 15px;
}

.topbar p {
    font-family: 'Raleway';
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

.banner_content h1 {
    font-family: 'Raleway';
    color: #000;
    font-weight: 600;
    font-size: 40px;
}

.rating {
    unicode-bidi: bidi-override;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 26px;
    color: #306B50;
    cursor: pointer;
    margin-bottom: 0;
}

.rating label:before {
    content: "★";
}

.rating p {
    font-family: 'Raleway';
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 500;
}

.price_sec .offer-box {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: hsl(0deg 0% 9.8%);
    border: 2px solid #d1deb5;
    border-radius: 12px;
    padding: 6px;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.price_sec .offer-box .left-sce {
    border: 2px dashed #ccc;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    border-radius: 16px;
    background-color: #d01313;
    max-width: fit-content;
    margin-right: 17px;
}

.price_sec .offer-box .left-sce h2#price {
    font-size: 30px;
    font-weight: bold;
    color: aliceblue;
    font-family: 'Raleway';
}

.price_sec .offer-box .left-sce p {
    font-size: 15px;
    font-weight: bold;
    color: aliceblue;
    text-transform: uppercase;
    margin-bottom: 0;
}

.price_sec .offer-box .right-sce .online-pay-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
    margin-bottom: 6px;
    font-weight: bold;
    color: aliceblue;
}

.price_sec .offer-box .right-sce .desc {
    font-size: 15px;
    color: #555;
    text-align: center;
    font-weight: bolder;
    color: aliceblue;
}

.price_sec button {
    padding: 15px;
    margin: 5px;
    position: relative;
    width: calc(50% - 20px);
    border-radius: 18px;
    background: #bbb3b3;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #000;
    font-family: 'Raleway';
}

.price_sec .active {
    /* background-color: green;
  color: white; */
    color: #fff;
    border: 2px solid #d10000;
    position: relative;
    z-index: 2;
}

.price_sec .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 68%;
    background: radial-gradient(ellipse at top, #ff3b30 0%, #c40000 55%, #6a0000 100%);
    border-bottom-left-radius: 100% 45%;
    border-bottom-right-radius: 100% 45%;
    z-index: -1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.price_sec .hf-tablet-count {
    line-height: 1.1;
    font-size: 18px;
    font-weight: 600;
}

.price_sec .hf-current-price {
    font-size: 46px;
    font-weight: 800;
}

.price_sec .hf-old-price {
    text-decoration: line-through;
    opacity: .6;
    font-size: 18px;
    font-weight: 500;
}

.price_sec .hf-tax-note {
    font-size: 14px;
    padding: 5px;
    color: black;
    margin-top: 10px;
    font-weight: 500;
}

.price_sec .hf-savings-badge {
    background: #d10000;
    color: #fff;
    padding: 2px;
    border-radius: 20px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
}

.benefit-item {
    display: flex;
    align-items: center;
    background-color: #047a45;
    color: #ffffff;
    padding: 9px 9px;
    border-radius: 25px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.benefit-icon {
    margin-right: 8px;
}

.benefit-item p.benefit-text {
    color: #fff;
    font-family: "Catamaran", serif;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.What_Different h2 {
    font-family: 'Raleway';
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.text-with-shaddow {
    width: 100%;
    padding: 30px 20px 25px 20px;
    text-align: center;
    overflow-x: hidden;
}

.text-with-shaddow__heading {
    font-family: "Outfit", sans-serif;
    font-size: 64px;
    font-weight: 800;
    color: #000;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    white-space: nowrap;
}

.text-with-shaddow__heading::before {
    content: attr(data-text);
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Outfit", sans-serif;
    font-size: 86.4px;
    font-weight: 800;
    color: #000;
    opacity: 0.06;
    z-index: -1;
    white-space: nowrap;
}

@media (max-width: 768px) {

    .text-with-shaddow {
        width: 100%;

        padding: 25px 20px 20px 20px;

    }

    .text-with-shaddow__heading {
        font-size: calc(46px * 0.6);
    }

    .text-with-shaddow__heading::before {
        font-size: calc(43px * 0.8);
        top: -20px;
    }
}

.watchbuy {
    margin-top: 40px;
    margin-bottom: 40px;
}

.swiper2 .card.voucher-card .card-body video {
    border-radius: 5px !important;
}

.product_D {
    /* background-image: url("/Group_11_D.webp") !important; */
    width: 100% !important;
    height: 500px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ingredients {
    margin-bottom: 40px;
}

.ingredient-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25), -1px 0px 2px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 20px;
}

.ingredient-content h6 {
    font-size: 22px;
    margin: 0 0 8px;
    font-weight: 600;
    color: #000;
}

.ingredient-content p {
    font-size: 14px;
    margin: 0;
    color: #6b6b6b;
    line-height: 1.5;
}

.ingredient-image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.ingredient-card:hover {
    transform: translateY(-3px);
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25), -1px 0px 2px rgba(0, 0, 0, 0.12);
}

.benefits-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, .7));
    z-index: 1;
}

.benefits-sec .container-fluid {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
    align-items: center;
}

.benefits-sec {
    position: relative;
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    font-family: "Squada One", sans-serif;
    color: #fff;
    overflow: hidden;
}

.benefits-side-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 110px;
    font-weight: 900;
    letter-spacing: 10px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    opacity: 0.9;
}

.benefits-side-text::before {
    content: attr(data-text);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 900;
    opacity: 0.07;
    white-space: nowrap;
    pointer-events: none;
}

.benefits {
    min-width: calc(33.333% - 27px);
    position: relative;
    overflow: hidden;
}

.benefits .benefit-text {
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 24px;
    font-size: 49px;
    font-weight: 900;
    line-height: 1.2;
    z-index: 2;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
}

.benefits::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3), transparent);
}

.product_bg_2 {
    width: 100% !important;
    height: 500px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.experience {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hf-content .hf-text {
    font-weight: 800;
    margin: 4px 0;
    line-height: 1.05;
    letter-spacing: 0.5px;
    color: #000;
    font-size: 70px;
}

.hf-content .hf-highlight {
    display: inline-block;
    background: #d40000;
    color: #fff;
    padding: 6px 18px;
    font-size: 70px;
    font-weight: 900;
    margin: 8px 0;
    line-height: 1.1;
    letter-spacing: 0.8px;
}

.hf-content {
    margin-top: 120px;
    margin-left: 50px;
}

.consumer {
    width: 100% !important;
    height: 560px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.energy-banner__title {
    font-weight: 900;
    color: #0b6b3a;
    font-size: 68px;
    line-height: 1.1;
}

.energy-banner__highlight-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 8px 0;
    line-height: 1;
}

.energy-banner__highlight {
    background: #e10600;
    color: #fff;
    padding: 6px 16px;
    font-weight: 900;
    border-radius: 4px;
    font-size: 68px;
    line-height: 1;
}

.energy-banner__highlight-side {
    font-size: 68px;
    font-weight: 900;
    color: #000;
    line-height: 1;
}

.energy-banner__subtitle {
    font-weight: 900;
    color: #000;
    font-size: 68px;
    line-height: 1.1;
}

.energy-banner__content {
    margin-top: 200px;
}

.findyou {
    width: 100% !important;
    height: 500px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.consume {
    padding-bottom: 0px;
}

.mobile_view {
    display: none;
}

.desktop_view {
    display: block;
}

.product_D_desktop{
    display: block;
}
.product_D_mobile{
    display: none;
}
.product_bg_2_desktop{
    display: block;
}
.product_bg_2_mobile{
    display: none;
}
.findyou_desktop{
    display: block;
}
.findyou_mobile{
    display: none;
}
.consume .consumer_desktop_2 {
    display: block;
}
.consume .consumer_mobile_2 {
    display: none;
    width: 100%;
}
.consumer_mobile{
    display: none;
}
.order_btn {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
}
.order_btn .btn-primary {
    margin-bottom: 0;
}
.btn-primary {
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 30px;
    background-color: rgb(235 8 19);
    border-color: rgb(235 8 19);
    width: 100%;
    margin: 0 0 auto;
    display: table;
    max-width: 270px;
}
.btn-primary:hover{
    background-color: rgb(235 8 19);
    border-color: rgb(235 8 19);
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    background-color: rgb(235 8 19);
    border-color: rgb(235 8 19);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: rgb(235 8 19);
    border-color: rgb(235 8 19);
}
.footer {
    background-color: #f4f4f4;
    padding: 20px;
    text-align: center;
}
.footer p.Copyright {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    padding: 0
}
.footer p {
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
    padding: 0;
}
.reviews_desktop{
    display: block;
}
.reviews_mobile{
    display: none;
}
.reviews {
    width: 100% !important;
    height: 1100px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact_us h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}
.contact_us p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
.formstyle {
    background-color: #fff;
    padding: 25px;
    border-radius: 9px;
    max-width: 50%;
    margin: 0 auto;
}
.formstyle h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
    font-family: 'Raleway';
}
.js_submit {
    margin: 0 auto;
}
.formstyle {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    max-width: 50%;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.contact_us p span {
    color: rgb(235 8 19);
    font-weight: 600;
}
.contact_us {
    padding-bottom: 50px;
}
.call_action {
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(var(--m-box-shadow-color), 0.09);
    background-color: #edffa7;
    padding: 10px;
}
.call_action a#hfkCall {
    display: flex;
    justify-content: center;
    align-items: center;
}
.call_action a#hfkCall img {
    max-width: 50px;
    margin-right: 15px;
}
.call_action a#hfkCall .telnum {
    font-size: 28px;
    font-family: "Squada One", sans-serif;
    color: #000;
    font-weight: 800;
}
/* .zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
} */

.thankyou_page {
    text-align: center;
    padding: 80px;
}
.thankyou_page .btn-primary {
    margin: 0 auto;
}
.thankyou_page h2 {
    font-family: 'Raleway';
    color: #000;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 15px;
}
.thankyou_page h1 {
    color: #000;
    font-weight: 600;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 11px;
}
.thankyou_page p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .thankyou_page {
        text-align: center;
        padding: 100px 15px;
    }
    .thankyou_page h2 {
        font-family: 'Raleway';
        color: #000;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 0px;
        padding-top: 15px;
    }
    .thankyou_page h1 {
        font-size: 28px;
    }
    .thankyou_page p {
        font-size: 16px;
    }
    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block;
    }
    .topbar p {
        font-size: 13px;
    }
    .benefits-side-text {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 30px;
        opacity: 1;
        text-align: center;
    }

    .benefits-side-text::before {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 34px;
        left: 0;
        text-align: center;
        right: 0;
        top: -10px;
    }

    .benefits img {
        width: 100%;
    }
    .benefits-sec {
        position: relative;
        padding: 20px 20px;
    }
    .benefits .benefit-text{
        font-size: 24px;
    }
    .product_D_desktop{
        display: none;
    }
    .product_D_mobile{
        display: block;
        width: 100% !important;
        height: 750px !important;
    }
    .product_bg_2_desktop{
        display: none;
    }
    .product_bg_2_mobile{
        display: block;
        width: 100% !important;
        height: 530px !important;
    }
    .hf-content {
        margin-top: 30px;
        margin-left: 0px;
        text-align: center;
    }
    .hf-content .hf-text{
        font-size: 28px;
    }
    .hf-content .hf-highlight{
        font-size: 32px;
    }
    .consumer_desktop{
        display: none;
    }
    .consumer_mobile{
        display: block;
        width: 100% !important;
        height: 1080px !important;
    }
    .experience {
        padding-bottom: 20px;
        padding-top: 25px;
    }
    #supporttext {
        order: 1;
    }
    #supportimg {
        order: 2;
    }
    .energy-banner__content {
        margin-top: 30px;
        text-align: center;
    }
    .energy-banner__highlight-wrapper{
        justify-content: center;
    }
    .energy-banner__title{
        font-size: 30px;
    }
    .energy-banner__highlight{
        font-size: 30px;
    }
    .energy-banner__highlight-side {
        font-size: 30px;
    }
    .energy-banner__subtitle{
        font-size: 30px;
    }
    .findyou_desktop{
        display: none;
    }
    .findyou_mobile{
        display: block;
        width: 100% !important;
        height: 630px !important;
    }
    .consume .consumer_desktop_2 {
        display: none;
    }
    .consume .consumer_mobile_2 {
        display: block;
        width: 100%;
    }
    .ingredients {
        margin-bottom: 0px;
    }
    .banner_content h1 {
        font-size: 18px;
        margin-top: 15px;
        font-weight: 700;
    }
    .price_sec .offer-box{
        max-width: 100%;
    }
    .price_sec .hf-current-price {
        font-size: 34px;
    }
    .price_sec button{
        width: calc(50% - 13px);
        padding: 5px;
    }
    .price_sec .hf-tax-note {
        font-size: 13px;
    }
    .price_sec .hf-savings-badge{
        font-size: 14px;
    }
    .What_Different h2{
        font-weight: 800;
        font-size: 26px;
    }
    .benefit-item p.benefit-text {
        font-size: 14px;
        font-weight: 500;
    }
    .benefit-item{
        margin-bottom: 10px;
    }
    .order_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .btn-primary {
        font-family: inherit;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        border-radius: 30px;
        background-color: rgb(235 8 19);
        border-color: rgb(235 8 19);
        width: 100%;
        margin: 0 auto;
        display: table;
    }
    .btn-primary:hover{
        background-color: rgb(235 8 19);
        border-color: rgb(235 8 19);
    }
    .btn-check:focus+.btn-primary, .btn-primary:focus{
        background-color: rgb(235 8 19);
        border-color: rgb(235 8 19);
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
        background-color: rgb(235 8 19);
        border-color: rgb(235 8 19);
    }
    .watchbuy {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .reviews_desktop{
        display: none;
    }
    .reviews_mobile{
        display: block;
        width: 100% !important;
        height: 1350px !important;
    }
    .formstyle {
        padding: 12px;
        max-width: 100%;
    }
    .contact_us h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .contact_us p {
        font-size: 15px;
    }
    .formstyle h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .contact_us {
        padding-bottom: 20px;
    }
}