body {
    font-family: "inter",Open Sans, sans-serif;
    color: #000000;
}

a {
  color: #dc3b73;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "inter", Raleway,sans-serif;
}
section {
  overflow: hidden;
}
.section-title {
  text-align: center;
padding-top: 14px;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery .gallery-img-fluid {
    border: 2px solid #dc3b73;
}
div.home img {
    height: 450px;
}
div.home button, .modal-content .btnSubmitPop {
    color: White;
    background-color: #000000;
    padding: 10px 40px 10px 40px;
}
div.home button:hover {
    color: White;
    background-color: #dc3b73;
    padding: 10px 40px 10px 40px;
}
div.home .card {
    /*border: 1px solid black !important;*/
    border-radius: 0px;
}
div.home .card .form-control{
    border: 1px solid #d1d1d1;
    font-size: 0.85rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
    border-radius: 0px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.video-preview {
    position: relative;
    text-align: center;
}

.video-block {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}

.video-btn {
    width: 100px;
    height: 100px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    color: #fff;
    line-height: 90px !important;
    border: 4px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.video-btn.video-btn-sm {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 70px !important;
}

.video-btn i {
    font-size: 3rem;
    line-height: 92px !important;
    margin-left: 8px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.video-btn.video-btn-sm i {
    font-size: 38px;
    line-height: 73px !important;
    margin-left: 6px;
}

.video-btn:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.video-btn:hover i {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.video-btn:hover:before {
    opacity: .75;
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px;
}
.video-btn.play-icon-white {
    background-color: #fff;
    color: #333;
    border-color: #fff;
}

.video-btn.play-icon-tra {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.video-btn.play-icon-blue {
    background-color: #dc3b73;
    border-color: #dc3b73;
}

.video-btn.play-icon-lime {
    background-color: #dc3b73;
    border-color: #dc3b73;
}
.booksec button {
    color: White;
    background-color: #000000;
    padding: 10px 50px;
}

.booksec button:hover {
    color: White;
    background-color: #dc3b73;
}
.booksec .form-control-lg {
    border: 1px solid #d1d1d1;
    font-size: 0.85rem;
}
.divregain p {
    font-size: 14px;
}
.testimonial1 {
    padding: 20px 20px 20px 90px;
    margin: 50px 20px 50px 120px;
    border-radius: 0 100px 100px 0;
    position: relative;
    border: 5px solid #eecfcd;
}
.testimonial1 .pic {
    width: 210px;
    height: 210px;
    line-height: 200px;
    border-radius: 50%;
    border: 8px solid #eecfcd;
    background-color: #ffffff;
    position: absolute;
    top: -15px;
    left: -120px;
    overflow: hidden;
}
.testimonial1 .pic img{
    width: 100%;
    height: 100%;
}
.testimonial1 .testimonial-info {
    display: inline-block;
    width: 24%;
    float: left;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 5px 28px 15px;
    margin: 0;
    border-right: 1px solid #eecfcd;
}
.testimonial1 .testimonial-info small{
    display: block;
    font-size: 10px;
    margin-top: 5px;
}
.testimonial1 .description{
    display: inline-block;
    width: 75%;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 18px 0 18px 28px;
    position: relative;
}
.testimonial1 .description:before {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 15px;
    color: #eecfcd;
}
.testimonial1 .description:after {
    content: "\f10e";
    font-family: fontawesome;
    font-size: 15px;
    color: #eecfcd;
    position: absolute;
    bottom: 5px;
}
@media only screen and (max-width: 991px){
    .testimonial1{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .testimonial1 .pic{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .testimonial1 .testimonial-info{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .testimonial1 .description{
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .testimonial1 {
        padding: 100px 20px 20px;
        margin: 120px 15px 0;
    }
    .testimonial1 .testimonial-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 5px 20px 15px;
    }
        .testimonial1 .testimonial-info small{
            font-size: 12px;
        }
        .testimonial1 .description{ font-size: 14px; text-align: justify;}
}
.testimonial2 {
    padding: 20px 20px 20px 20px;
    margin: 50px 20px 50px 20px;
    border-radius: 100px 0 0 100px;
    position: relative;
    border: 5px solid #eecfcd;
}
    .testimonial2 .pic {
        width: 210px;
        height: 210px;
        line-height: 200px;
        border-radius: 50%;
        border: 8px solid #eecfcd;
        background-color: #ffffff;
        position: absolute;
        top: -15px;
        right: -80px;
        overflow: hidden;
    }
    .testimonial2 .pic img {
        width: 100%;
        height: 100%;
    }
    .testimonial2 .testimonial-info {
        display: inline-block;
        width: 30%;
        float: right;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 28px 5px 28px 15px;
        margin: 0;
        border-left: 1px solid #eecfcd;
    }
    .testimonial2 .testimonial-info small {
        display: block;
        font-size: 10px;
        margin-top: 5px;
    }
.testimonial2 .description {
    display: inline-block;
    width: 70%;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 18px 0 18px 28px;
    position: relative;
}
.testimonial2 .description:before {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 15px;
    color: #eecfcd;
}
.testimonial2 .description:after {
    content: "\f10e";
    font-family: fontawesome;
    font-size: 15px;
    color: #eecfcd;
    position: absolute;
    bottom: 5px;
}
.what_btn {
    background-color: #00a332;
    width: 45px;
    height: 45px;
    color: #fff;
    position: fixed;
    Right: 25px;
    bottom: 120px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);
}

.call_btn {
    background-color: #fff;
    width: 45px;
    height: 45px;
    color: #fff;
    position: fixed;
    Right: 25px;
    bottom: 45px;
    cursor: pointer;
    z-index: 999;
    border: 2px solid green;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);
}

.box-list {
    font-size: 18px !important;
    margin-bottom: 20px;
}

    .box-list p {
        overflow: hidden;
        margin-bottom: 8px;
    }

.box-list-icon {
    font-size: 0.90rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 7px;
}

    .box-list-icon i {
        color: #dc3b73;
    }

.service .card-body {
    padding: 0.8rem;
    background-color: #eee;
}

    .service .card-body h5 {
        font-size: 1.20rem;
    }

a.bookappt, a.bookappt1 {
    color: black;
    background-color: #f7d1d9;
    padding: 12px 40px;
    border-radius: 0px;
}

    a.bookappt:hover {
        color: White;
        background-color: #dc3b73;
    }

    a.bookappt1:hover {
        color: #dc3b73;
        background-color: #fff;
    }

    a.bookappt i, a.bookappt1 i {
        font-size: 2rem;
        margin-right: 10px;
    }

.services__item {
    background: #ffffff;
    padding: 45px 30px 45px 50px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.services__item__icon {
    float: left;
    margin-right: 20px;
}

.services__item__text {
    overflow: hidden;
}

    .services__item__text h5 {
        font-size: 20px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 14px;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }
.list-unstyled li {
    font-size: 1.2rem;
}
.list-unstyled li i {
    color: darkgreen;
}
.foo p {
    font-size: 14.5px;
    font-weight: lighter;
}
.modal-content{
    border-radius: 0px !important;
    background-color: #f2f2f2;
}
    .modal-content .form-control {
        padding: .575rem 1rem;
        border: 1px solid black;
        /*color: #ccc !important;*/
    }
    .modal-content .btn-close {
        position: absolute;
        top: 0;
        width: 28px;
        height: 28px;
        right: 0;
        transform: translate(12.5px, -12.5px);
        cursor: pointer;
        z-index: 100;
        font-size: 16px;
        font-weight: 500;
        background-color: #fff;
        border-radius: 50%;
        opacity: 1;
    }
    .modal-content .close-icon span {
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(.7);
    }
    @media only screen and (max-width: 992px) {
        .testimonial2 {
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
        .testimonial2 .pic {
            position: absolute;
            top: -85px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .testimonial2 .testimonial-info {
            width: 100%;
            float: none;
            border-left: none;
            text-align: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        }
        .testimonial2 .description {
            width: 100%;
        }
}
@media only screen and (max-width: 480px) {
    .testimonial2 {
        padding: 100px 20px 20px;
        margin: 120px 15px 0;
    }
    .testimonial2 .testimonial-info {
        font-size: 18px;
        margin-top: 20px;
        padding: 20px 5px 20px 15px;
    }
    .testimonial2 .testimonial-info small {
        font-size: 12px;
    }
    .testimonial2 .description {
        font-size: 14px;
        text-align: justify;
    }
}
@media (min-width: 1700px) and (max-width: 1980px) {
    div.home h1 {
        font-size: 35px;
    }
}
@media (min-width: 1441px) and (max-width: 1699x) {
        div.home h1 {
            font-size: 37px;
        }
    }
    @media (max-width: 750px) {
        .headsec a.btn {
            font-size: 0.80rem !important;
        }
    }
    @media (min-width: 750px) and (max-width: 950px) {
        div.home img {
            height: auto !important;
        }
        div.home h1 {
            font-size: 37px;
        }
        .box-list {
            font-size: 16px !important;
        }
        .service .card-body h5 {
            font-size: 1rem;
        }
        .foo p {
            font-size: 14.5px;
            font-weight: lighter;
        }
        .foo h4{ font-size: 18px; margin-bottom: 15px;}
        .foo h5 {
            font-size: 16px;
        }
        .list-unstyled li {
            font-size: 0.9rem;
        }
        .list-unstyled li i {
            color: darkgreen;
        }
    }
    @media only screen and (max-width: 640px) {
        .logo {
            text-align: center;
        }
        div.home img {
            height: auto !important;
        }
        div.home h1 {
            font-size: 21px;
        }
    }
@media only screen and (max-width: 451px) {
    .box-list {
        font-size: 16px !important;
    }
    .secline h5 {
        font-size: 1rem;
    }
    .list-unstyled li {
        font-size: 1.2rem;
    }
    .list-unstyled li i {
        color: darkgreen;
    }
}
    @media only screen and (max-width: 360px) {
        div.home h1 {
            font-size: 18px;
        }

        a.bookappt, a.bookappt1 {
            padding: 10px 15px !important;
        }
        .box-list {
            font-size: 15.5px !important;
        }
        .list-unstyled li {
            font-size: 1.0rem;
        }
        .list-unstyled li i {
            color: darkgreen;
        }
        .modal-content h2 {
            font-size: 22px;
        }
    }
    @media only screen and (max-width: 280px) {
        div.home h1 {
            font-size: 14px;
        }

        .fs-5 {
            font-size: 1rem !important;
        }
        .list-unstyled li {
            font-size: 0.8rem;
        }
        .list-unstyled li i {
            color: darkgreen;
        }
        .foo p {
            font-size: 10.5px;
            font-weight: lighter;
        }
        .modal-content h2{ font-size: 20px;}
    }
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}