/* About Us */

.pre_border {
    padding-left: 30px;
    position: relative;
}
.pre_border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #000;
}
.sub_content_box {
    margin-bottom: 30px;
}
.sub_content h5 {
    color: #E8252D;
}

/* Contact Form Section */
.contact_form_section {
    background: #F0F9FF;
}
.contact_form_section .section_title {
    flex-direction: column;
    margin-bottom: 50px !important;
    justify-content: center;
}
.contact_form_section .section_title h2 {
    margin-bottom: 16px;
}
.contact_form_row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_form_col {
    position: relative;
}
.contact_form_col .form-group label {
    position: absolute;
    top: -25px;
    left: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.contact_form_col .form-group label.error {
    position: relative;
    top: -30px;
    left: inherit;
    color: #e8252d;
}  
.checkbox_cover .form-check-label,
.checkbox_cover .form-check-label a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    cursor: pointer;
}
.checkbox_cover .form-check-label {
    padding-left: 6px;
}
.checkbox_cover .form-check-label a {
    text-decoration: underline;
}
.contact_info_sidebar ul li {
    margin-bottom: 10px;
}
.contact_info_sidebar ul li:last-child {
    margin-bottom: 0;
}
.contact_info_sidebar ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: 0.7s;
    position: relative;
}
.contact_info_sidebar {
    background-color: #1173b9;
    padding: 20px;
    border-radius: 8px;
}
.contact_info_sidebar h6 {
    margin-bottom: 10px;
}
.contact_info_sidebar h6,
.contact_info_sidebar p {
    color: #fff;
}
.contact_info_sidebar .email_icn,
.contact_info_sidebar .phone_icn {
    position: relative;
    padding-left: 20px;
}
.contact_info_sidebar ul li p a:before {
    content: '';
    position: absolute;
    top:4px;
    left: 0;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact_info_sidebar .email_icn:before {
    background-image: url(../images/icon_email.svg); 
}
.contact_info_sidebar .phone_icn:before {
    background: url(../images/icon_phone.svg) no-repeat center;
}
/* Thank You */

.lightcolor_box {
    background-color: #f0f9ff;
    padding: 40px;
    max-width: 800px;
}
.link_btn {
    width: auto;
    position: relative;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 8px;
    background-image: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    background-color: #E8252D;
    color: #fff;
}
.link_btn:hover {
    background-color: #000;
    color: #fff;
}

/* Single Pages */
.single-pages h2 {
  font-size: 26px;
  line-height: 30px;
}

.single-pages h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 15px 0;
}

.single-pages ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1375b6;
  margin-bottom: 10px;
}

.single-pages ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

.comments-area {
  display: none;
}

.order-list {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
}

.order-list li {
  position: relative;
  /* display: flex; */
  align-items: start;
  gap: 5px;
  margin-bottom: 10px;
}

.order-list li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.order-list li h2 {
  display: inline-block;
}

.single-pages ol li h3 {
  margin-bottom: 0;
}

.single-pages ul li a {
  display: inline-block;
}

/* End Single Pages */



