@import "pages-css/navbar.css";
@import "pages-css/home-one.css";
@import "pages-css/home-two.css";
@import "pages-css/home-three.css";
@import "pages-css/inner-banner.css";
@import "pages-css/contact.css";
@import "pages-css/faq.css";
@import "pages-css/blog-details.css";
@import "pages-css/service-details.css";
@import "pages-css/project-details.css";
@import "pages-css/team.css";
@import "pages-css/author.css";
@import "pages-css/pagination.css";
@import "pages-css/error.css";
@import "pages-css/coming-soon.css";
@import "pages-css/footer.css";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";

:root {
    --headerFonts: "Poppins", sans-serif;
    --bodyFonts: "Roboto", sans-serif;
    --orangeColor: #50c649;
    --lightColor: #0d0b3f;
    --greenColor: #0ebc40;
    --titleColor: #00042e;
    --bodyColor: #4e4e4e;
    --whiteColor: #ffffff;
    --fontSize: 16px;
    --transition: .5s
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: var(--fontSize);
    font-family: var(--bodyFonts);
    font-weight: 400
}

p {
    line-height: 1.8;
    color: var(--bodyColor);
    margin-bottom: 10px
}

p:last-child {
    margin-bottom: 0
}

a {
    display: inline-block;
    transition: var(--transition);
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none
}

button {
    outline: 0
}

button:focus {
    outline: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: var(--headerFonts);
    color: var(--titleColor);
    line-height: 1.4
}

h3 {
    font-size: 20px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

img {
    max-width: 100%
}

.pt-150 {
    padding-top: 150px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px !important
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-45 {
    padding-top: 45px
}

.pt-20 {
    padding-top: 20px
}

.pl-20 {
    padding-left: 20px
}

.pr-20 {
    padding-right: 20px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-20 {
    margin-left: 20px
}

.border-radius-5 {
    border-radius: 5px !important
}

.border-radius-50 {
    border-radius: 50px !important
}

.default-btn {
    padding: 10px 30px;
    color: var(--whiteColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #262262;
    border: none;
    outline: none
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--greenColor);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: var(--transition)
}

.default-btn:hover {
    color: var(--whiteColor)
}

.default-btn:hover::before {
    width: 100%;
    opacity: 1
}

.default-btn.two {
    background-color: var(--greenColor)
}

.default-btn.two:hover {
    color: var(--whiteColor)
}

.default-btn.two:hover::before {
    background-color: var(--orangeColor)
}

.section-title .sp-title {
    padding-bottom: 22px;
    display: inline-block;
    line-height: 0;
    font-size: 15px;
    color: var(--greenColor);
    padding-left: 0;
    position: relative;
    font-weight: 500
}

.section-title .sp-title::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--greenColor);
    display: none
}

.section-title .sp-title::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 15px;
    width: 10%;
    background-color: var(--whiteColor);
    animation: MOVE-BG 2s linear infinite
}
.section-title .sp-title2::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 15px;
    width: 10%;
    background-color: #0d0b3f;
    animation: MOVE-BG 2s linear infinite
}


.section-title .sp-title2 {
    padding-bottom: 20px;
    line-height: 0;
    font-size: 15px;
    color: var(--lightColor);
    padding-left: 0;
    position: relative;
    font-weight: 500;
    display: inline-block
}

.section-title .sp-title2::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--lightColor);
    display: none
}

/* .section-title .sp-title2::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 15px;
    width: 10%;
    background-color: var(--whiteColor);
    animation: MOVE-BG 2s linear infinite
} */

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
    color: var(--titleColor);
    margin-bottom: 0
}

.section-title p {
    padding-top: 15px;
    margin-bottom: 0
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(88px)
    }
}

.work-area::before {
    background-image: url(../images/work-img/work-bg.jpg)
}

.testimonial-area::before {
    background-image: url(../images/testimonial/testimonial-bg.jpg)
}

.terms-conditions-img {
    margin-bottom: 30px
}

.single-content {
    margin-bottom: 30px
}

.single-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500
}

.single-content p {
    margin-bottom: 0
}

.gallery-photo-item {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.gallery-photo-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: .1;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    background-color: var(--titleColor)
}

.gallery-photo-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: .1;
    background-color: var(--titleColor);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0)
}

.gallery-photo-item .photo-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.gallery-photo-item .photo-button h3 {
    color: var(--whiteColor);
    margin-bottom: 20px;
    opacity: 0;
    transition: var(--transition);
    transition-delay: .1s
}

.gallery-photo-item .photo-button .photo-icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
    background-color: var(--whiteColor);
    font-size: 20px;
    color: var(--orangeColor);
    margin-bottom: 0;
    opacity: 0;
    transition: var(--transition);
    transition-delay: .2s;
    border-radius: 50px;
    position: relative;
    z-index: 1
}

.gallery-photo-item .photo-button .photo-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--whiteColor);
    animation: ripple 2s infinite ease-in-out;
    border-radius: 50px
}

.gallery-photo-item .photo-button .photo-icon:hover {
    background-color: var(--orangeColor);
    color: var(--whiteColor);
    border-radius: 50px
}

.gallery-photo-item .photo-button .photo-icon:hover::before {
    border-color: var(--orangeColor)
}

.gallery-photo-item:hover::before {
    opacity: .8;
    transform: scaleY(1)
}

.gallery-photo-item:hover::after {
    opacity: .8;
    transform: scaleY(1)
}

.gallery-photo-item:hover .photo-button h3 {
    opacity: 1
}

.gallery-photo-item:hover .photo-button .photo-icon {
    opacity: 1
}

.categories-title {
    margin-bottom: 30px
}

.categories-title h3 {
    font-size: 24px;
    color: var(--titleColor)
}

.categories-title h3 span {
    color: var(--bodyColor);
    font-size: 17px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: linear-gradient(253deg, #262262, #76bb21);
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 80px; 
    height: 80px; 
    position: relative;
}

.spinner .spinner-border {
    width: 110px;
    height: 110px;
    border: 4px solid var(--whiteColor); 
    border-top: 8px solid transparent; 
    border-radius: 50%;
    animation: rotate 1.5s linear infinite;
}

.spinner img {
    width: 50px; 
    height: 50px;
    position: absolute;
    top: 70%;
    left: 60%;
    transform: translate(-50%, -50%);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.go-top {
    position: fixed;
    top: 70%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: var(--whiteColor);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: var(--orangeColor);
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 100;
    transition: .5s
}

.go-top i {
    transition: .5s;
    vertical-align: middle
}

.go-top:hover {
    background-color: var(--titleColor)
}

.go-top:hover i {
    transform: translateY(-5px)
}

.go-top.active {
    top: 95%;
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: var(--whiteColor);
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    transform: translateY(-50%)
}

.buy-now-btn:hover {
    color: var(--whiteColor);
    background-color: #94be5d
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes help-animation {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(30px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes movebounce-up {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-120px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes move-to {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(50px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes running-in {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-10px, 150px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes leaves {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes leaves {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes waving-line {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@keyframes rotated360 {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(-360deg)
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 15px
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-100 {
        padding-top: 50px
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .pb-100 {
        padding-bottom: 50px !important
    }

    .pt-70 {
        padding-top: 50px;
        margin-bottom: -32px !important;
    }

    .pb-70 {
        padding-bottom: 20px
    }

    .pt-45 {
        padding-top: 30px
    }

    .pb-10 {
        padding-bottom: 0
    }

    .pl-20 {
        padding-left: 0
    }

    .pr-20 {
        padding-right: 0
    }

    .ml-20 {
        margin-left: 20px
    }

    .default-btn {
        padding: 8px 20px
    }

    .section-title span {
        font-size: 12px
    }

    .section-title .sp-title {
        font-size: 14px;
        padding-left: 0;
        display: block;
        padding-bottom: 15px
    }

    .section-title .sp-title::before {
        display: none
    }

    .section-title .sp-title::after {
        display: none
    }

    .section-title .sp-title2 {
        font-size: 14px;
        padding-left: 0;
        display: block;
        padding-bottom: 15px
    }

    .section-title .sp-title2::before {
        display: none
    }

    .section-title .sp-title2::after {
        display: none
    }

    .section-title h2 {
        font-size: 25px
    }

    .section-title p {
        padding-top: 10px
    }

    .ps-2 {
        text-align: center;
        padding-left: 0 !important
    }

    .ps-3 {
        text-align: center;
        padding-left: 0 !important
    }

    .ps-5 {
        text-align: center;
        padding-left: 0 !important
    }

    .ps-0 {
        padding-left: 15px !important
    }

    .pe-0 {
        padding-right: 15px !important
    }

    .p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .go-top .active {
        top: 85%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-area .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-area-two .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-area-three .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    body {
        font-size: 15px
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-100 {
        padding-top: 50px
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .pb-100 {
        padding-bottom: 50px !important
    }

    .pt-70 {
        padding-top: 50px
    }

    .pb-70 {
        padding-bottom: 20px
    }

    .pt-45 {
        padding-top: 30px
    }

    .pb-10 {
        padding-bottom: 0
    }

    .pl-20 {
        padding-left: 0
    }

    .pr-20 {
        padding-right: 0
    }

    .ml-20 {
        margin-left: 20px
    }

    .default-btn {
        padding: 8px 20px
    }

    .section-title span {
        font-size: 12px
    }

    .section-title h2 {
        font-size: 26px
    }

    .section-title p {
        padding-top: 10px
    }

    .ps-2 {
        padding-left: 0 !important
    }

    .ps-3 {
        padding-left: 0 !important
    }

    .ps-5 {
        padding-left: 0 !important
    }

    .ps-0 {
        padding-left: 15px !important
    }

    .pe-0 {
        padding-right: 15px !important
    }

    .p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ps-2 {
        padding-left: 0 !important
    }

    .ps-3 {
        padding-left: 0 !important
    }

    .ps-5 {
        padding-left: 0 !important
    }

    .section-title h2 {
        font-size: 32px
    }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .ps-2 {
        padding-left: 0 !important
    }

    .ps-3 {
        padding-left: 0 !important
    }

    .ps-5 {
        padding-left: 0 !important
    }

    .container-fluid {
        width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media only screen and (min-width:1350px) and (max-width:1439px) {
    .container-fluid {
        width: 1320px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1320px !important;
        position: absolute
    }
}

@media only screen and (min-width:1440px) and (max-width:1799px) {
    .container-fluid {
        width: 1460px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1460px !important;
        position: absolute
    }
}

@media only screen and (min-width:1300px) {
    .container {
        max-width: 1320px !important
    }
}

@media only screen and (min-width:1800px) {
    .container-fluid {
        width: 1640px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1760px !important;
        position: absolute
    }
}

/* Hamza */

#header-phone-icon{
    color: #50c649;
}
#header-phone-number{
    color: black;
}
.navbar-logo{
    height: 55px;
}
.footer-banner{
    padding: 21px;
    background: #76bb21;
    margin-top: -1px;
}
#footer-banner-text{
    text-align: left;
    font-weight: 600;
    color: white;
}
#footer-banner-button{
    background: #0d0b3f;
    font-weight: 800;
    width: 170px;
    padding: 14px;
    color: white;
}
#footer-logo{
    width: 90%;
}
#learn-more-button{
    display:flex;
    justify-content:end;
}

::-webkit-scrollbar {
    width: 7px; 
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px; 
  }
  ::-webkit-scrollbar-thumb {
    background: #50c649;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  #about-phone-icon{
    color: var(--orangeColor);
    border-radius: 50px;
    border: 1px solid var(--orangeColor);
    margin-bottom: 15px;
    font-size: 20px;
    padding: 8px 10px 4px;
  }
  .contact-details {
    display: flex;
    justify-content: end;
}
@media (max-width: 768px) {
    .contact-details {
        justify-content: center;
    }
}
@media only screen and (min-width: 1024px) {
    #medical-billing-dropdown {
      width: 630px;
    }
    #specialties-dropdown {
      width: 560px;
      height: 520px;
      overflow-y: scroll;
      overflow-x: hidden;
    }
    .mobile-nav-area .mobile-btn {
        display: inline-block;
        margin-left: 5px
    }
  }
  @media only screen and (max-width: 768px) {
    #about-image-index{
        border-radius: 60px 0 60px 0px;
        width: 85%;
    }
  }

  div.scrollmenu {
    background-color: #333;
    overflow: auto;
    display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
    position: relative;
    z-index: 1;
}

div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    color: #76bb21;
    /* background-color: #777; */
}

.dropdown {
    display: table-cell;
    position: relative;
}

.dropbtn {
    padding: 14px;
    color: white;
    background-color: #333;
    border: none;
    cursor: pointer;
}
#mobile-billing-dropdown{
    display: none;
}
#mobile-coding-dropdown{
    display: none;
}
#mobile-specialties-dropdown{
    display: none;
}
.dropdown-content {
    width: auto;
    left: 60px;
    top: 50%;
    position: fixed;
    background-color: #ffffff;
    height: 200px;
    overflow: scroll;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    top: 120px;
    left: 65px;
    overflow-x: hidden;
    transform-origin: top;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* .dropdown-content a:hover {
    background-color: #ddd;
} */

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #777;
}

#mobile-nav-ul {
    list-style: none;
    padding: 0;
    line-height: 0.35;
}
.mobile-nav-li{
    transition: .5s;
    border-bottom: 1px solid #d9d9d9;
}
/* .mobile-nav-li:hover{
    background: #232b6b;
} */
.movile-nav {
    display: none;
}
.footer-widget p{
    text-align: justify;
}
@media (max-width: 1024px) {
    .movile-nav {
        display: block;
    }
    .footer-widget p{
        text-align: center;
    }

}
@media (max-width: 768px) {
    .movile-nav {
        display: block;
    }
}
@media (max-width: 991px) {
    .movile-nav {
        display: block;
    }
}
@media (min-width: 991px) {
    .movile-nav {
        display: none;
    }

}
.card-back-image{
    height: 120px;
}

#card1, #card2, #card3 {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    width: 250px;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}
#card1 .svg-background, #card2 .svg-background, #card3 .svg-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    z-index: -1;
}
#card1 .blob, #card2 .blob, #card3 .blob {
    transform: translate(23%,3%) scale(0.65);
    fill: rgb(15, 59, 64);
    transition: 0.4s;
}
#card1.active .blob, #card2.active .blob, #card3.active .blob {
    fill: rgb(19, 89, 79);
    transform: translate(23%,3%) scale(3.75);
}
#card1.active .bg-overlay, #card2.active .bg-overlay, #card3.active .bg-overlay {
    opacity: 0;
}
#card1 .circular-border, #card2 .circular-border, #card3 .circular-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(12, 51, 57);
    position: relative;
}
#card1 i, #card2 i, #card3 i {
    font-style: normal;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#card1 a, #card2 a, #card3 a {
    color: inherit;
    text-decoration: none;
}
#card1 p, #card2 p, #card3 p {
    opacity: 0;
    transition: 0.4s;
}
#card1.active p, #card2.active p, #card3.active p {
    opacity: 1;
}

#video-banner{
    width:100%;
    margin-top:-2px;
}

.section-title .sp-title3::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 15px;
    width: 10%;
    background-color: #f9f8f7;
    animation: MOVE-BG 2s linear infinite;
}












/* hover card css */
@import url(https://fonts.googleapis.com/css?family=Carme);

.row {
    margin-right: 0;
    margin-left: 0;
}

.col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.card-grid {
    margin: 15px auto 0px 10px; 
    background: white;
    border-radius: 10px;
    box-sizing: border-box;
}

.cell {
    width: 100%;
    background: #f9f8f7;
    border-bottom: 4px solid #76bb21;
    padding: 16px !important;
    border-radius: 5px;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.inside {
    position: absolute;
    background: #76bb21;
    padding: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
}

img {
    position: relative;
    display: block;
}

h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #ecf0f1;
}

p {
    text-align: center;
    color: black;
}

.cell-e {
    overflow: hidden;
}

.cell-e .inside {
    overflow: hidden;
    transition: transform .6s ease;
    transform: translate(0, -275px);
}

.cell-e:hover .inside {
    /* height: 140px; */
    padding: 6px;
    font-size: 12px;
    width: 100%;
    display: block;
    transform: translate(0px, 0%);
    left: 0;
    /* border-radius: 5px; */

}

.cell-e:hover .inside * {
    transform: translate(0px, 0px);
}

.cell-e:hover h2 {
    transition-delay: .3s;
}

.cell-e:hover p {
    text-align: start;
    transition-delay: .5s;
}
.change-bg{
    background: #0d0b3f;
}
.inside-bg{
    background-color: white;
}
.image-container {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/1.png');
    background-size: cover;
}

.services-card:hover .image-container {
    background-image: url('../images/icons/2.png');
}

.font-14{
   line-height: 1.35;
 font-size: 14px;
}
.font-10{
    line-height: 1.35;

    font-size: 10px !important;
}
.font-13{
    line-height: 1.35;

    font-size: 13px;
}
.font-11{
    line-height: 1.35;
    text-align: start !important;
    font-size: 11px !important;
}
@media only screen and (min-width: 1024px) {
    .physical-therapy-service-card-height {
        height: 280px;
    }

    .services-card-height{
        height: 430px;
    }
    .sleeping-medicine-service-card-height{
        height: 300px;
    }
    .indexing-medical-service-height{
        height: 430px;   
    }
    .indexing-medical-service-height-2{
        height: 550px;   
    }
    .physician-credentials-service-card-height{
        height: 310px;
    }
    .physician-credentials-service-card-height-2{
        height: 370px;
    }
    .ems-billing-services-card-height{
        height:460px
    }
    .dme-billing-services-card-height{
        height: 390px;
    }
    .dme-billing-services-card-height-2{
        height: 290px;
    }
    .asc-billing-services-card-height-2{
        height: 430px;
    }
    .medical-record-service-card-height{
        height: 400px;
    }
    .medical-record-service-card-height-2{
        height: 470px;
    }
    .medical-record-service-card-height-3{
        height: 420px;
    }
    .medical-record-service-card-height-4{
        height: 370px;
    }
    .charge-entry-service-card-height{
        height: 360px;
    }
    .orthopedic-medicine-services-card-height{
        height: 475px;
    }
    .worker-billing-services-card-height{
        height: 420px;
    }
    .ehr-chart-service-card-height{
        height: 460px;
    }
    .ehr-chart-service-card-height-2{
        height: 520px;
    }
    .ehr-chart-service-card-height-3{
        height: 530px;
    }
    .patient-advice-billing-services-card-height{
        height: 390px;
    }   
    .patient-advice-billing-services-card-height-2{
        height: 320px;
    }
    .emergency-card-height{
        height: 540px;
    }
    .managed-care-card-height{
        height: 510px;
    }
    .hospital-card-height{
        height: 350px;
    }
    .fqhc-billing-services-card-height{
        height: 430px;
    }
    .medical-coding-services-card-height{
        height: 420px;
    }
    .cpt-coding-services-card-height{
        height: 560px;
    }
    .cpt-coding-services-card-height-2{
        height: 630px;
    }
    .company-image-card{
        height: 80px;
    }
    .company-image-card-2{
        height: 100px;
    }
    .risk-adjustment-services-card-height{
        height: 360px;
    }
    .hcc-medical-services-card-height{
        height: 390px;
    }
    .medical-coding-analysis-services-card-height{
        height: 460px;
    }
    .hospice-billing-service-card-height{
        height: 480px;
    }
    .hospice-billing-service-card-height-2{
        height: 570px;
    }
    .pediatric-billing-services-card-height{
        height: 650px;
    }
    .occupational-services-card-height{
        height: 420px;
    }
   .sergery-billing-services-card-height{
    height: 460px;
   }
   .sergery-billing-services-card-height-2{
    height: 580px;
   }
   .sergery-billing-services-card-height-3{
    height: 490px;
   }
   .pediatric-services-card-height{
    height: 370px;
   }
   .pediatric-services-card-height-2{
    height: 425px;
   }
   .anathesia-services-card-height{
    height: 450px;
   }
   .chiro-billing-services-card-height{
    height: 360px;
   }
   .urology-billing-services-card-height{
    height: 280px;
   }
   
   .otolargy-service-card-height{
    height: 320px;
   }
   .pathology-billing-services-card-height{
    height: 320px;
   }
   .left-align{
    text-align: left;
   }
   .enrollment-billing-services-card-height{
    height: 440px;
   }
   .dental-billing-services-card-height{
    height: 480px;
   }
   .dental-billing-services-card-height-2{
    height: 440px;
   }
   .dental-billing-services-card-height-3{
    height: 460px;
   }
   .dental-billing-services-card-height-4{
    height: 360px;
   }
   .personal-billing-services-card-height{
    height: 460px;
   }
   .personal-billing-services-card-height-2{
    height: 370px;
   }
   .family-billing-services-card-height{
    height: 675px;
   }
   .ambulance-billing-services-card-height{
    height: 430px;
   }
   .radiology-services-card-height{
    height: 350px;
   }
   .cardiology-billing-services-card-height{
    height: 420px;
   }
   .cardiology-billing-services-card-height-2{
    height: 510px;
   }
   .pain-billing-services-card-height-1{
    height: 430px;
   }
   .pain-billing-services-card-height-2{
    height: 480px;
   }
   .pain-billing-services-card-height-3{
    height: 390px;
   }
   .pain-billing-services-card-height-4{
    height: 330px;
   }
   .pain-billing-services-card-height-5{
    height: 410px;
   }
   .gynecology-billing-services-card-height{
    height: 650px;
   }
   .gast-billing-services-card-height-1{
    height: 520px;
   }
   .gast-billing-services-card-height-2{
    height: 440px;
   }
   .gast-billing-services-card-height-3{
    height: 490px;
   }
   .neurology-billing-services-card-height-1{
    height:530px;
   }
   .podia-services-card-height{
    height: 450px;
   }
   .plastic-services-card-height{
    height: 460px;
   }
   .neurology-billing-services-card-height-2{
    height: 550px;
   }
   .podiatory-billing-services-card-height{
    height: 420px;
   }
   .plastic-billing-services-card-height{
    height: 490px;
   }
   .physician-billing-height{
    height: 430px;
   }
   .services-card-height-5{
        height: 480px;
   }
   .our_mission_card{
    height: 365px;
   }
   .services-category{
    height: 420px;
   }
   .banner-area{
    height: 560px;
   }
   .banner-paragraph{
    width: 500px;
   }
   .banner-heading{
    font-size: 40px !important;
   }
   .medical-document-services-card-height{
    height: 535px;
   }
}



.inside p {
    font-size: 14px;
    color: white;
    text-align: center !important;
}
.services-card:hover .patient-service-card-li {
    color: white;
  }

  @media only screen and (max-width: 767px) {
    #video-banner{
        margin-top: -2px;
    }
  }
.contact-loader {
    display: none;
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: white #262262;
    animation: l1 1s infinite;
  }
  @keyframes l1 {to{transform: rotate(.5turn)}}

  .success-message{
    display: none;
  }
  .font-13{
    font-size: 11px !important;
  }
.industies-cards{
    height: 30vh;
  }
  




  #mobile-billing-dropdown{
    display: none;
    height: 200px;
  }

.services-category{
    border-radius: 20px;
    transition: .5s;
}
.services-category:hover{
    box-shadow: 5px 10px 11px #0000001f;

}
.services-category-2{
    border-radius: 20px;
    transition: .5s;
}
.services-category-2:hover{
    box-shadow: 5px 10px 11px #0000001f;

}

/* Line media query  */
.about-line-image-height {
    height: 80vh;
}
#about-image-index{
    width: 85%;
}
@media (max-width: 768px) {
    .about-line-image-height {
        height: 380px !important;
    }
}
@media (max-width: 480px) {
    .about-line-image-height {
        display: none;
        /* height: 42vh !important; */
    }
}
@media only screen and (min-width:992px) and (max-width:1299px) {
    .about-line-image-height {
        height: 350px !important;
    }

}
    @media only screen and (min-width:1300px) and (max-width:1409px) {
        .about-line-image-height {
            height: 480px !important;
        }

    }

@media (min-width: 1450px) and(max-width:1500px) and (min-height:700px){
    .about-line-image-height {
        height: 75vh !important;
    }
}
@media (min-width: 1517px) and(max-width:1590px) and (min-height:710px) {
    .about-line-image-height {
        height: 58vh !important;
    }
}
@media (min-width: 1600px) and (max-width: 1800px) and (min-height:700px) {
    .about-line-image-height {
        height: 75vh !important;
    }
}


@media (min-width: 1600px) and (min-height:700px) {
    .about-line-image-height {
        height: 62vh !important;
    }
   
}
@media (min-width: 1410px) and (max-width: 1599px) and (min-height: 700px) and (max-height: 725px) {
    .about-line-image-height {
      height: 72vh; 
    }
  } 
/*  end*/
/* Services card back image */
@media (max-width: 768px) {
    .card-back-image {
        height: 160px; 
    }
}

@media (max-width: 480px) {
    .card-back-image {
        height: 130px; 
    }
}


/* end  */



.cell .row .col-md-12 img{
    height: 60px;
    width: 60px;
}
.heart-wave-icon-image{
    transform: rotate(180deg);
    width: 100%;
}

body{
    zoom: 90%;
}

@media (max-width: 768px) {
    .owl-prev, .owl-next {
        display: none !important;
    }
    .owl-dots{
        width: auto;
        margin-left: 15px;
    }
}
@media only screen and (min-width: 1024px) {
    .owl-dots{
        display: none;
    }

}

.our_mission_card{
    border-radius: 20px;
    transition: .5s;
}
.our_mission_card:hover{
    box-shadow: 5px 10px 11px #0000001f;

}
.banner-heading{
    font-size: 29px;
    font-weight: 700;
    line-height: 1.15;
}

.section-title h3{
    font-weight: 700;
    font-size: 20px;
}

h1,h2,h3,h4,h5,h6{
    text-transform: capitalize  ;
}
.navbar-area{
    transition: .5s;
}
p{
    text-align: justify !important;
}

.card-heading{
    text-align: center !important;
}


@media (min-width: 1410px) and (max-width:1600px){
    .banner-area{
        height: 630px;
    }
}


@media (min-width: 1610px) and (max-width:1710px){
    .banner-area{
        height: 680px;
    }
}


@media (min-width: 1711px) and (max-width:1800px){
    .banner-area{
        height: 700px;
    }
}
.heart-image{
    width: 100%;
}

@media (min-width: 600px) and (max-width:768px){
    .banner-content{
        width: 500px;
    }
}