:root {
  --clr-primary: #d03523;
  --clr-secondary: #0b2212;
  --clr-text: #000000;
  --clr-red: #ff4747;
  --clr-green: green;
  --clr-yellow: orange;
  --clr-white: #ffffff;
  --clr-bg-white: #ffffff;
  --body-bg: #efeff3;
  --logo-font: "Limelight", sans-serif;
  --font-family: "Montserrat", sans-serif;
}
html,
body {
  scroll-behavior: smooth;
}
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.pointer {
  cursor: pointer;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--font-family);
  box-sizing: border-box;
}
body.light-theme {
  background: var(--body-bg);
}
/* PAGE */
.max-width-set-1350 {
  max-width: 1350px;
  margin: 0 auto;
}
.section-card {
    background: #ffffff;
}

.section-card.contact-section-card {
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid #dddada;
}

section.section-container.contactus-page-section {}

section.section-container.contactus-page-section .section-wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0px;
}

h1.section-title.mb-0 {}

.section-card-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0e0;
    padding-bottom: 20px;
}

.section-card-header .section-title {
    font-size: 26px;
    font-weight: 800;
}

section.section-container.contactus-page-section .section-card-header .section-title {
    color: var(--clr-primary);
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 700;
}

.form-field-box label {
    font-weight: 700;
    font-size: 14px;
}

.form-field-box input {
    min-height: 40px;
}

.form-field-container {
    margin-bottom: 20px;
}

.form-field-box input, .form-field-box textarea {
    font-size: 14px;
    font-weight: 500;
}

.form-field-box input::placeholder, .form-field-box textarea::placeholder {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}
.required{
    color: #ff4747;
}
.clr-primary{
    background: var(--clr-primary);

}
.section-card.no-bg{
    background: transparent;
}
.section-card-header.no-border{
    border: none;
}
.clr-white{
    color: #ffffff;
}
.cdb-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cdb-box {
    flex: 1 1 100%;
    padding: 15px 0;
}

.cdb-box-wrapper {
    text-align: center;
    color: #ffffff;
}

.cdb-data-ara a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.cdb-box-icon span {
    font-size: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--clr-primary);
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.cdb-box-icon {
    margin-bottom: 15px;
}

section.section-container .section-wrapper {
    padding: 50px 10px;
}


.form-field-box {
    position: relative;
}

.form-field-box input.error {
    border-color: #ff4747;
}

.form-field-box label.error {
    position: absolute;
    height: auto !important;
    margin: 0;
    font-weight: 500;
    font-style: italic;
    padding: 0 3px !important;
    left: 10px !important;
    top: 90%;
}
.form-field-container .custom-btn {
    margin-top: 30px;
}
.form-field-box.captcha-box-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.refresh-container span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #efeff3;
    border-radius: 0.25rem;
    font-size: 17px;
    cursor: pointer;
    color: #2d2d2d;
}

.refresh-container span:hover {
    color: #000000;
}
small#incorrect_captcha {
    display: block;
    color: #ff4747;
    font-size: 12px;
    font-weight: 600;
    padding-top: 5px;
}

.form-field-box input.valid {
    border-color: #ff4747;
}
.pagetitle-container {
    margin-bottom: 5px;
}

.page-title {
    font-size: 26px;
    font-weight: 800;
}

.section-wrapper {}
@media only screen and (min-width: 1180px){
   .section-card.contact-section-card {
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #dddada;
} 

section.section-container.contactus-page-section .section-wrapper {
    margin: 0 auto;
    max-width: 50%;
    padding: 40px 10px;
}
.pagetitle-container {
    margin-bottom: 25px;
}
.cdb-wrapper .cdb-box:not(:last-child) {
    border-right: 1px dashed #ffffff;
}
.cdb-box {
    flex: 1 1 33%;
    padding: 15px 0;
}
}