﻿.dueSplitbtn {
    display: flex;
    justify-content: space-between;
}
.hide_desk{
    display:none;
}
.hideDesk{
    display:none;
}

.dueSplitbtn .btn-orange {
    margin-right: 10px;
}

.exPadd .sectionTopPad {
    padding: 6.5vw 0vw 5vw;
    height: 100vh;
}
.exPadd {
    background-color: #ffffff;
    /*background: url('../assets/images/InteractionDoodle.svg')*/
}

.due-heading {
    padding-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    /*align-items: center;
	*/
}

    .due-heading h1 {
        color: #2253a5;
        font-size: 3vw;
    }

    .due-heading .btn-cyan {
        text-align: center;
        margin-top: 0.6rem;
    }
#strategy .due-heading h1 {
    color: #2253a5;
    font-size: 3.5vw;
}
.methodology-colorComit p {
    color: #ff6704;
    font-size: 1.6vw;
    font-family: opensans-bold;
}
.due-desc p {
    color: #2d6ddb;
    font-size: 1.2vw;
    font-family: opensans-semibold;
    line-height: 1.5;
}
.f-Default {
    font-size: .9vw !important;
    color: #333;
    padding-top: .4rem;
}
.split-btnthesis {
    background: #0060c5;
    padding: 2.5vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .split-btnthesis .split-btn .btn-cyan {
        margin-top: 1.5rem;
    }

    .split-btnthesis .split-btn p {
        font-size: 1.4vw;
        padding: 1.3rem 0 0rem;
        color: #ffffff;
    }
 
/*svg layer*/
/*.exPadd #Layer_1 .st0 {
    fill: #fff;
}

.exPadd #Layer_1 .st1 {
    font-family: 'Open Sans Semibold';
}

.exPadd #Layer_1 .st2 {
    font-size: 34px;
}

.exPadd #Layer_1 .st3 {
    font-family: 'open sans regular';
}

.exPadd #Layer_1 .st4 {
    fill: none;
    stroke: #0bf;
    stroke-width: 14;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.exPadd #Layer_1 .st5 {
    fill: none;
}

.exPadd #Layer_1 .st6 {
    fill: #0bf;
}

.exPadd #Layer_1 .st7 {
    font-size: 36px;
}

.exPadd #Layer_1 .st8 {
    font-size: 28px;
    font-family: 'open sans regular';
}

.exPadd #Layer_1 .st9 {
    fill: #064a9b;
}

.exPadd #Layer_1 .st10 {
    letter-spacing: -6;
}

.exPadd #Layer_1 .st0 {
    fill: #fff;
}
 */

@media (max-width: 767px) {
    .dueSplitbtn {
        padding-bottom: 1rem;
    }

        .dueSplitbtn .curveHeading .curveinner {
            border-radius: 35px;
            min-width: 200px;
        }

        .dueSplitbtn .btn-orange {
            min-width: 135px;
            max-height: 45px;
        }
}

@media (min-width: 1800px) and (min-height: 800px) {
    .exPadd .sectionTopPad {
        padding: 6.5vw 0vw 5vw;
        height: 100vh;
    }
}

@media (max-width: 991px) {
    .exPadd #Layer_1 {
        margin-top: 3rem;
    }

    .due-heading {
        padding-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        /*align-items: center;
		*/
    }

        .due-heading h1 {
            color: #fff;
            font-size: 15pt;
        }

        .due-heading .btn-cyan {
            text-align: center;
            margin-top: 0.6rem;
        }

    .exPadd {
        padding: 5rem 2rem;
        height: 100vh;
    }
}
.armenDecade {
    position: absolute;
    height: 9vw;
    right: 34vw;
    top: 15px;
}
.julianDecade {
    position: absolute;
    height: 9vw;
    right: 45vw;
    top: 15px;
}
.konstDecade {
    position: absolute;
    height: 9vw;
    right: 6.7vw;
    top: 4vw;
}
.hugoDecade {
    position: absolute;
    height: 9vw;
    left: 15vw;
    top: 31vw;
}
.kernDecade {
    position: absolute;
    height: 9vw;
    left: 2.5vw;
    top: 31vw;
}
/*@media (min-width: 1850px) and (min-height: 900px) {
    .exPadd #Layer_1 {
        position: relative;
        margin-top: -180px;
        -ms-transform: scale(0.9);
        transform: scale(1);
        width: 100%;
        right: -20px;
        z-index: 0;
        top: 3vw;
    }
}*/
/*svg layer end*/
/*Login page*/
.login-bg {
    background: #f2f3f6;
    height: 100vh;
}
.removeShadow {
    box-shadow: none !important;
    display: none;
}
.changePassBg {
    background: #f2f3f6;
}
    .changePassBg #logInScreenDiv .login-title h2 {
        color: #4b4b4b;
    }
    .changePassBg #logInScreenDiv .login-left label {
        color: #4b4b4b;
    }
    .changePassBg #logInScreenDiv .login-left input.formcontrol {
        border: 1px solid #dfdfdf;
    }
