header {
    position: fixed;
    top: 3rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem;
}

.hero {
    background-image: url(../Images/Rectangle-321.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 10vh; */
}

.menu-container {
    height: 100%;
    margin-top: 7.5rem;
    text-align: initial;
    padding: 2rem;
}
a:hover {
    color: #dde9dd !important;
}



.footertextlink {
    text-decoration: none;
    color: #F9F9F9;
}






.navbar-top {
    padding: 0rem 8rem 0rem 11rem !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 10px 0px !important;
    position: fixed;
    z-index: 100;
}



.blogcardrelated {
    height: 280px;
    background-color: #fff;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 5px;
}

.imgblog {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hrblog {
    color: #57B957;
    width: 90%;
    margin-left: 20px;
}

.hrblogpages {
    color: #494F56;
    width: 100%;
    height: 1px !important;
}






.accordion {
    border: none !important;
    outline: none !important;
}

.accordion-item {
    border: 1px solid #034078 !important;
    border-radius: 10px !important;
    color: #034078;
}

.accordion-item * {
    color: #034078;
}

.accordion-button {
    border-radius: 10px !important;
    border: none !important;
    outline: none !important;
    color: #034078 !important;
}

.accordion-header * {
    font-weight: 700 !important;
}

/* buttons */
.btn-success {
    padding-left: 5vh !important;
    padding-right: 5vh !important;
    background-color: #57B957 !important;
    border: none !important;
    outline: none !important;
    border-radius: 0% !important;
}

.btn-successlgn {
    padding-left: 5vh !important;
    padding-right: 5vh !important;
    background-color: #fff !important;
    border-color: #0D2436 !important;
    border-radius: 1% !important;
}


/* Header styles */
.nav {
    height: 60px;
    width: 100%;
    background-color: #fff;
    position: relative;
}



.nav>.nav-header {
    display: inline;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 0px 10px 0px 0px;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    display: inline;
    float: right;
    font-size: 18px;
}



.nav>.nav-links>a:hover {
    background-color: rgba(0, 0, 0, 0.11);
    color: #57B957 !important;
}



@media (max-width:900px) {
    .parasection4 {
        text-align: justify !important;
    }

    .text-justify-sm {
        text-align: justify !important;
    }

    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav>.nav-btn>label:hover,
    .nav #nav-check:checked~.nav-btn>label {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 60px;
        left: 0px;
    }

    .nav>.nav-links>a {
        display: block;
        width: 100%;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }

    .nav>#nav-check:checked~.nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}

/* Header styles END */
/* signdrag and drop styles start */
.container {
    padding: 50px 10%;
}

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

/* signdrag and drop styles END */
.cardgrowing {
    background-color: #F2FFF2;
    border-radius: 20px;
    border: 2px solid #57B957;
    /*margin: 3rem;*/
}

.buttongrowing {
    background-color: #F2FFF2;
    border-radius: 8px;
    border: 2px solid #fff;
    padding-left: 8vh;
    padding-right: 8vh;
    padding-bottom: 7px;
}

.listing {
    font-family: Roboto;
}

.hrstyle {
    width: 100px;
    border: 3px solid #12435F;
    border-radius: 5px;
}

.card {
    background-color: #fff;
}

.aboutcard {
    background-color: #0D2436;
    border-radius: 10px;
    /* border: 2px solid #57B957; */
    box-shadow: 3px 3px #57B957;
}

.headingsection4 {
    color: #57B957;
    font-family: Roboto;
}

.parasection4 {
    color: #fff;
    font-family: Roboto;
    padding-top: 10px;
}

.fontstyle {
    font-family: Roboto;
    padding-left: 2px;
}

.fontstylecontact {
    font-family: Roboto;
    padding-left: 1.5rem;
}

/* Footer styles Start */
.footer {
    background-color: #0D2436;
    margin-top: 10vh !important;
}

.footerpara {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    text-align: justify;
    padding-top: 18px;
}

.headingfooter {
    color: #fff;
    font-family: Roboto;
    padding-left: 12vh !important;
}

.awesomefooter {
    color: #fff;
    padding-left: 8vh;
    padding-top: 2vh;
    padding-right: 2vh;
}

/* Footer styles END */


/* Slider styles Start */

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1500px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons for blogs*/
.prevblog,
.nextblog {
    cursor: pointer;
    padding: 16px;
    margin-top: -22px;
    color: #0D2436;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.nextblog {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: grey;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: transparent;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #e7d7d7;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #57B957;
}

.dotblog {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    background-color: #e7d7d7;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dotblog:hover {
    background-color: #57B957;
}


/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* Slider styles End */






.menu-spinner {
    opacity: 0.5;
    animation: menu-anim 3s infinite;
    transition: 300ms ease;
    cursor: pointer;
}

.menu-item-list li *:hover {
    opacity: 1;
    font-size: 1.25rem;
}

.menu-item-list li * {
    opacity: 1.5;
}

.menu-item-list * {
    transition: 300ms ease;
    cursor: pointer;
}

.menu-item-list li:hover,
.menu-spinner:hover {
    opacity: 1 !important;
}

@keyframes menu-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* Display classes*/
@media screen and (max-width:480px) {

    .hide-for-mobile {
        display: none !important;
    }

    .hide-for-desktop {
        display: block !important;
    }

    .hero {
        padding: 15vh 2vh 2vh 2vh !important;
        min-height: 30rem;
    }

    .hero .pb-3 {
        text-align: justify !important;
    }

    .imgsize1 {
        width: 100% !important;
        height: 300px !important;
    }

    .imgsize3 {
        width: 100% !important;
        height: 300px !important;
        margin-top: 10px;
    }

    .imgsize5 {
        width: 100% !important;
        height: 300px !important;
        margin-top: 10px;
    }

    .imgsize7 {
        width: 100% !important;
        height: 300px !important;
        margin-top: 12px;
    }

    .imgsize2 {
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }

    .imgsize4 {
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }

    .imgsize6 {
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }

    .imgdescript {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: 10px;
        width: 78% !important;
    }


    .imgdescript2 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: 10px;
        width: 92% !important;
    }

    .imgdescript3 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: 10px;
        width: 92% !important;
    }

    .imgdescript7 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: 10px;
        width: 92% !important;
    }

    .darksectioncard {
        text-align: center;
    }

    .listing {
        font-family: Roboto;
        width: 100% !important;
    }

    .imggap {
        margin-top: 3vh !important;
    }

    .alignpadding {
        padding-top: 5vh !important;
    }

    .paravision {
        text-align: center;
        padding: 5px;
    }

    .imgsize {
        width: auto !important;
        height: 287px !important;
        margin-left: -4vh;
    }

    .cardgrowing {
        background-color: #F2FFF2;
        border-radius: 20px;
        border: 2px solid #57B957;
    }

    .headingfooter {
        color: #fff;
        font-family: Roboto;
        font-size: small !important;
        padding-left: 2vh !important;
        text-align: left;
    }

    .fotteraddress {
        margin-top: -10vh !important;
    }

    .footerimg {
        text-align: center !important;
    }

    .imgehrsize {
        width: 100% !important;
        height: 200px !important;
    }

    .ehrgapping {
        padding-top: 1rem !important;
    }

    .mobileimgstyle {
        text-align: center;
    }

    .sizingpara {
        font-size: small;
    }

    .imagesize {
        width: 100%;
        height: 300px;
    }

    .fontsizing {
        font-size: medium !important;
    }

    .imagefixing {
        width: 100%;
        height: 230px;
    }

    .blogcardmain {
        height: fit-content;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .subblogpage {
        border-radius: 10px;
        width: 100%;
        height: 300px;
    }

    .writtenimg {
        height: 40px;
    }

    .scrollimge {
        width: 100%;
        height: 180px;
    }

    .sizingcards {
        padding: 15px !important;
    }

    .aboutLargeimg {
        width: 100%;
    }

    .circlesizingimg {
        background-color: #0D2436;
        border-radius: 50%;
        display: block;
        height: 52px !important;
        width: 52px !important;
    }

    .imgeresizing {
        padding-top: 9px !important;
        padding-left: 10px !important;
        width: 43px !important;
    }

    .Servingstyle {
        width: 100% !important;
        height: 250px !important;
    }

    .faqsmainimg {
        height: 130px;
    }

    .sizingforget {
        height: 65vh;
        width: 85%;
    }

    .loginstyles {
        background-color: #1c244e;
        min-height: 95vh;
    }

    .loginheight {
        height: 550px;
        margin-top: 10vh;
    }

    .loginlogo {
        padding-top: 5vh !important;
        width: 150px !important;
        height: 110px !important;
    }

    .nav>.nav-links {
        display: inline;
        float: right;
        font-size: 18px;
    }

    .Ehrhero {
        background-image: url(../Images/ehr-image.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .Rcmhero {
        background-image: url(../Images/Rcm-solution/Rectangle322_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .operatorhero {
        background-image: url(../Images/interoperability/Rectangle-324_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .telehealthhero {
        background-image: url(../Images/Telehealth-managment/Rectangle-326_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .workforcehero {
        background-image: url(../Images/force-extension/Rectangle-321_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .practicehero {
        background-image: url(../Images/practice-manage/Rectangle-323_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .healthcarehero {
        background-image: url(../Images/healthcare/Rectangle-327_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .patienthero {
        background-image: url(../Images/patient-Experiment/Rectangle325_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .bloghero {
        background-image: url(../Images/blog-images/blog-hero-image_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .blogpagehero {
        background-image: url(../Images/blog-images/Rectangle-130.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .aboutushero {
        background-image: url(../Images/about-us/Rectangle-321_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /*	 min-height: 50rem; */
        padding: 1vh;
    }

    .hrsign-up-pages {
        color: #494F56;
        height: 2px !important;
        width: 90% !important;
        margin-left: 1rem !important;
    }

    .toptabbtn1 {
        margin-left: 0.5rem !important;
        width: 31vw !important;
        margin-bottom: 5px;
        height: fit-content !important;
        padding: 14.5px 13px !important;
        float: left;
    }

    .droplist {
        margin-left: 0.2rem;
        margin-top: 2rem;
    }

    .imgcontact {
        height: 200px !important
    }

    .w-sm-15 {
        width: 15% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-30 {
        width: 30% !important;
    }

    .w-sm-35 {
        width: 35% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-70 {
        width: 70% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-85 {
        width: 85% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .w-sm-95 {
        width: 95% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .nav {
        display: flex;
        justify-content: center;
        top: 10px !important;
    }

    .inputselectsm {
        margin: 5px;
        width: 95%;
        padding: 5px;
    }

    .nav>.nav-links>a {
        /*	display: inline-block;*/
        padding: 13px 10px 13px 10px;
        text-decoration: none;
        color: #efefef;
        transition: 400ms ease;
        border-radius: 5px;
    }

    .navtextcolor {
        font-weight: bold;
        /*	padding-left: 2rem !important;*/
    }

    .toptabbtn {
        margin-left: 3vh;
        width: 40% !important;
        margin-bottom: 10px;
    }

    .toptabbtn1 {
        margin-left: 3vh;
        width: 40% !important;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:480.1px) {

    .hide-for-mobile {
        display: initial !important;
    }

    .hide-for-desktop {
        display: none !important;
    }

    .menu-spinner {
        opacity: 1.5 !important;
        animation: menu-anim 3s infinite;
        transition: 300ms ease;
        cursor: pointer;
        margin-top: 8rem !important;
    }

    .hero {
        padding-top: 13rem !important;
        min-height: 50rem;
    }

    /* .multipleimg {
		padding-left: 8vh;
	} */

    .img3rd {
        margin-top: -32vh !important;
    }

    .imgsize1 {
        width: 100%;
        height: 450px;
    }

    .imgsize3 {
        width: 100%;
        height: 450px;
        margin-top: 0.5rem;
    }

    .imgsize5 {
        width: 100%;
        height: 450px;
        margin-top: 0.5rem;
    }

    .imgsize7 {
        width: 100%;
        height: 400px;
        margin-top: 0.5rem;
    }

    .imgdescript {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -30px;
        margin-left: auto;
        margin-right: auto;
    }

    .imgdescript3 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        width: 60% !important;
    }

    .imgdescript2 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
    }

    .imgdescript7 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
    }

    .imgsize2 {
        width: 100%;
        height: 650px;
        /* padding-left: 5vh */
    }

    .imgsize4 {
        width: 100%;
        height: 700px;
        /* padding-left: 5vh; */
        margin-top: 20px
    }

    .imgsize6 {
        width: 100%;
        height: 680px;
        /* padding-left: 5vh; */
        margin-top: 20px
    }

    .darksectioncard {
        padding-right: 5vh;
    }

    .alignpadding {
        padding: 5vh !important;
    }

    .paravision {
        padding-left: 10rem !important;
        padding-top: 6vh !important;
    }

    .cardgrowing {
        background-color: #F2FFF2;
        border-radius: 20px;
        border: 2px solid #57B957;
        /*margin: 8vh !important;*/
    }

    .cardsalign {
        margin: auto !important;
        width: 75% !important;
        text-align: center;
    }

    .ehrimageadjust {
        padding-left: 8rem;
    }

    .clinicalitem {
        padding: 3rem !important;
    }

    .fontsizeul {
        font-size: 1.25rem !important
    }

    .sizingpara {
        font-size: larger;
    }

    .lrgesetting {
        padding-left: 2rem !important;
    }

    .itemsub {
        padding: 3rem !important;
    }

    .itemsub1 {
        padding-top: 3rem !important;
    }

    .imagesize {
        width: 100%;
    }

    .imagefixing {
        width: 100%;
        height: 270px;
    }

    .blogcardmain {
        height: 480px;
        background-color: #fff;
        width: 95%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .subblogpage {
        border-radius: 10px;
        width: 100% !important;
        height: 550px;
    }

    .writtenimg {
        height: 60px;
    }

    .scrollimge {
        width: 100% !important;
        height: 160px;
    }

    .aboutlgimg {
        padding-left: 2rem !important;
    }

    .aboutLargeimg {
        height: -webkit-fill-available;
    }

    .circlesizingimg {
        background-color: #0D2436;
        border-radius: 50%;
        display: block;
        height: 66px !important;
        width: 66px !important;
    }

    .imgeresizing {
        padding-top: 13px;
        padding-left: 14px;
    }

    .faqsmainimg {
        height: 250px;
    }

    .flexingitem {
        display: flex !important;
    }

    .loginstyles {
        display: flex !important;
        justify-content: center !important;
        background-color: #1c244e;
        min-height: 96.8vh;
    }

    .loginheight {
        height: 65vh;
    }

    .loginlogo {
        padding-top: 10vh !important;
        width: 250px !important;
        height: 250px !important;
    }



    .imgcontact {
        height: 230px !important
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-35 {
        width: 35% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-65 {
        width: 65% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-85 {
        width: 85% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-95 {
        width: 95% !important;
    }

    .nav>.nav-links {
        display: inline;
        float: right;
        /* padding-left: 17vh; */
        font-size: 18px;
    }

    .nav>.nav-links>a {
        /*display: inline-block;*/
        padding: 13px 10px 13px 10px;
        text-decoration: none;
        color: #efefef;
        text-align: center;
        transition: 400ms ease;
        border-radius: 5px;
    }

    .navtextcolor {
        color: #0D2436 !important;
        font-weight: bold;
        /* padding-left: 4vh !important; */
    }

    .toptabbtn {
        margin-left: 2rem !important;
        padding-left: 2rem !important;
        padding-right: 3 rem !important;
    }

    .toptabbtn1 {
        margin-left: 0.5rem !important;
        width: 15vw !important;
        margin-bottom: 5px;
        height: fit-content !important;
        padding: 14.5px 13px !important;
    }

    .toptabbtn1 {
        margin-left: 1rem !important;
    }

    .Ehrhero {
        background-image: url(../Images/ehr-image.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .Rcmhero {
        background-image: url(../Images/Rcm-solution/Rectangle322_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .operatorhero {
        background-image: url(../Images/interoperability/Rectangle-324_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .telehealthhero {
        background-image: url(../Images/Telehealth-managment/Rectangle-326_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .workforcehero {
        background-image: url(../Images/force-extension/Rectangle-321_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .practicehero {
        background-image: url(../Images/practice-manage/Rectangle-323_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .healthcarehero {
        background-image: url(../Images/healthcare/Rectangle-327_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .patienthero {
        background-image: url(../Images/patient-Experiment/Rectangle325_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .bloghero {
        background-image: url(../Images/blog-images/blog-hero-image_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .blogpagehero {
        background-image: url(../Images/blog-images/Rectangle-130.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 30rem !important;
        padding-top: 10vh;
    }

    .aboutushero {
        background-image: url(../Images/about-us/Rectangle-321_11zon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* padding-bottom: 10px !important; */
        min-height: 50rem;
        padding-top: 10vh;
    }

    .hrsign-up-pages {
        color: #494F56;
        height: 2px !important;
        width: 95% !important;
        margin-left: 1.3rem !important;
    }

    .sizingforget {
        height: 48vh;
        width: 30%;
    }
}

.text-justify {
    text-align: justify !important;
}

@media screen and (max-width:900px) {
    borderstyle {
        border-right: 1px solid transparent !important;
    }
}

@media screen and (min-width:900.1px) {
    .navbar-top {
        display: flex !important;
    }

    .text-justify-lg {
        text-align: justify !important;
    }
}

@media screen and (min-width:1000.1px) {
    .borderstyle {
        border-right: 1px solid #D4DEE5;
    }

    .paragraphhero {
        padding-top: 14rem !important;
    }
}

@media screen and (min-width:480.1px) and (max-width:900px) {


    .multipleimg img {
        height: 32rem !important;
    }

    .hide-for-mobile {
        display: none !important;
    }

    .hide-for-desktop {
        display: block !important;
    }

    .hero {
        padding: 15vh 2vh 2vh 2vh !important;
        min-height: 30rem;
    }

    .hero .pb-3 {
        text-align: justify !important;
    }

    .imgsize1 {
        width: 100% !important;
        height: 300px !important;
    }

    .imgsize3 {
        width: 100% !important;
        height: 300px !important;
        margin-top: 10px;
    }

    .imgsize5 {
        width: 100% !important;
        height: 300px !important;
        margin-top: 10px;
    }

    .imgsize7 {
        width: 100% !important;
        height: 300px !important;
        margin-top: 12px;
    }

    .imgsize2 {
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }

    .imgsize4 {
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }

    .imgsize6 {
        width: 100%;
        height: 300px;
        margin-top: 10px;
    }

    .imgdescript {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
    }


    .imgdescript2 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
    }

    .imgdescript3 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
    }

    .imgdescript7 {
        border: none;
        filter: drop-shadow(0px 0px .4px #000000);
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
    }

    .darksectioncard {
        text-align: center;
    }

    .listing {
        font-family: Roboto;
        width: 100% !important;
    }

    .imggap {
        margin-top: 3vh !important;
    }

    .alignpadding {
        padding-top: 5vh !important;
    }


    .paravision {
        text-align: center;
        padding: 5px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .imgsize {
        width: auto !important;
        height: 287px !important;
    }

    .cardgrowing {
        background-color: #F2FFF2;
        border-radius: 20px;
        border: 2px solid #57B957;
    }

    .headingfooter {
        color: #fff;
        font-family: Roboto;
        font-size: medium !important;
        padding-left: 2vh !important;
    }

    .fotteraddress {
        margin-top: -10vh !important;
    }

    .footerimg {
        text-align: center !important;
    }

    .imgehrsize {
        width: 100% !important;
        height: 350px !important;
    }

    .ehrgapping {
        padding-top: 5vh !important;
    }

    .mobileimgstyle {
        text-align: center;
    }

    .sizingpara {
        font-size: small;
    }

    .imagesize {
        width: 100%;
        height: 400px;
    }

    .fontsizing {
        font-size: medium !important;
    }

    .imagefixing {
        width: 100%;
        height: 400px;
    }

    .blogcardmain {
        height: fit-content;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .subblogpage {
        border-radius: 10px;
        width: 100%;
        height: 400px;
    }

    .writtenimg {
        height: 40px;
    }

    .scrollimge {
        width: 100%;
        height: 194px;
    }

    .sizingcards {
        padding: 15px !important;
    }

    .aboutLargeimg {
        width: 100%;
        text-align: center;
    }

    .circlesizingimg {
        background-color: #0D2436;
        border-radius: 50%;
        display: block;
        height: 58px !important;
        width: 58px !important;
    }

    .imgeresizing {
        padding-top: 12px !important;
        padding-left: 13px !important;
        width: 45px !important;
    }

    .Servingstyle {
        width: 100% !important;
        height: 250px !important;
    }

    .faqsmainimg {
        height: 130px;
        width: 100%;
    }

    .sizingforget {
        height: 65vh;
        width: 85%;
    }

    .loginstyles {
        background-color: #1c244e;
        min-height: 95vh;
        width: 100% !important;
    }

    .loginheight {
        height: 550px;
        margin-top: 10vh;
    }

    .loginlogo {
        padding-top: 14vh !important;
        width: 168px !important;
        height: 250px !important;
    }

    .Ehrhero {
        background-image: url(../Images/ehr-image.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .Rcmhero {
        background-image: url(../Images/Rcm-solution/Rectangle322.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .operatorhero {
        background-image: url(../Images/interoperability/Rectangle-324.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .telehealthhero {
        background-image: url(../Images/Telehealth-managment/Rectangle-326.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .workforcehero {
        background-image: url(../Images/force-extension/Rectangle-321.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .practicehero {
        background-image: url(../Images/practice-manage/Rectangle-323.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .healthcarehero {
        background-image: url(../Images/healthcare/Rectangle-327.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .patienthero {
        background-image: url(../Images/patient-Experiment/Rectangle325.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .bloghero {
        background-image: url(../Images/blog-images/blog-hero-image.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .blogpagehero {
        background-image: url(../Images/blog-images/Rectangle-130.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        min-height: 20rem !important;
        padding: 1vh;
    }

    .aboutushero {
        background-image: url(../Images/about-us/Rectangle-321.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 10px !important;
        /* min-height: 50rem; */
        padding: 1vh;
    }

    .hrsign-up-pages {
        color: #494F56;
        height: 2px !important;
        width: 90% !important;
        margin-left: 1rem !important;
    }

    .nav {
        display: flex;
        justify-content: center;
        top: 10px !important;
    }

    .inputselectsm {
        margin: 5px;
        width: 95%;
        padding: 5px;
    }

    .nav>.nav-links>a {
        display: list-item !important;
        padding: 13px 10px 13px 10px;
        text-decoration: none;
        color: #efefef;
        transition: 400ms ease;
        border-radius: 5px;
        text-align: left;
        color: #fff !important;
        /*	padding-left: 2rem !important;*/
    }

    .droplist {
        margin-left: 0.7rem;
        margin-top: 2rem;
    }

    .navtextcolor {
        font-weight: bold;
        /*		padding-left: 4vh !important;*/
    }

    .toptabbtn {
        margin-left: 1rem !important;
        width: 25% !important;
        margin-bottom: 10px;
    }

    .toptabbtn1 {
        margin-left: 0.5rem !important;
        width: 25% !important;
        margin-bottom: 5px;
        height: fit-content !important;
        padding: 14.5px 13px !important;
        float: left;
    }

    .mediumsizetext {
        font-size: large !important;
    }

    .blogcardrelated {
        height: 480px !important;
        background-color: #fff;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 10px;
        padding: 5px;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .md-screen {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-md-10 {
        width: 80% !important;
    }

    .col-md-12 {
        width: 100% !important;
    }

    .col-md-6 {
        width: 50% !important;
    }

    .cardsalign {
        margin-left: 2rem !important;
        /*width: 75% !important;*/
    }

    .lrgesetting {
        padding-left: 0rem !important;
    }
}

@media screen and (min-width:1400.1px){
    .w-xl-75{
        width: 75% !important;
    }
}
@media screen and (min-width:900.1px) and (max-width:1400px) {
    .aboutLargeimg {
        width: 100%;
        max-height: 50vw;
    }
}


@media screen and (min-width:1400.1px) {
    .nav>#nav-check {
        display: none;
    }

    .paragraphhero {
        padding-top: 15rem !important;
    }

    .aboutLargeimg {
        width: 80%;
        max-height: 40rem;
    }
}



/*@media screen and (min-width:900.1px) and (max-width:1400px) {
	.nav>#nav-check {
		display: none;
	}

	.menu-container1 {
		height: 100% !important;
		margin-top: 19.5rem !important;
		text-align: initial !important;
		padding: 2rem !important;
	}

	.multipleimg img {
		height: 32rem !important;
	}


	.hero {
		padding: 15vh 2vh 2vh 2vh !important;
		min-height: 43rem;
	}

	.hero .pb-3 {
		text-align: justify !important;
	}

	.imgsize1 {
		width: 100% !important;
		height: 300px !important;
	}

	.imgsize3 {
		width: 100% !important;
		height: 300px !important;
		margin-top: 10px;
	}

	.imgsize5 {
		width: 100% !important;
		height: 300px !important;
		margin-top: 10px;
	}

	.imgsize7 {
		width: 100% !important;
		height: 300px !important;
		margin-top: 12px;
	}

	.imgsize2 {
		width: 100%;
		height: 300px;

	}

	.imgsize4 {
		width: 100%;
		height: 300px;
		margin-top: 10px;
	}

	.imgsize6 {
		width: 100%;
		height: 300px;
		margin-top: 10px;
	}

	.imgdescript {
		border: none;
		filter: drop-shadow(0px 0px .4px #000000);
		margin-top: -25px;
		margin-left: auto;
		margin-right: auto;
	}


	.imgdescript2 {
		border: none;
		filter: drop-shadow(0px 0px .4px #000000);
		margin-top: -25px;
		margin-left: auto;
		margin-right: auto;
	}

	.imgdescript3 {
		border: none;
		filter: drop-shadow(0px 0px .4px #000000);
		margin-top: -25px;
		margin-left: auto;
		margin-right: auto;
	}

	.imgdescript7 {
		border: none;
		filter: drop-shadow(0px 0px .4px #000000);
		margin-top: -25px;
		margin-left: auto;
		margin-right: auto;
	}

	.darksectioncard {
		text-align: center;
	}

	.listing {
		font-family: Roboto;
		width: 100% !important;

	}

	.imggap {
		margin-top: 3vh !important;
	}

	.alignpadding {
		padding-top: 5rem !important;
	}

	.paravision {

		padding: 5px;
		padding-left: 2rem !important;
		padding-right: 1rem !important;
	}

	.imgsize {
		width: 100% !important;
		height: 550px !important;
		padding-top: 5rem !important;

	}

	.cardgrowing {
		background-color: #F2FFF2;
		border-radius: 20px;
		border: 2px solid #57B957;
	}

	.headingfooter {
		color: #fff;
		font-family: Roboto;
		font-size: medium !important;
		padding-left: 2vh !important;
	}

	.fotteraddress {
		margin-top: 1rem !important;
	}

	.footerimg {
		text-align: center !important;
	}

	.imgehrsize {
		width: 100% !important;
		height: 350px !important;
		margin-top: -1rem;
	}

	.ehrgapping {
		padding-top: 5vh !important;
	}

	.mobileimgstyle {
		text-align: center;
	}

	.sizingpara {
		font-size: small;
	}

	.imagesize {
		width: 100%;
		height: 400px;


	}

	.fontsizing {
		font-size: medium !important;
	}

	.imagefixing {
		width: 100%;
		height: 360px;
	}

	.blogcardmain {
		height: fit-content;
		background-color: #fff;
		width: 100%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.subblogpage {
		border-radius: 10px;
		width: 100%;
		height: 500px;
	}

	.writtenimg {
		height: 40px;

	}

	.scrollimge {
		width: 100%;
		height: 155px;
	}



	.aboutLargeimg {
		width: 100%;
		text-align: center;

	}

	.circlesizingimg {
		background-color: #0D2436;
		border-radius: 50%;
		display: block;
		height: 58px !important;
		width: 58px !important;
	}

	.imgeresizing {
		padding-top: 12px !important;
		padding-left: 13px !important;
		width: 45px !important;
	}

	.Servingstyle {
		width: 100% !important;
		height: 250px !important;
	}

	.faqsmainimg {
		height: 130px;
		width: 100%;
	}

	.sizingforget {
		height: 65vh;
		width: 85%;
	}

	.loginstyles {
		background-color: #1c244e;
		min-height: 95vh;
		width: 100% !important;
	}

	.loginheight {
		height: 550px;
		margin-top: 10vh;

	}

	.loginlogo {
		padding-top: 10vh !important;
		width: 223px !important;
		height: 256px !important;
	}
}*/

.nav>.nav-links {
    display: inline;
    text-align: left;
    font-size: 18px;
    justify-content: end;
    zoom: 75%;
}

.Ehrhero {
    background-image: url(../Images/ehr-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.Rcmhero {
    background-image: url(../Images/Rcm-solution/Rectangle322_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.operatorhero {
    background-image: url(../Images/interoperability/Rectangle-324_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.telehealthhero {
    background-image: url(../Images/Telehealth-managment/Rectangle-326_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.workforcehero {
    background-image: url(../Images/force-extension/Rectangle-321_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.practicehero {
    background-image: url(../Images/practice-manage/Rectangle-323_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.healthcarehero {
    background-image: url(../Images/healthcare/Rectangle-327_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.patienthero {
    background-image: url(../Images/patient-Experiment/Rectangle325_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.bloghero {
    background-image: url(../Images/blog-images/blog-hero-image_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.blogpagehero {
    background-image: url(../Images/blog-images/Rectangle-130.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.aboutushero {
    background-image: url(../Images/about-us/Rectangle-321_11zon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px !important;
    /* min-height: 50rem; */
    padding: 10rem 1vh 1vh 1vh;
}

.hrsign-up-pages {
    color: #494F56;
    height: 2px !important;
    width: 90% !important;
    margin-left: 1rem !important;
}

.nav {
    display: flex;
    justify-content: center;
    /*	top: 41px !important;*/
}

.inputselectsm {
    margin: 5px;
    width: 95%;
    padding: 5px;
}

.nav>.nav-links>a {
    /*	display: inline-block;*/
    padding: 15px 2vw;
    text-decoration: none;
    color: #efefef;
    width: fit-content;
    transition: 400ms ease;
    border-radius: 5px;
}

.navtextcolor {
    font-weight: bold;
    /*	padding-left: 1rem !important;*/
}


.toptabbtn {
    margin-left: 0.5rem !important;
    width: 12%;
    height: fit-content !important;
    margin-bottom: 5px;
}

/*.toptabbtn1 {
	margin-left: 0.5rem !important;
	width: 15vw !important;
	margin-bottom: 5px;
	height: fit-content !important;
	padding: 14.5px 13px !important;
}*/

.mediumsizetext {
    font-size: large !important;
}

.blogcardrelated {
    height: 300px !important;
    background-color: #fff;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 5px;
}

.w-s-lg-90 {
    width: 90% !important;
}

.w-s-lg-95 {
    width: 95% !important;
}

.w-s-lg-100 {
    width: 100% !important;
}

.w-s-lg-70 {
    width: 70% !important;
}

.w-s-lg-75 {
    width: 75% !important;
}

.w-s-lg-50 {
    width: 50% !important;
}

.w-s-lg-25 {
    width: 25% !important;
}

.md-screen {
    flex: 0 0 auto;
    width: 100% !important;
}

.col-s-lg-10 {
    width: 80% !important;
}

.col-s-lg-12 {
    width: 100% !important;
}

.col-s-lg-6 {
    width: 50% !important;
}

.col-s-lg-7 {
    width: 60% !important;
}

.col-s-lg-5 {
    width: 40% !important;
}

.col-s-lg-8 {
    width: 70% !important;
}

.col-s-lg-4 {
    width: 33% !important;
}

.col-s-lg-2 {
    width: 20% !important;
}

.col-s-lg-3 {
    width: 25% !important;
}

.menu-container {
    height: 100%;
    margin-top: 11.5rem !important;
    text-align: initial;
    padding: 2rem;
}

.lrgesetting {
    padding-left: 0rem !important;
}

.d-s-lg-flex {
    display: flex;
}

.awesomefooter {
    color: #fff;
    padding-left: 2rem !important;
    padding-top: 2vh;
    padding-right: 2vh;
}








nav {
    float: left;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 49px;
    line-height: 55px;
    background: #fff;
    color: #0D2436;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #57B957;
    color: #fff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \25be';
}

nav ul li ul li {
    min-width: 290px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.menu-container1 {
    height: 100%;
    /* margin-top: 14.5rem;*/
    text-align: initial;
    padding: 2rem;
}

@media screen and (min-width:992.1px) and (max-width:1592px) {

   imgehrsize{
    height:400px
   }
}