body {
    font-weight: 500;
    font-family: "Montserrat", serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button:focus,
button:a {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}


html {
    scroll-behavior: smooth;
}

.cmn-btn {
    background: #f37326;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 30px 14px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

.cmn-btn:hover {
    color: #fff;
    background: #000;
}

.heading h2 {
    color: #000;
    font-size: 42px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 20px;
    font-family: "Playfair", serif;
}

.heading p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

.heading hr {
    width: 100px;
    height: 2px;
    opacity: 1;
    color: #f37326;
    margin: 17px 0px;
}

ul {
    padding: 0;
}


/*======== header area =========*/

.top-lft-logo img {
    width: 180px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 0px rgb(0 0 0 / 6%);
}

.slide-btn a {
    margin-right: 15px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-area {
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    background-color: transparent;

}

.appointment-header {
    display: flex;
    align-items: center;
    background: #f37326;
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px 8px 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.7s;
}

.appointment-header .apt-call-info i,
.appointment-header .apt-call-info a {
    color: #fff;
}

.appointment-header:hover {
    background: #818384;
    color: #fff;
}

.appointment-header:hover .apt-call-info i,
.appointment-header:hover .apt-call-info a {
    color: #fff;
}

.apt-contact {
    display: flex;
    align-items: center;
}

.apt-contact p {
    display: flex;
    align-items: center;
}

.apt-contact p {
    margin-bottom: 0;
    font-weight: 600;
}

.apt-contact a {
    color: #fff;
}

.apt-contact p img {
    margin-right: 6px;
}

.book-btn a {
    background-color: #32B6A8;
    color: #fff;
    padding: 10px 23px;
    display: inline-block;
    border-radius: 32px;
    font-size: 14px;
    margin: 0px 0px;
}

.apt-call-info a {
    color: #000;
    transition: all 0.7s;
}

.apt-call-info i {
    color: #000;
    padding: 9px;
    font-size: 15px;
    margin-right: 0;
    transition: all 0.7s;
}

.apt-contact .cmn-btn {
    background-color: #f37326;
    color: #fff;
    padding: 13px 23px;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    margin-right: 16px;
    transition: all 0.2s ease-in-out;
}

.apt-contact .cmn-btn:hover {
    background: #000;
}

.apt-contact .cmn-btn i {
    margin-right: 5px;
}

/*======== end header area =========*/


/*========== home banner area ========*/

.home-banner-area {
    background-color: #fff6f0;
    padding: 170px 0px 60px;
    background-image: url('../images/banner-bg.png');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}


.home-banner-area.banner-down .banner-lft-cnt p {
    margin-bottom: 10px;
}

.home-banner-area .banner-lft-cnt h2 {
    color: #fff;
    font-size: 47px;
    font-weight: 800;
    line-height: 57px;
    margin-bottom: 8px;
    font-family: "Playfair", serif;
    text-transform: capitalize;
}

.home-banner-area .banner-lft-cnt h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin: 12px 0px;
}


.home-banner-area .banner-lft-cnt h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0px;
}

.home-banner-area .banner-lft-cnt p {
    color: #fff;
}


.home-banner-area .banner-lft-cnt ul {
    margin-bottom: 10px;
}

.home-banner-area .banner-lft-cnt ul li {
    padding-left: 15px;
    color: #fff;
    list-style: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.home-banner-area .banner-lft-cnt ul li::before {
    content: "";
    height: 7px;
    width: 7px;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
}

.home-banner-area .banner-lft-cnt p span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.appoint-head {
    width: fit-content;
    padding: 12px 112px;
}

.book-appointment {
    border-radius: 20px;
    padding: 20px 40px;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 99;
    box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 0px !important;
}

.book-appointment h2 {
    color: #f37326;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 6px;
    text-align: center;
}

.book-appointment .service-form .input-group {
    margin-bottom: 20px;
    position: relative;
}

.book-appointment .service-form .input-group .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #32B6A8;
    font-size: 18px;
    position: absolute;
    z-index: 99;
    left: 6px;
    top: 5px;
    padding: 8px;
}

.book-appointment .service-form .input-group .input-group-text i {
    color: #f37326;
}

.book-appointment .service-form .input-group .form-control {
    padding: 11px 11px;
    font-size: 15px;
    padding-left: 44px;
    color: #000;
    border-radius: 13px !important;
    border: solid 1px #f37326;
    background-color: #fff;
}

.book-appointment .service-form .input-group .form-control::-webkit-input-placeholder {
    color: #000;
}

.book-appointment .service-form .input-group .form-control:-ms-input-placeholder {
    color: #000;
}

.book-appointment .service-form .input-group .form-control::placeholder {
    color: #000;
}

.form-sbmt-btn {
    margin-bottom: 5px;
}

.form-sbmt-btn .cmn-btn {
    border: none;
    padding: 12px 40px 12px;
    background-color: #f37326;
    font-weight: 600;
    transition: all 0.5s;
}

.form-sbmt-btn .cmn-btn:hover {
    background-color: #000;
    color: #ede8d0;
}



/*========== end home banner area ========*/



/*========== end home banner area ========*/


/*======== excellence-dentistry =========*/

.excel-bx {
    background-color: #eee;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 25px 24px 34px;
    border-radius: 0 30px;
}

.excel-bx-1 {
    background-image: linear-gradient(rgb(0 0 0 / 23%), #f373268a), url(../images/single-tooth.png);
}

.excel-bx-2 {
    background-image: linear-gradient(rgb(0 0 0 / 23%), #f373268a), url(../images/multiple.png);
}

.excel-bx-3 {
    background-image: linear-gradient(rgb(0 0 0 / 23%), #f373268a), url(../images/all-on-4.png);
}

.excel-bx-4 {
    background-image: linear-gradient(rgb(0 0 0 / 23%), #f373268a), url(../images/all-on-6.png);
}

.excel-bx-5 {
    background-image: linear-gradient(rgb(0 0 0 / 23%), #f373268a), url(../images/full-mouth.png);
}

.excel-bx-6 {
    background-image: linear-gradient(rgb(0 0 0 / 23%), #f373268a), url(../images/same-day.png);
}

.excel-bx-7 {
    background-image: linear-gradient(rgb(0 0 0 / 23%), #f373268a), url(../images/zygomatic.png);
}


.excel-bx h3 {
    color: #fff;
    font-size: 22px;
}

.excel-bx ul {
    padding: 0px;
    padding-left: 15px;
    margin-bottom: 0px;
}

.excel-bx ul li {
    color: #fff;
    font-size: 14px;
    margin: 5px 0px;
}

.excellence-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.excellence-slide .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.excellence-slide .owl-dots .owl-dot.active {
    background: #f37326 !important;
}

.excellence-dentistry {
    padding: 80px 0px 80px;
}

.excellence-dentistry h2 {
    color: #f37326;
}

.excellence-owl {
    margin-top: 40px;
}

.ext-bx {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ext-bx p {
    color: #f37326;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
}

.ext-bx p::before,
.ext-bx p::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    border-top: 3px dotted #f37326;
}

.ext-bx p::before {
    left: -60px;
}

.ext-bx p::after {
    right: -60px;
}

.ext-bx img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.ext-info {
    margin-bottom: 40px;
}

.excellence-dentistry .price-terms {
    text-align: left;
    margin-top: 0;
    margin-bottom: -25px;
}

.excellence-dentistry .price-terms p {
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    color: #f37326;
    background-color: #fff;
    border: solid 1px #fff;
    transition: all 0.5s;
    margin: 0px 2px;
    font-size: 13px;
    min-height: 50px;
    display: flex;
    align-items: center;
    word-spacing: 2px;
    margin-left: -30px;
}

.excellence-dentistry .price-terms p del {
    padding: 0 5px;
}


/*======== end excellence-dentistry =========*/

/*dental implant cost */

.dental-imp-cost {
    background-color: #f1f1f3;
    padding: 50px 0;
}

.dental-imp-cost h2 {
    color: #f37326;
}

.pricecos-bx {
    background-color: #fff;
    padding: 7px;
    min-height: 230px;
    text-align: center;
}

.pricecos-bx h4 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
}

.pricecos-bx p {
    font-size: 11px;
    margin: 0;
}

.pricecos-bx h5 {
    font-size: 15px;
    margin-top: 5px;
    color: #f37326;
    font-size: 15px;
}

.pricecos-bx img {
    height: 160px;
    object-fit: cover;
}

.imp-cost-lft .heading span {
    color: #32b6a8;
}

.imp-cost-ul ul {
    padding-left: 16px;
}

.imp-cost-ul ul li {
    font-size: 16px;
    margin-bottom: 17px;
}

.imp-cost-ul ul li span {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
}

.cost-row {
    background-color: #fdfdfd;
    padding: 19px 30px 0px;
    border-radius: 8px;
    margin-right: 20px;
}

.cost-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.cost-slide .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.cost-slide .owl-dots .owl-dot.active {
    background: #f37326 !important;
}

.clinic-info li {
    list-style: none;
    padding-left: 15px;
    position: relative;
}

.clinic-info li::before {
    content: "";
    height: 7px;
    width: 8px;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 8px;
    background: #000;
    border-radius: 50%;
}

.indabout .heading h2 {
    color: #f37326;
}




/*========== why choose area =========*/
.why-choose-area {
    padding: 60px 0;
}

.why-rgt-img {
    background: #f37326;
    border-radius: 100px 0;
}

.why-choose-row {
    margin-top: 50px;
}


section.team-of-doctor .row {
    align-items: center;
}

.dental-team-bx {

    min-height: 200px !important;
}


.why-choose-area .heading h2 {
    color: #f37326;
}

.why-ic-bx img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    background-color: #f1f2f3;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.why-ic-bx p {
    text-align: center;
    font-size: 14px;
    padding-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.why-rgt-img img {
    border-radius: 100px 0;
    margin-left: -10px;
    margin-top: 10px;
}

/*========== end why choose area =========*/


/*========= clinic near you ==========*/

.clinic-near-you .book-appointment-out {
    padding-left: 50px;
}

.clinic-near-you {
    background: #f37326;
    background-image: url(../images/clinic-near-me.png);
    background-repeat: no-repeat;
    padding: 60px 0px 60px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.find-dental-near-bx .heading h2 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
}

.find-dental-near-bx .heading hr {
    color: #fff;
}


.info-add p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}

.cnt-us-btn {
    margin-top: 30px;
}

.cnt-us-btn a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    background: #f37326;
    border-radius: 10px;
    padding: 12px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.dnt-treat-btn .cmn-btn {
    border: none;
    background: #32B6A8;
    border-radius: 10px;
    padding: 14px 28px 13px;
}

.clinic-map-bx {
    margin-top: 30px;
}

.loc-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 100px 0;
}

.wd-nbn {
    margin: 60px 0;
    display: flex;
    justify-content: center;
}

.wd-nbn p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
    transition: all 0.5s;
}

.wd-nbn span {
    color: #fff;
    margin-bottom: 0;
    transition: all 0.5s;
}

.talk-to-cd {
    display: flex;
    background: #f37326;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    margin: 0;
    font-weight: 600;
    padding: 5px 25px 5px 10px;
    transition: all 0.5s;
    border-radius: 60px;
    text-align: left;
    align-items: center;
    gap: 0.2rem;
    width: fit-content;
}

.talk-to-cd:hover {
    background-color: #818384;
}

.wd-nbn .talk-to-cd:hover p,
.wd-nbn .talk-to-cd:hover span {
    color: #f37326;
}



/*========= end clinic near you ==========*/


/*=========== faq area ===========*/

.faq-about-plan-area.faq-inner {
    padding: 0 0 40px;
}

.faq-inner #accordionExample {
    padding: 20px 50px 20px 0px;
}

.faq-about-plan-area .blog-faq .accordion-body {
    background-color: #fff;
    border-left: none;
    padding-left: 0px;
    border-bottom: solid 1px #bababa;
    padding-top: 0px;
}

.faq-about-plan-area .blog-faq .accordion-body ul {
    padding-top: 20px;
}

.faq-about-plan-area .blog-faq .accordion-button {
    font-size: 18px;
    padding: 18px 0px;
    font-weight: 500;
}

.faq-about-plan-area .faq_img {
    float: right;
}

.blog-faq .heading h2 {
    font-size: 52px;
    line-height: 50px;
}


.blog-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.blog-faq .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.blog-faq .accordion-body {
    background-color: #f9f9f9;
    border-left: solid 2px #fc861f;
    font-size: 15px;
    color: #000;
}

.blog-faq .accordion-button {
    font-size: 16px;
    padding: 16px 0px;
    color: #000;
}

.blog-faq .accordion-button.collapsed {
    border-bottom: solid 1px #bababa;
}

.blog-faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.blog-faq .accordion-item {
    background-color: #fff;
    border: none;
}

.blog-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 11px;
    padding-left: 15px;
}

.blog-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 11px;
    width: auto;
    padding-left: 15px;
}

.faq-about-plan-area .heading h2 {
    color: #f37326;
}

/*=========== end faq area ===========*/



/*========= footer area ==========*/

.bottom-footer {
    background-color: #f37326;
    padding: 15px 30px;
}

.inner-foot-botm {
    display: flex;
    justify-content: center;
}

.foot-prcy p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.foot-prcy p a {
    color: #fff;
}

/*========= end footer area ==========*/



.practoratings,
.googleratings {
    padding: 15px;
    margin: 0 auto;
    width: 230px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(183, 183, 183, .5), 0 0 8px rgba(183, 183, 183, .5);
    border-radius: 10px;
    z-index: 1;
    position: absolute;
    animation: float1 8s ease-out infinite;
}

.practoratings ul,
.googleratings ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    list-style-type: none;
    display: flex;
}

.practoratings ul li:nth-child(odd),
.googleratings ul li:nth-child(odd) {
    width: 40px;
    margin-right: 10px;
}

.practoratings ul li span,
.googleratings ul li span {
    display: block;
    font-size: 13px;
    color: #f37326;
}

.practoratings ul li span strong,
.googleratings ul li span strong {
    color: #000;
}

.image1 img {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    height: auto;
    position: relative;
}

@keyframes float {
    50% {
        transform: translate(0, 20px)
    }
}

@keyframes float1 {
    50% {
        transform: translate(20px, 0)
    }
}

.googleratings {
    right: 1%;
    bottom: 1%;
}

/* ========= Testimonials ========= */

.indtestimonials1 {
    margin: 30px auto 5px;
    padding: 30px;
    width: 90%;
    height: auto;
    display: block;
    vertical-align: top;
    box-shadow: 0 0 0 rgba(183, 183, 183, .5), 0 0 0 rgba(183, 183, 183, .5);
    border-radius: 5px;
    min-height: 220px;
    background-color: #f1f2f3;
}

.indtestimonials1 .image1 {
    position: relative;
    padding: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    float: right;
}

.indtestimonials1 .image1 span {
    width: 125px;
    height: 125px;
    margin: 0px;
    display: block;
    overflow: hidden;
    border-radius: 100px;
    border: solid 10px #d9d9d9;
    float: right;
    z-index: 9999;
}

.indtestimonials1 .image1::after {
    content: "";
    position: absolute;
    left: 1%;
    bottom: 50%;
    width: 66%;
    height: 2px;
    background-color: #d9d9d9;
}

.image1 img {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}

.indtestimonials1 h5 {
    color: #f37326;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}

.indtestimonials1 h5 span {
    font-size: 14px;
    display: block;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: #f37326;
    cursor: pointer;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: #2e4f4f;
    cursor: pointer;
}

.indtestimonials h2 {
    padding: 10px 0;
    color: #f37326;
    position: relative;
}

.sk {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
}

.indlifechanging {
    padding: 60px 0;
}

.indlifechanging h3 {
    color: #f37326;
    font-weight: 700;
}

.indlifechanging1 {
    margin: 10px auto;
    padding: 0;
    width: 95%;
    height: auto;
    display: block;
    vertical-align: top;
    box-shadow: 0 0 0 rgba(183, 183, 183, .5), 0 0 0 rgba(183, 183, 183, .5);
    border-radius: 5px;
    min-height: 260px;
    background-color: #f1f2f3;
    overflow: hidden;
}


.indtestimonials .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.indtestimonials .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.indtestimonials .owl-dots .owl-dot.active {
    background: #f37326 !important;
}

.location-select {
    width: 50%;
}

@media (max-width: 767px) {
    .home-banner-area .banner-lft-cnt h2 {
        color: #fff;
        font-size: 25px;
        margin: 0;
        font-weight: 800;
        line-height: 37px;

    }

    .home-banner-area .banner-lft-cnt h3 {
        font-size: 16px !important;
        margin: 5px 0px;
    }

    .home-banner-area .banner-lft-cnt h4 {
        font-size: 16px !important;
        margin: 5px 0px;
    }

    .book-appointment {
        border-radius: 20px;
        padding: 20px 7px;
    }

    .location-select {
        width: 97%;
    }

}



/* ========= Testimonials ========= */


div#book-appointment p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 6px;
}

.discount-info {
    margin-bottom: 25px !important;
}


.discount-info span {
    font-weight: 700;
    font-size: 21px;
}

.discount-info span {
    font-weight: 700;
    font-size: 21px;
}

/* ========== sticky Btn ========== */


.sticky-btn {
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f37326;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: pulse-btn 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
}

.sticky-call-btn {
    bottom: 50px;
    left: 50px;
}

.sticky-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    background: radial-gradient(#f3752650 60%, transparent 100%);
    opacity: 0.7;
    z-index: -1;
    animation: ripple 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-btn:hover {
    transform: scale(1.12) rotate(-2deg);
    box-shadow: 0 8px 24px 6px rgba(173, 112, 84, 0.4), 0 0 40px 10px rgba(255, 165, 0, 0.25);
}

.sticky-btn a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.sticky-btn a i {
    font-size: 30px;
}


@keyframes pulse-btn {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    50% {
        transform: scale(1.04);
        box-shadow: 0 8px 24px 6px rgba(97, 53, 61, 0.25);
    }
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0.2;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}


/* ========== sticky Btn End ========== */



.gogle-review {
    padding: 60px 0 80px;
    position: relative;
}

.gogle-review .gogle-review-img {
    position: absolute;
    top: -20px;
    left: 15%;
    transform: translate(-35%, -20%) !important;
}

.gogle-review .heading {
    margin-bottom: 40px;
}

.gogle-review .heading h2 {
    color: #f37326;
}

.gogle-review .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}

.gogle-review .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: gray;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.gogle-review .owl-dots .owl-dot.active {
    background: #f37326 !important;
}