/*--------------------------------------------------------------
    [ ## EMI ]
--------------------------------------------------------------*/
#EMI-Hero {
    display: block;
}

#EMI-Hero-Mobile {
    display: none;
}

#EMI-Hero {
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#EMI-Hero h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

#EMI-Hero p {
    font-size: 36px;
    color: #fff;
}

section#The-Comprehensive-Solution {
    background: #f1f6ff;
    overflow: visible;
    position: relative;
}

.The-Comprehensive-Solution-Box {
    background: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    margin-top: -110px;
    box-shadow: #0000001a 0 5px 15px;
}

.The-Comprehensive-Solution-Box h2 {
    background: linear-gradient(to right, #2d4180 0%, #D25E3D 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.The-Comprehensive-Solution-Box a {
    background: #319df2;
    color: #fff;
    text-decoration: unset;
    border-radius: 50px;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 14px;
}

.mobile-button a.link {
    display: none;
}

.desktop-button a.link {
    display: block;
    width: fit-content;
}

#EIM-Platform {
    background: #f1f6ff;
}

.EIM-Platform .Platform h3 {
    font-size: 42px;
    background: linear-gradient(to right, #2d4180 10%, #D25E3D 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.EIM-Platform-Details {
    background: #fff;
    height: 100%;
    padding: 25px;
    border-radius: 0 0 25px 0;
}

.EIM-Platform-Details p {
    color: #133d8c;
    font-size: 18px;
    font-weight: 600;
}

.EIM-Platform-Details ul {
    padding-left: 15px;
}

.EIM-Platform-Details ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.EIM-Platform-Details ul li::marker {
    color: #e26136;
}

#Vertex-EIM {
    display: block;
}

#Vertex-EIM-Ipad {
    display: none;
}

#Vertex-EIM-Mobile {
    display: none;
}

#Vertex-EIM {
    background: #f1f6ff;
    position: relative;
    padding: 60px 0 100px 0;
}

.Timeline {
    position: relative;
}

.Timeline::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://poiseddevelopers.com/vertex-dev/wp-content/uploads/2023/01/7-to-1-up-Arrow.png);
    position: absolute;
    top: 6%;
    left: 13%;
    background-repeat: no-repeat;
    background-size: 345px;
}

.Timeline-Image {
    display: flex;
    justify-content: center;
}

.Timeline .Timeline-Image img {
    max-height: 200px;
}

.Timeline .Timeline-Image p {
    color: #133d8c;
    font-weight: 600;
}

.Timeline .Arrow p {
    width: 35%;
    font-size: 18px;
    font-weight: 600;
}

.Timeline .Timeline-Image:nth-child(1) img {
    max-height: 220px;
}

.Timeline .Timeline-Image:nth-child(5) img {
    max-height: 140px;
}

.Timeline .Timeline-Image:nth-child(5) {
    margin-left: 13%;
}

.Timeline .Timeline-Image:nth-child(6) {
    margin-left: 56%;
    display: grid;
    text-align: center;
}

.Timeline .Timeline-Image:nth-child(6) img {
    margin-left: 45%;
}

.Timeline .Timeline-Image:nth-child(7) img {
    max-height: 150px;
}

.Timeline .Timeline-Image:nth-child(7) {
    margin-left: 21%;
    margin-top: 5%;
}

.Timeline-Content {
    background: linear-gradient(100deg, #2d4180 10%, #D25E3D 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto;
}

.Number p {
    font-size: 24px;
    margin: 0;
    color: #fff;
    line-height: 17px;
    top: 2px;
    position: relative;
}

.Timeline-Content-Details .Content {
    font-size: 18px;
    color: #133d8c;
    font-weight: 600;
}

.Timeline-Content-Details .Timeline-Details p {
    text-align: center;
}

.Timeline-Content-Details .Timeline-Details:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 16%;
    width: 25%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(2) {
    position: absolute;
    top: 25%;
    right: 17%;
    width: 25%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(3) {
    position: absolute;
    top: 23%;
    left: 15%;
    width: 25%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(4) {
    position: absolute;
    top: 38%;
    right: 17%;
    width: 25%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(5) {
    position: absolute;
    top: 36%;
    left: 15%;
    width: 25%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(6) {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 25%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(7) {
    position: absolute;
    top: 64%;
    left: 23%;
    width: 25%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(8) {
    position: absolute;
    top: 59%;
    right: 29%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(9) {
    position: absolute;
    top: 85%;
    right: 29%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(10) {
    position: absolute;
    top: 85%;
    right: 47%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(11) {
    position: absolute;
    top: 71%;
    right: 40%;
    width: 20%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(12) {
    position: absolute;
    bottom: -4%;
    right: 21%;
    width: 20%;
}

.Timeline-Content-Details .Timeline-Details:nth-child(13) {
    position: absolute;
    bottom: -6%;
    right: 39%;
    width: 25%;
}

#Success-Stories {
    background: #f1f6ff;
}

.Application-Title h3 {
    background: linear-gradient(to right, #2d4180 30%, #D25E3D 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Epilogue', sans-serif;
    font-display: swap;
    margin-bottom: 3rem;
}

.Success-Stories-title h3 {
    background: linear-gradient(to right, #2d4180 30%, #D25E3D 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
}

.Success-Stories-Image h4 {
    font-size: 30px;
    color: #133d8c;
    font-weight: 600;
}

.Success-Stories-Slider {
    width: 60%;
    margin: 0 auto;
}

.Success-Stories-Main-Details {
    background: #fff;
    padding: 50px;
    margin-top: 5%;
}

.Success-Stories-Box {
    padding: 25px 0 0 0;
    display: flex;
    align-items: center;
}

.Success-Stories-Content {
    border-right: 2px solid#fd7a49;
    color: #000;
    padding: 0 25px 0 0;
}

.Success-Stories-Image {
    padding: 0 0 0 25px;
}

.Success-Stories-Details {
    margin-top: -11%;
    z-index: 9;
}

.Success-Stories-Slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fd7a49;
    border: transparent;
}

.Trusted-Clients {
    background: #f1f6ff;
}

.Trusted-Clients-Title h3 {
    background: linear-gradient(to right, #2d4180 10%, #D25E3D 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 700;
}
.slick-dots li button:before {
    font-size: 12px;
    line-height: 13px;
    width:10px;
    height:10px;
    opacity:1;
    color: transparent;
    border: 1px solid black;
    border-radius: 50%;
}
.Success-Stories .slick-dots {
    bottom: -60px;
}
.Trusted-Clients-Slider .slick-prev {
    display: none !important;
}
.Trusted-Clients-Slider .slick-next {
    position: absolute;
    top: -40%;
    right: 12% !important;
}
.Trusted-Clients-Image img {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.Trusted-Clients-Image {
    text-align: center;
}
.Trusted-Clients-Image img:hover {
    background-color: #fff;
    filter: inherit;
    transition: 0.5s;
    box-shadow: #0000001a 0 5px 15px;
}

div#request-demo .modal-dialog {
    max-width: 70%;
    position: relative;
}

div#request-demo .modal-body {
    background: #133d8c;
    padding: 50px 40px;
}

div#request-demo h5#exampleModalToggleLabel {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 36px;
}

div#request-demo button.btn-close {
    position: absolute;
    right: 2%;
    top: 4%;
    filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
    opacity: 1;
}

div#request-demo .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div#request-demo ::-webkit-input-placeholder { 
    color:    #fff;
    font-size: 14px;
}

div#request-demo .wpcf7-form label.error {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    text-transform: uppercase;
}

div#request-demo input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #fff;
    border: none;
    padding: 8px 100px;
    border-radius: 5px;
    color: #133d8c;
    font-weight: 500;
    margin-top: 20px;
}

div#request-demo .modal-header {
    border-bottom: none;
    background: #133d8c;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0px;
}

/* Simple Slider */

.quotes.slick-dotted.slick-slider {
    margin: 0 !important;
}
.quotes {
    background: #f1f6ff;
}
.white-back {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.simple blockquote p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #1e528e;
    padding: 25px;
    font-size: 1.25em;
    font-style: italic;
    text-align: center;
}

.bubble blockquote {
    background: #fff;
    padding: 70px 50px 30px 50px;
    position: relative;
    border: none;
    font-size: 17px;
    color: #000;
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.bubble p {
    border-right: 2px solid #f26531;
    padding: 0 15px 0 0;
}

.bubble .Side-Image {
    padding: 0 0 0 25px;
}

.bubble .Side-Image h4 {
    font-size: 30px;
    color: #133d8c;
    font-weight: 600;
}

.bubble .Side-Image img {
    max-width: 100px;
}

.quotes ul.slick-dots {
    position: unset;
    margin-top: 20px;
}

.quotes button.slick-prev.slick-arrow {
    display: none !important;
}

.bubble blockquote:before {
    content: "\201C";
    position: absolute;
    font-size: 200px;
    padding: 10px;
    line-height: 1;
    color: #f26531;
    top: -2%;
    left: 5%;
}

.quotes .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fd7a49;
    border: transparent;
}
.quotes {
    padding-top: 10px;
}

.modal-dialog.modal-dialog-centered .wpcf7-response-output {
    color: #fff !important;
}


.The-Comprehensive-Solution .modal-body video {
    position: unset;
    pointer-events: painted;
}

/*--------------------------------------------------------------
    [ ## END EMI ]
--------------------------------------------------------------*/

@media only screen and (max-width: 1399px) and (min-width: 1300px){

    .Timeline::after {
        left: 17.5%;
        background-size: 280px;
    }

    .Timeline-Content-Details .Content {
        font-size: 12px;
    }

    .Timeline-Image.Arrow p {
        font-size: 12px;
    }

    .Timeline .Timeline-Image:nth-child(6) img {
        margin-left: 60%;
    }
    
    .Timeline-Content-Details .Timeline-Details:nth-child(1) {
        top: 14%;
        left: 20%;
        width: 18%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(2) {
        top: 33%;
        right: 22%;
        width: 20%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(3) {
        top: 31%;
        left: 22%;
        width: 20%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(4) {
        top: 44%;
        right: 22%;
        width: 20%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(5) {
        top: 43%;
        left: 22%;
        width: 20%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(6) {
        top: 54%;
        left: 22%;
        width: 20%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(7) {
        top: 66%;
        left: 26%;
        width: 25%;
    }

    .Timeline .Timeline-Image:nth-child(6) {
        margin-left: 47%;
        display: grid;
        text-align: center;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(8) {
        position: absolute;
        top: 62%;
        right: 31%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(9) {
        top: 87%;
        right: 31%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(10) {
        right: 45%;
        top: 87%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(10) {
        right: 45%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(12) {
        right: 22%;
        bottom: -3%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(11) {
        top: 73%;
        width: 15%;
        right: 41%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(12) {
        right: 22%;
        bottom: -3%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(13) {
        bottom: -5%;
        right: 37%;
        width: 17%;
    }

    .Timeline .Timeline-Image:nth-child(1) img {
        max-height: 240px;
    }

    .Timeline .Timeline-Image img {
        max-height: 140px;
    }

    .Timeline .Timeline-Image:nth-child(5) img {
        max-height: 100px;
    }

    .Timeline .Timeline-Image:nth-child(7) img {
        max-height: 100px;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px){
    .Timeline::after {
        left: 6%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(1) {
        top: 12%;
        left: 13%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(2) {
        top: 27%;
        right: 16%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(3) {
        position: absolute;
        top: 25%;
        left: 10%;
        width: 30%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(4) {
        top: 40%;
        right: 16%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(5) {
        position: absolute;
        top: 40%;
        left: 10%;
        width: 30%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(6) {
        top: 51%;
        left: 10%;
        width: 30%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(7) {
        top: 65%;
        left: 20%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(8) {
        top: 61%;
        right: 27%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(11) {
        top: 73%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(12) {
        right: 20%;
    }

    .Timeline .Timeline-Image:nth-child(6) {
        margin-left: 62%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(9) {
        top: 86%;
        right: 27%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(10) {
        position: absolute;
        top: 86%;
        right: 48%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(13) {
        bottom: -6%;
        right: 39%;
        width: 30%;
    }
}

/* iPad Air & Pro */
@media screen and (max-width: 1199.98px){
    #EMI-Hero {
        height: 40vh;
    }

    #EMI-Hero p {
        font-size: 30px;
    }

    .Timeline::after {
        left: -0.5%;
    }

    .Timeline .Timeline-Image:nth-child(5) {
        margin-left: 19%;
    }

    .Timeline .Timeline-Image:nth-child(6) {
        margin-left: 63%;
        width: 50%;
    }

    .Timeline .Timeline-Image:nth-child(7) {
        margin-left: 30%;
        margin-top: 5%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(1) {
        top: 15%;
        left: 8%;
        width: 30%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(2) {
        top: 29%;
        right: 13%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(3) {
        top: 28%;
        left: 6%;
        width: 35%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(4) {
        top: 40%;
        right: 13%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(5) {
        top: 41%;
        left: 6%;
        width: 35%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(6) {
        top: 52%;
        left: 6%;
        width: 35%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(7) {
        top: 67%;
        left: 19%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(8) {
        top: 62%;
        right: 21%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(9) {
        top: 86%;
        right: 20%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(10) {
        top: 86%;
        right: 45%;
    }

    .Timeline .Arrow p {
        width: 40%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(11) {
        top: 75%;
    }

    .Timeline .Arrow p {
    width: 40%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(12) {
        right: 13%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(13) {
        bottom: -6%;
        right: 33%;
        width: 30%;
    }

    .Success-Stories-Slider {
        width: 80%;
    }

    .bubble blockquote {
        width: 80%;
    }
}

/* iPad Mini */
@media screen and (max-width: 991.98px){
    #EMI-Hero p {
        font-size: 25px;
    }

    .Timeline::after {
        left: 0;
    }

    .Timeline .Timeline-Image:nth-child(5) {
        margin-left: 25%;
    }

    .Timeline .Timeline-Image:nth-child(6) {
        margin-left: 74%;
    }

    .Timeline .Timeline-Image:nth-child(7) {
        margin-top: 10%;
        margin-left: 40%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(1) {
        top: 16%;
        left: 6%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(2) {
        right: 17%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(3) {
        top: 29%;
        right: 24%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(4) {
        top: 46%;
        right: 24%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(5) {
        left: 7%;
        width: 32%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(6) {
        top: 55%;
        width: 32%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(7) {
        top: 69%;
        left: 10%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(8) {
        top: 65%;
        right: 11%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(9) {
        top: 86%;
        right: 11%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(12) {
        right: 5%;
        bottom: -3%;
    }

    .Timeline-Content-Details .Timeline-Details:nth-child(13) {
        bottom: -7%;
        right: 31%;
    }

    .bubble blockquote {
        width: 90%;
    }

    .bubble blockquote {
        display: block;
        padding: 70px 25px 25px;
    }

    .bubble blockquote:before {
        top: 0%;
        left: 2%;
    }

    .bubble .Side-Image {
        padding: 0;
    }

    .bubble p {
        border-right: unset;
        padding: 0;
    }

    .bubble .Side-Image h4 {
        font-size: 20px;
    }

    .Success-Stories-Details {
        margin-top: -13%;
    }

    #Vertex-EIM {
        display: none;
    }
    
    #Vertex-EIM-Ipad {
        display: block;
    }
    
    #Vertex-EIM-Mobile {
        display: none;
    }

    .Timeline-Details-Main {
        width: 50%;
        margin: 0 auto;
        position: relative;
    }

    #Vertex-EIM-Ipad .Content p {
        text-align: center;
        font-size: 18px;
        color: #133d8c;
        font-weight: 600;
        padding: 0 0 0 40px;
    }

    .Application-Title h3 {
        font-size: 30px;
    }

    .Success-Stories-title h3 {
        font-size: 30px;
    }

    .Trusted-Clients-Title h3 {
        font-size: 30px;
    }

    .Before-Line {
        position: relative;
    }

    .Before-Line::after {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(https://poiseddevelopers.com/vertex-dev/wp-content/uploads/2023/01/Long-Arrow.png);
        position: absolute;
        top: 0.3%;
        left: -8%;
        background-repeat: no-repeat;
        background-size: auto 1920px;
    }

    .Trusted-Clients-Image img {
        padding: 0px;
        margin: 0 auto;
    }

    .EIM-Platform .cgp-title h3 {
        font-size: 30px;
    }

    #The-Comprehensive-Solution h2 {
        margin-bottom: 50px;
    }

    div#request-demo .modal-dialog {
        max-width: 90%;
    }
}

/* Mobile */
@media screen and (max-width: 767.98px){
    #EMI-Hero {
        display: none !important;
    }
    
    #EMI-Hero-Mobile {
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .EMI-Hero-Content h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }
    
    .EMI-Hero-Content p {
        font-size: 20px;
        color: #fff;
    }

    .mobile-button a.link {
        display: block;
        width: fit-content;
    }
    
    .desktop-button a.link {
        margin: 20px 0 0 0;
        font-size: 10px;
    }

    .The-Comprehensive-Solution-Box {
        padding: 40px 20px;
    }

    .The-Comprehensive-Solution-Box {
        margin-top: 0px;
    }

    .The-Comprehensive-Solution-Box h2 {
        font-size: 25px;
    }

    .Success-Stories-Box {
        display: inline-block;
    }

    .Success-Stories-Details {
        margin-top: -15%;
        text-align: center;
    }

    .Success-Stories-Image img {
        display: flex;
        margin: 0 auto;
    }

    .Success-Stories-Icon img {
        display: flex;
        margin: 0 auto;
    }

    .Trusted-Clients-Image img {
        width: 90%;
    }

    .Success-Stories-Main-Details {
        padding: 20px;
        margin-top: 8%;
    }

    .Success-Stories-Content {
        border-right: unset;
        padding: 0;
    }

    .Timeline-Details-Main {
        width: 100%;
        margin: 0 auto;
    }

    #Vertex-EIM {
        display: none;
    }
    
    #Vertex-EIM-Ipad {
        display: none;
    }
    
    #Vertex-EIM-Mobile {
        display: block;
    }

    .Application-Title h3 {
        font-size: 18px;
    }

    .Success-Stories-title h3 {
        font-size: 25px;
    }

    .EIM-Platform .Platform h3 {
        font-size: 25px;
    }

    .Trusted-Clients-Title h3 {
        font-size: 25px;
    }

    #The-Comprehensive-Solution h2 {
        margin-bottom: 0px;
    }

    div#request-demo .modal-dialog {
        max-width: 100%;
    }

    div#request-demo h5#exampleModalToggleLabel {
        width: 100%;
        font-size: 25px;
    }

    #Trusted-Clients {
        padding-bottom: 0;
    }

    #exclusive-problem {
        padding-top: 0;
    }
}