header {
    position: relative;
    z-index: 9;
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: #010101;
}

body {

    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background: #fff;
    overflow-x: hidden
}

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

header .logo img {
    width: auto;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain
}

header .btn-grp {
    display: none
}

header .f-btn {
    padding: 10px 15px;
    margin-left: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    border-color: #fff;
    transition: all .5s ease-out
}

header .f-btn:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    border-color: #000;
    transition: all .5s ease-out
}

header .cnt-inf {
    width: auto;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 10px;
    background: #585a6b;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    transition: all .5s ease-out
}

header .cnt-inf .cnt-inf-text {
    display: none
}

header .cnt-inf .cnt-inf-icon {
    width: 30px;
    height: 30px;
    margin-right: 0
}

header .cnt-inf .cnt-inf-a:hover .cnt-inf-icon:after {
    bottom: 9px;
    right: -14px
}

header .cnt-inf:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    transition: all .5s ease-out
}

header.is-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    animation: slideDown .35s ease-out;
    z-index: 9;
    padding: 10px 0;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px)
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.banner-hone {
    padding: 25px 0;
    position: relative;
    overflow: hidden
}

.banner-hone:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(#ddd5d0, rgba(255, 255, 255, 0));
    z-index: 1
}

.banner-hone .banner-content {
    position: relative;
    z-index: 2
}

.banner-hone .banner-content:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 135px;
    width: 100vw;
    height: 150px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    z-index: 3
}

.banner-hone .banner-content .banner-content-img {
    position: relative
}

.banner-hone .banner-content .banner-content-img .banner-main-img img {
    width: 100%;
    height: 285px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 2
}

.banner-hone .banner-content .banner-content-img:after {
    content: "";
    background: #7A7A7A;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 53%;
    top: 40%;
    z-index: 0;
    border-radius: 100%;
    transform: translate(-50%, -60%);
    z-index: 0
}

.banner-hone .banner-content .banner-input {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    z-index: 2;
    position: relative
}

.banner-hone .banner-content .banner-input h4 {
    margin-bottom: 5px;
    text-align: center
}

.banner-hone .banner-content .banner-input input[type=text] {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 15px 0
}

.banner-hone .banner-content .banner-input .f-btn {
    margin-top: 10px
}

.banner-hone .banner-content-text {
    display: flex;
    flex-direction: column-reverse
}

.banner-hone .banner-content-text .banner-content-text-heading {
    margin-top: 30px
}

.banner-hone .banner-content-text .banner-content-text-heading h1 {
    margin-bottom: 10px;
    text-align: center
}

.banner-hone .banner-content-text .banner-content-text-heading p {
    text-align: center
}

.banner-hone .banner-content-text .banner-content-text-heading .bnr-usp {
    display: table;
    margin: 20px auto 0
}

.banner-hone .banner-content-text .f-btn {
    margin-top: 20px
}

.banner-hone .gle-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.banner-hone .gle-rating ul {
    margin: 0 10px;
    display: flex;
    align-items: center
}

.banner-hone .gle-rating ul li {
    margin: 0 3px
}

.banner-hone .gle-rating ul li img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.banner-hone .gle-rating h6 {
    margin: 0
}

.banner-hone .gle-rating .gogle-icon {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 15px
}

.banner-hone .btn-grp {
    flex-direction: column
}

.square-vec {
    position: absolute
}

.banner-sqr {
    width: 300px;
    height: 300px;
    background: #525252;
    right: -60px;
    top: -65px;
    z-index: 2;
    transform: rotate(45deg)
}

.bnr-usp li {
    padding: 5px 0;
    position: relative
}

.bnr-usp li img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 5px;
    display: inline;
    transform: translateY(5px)
}

.quick-appoinment {
    position: relative;
    /* background: #525252 */
}

.quick-appoinment .quick-appoinment-content {
    padding: 0 20px
}

.quick-appoinment .quick-appoinment-all-inputs {
    position: relative;
    z-index: 2
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single {
    margin-bottom: 15px
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=text],
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=email],
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=tel],
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single select {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    font-weight: 400;
    color: #000;
    padding: 10px 0
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=text]::-webkit-input-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=email]::-webkit-input-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=tel]::-webkit-input-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single select::-webkit-input-placeholder {
    color: #000;
    font-weight: 400
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=text]::-moz-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=email]::-moz-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=tel]::-moz-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single select::-moz-placeholder {
    color: #000;
    font-weight: 400
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=text]:-ms-input-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=email]:-ms-input-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=tel]:-ms-input-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single select:-ms-input-placeholder {
    color: #000;
    font-weight: 400
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=text]:-moz-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=email]:-moz-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single input[type=tel]:-moz-placeholder,
.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single select:-moz-placeholder {
    color: #000;
    font-weight: 400
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single .f-btn {
    border-color: rgba(0, 0, 0, 0);
    width: 100%
}

.quick-appoinment .quick-appoinment-all-inputs .quick-appoinment-all-inputs-single .f-btn:hover {
    border-color: rgba(0, 0, 0, 0)
}

.robot-check-container {
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    margin-bottom: 20px !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.robot-check-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.robot-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    user-select: none;
    position: relative;
    padding-left: 35px;
}

.robot-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.robot-checkbox-label:hover input~.checkmark {
    border-color: #b2b2b2;
}

.robot-checkbox:checked~.checkmark {
    background-color: #fff;
    border-color: #4d90fe;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.robot-checkbox:checked~.checkmark:after {
    display: block;
}

.robot-checkbox-label .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #00a000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.robot-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.robot-logo img {
    width: 30px;
    margin-bottom: 2px;
    filter: grayscale(1) opacity(0.5);
}

.robot-logo span {
    font-size: 8px;
    color: #999;
}

.brnefit-c .why-us-content .why-us-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single picture img {
    width: 125px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single.big-img {
    width: calc(100% - 135px)
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single.big-img picture img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single .ex-yr {
    width: 125px;
    height: 125px;
    background: #f80601;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single .ex-yr h2 {
    color: #fff;
    margin-bottom: 5px
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single .ex-yr h6 {
    color: #fff
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single.img-btm {
    margin-right: 10px;
    margin-bottom: 10px
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single.img-tp {
    margin-left: 10px
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single:first-child picture img {
    border-radius: 20px 0 0
}

.brnefit-c .why-us-content .why-us-img .why-us-img-single:last-child picture img {
    border-radius: 0 0 20px 0
}

.our-numbers {
    background: #525252;
    position: relative;
    overflow: hidden
}

.our-numbers .our-numbers-sqr {
    width: 300px;
    height: 300px;
    background: #fefaf7;
    top: -189px;
    transform: rotate(65deg);
    left: -40px
}

.our-numbers .our-numbersa-all {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.our-numbers .our-numbersa-all .our-numbersa-single {
    position: relative;
    width: 33.33%;
    text-align: center;
    padding: 10px
}

.our-numbers .our-numbersa-all .our-numbersa-single h2 sup {
    color: #f80601
}

.our-numbers .our-numbersa-all .our-numbersa-single p {
    margin-top: 5px
}

.our-numbers .our-numbersa-all .our-numbersa-single ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.our-numbers .our-numbersa-all .our-numbersa-single ul li {
    margin: 5px
}

.our-numbers .our-numbersa-all .our-numbersa-single ul li img {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.our-numbers .our-numbersa-all .our-numbersa-single:first-child {
    width: 100%
}

.step-c {
    background: #525252;
    background-image: linear-gradient(#525252, #fff)
}

.step-c .step-all-c .step-single-c {
    position: relative;
    text-align: center;
    margin: 30px auto
}

.step-c .step-all-c .step-single-c .step-single-c-arrow {
    display: none
}

.step-c .step-all-c .step-single-c .step-single-icon-c {
    position: relative;
    display: table;
    margin: 0px auto
}

.step-c .step-all-c .step-single-c .step-single-icon-c img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.step-c .step-all-c .step-single-c .step-single-icon-c h6 {
    background: #f80601;
    display: table;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff
}

.step-c .step-all-c .step-single-c .step-single-content-c h4 {
    margin: 5px 0
}

.step-c .step-all-c .step-single-c .step-single-content-c ul {
    margin-top: 10px
}

.step-c .step-all-c .step-single-c .step-single-content-c ul li img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 5px;
    display: inline;
    transform: translateY(2px)
}

.step-c .step-all-c .step-single-c .step-single-final .step-single-final-img {
    height: 175px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.services-sqr {
    width: 300px;
    height: 300px;
    background: #525252;
    right: -115px;
    top: -65px;
    z-index: 0;
    transform: rotate(45deg)
}

.services {
    position: relative
}

.services .container-c {
    position: relative;
    z-index: 2
}

.services .services-single {
    width: 100%;
    padding: 20px;
    display: table;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    transition: all .5s ease-in-out
}

.services .services-single .f-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all .5s ease-in-out
}

.services .services-single .services-single-icon {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px
}

.services .services-single .services-single-icon img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    transition: all .5s ease-in-out
}

.services .services-single .services-single-cont {
    text-align: center
}

.services .services-single .services-single-cont h3,
.services .services-single .services-single-cont p {
    transition: all .5s ease-in-out
}

.services .services-single .services-single-cont h3 {
    margin-bottom: 5px;
    letter-spacing: 0px
}

.services .services-single:hover {
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 2
}

.services .services-single:hover .f-btn {
    top: 40%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out
}

.services .services-single:hover .services-single-icon {
    background: #fff;
    transition: all .5s ease-in-out
}

.services .services-single:hover .services-single-icon img {
    transform: scale(1.1);
    filter: blur(20px);
    opacity: .5;
    -webkit-filter: blur(20px);
    transition: all 2s ease-in-out
}

.services.service-machine .services-single .services-single-icon img {
    -o-object-fit: contain;
    object-fit: contain
}

.quick-contact {
    padding: 30px 0;
    background: #010101;
    position: relative;
    overflow: hidden
}

.quick-contact .f-btn {
    margin: 0 auto;
    border: 1px solid #fff;
    background: #fff;
    color: #000
}

.quick-contact .f-btn img {
    filter: brightness(0)
}

.quick-contact .f-btn:hover img {
    filter: unset
}

.quick-contact h2,
.quick-contact p {
    color: #fff;
    position: relative;
    z-index: 1
}

.quick-contact:after {
    content: "";
    background: #857c6f;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -75px;
    transform: skewX(40deg);
    z-index: 0;
    opacity: .3
}

.meet-doctors {
    padding-bottom: 0 !important;
    position: relative;
    position: relative
}

.meet-doctors .meet-doctors-sqr {
    width: 400px;
    height: 400px;
    right: -200px;
    top: 0;
    background: #f1f1f1;
    z-index: 0;
    transform: rotate(45deg)
}

.meet-doctors .slick-dots {
    bottom: -25px
}

.meet-doctors .meet-doctor-image {
    position: relative
}

.meet-doctors .meet-doctor-image .doctor-image img {
    width: 225px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}

.meet-doctors .meet-doctor-detail {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 25px
}

.meet-doctors .meet-doctor-detail h6 {
    color: #f80601;
    margin-top: 5px
}

.meet-doctors .meet-doctor-detail h6 span {
    margin: 5px 0
}

.meet-doctors .meet-doctors-single {
    position: relative;
    z-index: 2;
    padding: 20px;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, .05);
    border-radius: 20px 20px 0 0;
    background: #fff
}

.meet-doctors .meet-doctors-single .meet-doctor-single-image {
    position: relative
}

.meet-doctors .meet-doctors-single .meet-doctor-single-image .doctor-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain
}

.meet-doctors .meet-doctors-single .meet-doctor-single-detail {
    text-align: center;
    margin-top: 25px
}

.meet-doctors .meet-doctors-single .meet-doctor-single-detail h2 {
    margin: 5px 0
}

.meet-doctors .meet-doctors-single .meet-doctor-single-detail h4 {
    color: #f80601
}

.meet-doctors .meet-doctors-single .meet-doctor-single-detail p {
    margin-top: 10px
}

.meet-doctors .meet-doctors-single .meet-doctor-single-detail .f-btn {
    margin-top: 25px
}

.why-us {
    position: relative
}

.why-us .container-c {
    position: relative;
    z-index: 1
}

.why-us .square-vec.why-us-sqr {
    width: 400px;
    height: 400px;
    background: #525252;
    right: -100px;
    top: -15px;
    transform: rotate(80deg);
    z-index: 0
}

.why-us .why-us-sqr-sml {
    width: 400px;
    height: 400px;
    background: #fff4e7;
    right: -145px;
    top: 0;
    transform: rotate(-15deg);
    z-index: 0
}

.why-us .why-us-img {
    flex-wrap: wrap;
    position: relative;
    display: flex
}

.why-us .why-us-img .why-us-img-dooted {
    position: absolute;
    right: 13px;
    bottom: 10px;
    width: 40%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.why-us .why-us-img .why-us-img-single {
    width: calc(55% - 20px);
    margin: 10px
}

.why-us .why-us-img .why-us-img-single img {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden
}

.why-us .why-us-img .why-us-img-single.sml-img {
    width: calc(45% - 20px)
}

.why-us .why-us-img .why-us-img-single.sml-img img {
    width: 100%;
    height: 115px;
    -o-object-fit: cover;
    object-fit: cover
}

.why-us .why-us-img .why-us-img-single.img-btm {
    margin-top: auto
}

.why-us .why-us-cont {
    margin-top: 20px
}

.why-us .why-us-cont .faq-accordian .faq-accordian-single .faq-accordian-single-head.open,
.why-us .why-us-cont .faq-accordian .faq-accordian-single .faq-accordian-single-head.open-2 {
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px
}

.why-us .why-us-cont .faq-accordian .faq-accordian-single {
    border: 1px solid #f80601;
    padding: 10px;
    border-radius: 10px;
    border-bottom: 5px solid #f80601;
    margin-bottom: 10px
}

.why-us .why-us-cont .faq-accordian .faq-accordian-single .faq-accordian-single-cont p {
    margin-bottom: 0
}

.why-us .why-us-cont .faq-accordian .faq-accordian-single .faq-accordian-single-head img {
    background: #f80601;
    padding: 10px;
    border-radius: 100%;
    width: 35px;
    height: 35px
}

.why-us .why-us-cont .faq-accordian .faq-accordian-single .faq-accordian-single-cont {
    padding: 10px
}

.testimonial {
    position: relative;
    z-index: 3
}

.testimonial .f-btn {
    margin-top: 50px
}

.testimonial .container-c {
    position: relative;
    z-index: 1
}

.testimonial:after {
    content: "";
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 0
}

.testimonial .slick-dots {
    bottom: -25px
}

.testimonial .testimonial-slider {
    width: 90%;
    margin: 0 auto
}

.testimonial .testimonial-slider .testimonial-slider-single {
    position: relative;
    margin-top: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    transition: all .5s ease-in-out
}

.testimonial .testimonial-slider .testimonial-slider-single:hover {
    transform: translateY(-3px);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .05);
    transition: all .4s ease-in-out
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-stars {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-stars ul {
    display: flex;
    align-items: center
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-stars ul li {
    margin-right: 5px
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-stars ul li img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-stars .gogle-icon {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 20px
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-txt {
    margin: 15px 0
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-dtl {
    display: flex;
    align-items: center
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-dtl img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 100%
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-dtl .testimonial-user {
    text-align: left
}

.testimonial .testimonial-slider .testimonial-slider-single .testimonial-slider-single-dtl .testimonial-user p {
    letter-spacing: 0;
    font-size: 14px;
    opacity: .5
}

.faq-accordian {
    margin-bottom: 20px
}

.faq-accordian .faq-accordian-single {
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}

.faq-accordian .faq-accordian-single:first-child {
    padding-top: 0
}

.faq-accordian .faq-accordian-single .faq-accordian-single-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.faq-accordian .faq-accordian-single .faq-accordian-single-head h5 {
    width: calc(100% - 25px);
    margin-left: 10px;
    transition: all .4s ease-in-out
}

.faq-accordian .faq-accordian-single .faq-accordian-single-head:hover h5 {
    color: #f80601;
    transition: all .4s ease-in-out
}

.faq-accordian .faq-accordian-single .faq-accordian-single-head img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .2s ease-in-out
}

.faq-accordian .faq-accordian-single .faq-accordian-single-head.open,
.faq-accordian .faq-accordian-single .faq-accordian-single-head.open-2 {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    padding: 10px 15px;
    border-radius: 5px
}

.faq-accordian .faq-accordian-single .faq-accordian-single-head.open h5,
.faq-accordian .faq-accordian-single .faq-accordian-single-head.open-2 h5 {
    color: #f80601
}

.faq-accordian .faq-accordian-single .faq-accordian-single-head.open img,
.faq-accordian .faq-accordian-single .faq-accordian-single-head.open-2 img {
    transform: rotate(90deg) !important;
    transition: all .2s ease-in-out
}

.faq-accordian .faq-accordian-single .faq-accordian-single-cont {
    padding: 20px 20px 0
}

.home-contact {
    position: relative;
    background: #7A7A7A
}

.home-contact .offline-book-time {
    margin-top: 15px
}

.home-contact .hme-cntct-al-c {
    background: #fff;
    padding: 15px;
    margin: 10px;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin: 10px
}

.home-contact .offline-book {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    margin-bottom: 25px
}

.home-contact .offline-book h4 {
    color: #000;
    margin-bottom: 10px
}

.home-contact .offline-book .offline-book-time-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.home-contact .offline-book .offline-book-time-single p {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.home-contact .f-btn {
    border: none
}

.form-body .input-grp {
    margin-bottom: 15px
}

.form-body .input-grp .full-width-c {
    width: 100%
}

.form-body .input-grp .input-grp-single {
    margin-bottom: 15px
}

.get-in-touch .get-in-touch-all .get-in-touch-single {
    margin-bottom: 25px
}

.get-in-touch .get-in-touch-all .get-in-touch-single .get-in-touch-map {
    margin-bottom: 10px
}

.get-in-touch .get-in-touch-all .get-in-touch-single .get-in-touch-map iframe {
    width: 100%;
    height: 225px
}

.cnt-inf {
    width: 90%;
    margin: 20px 0;
    position: relative;
    display: flex;
    align-items: center
}

.cnt-inf .f-btn {
    margin-left: 10px;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important
}

.cnt-inf .cnt-inf-a {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #000
}

.cnt-inf .cnt-inf-a:hover {
    color: #f80601;
    transition: all .2s ease-out
}

.cnt-inf .cnt-inf-a:hover .cnt-inf-icon {
    background: #f80601
}

.cnt-inf .cnt-inf-a:hover .cnt-inf-icon:after {
    transition: all .2s ease-out;
    border-top-color: #f80601 !important;
    bottom: 15px;
    right: -16px;
    transform: rotate(268deg)
}

.cnt-inf p {
    color: #000;
    width: calc(100% - 65px)
}

.cnt-inf .cnt-inf-icon {
    width: 40px;
    height: 40px;
    background: #7A7A7A;
    border-radius: 50%;
    color: #fff;
    position: relative;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cnt-inf .cnt-inf-icon img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain
}

.cnt-inf .cnt-inf-icon:after {
    transition: all .2s ease-out;
    content: "";
    border-top-color: #7A7A7A !important;
    position: absolute;
    z-index: 0;
    bottom: -9px;
    right: -4px;
    border: 6px solid rgba(0, 0, 0, 0);
    transform: rotate(324deg)
}

footer {
    background: #7A7A7A;
    padding-bottom: 0 !important
}

footer .ftr-cnt {
    text-align: center;
    padding-bottom: 30px
}

footer .ftr-cnt .ftr-logo {
    display: table;
    margin: 0 auto 15px
}

footer .ftr-cnt .ftr-logo img {
    width: auto;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

footer .copyright-c {
    border-top: 1px dotted rgba(0, 0, 0, .3);
    padding: 20px;
    text-align: center
}

footer .copyright-c p {
    color: #fff
}

footer .copyright-c p a {
    color: #f80601;
    font-weight: 500
}

.custom-modal-call .f-btn:hover img {
    filter: grayscale(1) invert(1) !important
}

.custom-modal-b .custom-modal-content {
    padding: 0
}

.custom-modal-b .modal-header-n {
    background: #7A7A7A;
    padding: 20px;
    position: relative;
    border-radius: 9px 9px 0 0
}

.custom-modal-b .modal-header-n h4 {
    color: #fff
}

.custom-modal-b .modal-body-n {
    padding: 20px
}

.custom-modal-b .modal-body-n .modal-input-n .modal-input-btn-n {
    position: relative;
    margin-top: 35px;
    width: 100%
}

.custom-modal-b .modal-body-n .modal-input-n .modal-input-btn-n span {
    position: absolute;
    right: 15px;
    top: -15px;
    background: #f06023;
    padding: 3px 20px;
    font-size: 14px;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    color: #fff;
    z-index: 9
}

.custom-modal-b .modal-body-n .modal-input-n .modal-input-btn-n .f-btn {
    border: none;
    border-radius: 5px
}

.video-sec {
    position: relative;
    background: #010101;
}

.video-sec .video-all-c {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.video-sec .video-all-c iframe {
    width: 350px;
    height: 450px;
    border-radius: 5px;
    margin: 10px 0;
    border: 5px solid hsla(0, 0%, 100%, .8);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    transition: all .5s ease-in-out
}

.video-sec .video-all-c iframe:hover {
    transition: all .5s ease-in-out;
    transform: scale(1.05);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
    border: 5px solid #fff
}

.get-in-touch-single .get-in-touch-single-all .get-in-touch-single-all-map iframe {
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    border-radius: 10px
}

.get-in-touch-single .get-in-touch-single-all .get-in-touch-office-pic .office-picture-full {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0
}

.get-in-touch-single .get-in-touch-single-all .get-in-touch-office-pic .office-picture-full img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.get-in-touch-single .get-in-touch-single-all .get-in-touch-office-pic .office-picture-full .office-picture-qtr {
    padding-right: 10px;
    width: 33.33%
}

.get-in-touch-single .get-in-touch-single-all .get-in-touch-office-pic .office-picture-full .office-picture-qtr img {
    height: 100px
}

.get-in-touch-single .get-in-touch-single-all .get-in-touch-office-pic .office-picture-full .office-picture-qtr:last-child {
    padding-right: 0
}

.ideal-body {
    position: relative;
    z-index: 1
}

.ideal-body .ideal-body-all .sub-head .f-btn {
    margin-top: 20px
}

.ideal-body .ideal-body-all .ideal-body-all-img {
    margin-top: 50px
}

.ideal-body .ideal-body-all .ideal-body-all-img picture img {
    width: 100%;
    height: 215px;
    -o-object-fit: contain;
    object-fit: contain
}

.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 10
}

.custom-modal-dialog {
    max-width: 400px;
    width: 100%;
    border-radius: 0px;
    position: relative
}

.custom-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #c50000;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .8);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-modal {
    opacity: 0;
    visibility: hidden
}

body.modal-open .custom-modal-call,
body.modal-open-wa .custom-modal-wa,
body.modal-open-score .custom-modal-score,
body.modal-open-score-dtl .custom-modal-score-dtl,
body.modal-open-auto .custom-modal-auto {
    opacity: 1;
    visibility: visible
}

.custom-modal .custom-modal-dialog {
    transform: scale(0)
}

body.modal-open .custom-modal .custom-modal-dialog,
body.modal-open-wa .custom-modal-wa .custom-modal-dialog,
body.modal-open-score .custom-modal-score .custom-modal-dialog,
body.modal-open-score-dtl .custom-modal-score-dtl .custom-modal-dialog,
body.modal-open-auto .custom-modal-auto .custom-modal-dialog {
    transform: scale(1)
}

.custom-modal,
body .custom-modal,
body.modal-open .custom-modal .custom-modal-dialog,
body.modal-open .custom-modal-wa .custom-modal-dialog,
body.modal-open .custom-modal-score .custom-modal-dialog,
body.modal-open .custom-modal-score-dtl .custom-modal-dialog,
body.modal-open .custom-modal-auto .custom-modal-dialog,
body .custom-modal .custom-modal-dialog {
    transition: all .5s
}

@keyframes shakeAnim {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(5px)
    }

    50% {
        transform: translateY(-5px)
    }

    75% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes wiggle {

    5%,
    50% {
        transform: scale(1)
    }

    10% {
        transform: scale(0.9)
    }

    15% {
        transform: scale(1.15)
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
        filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.7))
    }

    25% {
        transform: scale(1.15) rotate(5deg)
    }

    30% {
        transform: scale(1.15) rotate(-3deg)
    }

    35% {
        transform: scale(1.15) rotate(2deg)
    }

    40% {
        transform: scale(1.15) rotate(0)
    }
}

.loading-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #fff;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 0
}

.loading-dots .dot {
    font-size: 40px;
    line-height: 0;
    margin: 0 5px;
    opacity: 0;
    color: #e53935;
    animation: showHideDot 2.5s ease-in-out infinite
}

.loading-dots .dot.one {
    animation-delay: .2s
}

.loading-dots .dot.two {
    animation-delay: .4s
}

.loading-dots .dot.three {
    animation-delay: .6s
}

@keyframes showHideDot {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.custom-modal .modal-title {
    display: table;
    margin: 0 auto
}

.custom-modal .call-modal-vec {
    display: table;
    margin: 25px auto 40px;
    position: relative
}

.custom-modal .call-modal-vec .call-modal-vec-img {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #e53935;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #fff
}

.custom-modal .call-modal-vec .call-modal-vec-img img {
    width: 35px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    animation: wiggle 4s 2s infinite;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2))
}

.custom-modal .call-modal-input .call-modal-input-single {
    position: relative;
    margin-bottom: 10px
}

.custom-modal .call-modal-input .call-modal-input-single h6 {
    background: #efefef;
    display: table;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 12px;
    border-radius: 5px
}

.custom-modal .call-modal-input .f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background: #e53935;
    max-width: none;
    border-radius: 5px
}

.custom-modal .call-modal-input .f-btn img {
    width: 25px;
    margin-left: 0;
    margin-right: 10px;
    filter: unset
}

.custom-modal-score-dtl .score-dtl {
    text-align: center
}

.custom-modal-score-dtl .score-dtl h5 {
    border-radius: 5px;
    padding: 11px;
    background: #f3fbff;
    margin: 10px
}

.custom-modal-score-dtl .score-dtl h2 {
    display: table;
    margin: 15px auto;
    background: #7A7A7A;
    padding: 20px;
    border-radius: 100%;
    color: #fff
}

.custom-modal-score-dtl .score-dtl h6 {
    padding: 10px;
    margin-top: 25px
}

.clint-case {
    background: #f80601
}

.clint-case .slick-dots {
    bottom: -45px
}

.clint-case .clint-case-single {
    padding: 35px 20px 20px;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    margin-top: 30px;
    position: relative
}

.clint-case .clint-case-single .clint-case-single-quote {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0);
    padding: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f80601
}

.clint-case .clint-case-single h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.clint-case .clint-case-single .clint-case-info {
    margin-top: 15px
}

.clint-case .clint-case-single .clint-case-info h4 {
    padding: 5px 20px;
    background: #f6f6f6;
    margin-bottom: 10px
}

.square-vec.after-before-sqr {
    width: 450px;
    height: 400px;
    background: #525252;
    left: -175px;
    bottom: 85px;
    transform: rotate(115deg);
    z-index: 0
}

.after-before {
    position: relative;
    overflow: hidden
}

.after-before .container-c {
    position: relative;
    z-index: 2
}

.after-before .sub-head p {
    width: 100%;
    margin: 0
}

.after-before .inline-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.after-before .inline-container .card {
    padding: 5px;
    border: 1px solid #f2f2f2;
    margin: 0 10px 0 0;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.after-before .inline-container .card:last-child {
    margin-right: 0
}

.after-before .inline-container .card img {
    height: 100px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.after-before .inline-container .card.active-img,
.after-before .inline-container .card:hover {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    transition: all .4s ease-in-out
}

.cpmpare .cpmpare-cont .cpmpare-single {
    margin-bottom: 30px
}

.cpmpare .cpmpare-cont .cpmpare-single:last-child {
    margin-bottom: 0
}

.cpmpare .cpmpare-cont .cpmpare-single h3 {
    display: flex;
    align-items: center;
    background: #fff7eb;
    border-radius: 100px;
    text-align: center;
    padding: 10px
}

.cpmpare .cpmpare-cont .cpmpare-single h3 span {
    width: 30px;
    height: 30px;
    display: table;
    background: #f80601;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% 0 100% 100%;
    color: #fff;
    margin-right: 20px
}

.cpmpare .cpmpare-cont .cpmpare-single .cpmpare-single-data .cpmpare-single-data-single {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.cpmpare .cpmpare-cont .cpmpare-single .cpmpare-single-data .cpmpare-single-data-single img {
    width: 30px
}

.cpmpare .cpmpare-cont .cpmpare-single .cpmpare-single-data .cpmpare-single-data-single h6 {
    padding-left: 15px;
    width: calc(100% - 30px);
    font-family: "Poppins", sans-serif;
}

.listing-c li {
    display: flex;
    padding: 5px 0
}

.listing-c li img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px
}

.listing-c li span {
    width: calc(100% - 20px)
}

.doc-cer .slick-dots {
    bottom: -15px
}

.doc-cer .slick-slide {
    padding: 15px
}

.doc-cer .slick-track {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.doc-cer .doc-cer-slider-single img {
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px
}

.custom-modal-auto .modal-header-n {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 0px;
    position: relative;
    border-radius: 0;
    text-align: center
}

.custom-modal-auto .modal-header-n h4 {
    color: #000;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.custom-modal-auto .modal-header-n h4 b {
    color: #f80601
}

.custom-modal-auto .modal-header-n h5 {
    font-family: "Poppins", sans-serif;
}

.custom-modal-auto .header-form-input {
    width: 100%
}

.custom-modal-auto input[type=text],
.custom-modal-auto input[type=email],
.custom-modal-auto input[type=tel],
.custom-modal-auto input[type=date],
.custom-modal-auto input[type=time],
.custom-modal-auto textarea,
.custom-modal-auto select {
    border: 1px solid #000
}

.custom-modal-auto .modal-input-btn-n {
    margin-top: 0 !important
}

.custom-modal-auto .check-privacy {
    margin-top: 20px
}

.custom-modal-auto .check-privacy .form-group label {
    display: flex;
    align-items: flex-start
}

.custom-modal-auto .check-privacy .form-group label span {
    margin-left: 5px;
    margin-top: -4px
}

.custom-modal-auto .check-privacy .form-group label span a {
    color: #f80601
}

.custom-modal-auto .mdl-dtl {
    text-align: center
}

.custom-modal-auto .mdl-dtl h6 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: left
}

.custom-modal-auto .mdl-dtl h6 img {
    width: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 5px
}

.modal-open-auto {
    overflow: hidden
}

.dif-trans {
    position: relative;
    z-index: 2
}

.dif-trans .faq-accordian .faq-accordian-single {
    background: #fff
}

.wa-btn-n-sec {
    position: fixed;
    bottom: 15px;
    left: 9px;
    /* right: 20px; */
    z-index: 999;
    padding: 12px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 405px;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.wa-btn-n-sec .f-btn {
    margin-right: 10px;
    width: calc(50% - 5px)
}

.wa-btn-n-sec .f-btn.footer-whats-app-btn {
    background: #4bb050
}

.wa-btn-n-sec .f-btn:last-child {
    margin-right: 0
}

.datepicker-input-c {
    position: relative
}

.datepicker-input-c .date-icon-c {
    position: absolute;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    right: 10px;
    top: 16px;
    filter: brightness(0%)
}

.input-grp p {
    margin-bottom: 5px
}

.full-width-c {
    width: 100% !important
}

/*# sourceMappingURL=style-index.min.css.map */