header {}


body,
html {
    font-family: 'Gilroy', sans-serif;
}
.home-body
{
    background-image: url(./../mdr_image/mdr-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li 
{
    color: black;
}

.gray 
{
    color: gray;
}

a,
a:hover,
a.active,
a:active,
a:visited,
a:focus {
    color: #fefefe;
    text-decoration: none;
}
.text-blue
{
    color: #2a6afa;
}
header {
    background-color: white;
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    margin-bottom: 10rem;

}

header .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

header h5 {
    font-size: 1.2rem;
}

.platform .sec1 h5 {
    padding-right: 1.4rem;
}

.platform .sec1 p {
    font-size: .95rem;
    line-height: 1.5rem;
}
.mdr-offer-body
{
    background-image: url(../mdr_image/mdr-offer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.mdr-offer-form
{
    background-color: white;
        padding: 3rem;
}
.mdr-offer-form label
{
    font-weight: 500;
    padding-bottom: .5rem;
}
.exo-menu>li {
    display: inline-block;
    float: left;
    display: flex;
    align-items: center;
}

.exo-menu>li>a {
    color: black;
    text-decoration: none;


    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {

    color: black;
   
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down {
    position: relative;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}

li.drop-down>ul {
    left: 0px;
    min-width: 230px;

}

.drop-down-ul {
    display: none;
}



li.drop-down>ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: white;
    border-bottom: 1px dotted white;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}







/*mega menu*/

.product {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;

}


.product ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}



a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0DADEF;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*platform-list DropDown*/
.platform-list {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: white;
    padding-bottom: 15px;
    width: 100%;
    margin-top: .6rem;
    right: 0;
}

.product,
.resource-tab {
    margin-top: .6rem;
}



.platform-list a.view-more {
    margin-top: 0px;
}

/*resource-tab*/
.resource-tab {
    left: 0;
    width: 100%;
    display: none;
    color: black;
    padding-top: 15px;
    background: white;
    padding-bottom: 15px;
    right: 0;
}

a {
    color: #707070 !important;
}

.resource-tab h4 {
    font-size: 15px;
    margin-top: 0px;
    text-transform: uppercase;
}

/*common*/

.product {
    background-color: white;
}

/*hover*/
.platform-list:hover,
.resource-tab:hover,
.product:hover,
.drop-down-ul:hover,
.platform>a:hover+.platform-list,
li.drop-down>a:hover+.drop-down-ul,
.resource-list>a:hover+.resource-tab,
.product-list a:hover+.product {
    display: block;
}

.mdr-btn:hover {
    background-color: #000;
    border: .01rem solid white !important;
    color: white;
}




/*responsive*/
@media (min-width:767px) {
    .exo-menu>li>a {
        display: block;
        padding: 0rem 2rem 0rem 0rem;

    }

    .product,
    .resource-tab,
    .platform-list,
    li.drop-down>ul {
        position: absolute;
    }




}

@media (max-width:767px) {

    .exo-menu {
        /* min-height: 58px;
                background-color: #23364B;
                width: 100%; */
    }

    .exo-menu>li>a {
        width: 100%;
        display: none;

    }

    .exo-menu>li {
        /* width: 100%; */
    }

    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }

    .product,
    .resource-tab,
    .platform-list,
    li.drop-down>ul {
        position: relative;
    }


    .exo-menu>li {

        float: none;
        display: block;
        align-items: stretch;
    }

    .animated {
        position: relative !important;
        top: 0rem !important;
    }

    header .content {
        display: block;
        padding: 0rem;

    }




}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 1rem 1.5rem;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.visit-my-blog {
    background: #379fe1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #e1e1e1;
    color: black;
}

header h5,
header p {
    color: black;
    margin: 0;
}

.product-sec {
    width: 100%;
}

.product-sec tr td {
    height: 60px;
}

.product-sec p,
.product-sec img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 600;
}

header .descp {
    padding-left: 1rem;
}

.resource-tab .sec1 {
    background-image: url(../mdr_image/company-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: .1rem;
    padding-left: 1rem;
}

.resource-tab .sec2 {
    background-image: url(../mdr_image/company-blog-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: .1rem;
    padding-left: 1rem;
}

.resource-tab img {
    float: right;
    margin: 0;
    /* Ensure no margin is applied */
    padding: 0;
    /* Ensure no padding is applied */
    line-height: 0;
    /* Removes extra space due to line height */
}

.resource-tab h5 {}

.animated {
    width: 90%;
    margin: auto;
    border-radius: .5rem;
    margin-top: .5rem;
    padding:1rem 2rem;
    position: absolute;
       top: 90%;
       z-index: 9999;
}
.owl-carousel-header
{
    z-index: 9999;
}
.owl-carousel-header p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2rem;
    max-height: 5rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mdr-sec6 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2rem;
    max-height: 5rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.get-demo form
{
background-color: white;
padding: 5rem;
border-radius: 2rem;
}

.menu-demo {
    background-color: #000000;
    border-radius: .4rem;
    color: white;
}

.color-white {
    color: white;
}

.mdr-sec {
   
    padding-top: 100px;
    padding-bottom: 100px;
      background-image: url(./../mdr_image/mdr-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
       background-position: 40% -50%;
}

.mdr-common {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mdr-btn {
        background-color: #2667fa;
    color: white;
    padding: .6rem 2rem;
    border: .01rem !important;
    border-radius: .3rem;
    margin: .5rem 0rem;
}

.mdr-sec1 .servic-sec1 {
  border: 1px solid white;
  padding: 3rem 1rem 3rem 6rem;
  border-radius: 1rem;

  background: 
    url(../mdr_image/mdricon1.webp),
    linear-gradient(to right,#a5a5a5 50%, #2667fa 50%);

  background-repeat: no-repeat, no-repeat;

  /* Set different sizes for each background layer */
  background-size: auto, 200% 100%; /* image first, gradient second */

  /* Initial background positions */
  background-position: 0.9rem center, right bottom;

  transition: background-position 0.5s ease-out;
      margin-bottom: 30px;
          flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 30vh;
    width: 100%;
}

.mdr-sec1 .servic-sec1:hover {
  /* Animate only the gradient */
  background-position: 0.9rem center, left bottom;
  
}
.mdr-sec1 .servic-sec1:hover p,
.mdr-sec1 .servic-sec1:hover h4 
{
color: black;
}

.mdr-sec1 .servic-sec1 h5
{
color: gray;
}

.mdr-common p {
    margin: 0px;
   
}



h1,
h2,
h3,
h4,
h5 {
   
}


h1 
{
    font-size: clamp(2rem, 4vw, 2.5rem);
}



.mdr-sec3 .sec1 {
    background-color: black;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
    border-radius: 1rem;
    color: white;
}

.mdr-sec4 img {
    max-width: 100%;
    /* Ensure image scales within its container */
    height: auto;
    /* Maintain aspect ratio */
}

.mdr-sec4 {
    position: relative;
}

.mdr-sec4 .sec1 {
    width: 100%;
    /* Take full width of the column */
    background-color: #2868fa;
    padding: 5rem;
    border-radius: 1rem;
    box-sizing: border-box;
    position: absolute;
    width: 55%;
    filter: drop-shadow(-4px 5px 10px #414040);
}

.mdr-sec4 .owl-carousel .owl-dot {
    width: .5rem;
    height: .8rem;
    border: 0px;
    margin-right: .30rem;
    margin-top: .8rem;
    border-radius: 1rem;
    background-color: #636262;
}


.mdr-sec5 {}

/* Click the image one by one to see the different layout */

/* Owl Carousel */

.owl-prev {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    left: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-next {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    right: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.popuptext {
    display: table;
}

.popuptext p {
    margin-bottom: 10px;
}

.popuptext span {
    font-weight: bold;
    float: right;
}

/* Popup Text */

/* Icon CSS */
.item {
    position: relative;
}



.mdr-sec6 .owl-carousel1 .owl-item img,
header .owl-carousel-header .owl-item img {
    width: auto;
}

.mdr-sec6 .owl-carousel1 .sec1,
header .owl-carousel-header .sec1 {
    border: .01rem solid rgb(14, 14, 14);
    border-radius: .7rem;
    padding: 0rem 0rem 2rem 2rem;
    position: relative;
}
.mdr-sec6 .owl-carousel1 .sec1
{
    min-height: 315px;
}
header .owl-carousel-header .sec1 {
    border: .02rem solid black;
    padding: 0rem 0rem 2rem 1rem;
}

.owl-carousel-header a img {
    float: right;
    padding-right: 1rem;
}

.mdr-sec6 .sec1 .slider-icon,
header .sec1 .slider-icon {
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.mdr-sec6 a,
header a {
    color: white;
    text-decoration: none;

}

.mdr-sec6 h5,
header h5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.mdr-sec6 p,
header p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mdr-sec6 .slider-dot,
header .slider-dot {
    margin-top: 4rem;
}

.mdr-sec6 .owl-nav,
.mdr-sec6 .owl-dot,
header .owl-nav,
header .owl-dot {
    display: none;
}

.mdr-sec7 .sec1 {
    background-image: url(../mdr_image/explore-mdr.png);
    background-repeat: no-repeat;
    border-radius: .7rem;
}

.mdr-sec7 .sec1 {
    padding: 5rem 0rem;
}

.button-top {
    background-color: #000000;
    color: white !important;
    border: 0rem;

    padding: 1rem 1rem !important;
}




.service-flx-form form {
    background-color: #262626;
    padding: 4rem;
    width: 90%;
}

.service-flx-form input {
    background-color: transparent;
    padding: .8rem 1rem;
    border: .02rem solid #5e5e5e;
}

.service-flx-form ul li {
    color: white;
}

.service-flx-form {
    margin-bottom: 10rem;
}

.service-flx-form input::placeholder {
    color: white;
    opacity: 1;
    background-color: transparent;
}

#floatingSelectGrid {
    background-color: transparent;
    color: white;
    padding: .8rem 1rem;

    border: .02rem solid #5e5e5e;
}

#floatingSelectGrid option {
    color: black
}

.error-message {
    color: red;
}




@media (max-width: 992px) {

    .mdr-sec4 .sec1 {
        padding: 3rem;
    }
}

@media (max-width: 768px) {


    .mdr-sec4 .sec1 {
        padding: 2rem;
    }

    .mdr-sec1 .servic-sec1 {
        margin-bottom: 2rem;
    }

    .mdr-sec4 .sec1 {
        position: relative;
        width: 100%;
        margin-bottom: 2rem;
    }

    .mdr-sec5 img {
        display: block;
        margin: auto;
    }

    .service-flx-form form {
        width: 100%;
    }

    .animated {
        width: 85%;
        margin: auto;
        border-radius: .5rem;
        margin-top: 0rem;
        padding: 0rem;
    }

    .resource-tab .sec1,
    .resource-tab .sec2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

}

@media (max-width: 576px) {


    .mdr-sec4 .sec1 {
        padding: 1.5rem;
    }
}


.footer a {
    color: white !important;
}

.footer ul li {
    padding: .5rem 0rem;
}

.footer ul.social-icons li {
    float: left;
    padding-right: 2rem;
}

.footer {
    padding-bottom: 1rem;
    padding-top: 3rem;
}

.mdr-sec2 {
    background-image: url(../mdr_image/element1.webp);
    background-size: 15%;
    background-position: center right;
    background-repeat: no-repeat;
}
.mdr-sec2 .sec1-right 
{
}
.mdr-sec2 .sec1-left 
{
    
}

.mdr-sec2 .sec1-right,.mdr-sec2 .sec1-left  {
    position: relative;
    overflow: hidden;
}
.mdr-sec2 .sec1-left::before
{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%; /* adjust as needed */
background: linear-gradient(90deg,rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.25) 52%, rgba(255, 255, 255, 0) 100%);
    border-top-left-radius: 60% 100%;
    border-bottom-left-radius: 60% 100%;
    z-index: 0;

}
.mdr-sec2 .sec1-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%; /* adjust as needed */
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.19) 50%, rgba(255, 255, 255, 0.8) 100%);
    border-top-right-radius: 60% 100%;
    border-bottom-right-radius: 60% 100%;
    z-index: 0;
}

/* Target the image container */
.mdr-sec2 .sec1-right .col-lg-6:last-child {
    position: relative;
    z-index: 1;
    padding: 6rem; /* adds space inside the oval */
    display: flex;
    justify-content: center;
    align-items: center;
}
.mdr-sec2 .sec1-left .col-lg-6:first-child {
    position: relative;
    z-index: 1;
    padding: 6rem; /* adds space inside the oval */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Optional: Add max-width to the image */
.mdr-sec2 .sec1-right img,
.mdr-sec2 .sec1-left img {
    max-width: 100%;
    height: auto;
    border-radius: 20px; /* optional: softens edges */
}


.mdr-sec2 ul 
{
    margin-left: 0rem;
    padding-left: 1rem;
}
.mdr-sec2 ul li 
{
list-style-type: circle;
}
.mdr-sec5 {
    background-image: url(../mdr_image/Trusted-by-Industry-Leaders.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.mdr-sec3 {
   
}

.unlimited-user .key_features {
    background-image: url(../mdr_image/KeyFeaturesbg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5rem 2rem;
    width: 20rem;
    height: 20rem;
    margin: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.unlimited-user .key_features:hover
{
background-image: url(../mdr_image/KeyFeaturesbg-hover.webp);
    transform: scale(1.03);
  filter: brightness(1.1);
}
.unlimited-user .key_features:hover h4,
.unlimited-user .key_features:hover p 
{
    color: black;
}

.unlimited-user .button-sec,
.unlimited-user-sec2 .button-sec {
    background-color: #080808;
    width: 100%;

    border-radius: 1rem 0rem 0rem 1rem;
}

.unlimited-user .button-sec p,
.unlimited-user-sec2 .button-sec p {
    padding: 1rem 0rem 1rem 2rem;
}

.unlimited-user .button-sec button,
.unlimited-user-sec2 .button-sec button {
    background-color: #5a5a5a;
    color: white;
    padding: 0rem 3rem 0rem 3rem;
    border-radius: 1.5rem;
}

.unlimited-user-sec1 .sec {
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
}

.unlimited-user-sec2 .sec {
    background-image: url(../mdr_image/Boost-Your-Operational-Efficiency.webp);
    background-repeat: no-repeat;
    background-color: #070707;
    background-position: center right;
    border-radius: 1rem;
}

.unlimited-user-sec2 .text-div {
    width: 45%;
    padding: 2rem 2rem;
}

.benefits-tab {
    background-image: url(../mdr_image/Benefits-of-Unlimited-User.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.unlimited-user-sec4 .sec1 {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.unlimited-user-sec4 .sec1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #4f4f4f;
}




@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
    .unlimited-user-sec2 .text-div {
        width: 100%;
    }
    .mdr-sec2 .sec1-left::before,
    .mdr-sec2 .sec1-right::before
    {
background-color: transparent;
    }

}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 1399.98px) {}