@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

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

body {
    overflow-x: hidden;
    background-color: #F5F5F5;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
}


:not(.btn-check)+.btn:active {
    border-color: transparent;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #56A0D3;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #151C22;
}

figure {
    margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    /*font-family: "Lora", serif;*/
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all .3s ease-in-out;
}

p {
    font-family: "Jost", sans-serif;
    transition: all .3s ease-in-out;
    color: #5E5E5E;
    font-size: 20px;
    line-height: 30px;
    text-transform: unset;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

p::first-letter {
    text-transform: capitalize;
}

/* go to top */
.scroll-to-top {
    width: 50px;
    height: 50px;
    background: #7CB342;
    position: fixed;
    bottom: 88px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}
.scroll-to-scroll-to-btn {
    width: 50px;
    height: 50px;
    background: #7CB342;
    position: fixed;
    bottom: 88px;
    left: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

/* go to top */
/* theme-btn */
.theme-btn.bt-support-now {
    background: #56A0D3;
    bottom: 146px;
    display: none;
}

.theme-btn.bt-support-now:hover,
.theme-btn.bt-buy-now:hover {
    color: #fff;
}

.theme-btn.bt-buy-now {
    background: #8ac346;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    display: none;
}

.theme-btn {
    border-radius: 40px;
    bottom: 59px;
    display: table;
    height: 66px;
    left: 30px;
    min-width: 66px;
    text-align: center;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
}

.theme-btn,
span.coupon {
    position: fixed;
    color: #fff;
}

.theme-btn,
span.coupon {
    animation: .5s infinite alternate scrollDownAnimation;
}

@keyframes scrollDownAnimation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* theme-btn */

/* float-side-btn */
.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton .crossplus:after,
.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    z-index: 99;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.floatbutton .ban-form input,
.floatbutton .ban-form textarea {
    padding: 10px 15px;
    outline: 0 !important
}

.floatbutton .theme-btn,
span.coupon {
    animation: .5s infinite alternate scrollDownAnimation
}

.floatbutton span.coupon {
    text-transform: uppercase
}

.floatbutton.active {
    right: 0;
    z-index: 9999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .banner-form,
.floatbutton .clickbutton {
    position: relative;
    display: inline-block
}

.floatbutton .clickbutton {
    overflow: hidden;
    border-radius: 11px 0 0 11px;
    width: 50px;
    z-index: 999;
    height: 300px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    vertical-align: top;
    background: #56A0D3;
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    /* border: 3px solid #fff; */
}

.floatbutton .clickbutton .crossplus:before {
    width: 20px;
    height: 2px;
    background: #fbb334;
}

.floatbutton .clickbutton .crossplus:after {
    width: 2px;
    height: 20px;
    background: #fab334;
}

.floatbutton .clickbutton .crossplus {
    display: block;
    transition: .4s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    white-space: pre;
    bottom: 0;
    z-index: 100;
}

.floatbutton .clickbutton .crossplus.rotate {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form {
    background: #fff;
    padding: 30px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    box-shadow: 0 0 30px #0000001f;
}

.floatbutton .btns_wrap .call_wrap,
.floatbutton .btns_wrap .chat_wrap {
    position: absolute;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    background: none;
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: -52px;
}

.floatbutton .btns_wrap .call_wrap {
    width: 295px;
    right: -240px;
    top: 126px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
}

.floatbutton .btns_wrap .call_wrap span {
    color: #1e3236;
    font-size: 18px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    right: -225px;
    width: 280px;
    top: 54px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: #56A0D3;
    font-size: 18px;
    padding: 14px 20px 12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 9px;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #1e3236;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

.floatbutton .banner-form h1,
.floatbutton .banner-form h2,
.floatbutton .banner-form h3,
.floatbutton .banner-form h4,
.floatbutton .banner-form h5,
.floatbutton .banner-form h6 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.floatbutton .banner-form .filed-box .btn-box .btn-wh {
    width: 100%;
    height: 50px;
}

/* float-side-btn */
/**************************** Btn hover Start ***************************/
.btn {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    height: 50px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 12px;
}

.btn-box .btn-wh {
    width: auto;
    padding: 0 25px;
}

.btn-box .icon-wh {
    width: 25px;
    height: 25px;
    border-radius: 2px !important;
}

.btn-box .btn-primary {
    position: relative;
    color: #fff;
    background-color: #57A1C9;
    border: 2px solid #F1F1F1;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.btn-box .btn-primary:hover {
    background-color: #57A1C9;
}

.btn-box .btn-secondary {
    position: relative;
    color: #fff;
    background-color: #7AB144;
    border: 2px solid #F1F1F1;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.btn-box .btn-secondary:hover {
    background-color: #7AB144;
}

.btn-box .btn-gradient {
    position: relative;
    color: #fff;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    border-radius: 7px;
    border: 1px solid transparent;
}

.btn-box .btn-gradient:hover {
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
}


.btn-box .btn-extra {
    position: relative;
    color: #fff;
    background-color: #000;
    border: 2px solid #F1F1F1;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.btn-box .btn-extra:hover {
    background-color: #000;
}

.btn-box .btn-icon {
    color: #232F3F;
}

/* Bounce To Right */
.hvr-bounce-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: #7AB144 !important;
    border: 2px solid #7AB144;
    border-color: #7AB144 !important;
}

.hvr-bounce-to-right:hover:after,
.hvr-bounce-to-right:focus:after,
.hvr-bounce-to-right:active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right */
/* Bounce To left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: #57A1C9 !important;
    border: 2px solid #57A1C9;
    border-color: #57A1C9 !important;
}

.hvr-bounce-to-left:hover::after,
.hvr-bounce-to-left:focus::after,
.hvr-bounce-to-left:active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-extra {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-extra::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-extra:hover,
.hvr-bounce-to-extra:focus,
.hvr-bounce-to-extra:active {
    color: #000 !important;
    border: 2px solid #000;
    border-color: #fff !important;
}

.hvr-bounce-to-extra:hover::after,
.hvr-bounce-to-extra:focus::after,
.hvr-bounce-to-extra:active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To left */
/**************************** Btn hover Close ***************************/
/* loader css start */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #CB9274;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/**************************** Form css Start ***************************/
.form-control::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

.form-control::-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

.form-control:-ms-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

.form-control:-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

select:focus,
textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.input-main {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.input-main p,
.input-main label {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    padding: 0;
    color: #313747;
    line-height: 24px;
}

.input-main p span,
.input-main label span {
    color: #FF6B6B;
}

.input-main .form-group {
    position: relative;
}

.input-main .form-group .card-imgs {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 20px;
    color: #74769E;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 3px;
}

.input-main .form-group .card-imgs li img {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    object-fit: contain;
}

.input-main .form-control.img-bx {
    padding: 12px 20px 12px 60px;
}

.input-main.rightOne .form-control.img-bx {
    padding: 12px 60px 12px 12px;
}

.input-main.rightOne .form-group .card-imgs {
    right: 20px;
    left: inherit;
}

.input-main .form-select {
    font-family: "Jost", sans-serif;
    background-color: rgba(244, 244, 244, 0.47);
    border: 1px solid #EFEFEF;
    border-radius: 0px;
    height: auto;
    padding: 14px 17px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}

.input-main .form-control {
    font-family: "Jost", sans-serif;
    border: none;
    height: auto;
    background-color: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 8px 30px 8px 17px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}

.input-main .form-group .field-icon1 {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 10px;
    color: #313747;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.input-main .form-group .field-icon1.fa-eye:before,
.input-main .form-group .field-icon1.fa-eye-slash:before {
    font-family: "Font Awesome 6 pro";
}

.input-main .forgot {
    text-align: right;
    color: #313747;
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 18px;
    text-transform: unset;
    font-weight: 400;
    display: block;
}

.form-check {
    margin: 0;
}

.form-check .form-check-input {
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
}

.form-check .form-check-input:checked {
    background-color: #7AB144;
    border-color: #7AB144;
}

.form-check .form-check-input:focus {
    border-color: #7AB144;
    box-shadow: none;
}

.form-check .form-check-label {
    font-family: "Jost", sans-serif;
    text-transform: unset;
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}

/**************************** Form css End ***************************/
/************************************* header *************************************/

.navbar-toggler {
    background-color: #56A0D3;
    color: #fff;
    border: none;
}

/* header top */
header {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/* header-btm */
header .header-btm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #F5F5F5;
    box-shadow: 0px 0px 5px 1px #56a0d354;
    transition: all 0.5s ease-in-out;
}

header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #F5F5F5;
    transition: all 0.5s ease-in-out;
}

header .header-btm .navbar>.container {
    align-items: center;
}

header .top-header {
    background-color: #56A0D3;
    padding: 8px 0;
}

header .top-header .main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 25px;
}

header .top-header .main-head .contact-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 25px;
}

header .top-header .main-head .contact-info ul li a {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
}

header .top-header .main-head .social-icon ul li a i:hover,
header .top-header .main-head .contact-info ul li a:hover {
    color: #000;
}

header .top-header .main-head .social-icon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

header .top-header .main-head .social-icon ul li a i {
    width: 30px;
    font-size: 18px;
    color: #ffffff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-btm .navbar {
    padding: 25px 0;
    transition: all 0.3s ease-in-out;
    background: transparent;
    position: relative;
}

header .header-btm.sticky .navbar {
    border-bottom: none !important;
}

/* drop-down */
header .header-btm .navbar .navbar-nav .nav-item:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 15px 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li .dropdown-item {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease-in-out;
    padding: 12px 12px;
    font-family: "Jost", sans-serif;
    border-radius: 0px;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li .dropdown-item:hover {
    background-color: #56a0d3;
    color: #fff;
}

/* drop-down */

header .header-btm.sticky .navbar .navbar-brand .logo {
    min-width: 100%;
    max-width: 100%;
    max-height: 50px;
    min-height: 50px;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}

header .header-btm .navbar .navbar-nav {
    align-items: center;
    gap: 40px;
}

header .header-btm .navbar .navbar-nav .nav-item {
    position: relative;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Jost", sans-serif;
    color: #101010;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.5s ease-in-out;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link.active {
    color: #56A0D3 !important;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #56A0D3;
}

header .dropdown-item {
    padding: 8px 14px;
    font-size: 17px;
    color: #1e3236;
}

header .dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #56A0D3;
    border-radius: 11px;
    transition: all 0.3s ease-in;
}

header .header-btm .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

header .header-btm .navbar .navbar-brand .logo {
    min-width: 172px;
    max-width: 172px;
    max-height: 92px;
    min-height: 92px;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}

header.sticky .header-btm .navbar .navbar-brand .logo {
    height: 70px;
}

header .header-btm .side-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

header .header-btm .side-ul .sd-li .btn-started {
    font-size: 12px;
    color: #56A0D3;
    text-transform: capitalize;
    background: transparent;
    height: 48px;
    border: 2px solid #56A0D3;
    width: 250px;
}

/***************************** header close *****************************/
/***************************** footer start *****************************/
footer {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #08588F;
}

footer .footer-top {
    padding: 35px 0 1px;
}

footer .footer-top .footer-logo img {
    min-width: 228px;
    max-width: 228px;
    max-height: 130px;
    min-height: 120px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(101%) contrast(103%);
}

footer .footer-top .footer-logo ul {
    margin: 35px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 13px;
}

footer .footer-top .footer-logo ul li a i {
    font-size: 28px;
    width: 40px;
    height: 40px;
    color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: all .5s ease-in-out;
}

footer .footer-top .footer-logo ul li a i:hover {
    color: #7CB342;
}

footer .footer-top .quik-inks {
    /* padding: 0 0 0 60px; */
}
footer .footer-top .quik-inks .extera {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

footer .footer-top .quik-inks h1,
footer .footer-top .quik-inks h2,
footer .footer-top .quik-inks h3,
footer .footer-top .quik-inks h4,
footer .footer-top .quik-inks h5,
footer .footer-top .quik-inks h6 {
    text-transform: capitalize;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 27px;
    line-height: 22px;
    color: #FDFDFD;
    font-family: "Jost", sans-serif;
    text-align: center;
}

footer .footer-top .quik-inks p {
    color: #E8E8E8;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

footer .footer-top .quik-inks ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}

footer .footer-top .quik-inks ul li .lowerClass {
    text-transform: lowercase;
}
footer .footer-top .quik-inks ul li a {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    font-family: "Jost", sans-serif;
}

footer .footer-top .quik-inks ul li:hover i,
footer .footer-top .quik-inks ul li:hover,
footer .footer-top .quik-inks ul li a:hover {
    color: #7CB342;
}

footer .footer-top .quik-inks.last {
    padding: 0;
}
footer .footer-top .quik-inks ul li{
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: center;
}

/*footer .footer-top .quik-inks.last ul li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    flex-wrap: nowrap;*/
/*    flex-direction: row;*/
/*    gap: 10px;*/
/*}*/

footer .footer-top .quik-inks ul li i {
    color: #fff;
    transition: all 0.5s ease-in-out;
    margin: 6px 11px 0px 0px;
}

footer .footer-bottom {
    padding: 10px 0;
    background-color: #7CB342;
}

footer .footer-bottom .copyright p {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

footer .footer-bottom .copyright p a {
    color: #FFFFFF;
}

footer .footer-bottom .copyright p a:hover {
    color: #000000;
}

footer .footer-bottom .privacy-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}

footer .footer-bottom .privacy-links ul li {
    color: #FAFBFD;
}

footer .footer-bottom .privacy-links ul li a {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Jost", sans-serif;
}

footer .footer-bottom .privacy-links ul li a:hover {
    color: #000;
}

/***************************** footer close *****************************/
/***************************** home-page-css-start *****************************/
/********** Homr-banner-css-start **********/
.home-banner-sec {
    padding: 300px 0 90px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* .home-banner-sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
} */
.home-banner-sec::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #57A0CD 0%, #7CB342 100%);
    opacity: 0.2;
}

.home-banner-sec .main-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-animation: card-shift 10s ease-in-out infinite;
    animation: card-shift 7s ease-in-out infinite;
}

.home-banner-sec .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.2;
}

.home-banner-sec .banner-content {
    margin: 46px 0 0 0;
}

.home-banner-sec .banner-content h1,
.home-banner-sec .banner-content h2,
.home-banner-sec .banner-content h3,
.home-banner-sec .banner-content h4,
.home-banner-sec .banner-content h5,
.home-banner-sec .banner-content h6 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}

.home-banner-sec .banner-content p {
    /* font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    color: #212529; */
    margin: 0px 0px 10px;
}

.home-banner-sec .banner-content .btn-box {
    margin: 27px 0 0 0;
}

.home-banner-sec .banner-box {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px 20px;
}

.home-banner-sec .banner-box .input-main .form-control {
    border: none;
    border-bottom: 2px solid #EFEFEF;
    border-radius: 0px;
}

.home-banner-sec .banner-box .list-box {
    margin: 15px 0;
}

.home-banner-sec .banner-box .list-box ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    list-style: disc;
    padding: 0 0 0 20px;

}

.home-banner-sec .banner-box .list-box ul li {
    font-family: "Jost", sans-serif;
    text-transform: unset;
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}

.home-banner-sec .banner-box .btn-box {
    margin: 20px 0 0 0;
    justify-content: center;
}

.home-banner-sec .banner-box .btn-box .btn-wh {
    width: 240px;
    height: 52px;
}

.home-banner-sec .banner-box h1,
.home-banner-sec .banner-box h2,
.home-banner-sec .banner-box h3,
.home-banner-sec .banner-box h4,
.home-banner-sec .banner-box h5,
.home-banner-sec .banner-box h6 {
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 20px 0;
    text-align: center;
}

/********** Homr-banner-css-end **********/
.secOne-wrap {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.secOne-wrap .content-box h1,
.secOne-wrap .content-box h2,
.secOne-wrap .content-box h3,
.secOne-wrap .content-box h4,
.secOne-wrap .content-box h5,
.secOne-wrap .content-box h6 {
    font-weight: 500;
    font-size: 27px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 15px 0;
}

.secOne-wrap .content-box p {
    margin: 0 0 15px 0;
}

.secOne-wrap .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 366px;
    max-height: 366px;
    object-fit: contain;
}

.secTwo-wrap {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.secTwo-wrap .head {
    margin: 0 0 30px 0;
}

.secTwo-wrap .head h1,
.secTwo-wrap .head h2,
.secTwo-wrap .head h3,
.secTwo-wrap .head h4,
.secTwo-wrap .head h5,
.secTwo-wrap .head h6 {
    font-weight: 500;
    font-size: 50px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 5px 0;
    text-align: center;
}

.secTwo-wrap .head p {
    width: 555px;
    text-align: center;
    margin: 0 auto;
}

.secTwo-wrap .service-card {
    box-shadow: 0px 0px 45px rgba(225, 225, 225, 0.5);
    background: #FFFFFF;
    padding: 30px 30px;
    margin: 0 0 30px 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.secTwo-wrap .service-card:hover {
    transform: scale(1.05);
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
}

.secTwo-wrap .service-card:hover .info h4,
.secTwo-wrap .service-card:hover .info p {
    color: #fff;
}

.secTwo-wrap .service-card .main-img img {
    min-width: 55px;
    max-width: 55px;
    min-height: 75px;
    max-height: 75px;
    object-fit: contain;
}

.secTwo-wrap .service-card .info {
    margin: 10px 0 0 0;
}

.secTwo-wrap .service-card .info h1,
.secTwo-wrap .service-card .info h2,
.secTwo-wrap .service-card .info h3,
.secTwo-wrap .service-card .info h4,
.secTwo-wrap .service-card .info h5,
.secTwo-wrap .service-card .info h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #3A3A3A;
    font-family: "Jost", sans-serif;
    margin: 0 0 10px 0;
}

.secThree-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
}

.secThree-wrap .btn-box {
    height: 100%;
    gap: 20px;
}

.secThree-wrap .btn-box .btn-wh {
    background: rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 330px;
    height: 68px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Jost", sans-serif;
}

.secThree-wrap .btn-box .btn-wh:hover img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(13%) saturate(1631%) hue-rotate(157deg) brightness(89%) contrast(85%);
}

.secThree-wrap .btn-box .btn-wh:nth-child(2):hover img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(17%) saturate(1319%) hue-rotate(48deg) brightness(100%) contrast(91%);
}

.secThree-wrap .btn-box .btn-wh img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

.secThree-wrap .call-box {
    border-left: 5px solid white;
    border-right: 5px solid white;
    transform: skewX(-24deg) !important;
    position: relative;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.secThree-wrap .call-box .main-cl {
    transform: skewX(24deg);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    height: 100%;
}

.secThree-wrap .call-box .main-cl img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: contain;
}

.secThree-wrap .call-box .main-cl .btn-wh {
    flex-direction: column;
    gap: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Jost", sans-serif;
}

.secThree-wrap .call-box .main-cl .btn-wh:hover {
    color: #000;
}

.secThree-wrap .call-box .main-cl .btn-wh span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.secFour-wrap {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.secFour-wrap .top-img {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 19%;
    z-index: -1;
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

.secFour-wrap .top-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 265px;
    max-height: 265px;
    object-fit: contain;
}

.secFour-wrap .head {
    margin: 0 0 30px 0;
}

.secFour-wrap .head h1,
.secFour-wrap .head h2,
.secFour-wrap .head h3,
.secFour-wrap .head h4,
.secFour-wrap .head h5,
.secFour-wrap .head h6 {
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 17px 0;
    text-align: center;
}

.secFour-wrap .head p {
    text-align: center;
    margin: 0 auto;
}

.secFour-wrap .medical-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    flex-direction: row;
    border-bottom: 1px solid #3F3A64;
    margin: 0 0 30px 0;
    padding: 0 0 40px 0;
}

.secFour-wrap .medical-card .main-img {
    min-width: 74px;
    max-width: 74px;
    min-height: 74px;
    max-height: 74px;
    background: linear-gradient(90deg, #56A0D3 0%, #7CB342 100%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    transition: all 0.5s ease;
}

.secFour-wrap .medical-card .main-img img {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    object-fit: contain;
}

.secFour-wrap .medical-card .info h1,
.secFour-wrap .medical-card .info h2,
.secFour-wrap .medical-card .info h3,
.secFour-wrap .medical-card .info h4,
.secFour-wrap .medical-card .info h5,
.secFour-wrap .medical-card .info h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #3A3A3A;
    font-family: "Jost", sans-serif;
    margin: 0 0 10px 0;
}

.secFour-wrap .medical-card .info h1 a,
.secFour-wrap .medical-card .info h2 a,
.secFour-wrap .medical-card .info h3 a,
.secFour-wrap .medical-card .info h4 a,
.secFour-wrap .medical-card .info h5 a,
.secFour-wrap .medical-card .info h6 a {
    color: #3A3A3A;
}

.secFour-wrap .medical-card .info h4 a:hover {
    color: #7CB342;
}

.secFour-wrap .medical-card .link-bx a i {
    font-size: 22px;
    color: #7CB342;
}

.secFive-wrap {
    padding: 0;
    position: relative;
    z-index: 1;
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    overflow: hidden;
}

.secFive-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    z-index: -1;
    opacity: 0.9;
}

.secFive-wrap .content-box {
    padding: 50px 0;
}

.secFive-wrap .content-box h1,
.secFive-wrap .content-box h2,
.secFive-wrap .content-box h3,
.secFive-wrap .content-box h4,
.secFive-wrap .content-box h5,
.secFive-wrap .content-box h6 {
    font-weight: 500;
    font-size: 34.4px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.secFive-wrap .content-box p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.secFive-wrap .content-box .btn-box {
    margin: 30px 0 0 0;
}

.secFive-wrap .content-box .btn-box .btn-call {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.secFive-wrap .content-box .btn-box .btn-wh {
    background-color: #fff;
    color: #000 !important;
}

.secFive-wrap .content-box .btn-box .btn-wh:hover {
    color: #56A0D3 !important;
}

.secFive-wrap .content-box .btn-box .btn-call:hover {
    color: #000;
}

.secFive-wrap .main-img {
    height: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.secFive-wrap .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 320px;
    max-height: 320px;
    object-fit: contain;
}

.secSix-wrap {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-image: url(../images/medical-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    z-index: 1;
}

.secSix-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
    opacity: 0.9;
}

.secSix-wrap .content-box {
    padding: 0 20px 0;
}

.secSix-wrap .content-box .head h1,
.secSix-wrap .content-box .head h2,
.secSix-wrap .content-box .head h3,
.secSix-wrap .content-box .head h4,
.secSix-wrap .content-box .head h5,
.secSix-wrap .content-box .head h6 {
    font-weight: 500;
    font-size: 34px;
    line-height: 45px;
    color: #000000;
    margin: 0 0 17px 0;
    text-align: left;
}

.secSix-wrap .content-box .card-box {
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    background: #ffffffcc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 0 20px 0;
    padding: 20px 20px;
}

.secSix-wrap .content-box .card-box .main-img img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    object-fit: contain;
}

.secSix-wrap .content-box .card-box .desc h1,
.secSix-wrap .content-box .card-box .desc h2,
.secSix-wrap .content-box .card-box .desc h3,
.secSix-wrap .content-box .card-box .desc h4,
.secSix-wrap .content-box .card-box .desc h5,
.secSix-wrap .content-box .card-box .desc h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 43px;
    color: #000000;
}

.secSix-wrap .content-box .six-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: contain;
}

.secSix-wrap .form-content .head {
    margin: 0 0 25px 0;
}

.secSix-wrap .form-content .head h1,
.secSix-wrap .form-content .head h2,
.secSix-wrap .form-content .head h3,
.secSix-wrap .form-content .head h4,
.secSix-wrap .form-content .head h5,
.secSix-wrap .form-content .head h6 {
    font-weight: 500;
    font-size: 26px;
    line-height: 45px;
    color: #000000;
    margin: 0 0 5px 0;
    text-align: left;
}

.secSix-wrap .form-content .head h1,
.secSix-wrap .form-content .head h2,
.secSix-wrap .form-content .head h3,
.secSix-wrap .form-content .head h4,
.secSix-wrap .form-content .head h5,
.secSix-wrap .form-content .head h6 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
}

.secSix-wrap .form-content .form-box {
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 20px 20px;
}

.secSix-wrap .form-content .form-box .input-main {
    margin: 0 0 20px 0;
}

.secSix-wrap .form-content .form-box .input-main .form-control {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 7px;
}

.secSix-wrap .form-content .form-box .input-main label,
.secSix-wrap .form-content .form-check .form-check-label {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #5E5E5E;
}

.secSix-wrap .form-content .form-box .btn-box {
    margin: 30px 0 0 0;
}

.secSix-wrap .form-content .form-box .btn-box .btn-wh {
    width: 300px;
}

.sectionSeven-wrap {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-image: url(../images/calBack-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.sectionSeven-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    z-index: -1;
    opacity: 0.8;
}

.sectionSeven-wrap .main-img {
    height: 100%;
    position: absolute;
    bottom: 0;
}

.sectionSeven-wrap .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 360px;
    max-height: 360px;
    object-fit: contain;
    margin: -70px 0 0 0;
}

.sectionSeven-wrap .btn-card h1,
.sectionSeven-wrap .btn-card h2,
.sectionSeven-wrap .btn-card h3,
.sectionSeven-wrap .btn-card h4,
.sectionSeven-wrap .btn-card h5,
.sectionSeven-wrap .btn-card h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.sectionSeven-wrap .btn-card .btn-box {
    margin: 20px 0 0 0;
    justify-content: center;
}

.sectionSeven-wrap .btn-card .btn-box .btn-wh {
    width: 80%;
}

.secEight-wrap {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.secEight-wrap .top-img {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 19%;
    z-index: -1;
    -webkit-animation: Mover-1 7s infinite alternate;
    animation: Mover-1 7s infinite alternate;
}

.secEight-wrap .top-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 265px;
    max-height: 265px;
    object-fit: contain;
}

.secEight-wrap .head {
    margin: 0 0 30px 0;
}

.secEight-wrap .head h1,
.secEight-wrap .head h2,
.secEight-wrap .head h3,
.secEight-wrap .head h4,
.secEight-wrap .head h5,
.secEight-wrap .head h6 {
    font-weight: 500;
    font-size: 50px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 17px 0;
    text-align: center;
}

.secEight-wrap .head p {
    text-align: center;
    margin: 0 auto;
}

.secEight-wrap .num-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}

.secEight-wrap .number-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    flex-direction: column;
    flex-basis: calc((100% - 4* 30px) / 5);
    max-width: calc((100% - 4* 30px) / 5);
    box-sizing: border-box;
}

.secEight-wrap .number-card .main-img img {
    min-width: 85px;
    max-width: 85px;
    min-height: 85px;
    max-height: 85px;
    object-fit: contain;
}

.secEight-wrap .number-card .info {
    text-align: center;
}

.secEight-wrap .number-card .info h1,
.secEight-wrap .number-card .info h2,
.secEight-wrap .number-card .info h3,
.secEight-wrap .number-card .info h4,
.secEight-wrap .number-card .info h5,
.secEight-wrap .number-card .info h6 {
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    font-family: "Jost", sans-serif;
    margin: 0 0 10px 0;
    text-align: center;
}

.sectionNine-wrap {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-image: url(../images/revview-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.sectionNine-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.93) 100%);
    z-index: -1;
}

.sectionNine-wrap .head {
    margin: 0 0 40px 0;
    text-align: center;
}

.sectionNine-wrap .head h1,
.sectionNine-wrap .head h2,
.sectionNine-wrap .head h3,
.sectionNine-wrap .head h4,
.sectionNine-wrap .head h5,
.sectionNine-wrap .head h6 {
    font-weight: 500;
    font-size: 50px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 17px 0;
    text-align: center;
}

.sectionNine-wrap .review-box {
    margin: 0 0 0 0;
}

.sectionNine-wrap .review-box .btn-box {
    margin: 30px 0 0 0;
    justify-content: center;
}

.sectionNine-wrap .review-box .btn-box .btn-wh {
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.sectionNine-wrap .review-box .review-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 45px rgba(225, 225, 225, 0.5);
    padding: 30px 45px;
    margin: 0 0 30px 0;
    z-index: 1;
}

.sectionNine-wrap .review-box .review-card .main-img {
    margin: 0 0 15px 0;
}

.sectionNine-wrap .review-box .review-card .main-img img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
}

.sectionNine-wrap .review-box .review-card .desc .star-list {
    margin: 10px 0;
}

.sectionNine-wrap .review-box .review-card .desc .star-list ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 5px;
}

.sectionNine-wrap .review-box .review-card .desc .star-list ul li i {
    color: #FF8F00;
}

.sectionNine-wrap .review-box .review-card .desc .review-foot h1,
.sectionNine-wrap .review-box .review-card .desc .review-foot h2,
.sectionNine-wrap .review-box .review-card .desc .review-foot h3,
.sectionNine-wrap .review-box .review-card .desc .review-foot h4,
.sectionNine-wrap .review-box .review-card .desc .review-foot h5,
.sectionNine-wrap .review-box .review-card .desc .review-foot h6 {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    font-family: "Jost", sans-serif;
    margin: 0 0 10px 0;
}

.sectionNine-wrap .review-box .review-card .desc .review-foot h1,
.sectionNine-wrap .review-box .review-card .desc .review-foot h2,
.sectionNine-wrap .review-box .review-card .desc .review-foot h3,
.sectionNine-wrap .review-box .review-card .desc .review-foot h4,
.sectionNine-wrap .review-box .review-card .desc .review-foot h5,
.sectionNine-wrap .review-box .review-card .desc .review-foot h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #5E5E5E;
    font-family: "Jost", sans-serif;
}

.sectionNine-wrap .billing-box .billing-card {
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    box-shadow: 0px 28px 40px rgba(2, 8, 22, 0.1);
    border-radius: 15px;
    padding: 60px 60px;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sectionNine-wrap .billing-box .billing-card .main-img {
    margin: 0 0 20px 0;
}

.sectionNine-wrap .billing-box .billing-card .main-img img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
}

.sectionNine-wrap .billing-box .billing-card .desc h1,
.sectionNine-wrap .billing-box .billing-card .desc h2,
.sectionNine-wrap .billing-box .billing-card .desc h3,
.sectionNine-wrap .billing-box .billing-card .desc h4,
.sectionNine-wrap .billing-box .billing-card .desc h5,
.sectionNine-wrap .billing-box .billing-card .desc h6 {
    font-family: "Jost", sans-serif;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #FBFBFB;
}

.sectionNine-wrap .billing-box .billing-card .desc p {
    color: #fff;
}

.sectionTen-wrap {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.sectionTen-wrap .head {
    margin: 0 0 40px 0;
    text-align: center;
}

.sectionTen-wrap .head h1,
.sectionTen-wrap .head h2,
.sectionTen-wrap .head h3,
.sectionTen-wrap .head h4,
.sectionTen-wrap .head h5,
.sectionTen-wrap .head h6 {
    font-weight: 500;
    font-size: 37px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 17px 0;
    text-align: center;
}

.sectionTen-wrap .efficiency-card {
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1;
    margin: 0 0 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 12px 12px -19px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 250px;
    gap: 25px;
    padding: 7px 30px;
    position: relative;
}

.sectionTen-wrap .efficiency-card .main-img {
    margin: 0 0 20px 0;
}

.sectionTen-wrap .efficiency-card .main-img img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
}

.sectionTen-wrap .efficiency-card .desc h1,
.sectionTen-wrap .efficiency-card .desc h2,
.sectionTen-wrap .efficiency-card .desc h3,
.sectionTen-wrap .efficiency-card .desc h4,
.sectionTen-wrap .efficiency-card .desc h5,
.sectionTen-wrap .efficiency-card .desc h6 {
    font-family: "Jost", sans-serif;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 500;
    font-size: 18.7px;
    line-height: 24px;
}

.secEleven-wrap {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.top-img img {
    opacity: 0.4;
}

.secEleven-wrap .top-img {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 15%;
    z-index: -1;
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

.secEleven-wrap .top-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 265px;
    max-height: 265px;
    object-fit: contain;
}

.secEleven-wrap .content-box h1,
.secEleven-wrap .content-box h2,
.secEleven-wrap .content-box h3,
.secEleven-wrap .content-box h4,
.secEleven-wrap .content-box h5,
.secEleven-wrap .content-box h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #7CB342;
}

.secEleven-wrap .content-box h1,
.secEleven-wrap .content-box h2,
.secEleven-wrap .content-box h3,
.secEleven-wrap .content-box h4,
.secEleven-wrap .content-box h5,
.secEleven-wrap .content-box h6 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    margin: 5px 0 20px 0;
}

.secEleven-wrap .content-box p {
    margin: 0 0 15px 0;
}

.secEleven-wrap .logo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0;
    padding: 20px;
}

.secEleven-wrap .logo-container .logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #05050536;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.secEleven-wrap .logo-container .logo-item .logo-item img {
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    max-height: 80px;
    object-fit: contain;
}

.secEleven-wrap .logo-container .logo-item:hover {
    transform: scale(1.05);
}

.sectionTwelve-wrap {
     padding: 40px 0 0 0;
    overflow: hidden;
    position: relative;
}

.sectionTwelve-wrap .head {
    margin: 0 0 40px 0;
    text-align: center;
}

.sectionTwelve-wrap .head h1,
.sectionTwelve-wrap .head h2,
.sectionTwelve-wrap .head h3,
.sectionTwelve-wrap .head h4,
.sectionTwelve-wrap .head h5,
.sectionTwelve-wrap .head h6 {
    font-weight: 500;
    font-size: 50px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 17px 0;
    text-align: center;
}

.sectionTwelve-wrap .blog-card {
    transition: all 0.5s ease;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.sectionTwelve-wrap .blog-card .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
    object-position: top;
}

.sectionTwelve-wrap .blog-card .desc {
    padding: 20px 20px;
    text-align: center;
}

.sectionTwelve-wrap .blog-card .desc h1,
.sectionTwelve-wrap .blog-card .desc h2,
.sectionTwelve-wrap .blog-card .desc h3,
.sectionTwelve-wrap .blog-card .desc h4,
.sectionTwelve-wrap .blog-card .desc h5,
.sectionTwelve-wrap .blog-card .desc h6 {
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.sectionTwelve-wrap .blog-card .btn-box {
    justify-content: center;
}

.sectionTwelve-wrap .blog-card .btn-box .btn-wh {
    background: transparent;
    color: #000;
}

.sectionTwelve-wrap .blog-card .btn-box .btn-wh i {
    color: #7CB342;
}

/***************************** home-page-css-start *****************************/
/********** inner-pages-css-start **********/
.detail-sec-wrap {
    padding: 60px 0 50px 0;
    overflow: hidden;
}

.detail-sec-wrap .head {
    margin: 0 0 50px 0;
}

.detail-sec-wrap .head h1,
.detail-sec-wrap .head h2,
.detail-sec-wrap .head h3,
.detail-sec-wrap .head h4,
.detail-sec-wrap .head h5,
.detail-sec-wrap .head h6 {
    color: #151C22;
    font-size: 70px;
    line-height: 100px;
    text-align: center;
    margin: 0 0 30px 0;
}

.detail-sec-wrap .head h1 span {
    color: #56A0D3;
}

.detail-sec-wrap .head p {
    color: #151C22;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    text-align: center;
}

.detail-sec-wrap .content h1,
.detail-sec-wrap .content h2,
.detail-sec-wrap .content h3,
.detail-sec-wrap .content h4,
.detail-sec-wrap .content h5,
.detail-sec-wrap .content h6 {
    color: #151C22;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 10px 0;
}

.detail-sec-wrap .content h1,
.detail-sec-wrap .content h2,
.detail-sec-wrap .content h3,
.detail-sec-wrap .content h4,
.detail-sec-wrap .content h5,
.detail-sec-wrap .content h6 {
    color: #151C22;
    font-size: 23px;
    line-height: 23px;
}

.detail-sec-wrap .content h6 {
    color: #151C22;
    font-size: 20px;
    line-height: 25px;
}

.detail-sec-wrap .content ul {
    margin: 35px 0;
    padding: 0 0 0 0;
}

.detail-sec-wrap .content ul.sub-list li::before {
    content: '\f105';
}

.detail-sec-wrap .content ul li {
    color: #151C22;
    font-size: 16px;
    margin: 0 0 7px 0;
    text-transform: capitalize;
    padding: 0 0 0 25px;
    position: relative;
    font-family: "Jost", sans-serif;
}

.detail-sec-wrap .content ul li::before {
    content: '\f058';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
}

.detail-sec-wrap .content ul li a {
    color: #151C22;
    text-transform: lowercase;
    transition: all .3s ease-in-out;
}

.detail-sec-wrap .content ul li a:hover {
    color: #56A0D3;
}

.detail-sec-wrap .content ul li span {
    font-size: 20px;
}

.detail-sec-wrap .content p {
    color: #1A3236;
    font-size: 19px;
    line-height: 27px;
    text-transform: unset;
    margin: 10px 0;
}

.detail-sec-wrap .content p a {
    color: #151C22;
    font-size: 20px;
    line-height: 25px;
    transition: all .3s ease-in-out;
}

.detail-sec-wrap .content p a:hover {
    color: #56A0D3;
}

/* about page css */
.home-banner-sec .box-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 475px;
    max-height: 475px;
    object-fit: cover;
    border-radius: 100%;
}

.home-banner-sec .mains-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 409px;
    max-height: 409px;
    object-fit: contain;
    border-radius: 25px;
}

/* about page css end*/


/* blog-sec */

.blog-sec {
    background-image: url(../images/img13.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 300px 0px 150px;
}

.blog-sec::before {
    display: none;
}

.blog-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, #57A0CD 0%, rgba(124, 179, 66, 0.5) 59.65%, rgba(124, 179, 66, 0) 100%);
}

.blog-sec .banner-content h1,
.blog-sec .banner-content h2,
.blog-sec .banner-content h3,
.blog-sec .banner-content h4,
.blog-sec .banner-content h5,
.blog-sec .banner-content h6 {
    color: #fff;
}

.blog-sec .banner-content p {
    color: #fff;
}

/* service-sec */

.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4,
.banner-content h5,
.banner-content h6 {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Jost", sans-serif;
    margin: 16px 0px 0px;
}

.service-sec .box-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 434px;
    max-height: 434px;
    object-fit: contain;
    border-radius: 0;
}

/* medical-billing*/

.secEleven-wrap .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 424px;
    max-height: 424px;
    object-fit: contain;
    border-radius: 100%;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}

.how-services-sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 0px;
    background-color: #fff;
}

.how-services-sec .head {
    text-align: center;
    margin: 0px 0px 34px;
}

.how-services-sec .head h1,
.how-services-sec .head h2,
.how-services-sec .head h3,
.how-services-sec .head h4,
.how-services-sec .head h5,
.how-services-sec .head h6 {
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    color: #000;
}

.how-services-sec .increase-box {
    background-color: #F8F8F8;
    padding: 58px 72px;
}

.how-services-sec .increase-box .increase-content {
    margin: 23px 0px 0px;
}

.how-services-sec .increase-box .increase-content h1,
.how-services-sec .increase-box .increase-content h2,
.how-services-sec .increase-box .increase-content h3,
.how-services-sec .increase-box .increase-content h4,
.how-services-sec .increase-box .increase-content h5,
.how-services-sec .increase-box .increase-content h6 {
    font-size: 31px;
    font-weight: 600;
    color: #000;
    line-height: 44px;
    margin: 0px 0px 10px;
}

.how-services-sec .increase-box .increase-content p {
    color: #5E5E5E;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 13px;
}

.how-services-sec .increase-box .increase-content ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    gap: 6px;
    list-style: disc;
}

.how-services-sec .increase-box .increase-content ul li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.how-services-sec .increase-box .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 446px;
    max-height: 446px;
    object-fit: cover;
    border-radius: 25px;
}



/* frequently-sec */

.frequently-sec {
    padding: 100px 0px;
    overflow: hidden;
    position: relative;
    background-color: #F8F8F8;
}

.frequently-sec .head {
    text-align: center;
    margin: 0px 0px 34px 0px;
}

.frequently-sec .head h1,
.frequently-sec .head h2,
.frequently-sec .head h3,
.frequently-sec .head h4,
.frequently-sec .head h5,
.frequently-sec .head h6 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}

.frequently-sec .faq-box .accordion .accordion-item {
    margin: 0 0 40px;
    border-radius: 0px;
    background: transparent;
    border: none;
}

.frequently-sec .faq-box .accordion-item .accordion-header button.accordion-button {
    background: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    box-shadow: none;
    border-radius: 10px;
    padding: 18px 47px;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.frequently-sec .faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    color: #fff;
}

.frequently-sec .faq-box .accordion-item .accordion-header .accordion-button::after {
    content: '\f107';
    font-family: 'Font Awesome 6 pro';
    background: transparent;
    color: #000000;
    font-size: 22px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.frequently-sec .faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\f106';
    font-family: 'Font Awesome 6 Pro';
    transform: rotate(0deg);
    color: #fff;
}

.frequently-sec .faq-box .accordion-item .accordion-collapse .accordion-body {
    background: transparent;
    color: #E8E8E8;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    padding: 15px 24px 0px;
    border-radius: 0px;
    border: none !important;
}

.frequently-sec .faq-box .accordion .accordion-item .accordion-body p {
    font-size: 18px;
    color: #828282;
    line-height: 30px;
}

.frequently-sec .faq-box .accordion .accordion-item .accordion-body p a {
    color: #828282;
    display: block;
    text-decoration: underline;
}

/********** inner-pages-css-End **********/



/* NEW CSS ADD */
.medical-card p {
    font-size: 18px;
}

.service-card p {
    font-size: 17px;
    height: 135px;
}

.review-card p {
    height: 135px;

}

.sectionTen-wrap .efficiency-card:after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    z-index: -1;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.sectionTen-wrap .efficiency-card:hover p {
    color: #fff;
    transition: all 0.4s ease;
}

.sectionTen-wrap .efficiency-card:hover:After {
    width: 100%;
    height: 100%;
}

.sectionTen-wrap .efficiency-card:hover h1,
.sectionTen-wrap .efficiency-card:hover h2,
.sectionTen-wrap .efficiency-card:hover h3,
.sectionTen-wrap .efficiency-card:hover h4,
.sectionTen-wrap .efficiency-card:hover h5,
.sectionTen-wrap .efficiency-card:hover h6 {
    color: #fff;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(40px);
    }
}

@keyframes Mover-1 {
    0% {
        filter: brightness(1);
        transform: translate(0px, 0px);

    }

    50% {
        filter: brightness(0.5);
        transform: translate(10px, 10px);

    }

    75% {
        filter: brightness(0.5);
        transform: translate(-10px, -10px);

    }

    100% {
        filter: brightness(1);
        transform: rotate(0deg);
    }
}

@keyframes card-shift {
    0% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    50% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    75% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
}

.secOne-wrap .main-img {
    animation: zoom-in-zoom-out 9s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.secSix-wrap .content-box .card-box:after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    z-index: -1;
    transition: all 0.7s ease;
    transform: translate(-50%, -50%);
}

.secSix-wrap .content-box .card-box:before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    z-index: -1;
    transition: all 0.7s ease;
    transform: translate(-50%, -50%);
}

.secSix-wrap .content-box .card-box:hover p {
    color: #fff;
    transition: all 0.7s ease;
}

.secSix-wrap .content-box .card-box:hover img {
    filter: brightness(0)invert(1);
    transition: all 0.7s ease;
}

.secSix-wrap .content-box .card-box:hover:After {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.7s ease;
}

.secSix-wrap .content-box .card-box:hover:before {
    width: 100%;
    height: 100%;
    top: 90%;
    right: 0;
    transition: all 0.7s ease;
}

.secSix-wrap .content-box .card-box:hover h1,
.secSix-wrap .content-box .card-box:hover h2,
.secSix-wrap .content-box .card-box:hover h3,
.secSix-wrap .content-box .card-box:hover h4,
.secSix-wrap .content-box .card-box:hover h5,
.secSix-wrap .content-box .card-box:hover h6 {
    color: #fff;
}

.secFour-wrap .medical-card:hover .main-img {
    background: #56a0d3;
    transition: all 0.9s ease;
    transform: scale(1.1);
}

.sectionNine-wrap .review-box .review-card:after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    height: 0%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transition: all 0.6s ease;
}

.sectionNine-wrap .review-box .review-card:hover:after {
    height: 100%;
    transition: all 0.6s ease;
}

.sectionNine-wrap .review-box .review-card:hover p {
    color: #fff;
    transition: all 0.6s ease;
}

.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h1,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h2,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h3,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h4,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h5,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h6 {
    color: #fff;
    transition: all 0.5s ease;
}

.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h1,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h2,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h3,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h4,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h5,
.sectionNine-wrap .review-box .review-card:hover .desc .review-foot h6 {
    color: #fff;
    transition: all 0.5s ease;
}

.sectionNine-wrap .review-box .review-card:hover img {
    filter: brightness(0)invert(1);
    transition: all 0.7s ease;
}

.sectionNine-wrap .billing-box .billing-card:hover:after {
    height: 100%;
    transition: all 0.6s ease;
}

.sectionNine-wrap .billing-box .billing-card:after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #56A0D3 0%, #7CB342 100%);
    height: 0%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    transition: all 0.6s ease;
}

.sectionTwelve-wrap .blog-card:hover {
    background: #56A0D3;
    transition: all 0.5s ease;
}

.numbertext {
    font-weight: 700;
}

.sectionTwelve-wrap .blog-card:hover h1,
.sectionTwelve-wrap .blog-card:hover h2,
.sectionTwelve-wrap .blog-card:hover h3,
.sectionTwelve-wrap .blog-card:hover h4,
.sectionTwelve-wrap .blog-card:hover h5,
.sectionTwelve-wrap .blog-card:hover h6 {
    color: #fff;
}

.sectionTwelve-wrap .blog-card:hover p {
    color: #fff;
}

.secSix-wrap .contact-main-box {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 35px 35px;
    margin: 15px 0 0 0;
}

.secSix-wrap .contact-main-box .top-list ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}
.secSix-wrap .contact-main-box .top-list ul li,
.secSix-wrap .contact-main-box .top-list ul li a {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all 0.5s ease-in-out;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #1D1D1D;
}

.secSix-wrap .contact-main-box .top-list ul li:hover i,
.secSix-wrap .contact-main-box .top-list ul li:hover,
.secSix-wrap .contact-main-box .top-list ul li a:hover {
    color: #7CB342;
}

.secSix-wrap .contact-main-box .top-list ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}

.secSix-wrap .contact-main-box .top-list ul li i {
    transition: all 0.5s ease-in-out;
    color: #7CB342;
    font-size: 20px;
}

.secSix-wrap .contact-main-box .bottom-follow {
    margin: 40px 0 50px 0;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 0 35px 0;
}

.secSix-wrap .contact-main-box .bottom-follow h1,
.secSix-wrap .contact-main-box .bottom-follow h2,
.secSix-wrap .contact-main-box .bottom-follow h3,
.secSix-wrap .contact-main-box .bottom-follow h4,
.secSix-wrap .contact-main-box .bottom-follow h5,
.secSix-wrap .contact-main-box .bottom-follow h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #1D1D1D;
}

.secSix-wrap .contact-main-box .bottom-follow ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    margin: 10px 0 0 0;
}

.secSix-wrap .contact-main-box .bottom-follow ul li a i {
    width: 35px;
    height: 35px;
    background-color: #56A0D3;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.secSix-wrap .contact-main-box .bottom-follow ul li a i:hover {
    background-color: #7CB342;
}


/* Specialties PAGE CSS START */
.Boxs-Container .logo-item {
    z-index: 1;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    padding: 16px 0px 11px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #05050536;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.Boxs-Container h1,
.Boxs-Container h2,
.Boxs-Container h3,
.Boxs-Container h4,
.Boxs-Container h5,
.Boxs-Container h6 {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    color: #56a0d3;
    padding-top: 10px;
}

.Boxs-Container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px;
}

.Boxs-Container a img {
    transition: all 0.5s ease;
}

section.Special-Sec {
    padding: 50px 0;
}

.Boxs-Container .logo-item:After {
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #57A0CD 0%, #7CB342 100%);
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
}

.Boxs-Container .logo-item:hover:After {
    transition: all 0.5s ease;
    width: 100%;
}

.Boxs-Container .logo-item:hover h1,
.Boxs-Container .logo-item:hover h2,
.Boxs-Container .logo-item:hover h3,
.Boxs-Container .logo-item:hover h4,
.Boxs-Container .logo-item:hover h5,
.Boxs-Container .logo-item:hover h6 {
    transition: all 0.5s ease;
    color: #fff;
}

.Boxs-Container .logo-item:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}

/* CSS END */

/* Section_02 css start */
.Section_02 {
    margin: 40px 0 70px;
    z-index: 0;
    position: relative;
    background: url('../images/banner-3.png');
    padding: 60px 0px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.Section_02:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #57A0CD 0%, #7CB342 100%);
    opacity: 0.5;
}

.started-text .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.started-text h1,
.started-text h2,
.started-text h3,
.started-text h4,
.started-text h5,
.started-text h6 {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    margin: 0 0 5px 0;
    text-align: center;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}

.entrybox h1,
.entrybox h2,
.entrybox h3,
.entrybox h4,
.entrybox h5,
.entrybox h6 {
    font-size: 21px;
    line-height: 65px;
    color: #56a0d3;
    transition: all 0.5s ease;
    margin: 0 0 5px 0;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.entrybox p {
    line-height: 23px;
    font-size: 15px;
}

.entrybox {
    /* height: 236px; */
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 25px 25px;
    border: 2px solid #7cb242;
    border-radius: 0px;
    /* background-color: #fff; */
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    transition: all 0.5s ease;
}

.entrybox:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s ease;
    height: 0%;
    z-index: -1;
    background: linear-gradient(90deg, #57A0CD 0%, #7CB342 100%);
    /* opacity: 0.5; */
}


.entrybox:hover:After {
    transition: all 0.5s ease;
    height: 100%;
}

.entrybox:hover h1,
.entrybox:hover h2,
.entrybox:hover h3,
.entrybox:hover h4,
.entrybox:hover h5,
.entrybox:hover h6 {
    transition: all 0.5s ease;
    color: #fff;
}

.entrybox:hover p {
    transition: all 0.5s ease;
    color: #fff;
}

.hourstext {
    margin: 50px 0 0 0;
}

.hourstext h1,
.hourstext h2,
.hourstext h3,
.hourstext h4,
.hourstext h5,
.hourstext h6 {
    font-size: 34px;
    color: #000;
    transition: all 0.5s ease;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}

.hourstext h6 span {
    color: #56a0d3;
}

/* Section_02 css End */



/* Section_03 css start */
.Section_03 {
    padding: 50px 0;
}

.form-main .input-main .form-control {
    padding: 10px 30px 10px 17px;
    border-radius: 0px;
}

.form-main .btn-box {
    justify-content: start;
}

.form-main .btn-box .btn {
    border-radius: 0px;
}

.informative-text h1,
.informative-text h2,
.informative-text h3,
.informative-text h4,
.informative-text h5,
.informative-text h6 {
    font-size: 38px;
    color: #8ac346;
    transition: all 0.5s ease;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    padding: 0px 0px 4px;
}

.informative-text p {
    font-size: 20px;
}

.Section_04 {
    padding: 45px 0px;
    background: #e5e5e5;
}

.Missionheading {
    text-align: center;
    padding-bottom: 30px;
    font-size: 37px;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
}

ul.noicon li:before {
    background: none;
    content: "" !important;
}

ul.noicon li {
    padding-left: 0 !important;
}

/* Section_03 css End */



/* BLOG CSS ADD */
h2.detail-title {
    font-size: 32px;
    margin-bottom: 25px;
}

.page-banner p {
    margin-bottom: 25px;
}

.section.page-banner-section {
    padding-top: 45px;
   
}
.blogdetail-info-wrap {
    padding-bottom: 70px;
}
.blog-info-img {
    padding-bottom: 35px;
}

.blog-info-text p {
    /* box-shadow: 0px 0px 6px 2px #56a0d330; */
    margin-bottom: 25px;
    padding: 0 14px 15px;
    /* border: 1px solid #56a0d34a; */
}

.blog-info-text h6 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    /* border: 1px solid #000000; */
    border-bottom: transparent;
    padding: 12px 15px 0;
}
.End-blog p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sectionTwelve-wrap .blog-card .desc h4  {
 
    font-size: 18px;
    line-height: 26px;
   
}
.frequently-sec .faq-box .accordion .accordion-item .accordion-body ul {
    display: flex;
    align-items: flex-start;
    direction: column;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin: 30px 0px 0px;
    list-style: disc;
}

.frequently-sec .faq-box .accordion .accordion-item .accordion-body ul li {
    color: #828282;
    font-size: 15px;
    line-height: 26px;
}
    .sectionTen-wrap .efficiency-card .desc p {
   overflow-y: scroll;
   height: 92px;
}
/* BLOG CSS END */







/* location css */
.states-billing-banner{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.states-billing-banner::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #57A0CD 0%, #7CB342 100%);
    opacity: 0.2;
}

.new-banner-background-image.states-billing-banner {
    padding: 275px 0px 70px;
    overflow: hidden;
}

.states-billing-banner .new-obg-banner-heading,
.states-billing-banner .new-obg-banner-slder-image {
    transform: unset;
}

.states-billing-banner .new-obg-banner-heading h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.states-billing-banner .new-obg-banner-heading p {
    max-width: 33rem;
}
.new-orange-bar {
    background-color: #7CB342;
    width: 100%;
    height: 0.063rem;
    margin: 2rem 0;
}

.are-we-serve-heading h2 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 0px 0px 45px;
}

.are-we-serve {
    padding: 3.125rem 0;
}

.all-are-we-serve {
    display: flex;
    max-width: 71.25rem;
    padding: 0 0.9375rem;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 3.125rem;
}

.get-a-quote-form,
.subscribe-our-newsletter,
.rcm-services {
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.rcm-services h4 {
    font-size: 1.5rem;
    color: #1d1d1d;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 1.375rem;
    padding-bottom: 0.5rem;
}

.rcm-services h6 {
    font-size: 0.83rem;
    color: #707070;
    font-weight: 500;
    line-height: 2rem;
}

.rcm-services span {
    display: inline-block;
    background: #05a8ab;
    width: 25px;
    height: 13px;
}

.payment-posting span {
    background: #fdd072;
}

.account-recievable span {
    background: #ef766b;
}

.denial-appeals span {
    background: #ef766b;;
}

.physician-credentialing span {
    background: #000000;
}

.end-to-end-rcm span {
    background: #ef766b;;
}

.charge-entry,
.payment-posting,
.account-recievable,
.denial-appeals,
.physician-credentialing,
.end-to-end-rcm {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.rcm-blog {
    border: 0px solid #333;
    border-radius: 1px 1px 1px 1px;
    overflow: hidden;
    border-color: rgba(10, 10, 10, 0.17);
    border-bottom-width: 1px;
    padding: 1.25rem;
    box-shadow: 0px -8px 18px 3px rgba(0, 0, 0, 0.06);
}

.rcm-blog h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.rcm-blog-headings h3,
.rcm-blog-headings h3 a,
.rcm-blog-headings p a,
.rcm-blog-headings p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #888888;
    font-weight: 400;
}

.rcm-blog-headings {
    box-shadow: 0px 11px 21px -13px rgba(0, 0, 0, 0.27);
    padding: 1.25rem 1.25rem 1.55rem;
    margin-top: -0.625rem;
}

.rcm-blog-headings p span {
    color:#ef766b;;
}

.rcm-blog-headings p {
    margin-bottom: 0.375rem;
}

.view-all-btn a {
    box-shadow: 0px 6px 19px -7px rgba(0, 0, 0, 0.3);
    padding: 0.281rem 1.5rem;
    color: #ef766b;;
    border-width: 0px;
    border-color: #000000;
    border-radius: 100px;
    font-size: 0.938rem;
    background-color: #ffffff;
}

.view-all-btn {
    margin-top: 1.563rem;
    text-align: center;
}

.we-serve-all-states {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
}

.america-state {
    position: relative;
    width: 19%;
}

.state-with-bg {
    display: none;
}

.america-state p {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    color: #707070;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width:100%;
}

.america-state:hover .state-with-bg {
    display: block;
}

.america-state:hover .state-without-bg {
    display: none;
}

/* ffa */
section.want-learn-sec.boost-revenue-sec.plans-and-pricing-sec {
    padding: 50px 0px;
    position: relative;

}
section.want-learn-sec.boost-revenue-sec.plans-and-pricing-sec::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #57A0CD 0%, #7CB342 100%);
    opacity: 0.2;
}
section.want-learn-sec.boost-revenue-sec.plans-and-pricing-sec .want-learn-heading img{width: 100%;height: 480px;}

.get-a-quote-form,
.subscribe-our-newsletter,
.rcm-services {
    background-color: #fff;
    margin-bottom: 1.5rem;
    padding: 20px 20px !important;!i;!;
    border-radius: 15px;
}

.get-a-quote-form h2 {font-weight: 500;font-size: 30px;line-height: 28px;color: #000000;margin: 0 0 15px 0;text-align: center;}

.form-group {
    margin-bottom: 0.4rem;
    padding: 0.3111rem;
}

.get-a-quote-form select {
    width: 100%;
    font-family: "Jost", sans-serif;
    background-color: rgba(244, 244, 244, 0.47);
    border: 1px solid #EFEFEF;
    border-radius: 0px;
    height: auto;
    padding: 9px 17px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}

.get-a-quote-form .input-box{
    width: 97%;
    padding: 8px 30px 8px 17px;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #EFEFEF;
    border-radius: 0px;
    font-family: "Jost", sans-serif;
}

.get-a-quote-form input::placeholder,
.get-a-quote-right-sec input::placeholder {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}

.get-a-quote-form input[type="submit"] {
    cursor: pointer;
    background:linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    border: none;
    padding: 10px 2.25rem;
    border-radius: 7px;
    margin-top: 0.875rem;
    color: #fff;
    display: inline-block;
    width: unset;
}

.plan-and-pricing-heading h2 {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: 34px;
    padding-bottom: 4.625rem;
}

.plans-and-pricing-sec .want-learn-inner {
    flex-direction: row-reverse;
    align-items: start;
}

.plans-and-pricing-sec .want-learn-inner .want-learn-column:nth-child(2) {
    width: 36.8%;
}

.all-plans-pricing {
    text-align: center;
}

.opt-recive {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    align-items: start;
}

.form-group.opt-recive .form-check-input {
    margin:0px 0px 0px 0px;
    width: 100px;
}

.form-group.opt-recive label {
    margin-left: 0.625rem;
}

.form-group.opt-recive label a {
    color: #7CB342;
}

img.state-without-bg {}

.america-state .state-without-bg {
    width: 100%;
}

.america-state .state-with-bg {
    width: 100%;
}
.opt-recive .opt-check:checked {
    background-color: #7AB144;
    border-color: #7AB144;
}
.get-a-quote-form p {
    font-size: 15px;
}
.left_txt {
    text-align: left !important;
}
ul.left_medi {
    align-items: center !important;
}footer .footer-top .quik-inks.last .bottom-img{text-align: center;}
footer .footer-top .quik-inks.last .bottom-img img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(101%) contrast(103%);
    width: 110px;
    height: 121px;
}

/***************************** Modal-static start *****************************/
.select-web-modal .modal-body{
    background-image: url(../images/pop-bg-1.png);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 20px;
}
.select-web-modal .modal-body .web-card{
    min-width: 300px;
    max-width: 300px;
}
.select-web-modal .modal-body .web-card .icon-img{}
.select-web-modal .modal-body .web-card .icon-img img{
    min-width: 100%;
    max-width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: contain;
}
.select-web-modal .modal-body .web-card .btn-box{
    justify-content: center;
}
.select-web-modal .modal-body .web-card .btn-box .btn-wh{}
/***************************** Modal-static end *****************************/

.btn.page-chg {
    position: sticky;
    top: 89%;
    z-index: 999;
    display: flex !important;
    justify-content: flex-start;
    margin: 0px 20px 0px;
}

.btn.page-chg a {
    color: #ffffff;
    background: linear-gradient(270deg, #7CB342 0%, #56A0D3 100%);
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 7px;
}

