@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}
img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li,
p {
    font-size: 16px;
    color: #6e6e6e;
    line-height: 1.6;
}
p:last-child{
    margin-bottom: 0;
}

.container{
    max-width: 1020px !important;
    padding: 0 30px;
}
.section_padding{
    padding: 80px 0;
}
.section_ty_padding{
	 padding: 100px 0 !important;
}
.section_ty_footer_padding {
    padding: 200px 0px 80px !important;
}

.section_small_padding{
    padding: 40px 0;
}
.common-title {
    margin-bottom: 50px;
}
.btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.grey-bg{
    background: rgb(240, 243, 245);
}

.default-btn {
    background: #4A2E91;
    color: #FFFFFF !important;
    font-size: 0.9907rem;
    font-family: Outfit;
    font-weight: 400;
    font-style: normal;
    line-height: 1.389;
    width: 17rem;
    border-radius: 41px;
    text-align: center;
    padding: 11px;
    transition: all .5s;
    text-transform: uppercase;
    text-align: center;
}
.default-btn:hover{
    background-color: #704BCE;
}
.btn-wrap .default-btn:first-child{
    background: #4CC4F9;
}
.btn-wrap .default-btn:first-child:hover{
    background: #3F99C1;
}
.default-content h1 {
    line-height: 1.3;
    font-size: 54px;
    font-weight: 700;
    color: #4A2E91;
}
.default-content h2 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    color: #4A2E91;
}
@media only screen and (max-width: 1200px){
    .default-content h1{
        font-size: 48px;
    }
    .default-content h2{
        font-size: 32px;
    }
}
@media only screen and (max-width: 991px){
    .default-content h1{
        font-size: 40px;
    }
    .default-content h2{
        font-size: 28px;
    }
    .section_padding{
        padding: 60px 0;
    }
    .section_ty_padding{
	 padding: 80px 0 !important;
	}
    .section_ty_footer_padding {
    	padding: 180px 0px 60px !important;
	}
    .common-title {
        margin-bottom: 40px;
    }
    .btn-wrap {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px){
    .default-content h1{
        font-size: 32px;
    }
    .default-content h2{
        font-size: 24px;
    }
    .section_padding{
        padding: 50px 0;
    }
    .section_ty_padding{
	  padding: 70px 0 !important;
     }
     .section_ty_footer_padding {
      padding: 170px 0px 50px !important;
    }
    .common-title {
        margin-bottom: 30px;
    }
    .btn-wrap {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px){
    .default-content h1{
        font-size: 26px;
    }
    .default-btn span{
        display: none;
    }
    .btn-wrap {
        flex-direction: column;
        gap: 10px;
    }
    .default-btn {
        width: 100%;
    }
}



/* header css Start */
header.site-header {
    background: #47b3ea;
    padding: 24px 0 12px;
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.header-logo img {
    max-width: 158px;
}
@media only screen and (max-width: 575px){
    .header-btn .default-btn{
        width: 120px;
    }
}

/* header css End */

/* Banner css Start */
section.banner-section {
    background: linear-gradient(0deg, rgba(71, 179, 234, .79), rgba(71, 179, 234, 1) 95%), url(/lp-asset/lp-images/banner-bg-image.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 20px 0 30px;
    overflow: hidden;
}
.banner-row {
    display: flex;
    /* align-items: center; */
    column-gap: 20px;
    flex-wrap: wrap;
}
.banner-content {
    max-width: calc(100% - 400px);
    width: 100%;
    align-content: center;
}
.banner-content h1{
    margin-bottom: 20px;
}
.banner-content h2{
    color: #fff;
    margin-bottom: 16px;
}
.banner-content h2 span {
    position: relative;
    z-index: 1;
    padding: 0 6px 3px;
    white-space: nowrap;
}
.banner-content h2 span:before {
    background-color: #4A2E91;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
    border-radius: 10px;
}
.banner-content p{
    font-size: 17px;
    color: #4A2E91;
}
.banner-content a img {
    max-width: 282px;
}

.banner-person {
	position: relative;
    z-index: 1;
}
.banner_person_img{
	position: absolute;
    width: 45%;
    bottom: -8%;
    right: -8%;
    z-index: -1;
}


.banner-form {
    max-width: 380px;
    width: 100%;
    border: 0;
    border-radius: 7px 7px 22px 22px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner-form h3 {
    background: rgb(74, 46, 145);
    color: #fff;
    padding: 20px 30px;
    border-radius: 7px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
.banner-form h3 p{    
    margin-top: 12px;
}
.cosmetic-dentistry-miami-lp-banner .banner-form h3 {
    font-size: 26px;
}
.banner-form p {
    font-size: 17px;
    line-height: 1.5;
    color: #6e6e6e;
    padding: 0 30px;
}
.cosmetic-dentistry-miami-lp-banner .banner-form h3 p{
    font-size: 15px;
}
.general-dentistry-tamarac-lp .banner-content > p {
    max-width: 60%;
}

.banner-form p b {
    color: #4a2e91;
}
.banner-form form {
    padding: 0 30px 30px;
}
.form-que {
    position: relative;
    padding-bottom: 20px;
}
.form-que textarea,
.form-que input {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #BDBDBD;
    font-size: 15px;
    padding: 9.75px 20px;
    border-radius: 0;
}
.label1 {
    position: absolute;
    font-size: 12px;
    color: #f00;
    left: 0;
    bottom: 4px;
}
.form-submit button {
    background: #4CC4F9;
    color: #FFFFFF;
    font-size: 17px;
    font-family: Arial;
    font-weight: 400;
    width: 100%;
    padding: 13.25px 20px;
    border-radius: 50px;
    border: 0 !important;
}
.form-submit button:hover {
    background: #243DAE;
}

@media only screen and (max-width: 991px){
    .banner-form h3{
        font-size: 32px;
    }
    .general-dentistry-tamarac-lp .banner-content > p {
        max-width: 100%;
    }
    .banner_person_img {
        bottom: -15%;
        z-index: 1;
    }
}
@media only screen and (max-width: 991px) and (min-width: 769px){
    .banner_person_img{
        display: none;
    }
}   
@media only screen and (max-width: 768px){    
    .banner-form h3{
        font-size: 22px;
    }
    .cosmetic-dentistry-miami-lp-banner .banner-form h3 {
        font-size: 20px;
    }
    .banner-form p,
    .banner-content p{
        font-size: 16px;
    }
    .banner-form,
    .banner-content {
        max-width: 100%;
    }
    .banner_person_img{
        position: unset;
        width: 100%;
        height: 300px;
        object-fit: contain;
        object-position: bottom center;
    }
}
@media only screen and (max-width: 575px){
    .banner-form p{
        padding: 0 20px;
    }
    .banner-form form{
        padding: 0 20px 20px;
    }
}

/* Banner css End */

/* Specification css Start */
.specification-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.specification-row > div {
    max-width: calc(33.33% - 20px);
    width: 100%;
}
.specification-box img {
    max-width: 43px;
}
.specification-box h3 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 4px;
    color: #4CC4F9;
}
.specification-row .specification-img-box {
    max-width: calc(66.66% - 10px);
    height: auto;
    min-height: 160px;
    border-radius: 22px;
    background-image: url(/lp-asset/lp-images/dental-chair-and-oth.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 991px){
    .specification-row > div {
        max-width: calc(50% - 15px) !important;
    }
}
@media only screen and (max-width: 575px){
    .specification-row > div {
        max-width: 100% !important;
        text-align: center;
    }
}
/* Specification css End */

/* Side Image css Start */
.side-img-section .side-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.side-img {
    max-width: 300px;
    height: auto;
}
.side-img img {
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    height: 100%;
    min-height: 340px;
}
.side-content {
    max-width: calc(100% - 350px);
    align-content: center;
}
ul.common-listing li {
    position: relative;
    padding-left: 18px;
}
ul.common-listing li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(80, 182, 250);
    left: 0;
    top: 8px;
}
ul.checkbox-listing li {
    padding-left: 32px;
    margin-bottom: 14px;
}
ul.checkbox-listing  li:before {
    width: 24px;
    height: 24px;
    background: url(/lp-asset/lp-images/blue-check-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
}
.bottom-line {
    position: relative;
}
.bottom-line:after {
    max-width: 400px;
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #A3BAC6;
}
section.side-img-section.long-image .side-img {
    max-width: 45%;
}
section.side-img-section.long-image .side-content {
    max-width: calc(55% - 50px) ;
}
@media only screen and (min-width:768px){
    .side-img-section.right-image .side-row {
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width:768px){
    .side-img-section .side-row{
        gap: 24px;
    }
    .side-content,
    .side-img{
        max-width: 100% !important;
    }
    .bottom-line:after {
        max-width: 200px;
    }
}
/* Side Image css End */

/* Meet Doctor css Start */
.dr-row {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
}
.dr-col {
    max-width: calc(33.33% - 20px);
    width: 100%;
}
.dr-col > img {
    max-height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px 22px 0 0;
}
.dr-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 0;
    margin-bottom: 0;
    color: #4A2E91;
    text-align: center;
}
button.dr-modal-open-btn {
    border: 0;
    margin: 0 auto;
    color: #4cc4f9;
    display: block;
    background-color: transparent;
    text-decoration: underline;
}

.dr-content .modal-dialog {
    max-width: 768px !important;
    width: calc(100% - 30px);
}
.dr-content .modal-content{
    position: relative;
}
.dr-content .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
        padding: 30px 15px;
}
.dr-content .modal-body img {
    max-width: 40%;
    width: 100%;
    object-fit: contain;
    border-radius: 22px;
}
.dr-content .modal-body .modal-dr-content {
    max-width: calc(60% - 30px);
    width: 100%;
}
.dr-content .modal-body .modal-dr-content h3{
    text-align: left;
    font-size: 22px;
}
.dr-content .modal-content .close {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(50%, -50%) rotate(45deg);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, .2);
    font-size: 26px;
    text-align: center;
    line-height: 30px;
}

@media only screen and (max-width: 768px){
    .dr-content .modal-dialog{
        max-width: 500px;
    }
    .dr-col {
        max-width: calc(50% - 15px);
    }
    .dr-content .modal-body .modal-dr-content,
    .modal-body img{
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .dr-row{
        max-width: 350px;
        gap: 16px;
    }
    .dr-col{
        max-width: 100%;
    }
}
/* Meet Doctor css End */
/* Dental Service css Start */
.dental-service-section {
    background: #4cc4f9;
    padding: 20px 30px;
}
.dental-service-section h2{
    margin-bottom: 0;
    color: #FFF;
}
.site-icon {
    background: url('/lp-asset/lp-images/foote-logo.webp') 0 -3.75rem / 21.875rem 7.0625rem;
    width: 51px;
    height: 53px;
    margin: 0 auto 10px;
}
/* Dental Service css End */

/* Pricing Section css Start */
.pricing-row {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.pricing-row .pricing-col {
    max-width: calc(50% - 15px);
    width: 100%;
}
p.note {
    font-size: 12px;
    font-style: italic;
    padding-top: 12px;
    margin-top: 20px;
    border-top: 1px solid #A3BAC6;
}
.pricing-box {
    border-radius: 22px;
    padding: 24px;
    background: #fff;
    margin-bottom: 7px;
}
.pricing-box p b,
.pricing-box h2 {
    color: #4A2E91;
    font-weight: 700;
}
ul.pricing-list {
    margin-bottom: 10px;
}
ul.pricing-list li:before {
    width: 6px;
    height: 6px;
    background: rgb(110, 110, 110);
    top: 10px;
}
@media only screen and (max-width:768px){
    .pricing-box,
    .pricing-row .pricing-col{
        max-width: 100%;
    }
}
/* Pricing Section css End */
/* Emeregency Section css Start */
.emergency-section{
    background: linear-gradient(rgb(74 46 145 / 70%), rgb(74 46 145 / 70%)), url('/lp-asset/lp-images/comfort-in-the-denti-img.webp');
}
.emergency-section .side-content h2,
.emergency-section .side-content p{
    color: #fff;
}
.google-map iframe {
    display: block;
    margin-bottom: -60px;
    margin-top: auto;
}
@media only screen and (min-width: 1400px){
    .google-map{
        margin-left: -150px;
        margin-right: -150px;
    }
}
@media only screen and (min-width: 768px){
    .emergency-section.cosmetic-page .side-img img{
        object-fit: contain;
        object-position: bottom;
        transform: scale(1.5);
        border-radius: 0;
        transform-origin: bottom right;
        position: relative;
        z-index: -1;
    }
}
/* Emeregency Section css End */

/* Footer Section css Start */
footer.site-footer {
    background: #4a2e91;
    padding: 100px 0 24px;
}
.footer-logo img {
    max-width: 200px;
    width: 100%;
}
.footer-content {
    max-width: 575px;
    width: 100%;
    margin: 20px auto 0;
}
.footer-content p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/* Footer Section css End */

/* ==================== General Dentistry Page Css Start====================== */

.banner-form h3 p.form_para{
	padding: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight:400;
    margin-top: 5px;
}

.side-row .mx-583{
    max-width: 583px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.side-row .mx-583 .btn-wrap{
	 justify-content: center !important;
}


/* ==================== cosmetic Dentistry Page Css Start====================== */

/*===============================================

= Start Before After CSS

===============================================*/

.before-after-sec .common-title p {
  max-width: 680px;
  margin: 0 auto;
}



.before-after-slider {
  margin-bottom: 0 !important;
}

.repid-smile-bg .comparison-main > * {
  padding: 0;
}

.gallery-row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.gallery-col {
  max-width: calc(50% - 32px);
  width: 100%;
}

.comparison {
  width: 100%;
  padding-bottom: 59%;
  overflow: hidden;
  position: relative;
}

.figure {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: var(--after-img);
}
.comparison:before,
.comparison:after{
    position: absolute;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-weight: 500;
    bottom: 10px;
    z-index: 1;
}
.comparison:before{
    content: "Before";
    left: 10px;
}
.comparison:after{
    content: "After";
    right: 10px;
}

.divisor {
  background-size: cover;
  position: absolute;
  width: 50%;
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
  background-image: var(--before-img);
}

.divisor::before,
.divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(57.5% - 20px);
  background: #4CC4F9;
  z-index: 3;
}

.divisor::before {
  top: 0;
  -webkit-box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

.divisor::after {
  bottom: 0;
  -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.divisor span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  border-radius: 100%;
  background: transparent;
}

.handle::before,
.handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.handle::before {
  border-right: 6px solid #4CC4F9;
  left: 50%;
  margin-left: -20px;
}

.handle::after {
  border-left: 6px solid #4CC4F9;
  right: 50%;
  margin-right: -20px;
}

.comparison input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
  cursor: col-resize;
  border: none;
  max-width: inherit;
  padding: 0px;
}

input[type="range"]:focus,
input[type="range"]:active {
  border: none;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

.comprison-before-after {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.comprison-before-after > * {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

.case-name p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  padding: 24px 0 8px;
}

.before-after-slider .slick-track {
  display: flex;
}

.comparison-content {
  height: 100%;
}

.before-after-slider .comparison-main {
  height: auto;
  padding: 0 25px;
}

@media only screen and (max-width: 1200px) {
  .gallery-col {
    max-width: calc(50% - 24px);
  }

  .before-after-slider .comparison-main {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .gallery-row {
    gap: 24px;
  }

  .gallery-col {
    max-width: calc(100%);
  }

  .before-after-slider .comparison-main {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .comparison-content {
    padding: 0px !important;
  }

  .case-name p {
    padding: 24px 8px 8px;
  }
}

/*===============================================

= End Before After CSS

===============================================*/




/*===============================================
= Start Review CSS
===============================================*/
.review-slider {
    margin: 0 -15px;
}
.review-slider.slick-slider{
    margin-bottom: 0px;
}
.review-tab-navigation {
    display: none;
}
.review-tab-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DEE4E1;
    position: relative;
    align-items: center;
    justify-content: left;
/*    width: fit-content;*/
    margin: 0 auto;
}
.responsive-tabs > i {
    display: none;
}
.review-tab-navigation ul li a {
    font-size: 18px;
    line-height: 1.66;
    color: var(--black);
    font-weight: 400;
    display: inline-block;
    padding-bottom: 18px;
}
.review-tab-navigation ul li a.active {
    border-bottom: 2px solid #31A853;
}
.review-tab-navigation ul li:not(:last-child) {
    margin-right: 30px;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*     height: 100% !important; */
}
.review-slider .slick-track > div {
    height: auto;
    display: flex;
}
.review-slider-content {
    background: #EEF7FF;
    padding: 40px 30px 100px;
/*    margin: 0 15px;*/
    height: inherit;
    position: relative;
    /* margin-top: 35px;  */
/*    border: 1px solid #F4F4F4;*/
    transition: all 0.4s;
}
.review-slider-content.slick-slide{
    height: inherit;
}
.review-slider-content h3 {
    font-size: 24px;
    color: var(--blue_color);
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.review-slider .tesimonial_revire_sec{
    margin-bottom: 30px;
}
.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review-rating ul li:not(:last-child) {
    margin-right: 6px
}
.review-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
/*    padding: 0 15px 0 0!important;*/
    display: inline-block;
}
.review-slider .slick-slide > div {
    padding: 0px 15px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.google-review {
    position: absolute;
    bottom: 0;
    padding: 30px 0;
}
.more-text{
    display: none;
}
.review-section-content {
    position: relative;
}
.review-sec .review-slider .slick-arrow{
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
    .review-slider .slick-track {
        height: 100% !important;
    }
}
@media only screen and (max-width: 1199px) {
    .review-tab-navigation ul li a {
        font-size: 17px;
    }
    .google-review {
        padding: 30px 0;
    }
    .review-slider-content h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        /*margin: 0 16px;*/
        padding: 40px 30px 90px;
    }
    .review-slider-content:hover{
        border-bottom: unset;
    }
    .review-tab-navigation ul {
        border: none;
        width: 100%;
    }
    .review-tab-navigation ul li {
        display: none;
        width: 100%;
        padding: 8px 0;
        margin: 0 !important;
        border-bottom: 1px solid #DEE4E1;
    }
    .review-tab-navigation ul li a {
        padding-bottom: 0;
        width: 100%;
        font-size: 16px;
    }
    .review-tab-navigation ul li a.active {
        border: none;
    }
    .review-tab-navigation ul.open li {
        display: block;
    }
    .review-tab-navigation ul li.active {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
    }
    /*.responsive-tabs > i {
        position: absolute;
        top: 10px;
        font-size: 20px;
        right: 0px;
        display: block;
        padding: 0 5px;
        color: var(--blue_color);
    }*/
    .review-slider-content h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    }
    .review-tab-navigation ul{
        margin-top: 0px;
    }
    /*.review-slider-content{
        margin: 35px 15px 0;
    }*/
    .review-slider .slick-arrow{
        width: 30px;
        height: 30px;
    }
    .review-slider .slick-prev{
        left: 0;
    }
    .review-slider .slick-next{
        right: 0;
    }
    .review-slider .slick-prev:before, .review-slider .slick-next:before{
        background-size: 20px;
    }
    .review-slider-content h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
.review-description .more-text{
    display: none;
}
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #676769;
}
.read_more_txt p {
    color: #515b5b;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
    max-height: 150px!important;
    overflow-y: scroll;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 700;
    color: var(--blue_color);
    font-size: 16px;
    line-height: 1.6;
    transition: all .3s;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media only screen and (min-width: 768px){
    .tab-content {
        padding: 0 36px !important; 
    }
}
/* width */
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
@media only screen and (max-width:480px){
    .scrollbar-inner,
    .read-more-span{
        padding: 0px !important;
    }
}
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); 
    border-radius: 10px;
}
/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: rgba(74, 46, 145, .5); 
    border-radius: 10px;
}
/*===============================================
= End Review CSS
===============================================*/

/*============================================
= start slide arrow Section CSS
=============================================*/

 .review-slider .slick-prev, .review-slider .slick-next {
    top: calc(100% + 48px);
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 7px 7px 20px 0px #554C4C33;
    border-radius: 50%;
}

.review-slider .slick-next:before, .review-slider .slick-prev:before{
    content: "" !important;
    background-image: url(/lp-asset/lp-images/arrow-left-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .review-slider .slick-next:before {
    transform: rotate(180deg)
}
@media only screen and (max-width: 991px) {
    
    .review-slider .slick-next, .review-slider .slick-prev{
        top: calc(100% + 20px);
    }
}

@media only screen and (max-width: 767.5px){
	.review-slider .slick-prev, .review-slider .slick-next {
      width: 45px;
      height: 45px;
    }
}
@media only screen and (max-width: 575px) {
    
    .review-slider .slick-next, .review-slider .slick-prev {
        width: 40px;
        height: 40px;
    }
    .review-slider .slick-prev {
        transform: translateX(calc(-100% - 10px));
    }
    .review-slider .slick-next{
        transform: translateX(calc(100% + 10px));
    }
}

/* arrow section bottom padding */
.bottom_arrow_sec {
    padding-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
    .bottom_arrow_sec {
        padding-bottom: 180px;
    }
}
@media only screen and (max-width: 767.98px) {
    .bottom_arrow_sec {
        padding-bottom: 100px;
    }
}
/*============================================
= End slide arrow Section CSS
=============================================*/
/* ====================General Dentistry Thank you Page Css Start====================== */

.section-visible{
	overflow: visible !important;
    position: relative;
    z-index: 5;
}

.section-visible .google-map{
	position: relative;
    z-index: 5;
}

.section-visible .google-map iframe {
    display: block;
    margin-bottom: -250px !important;
    }
    
.banner_content_padding{
	padding-bottom: 80px;
}

@media only screen and (max-width: 991.5px){
    .section-visible .google-map iframe {
        margin-bottom: -228px !important;
    }
}
@media only screen and (max-width: 768.5px) {
    .section-visible .google-map iframe {
        margin-bottom: -200px !important;
    }
    .banner_content_padding {
     padding-bottom: 60px;
    }
}

@media only screen and (max-width: 480.5px) {
    .banner_content_padding {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 425.px) {
    .section_ty_padding {
        padding: 50px 0 !important;
    }
}