/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.9.1748331718
Updated: 2025-05-27 07:41:58

*/


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter";
    font-size: 16px;
    background-color: #fff;
}

a {
    text-decoration: none;
}

p a,
li a {
    text-decoration: underline;
    color: #535862;
}

h1 {
    font-size: 52px;
    color: #181D27;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 42px;
    color: #181D27;
    font-weight: 600;
    margin-bottom: 16px;
}

h3 {
    color: #181D27;
    font-size: 20px;
    font-weight: 600;
}

p,
li {
    font-size: 18px;
    color: #535862;
    font-weight: 400;
    line-height: 1.5;
}

.ft20 {
    font-size: 20px;
}

.site-width {
    max-width: 1440px;
    padding-left: 90px;
    padding-right: 90px;
    margin: auto;
}

.flex {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: start;
}

.gap20 {
    gap: 20px;
}

/* header  */
header {
    position: sticky;
    top: 0;
    background: #fafafa;
    z-index: 999999999;
    padding: 20px 0;
}

.logo img {
    max-width: 40px;
}

.flex.hdr {
    gap: 30px;
    justify-content: space-between;
}

.btn,
.wpcf7-submit {
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #d5d7da;
    color: #414651;
}

.org-btn,
.wpcf7-submit {
    background-color: #FF6719 !important;
    border: 2px solid #FF6719 !important;
    color: #fff;
    border: 0;
}

/* header  */
.site-width-left {
    max-width: 1440px;
    padding-left: 0px;
    padding-right: 90px;
    margin-left: auto;
    margin-right: auto;
}

.site-width-right {
    max-width: 1440px;
    padding-right: 0px;
    padding-left: 90px;
    margin-left: auto;
    margin-right: auto;
}

main#site-content .col {
    flex: 1 50%;
    padding-left: unset;
    padding-right: unset;
}

main#site-content .col1 {
    flex: 1 40%;
}

.clm img {
    max-width: 50px;
}

.mt16 {
    margin-top: 16px !important;
}

.flx-dir {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%;
    padding-bottom: 70px; */
    gap: 170px;
}

img {
    width: 100%;
    height: auto;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}

#rpl-18 {
    margin-top: 100px;
    margin-bottom: 100px;
}

#rpl-18 p,
#rpl-18 li {
    font-size: 16px;
}

#rpl-18 h3 {
    padding-bottom: 12px;
}

#mt60 {
    margin-top: 60px;
}

/* section 1  */
.mt60 {
    margin-top: 60px;
}

.list {
    color: #535862;
    font-size: 16px;
    /* padding: 0px 20px; */
        padding-left: 20px;
}

.list li {
    list-style: disc;
    /* list-style: none; */
    line-height: 1.6;
    margin: 8px 0px;
    text-align: left;
    padding-bottom: 5px;
    /* position: relative; */
    /* padding-left: 30px; */
}

.list li:first-child {
    margin-top: 0;
}

/* ul li:before {
    background-image: url(http://localhost/ruby/wp-content/uploads/2025/05/check.svg) !important;
    background-color: #FF6719;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    left: 0px;
    border-radius: 50px;
    padding: 10px;
    top: 4px;
} */

.t-center {
    text-align: center;
}

.bg-drk {
    background-color: #A94A19;
}

.bg-drk h2, .bg-drk h1 {
    color: #fff;
}

.bg-drk p.ft20 {
    max-width: 550px;
    margin: auto;
    color: #FFCCB1;
}

.bg-drk form {
    margin-top: 32px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.bg-drk input {
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background-color: #fff;
    padding: 14px;
    font-family: 'Inter';
}

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

.mx900 {
    max-width: 900px;
    margin: auto;
}

.ftr-sec {
    border-top: 1px solid #fff;
    padding: 30px 0;
}

.ftr-sec p,
.ftr-sec a {
    color: #fff;

}

.ftr-sec .flex {
    justify-content: space-between;
}

.org-bg {
    background-color: #FF6719;
}

.org-bg h2 {
    color: #fff;
}

table {
    margin-top: 30px;
    border-spacing: 0;
}

table thead {
    background: #FF6719;
    color: #fff;
}

table tbody tr td {
    padding: 12px;
    line-height: 1.6;
}

table tbody tr td:first-child {
    max-width: 18%;
    width: 100%;
}

table tbody tr:nth-of-type(odd) {
    background: #e9e9e9;
    /* background: #f6f8fa; */
}

table tbody tr:nth-of-type(even) {
    background: #fff;
}

table th {
    padding: 10px 0;
}

.tp-bar {
    display: none;
    padding: 10px 0;
}

.tp-bar .flex {
    flex-direction: row;
    justify-content: center;

}

.tp-bar .btn {
    padding: 6px 12px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-wrapper {
  width: 100%;
  max-width: 452px;
}

.form-wrapper h2 {
  margin-bottom: 48px;
  font-weight: 600;
  color: #000;
}

.container h2 {
  align-self: flex-start; 
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 452px;
}

.row {
  display: flex;
  gap: 12px;
  width: 100%;
}

label {
  color: #414651;
  margin-bottom: 6px;
  font-weight: 500;
	font-size: 16px;
    line-height: 40px;
}
.policy{
color: #414651;}

label span,
 {
  color: #7f56d9;
}

input,
textarea {
  padding: 10px 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
 font-family: 'Inter';
}
span.wpcf7-list-item {
    display: block;
	    margin: 0;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    width: 100%;
}
span.wpcf7-list-item label input {
    max-width: 20px;
}
.col-contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.row .col-contact {
  max-width: calc((452px - 12px) / 2);
}
input[type="submit"] {
    font-size: 18px;
    text-transform: capitalize;
}
input::placeholder {
    font-family: 'Inter';
}
/* Hide validation tips unless .show-validation is added */
.wpcf7 form:not(.show-validation) .wpcf7-not-valid-tip {
  display: none !important;
}

/* Optional: highlight invalid fields after submit */
.wpcf7 form.show-validation .wpcf7-not-valid {
  border: 2px solid red !important;
}
article#post-193 h2 {
    color: #a94a19;
}
h4.health-txt {
    font-size: 22px;
    padding-top: 18px;
    padding-bottom: 12px;
    color: #a94a19;
}
ul.er-list {
    list-style: none;
}
ul.er-list li{
	padding-bottom:10px;
}
@media (max-width: 1300px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 28px;
    }
}

@media (max-width: 1092px) {
    .flex {
        flex-direction: column;
        gap: 30px;
    }

    .banner {
        padding-top: 40px;
    }

    .flex.hdr,
    .ftr-sec .flex,
    .clm .flex,
    .fst-m,
	.hdr .flex{
        flex-direction: row;
    }

    .site-width-right,
    .site-width-left {
        padding-left: 60px;
        padding-right: 60px;
    }

    .clm-rvs {
        flex-direction: column-reverse;
    }

    .flx-dir {
        gap: 20px;
    }

    img.img-w {
        max-width: 600px;
        margin: auto;
        display: block;
    }

    #rpl-18 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #rpl-18 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    table {
        width: 1092px;
    }

    .b-table {
        overflow: scroll;
    }
	.hdr .flex {
    gap: 10px;
}
}


@media (max-width: 991px) {
    .grid {
        grid-template-columns: 1fr 1fr;
    }

    table tbody tr td:first-child,
    table thead tr th:first-child {
        max-width: 15%;
        position: sticky;
        left: 0;
        z-index: 99999;
        background: inherit;
    }

    .mb-none {
        display: none;
    }

    .tp-bar {
        display: block;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .site-width,
    .site-width-right,
    .site-width-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    img.img-w {
        max-width: unset;
    }

    div#rpl-18 .mt60 {
        margin-top: 30px;
    }

    .ftr-sec .flex {
        flex-direction: column;
    }
    .bg-drk form{
        flex-direction: column;
    }
    .bg-drk input{
        width: 100%;
    }
}
@media (max-width: 500px) {
  .row {
    flex-direction: column;
  }

  .row .col-contact {
    max-width: 100%;
  }
}