.tourTemplate .oneSection,
.tourTemplate .oneSection .kontainer,
.tourTemplate .oneSection .kontainer .oneSide
 {
    display: flex;
    justify-content: center;
}
.tourTemplate .oneSection {
    padding-top:100px;
    padding-bottom:100px;
    /* box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1); */
    background: white;
}
.tourTemplate .oneSection.noDividerBetweenNextSection,
.tourTemplate .oneSection.noDividerBetweenLastSection {
    box-shadow: none;
}
.tourTemplate .oneSection.noDividerBetweenNextSection {
    padding-bottom: 0;
}
.tourTemplate .oneSection h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    font-family: muli;
    color:#3a3265;
}
.tourTemplate .oneSection h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    font-family: muli;
    color:#3a3265;
}
.tourTemplate .oneSection.white {
    box-shadow: none;
    background:white;
    /* border-bottom: 1px solid #eee; */
}
.tourTemplate .oneSection.white img {
    box-shadow: none;
}
.tourTemplate .oneSection img {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    max-width: 80px;
    border-radius:4px;
}
.tourTemplate .oneSection.halfAndHalf .oneSide {
    flex:50%;
    flex-direction: column;
    justify-content: flex-start;
}
.tourTemplate .oneSection.halfAndHalf.banner .oneSide {
    height:100%;
}
.tourTemplate .oneSection.halfAndHalf .oneSide:nth-child(1) {
    margin-left: 30px;
    margin-right: 15px;
}
.tourTemplate .oneSection.halfAndHalf .oneSide:nth-child(2) {
    margin-right: 30px;
    margin-left:15px;
}
.tourTemplate .oneSection.halfAndHalf .imageSide img {
    max-width: 100%;
}

.tourTemplate .oneSection:last-child {
    box-shadow: none;
}
.tourTemplate .oneSection.halfAndHalf .textSide .cta {
    margin-top: auto;
}

.tourTemplate .dividerCont {
        position: relative;
        background: white;
        height: 70px;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        z-index: 1000;
}
.tourTemplate .dividerCont .divider {
    height: 3px;
    background:#eee;
    width: 80%;
}
.tourTemplate .oneSection .kontainer .textSide .textSideTitle {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
}
.tourTemplate .oneSection.banner .kontainer .textSide .textSideTitle {
    flex-direction: row;
    align-items: center;
    margin:0;
    max-width: 600px;
}
.tourTemplate .oneSection.halfAndHalf .imageSide {
    align-self: center;
}
    

/* cta section css */
.tourTemplate .oneSection.cta {
    display: flex;
    width:100%;
    justify-content: center;
}
.tourTemplate .oneSection.cta .kontainer {
    align-items: center;
}
.tourTemplate .oneSection.cta .ctaCont {
    display: flex;
    justify-content: space-between;
    
}
.tourTemplate .oneSection.cta.bigCta .ctaCont {
    font-family: raleway;
    font-weight: 300;
    font-size: 35px;
    color: #525352;
}

.tourTemplate .oneSection.cta.smallCta .ctaCont {
    max-width: 460px;
    width: 57%;
}
.tourTemplate .oneSection.cta .oneCtaSide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tourTemplate .oneSection.cta .oneCtaSide:first-child {
    margin-right: 15px;
}
.tourTemplate .oneSection.cta .oneCtaSide:last-child {
    align-items: flex-start;
    margin-left: 15px;
    flex-shrink: 0;
}
.tourTemplate .oneSection.cta .oneCtaSide:last-child {
    
}
.tourTemplate .oneSection.cta .title {
    font-size: 28px;
    font-weight: 700;
    font-family: raleway;
    margin-bottom: 5px;
}
.tourTemplate .oneSection.cta .subTitle {
    font-size: 16px;
    font-weight: 300;
    font-family: open sans;
    line-height: 1.5;
}





/* full screen css */
.tourTemplate .oneSection.halfAndHalf.fullScreen .textSide {
    align-items: center;
}
.tourTemplate .oneSection.halfAndHalf.fullScreen .textSide > div {
    width:100%;
    max-width: 320px;
}
.tourTemplate .oneSection.halfAndHalf.fullScreen .imageSide img {
    margin:0;
}
.tourTemplate .oneSection.fullScreen .kontainer {
    width: 100%;
    max-width: 100%;
}
.tourTemplate .oneSection.fullScreen.banner .kontainer {
    height: 100%;
}
.tourTemplate .oneSection.halfAndHalf.fullScreen .oneSide.imageSide:nth-child(2) {
    margin-right:0;
}
.tourTemplate .oneSection.halfAndHalf.fullScreen.banner .oneSide.imageSide:nth-child(2) {
    justify-content: center;
    align-items: center;
}
.tourTemplate .oneSection.halfAndHalf.fullScreen .oneSide.imageSide:nth-child(1) {
    margin-left:0;
}

/* centered page section css*/
.tourTemplate .oneSection.centerPage.blueBackground h1 {
   /* color: white;  */
}
.tourTemplate .oneSection.centerPage.blueBackground .sectionText {
    /* color: white;  */
 }
.tourTemplate .oneSection.centerPage .kontainer {
    flex-direction: column;
    align-items: center;
}
.tourTemplate .oneSection.centerPage .imageSide img {
    width:900px;
    max-width: 100%;
    align-self: center;
}

.tourTemplate .oneSection.centerPage .textSide {
    flex-direction: column;
    align-items: center;
    width: 65%;
    max-width: 650px;
    text-align: center;
    margin-bottom: 40px;
}

.tourTemplate .footerBox {
    box-shadow: none !important;
}
@media only screen and (max-width: 1200px) {
    .tourTemplate .oneSection.blueBackground {
        /* background:linear-gradient(150deg,#97D7F3 20%,#1492C9 100%); */
    }
}
@media only screen and (max-width: 1000px) {
    .tourTemplate .oneSection {
        width: 100%;
    }
    .tourTemplate .oneSection .kontainer {
        margin:0;
        max-width: 90%;
    }
    .tourTemplate .oneSection.halfAndHalf .oneSide:nth-child(1),
    .tourTemplate .oneSection.halfAndHalf .oneSide:nth-child(2) {
        margin-left:0;
        margin-right:0;
    }
    .tourTemplate .oneSection .kontainer {
        flex-direction: column;
    }
    .tourTemplate .oneSection.halfAndHalf .imageSide {
        order:1;
        margin-bottom: 40px;
        align-items: center;
        /* margin-top: 40px; this is commented out because images are ordered first on mobile, if changed- comment out margin bottom */
    }
    .tourTemplate .oneSection.halfAndHalf .textSide {
        order:2;
    }
    .tourTemplate .oneSection.halfAndHalf .imageSide img {
        margin:0;
    }
    .tourTemplate .oneSection .kontainer .textSide .textSideTitle {
        flex-direction:row;
        align-items: center;
    }
    .tourTemplate .oneSection.halfAndHalf .textSide img {
        max-width: 60px;
        align-self: center;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .tourTemplate .oneSection.halfAndHalf .textSide .cta .grad-butt {
        display: flex;
        justify-content: center;
    }

    /* cta section mobile*/
    .tourTemplate .oneSection.cta .ctaCont {
        flex-direction: column;
        width: 100% !important; 
    }
    .tourTemplate .oneSection.cta .oneCtaSide {
        text-align: center
    }
    .tourTemplate .oneSection.cta .oneCtaSide:first-child,
    .tourTemplate .oneSection.cta .oneCtaSide:last-child {
        margin:0;
        align-items: center;
    }
    .tourTemplate .oneSection.cta .subTitle {
        margin-bottom:20px;
    }

    /* full screen css mobile */
    .tourTemplate .oneSection.halfAndHalf.fullScreen .textSide {
        width: 90%;
        align-self: center;
    }
    .tourTemplate .oneSection.halfAndHalf.fullScreen .textSide > div {
        width: 100%;
        max-width: 100%;
    }
    .tourTemplate .blueGrad_Top {
        display: none;
    }
    .tourTemplate .oneSection.halfAndHalf.fullScreen .imageSide img {
        width: 90% !important;
        max-width: 90% !important;
    }

    /* centered section css mobile */
    .tourTemplate .oneSection.centerPage {
        padding-bottom: 0;
    }
    .tourTemplate .oneSection.centerPage .textSide {
        width: 90%;
    }

}

.tourTemplate .productSelect {
    display: flex;
    background:white;
}
.tourTemplate .productSelect .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tourTemplate .productSelect .inner .topButts {
    display: flex;
    width: 50%;
    justify-content: center;
    flex-wrap: wrap;
}
.tourTemplate .productSelect .inner .headerTitle {
    margin: 70px 0 30px 0;
    color:#322f63;
    font-weight: 800;
    letter-spacing: .3px;
    text-align: center;
    font-family: muli;
    line-height: 1.3;
    font-size: 48px;
}
.tourTemplate .productSelect .inner .topButts .titleButt {
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    font-family: muli;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: .3px;
    transition: .2s ease-in;
    transition-property: color, background;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    white-space: nowrap;
    color:#322F63;
    margin-right: 15px;
}
.tourTemplate .productSelect .inner .topButts .titleButt:last-child {
    margin-right: 0;
}
.tourTemplate .productSelect .inner .topButts .titleButt img {
    height: 30px;
    display: flex;
    margin-right: 5px;
}
.tourTemplate .productSelect .inner .topButts .titleButt i {
    font-size: 25px;
    color:#AFDAEC;
    margin-bottom: 10px;
}
.tourTemplate .productSelect .inner .topButts .titleButt.selected,
.tourTemplate .productSelect .inner .topButts .titleButt:hover {
    background:#FFE6DE;
}
.tourTemplate .productSelect .inner .topButts .titleButt.selected,
.tourTemplate .productSelect .inner .topButts .titleButt.selected i {
    color: #E62117;
}
@media only screen and (max-width: 1000px) { 
    .tourTemplate .productSelect .inner .topButts .titleButt {
        margin-bottom: 10px;
    }
    .tourTemplate .productSelect .inner .topButts .titleButt img {
        height:20px;
    }
    .tourTemplate .oneSection.centerPage .imageSide img {
        max-width: 90%;
    }
    .tourTemplate .oneSection {
        padding-top:50px;
        padding-bottom:50px;
    }
    .tourTemplate .productSelect .inner .topButts {
        width:100%;
    }
    .tourTemplate .productSelect .kontainer {
        max-width: 100%;
    }
    .tourTemplate .productSelect .inner .headerTitle {
        width:90%;
    }
}

/* why klear */
.tourTemplate.why-klear .oneSection.halfAndHalf.fullScreen .textSide {
    height:500px;
}
.tourTemplate.why-klear .oneSection.halfAndHalf.fullScreen.banner .textSide {
    flex-direction: row;
    height: 100%;
    justify-content: flex-end;
}
.tourTemplate.why-klear .oneSection h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    font-family: muli;
}
.tourTemplate.why-klear .oneSection .sectionText {
    font-size: 18px;
    font-weight: 400;
}
.tourTemplate.why-klear .oneSection.banner .sectionText {
    font-size: 16px;
}
.tourTemplate .oneSection.halfAndHalf.fullScreen .textSide > div,
.tourTemplate .oneSection.halfAndHalf.fullScreen .textSide > h1 {
    max-width: 500px;
}
.tourTemplate.why-klear .toph1-horizontal .oneSection {
    padding:20px 0;
}
.tourTemplate.why-klear .toph1-horizontal .oneSection.backgroundImage {
    background-size: 100%;
}
.tourTemplate.why-klear.instagram .toph1-horizontal .oneSection.backgroundImage {
    /* background-image: url(/images/new/why-klear/background-instagram.png); */
    background: white;
}
.tourTemplate.why-klear.agencies .toph1-horizontal .oneSection.backgroundImage {
    /* background-image: url(/images/new/why-klear/background-agencies.png); */
    background:white;
}
.tourTemplate.why-klear.youtube .toph1-horizontal .oneSection.backgroundImage {
    /* background-image: url(/images/new/why-klear/background-youtube.png); */
    background:white;
}
.tourTemplate.why-klear.enterprise .toph1-horizontal .oneSection.backgroundImage {
    /* background-image: url(/images/new/why-klear/background-enterprise.png); */
    background: white;
}
.tourTemplate.why-klear .oneSection {
    box-shadow: none;
    height: 700px;
    margin: 0;
    align-items: center;
    padding:80px 0;
}
.tourTemplate.why-klear .oneSection.banner {
    height: 130px;
    padding:30px 0;
}
@media only screen and (max-width: 1440px) {
    .tourTemplate.why-klear .oneSection {
        padding:20px 0;
    }
}
.tourTemplate.why-klear .oneSection.colorBack {
    background: white;
}
.tourTemplate.why-klear .oneSection img {
    box-shadow: none;
}
.tourTemplate.why-klear .toph1-horizontal {
    height:700px;
}
.tourTemplate.why-klear.instagram .toph1-horizontal img,
.tourTemplate.why-klear.youtube .toph1-horizontal img {
    width:500px;
}
.tourTemplate.why-klear .toph1-horizontal .oneSection.halfAndHalf.fullScreen .textSide,
.tourTemplate.why-klear .toph1-horizontal h1,
.tourTemplate.why-klear .oneSection.halfAndHalf.fullScreen.banner .textSide {
    color: #3d2f68;
}
.tourTemplate.why-klear.agencies .toph1-horizontal .oneSection.halfAndHalf.fullScreen .textSide,
.tourTemplate.why-klear.agencies .toph1-horizontal h1,
.tourTemplate.why-klear.youtube .toph1-horizontal .oneSection.halfAndHalf.fullScreen .textSide,
.tourTemplate.why-klear.youtube .toph1-horizontal h1{
    color: #3d2f68;
}
.tourTemplate.why-klear.enterprise .toph1-horizontal h1,
.tourTemplate.why-klear.enterprise .toph1-horizontal .oneSection.halfAndHalf.fullScreen .textSide {
    color: #3d2f68;
}
.tourTemplate.why-klear.instagram .grayGrad_Top {
    background: linear-gradient(300deg,#FBA8C9, #CD7498, #3D2F68);
    height: 100vw;
}
.tourTemplate.why-klear.youtube .grayGrad_Top {
    background: linear-gradient(300deg, #9E1C2A,#341D1C);
    height: 100vw;
}
.tourTemplate.why-klear.agencies .grayGrad_Top {
    background: linear-gradient(300deg, #746D86,#18102E);
    height: 100vw;
}
.tourTemplate.why-klear.enterprise .grayGrad_Top {
    background: linear-gradient(300deg ,#FAFAFA, #29c);
    height: 100vw;
}
.tourTemplate .oneSection .textSide .ctaButt {
    margin-top:auto;
}
.tourTemplate .grad-butt {
    background: #5fbc8a;
    color: #3a3265;
}

.tourTemplate.why-klear.enterprise .banner .grad-butt {
    background:#f087b1;
    color:#3d4fa9;
}
.tourTemplate .grad-butt {
    font-weight: 700;
    box-shadow: 0 8px 10px 0px rgba(0,0,0,.2);
    transition:.2s ease-out all;
    cursor: pointer;
}
.tourTemplate .grad-butt:hover {
    transform: translate(0px,-5px);
    background: #538b75;
    color:white;
    box-shadow: 0 13px 15px 0px rgba(0,0,0,.2);
}
.tourTemplate.why-klear .oneSection.halfAndHalf.fullScreen .oneSide.imageSide:nth-child(1) {
    align-items: flex-end;
}
.tourTemplate.why-klear .oneSection .textSide .textSideTitle h2 {
    font-size:38px;
    font-weight: 700;
    line-height: 1.3;
    font-family: muli;
}
.tourTemplate.why-klear .oneSection.banner .textSide .textSideTitle h2 {
    font-size: 24px;
}
.tourTemplate.why-klear .oneSection.halfAndHalf.fullScreen .textSide {
    color: #3a3265;
}
.tourTemplate.why-klear .cool-cta-butt {
    font-size: 18px;
    font-weight: 600;
    transition:.3s ease-out all;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.tourTemplate.why-klear .cool-cta-butt {
    color:#6959a2;
}
.tourTemplate.why-klear .cool-cta-butt:hover {
    color:#f4b299;
}
.tourTemplate.why-klear .cool-cta-butt:before {
    background: #3A3265;
}





.tourTemplate.why-klear .cool-cta-butt:before {
    width: 3px;
    content: '';
    border-radius: 4px;
    position: absolute;
    left: -4%;
    height: 100%;
    top: 0;
    transition: .3s ease-in-out all;
    z-index: -1;
    cursor: pointer;
}
.tourTemplate.why-klear .cool-cta-butt:hover:before {
    width: 106%;   
}
.tourTemplate.why-klear .cool-cta-butt i {
    margin-left: 3px;
}
.tourTemplate.why-klear .cool-cta-butt:hover i {
    animation: iconJump .3s ease-in-out;
    animation-delay: .2s;
    transform: translate(0,0px);
}
@keyframes iconJump {
    0% {
        transform: translate(0,0px);
    }
    70% {
        transform: translate(0,-10px);
    }
    100% {
        transform: translate(0,0px);
    }
}
.tourTemplate.why-klear .oneSection.halfAndHalf .textSide img {
    max-width: 90px;
    margin-bottom: 20px;
}
.tourTemplate.why-klear .oneSection.halfAndHalf.banner .textSide img {
    margin:0;
    margin-right: 30px;
}

.tourTemplate.why-klear .oneSection.halfAndHalf .imageSide {
    align-items: flex-start;

}   
.tourTemplate.why-klear .oneSection.halfAndHalf .imageSide img {
    max-width: 90%;
}
.tourTemplate.why-klear.agencies .oneSection.halfAndHalf .imageSide img {
    max-width: 67%;
}
.tourTemplate.why-klear.enterprise .toph1-horizontal .oneSection.halfAndHalf .imageSide img {
    max-width: 500px;
}

@media only screen and (max-width: 1000px) { 

    .tourTemplate.why-klear .toph1-horizontal .textSide {
        order: 1;
        display: flex;
        margin-top: 50px;
    }
    .tourTemplate.why-klear .toph1-horizontal .oneSection.halfAndHalf.fullScreen .imageSide {
        margin-bottom: 0;
    }
    .tourTemplate.why-klear.instagram .toph1-horizontal .oneSection.halfAndHalf.fullScreen .imageSide img {
        width: 270px;
    }
    .tourTemplate.why-klear .oneSection h1 {
        font-size: 28px;
    }
    .tourTemplate.why-klear .oneSection .sectionText {
        font-size: 16px;
    }
    .tourTemplate.why-klear .toph1-horizontal .oneSection .textSide .ctaButt {
        justify-content: center;
        display: flex;
        margin: 30px;
    }
    .tourTemplate.why-klear .grayGrad_Top {
        height:140% !important;
    }
    .tourTemplate.why-klear .oneSection {
        height:auto;
        padding:50px 0;
    }
    .tourTemplate.why-klear .oneSection.halfAndHalf.fullScreen .oneSide.imageSide:nth-child(1),
    .tourTemplate.why-klear .oneSection.halfAndHalf.fullScreen .oneSide.imageSide:nth-child(2) {
        align-items: center;
    }
    .tourTemplate.why-klear .oneSection .kontainer .textSide .textSideTitle {
        flex-direction: column;
        flex:0 0 auto;
    }
    .tourTemplate.why-klear .oneSection.halfAndHalf .textSide img {
        align-self: flex-start;
        width: 60px;
    }
    .tourTemplate.why-klear .toph1-horizontal {
        height:auto;
    }
    .tourTemplate.why-klear .oneSection .textSide .textSideTitle h2 {
        align-self: flex-start;
    }
    .tourTemplate.why-klear .oneSection .imageSide img {
        padding-top: 60px;
    }
    .tourTemplate.why-klear .toph1-horizontal .oneSection .imageSide img {
        padding-top:0;
    }
    .tourTemplate.why-klear .oneSection.halfAndHalf .textSide .cta {
        margin-top:initial;
    }
    .tourTemplate .oneSection.fullScreen.banner .kontainer {
        flex-direction: column-reverse;
    }
    .tourTemplate.why-klear .oneSection.banner .kontainer .textSide .textSideTitle {
        max-width: 100%;
    }
    .tourTemplate.why-klear .oneSection.halfAndHalf.banner .textSide img {
        align-self: center;
        margin:0;
    }
    .tourTemplate.why-klear .oneSection.banner .kontainer .textSide .textSideTitle .titleTextCont {
        margin:30px 0;
        text-align: center;
    }
    .tourTemplate.why-klear .oneSection.banner {
        height:230px;
    }
    .tourTemplate.why-klear .oneSection.halfAndHalf.banner .imageSide {
        margin-bottom: initial;
    }
    .tourTemplate.why-klear .banner .grayGrad_Top {
        height:180% !important;
    }
    .tourTemplate.why-klear .toph1-horizontal .oneSection.backgroundImage {
        background-size: auto;
    }
}