/*============== Menu Responsive css =================*/
@media(min-width:1200px){
    .headerMenu > ul > li:hover > ul.sub-menu {
        display: block; 
    }
    .headerMenu2 > ul > li:hover > ul.sub-menu{
        display: block;
    }
}

@media(max-width:1199px){
    body.toggleBody header.headerUp{
        top: 0 !important;
    }
    .headerMenu > ul > li > ul.sub-menu,
    .headerMenu2 > ul > li > ul.sub-menu{
        position: relative;
    }
    .headerMenu > ul > li > ul.sub-menu:before,
    .headerMenu2 > ul > li > ul.sub-menu:before {
        display: none;
    }
    .menuSection ul > li.menu-item-has-children {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .menuSection ul > li.menu-item-has-children .subOpen {
        /*margin-left: 8px;*/
        width: 25px;
    }
    .headerMenu > ul > li > ul.sub-menu {
        width: 100%;
        text-align: center;
        left: 0px;
        padding: 0;
    }
    .sideMenuOuter {
        width: 100%;
        justify-content: center;
    }
    .languageBtn ul{
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
}
@media(max-width:767px){
    /*    body.toggleBody .menuSection{
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        .menuSection {
            padding: 30px 0 50px;
            
        }
        .sideMenuOuter {
            width: 100%;
            flex-direction: column;
        }*/
}

/*=========== end menu responsive ===========*/


@media(min-width:768px){
    .slideHead h3{
        background: none !important;
    }
    .td-padding img,.td-padding span{
        padding-left: 35px;
    }
    span.user.onlypad-left {
        padding-left: 0;
    }
}
@media(min-width:1025px){
    .listSingle{
        background: #0F1826 !important;
    }
}
@media(min-width:1440px){
    .container{
        max-width: 1240px;
    }
}
@media(min-width:1800px){
    .listSingle:before {
        top: -50%;
    }
    .featureSection .featureBox {
        height: 500px;
    }
    .clientList {
        gap: 0; 
    }
    .clientList li {
        width: calc(100% / 6 );
        margin: 20px 0;
        /*justify-content: center !important;*/
    }
    .clientList li img {
        max-width: 180px;
    }
}
@media(min-width:1600px){
    .container{
        max-width: 1440px;
    }
}
@media(min-width:1920px){
    .container{
        max-width: 1600px;
    }
}
@media(min-width:2080px){
    .container{
        max-width: 1920px;
    }
}
@media(max-width:1199px){
    .featureSection .featureBox {
        /*height: 310px;*/
    }
    .clientList {
        justify-content: flex-start;
    }
    .clientList li {
        width: auto;
        justify-content: center;
        max-width: 100%;
        padding: 0 10px;
    }

    .customToggle{
        display: block;
    }
    .menuSection{
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background: #0F1826;
        z-index: 60;
        padding: 30px 0;
        overflow: auto;
        height: calc(100vh - 75px);
    }
    .headerMenu > ul {
        flex-direction: column;
    }
    .headerMenu2 ul {
        flex-direction: column;
        padding-top: 70px;
    }
    .headerMenu2 ul li {
        min-width: 280px;
        text-align: center;
    }
    .headerMenu2 > ul > li > ul.sub-menu {
        padding: 20px 0px 10px;
    }
    .headerMenu2 > ul > li > ul.sub-menu li a {
        text-align: center;
    }
    .footerMenu,
    .footerSocial {
        padding-left: 20px;
    }
}
@media(max-width:1024px){
    .lifeCycleTop .cycleItem {
        width: calc(100% / 3);
    }
    .listSingle {
        padding: 50px 0;
    }
    .listSingle:before {
        /*top: -36%;*/
        display: none;
    }
    .softwarePageTriangle{
        display: none;
    }
}

@media(max-width:991px){
    .p1 p {
        margin-bottom: 20px;
    }
    .md-gap-30{
        gap:30px !important;
    }
    .md-gap-50{
        gap:50px;
    }
    .md_pb_50{
        padding-bottom: 50px;
    }
    .md_mb_50{
        margin-bottom: 50px;
    }
    .md_mb_30{
        margin-bottom: 30px;
    }
    .decisionImageCol{
        padding: 0px 15px 50px 0;
    }
    .mdColumnReverse{
        flex-direction: column-reverse;
    }
    .mdHide{
        display: none;
    }
    .mdBlock{
        display: block;
    }
    .featureSection .row > div{
        padding: 15px;
    }
    .textSlider {
        padding-top: 30px;
    }
    .footerLogo{
        margin-top: 0;
        text-align: center;
        padding-bottom: 40px;
    }
    .newsletterText{
        text-align: center;
    }
    .footerMenu, .footerSocial {
        padding-left: 0px;
    }
    .footerTopInner {
        padding: 50px 15px;
    }
    .footer {
        padding: 250px 0 50px;
    }

    .newsletterForm {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .newsletterForm input[type='email']{
        text-align: center;
    }
    .newsletterForm input[type='submit']{
        min-width: 300px;
    }
    .footerMenu ul {
        gap: 34px;
        align-items: center;
        padding: 0 0 34px;
    }
    .footerSocial {
        text-align: center;
    }
    .footerSocial a {
        margin: 0 11px;
    }
    .footerBottom .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .addressCol {
        text-align: center; 
    }
    .footerBottom .copyR p{
        display: flex;
        flex-direction: column;
    }
    .footerBottom .copyR p a{
        margin-bottom: 5px;
        margin-right: 0;
    }
    .demoButton {
        text-align: center;
    }
    .demoButton .btn{
        min-width: 300px;
    }
    .aboutMapSection .row{
        flex-direction: column-reverse;
    }
    .aboutMapSection .row > div:last-of-type{
        padding-bottom: 40px;
    }
    .indAfterBanner {
        padding-top: 50px;
    }
    .IND_featured{
        position: relative;
    }
    .goDown {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 60px;
    }
    .lifeCycleBottom .row{
        flex-direction: column-reverse;
    }
    .listSingle .row{
        flex-direction: column-reverse;
    }
    .detailTextRow{
        flex-direction: column-reverse;
    }
    .detailTextRow > div:last-of-type{
        padding-bottom: 20px;
    }
}
@media(max-width:767px){

    body h1, body .h1{
        font-size: 48px;
    }
    body h2, body .h2{
        font-size: 35px;
    }
    body h3, body .h3{
        font-size: 25px;
    }
    body h4, body .h4{
        font-size: 18px;
    }
    .btn, 
    .blackBtn, 
    .contactForm input[type='submit'], 
    .btnBorder{
        width: 100%;
        text-align: center;
    }
    .section2 {
        padding: 50px 0;
    }
    .smColumnReverse{
        flex-direction: column-reverse;
    }
    .smBlock{
        display: block;
    }
    .sm_pb_50{
        padding-bottom: 50px;
    }
    .sm_pb_30{
        padding-bottom: 30px;
    }
    header.header{
        padding:15px !important;
    }
    .menuSection {
        padding: 30px 0 110px;
    }
    .headerMenu2 ul {
        padding-right: 15px;
        padding-left: 15px;
    }
    .IND_featured > img{
        min-height: 490px;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .clientList {
        justify-content: space-between;
        gap: 30px 10px;
    }
    .clientList li {
        width: calc(50% - 20px);
        max-width: 100%;
        padding: 0px 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .clientList li img {
        max-height: 64px;
        max-width: 114px;
        width: auto;
    }
    .footerTop {
        margin-bottom: 0;
        padding-top: 0;
    }
    .footerTop .container{
        padding: 0;
    }
    .footer {
        padding: 50px 0 30px !important; 
    }
    .footerTopInner {
        border-radius: 0px;
    }
    .sliderOuter {
        padding: 0 20px;
    }
    .sliderOuter .sliderCTRL{
        display: block;
    }
    .IND_rh,
    .IND_br,
    .textSlider,
    .blogSlider,
    .publicationSlider{
        cursor: auto;
    }
    .textSliderOuter .sliderCTRL{
        display: flex;
    }
    .teamSection .teamSingle .row{
        flex-direction: column-reverse;
    }
    .teamSection .teamSingle .row > div:last-of-type{
        padding-bottom: 30px;
    }
    .borderForm {
        padding: 20px !important;
    }
    .slideHead h3 {
        padding-left: 70px;
        min-height: 52px;
        background-size: 50px !important;
        display: flex;
        align-content: center;
        align-items: center;
    }
    .caseSection .row > div:first-of-type{
        margin-top: 0;
    }
    .newsletterForm2 .gform_body,
    .newsletterForm2 .gform_footer {
        width:100%;
    }
    .newsletterForm2 form {
        flex-wrap: wrap;
    }
    .newsletterForm2 .gform_wrapper form input[type="email"] {
        text-align: center;
    }
    .newsletterForm2 .gform_wrapper {
        margin: 0 ;
    }
    .faqSection ul.accordion-list li > h3 {
        padding: 0px 36px 0px 0;
    }
    .faqSection ul.accordion-list li > h3:after {
        height: 22px;
        width: 22px;
        background-size: 20px;
    }
    .lifeCycleTop .cycleItem {
        width: calc(100% / 2);
        padding-right: 20px;
    }
    .clientSection{
        padding-bottom: 150px;
    }
    .blodSliderSectionOuter{
        padding: 150px 0 100px;
    }
    .lifeCycleBottom .row > div:last-of-type img{
        max-width: 180px;
    }
    .tabLogo {
        padding: 60px 0 20px;
    }
    .workItemHead {
        flex-direction: row;
        align-items: center;
    }
    .workItemHead img {
        margin-right: 20px;
        max-width: 60px;
    }
    .workItemHead h3 br{
        display: none;
    }
    .subPagesTop{
        padding-bottom: 50px;
    }
    .howItWork{
        padding: 50px 0;
    }
    #benefitSection{
        padding: 50px 0;
    }
    .benefitInner {
        padding: 20px 0 0;
        display: flex;
        flex-direction: row;
    }
    .benefitInner .benefitIcon {

        width: 70px;
        min-width: 70px;
        max-width: 70px;
        padding-right: 10px;
    }
    /*    .benefitListRow > div:last-of-type{
            padding-bottom: 0;
        }*/
    #planSection{
        padding: 50px 0;
    }
    .table.planTable td, .table.planTable th{
        text-align: center;
        padding: 10px 8px;
    }
    .table.planTable th,
    .table.planTable td {
        font-size: 14px;
    }
    .table.planTable td:nth-of-type(2), 
    .table.planTable th:nth-of-type(2), 
    .table.planTable td:nth-of-type(3), 
    .table.planTable th:nth-of-type(3) {
        width: auto; 
        min-width: auto; 
        max-width: auto;
    }
    .pageSectionLinks a {
        margin-right: 12px;
    }
    .planData .planCol .planText2 {
        padding-top: 40px;
    }

    .filterNumber{
        display: block;
    }
    .blogFilter{
        display: none;

        position: absolute;
        border: 2px solid #FF5959;
        background: #0F1826 !important;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 10;
        padding: 10px;
    }
    .blogFilter li {
        margin: 0 4px 8px 0;
    }
    .blogFilter li label {
        margin: 0;
        font-size: 12px;
        padding: 6px 18px 2px;
        background-position: center left 10px !important;
        background-size: 10px !important;
    }
    .blogFilter li input[type="checkbox"]:checked + label {
        padding: 6px 16px 2px 26px;
    }

    .blogMiddle {
        padding: 40px 30px;
    }
    .featureSection .featureBox {
        align-items: flex-start;
    }
    .footerBottom {
        padding-top: 70px;
    }
}
@media(max-width:575px){
    .featureSection{
        padding-bottom: 0;
    }
    .featureSection .row > div {
        padding: 0;
    }

    .featureSection .featureBox {
        display: block;
        height: 144px;
        border-radius: 0px;
        padding: 20px 15px;
        cursor: auto;
    }
    .featureSection .featureBox .featureLogoDiv{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 20px !important;
    }
    .featureSection .featureBox p{
        height: 100% !important;
        text-align: left;
        display: block !important;
    }
    .steps .singleStep {
        padding-left: 55px;
    }
    .steps .singleStep:after {
        width: 36px;
    }
    .featureSoftware .row > div{
        padding: 0 !important;
    }
    .featureSoftware .row > div:nth-of-type(even) {
        transform: translate(0, 0);
    }
    .featureSoftware .featureBox{
        height: 108px;
        display: flex;
        align-items: center;
    }
    .featureSoftware .featureBox .featureLogoDiv{
        display: flex;
        justify-content: center;
    }
    .featureSoftware .featureBox .featureLogoDiv {
        padding-bottom: 0px !important;
    }
    .featureSoftware .featureBox p{
        display: none !important;
    }
}
/*========================*/