@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    margin-top: 0.75rem;
}

::selection {
    color: #fff;
    background: #7eb13e;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

.home-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.home-slider {
    position: relative;
    z-index: 2;
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    cursor: pointer !important;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block !important;
    z-index: 1000;
    border-radius: 50% !important;
    overflow: hidden;
    background: rgb(18 17 17 / 45%) !important;
    top: 45%;
    color: #fff !important;
    font-size: 18px !important;
    outline: none !important;
}

.home-slider .owl-nav .owl-prev {
    left: 1%;
}

.home-slider .owl-nav .owl-next {
    right: 1%;
}

.slider-sec .container-fluid {
    padding: 0;
    margin: 0;
}

.slider-contant {
    position: absolute;
    /* z-index: 9; */
    top: 80%;
    /* left: 10%; */
    width: 90%;
    height: 100%;
}

.slider-contant.left {
    padding-left: 100px;
}

.slider-contant h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #185479;
    text-transform: capitalize;
}

.home-slider .owl-item.active .slider-contant h3 {
    animation: fadeInDown 0.3s both 0.5s;
}

.home-slider .owl-item.active .slider-contant p {
    animation: fadeInLeft 0.3s both 0.5s;
}

.home-slider .owl-item.active .slider-contant li:nth-child(1) a {
    animation: fadeInLeft 0.5s both 0.5s;
}

.slider-contant p {
    color: #185479;
    font-size: 19px;
    line-height: 30px;
    margin: 15px 0 30px;
}

.slider-contant li a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}

.slider-contant li:nth-child(1) a {
    margin-right: 10px;
    background: #fff;
    color: #333;
}

.slider-contant li:nth-child(2) a {
    background: #7eb13e;
    color: #fff;
}

.home-slider .owl-item.active .slider-contant li:nth-child(2) a {
    animation: fadeInRight 0.7s both 0.5s;
}

.slider-contant ul {
    margin-top: 40px;
}

.home-slider .bg-slide {
    height: 650px;
    position: relative;
    padding: 170px 0 150px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
}

.home-slider .owl-dots span {
    height: 6px !important;
    width: 21px !important;
    margin: 4px !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.home-slider .owl-dot.active span {
    background: #2694c5 !important;
}

.word-rotate__words {
    display: inline;
    text-indent: 10px;
}

/*  */

section.content-rotate-sec .container-fluid {
    padding: 0;
}

section.content-rotate-sec {
    overflow: hidden;
    margin: 40px 0;
    display: inline-block;
    background: #0367a1;
    width: 100%;
    height: 140px;
    line-height: 120px;
    text-align: center;
    position: relative;
}

.rw-words {
    position: relative;
    background: #7eb13e;
    display: block;
    line-height: 60px;
    margin: 20px 0 0;
    height: 80px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
}

.rw-words-1 span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 7px auto 0;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    opacity: 0;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .rw-sentence {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .rw-sentence {
        font-size: 9px;
    }
}

.why-choose-content h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
}

.why-choose-content p span {
    color: #1c577a;
    font-weight: 700;
}

.why-choose-content p {
    font-size: 17px;
    margin-bottom: 10px;
}

.why-choose-content h4 {
   font-weight: 700;
}

.why-choose-img {
    position: relative;
    border-radius: 240px;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* .why-choose-img::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    background: linear-gradient(45deg, #6d96b0, #bbd8e8);
    border-radius: 40px;
    width: 100%;
    max-width: 490px;
    height: 100%;
    z-index: -1;
} */

.why-choose-img img {
    border-radius: 40px;
    /* margin-top: 30px; */
    width: 100%;
}

.why-choose-sec {
    padding: 20px 0 40px;
}

section.our-services-sec {
    padding: 40px 0;
    background: #c4bfbf24;
}

section.our-services-sec h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.services-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.services-box {
    text-align: center;
    padding: 40px 20px 30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 300px;
    transition: all 0.3s ease-in;
}

.services-box:hover {
    box-shadow: rgb(126 177 62) 0px 7px 29px 0px;
}

.services-box h4 {
    font-weight: 700;
    margin: 10px 0;
    font-size: 23px;
    color: #000;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.services-box:hover h4 {
    color: #185479;
}

.services-box p {
    font-size: 17px;
    margin: 0;
    color: #000;
}

/*  */

.form-bg {
    background: url(../images/form-bg.jpg)no-repeat;
    background-position: center;
    padding: 0 0 40px;
    margin-top: 150px;
    position: relative;
    background-size: cover;
}

.form-content h4 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
}

.form-group {
    margin-bottom: 15px;
}

.form-content input.form-control,
.form-content textarea.form-control {
    /* background: transparent; */
    border: 2px solid #fff;
    /* color: #fff;  */
    font-weight: 600;
    border-radius: 1px;
}

.form-content input.form-control {
    height: 50px;
}

/* .form-content input.form-control::placeholder ,
.form-content textarea.form-control::placeholder {
    color: #fff;
    opacity: 1; 
}

.form-content input.form-control::-ms-input-placeholder,
.form-content textarea.form-control::-ms-input-placeholder { 
    color: #fff;
} */

.form-content input.form-control:focus,
.form-content textarea.form-control:focus {
    box-shadow: unset !important;
}

input.btn-submit {
    margin-top: 10px;
    padding: 10px 40px;
    border: unset;
    background: #0367a1;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.form-bg h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
}

.medical-billing-form form {
    padding: 10px 20px 0px;
}

.container.content-sec {
    position: relative;
}

.content-detalis {
    background: linear-gradient(45deg, #7eb13e, #a6cd79);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 10px;
    text-align: center;
    margin-top: -80px;
    min-height: 200px;
}

.content-detalis h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-detalis p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.content-detalis i {
    font-size: 50px;
    color: #fff;
}

/*  */

.testi_sec {
    padding: 60px 0;
}

.testi_sec .in-sync,
.testi_sec .in-link {
    border: 1px solid #639;
    box-sizing: border-box;
}

.testi_sec .child .current img {
    transform-style: flat !important;
}

.testi_sec .owl-nav {
    text-transform: uppercase;
    font-family: arial;
    font-size: 12px;
    padding: 12px;
}

.testi_sec .owl-prev {
    display: inline-block;
}

.testi_sec .parent .item {
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.testi_sec .parent .item img {
    cursor: pointer;
    padding: 5px;
    transition: all 0.4s ease;
    border: 2px solid #7eb13e;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}

.testi_sec .parent .owl-item.center .item img {
    border: none !important;
}

.testi_sec .parent .owl-item.center .item {
    cursor: auto;
    /* margin: 10px; */
    padding: 0;
    transition: all 0.4s ease-in-out;
    border: 4px solid #00448b;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testi_sec h3 {
    font-size: 35px;
    font-weight: 600;
    color: #185479;
    margin: 0 0 10px;
}

.testi_sec p {
    font-size: 15px;
}

.testi_sec h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.testi_sec h6 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}

.testi_sec .child a {
    background: #185479;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    line-height: 50px;
}

.testi_sec .child {
    position: relative;
}

.testi_sec .child img {
    position: absolute;
    height: 35px;
    width: 35px !important;
    right: 10%;
    top: 0px;
}

.testi_sec .child .item {
    padding: 0 50px 0 20px;
}

section.testi_sec h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

/*  */

.medical-billing-bg {
    background: url(../images/medical-billing-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
}

.medical-billing-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: #00000033;
}

.medical-billing-content ul li {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #00000033;
}

.medical-billing-form {
    padding: 0 0 10px;
    background: #fff;
    margin-left: 100px;
}

.medical-billing-form h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #0367a1;
    padding: 15px 0;
}

.medical-billing-form input.form-control {
    border-radius: 0;
    height: 40px;
    background: #8e8a8a1a;
    border: none;
}

.medical-billing-form textarea.form-control {
    border-radius: 0;
    background: #8e8a8a1a;
    border: none;
}

.read-more a {
    margin-top: 10px;
    padding: 15px 30px;
    border: unset;
    background: #7eb13e;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}

.read-more {
    margin-top: 20px;
    display: inline-block;
}

.medical-billing-content ul {
    margin-bottom: 10px;
    display: block;
}

.medical-practice-sec h4,
.medical-practice-sec h2 {
    font-size: 30px;
    font-weight: 700;
}

.medical-practice-sec p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 5px;
}

.medical-practice-sec ul li {
    display: block;
    font-size: 17px;
    line-height: 30px;
}

.medical-practice-sec ul {
    margin-bottom: 10px;
}

.medical-practice-sec ul li i {
    font-size: 20px;
    color: #185479;
}

.medical-practice-sec p b {
    font-size: 20px;
}

.medical-practice-sec,
.typically-experience-sec {
    padding: 60px 0;
}

/*  */

.typically-experience-sec {
    background: url(../images/typically-experience.jpg) no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}

.typically-experience-sec h4,
.typically-experience-sec h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}

.typically-experience-sec li {
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}

.typically-experience-sec li i {
    color: #185479;
}

.outsource-sec {
    padding: 60px 0;
}

.outsource-sec ul li {
    display: inline-block;
    width: 17%;
    text-align: center;
    border: 2px solid #e9e9e9;
    padding: 15px 15px 10px;
    height: 190px;
    margin: 0 10px;
    transition: all 0.4s ease-in-out;
}

.outsource-sec ul li img {
    height: 70px;
    width: 90px;
    margin: auto;
}

.outsource-sec ul li h4 {
    font-size: 20px;
    font-weight: 700;
}

.outsource-sec ul {
    margin: 10px 0;
    text-align: center;
}

.outsource-sec p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
}

.outsource-sec h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.outsource-sec .read-more {
    margin-top: 5px;
}

.our-end-sec {
    background: url(../images/our-end.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
}

.our-end-content h3,
.our-end-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #185479;
}

.our-end-content p {
    font-size: 18px;
    line-height: 30px;
}

.our-end-sec li {
    width: 48%;
    display: inline-flex;
    border: 2px solid #e9e9e9;
    padding: 20px 20px 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    transition: all 0.4s ease-in-out;
}

.our-end-sec li:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.our-end-sec li h4,
.our-end-sec li h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #185479;
}

.our-end-sec li p {
    font-size: 16px;
    margin-bottom: 10px;
}

/*  */

.credentialing-sec {
    padding: 60px 0;
}

.credentialing-sec h3,
.credentialing-sec h1 {
    font-size: 45px;
    font-weight: 700;
}

.credentialing-sec p {
    font-size: 20px;
    width: 80%;
    font-weight: 700;
}

.credentialing-sec ul {
    display: flex;
    gap: 35px;
    margin-top: 40px;
}

.credentialing-sec .counter span {
    font-size: 35px;
    font-weight: 600;
}

.credentialing-sec h4 {
    font-size: 17px;
    margin-top: 0;
    font-weight: 600;
}

/*  */

.why-should-effortless-sec {
    padding: 60px 0;
    background: linear-gradient(45deg, #84b547, #7eb13e);
    text-align: center;
}

.why-should-effortless-sec h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.why-should-effortless-sec p {
    font-size: 19px;
    color: #fff;
    line-height: 31px;
}

/*  */

.credentialing-services-sec {
    padding: 60px 0;
}

.credentialing-services-sec h3,
.credentialing-services-sec h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.credentialing-services-sec p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
}

.credentialing-services-sec p span {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #185479;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

span.left-rw {
    font-size: 25px;
    line-height: 60px;
    margin: 25px 5px;
    height: 80px;
    width: 7%;
    color: #fff;
    float: right;
}

span.right-rw {
    font-size: 25px;
    line-height: 60px;
    margin: 25px 5px;
    height: 80px;
    width: 10%;
    color: #fff;
}

h2.title.rw-sentence {
    display: flex;
    justify-content: center;
}

/*  */

section.header {
    padding: 3px 0;
    box-shadow: 0px 4px 13px 0px rgb(0 0 0 / 37%);
}

section.header a.nav-link {
    font-size: 18px;
    color: #070707 !important;
    font-weight: 600;
    padding: 20px 0;
}

section.header li.nav-item {
    padding: 0 10px;
}

.header .navbar-dark .navbar-brand img {
    width: 250px;
}

.header .dropdown .dropdown-menu {
    transition: all 0.7s ease-in;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
    border: none;
}

.header .btn-top a {
    color: #fff;
    background: #0367a1;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
}

.header .dropdown-menu li {
    display: block;
}

.header .dropdown-menu li a.dropdown-item {
    font-size: 17px;
    font-weight: 600;
    padding: 7px 1.5rem;
}

.header .dropdown-item.active,
.header .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: unset;
}

.btn-top {
    margin-left: 20px;
}

/*  */

section.coding-top {
    padding: 60px 0 20px;
}

section.coding-top .heading-au {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

section.coding-top h3,
section.coding-top h2 {
    font-size: 35px;
    font-weight: 600;
}

section.coding-top p,
.our-medical p {
    font-size: 18px;
}

.our-medical i {
    font-size: 23px;
}

section.coding-top h4,
section.coding-top h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.our-medical h4,
.our-medical h2 {
    font-size: 35px;
    font-weight: 700;
}

.our-medical h6,
.our-medical h4 {
    font-size: 22px;
    font-weight: 700;
}

.our-medical h5,
.our-medical h3 {
    font-size: 21px;
    font-weight: 600;
}

.our-medical {
    padding: 20px 0 30px;
}

.our-medical img.img-fluid {
    margin: 30px 0;
}

/*  */

footer {
    position: relative;
    display: block;
    background: #141212;
    /* background: url(../images/slider1.jpg) no-repeat; */
    /* padding: 70px 0px 40px; */
    overflow: hidden;
    z-index: 9;
}

footer::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(../images/coding-top.jpg) no-repeat;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.footer-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.shape2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.shape3 {
    position: absolute;
    top: -147px;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer {
    position: relative;
    display: block;
    padding: 60px 0;
    z-index: 9;
    background: #000000b3;
}

.footer-content p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
}

.footer-content img {
    margin-bottom: 15px;
}

.footer-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

.footer-content li {
    display: block;
    margin-bottom: 10px;
}

.footer-content li a {
    color: #fff;
    font-size: 16px;
}

.footer-one__bottom {
    position: relative;
    display: block;
    background: #000000b3;
}

.footer-one__bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    padding: 35px 0px 35px;
}

.footer-one__bottom-left {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-one__bottom-left .title-box {
    position: relative;
    display: block;
}

.footer-one__bottom-left .title-box h4 {
    color: #ffffff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: capitalize;
}

.social-links {
    position: relative;
    display: block;
    margin-left: 20px;
}

.footer-one__bottom-left .social-links ul {
    position: relative;
    display: block;
}

.footer-one__bottom-left .social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.footer-one__bottom-left .social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 15px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-one__bottom .bottom-inner .copyright {
    position: relative;
    display: block;
}

.footer-one__bottom .bottom-inner .copyright p {
    color: #fff;
    letter-spacing: 0.025em;
    margin: 0;
    text-transform: capitalize;
}

.footer-one__bottom .bottom-inner .copyright p a {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

/*  */

.schedule-medical-sec {
    padding: 30px 0 50px;
}

.schedule-medical-sec h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-medical ul li,
.schedule-medical-sec ul li {
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
}

.schedule-medical-sec p {
    font-size: 18px;
    margin-bottom: 10px;
}

.schedule-medical-sec a {
    color: #fff;
    background: #7eb13e;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.4s linear;
}

.schedule-medical-sec a:hover {
    color: #fff;
    background: #00448b;
}

.schedule-medical-sec img.img-fluid {
    width: 100%;
}

/*  */

.digital-marketing-sec {
    padding: 20px 0 40px;
}

.medical-practice-sec a {
    background-color: #7eb13e;
}

.digital-marketing-sec h4 {
    font-weight: 600;
    text-align: center;
    font-size: 35px;
    margin-bottom: 0px;
}

.digital-marketing-sec h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.top-img .container-fluid {
    padding: 0;
}

.top-img {
    overflow: hidden;
}

.top-img img.img-fluid {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/*  */

.faq-sec {
    padding: 50px 0;
}

.faq-sec h2 {
    font-weight: 700;
}

.faq-sec h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.faq-sec ul {
    padding-left: 30px;
    padding-bottom: 10px;
}

/*  */

.main-bodyform {
    display: flex;
}

.leftformbody {
    background-position: center !important;
    background-size: cover !important;
    width: 45%;
    padding: 45px;
    position: relative;
}

.leftformbody:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #7eb13e80 0%, #7eb13e7a 100%);
}

.leftformbody-body {
    position: relative;
    z-index: 9;
    top: 10%;
    padding-top: 30px;
}

.leftform-text {
    color: #fff;
    margin-top: 47px;
}

.leftformbody-body h5 {
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
}

p.leftform-text {
    color: #fff;
    margin-top: 25px;
    font-size: 20px;
}

.rightformbody {
    width: 55%;
    padding: 25px 45px;
}

#myModal .modal-body {
    padding: 0;
}

.user-imgicn {
    width: 70px;
    margin: auto;
}

.user_welcm {
    text-align: center;
    margin: 25px 0px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 28px;
}

h5.user_welcm:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background: #95da43;
    bottom: 0;
}

.main-bodyform .form-control {
    border: none;
    border-bottom: 2px solid #c5c5c566;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 0px;
    font-weight: 500;
    color: #000;
}

.callsbmtbtn {
    color: #fff;
    background: #185479;
    padding: 10px 60px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: none;
}

#myModal .modal-content button {
    position: absolute;
    top: 0;
    background: #95da43;
    right: 0;
    font-size: 24px;
    font-weight: 100;
    padding: 10px 15px;
    color: #fff;
    transition: .4s;
    z-index: 99;
    opacity: 1;
}

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

/*  */

.feature-item.feature-box-style-03 {
    padding: 20px 10px;
    text-align: center;
    border: 1px solid rgba(24, 26, 37, 0.1);
    min-height: 245px;
    transition: all 0.6s ease-in-out;
}

.feature-item.feature-box-style-03:hover {
    box-shadow: rgb(126 177 62) 0px 7px 29px 0px;
}

.feature-item.feature-box-style-03 .feature-icon {
    margin-bottom: 15px;
}

.feature-item.feature-box-style-03 .feature-content h4 {
    margin: 5px 0;
    font-weight: 700;
    font-size: 25px;
}

.section-title {
    margin-bottom: 30px;
}

.feature-box.feature-box-style-04 {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-box.feature-box-style-04 .feature-content span {
    display: block;
}

.contact-us-form {
    padding: 30px 50px;
    border: 1px solid #ced4da;
}

.space-ptb {
    padding: 60px 0 40px;
}

.feature-item.feature-box-style-03 .feature-content p {
    font-size: 16px;
    margin: 0;
}

.feature-item.feature-box-style-03 .feature-icon i {
    font-size: 40px;
    color: #fff;
    height: 80px;
    width: 80px;
    background: #7eb13e;
    padding: 15px;
    line-height: 50px;
    border-radius: 40px;
}

.contact-us-form h3.title {
    font-size: 30px;
    font-weight: 700;
    color: #0367a1;
}

.space-pb {
    padding-bottom: 50px;
}

.contact-us-form label.form-label {
    font-weight: 600;
}

.contact-us-form input.form-control {
    height: 50px;
    border-radius: 0;
}

.contact-us-form textarea.form-control {
    border-radius: 0;
}

.u-section-2 {
    background-position: 50% 50%;
    text-align: center;
    object-fit: cover;
    display: block;
    color: #ffffff;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.u-section-2 .u-sheet-1 {
    padding: 80px 0;
}

.u-section-2 h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 60px;
    margin-top: 0;
}

.u-section-2 p {
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
}

.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    animation: smoothScroll 1s forwards;
    margin-top: 0
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

section.coding-top h5,
section.coding-top h3 {
    font-size: 22px;
    font-weight: 700;
}

.support-one {
    position: relative;
    display: block;
    background: linear-gradient(45deg, #0367a1, #235e81);
    padding: 70px 0px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.support-one .shape3 {
    position: absolute;
    top: 15px;
    left: -35px;
    z-index: -2;
    opacity: 0.2;
}

.support-one h2 {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
}

.support-one p {
    font-size: 21px;
    margin-bottom: 5px;
    color: #fff;
}

.support-one__content {
    width: 900px;
    margin: auto;
}

/* Blog Css */

.blog-author-boxarea .img1 {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blog-author-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition: all 0.4s;
}

.blog-author-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: linear-gradient(45deg, #0367a1, #96b2c3);
    border-radius: 5px 5px 0 0;
    opacity: 0.7;
}

.content-area {
    padding: 25px 15px;
}

section.blog-sec {
    padding: 30px 0 50px;
    background: #f2f2f2;
}

section.blog-sec .container-fluid {
    padding: 0 70px;
}

.blog-author-boxarea {
    background: #fff;
    margin-bottom: 30px;
}

.content-area .tags-area ul {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.content-area .tags-area ul li {
    /* display: inline-block; */
    margin: 0 16px 0 0;
    font-size: 15px;
    text-transform: uppercase;
}

.content-area .tags-area ul li img {
    margin: -2px 6px 0 0;
    height: 16px;
}

.content-area a {
    font-size: 20px;
    color: #7eb13e;
    display: inline-block;
    margin-bottom: 12px;
    transition: all 0.4s ease-in-out;
    font-weight: 800;
}

.content-area:hover a {
    color: #0367a1;
}

.content-area p {
    font-size: 19px;
    color: #333;
    margin-bottom: 20px;
}

.content-area a.readmore {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    background: #7eb13e;
    padding: 12px 25px;
    border-radius: 11px;
    transition: all 0.4s ease-in-out;
}

.content-area a.readmore:hover {
    background-color: #0367a1;
}

.blog-author-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.4s;
}

.blog-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.content-area .tags-area ul li a {
    font-weight: 500;
    font-size: 16px;
}

.blog-sec h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.why-choose-content ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
}

.why-choose-content .img1 {
    margin: 30px 0;
}

.container {
    max-width: 1280px;
}

.detalis {
    padding: 50px 0;
}

.detalis p {
    font-size: 18px;
}

.detalis ul li {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.detalis ul li i {
    font-size: 22px;
}

.detalis h3 {
    font-size: 30px;
    font-weight: 600;
}

/*  */



.counter-sec {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(45deg, #0367a1, #51ade3);
    margin-top: 20px;
}

.counter-shape-top {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.counter-sec .row .col-md-4 {
    padding: 0px !important;
    position: relative;
}

.counter-sec .row .col-md-4::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 20px;
    width: 100%;
    height: 45%;
    border-right: 1px dashed #7eb13e;
}

.counter-box {
    padding: 40px 30px;
    box-shadow: rgb(126 177 62) 0px 1px 7px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 20px;
    text-align: center;
    background: #7eb13e;
}

.counter-box:hover:after {
    opacity: 1;
}

.counter-box:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: #7eb13ea3;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
    filter: blur(57.5px);
    z-index: -1;
    transition: all 0.30s;
}

.counter-sec .counter-box .title-bar h2 {
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.counter-sec .counter-box .title-bar p {
    color: #fff;
    font-size: 19px;
    padding-left: 5px;
    margin: 0;
}

section.top-bar {
    background: linear-gradient(45deg, #0367a1, #0367a1);
    padding: 10px 0;
}

.location-link li {
    padding-right: 15px;
}

.location-link li a {
    color: #fff;
    font-size: 15px;
}

ul.social-link {
    float: right;
}

section.top-bar .container-fluid {
    padding: 0 50px;
}

.social-link li {
    padding-right: 10px;
}

ul.location-link {
    padding-top: 5px;
}

ul.social-link li a {
    height: 35px;
    width: 35px;
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 35px;
    text-align: center;
    font-size: 19px;
    border-radius: 60px;
    transition: all 0.4s linear;
}

ul.social-link li a:hover {
    background-color: #7eb13e;
    color: #fff;
}

section.coding-top li {
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
}

.credentialing-services-sec ul li {
    display: block;
    font-size: 17px;
    padding-bottom: 10px;
    font-weight: 600;
}

.typically-experience-sec p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
}

.why-choose-content h3 {
    font-size: 35px;
    font-weight: 700;
}


.faq-item {
    border-bottom: 1px solid #6c6969;
    padding: 15px 10px;
}

.faq-question {
    font-weight: 600;
    cursor: pointer;
    color: #000;
    position: relative;
    font-size: 20px;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: #333;
    font-size: 17px;
}


.main-blog {
    padding: 10px;
    border: 1px solid #f2f2f2;
    position: relative;
}


.blog-list-right {
    padding: 35px 30px;
    border: 1px solid rgba(19, 19, 19, 0.06);
}

.blog-list-right h3 {
    line-height: 1.2;
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
}

.blog-list-right ul {
    list-style: none;
    padding: 0;
}

.blog-list-right ul li {
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.blog-list-right ul a {
    font-size: 17px;
    color: #333;
    font-weight: 600;
}