:root {
    --darkgray: #212121;
    --white: #fff;
    --lightblack: #2A2A2A;
    --headingColor: #003BA5;
    --textColor: #313131;
    --darkBlue: #0058F7;
    --btnColor: #002C7C;
    --labelColor: #313131;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: var(--textColor);
}
ul.navbar-nav.nav-menu.active{
    overflow: hidden;
	height: 100%;
}
p, h1, h2, h3, h4, h5{
    font-family: 'Poppins', sans-serif;
}
/* custom heading for h2 tag */
.headingBlock{
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--headingColor);
}
/* custom heading for h2 tag */
.smallHeadingBlock{
    color: var(--headingColor);
    font-size: 1.3rem;
    font-weight: 700;
}
/* Navigation Section CSS */
.nav-branding{
    font-size: 2rem;
}

.nav-menu{
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-item a{
    color: var(--lightblack);
    font-size: 1.125rem;
    line-height: 1.5em;
}
.nav-link{
    transition: 0.6s ease-out;
}
.nav-link:hover{
    color: var(--red);
}
.nav-item .active {
    color: var(--darkBlue) !important;
    font-weight: 600;
    text-decoration: underline 3px;
    text-underline-offset: 10px;
}
.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.5s ease;
    background-color: #001b58;
}
header.navigation-header {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.81);
    box-shadow: 4px 9px 50px rgba(0, 0, 0, 0.29);
    min-height: 85px;
}
a.nav-links-btn {
    background-image: linear-gradient(90deg, #0058F7, #002C7C);
    color: var(--white) !important;
    padding: 7px 30px !important;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 15px 15px #0f47af25;
}
a.nav-link.nav-links-btn.active {
    text-decoration: none;
    color: #fff !important;
}
a.nav-links-btn:hover{
    color: var(--white);
}
.setColumn{
    flex-wrap: nowrap;
}
.setMainCol{
    flex-wrap: wrap;
}
footer.footerSec ul {
    margin-bottom: 0;
}
/* Media Query  */

@media (min-width: 1400px){
    .databaseSec .innerDbSec::before {
        top: 80px !important;
        min-height: 820px !important;
    }
    .managementSec .imagePositionCare {
        left: -300px !important;
    }
    .concludeSec img {
        max-width: 370px !important;
    }
    .ftrMainSec .collPic::before {
        right: -50px !important;
    }
    .benefitSec::before {
        max-width: 390px !important;
    }
    .managementSec lottie-player {
        left: 50px !important;
    }
    .functionalitySec .funcImageBlock {
        margin-top: -40px !important;
    }
    body .aboutOfficeIntro .imgIntro::before {
        min-height: 760px !important;
    }
    body .imgIntro:hover:before {
        min-height: 720px !important;
    }
    .imgMedicalBanner::before {
        width: 160px !important;
        height: 150px !important;
        top: -163px !important;
        left: 0px !important;
    }
}
@media (max-width: 1366px) {
    .mainBanner h1 {
        font-size: 2.1rem !important;
    }
    .nav-menu a.nav-link {
        font-size: 1rem !important;
    }
    .nav-menu{
        gap: 10px !important;
    }
    .ftrMainSec .collPic {
        margin-top: -110px !important;
    }
    .ftrMainSec .collOne, .ftrMainSec .collSec, .ftrMainSec .collThr{
        padding-top: 1rem !important;
    }
    .ftrMainSec .ftrMenu ul li {
        margin: 0 0 5px 0 !important;
    }
}
@media(max-width:1024px){
    .bannerImg::before {
        background-size: cover !important;
    }
    html.html-burger-open {
        overflow: hidden;
    }
    .aboutOfficeIntro .imgIntro::before {
        right: -20px !important;
    }
    .ftrMainSec .collPic::before {
        right: -20px !important;
    }
    .ftrMainSec .collPic {
        margin-top: -60px !important;
    }
    .ftrMainSec li a {
        font-size: 12px !important;
    }
    
    .ftrMainSec .ftrMenu ul li {
        margin: 0 0 3px 0 !important;
    }
    header.navigation-header .row {
        width: 100%;
    }
    .hamburger{
      display: block;
    }
    .aboutOfficeIntro .imgIntro::after {
        right: -15px !important;
    }
    .supportInnerBlock::after {
        right: -50px !important;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
        justify-content: center;
    }
    .supportSec p.card-title {
        min-height: 120px !important;
    }
    .imgMedicalBackground::before {
        right: -18px !important;
    }
    .careSec .careImg .careInnerImage::before {
        right: -10px !important;
    }
    .managementSec .imagePositionCare {
        min-height: 480px !important;
    }
    .hamburger.active .bar:nth-child(2){
      opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
    }
    .nav-item a{
        color: var(--white);
    }
    .nav-menu{
      position: fixed;
      right: -100%;
      top: 0px;
      gap: 0;
      flex-direction: column;
      background-color: #0058f7d4;
      width: 70%;
      text-align: center;
      transition: 1.1s;
      padding-top: 0;
      height: 100vh;
    }
    .nav-item{
      margin: 14px 0;
    }
    .nav-menu.active{
      right: 0;
    }
    a.nav-link.active {
        color: #fff !important;
    }
    .mainBanner h1 {
        font-size: 2.25rem !important;
    }
}
@media (max-width: 991px) and (min-width: 567px){
    .ftrMainSec .collPic{
        display: none;
    }
}
@media(max-width:991px){
    .ftrMainSec .collPic::before {
        right: 0px !important;
    }
    .legalSection .legalImageLogo img {
        height: 110px !important;
    }
    .legalSection .legalImageLogoSec img {
        height: 40px !important;
    }
    .legalSection .legalImage {
        gap: 10px !important;
    }
    .supportSec,
    .innovationSec,
    .databaseSec,
    .managementSec,
    .benefitSec,
    .exampleSec {
        padding: 2rem 1rem !important;
    }
    .concludeSec img{
        height: 370px !important;
    }
    .concludeSec .innerConcludeBlock{
        min-height: 370px !important;
    }
    .concludeSec .concludeImage .innerSubBlock::before{
        min-height: 430px !important;
    }
    .benefitSec .benefitImg .innerBenefitBlock::after {
        width: 55px !important;
        height: 55px !important;
        bottom: -34px !important;
        left: -17px !important;
    }
    body .adoptSec .cardChildSec .card-title {
        font-size: 0.83rem !important;
    }
    .careSec .innerCareImage {
        transform: translate(0) !important;
    }
    .benefitTxtBlock{
        padding-left: 10px !important;
    }
    .benefitSec ul li {
        font-size: .9rem;
    }
    .managementSec .careImage {
        min-height: 360px !important;
    }
    .managementSec .imagePositionCare {
        left: -24px !important;
        max-width: 230px !important;
        min-height: 470px !important;
    }
    .supportInnerBlock::before {
        bottom: -20px !important;
    }
    .managementSec lottie-player {
        position: absolute;
        left: 0px !important;
    }
    .benefitSec img {
        width: 100%;
        height: 380px !important;
        max-width: 100% !important;
    }
    .benefitSec .minInnerImage{
        min-height: 380px !important;
    }
    .innovationTxtBlock{
        padding-right: 10px !important;
    }
    .benefitSec .mainImage::before {
        bottom: -17px !important;
        right: 10px !important;
        min-height: 380px !important;
        height: auto !important;
    }
    .benefitSec .imagePosition {
        min-height: 520px !important;
        left: -25px !important;
        border-radius: 0 12px 0 12px;
        max-width: 120px !important;
        top: -46px !important;
    }
    .creatingDBSec{
        padding: 0 !important;
    }
    .dbTxtBlock{
        padding-top: 1rem !important;
    }
    .databaseSec .innerDbSec::before {
        top: 40px !important;
        min-height: 710px !important;
    }
    .databaseSec .creatingDBTxtBlock {
        padding: 50px 10px 0 10px !important;
    }
    .careSec .careImg .careInnerImage::before {
        width: 80px !important;
        height: 70px !important;
        top: -17px !important;
        right: -18px !important;
        background-size: contain !important;
    }
    .supportSec .cardChildSec{
        gap: 15px !important; 
    }
    .supportInnerBlock::before, .supportInnerBlock::after {
        width: 60px !important;
        height: 60px !important;
    }
    .supportInnerBlock::after {
        right: -20px !important;
    }
    body .supportSec p.card-title {
        min-height: 100px !important; 
        font-size: 0.8rem !important;
    }
    .bannerImg::before {
        background-size: cover !important;
    }
    .agencyBlock {
        min-height: 310px !important;
    }
    .agencyBlock{
        padding-right: 0 !important;
    }
    body p {
        line-height: 1.2rem;
        font-size: 14px;
        margin-bottom: 10px;
    }
    body .aimMainSec::before {
        min-height: 350px !important;
    }
    header.navigation-header {
        min-height: 60px !important;
    }
    .featureSection .imageText {
        margin-bottom: 20px;
    }
    .aboutOfficeIntro .content {
        position: relative;
        z-index: 2;
    }
    .aboutOfficeIntro .imgIntro::after {
        width: 90px !important;
        height: 90px !important; 
        bottom: -20px !important;
        right: -10px !important;
    }
    /* .featureSection {
        height: 100vh !important;
    } */
    .functionalitySec img {
        height: 470px !important;
    }
    .functionalitySec .funcImageBlock{
        margin-top: -40px !important;
    }
    .functionalitySec .innerSection::before {
        top: 30px !important;
        min-height: 430px !important;
    }
    section.featureSection .imageText {
        gap: 10px !important;
    }
    .featureSection p {
        font-size: 14px;
        min-height: 90px;
    }
    .featureSection .imageText {
        margin-bottom: 25px !important;
    }
    .funcTextBlock p{
        padding: 0 20px 10px 0 !important;
    }
    .setMainCol{
        flex-wrap: wrap;
    }
    header.navigation-header .container {
        align-items: unset !important;
        justify-content: center;
        flex-direction: column;
    }
    .aboutOfficeIntro .imgIntro::before {
        top: -20px;
        right: -15px !important;
    }
    .innerSerSecLeft img, .innerSerSecRight img {
        min-height: 215px !important;
    }
    .serviceNetwork .textBlockLeft, .serviceNetwork .textBlockRight{
        padding: 25px 20px !important;
    }
    .headingBlock {
        font-size: 1.625rem !important;
    }       
    .innerSerSecLeft p, .innerSerSecRight p{
        padding: 0 !important;
        margin-bottom: 2px !important;
    }
    .ftrMainSec .collSec, .ftrMainSec .collThr, .ftrMainSec .collOne{
        padding-top: 1rem !important;
    }
    .ftrMainSec .ftrMenu ul li {
        margin: 5px 0 !important;
    }
    .ftrImgBlock img{
        width: 80% !important;
    }
    .ftrMainSec .collPic img{
        width: 50%;
    }
    .setMargin{
        margin-top: 0 !important;
    }
    .serviceNetwork p {
        font-size: 14px;
    }
    .financeSection {
        padding: 1rem !important;
    }
    .financeSection .textBlock {
        padding: 0 20px 0 0 !important;
    }
    .financeSection .imageBlock {
        padding: 50px 20px !important;
    }
    lottie-player:nth-child(2) {
        height: 290px !important;
        transform: translate(0, 5%) !important;
        left: 20% !important;
    }
    .financeSection p{
        padding-top: 0 !important;
    }
    section.financeSection::before {
        height: 70px !important;
    }
    .ftrMainSec .collFor{
        padding-top: 1rem !important;
    }
    .aimMainSec .imageBlock{
        min-height: auto !important;
    }
    .taskSec .card h5 {
        font-size: .9rem !important;
        min-height: 50px !important;
    }
    .taskSec .card-body {
        padding: 10px;
    }
    .ansSec p {
        margin-bottom: 10px;
    }
    .aimSec lottie-player{
        height: 320px!important;
    }
    .solutionSec .solutionImage{
        padding: 4rem 2.6rem;
    }
    .imgMedicalBanner::before {
        width: 150px !important;
        height: 150px !important;
        top: -164px !important;
        left: 0px !important;
    }
    .imgMedicalBackground::before {
        width: 70px !important;
        height: 70px !important;
        bottom: -36px !important;
        right: -14px !important;
    }
    .imgSpinal::before {
        width: 140px !important;
        height: 140px !important;
        bottom: -45px !important;
        right: -90px !important;
    }
    .agencyImage img {
        min-height: 360px !important;
    }
    section.cardSection {
        padding: 0 10px !important;
    }
    .formBlock {
        padding-right: 0 !important;
    }
    .formMainSec {
        gap: 10px !important;
    }
    .loginSec .mainBanner form input, .formMainSec form input {
        padding: 7px 25px 7px 10px !important;
    }
    .formBlock input::placeholder {
        font-size: 11px;
    }
    .aboutOfficeIntro .imgIntro::before {
        min-height: 480px !important;
    }
}
/* set banner space on tablet device*/
@media(min-width:991px){
    .collBanner{
        min-height: 500px;
        height: auto !important;
    }
}
/* set banner space on tablet device*/
/* define custom classes for converting flex row to column*/
@media(max-width:767px){
    .paraBanner{
        padding: 0 !important;
    }
    header.navigation-header .row {
        width: auto !important;
    }
    .managementSec h2.headingBlock {
        font-size: 1.3rem !important;
    }
    .ftrMainSec .collOne h3::before,
    .ftrMainSec .collSec h3::before,
    .ftrMainSec .collThr h3::before{
        margin: auto;
    }
    .ftrMainSec .collThr h3::before {
        width: 112px !important;
    }
    .managementTxtBlock,
    .benefitTxtBlock {
        padding: 0 !important;
    }
    .benefitSec img {
        height: 300px !important;
    }
    /* .benefitSec .imagePosition{
        min-height: 380px !important;
    } */
    .benefitSec .mainImage::before {
        bottom: -10px !important;
    }
    .benefitSec .mainImage::before,
    .benefitSec .minInnerImage{
        min-height: 300px !important;
    }
    .benefitSec .imagePosition {
        min-height: 340px !important;
        top: -10px !important;
    }
    .benefitSec .benefitImg .innerBenefitBlock::after {
        width: 50px !important;
        height: 50px !important;
        bottom: -22px !important;
        left: -15px !important;
    }
    .adoptInnerBlock,
    .dbTxtBlock,
    .careSec .careTxtBlock {
        padding: 0 !important;
    }
    .careSec .careImg .careInnerImage::before {
        right: -16px !important;
        top: -9px !important;
    }
    .loginSec .mainBanner form {
        margin-top: 0px !important;
    }
    .loginSec, mainBanner {
        padding: 1rem !important;
    }
    .nav-item {
        margin: 6px 0 !important;
        line-height: 1.2em !important;
    }
    input::placeholder {
        font-size: 0.51rem !important;
    }
    /* .careSec .innerCareImage {
        min-height: 350px !important;
    } */
    .concludeTxtBlock p{
        padding-bottom: 10px !important;
    }
    .concludeSec img {
        height: 350px !important;
    }
    .concludeSec .innerConcludeBlock{
        min-height: 350px !important;
    }
    .concludeSec .concludeImage .innerSubBlock::before {
        min-height: 380px !important;
        top: -14px !important;
    }
    body .supportSec p.card-title {
        min-height: 50px !important;
    }
    .supportInnerBlock::after {
        right: -10px !important;
        top: 80px !important;
        width: 50px !important;
        height: 50px !important;
    }
    .managementSec .imagePositionCare {
        left: -24px !important;
        max-width: 230px !important;
        min-height: 400px !important;
        top: -10px !important;
    }
    .managementSec lottie-player{
        height: 320px !important;
    }
    .managementSec .careImage {
        min-height: 270px !important;
    }
    .databaseSec .creatingDBTxtBlock {
        padding: 20px 0 0 0 !important;
    }
    .managementSec .careImage{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .supportSec .chestPara p{
        width: 100% !important;
    }
    .loginSec .mainBanner form input, .formMainSec form input {
        padding: 7px 15px 7px 10px !important;
    }
    .formMainSec {
        gap: 20px !important;
        padding: 0 0 20px 0;
    }
    section.cardSection {
        padding: 0 !important;
    }
    .formImage img {
        min-height: 280px !important;
    }
    body section.aimMainSec .aimSec,
    body .taskSec .cardMainSec,
    body .functionalitySec .innerSection,
    body .featureSection  .iconBlocks,
    body .formImggSec .formMainSec {
        flex-wrap: wrap !important;
    }
    body .aimMainSec::before {
        min-height: 470px !important;
    }
    .solutionImage .imgMedicine img,
    .solutionImage .imgSpinal img,
    .solutionImage .imgWorking img,
    .solutionImage .imgMedicalBanner img{
        height: auto !important;
    }
    .imgMedicalBanner::before {
        width: 50px !important;
        height: 50px !important;
        top: -58px !important;
        left: 0px !important;
    }
    .imgMedicine::before {
        width: 40px !important;
        height: 40px !important;
        top: -18px !important;
        left: -20px !important;
    }
    .imgSpinal::before {
        width: 60px !important;
        height: 60px !important;
        bottom: -30px !important;
        right: -40px !important;
    }
    .imgMedicalBanner::after {
        width: 30px !important;
        height: 30px !important;
        top: -38px !important;
        right: 0px !important;
    }
    .imgMedicalBackground::before {
        width: 40px !important;
        height: 40px !important;
        bottom: -16px !important;
        right: -4px !important;
    }
    .imgWorking::before {
        width: 35px !important;
        height: 35px !important;
        bottom: -40px !important;
    }
    .imgWorking {
        transform: translate(0px, 50px) !important;
    }
    .imgMedicalBanner {
        transform: translate(0px, 34px) !important;
    }
    .formImggSec form button {
        padding: 6px 30px !important;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
    .featureSection p {
        min-height: auto !important;
    }
    .solutionSec .solutionImage {
        padding: 0.7rem !important;
    }
    .aimBlock{
        padding-right: 0 !important;
    }
    .biotesticalSection{
        height: 100vh !important;
    }
    .sliderInnerSection {
        height: 100vh !important;
    }
    .nav-menu{
        width: 100%;
    }
    .bannerImg::before {
        overflow: hidden !important;
        background-size: cover !important;
    }
    .ftrMainSec .collPic {
        margin-top: 0px !important;
    }
    .aboutOfficeIntro .imgIntro::before {
        width: 80px !important;
        top: -20px !important;
        right: 5px !important;
        min-height: 450px !important;
    }
    .aboutOfficeIntro .imgIntro::after {
        right: -10px !important;
    }
    .functionalitySec .funcImageBlock::before {
        right: -12px !important;
    }
    body .functionalitySec P,
    body .aboutOfficeIntro p{
        padding: 0 0 10px 0!important;
    }
    .featureSection section.iconBlocks{
        gap: 0 !important;
    }
    .aboutOfficeIntro h2 {
        width: unset !important;
    }
    /* converting flex row to column*/
    .setFlexCol{
        flex-direction: column-reverse;
    }
    /* converting flex row to column*/
    /* set main column */
    .setMainCol{
        flex-wrap: wrap;
    }
    /* set main column */
    .ftrMainSec .collPic::before {
        width: 100% !important;
        right: 0 !important;
        height: 230px !important;
        bottom: 0px !important;
    }
    .setColPadding{
        padding: 30px 20px !important;
    }
    .financeSection .textBlock,
    .serviceNetwork .textBlockLeft, .serviceNetwork .textBlockRight,
    .funcTextBlock p{
        padding: 25px 10px !important;
    }
    .mainBanner h1{
        font-size: 1.7rem !important;
    }
    footer.footerSec {
        text-align: center;
    }
    .ftrMainSec .collOne .social-link ul {
        gap: 10px !important;
        justify-content: center;
    }
    .ftrMainSec .collOne .social-link i.fa {
        padding: 10px !important;
        font-size: 15px !important;
        width: 35px !important;
    }
    .ftrImgBlock img {
        width: 60% !important;
    }
    .ftrMainSec .collThr ul{
        column-count: unset !important;
    }
    .ftrMainSec .socialLinksInfo{
        padding-top: 0 !important;
    }
    footer.footerSec {
        padding: 0 10px;
    }
    .ftrCopyrightSec p {
        margin-bottom: 0;
    }
    .financeInnerSec{
        padding: 0;
    }
    /* .active{
        color: #ff10 !important;
    } */
    .advisorySec .innerSerBlock {
        padding: 0 !important;
    }
    .financeSection .imageBlock {
        padding: 30px 10px !important;
    }
    .financeSection lottie-player:nth-child(2) {
        height: 210px !important;
        transform: translate(0, 5%) !important;
        left: 10% !important;
    }
    .financeSection lottie-player:nth-child(1) {
        width: 150px !important;
        top: 5px !important;
        height: 100px !important;
    }
    .financeSection h2,
    .innerSerSecLeft h2,
    .legalSection p{
        padding: 0 !important;
    }
    /* .legalSection img {
        width: 70%;
    } */
    .financeSection p {
        margin: 0;
    }
    .ftrMainSec .collFor{
        padding-top: 1rem !important;
    }
    .financeSection .imggSec::before {
        width: 60px !important;
        height: 60px !important;
        bottom: 40px !important;
        right: 20px !important;
    }
    .featureSection h2{
        width: 100% !important;
    }
    .featureSection{
        height: unset !important;
    }
    .aimImage img {
        height: 250px;
        width: 220px;
        max-width: 100% !important;
        object-fit: cover;
    }
    .aimImage::before {
        max-width: 210px !important;
        left: 25px !important;
    }
    .aimSec lottie-player{
        z-index: 2 !important;
    }
    .aimMainSec .imageBlock {
        text-align: center;
    }
    .agencyImage img {
        min-height: 220px !important;
    }
    .agencyBlock {
        padding: 10px 0 0 0;
        min-height: 50vh !important;
    }
    .taskSec .card h5 {
        font-size: .9rem !important;
        min-height: 0px !important;
    }
    .headingBlock {
        font-size: 1.5rem !important;
    }
}
/* Media Query  */
/* Animations Section*/
.imgSection img,
.imgSection:before{
    transition: all 0.375s ease-in-out;
    transform: translate(0,0);
}
.adoptSec .imgIcon,
.adoptSec .imgIcon:before{
    transition: all 0.375 ease-out;
}
.adoptSec:hover .imgIcon:before {
    transform: rotate(0deg);
}
.imgSection:hover:before {
    transform: translate(10px, -5px);
}
.imgSection:hover img{
    transform: translate(-5px, 10px);
}
.ansSec .ansImage img{
    transition: all 0.5s ease-in;
    transform-origin: 100% 100%;
}
.ansSec .ansImage img:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 2; 
}
.taskSec .card {
    transition: all .3s ease-in;
}
.taskSec .card:hover {
    border: 1px solid #0058F7;
}
.agencyImage img{
    transition: all 0.5s ease-in;
    box-shadow: 0 0 0 rgba(15, 71, 175, 0);
    transform-origin: 0 100%;
}
.agencyImage img:hover {
    box-shadow: -12px 15px 19px rgba(15, 71, 175, 0.16);
}
@media (hover: hover){
.solutionImage .imgMedicine img,
.solutionImage .imgSpinal img,
.solutionImage .imgWorking img,
.solutionImage .imgMedicalBanner img{
    transform: translate(0px, 0px);
    transition: all .5s ease-in-out;
}
.solutionImage .imgSpinal:before{
    transform: translate(0,0) rotate(0deg);
}
.solutionImage .imgMedicalBanner:after{
    transform: translate(0,0) scale(1);
}
.solutionImage .imgMedicine:before,
.solutionImage .imgWorking:before,
.solutionImage .imgSpinal:before,
.solutionImage .imgMedicalBackground:before,
.solutionImage .imgMedicalBanner:before,
.solutionImage .imgMedicalBanner:after{ 
    transition: all .5s ease-in-out;
}
.solutionImage:hover .imgMedicine img{
    transform: translate(-25px, -15px);
}
.solutionImage:hover .imgSpinal img{
    transform: translate(-25px, 10px);
}
.solutionImage:hover .imgWorking img{
    transform: translate(15px, 0px);
}
.solutionImage:hover .imgMedicalBanner img{
    transform: translate(3px, 0px);
}
.solutionImage:hover .imgMedicine::before {
    transform: translate(-15px, 5px) rotate(-90deg);
}
.solutionImage:hover .imgWorking::before {
    transform: translate(-15px, 5px) rotate(90deg);
}
.solutionImage:hover .imgSpinal::before {
    transform: translate(-30px, 0px) rotate(-90deg);
}
.solutionImage:hover .imgMedicalBackground:before{
    transform: translate(-10px, -20px) rotate(90deg);
}
.solutionImage:hover .imgMedicalBanner:before{
    transform: translate(10px, -10px);
}
.solutionImage:hover .imgMedicalBanner:after {
    transform: translate(15px, 0px) scale(1.2);
}
}
.creatingDBImg .innerDBImage img{
    transition: all .5s ease-in;
    transform: translate(0,0);
}
.creatingDBImg:hover .innerDBImage img{
    transform: translate(20px, 0);
}
.aimMainSec .imageBlock img,
.careSec .careImg img,
.imgIntro .imageInnerBlock img {
    transition: all .5s ease-in;
    transform: scale(1);
    border-radius: 12px;
}
.concludeSec .concludeImage img{
    transform: scale(1);
    transition: all .5s ease-in;
    border-radius: 12px;
}
.concludeSec .concludeImage:hover img{
    transform: scale(1.1);
    border-radius: 12px;
}
.careSec .careImg .careInnerImage:before,
.benefitSec .benefitImg .innerBenefitBlock:after{
    transition: all .5s ease-in;
}
.careSec .careImg:hover .careInnerImage::before{
    transform: rotate(90deg);
}
.benefitSec .benefitImg:hover .innerBenefitBlock::after{
    transform: rotate(-90deg);
}
.aimMainSec .imageBlock,
.careSec .innerCareImage,
.benefitSec .minInnerImage,
.concludeSec .innerConcludeBlock,
.aboutOfficeIntro .imageInnerBlock{
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: .3s;
    border-radius: 12px;
}
.aimMainSec .imageBlock img:hover,
.careSec .careImg:hover  img,
.imgIntro:hover .imageInnerBlock img{
    transform: scale(1.1);
    border-radius: 12px;
}
.mainImage img {
    transition: all .5s ease-in;
    transform: scale(1);
}
.benefitSec .mainImage:hover  img{
    transform: scale(1.1);
}
.concludeImage .innerSubBlock::before{
    transition: all .5s ease-in;
}
.concludeImage:hover .innerSubBlock:before {
    max-width: 260px !important;
}
.functionalitySec .funcImageBlock img,
.functionalitySec .funcImageBlock::before{
    transform: translate(1);
    transition: all .5s ease-in-out;
}
.functionalitySec .funcImageBlock:hover::before{
    transform: translate(-5px, 20px);
}
.functionalitySec .funcImageBlock img:hover {
    transform: translate(-10px, 35px);
}
.imgIntro,
.imgIntro::before{
    transition: all .5s ease-in-out;
}
.imgIntro:hover:before {
    min-height: 650px !important;
}
/* Animations Section*/
/* Navigation Section CSS */
/* Main Page Banner Section CSS */
.sliderSection,
.sliderInnerSection {
    background-size: cover !important;
    background-position: top center !important;
    width: 100%;
}
.sliderSection{
    height: 100vh;
}
.sliderInnerSection {
    height: 100vh;
}
/* .sliderSection .mainBanner, */
.sliderInnerSection .mainBanner{
    margin-top: 100px;
} 
.bannerBlock{
    background: url(assets/Home-Page-Main-Banner.webp) no-repeat;
}
.bannerImg{
    position: relative;
}
.bannerImg::before {
    content: '';
    background: url(assets/banner-before-image.webp) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: contain;
    max-width: 100%;
}
.mainBanner.text-white {
    z-index: 1;
}
.mainBanner h1{
    font-size: 3.175rem;
    font-weight: 900;
}
.mainBanner .bannerBlock p{
    font-size: 1rem;
    font-weight: 300;
    padding: 30px 0;
}
.home i.fa-arrow-right {
    transform: translate(0%, 0);
    font-weight: 400 !important;
    transition: all .3s ease-in-out;
    visibility: hidden;
}
.home .button:hover i.fa-arrow-right {
    transform: translate(30%, 0%);
    visibility: visible;
}

.home a.button{
    background-color: var(--white);
    color: var(--darkBlue);
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 8px;
    box-shadow: 2px 15px 15px #0f47af25;
    font-size: 1.125rem;
}
/* Main Page Banner Section CSS */
/* Main Page About Section CSS */
.aboutBlock{
    min-height: 60vh;
    width: 100%;
    background: url(assets/about-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
.aboutBlock .innerSection {
    gap: 30px;
}
.imgSection img{
    width: 100%;
    border-radius: 12px;
}
.aboutBlock h3{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--textColor);
}
.aboutBlock .content>p:first-of-type {
    font-size: 1.25rem;
}
.imgSection,.imgSection img {
    z-index: 2;
    position: relative;
}
.imgSection::before {
    background: var(--headingColor);
    border: 1px solid var(--headingColor);
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 14px;
    right: 0;
    border-radius: 12px;
}
.imgSection::after {
    border: 1px solid var(--darkBlue);
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: -18px;
    left: -12px;
    right: 0;
}
/* Main Page About Section CSS */
/* Main Page Biotestical Section CSS */
.biotesticalSection {
    height: auto;
    min-height: 60vh;
    width: 100%;
    background: url(assets/biostatiscalAnalysis-01-Background.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.biotesticalSection .innerBlock{
    width: 100%;
    background: url(assets/innerBlock.webp) no-repeat;
    background-size:cover;
    background-position:center;
}
.biotesticalSection .innerBlock h2{
    font-size: 1.8rem;
    font-weight: 700;
}
/* Main Page Biotestical Section CSS */
/* Main Page Service Section CSS */
.serviceSec .innerSerBlock{
    background-color: #F5F8FF;
}
/* Main Page Service Section CSS */
/* Main Page Service Inner Section CSS */
.serviceNetwork .textBlockLeft,
.serviceNetwork .textBlockRight {
    padding: 0 80px 0 70px;
}
/* .innerSerSecLeft h2{
    padding-left: 10px;
} */
.innerSerSecLeft p, .innerSerSecRight p {
    padding: 10px 0 0 0;
}
.innerSerSecLeft img, .innerSerSecRight img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
}
/* Main Page Service Inner Section CSS */
/* Main Page legal Section CSS */
.legalSection{
    width: 100%;
    background: url(assets/legal-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
.legalSection .legalImageLogo img,
.legalSection .legalImageLogoSec img {
    object-fit: cover;
    object-position: top;
}
.legalSection .legalImageLogo img{
    height: 130px;
}
.legalSection .legalImageLogoSec img{
    height: 50px;
}
.legalSection p{
    padding: 5px 0;
}
.legalSection .legalImage {
    flex-direction: column;
    gap: 20px;
}
/* Main Page legal Section CSS */
/* Main Page finance Section CSS */
.imageInnerSec{
    gap: 20px;
}
.imageInnerSec img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.imggFirst img {
    margin-top: 70px;
}
.imageBlock img {
    z-index: 2;
    position: relative;
}
.financeInnerSec .textBlock,
.financeInnerSec .imageBlock {
    position: relative;
    z-index: 2;
}

.financeSection .imageBlock {
    background-image: linear-gradient(239deg, #0058F7, #002C7C);
    padding: 70px 30px;
    border-radius: 10px;
    position: relative;
}
.financeSection lottie-player:nth-child(1){
    position: absolute;
    top: 10px;
    left: 0;
}
.financeSection lottie-player:nth-child(2) {
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    transform: translate(0, -10%);
    z-index: 1;
}
/* .financeSection h2{
    padding-left: 10px;
} */
.financeSection p{
    padding-top: 20px;
}
.financeSection .textBlock{
    padding: 0 90px 0 0;
}
.financeSection .imggSec,
section.financeSection{
    position: relative;
}
.financeSection .imggSec::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    z-index: 1;
    background: url(assets/circle.webp) no-repeat;
    bottom: 20px;
    right: 20px;
    background-size: contain;
}
section.financeSection::before {
    position: absolute;
    width: 100%;
    height: 100px;
    content: '';
    background: #F5F8FF no-repeat;
    top: 0;
    left: 0;
    right: 0;
}
/* Main Page finance Section CSS */
/* Main Page Advisory Section CSS */
.advisorySec{
    width: 100%;
    background: url(assets/advisory-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
/* Main Page Advisory Section CSS */
/* footer section Css */

.ftrMainSec{
    /* justify-content: center; */
    align-items: flex-start;
}
.ftrMainSec h2{
    color: var(--headingColor);
    font-size: 1rem;
    font-weight: 600;
}
.ftrMainSec h3 {
    color: var(--headingColor);
    font-size: 1rem;
    /* text-decoration: underline 2px ; */
    text-underline-offset: 10px;
    text-decoration-color: #0058F7;
    font-weight: 600;
    /* -webkit-text-decoration-line: line-through; */
    -webkit-text-decoration-line: 2px underline !important;
    -webkit-text-decoration-color: #0058F7 !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 2px !important;
}
.ftrMainSec .collThr ul {
    column-count: 2;
}
.ftrMainSec .collFor ul li:first-of-type {
    margin-top: 0;
}
.ftrMainSec ul{
    padding: 0;
}
.ftrMainSec li a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}
.ftrMainSec li {
    list-style: none;
}
footer.footerSec .ftrHeadingSec {
    margin-bottom: 20px;
}
.ftrMainSec .collOne, .ftrMainSec .collSec, .ftrMainSec .collThr {
    padding-top: 2em;
}
.ftrMainSec .ftrMenu ul li {
    margin: 0 0 10px 0;
}
.ftrMainSec .ftrMenu ul li:last-child {
    margin: 0;
}
.ftrMainSec .socialLinksInfo {
    padding-top: 3em;
}
.ftrMainSec .socialLinksInfo h3{
    color: var(--darkBlue);
    text-decoration: none;
}
section.ftrCopyrightSec {
    background-image: linear-gradient(90deg, #0542CD, #001952);
    box-shadow: 0px -14px 16px #0f47af16;
    border-radius: 10px 10px 0 0;
}
.ftrMainSec .collThr{
    position: relative;
    z-index: 2;
}
.ftrMainSec .collPic {
    position: relative;
    margin-top: -125px;
}
.ftrMainSec .collPic img{
    position: relative;
    z-index: 2;
}
.ftrMainSec .collPic::before {
    position: absolute;
    content: '';
    width: 370px;
    height: 300px;
    z-index: 1;
    background: url(assets/background-doctor.webp) no-repeat;
    bottom: -25px;
    right: -50px;
    background-size: cover;
}
.ftrMainSec .collOne h3,
.ftrMainSec .collThr h3,
.ftrMainSec .collSec h3 {
    position: relative;
}
.ftrMainSec .collOne h3::before,
.ftrMainSec .collSec h3::before,
.ftrMainSec .collThr h3::before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    border-bottom: 2px solid #0058F7;
    top: 7px;
    left: 0;
    right: 0;    
}
.ftrMainSec .collOne h3::before{
    width: 75px;
}
.ftrMainSec .collSec h3::before{
    width: 85px;
}
.ftrMainSec .collThr h3::before{
    width: 300px;
}
.ftrCopyrightSec .comp p {
    margin-bottom: 0 !important;
}
.ftrMainSec .collFor h3 {
    text-decoration: none;
}
/* footer section Css */
/* introduction page css start */
/* banner css */
.introductionSec{
    background: url(assets/biotechnology-specialist-laboratory-conducting-experiments.webp) no-repeat;
}
/* banner css */
/* intro css */
.aboutOfficeIntro img{
    border-radius: 12px;
}
.aboutOfficeIntro h2 {
    width: 300px;
}
.aboutOfficeIntro .content p:last-child {
    padding-bottom: 0;
}
.aboutOfficeIntro .innerSection{
    gap: 30px;
}
.aboutOfficeIntro .content p {
    padding: 20px 0;
    margin-bottom: 0;
}
.aboutOfficeIntro .imgIntro {
    position: relative;
}
.aboutOfficeIntro .imgIntro img{
    position: relative;
    z-index: 2;
}
.aboutOfficeIntro .imgIntro::before {
    position: absolute;
    content: '';
    width: 190px;
    height: 100%;
    z-index: 0;
    background: #fff;
    box-shadow: 35px 11px 50px #00000016;
    top: -20px;
    right: -40px;
    background-size: cover;
    border-radius: 12px 12px 12px 0;
    max-width: 100%;
    min-height: 680px;
}
.aboutOfficeIntro .imgIntro::after {
    position: absolute;
    content: '';
    width: 135px;
    height: 135px;
    z-index: 2;
    background: url(assets/imagerBefore.webp) no-repeat;
    bottom: -20px;
    right: -33px;
    background-size: contain;
}
/* intro  css */
/* features section  css */
.featureSection {
    background-image: linear-gradient(239deg, #0058F7, #002C7C);
}
.featureSection h2{
    width: 550px;
}
.featureSection section.iconBlocks {
    gap: 30px;
}
section.featureSection .imageText {
    gap: 20px;
}
.featureSection .imageText {
    margin-bottom: 40px;
}
section.featureSection .imageText img {
    background: #fff;
    padding: 7px;
    border-radius: 7px;
}
/* features section  css */
/* functional section  css */
.functionalitySec{
    width: 100%;
    background: url(assets/imagetext.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
.functionalitySec img {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}
.functionalitySec .funcImageBlock {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}
.funcTextBlock{
    position: relative;
    z-index: 2;
}
.functionalitySec .funcImageBlock::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0058F7;
    box-shadow: 5px 11px 37px #0F47AF16;
    top: -20px;
    right: -20px;
    background-size: cover;
    border-radius: 12px;
}
.functionalitySec .innerSection {
    gap: 40px;
    position: relative;
}
.functionalitySec .innerSection::before {
    position: absolute;
    content: '';
    width: 100%;
    height: auto;
    z-index: 1;
    background: #fff;
    box-shadow: 5px 11px 37px #0F47AF16;
    top: 70px;
    right: 0px;
    left: 0;
    background-size: cover;
    border-radius: 12px;
    min-height: 490px;
}
.funcTextBlock p:last-child {
    padding-bottom: 0;
}
.funcTextBlock p {
    margin: 0;
    padding: 0 80px 40px 0;
}
/* functional  section  css */
/* introduction page css end */
/* login page css start */
.loginSec{
    background: url(assets/tablet-login-concept-illustration.webp) no-repeat;
}
.loginSec i#togglePassword::before {
    margin-left: -30px;
}
.loginSec .mainBanner h2{
    color: var(--headingColor);
    font-weight: 700;
}
.loginSec .mainBanner {
    width: 500px;
    margin: 100px auto 0;
    background: #fff;
    box-shadow: 5px 11px 37px #78A4F315;
    border-radius: 4px;
}
.loginSec .mainBanner form label{
    color: var(--labelColor);
}
.loginSec .mainBanner form{
    margin-top: 30px;
}
.loginSec .mainBanner form input,
.formMainSec form input {
    border: 0.5px solid rgba(112, 112, 112, 0.5);
    border-radius: 4px;
    padding: 7px 12px;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 10px; */
}
.loginSec .mainBanner form input:last-child{
    margin-bottom: 0;
}
.loginSec .mainBanner form button {
    margin-top: 10px;
    background-image: linear-gradient(45deg, #0058F7, #002C7C);
    color: var(--white);
    border-radius: 10px;
    box-shadow: 2px 5px 12px #0F47AF25;
    padding: 10px;
    width: 100%;
}
.loginSec .mainBanner form input::placeholder,
.formMainSec form input::placeholder {
    color: #31313150;
}
/* login page css end */
/* contact us page css start */
/* contact page banner css */
.contactSec{
    background: url(assets/male-customer-support-worker-computer-office-with-available-table-space.webp) no-repeat;
} 
/* contcat page form css */
.formMainSec {
    gap: 50px;
}
.formMainSec,
.formImggSec{
    background: #fff;
    border-radius: 4px;
}
.formImage,
.formMainSec,
.formImggSec {
    box-shadow: 9px 0px 23px rgba(120, 164, 243, 0.15);
}
.formImggSec form { 
    width: 100%;
}
.formImggSec form button{
    background-image: linear-gradient(45deg, #0058F7, #002C7C);
    border-radius: 10px;
    box-shadow: 2px 15px 15px rgba(15, 71, 175, 0.25);  
    padding: 10px 40px;
    width: auto;
    margin-top: 10px;
}
.formMainSec {
    gap: 40px;
    min-height: 390px;
    height: auto;
}
.formImage img {
    min-height: 390px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
/* contact page form css */
/* contact page banner css */
/* contact us page css end */

/* covid page form css */
.covidSec{
    background: url(assets/immune-response-virus-macro-photo.webp) no-repeat;
}
/* the aim form css */
section.aimMainSec .aimSec,
.taskSec .cardMainSec,
.functionalitySec .innerSection,
.featureSection  .iconBlocks,
.formImggSec .formMainSec {
    flex-wrap: nowrap !important;
}
.aimImage img{
    border-radius: 12px;
}
.aimMainSec{
    position: relative;
}
.aimMainSec::before {
    background: #F5F8FF;
    min-height: 510px !important;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    height: auto;
}
.aimSec{
    gap: 40px;
    background: url(assets/newspaper-covid-19-titles-money.webp) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.aimSec::before {
    background: rgba(0, 59, 165);
    mix-blend-mode: multiply;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.aimImage,.aimBlock {
    position: relative;
    z-index: 2;
}
.aimBlock{
    padding-right: 140px;
}
.aimSec lottie-player {
    position: absolute;
    right: 35px !important;
    z-index: 3;
}
.aimImage,
.aimImage img{
    position: relative;
    z-index: 2;
}
.aimImage::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #fff;
    top: 16px;
    left: 20px;
}

/* the aim form css */
/* ans section */
.backgroundSec,
.integrationSec {
    background: #F5F8FF;
}
.ansSec {
    position: relative;
    z-index: 3;
}
/* ans section */
/* agence css css */
.agencyBlock {
    padding-right: 20px;
}
.agencyImage img {
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
    min-height: 440px;
    height: auto;
}
.agencyBlock {
    background: url(assets/agencsParaBlock.png) no-repeat;
    background-size: cover;
    height: auto;
    background-position: -300px 0px;
    min-height: 440px;
}
/* agence css css */
/* machine css */
.machineBlock {
    position: relative;
    background: url(assets/machine-Learning.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.machineBlock::before {
    background: rgb(0, 59, 165);
    mix-blend-mode: multiply;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.machineBlock p {
    padding: 10px 0;
}
.machineBlock p:last-child{
    margin-bottom: 0;
}
.machineBlock h2,.machineBlock p,.taskBlock h2,.taskBlock p {
    position: relative;
    z-index: 2;
}
/* machine css */
/* taskBlock Css */
.taskBlock{
    position: relative;
    background: url(assets/biotechnology-specialist-laboratory-conducting-experiments-task-hand.webp) no-repeat;
    background-size: cover;
    flex-wrap: wrap;
}
.taskBlock::before {
    background: rgb(0, 59, 165);
    mix-blend-mode: multiply;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
section.cardSection{
    position: relative;
    z-index: 2;
}
.taskSec .card {
    padding: 10px;
    box-shadow: 5px 11px 37px rgba(15, 71, 175, 0.16);
    border: 1px solid #ff10;
}
.cardMainSec {
    gap: 20px;
    margin: 20px 0 -108px 0;
}
.taskSec .card-body{
    padding: 10px !important;
}
.taskSec .card h5 {
    height: auto;
    min-height: 70px;
    margin: 10px 0 0 0;
    font-size: 1.25rem;
    color: #292929;
}
/* taskBlock Css */
/* solutionSec css */
.solutionSec {
    margin-top: 7rem;
}
.solutionSec  img{
    border-radius: 10px;
    box-shadow: 5px 11px 37px rgb(120, 164, 243, 0.16);
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.solutionImage {
    position: relative;
}
.imgSpinal {
    transform: translate(0px, 12px);
}
.imgWorking {
    transform: translate(0px, 110px);
}
.imgMedicalBanner {
    transform: translate(0px, 120px);
}
.imgWorking img {
    height: 150px;
}
.imgMedicine img {
    height: 160px;
}
.imgSpinal img {
    height: 200px;
}
.imgMedicalBanner img {
    height: 220px;
}
.imgMedicine img,
.imgSpinal img,
.imgMedicalBanner img{
    position: relative; 
    z-index: 2;
}
.imgMedicine,
.imgWorking,
.imgSpinal,
.imgMedicalBanner,
.imgMedicalBanner,
.imgMedicalBackground{
    position: relative;
}
.imgMedicine::before,
.imgWorking::before,
.imgSpinal::before,
.imgMedicalBanner::before,
.imgMedicalBanner::after,
.imgMedicalBackground::before{
    content: '';
    position: absolute;
    z-index: 1;
    background-size: cover !important;
}
.imgMedicine::before {
    background: url(assets/solutionImg.png) no-repeat;
    width: 80px;
    height: 80px;
    top: -44px;
    left: -30px;
}
.imgWorking::before,
.imgMedicalBanner::before,
.imgMedicalBanner::after{
    background: #0058F7;
    box-shadow: 5px 11px 37px rgb(120, 164, 243, 0.16);
    border-radius: 10px;
}
.imgWorking::before {
    width: 60px;
    height: 60px;
    bottom: -70px;
    right: 0px;
}
.imgMedicalBanner::before {
    width: 125px;
    height: 125px;
    top: -138px;
    left: 0px;
}
.imgMedicalBanner::after {
    background: #003BA5 !important;
    width: 65px;
    height: 65px;
    top: -78px;
    right: 10px;
}
.imgMedicalBackground::before {
    background: url(assets/medicalBackground.png) no-repeat;
    width: 80px;
    height: 80px;
    bottom: -36px;
    right: -26px;
    z-index: 0 !important;
}
.imgSpinal::before {
    background: url(assets/circleBackend.png) no-repeat;
    width: 150px;
    height: 150px;
    bottom: -65px;
    right: -110px;
    background-position: center;
}
/* solutionSec css */
/* summary css */
.summarySec{
    background: url(assets/summaryBack.png) no-repeat;
    background-size: cover;
    background-position: center ;
}
/* summary css */
/* covid page form css */

/* chest pain start css */
/* bannerSection Css */
.chestPainSec{
    background: url(assets/female-doctor-with-patient-who-is-complaining-chest-pain-during-coronavirus-epidemic-banner.png) no-repeat;
}
/* bannerSection Css */
/* .managementInnerBlock */
.managementSec{
    background: #F5F8FF;
    position: relative;
}
.managementTxtBlock p {
    line-height: 1.6em;
}
.managementSec lottie-player {
    position: absolute;
    left: -30px;
}
.managementSec .managementImg{
    position: relative;
}
.managementSec .imagePositionCare {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 630px;
    background-image: linear-gradient(45deg, #003BA5, #0058F7);
    z-index: 0;
    left: -110px;
    max-width: 500px;
    top: -50px;
}
.managementImg img {
    position: relative;
    z-index: 2;
    box-shadow: -28px 24px 15px rgba(0, 48, 136, 0.35);
    border-radius: 12px;
}
.managementTxtBlock{
    padding-left: 20px;
}
.managementSec .careImage {
    width: 100%;
    height: auto;
    min-height: 410px;
    overflow: hidden;
    transition: .3s;
    border-radius: 12px;
}
.managementSec .careImage img{
    transition: .5s ease-in-out;
}
.managementSec .careImage img:hover{
    transform: scale(1.1);
}
/* .managementInnerBlock */
/* support block css */
.supportInnerBlock {
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.supportInnerBlock::before, .supportInnerBlock::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-size: cover !important;
    width: 104px;
    height: 100px;
}
.supportInnerBlock::before {
    background: url(assets/offerBeforImg.png);
    left: -10px;
    bottom: -30px;
}
.supportInnerBlock::after {
    background: url(assets/offerBeforImg.png);
    right: -40px;
    top: 30px;
}
.supportSec .chestPara p {
    font-weight: 700;
    color: #292929 !important;
    width: 680px;
}
.supportSec .card {
    box-shadow: 5px 11px 37px rgba(15, 71, 175, 0.16);
    border: 1px solid #ff10;
}
.supportSec p.card-title {
    min-height: 100px;
    height: auto;
    font-size: 1rem !important;
    line-height: 1.5em;
}
.supportSec{
    position: relative;
}
.supportSec{
    background: url(assets/applicationBack.png) no-repeat;
    background-size: cover !important;
    background-position: top center ;
}
/* care sec css */
.careSec{
    background: #003BA5;
}
.careSec .careTxtBlock{
    padding-right: 20px;
}
.careSec p{
    color: #fff;
}
.careSec .innerCareImage img{
    border-radius: 12px;
    box-shadow: -20px 17px 17px #0F47AF16;
}
.careSec .innerCareImage{
    transform: translate(0, 50px);
}
.careSec .careImg .careInnerImage{
    position: relative;
}
.careSec .careImg .careInnerImage::before {
    position: absolute;
    content: '';
    width: 104px;
    height: 100px;
    z-index: 0;
    background: url(assets/whiteDot.png) no-repeat;
    top: 18px;
    right: -36px;
    background-size: cover;
}
/* care sec css */
/* benefits section css */

.benefitSec .mainImage{
    position: relative;
}
.benefitSec ul li::marker {
    color: #0058F7;
    font-size: 1.5rem;
    vertical-align: bottom;
}
.benefitSec .mainImage::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #0058F7;
    box-shadow: -12px 15px 19px #0F47AF16;
    bottom: -20px;
    right: 20px;
    background-size: cover;
}
.benefitSec .imagePosition {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 543px;
    background: #fff;
    z-index: 0;
    left: -295px;
    border-radius: 0 12px 0 12px;
    box-shadow: 35px 11px 50px #0F47AF16;
    max-width: 470px;
    top: -46px;
}
.benefitSec,
.exampleSec,
.databaseSec,
.concludeSec{
    background: #F5F8FF;
}
.benefitSec img{
    border-radius: 12px;
    box-shadow: -12px 15px 19px #0F47AF16;
    width: 100%;
    height: 450px;
    object-fit: cover;
    max-width: 450px;
}
.benefitSec .benefitImg{
    position: relative;
}
.benefitSec .benefitImg img{
    position: relative;
    z-index: 2;
}
.benefitSec .imgaePosition {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 550px;
    background: #fff;
    z-index: 0;
    left: -295px;
    border-radius: 0 12px 0 12px;
    box-shadow: 35px 11px 50px #0F47AF16;
    max-width: 470px;
    top: -50px;
}
.benefitSec .benefitImg .innerBenefitBlock{
    position: relative;
}
.benefitSec .benefitImg .innerBenefitBlock::after {
    position: absolute;
    content: '';
    width: 72px;
    height: 70px;
    z-index: 0;
    background: url(assets/benefitsDot.png) no-repeat;
    bottom: -40px;
    left: -43px;
    background-size: cover;
}
.benefitSec ul {
    padding-left: 22px !important;
}
.benefitSec ul li {
    margin-bottom: 10px;
    line-height: 1.3em;
}
.benefitSec ul li:last-child{
    margin-bottom: 0;
}
.benefitSec .benefitTxtBlock {
    padding-left: 30px;
}
/* benefits section css */
/* innovation section css */
.innovationSec{
    box-shadow: 5px 11px 37px #0F47AF16;
}
.innovationSec .innovationTxtBlock{
    padding-right: 40px;
}
/* innovation section css */
/* example  section css */
.exampleSec h2.headingBlock{
    width: 760px;
}
/* example section css */
/* result block css */
section.resultSec {
    background-image: linear-gradient(45deg, #002C7C, #0058F7);
}
.resultInnerSec{
    flex-wrap: wrap;
}
.resultSec p{
    padding-bottom: 30px;
}
.resultSec p:last-child{
    padding-bottom: 0;
}
/* result block css */
/* adopt section css */
.adoptSec{
    position: relative;
    background: url(assets/doctor-use-computer-login-password-connection-server-data-base-patient-technology-treatment-hospital.svg) no-repeat;
    background-size: cover;
    flex-wrap: wrap;
}

.adoptSec p {
    line-height: 1.5em;
}
.adoptSec::before {
    background: rgb(0, 59, 165);
    mix-blend-mode: multiply;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.adoptSec .imgIcon img {
    z-index: 2;
    position: relative;
}
.adoptSec .imgIcon {
    position: relative;
}
.adoptSec .imgIcon:before {
    position: absolute;
    content: '';
    background: url(assets/dottedCircle.png) no-repeat;
    width: 100%;
    height: 100%;
    left: -25px;
    top: -25px;
    right: 0px;
    z-index: 0;
    min-width: 100px;
    min-height: 100px;
    background-size: cover;
}
.adoptSec .cardChildSec,
section.adoptTxtBlock{
    position: relative;
    z-index: 2;
}
.cardChildSec{
    gap: 25px;
}
.adoptSec .cardChildSec .card{
    padding: 40px 10px;
    box-shadow: 25px 22px 24px rgba(0, 66, 184, 0.44);
    position: relative;
}
.adoptSec .cardChildSec img {
    width: 45px;
    height: 45px;
}
.adoptSec .cardChildSec .card-title {
    margin-bottom: 0;
    height: 90px;
    padding-top: 30px;
}
.adoptSec 
.cardChildSec .card-body {
    padding: 10px 0;
}
/* adopt section css */
.concludeSec .concludeInnerSec .concludeTxtBlock{
    padding-left: 20px;
}
/* db section css */
.databaseSec p{
    line-height: 1.5em;
}
.databaseSec .innerDbSec {
    position: relative;
    z-index: 2;
}
.databaseSec img{
    box-shadow: 20px 17px 17px #0F47AF16;
    border-radius: 12px;
}
.databaseSec .innerDbSec::before {
    background: #fff;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    left: 0;
    right: 0;
    top: 60px;
    min-height: 810px;
}
.databaseSec .creatingDBTxtBlock{
    padding: 84px 20px 0 15px;
}
/* db section css */
/* conclude section css */
.concludeSec .concludeImage{
    position: relative;
}
.concludeSec .concludeImage img{
    position: relative;
    z-index: 2;
}
.concludeSec img {
    height: 470px;
    width: 100%;
    box-shadow: 20px 17px 17px rgba(15, 71, 175, 0.16);
    object-fit: cover;
}
.concludeTxtBlock p:last-child {
    padding-bottom: 0;
}
.concludeTxtBlock p {
    padding-bottom: 20px;
}
.concludeSec .concludeImage .innerSubBlock::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0058F7;
    box-shadow: -12px 15px 19px #0F47AF16;
    top: -44px;
    left: -40px;
    background-size: cover;
    max-width: 220px;
    min-height: 530px;
}
/* conclude section css */
/* chest pain start css */