/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .woocommerce .card .woocommerce-loop-product__title, h6, .h6{
  font-family: 'Poppins-Bold', Sans-serif;
  color: #070707;
}
.wpcf7 form.invalid .wpcf7-response-output{
  border-color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output{
  border-color: #DA3832;
}

.fas {
  font-family: "Font Awesome 6 Free" !important;
}
.services_second_section{
  padding: 0px 0px 15px 0px !important;
}
.footer-menu li a:hover ,.footer-widget ul li a:hover{
  color: #DA3832 !important;
}
.row{
  --bs-gutter-x: 0rem !important;
}
.footer_right_button{
  margin: auto;
  text-align: center;
}
.footer_right_button .fr_btn.btn_right {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  fill: #151D31;
  color: #ffffff;
  background-color: #DA3832;
  border-style: none;
  padding: 16px 40px 16px 40px;
  border-radius: 6px 6px 6px 6px;
}
.footer_right_button .fr_btn.btn_right:hover {
  background-color: #fff;
  color: #000;
}

.footer_right_button .fr_btn.btn_left {
  margin-right: 24px;
  background-color: #151d31;
  border-radius: 6px 6px 6px 6px;
  padding: 16px 40px 16px 40px;
  text-align: center;
  color: #fff;
  line-height: 1.6em;
  font-size: 16px;
}
.footer_right_button .fr_btn.btn_left:hover {
  background-color: #DA3832;
  color: #fff;
  
}

[class*="jki jki-"] {
  font-family: 'jkiticon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jki-phone-solid:before {
  content: "\ecfe";
  padding-right: 5px;
}
.footer_right_button .fr_btn.btn:hover {
  color: #000;
  background-color: #fff;
}
.footer-widget p {
  margin-bottom: 0px;
}
.footer-header h2 {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4em;
  font-family: 'Poppins-bold', sans-serif;
  margin-right: 30px;
}
footer {
    background-color: #070707;
}
a {
    text-decoration: none ;
}
.textwidget p {
    color: #fff;
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-social-icon {
    display: flex !important;
}
.footer-section {
  background: #070707;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
/*.single-cta i {
  color: #ffd278 ;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
} */
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins-Regular', sans-serif;
  margin-right: 30px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-right: 30px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 25x;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #DA3832;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ffd278;
    padding: 13px 20px;
    border: 1px solid #ffd278;
    top: 0;
}
.subscribe-form button i {
  color: #000;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #070707;
  padding: 25px 0 0 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}
.nav{
    display: block !important;
    text-align: end !important;
}
col-xl-6 col-lg-6 text-lg-left{
    text-align: end;
}

.textwidget p{
  padding-right: 20px;
}
/* about page css*/

p.uppercase_letter {
  text-transform: uppercase;
  color: #ffffff;
}
.uppercase_letter a{
  color:#DA3832 ;
}
.cssanimation, .cssanimation span {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.cssanimation span { display: inline-block }
.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.col p{
  color: #040613;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  font-family: 'Poppins-Regular', sans-serif;
}

.abouttop_section {
  background-image: url("https://sueostler.spandandentalclinic.com/wp-content/uploads/2023/10/spacious-grey-living-room-interior.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.aboutmain_line {
  
  background-color: #1d1d1da3;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.About-header {
  padding: 10% 0;
}
.About-header h2 {
  color: #fff;
  display: block;
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins-bold', sans-serif;
  
}
.About-header p {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins-Regular', sans-serif;
}
.aboutsecond_section{
  margin-top: 75px;
  margin-bottom: 85px;
}

.col h2 {
  color: #000;
  display: block;
  font-size: 27px;
  font-weight: 600;
  line-height: 42px;
  margin: -14px 200px -6px 0px;
  padding: 8px 0 16px 0;
  
}
.col span{
  color: #B8B8C1;
  font-size: 16px;
  margin: -10px 0px 0px 0px;
  font-family: 'Poppins-Regular', sans-serif;
}
hr.solid {
  border: 1px solid #bbb;
  margin: 60px 0;
}

.col img{
  border-radius: 12px 12px 12px 12px;
  max-width: 90%;
}
.expertise_section {
  padding: 10px 0 20px 0;
}

.progress_section{
  background-color: #EAEAEA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 30px 20px 30px;
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  display: flex;
}
.property_management_box{
  background-color: #EAEAEA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 30px 20px 30px;
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  margin: 16px 0;
  display: flex;
}

.expertise_content_box {
  width: 90%;
  align-content: center;
  align-items: center;
  padding: 0;
}
.progress_bar_box{
  max-width: 100%;
  width: 60px;
  text-align: center;
}
.progress_bar{
  padding: 4px 10px 4px 10px;
    background-color: #DA3832;
    border-radius: 3px 3px 3px 3px;
}
.expertise_content p{
  color: #070707;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: 'Poppins-Regular', sans-serif;
  text-align: left !important;
}
.progress_bar p{
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'Poppins-Regular', sans-serif;
}
/*service page css */
.service_section {
  padding: 20px 7% 0;
}
.service_section_color {
  padding-bottom: 35px;
}

section.hire_us.service_form {
  padding: 20px 0 30px 0;
}
.service_section h1{
  color:#000;
  padding-bottom: 10px;

}
.service_section h1 {
  color:#000;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  font-size: 30px;
  padding-top: 50px;
  margin-bottom: 60px;
  font-weight: 600;
}
.service_section h1::after {
  content: '';
  background: #DA3832;
  width: 150px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.service_box{
  display: flex;

}
.service {
  padding:10px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}
.service i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #3a3a3a;
}
.service h2 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color:#000;
}
.service p{
  margin-bottom: 0;
  font-size: 16px;
}
.services_second_section h1::after {
  content: '';
  background: #DA3832;
  width: 150px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
/*.service:hover {
  background-color: #ffd278;
  color: #fff;
  transform: scale(1.05);
}
.service:hover i {
  color: #fff;
}*/
.service_contact_form {
  max-width: 780px;
  margin: auto;
}
.service_contact_box {
padding-right: 10px;
padding-left: 10px;
margin-bottom: 10px;
}
label.service_form_box {
display: none;
}

.Form_area{
font-size: 16px;
font-weight: 400;
font-family:'Poppins-Regular', sans-serif;
color:#fff;
background-color: #fff;
border-color: #878787;
border-style: solid;
border-width: 0 0 1px 0;
transition: 400ms;
padding:12px 16px 12px 16px;
}
.Form_area:hover{
  border-color:#ffd278;
}
.service_from_button{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;

}
.form_btn{
  color: #000;
  background-color: #ffd278;
  border: none;
  font-size: 20px;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 29px 12px 28px;
}
.service_form h2{
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.service_form p{
  text-align: center;
  color: black;
}
.service_form h2::after {
  content: '';
  background: #DA3832;
  width: 250px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 30%;

}
/*contact us css */
.wpcf7-spinner {
  display: none;
}
.space_around input,.space_around textarea {
  font-size: 12px;
}
.submit_button input {
  font-size: 16px;
}
.faq_image_section h2{
  font-size: 24px;
}
.faq_image_section p{
  padding-bottom: 10px;
  color: #b8b8c1;
}
.space_around{
  padding: 0 10px;
}
.space_around p{
  margin-bottom: 0;
}
.contact_section {
  background-image: url("https://sueostler.spandandentalclinic.com/wp-content/uploads/2023/10/woman-typing-on-computer-keyboard.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.form_section{
    background-color: #fff !important;
}
.form_section .widget-wrap {
  align-content: flex-start !important;
}
.form-inline{
  background-color: #EAEAEA;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 150px;
}
label {
  color: black;
  font-weight: 500;
  font-family: 'Poppins-Regular', sans-serif;
  margin: 0 0 10px 0;
}
.contact_header {
  padding: 10% 0;
}
.contact_header h2 {
  color: #fff;
  display: block;
  font-size: 48px;
  font-weight: 600;
  font-family: 'Poppins-bold', sans-serif;
}
.contactmain_line {
  background-color: #1d1d1da3;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
h2.heading_contact {
  font-size: 35px;
  font-weight: 700;
}
.contact_heading {
  margin: 13px ;
}

#faq {
  max-width: 700px;
  margin: 0 50px 0 0;
  padding: 0 15px;
  text-align: left;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h1 {
  color: #000;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 40px;
  font-weight:700;
  letter-spacing: 0px;
}

#faq h2 {
  color: #000000;
  font-family: 'Poppins-regular', sans-serif;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding:20px 30px 0px 30px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}
.padding_left {
  padding: 0 !important;
  margin-bottom: 35px !important;
}
#faq p {
  color: #b8b8c1;
  text-align: left;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  padding: 0 50px 0 30px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  background: #EAEAEA;
  border-radius: 10px;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}
#faq ul li + li {
  margin-top: 15px;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 34px;
  right: 15px;
}
#faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 9px;
}
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
#faq ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}
#faq ul li input[type=checkbox]:checked ~ p {
  max-height: 0;
  transition: .3s;
  opacity: 0;
}
#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.faq_image_section{
    text-align: left;
    padding-left: 20px;
}
.faq_image_section h2 {
  margin:0px;
  padding:8px 0 16px 0;
}
.faq_image_section img {
  max-width: 100%;
}
.contact_image_section{

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 64px 0px;
    border-width: 0 0 1px 0;
}
.contact_image_section .column .widget-wrap {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.contact_section_image {
  height: 62px;
  max-width: 100%;
}
.navbar-brand {
    float: none !important;
    height: auto !important;
    padding: 0px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    margin-left: 0px !important;
}
@media only screen and (max-width: 1200px) {
.footer-header h2 {
  font-size: 35px;
}
#faq {
  max-width: 500px;
}
.col h2 {
  margin: -15px 100px -6px 0px;
}
.faq_image_section h2 {
  margin: 0px;
}
.col p {
  text-align: justify;
}
}
@media only screen and (max-width: 992px) {
  .service_form h2::after {
    width: 230px;
    left: 35%;
  }
  .space_around {
    width: 100%;
}
  #faq {
    max-width: 700px;
  }
  .third-section .columns .col-50.left-side .widget-wrap {
    padding: 0px 30px 0px 0px;
}
.widget-jkit_icon_box .icon-position-left .jkit-icon-box-wrapper .icon-box-body p {
  margin: 8px 10px 0px 0px;
}
.footer_right_button {
  margin: auto;
  padding-top: 30px;
  text-align: initial;
}

.row{
  gap: 30px;
}
.footer-cta.pt-5.pb-5 .row {
  justify-content: space-around;
  gap: 0;
}
.col {
  flex: 1 0 100%;
}
.col img{
  border-radius: 12px 12px 12px 12px;
  max-width: 100%;
}
}
@media only screen and (max-width: 768px) {
  .contact_image_section {
    padding: 40px 0px 40px 0px;

}
  .form-inline {
    background-color: #EAEAEA;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    gap: 0px;
}
  .expertise_content_box {
    width: 85%;
  }
    .footer-social-icon {
        display: block !important;
    }
    .footer-social-icon span {
        display: none;
    }
    .col-xl-6.col-lg-6 {
        text-align: center;
    }
    .footer-social-icon span {
        margin-bottom: 5px;
    }
    .col-xl-6.col-lg-6 {
      text-align: left !important;
  }
  .col-xl-4.col-md-4.mb-30 {
    padding: 10px;
}
.col h2 {
  margin: -15px 10px -6px 0px;
}


}
@media only screen and (max-width: 600px) {
  .contact_header {
    padding: 10% 15px !important;
}
  hr.solid {
    margin: 30px 0;
}
.service {
  padding: 25px 30px;

}
.service_box{
  grid-gap: 10px;
}
  }
  @media only screen and (max-width: 480px) {
    .service_form h2::after {
      width: 230px;
      left: 20%;
    }
    .footer_right_button .fr_btn.btn_left {
   position: relative;
   display: inline-block;
   margin-bottom: 20px;
  }
  .footer_right_button .fr_btn.btn_right {
    position: relative;
    display: inline-block;

}
    }
@media only screen and (max-width: 400px) {
.footer_right_button .fr_btn.btn_left, .footer_right_button .fr_btn.btn_right {
  padding: 16px 30px 16px 30px;
}

}