/*
 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
*/

body.home .home-top-section {
    padding: 150px 10px 150px 10px !important;
}
.client_heading{
  padding:0 90px !important;
}
.Fixed_heading{
     padding:0 20rem 0 0 !important;
}
.home-top-section {
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-position: center center;
    background-color: #000000;
}
.home-top-section .home-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
}
.home-top-section .top_section_heading .heading-section-title h2 {
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-style: none;
    font-size: 64px;
    font-weight:300;
    line-height: 74px;
    margin-bottom: 60px;
    margin-top: 30px;
    color: #FFFFFF;
}
.home-top-section .top_section_heading .heading-section-description {
    color: #7A808C;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 0px 0px 0px 0px;
}
.button{
    background-color: #FFFFFF;
    border: none;
    color: #000000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
 .center_button {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .center_button:hover , .button:hover{
    background-color: #C3AC7E !important;
    color: #000000 !important;
    border:none !important;
}
  section.middle-section,  section.mission-section {
    padding: 100px 50px;
    text-align: center;
}
.middle-section .top_section_heading .heading-section-title h2 {
    padding: 0px 20px 0px 20px;
    border-radius: 0px 0px 0px 0px;
    border-style: none;
    margin-bottom: 40px;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 75px
}
.middle-section .top_section_heading .second-heading-section-title h2 {
    margin-top: 80px;
}
/* map section */

.home-map-section .home-map-container {
    display: flex;
    margin-right: auto;
    padding: 100px 10px;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
}
.home-map-container {
  max-width: 1620px !important;
}


/*philosophy section */
.philosophy_background {
  background: url("https://sblaw.spandandentalclinic.com/wp-content/uploads/2024/01/philosophy-image.png");
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.Philosophy-section .home-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
}
.Philosophy-section .inner-container {
  padding: 95px 20% 75px 100px;
  background-color: #F6F6F6;
  height: 100%;
}

section.Philosophy-section {
    padding: 100px 0px;
}
.Philosophy-section .container {
    max-width: 1920px !important;
    padding:0px ;
}
.Philosophy-section .philosophy_section_heading .Philosophy-section-title h2 {
    margin-bottom: 20px;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    color: #060A13;
}
.Philosophy-section .philosophy_section_heading .Philosophy-section-description {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color:#7A808C;
}
.philosophy-section > div.right-image img {
  max-width: 100%;
  height: auto;
}

.philosophy-section-heading .Philosophy-section-description {
  margin-bottom: 20px !important;
  font-family: Inter;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 25px !important;
  color:#7A808C;
}
.philosophy-section .center_button {
  margin: 40px 0 !important;
}
.philosophy-section > div.left-card {
  grid-area: 1/2/4/8;
  padding: 3rem;
  background: #f6f6f6;
  border: none;
}
.philosophy-section > div.right-image {
  grid-area: 5/8/2/14;
  padding: 4rem 0;
}

.philosophy-section > div.left-gray-box {
  grid-area: 1/1/4/10;
  background: #F6F6F6;
}
.philosophy-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  margin: 2rem 0 2rem 0rem;
}
/* service section */
.unique-section h1 , .service-section h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 85px;
    text-align: Center;
    text-transform: capitalize;
    margin-bottom: 60px;
  }
  section.service-section {
    margin: 20px 0;
}
  .service-box {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
  .service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease;
  }
  
  .service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 50px;
    text-align: center;
    transition: all 0.5s ease;
    background-color: #F6F6F6;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
  }
  .service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .service-box .service-icon .front-content i {
    font-size: 28px;
    color: #060A13;
    margin-bottom: 20px;
  }
  
  .service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: #060A13;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #060A13;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .service-box .service-content p {
    font-size: 13px;
    color: #060A13;
    margin: 0;
  }
  .gray {
    background-color: #F6F6F6;
  }
  .white {
    background-color: #ffffff;
  }

  .service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
  }
  .service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  .row>* {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/* form section */

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  margin: 2rem 0 2rem 15rem;
}
.grid-container > div.image {
  grid-area: 1/1/2/8;
  padding: 3rem 0 0 0;
}
.grid-container > div.image img {
  max-width: 50%;
  height: auto;
}
.grid-container > div.card {
  grid-area: 1/6/2/14;
  padding: 4rem 4rem 3rem 3rem;
  background: transparent;
  border: none;
}
.grid-container > div.gray-box {
  grid-area: 1/2/2/14;
  background: #F6F6F6;
}
li.fill-section {
  display: flex;
  column-gap: 60px;
}

.row.body {
  padding: 15px;
}
.btn-submit {
  background-color: #4f6fad;
  border-bottom-color: #374d78;
}
.btn-submit:hover {
  background-color: #5f7db6;
}

form {
  max-width: 100%;
  display: block;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  margin: 0;
  clear: both;
  display: inline-block;
  width: 100%;
}
form ul li:last-child {
  margin: 0;
}
form ul li p {
  margin: 0;
  padding: 0;
  float: left;
}
form ul li p.right {
  float: right;
}
form ul li .divider {
  margin: 0.5em 0 0.5em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #4f6fad;
  background-image: linear-gradient(to right, #ee9cb4, #4f6fad);
}
form ul li .req {
  color: #ee9cb4;
}
form label {
  display: block;
  margin: 0 0 0.5em 0;
  color: #4f6fad;
  font-size: 1em;
}
form input {
  margin: 0 0 0.5em 0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  color: #555;
  font-size: 1em;
}
form textarea {
  border: 1px solid #ccc;
  padding: 14px 18px;
  width: 129%;
  color: #555;
}
/*About us page css */
.abouttop_section {
  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;
}

.About-header {
  padding: 5% 0;
}
.About-header h2 {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}
.About-header p {
  color: #fff;
  font-size: 16px;
}
.uppercase_letter a {
  color: #C3AC7E;
}
p.uppercase_letter {
  text-transform: uppercase;
}
.service-button{
     text-align: center;
     margin-top: 60px;
}
/*team css*/
section.unique-section,section.service-section {
  padding: 20px;
  margin: 50px 0;
}
.team {
  padding: 50px 0;
}

.team .box .image {
  position: relative;
  height: 100%;
}
/*
.team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}*/

.team .box .image .social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 20;
  text-decoration: none;
  opacity: 0;
  margin-top: 100px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
  font-size: 18px;
  padding: 0 7px;
  color: ##C3AC7E;
}

.team .box:hover .overlay {
  opacity: 0.85;
}

.team .box:hover .social-icons {
  margin-top: 0;
  opacity: 1;
}

.team .box h3 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 30px;
color: #060A13;section
}

.team .box h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
font-style: normal;
color:  #7A808C;
font-weight: 400;
line-height: 25px; 
  margin-top: 5px;
  padding-bottom: 25px;
}
.unique-box {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  border: 1px solid var(--BOrder, #E8E6E6);
background: var(--White, #FFF);
box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.03);
}
.unique-icon {
  width: 100%;
  height: 220px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s ease;
}
.unique-box .unique-icon .front-content i {
  font-size: 28px;
  color: #060A13;
  margin-bottom: 20px;
}

.unique-box .unique-icon .front-content h3 {
  font-size: 15px;
  color: #060A13;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.unique-section .row {
  gap: 55px;
  justify-content: space-between;
}
.expertise_section {
  padding: 50px 10px 50px 10px;
  margin-right: 70px;
  text-align: right;
}
.right-expertise_section {
  padding: 50px 10px 50px 10px;
  margin-left: 70px;
  text-align: left;
}
.top-space {
  margin-top: 10%;
}
.col img {
  max-width: 90%;
  z-index: 9999;
  position: relative;
}
.right-img-section {
padding: 50px 20px;
position: relative;
}
p{
color: var(--Light-FOnt, #7A808C);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
}
 h2{
  color: var(--Black, #060A13);
font-size: 64px;
font-style: normal;
font-weight: 300;
line-height: 75px; 
margin-bottom: 20px;
}
.right-img-section::after{
  background: #E8E6E6;
  content: '';
  height: 490px;
  margin: -10px;
  width: 600px;
  position: absolute;
  right: 10px;
  z-index: 000;
  bottom: 0;
}
.left-img-section {
  padding: 50px 20px;
  position: relative;
  }
  .left-img-section::after {
    background: #E8E6E6;
    content: '';
    height: 440px;
    margin: -10px;
    width: 520px;
    position: absolute;
    left: 10px;
    z-index: 000;
    bottom: 0;
}

.img-left img {
  max-width: 90%;
  z-index: 9999;
  position: relative;
  float: right;
}
/* slider css */
tst-slider-container {
  position: relative;
}

.tst-slider-nav-item.prev {
  position: absolute;
  top: 60px;
  text-decoration: none;
  left: 8%;
}
.tst-slider-nav-item.next {
  position: absolute;
  top: 60px;
  text-decoration: none;
  right: -90%;
}

.avatar-list {
  list-style: none;
  text-align: center;
  height: 160px;
  display: block;
}
.avatar-list .avatar-list-item {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border: 5px solid #ebebeb;
  transition: all 0.2s linear;
}
.avatar-list .avatar-list-item img {
  width: 100%;
}
.avatar-list .avatar-list-item.active {
  width: 160px;
  height: 160px;
}

.info-list {
  list-style: none;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  margin-top: 30px;
}
.info-list .info-list-item {
  display: none;
}
.info-list .info-list-item.active {
  display: block;
}
p.description-box {
  padding: 0 15%;
}
section.left-side-image {
  background-image: url(https://sblaw.spandandentalclinic.com/wp-content/uploads/2024/01/mission-left-image.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 10% 50%;
}
section.mission-section{
  background-image: url(https://sblaw.spandandentalclinic.com/wp-content/uploads/2024/01/mission-right-image.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 13% 50%;
  margin: 30px 0;
}
/*
.container.about_section.right-img-sectiona:after {
  background: #000;
  max-width: 1920px;
}*/

@media only screen and (max-width: 1685px) {
.Fixed_heading {
  padding: 0 12rem 0 0 !important;
}
}
@media only screen and (max-width: 1500px) {
  .Fixed_heading {
    padding: 0 8rem 0 0 !important;
  }
  }
@media only screen and (max-width: 1300px) {
  .Fixed_heading {
    padding: 0 0rem 0 0 !important;
}
  .top-space {
    margin-top: 0%;
}
.right-expertise_section {
  padding: 0px 10px 0px 10px;
}
.left-img-section::after {
  height: 380px;
  width: 440px;
}
.home-map-section .home-map-container {
  padding: 30px 10px;
}
.Philosophy-section .inner-container {
  padding: 40px;
}
.image-margin {
  text-align: center;
}
section.left-side-image, section.mission-section {
  background-size: 15% 50%;
}
}
@media only screen and (max-width: 1200px) {
  .philosophy_background {
    min-height: 460px !important; 
}
.client_heading{
  padding:0 0px !important;
}
}
@media only screen and (max-width: 1024px) {
  section.left-side-image, section.mission-section {
    background-size: 20% 40%;
}
  h2 {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 40px;

  }
  .home-top-section .top_section_heading .heading-section-title h2 {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 40px;
    margin-top: 15px;
}
  .unique-section h1, .service-section h1 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 20px;
}
/*form responsive */
li.fill-section {
  column-gap: 10px;
}
form textarea {
  width: 120%;
}
.grid-container > div.card {
  padding: 3rem;
}
.grid-container > div.image img {
  max-width: 100%;
}
.grid-container > div.image {
  grid-area: 1/1/2/6;
}
.grid-container {
  margin: 2rem 0 2rem 5rem;
}
}
@media only screen and (max-width: 980px) {
form textarea {
  width: 111%;
}
.philosophy-section > div.right-image {
  padding: 0rem 0;
}
.philosophy-section {
  display: block;
}
.Philosophy-section .inner-container, .philosophy-section > div.left-card {
  padding: 2rem;
}

}
@media only screen and (max-width: 768px) {
  .Philosophy-section .inner-container, .philosophy-section > div.left-card {
    padding: 1rem;
  }
  .img-left img {
    float: none;
}
.mission-section h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
section.mission-section, section.left-side-image {
  margin: 0px 0;
  background: none;
}
p.description-box {
  padding: 0;
  text-align: justify;
}

 h2 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 30px;
}
  .right-expertise_section {
    padding: 0px 10px 0px 10px;
    margin-left: 0px; 
}
.home-top-section .top_section_heading .heading-section-description {
  font-size: 20px;
  line-height: 30px;
}
.middle-section .top_section_heading .second-heading-section-title h2 {
  margin-top: 30px;
}
.right-img-section::after,.left-img-section::after {
      display: none;
}
.service-button {
  text-align: center;
  margin-top: 0;
}
section.unique-section, section.service-section {
  padding: 20px;
  margin: 0px 0;
}
  .right-img-section, .left-img-section{
    padding: 20px 15px;
    position: relative;
}
.col img , .img-left img  {
  max-width: 100%;
}
.top-space {
  margin-top: 0%;
  padding: 10px;
}
.expertise_section {
  padding: 10px 20px 10px 14px;
  text-align: center;
}
.row.aboutsecond_section {
  display: block;
  text-align: center;
}
  .unique-section h1, .service-section h1 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
}
  .unique-section .row {
    justify-content: center;
}
section.middle-section, section.Philosophy-section, section.mission-section{
  padding: 30px 0px;
}

  .middle-section .top_section_heading .heading-section-title h2 {  
    margin-bottom: 40px;
    font-size: 54px;
    line-height: 56px;
}
  .grid-container {
    display: block;
}
.grid-container {
  margin: 2rem 0;
}
.grid-container > div.image {
  padding:0;
}
  .grid-container > div.card {
    padding: 1rem;
}
}
@media only screen and (max-width: 600px) {
  .col-md-6.col-lg-3.text-center {
    text-align: left !important;
    padding: 0px 0 0 20px !important;
}
  .image-margin {
    margin: auto;
}
section.home-map-section {
  text-align: center;
}   
    .home-top-section .col-50 {
        width: 100%;
    }
    .home-top-section .top_section_heading .heading-section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    body.home .home-top-section {
        padding: 100px 10px 100px 10px !important;
        text-align: center;
    
    }
    .middle-section .top_section_heading .heading-section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
  }
  
@media only screen and (max-width: 480px) {
  form textarea {
    width: 100%;
}
  input {
    width: 100%;
  }

  label {
    width: 100%;
    display: inline-block;
    float: left;
    clear: both;
  }

  li, p {
    width: 100%;
  }
}
