
@font-face {
    font-family: GT-Haptik-ZS;
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Regular.ttf);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Regular.woff);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Regular.woff2);
    font-weight: 400;

}

@font-face {
    font-family: GT-Haptik-ZS;
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Medium.ttf);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Medium.woff);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Medium.woff2);
    font-weight: 500;
}

@font-face {
    font-family: GT-Haptik-ZS;
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Bold.ttf);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Bold.woff);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Bold.woff2);
    font-weight: 700;
}



/* @font-face {
    font-family: GT-Haptik-ZS-Bold;
    src: url(../fonts/GT-Haptik-ZS-Bold.ttf);
    src: url(../fonts/GT-Haptik-ZS-Bold.woff);
    src: url(../fonts/GT-Haptik-ZS-Bold.woff2);
}

@font-face {
    font-family: GT-Haptik-ZS-Regular;
    src: url(../fonts/GT-Haptik-ZS-Regular.ttf);
    src: url(../fonts/GT-Haptik-ZS-Regular.woff);
    src: url(../fonts/GT-Haptik-ZS-Regular.woff2);
} */
html,
body {
    height: 100%;
}

body {
    font-family: GT-Haptik-ZS;
    color: #323232;
    font-size: 1.125rem;
    /* font-size: 1rem; */
}

h1,
h3,
h4,
h2,
h5,
.fs-80 {
    font-weight: 700;
}

.h1 {
    font-weight: normal;
}

.text-blue {
    color: #2368F5;
}

.text-green {
    color: #3DA592;
}

.text-purple {
    color: #AD6FDD;
}

.btn {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875rem;
    font-weight: 700;
}
header {
    font-size: 0.813rem;
    font-weight: 500;
}
header .navbar-toggler {
    border: none;
    box-shadow: none !important;
}
header  .btn {
    padding-left: 35px;
    padding-right: 35px;
}
header li.nav-item {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

header .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: solid 2px transparent;
    padding-bottom: 1px;
    color: #323232 !important;
    display: inline-block;
}
header .navbar-nav .active {
    border-color: #2D72F5;
}
section {
    border-radius: 15px;
}

.showCase {

    min-height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background-size: cover;
    background-position: top;
}

.showCase .badge {
    background-color: #B1DBD3 !important;
    color: #323232;
    font-size: 0.688rem;
    border-radius: 0.5rem;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.showCase p {
    max-width: 500px;
}

.dotted-list li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #2368F5;
    position: absolute;
    border-radius: 100px;
    left: 0;
    top: 9px;
}

.dotted-list li {
    position: relative;
    padding-left: 15px;
}

footer {
    background: #E9F0FE;
    font-size: 0.625rem;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
}
.footerContainer {
    border-radius: 10px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer p {
    color: #848484;
    margin-bottom:0px;
}
.FooteMenu a {
    margin-left: 12px;
    color: inherit;
    text-decoration: none;
}
footer select.LangDropdown {
    font-size: 0.75rem;
    border: none !important;
    max-width: 140px;
    color: #323232;
    font-weight: 700;
    height: auto;
    min-height: auto;
    padding-top: 0px;
    box-shadow: none !important;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.mainContainer {
    display: flex;
    height: 100%;
    padding: 0px 15px;
    flex-flow: column;
    justify-content: space-between;
}

.cardBlock {
    background: #FFFFFF;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.07), 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 20px;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gartnerMQCSection .cardBlock {
    position: relative;
}

.titleBlock {
    color: #323232;
}

.formCover {
    position: relative;
}

.mainContentSection .imgArea {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.mainContentSection .imgArea .imgBlock {
    max-width: 390px;
}
.mainContentSection .imgArea .imgBlock img{width: 100%;height:auto;}

.listArea .contentBlock {
    margin-left: 15px;
    font-size: 1rem;
    line-height: normal;
}

.listArea .listItem {
    display: flex;
}

.listArea .listItem {
    display: flex;
    margin-top: 20px;
    text-decoration: none;
    color: inherit;
}

.listArea .imgBlock img {
    width: 94px;
    max-width: 94px;
}

.featuredSpeakersSection {
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    background-image: url(https://info.zscaler.com/rs/306-ZEJ-256/images/featuredSpeakersBgleft.svg ), url(https://info.zscaler.com/rs/306-ZEJ-256/images/featuredSpeakersBgright.svg);

}

.thumbnailBlock {
    background: transparent;
    border: none;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.featuredSpeakersSection .thumbnailBlock {
    align-items: normal;
}
.featuredSpeakersSection .speakerContainer .imgBlock img {
    width: 100%;
}
.featuredSpeakersSection .speakerContainer .imgBlock {
    max-width: 90px;
    min-width: 90px;
}
.timeDetailBlock:first-child {
    border: none;
}

.fs-14 {
    font-size: 0.875rem;
}

.thumbnailBlock .contentBlock {
    margin-left: 1rem;
}

.eventLocationSection {
    background-repeat: no-repeat;
    background-size: cover;

    background-image: url(https://info.zscaler.com/rs/306-ZEJ-256/images/location-background-@2x.svg), linear-gradient(269deg, #236AF3 -15.42%, #AD6FDD 105.5%);
    background-size: auto 100%;
}

.timeDetailBlock {
    border-top: 3px dotted #ddd;
    padding: 20px 0px;
}

.trainingDetailBlock .timeDetailBlock .textBlock {
    font-size: 1rem;
}

.textBlock ul {
    margin-bottom: 0;
}

.trainingDetailBlock {
    background-image: url(https://info.zscaler.com/rs/306-ZEJ-256/images/agendaBgImg.svg);
    background-repeat: no-repeat;

    background-size: auto 100%;
}

.testimonailSection {
    background-image: url(https://info.zscaler.com/rs/306-ZEJ-256/images/ExpCloudBg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;

}

.statsAndResearchSection {

    background-image: url(https://info.zscaler.com/rs/306-ZEJ-256/images/statsAndResearchBg.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.promoPanelSection ul {
    margin-bottom: 0;
}

.detailInfoSection,.gartnerLangSection {
    font-size: 0.75rem;
}


/* Pink Template */

.showCasePink .badge {
    background-color: #DEC5F1 !important;
}
.gartnerMQCSection .innerContainer {
    background-image: url(images/gartnerMagicQuadrantBodyBg.svg);
    background-repeat: no-repeat;
    background-size: 230px 100%;
    margin-left: -15px;
    margin-right: -15px;
    background-position: top left;
}
.gartnerMQCSection .dotted-list li {
    margin-bottom: 20px;
}
.gartnerLangSection {
    background: #EEEEEE;
    color: #6F6F6F;
}

@media (min-width: 1200px) {
    h1 {
        /* font-size: 3.5rem; */
        font-size: 3rem;
    }

    h2 {
        /* font-size: 3.5rem; */
        font-size: 3rem;
    }

    .fs-24 {
        /* font-size: 1.5rem; */
        font-size: 1.3rem;
    }

    .fs-20 {
        font-size: 1.125rem;
        /* font-size: 1rem; */
    }
    .fs-17 {
    font-size: 1.063rem;
}

    .fs-30 {
        font-size: 1.875rem;
    }

    h3 {
        /* font-size: 2.25rem; */
        font-size: 2rem;
    }

    .thankyouArea h3 {
        /* font-size: 3.5rem; */
        font-size: 3rem;
    }

    .thankyouArea .des {
        /* font-size: 2.25rem; */
        font-size: 2rem;
        line-height: normal;
    }

    .h1 {
        /* font-size: 3.125rem; */
        font-size: 3rem;
    }

    .fs-80 {
        font-size: 5rem;
    }
}

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

    .custForm .mktoRadioList,
    .custForm .mktoCheckboxList {
        width: auto !important;
    }

    .mktoForm {
        padding: 0 !important;
    }

    .cardBlock {
        padding: 20px;
        position: relative;
    }

    .showCase {
        padding: 40px 20px;
    }

    .custForm .mktoLabel {
        display: none;
    }

    #LblSingle_OptIn__c {
        display: block;
    }

    .eventLocationSection {
        background-size: 100% 100%, auto 100%;
    }
    .FooteMenu a {
        margin-left: 0px;
    }
    .footerRightBlock {
        border-top: solid 1px #E6E9F1;
        padding-top: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    footer {
        border-radius: 0;
        width: auto;
        margin-left: -14px;
        margin-right: -14px;
    }
}

/** tahnks you page **/

.bannerImgBlock{
    position: relative;
}
.bannerImgBlock img {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-20%);
}
.youMayLikeSection {
    background: #F6F6F6;
  }
  .youMayLikeSection .card {
    box-shadow: 0px 22px 35px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    overflow: hidden;
    border: none;
  }
  .youMayLikeSection .btn-link {
    font-size: 0.75rem;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    letter-spacing: 0.19em;
    text-transform: uppercase;
  }
  .youMayLikeSection .card h5 {
    min-height: 72px;
    text-transform: capitalize;
  }
  .minBtnWidth {
    min-width: 172px;
}
.thankyouPage .mainContentSection p {
    color: #575757;
}
.btn-primary {
    background-color: #2368F5;
    border-color: #2368F5;
}
.btn-darkblue{
    background-color: #012673;
    border-color: #012673;
    color: #fff;
}
.thankyouPage.partnerEvent .showCase .btn-primary, .thankyouPage.webinarTy .showCase .btn-primary {
    background-color: #012673;
    border-color: #012673;
}

.partnerEvent .showCase .badge {
    background-color: #A7C4FB !important;
    color: #012673;
}
.webinarTy .showCase .badge {
    background-color: #B1DBD3 !important;
    color: #1F5249;
}
.whitePaper .showCase .badge {
    background-color: #A7C4FB !important;
    color: #012673;
}
.eBooks .showCase .badge {
    background-color: #DEC5F1 !important;
    color: #6A4386;
}

.thankyouPage .mainContentSection .headingBlock img {
    border-radius: 10px !important;
}
.thankyouPage .mainContentSection ul {
    color: #575757;
}
.thankyouPage .mainContentSection p strong {
    color: #323232;
}
@media only screen and (max-width:1180px) {
   .thankyouPage .showCase {
    min-height: auto;
} 
}
@media only screen and (max-width:767px) {
.bannerImgBlock img {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 20px;
}

}
@media only screen and (max-width:820px) and (min-width:768px){

.bannerImgBlock img {
    transform: translateY(-9%);
}
}

/** badge css **/

.showCase .wp-badge {
    background-color: #A7C4FB !important;
    color: #012673;
}
.showCase .pe-badge {
    background-color: #A7C4FB !important;
    color: #012673;
}
.showCase .web-badge {
    background-color: #B1DBD3 !important;
    color: #1F5249;
}
.showCase .eb-badge {
    background-color: #DEC5F1 !important;
    color: #6A4386;
}
/** badge css close **/

/** new edits **/

/* #mainContentSection .innerContainer.py-5 .container .row {
    min-height: 510px;
} */
.thankyouPage #mainContentSection .innerContainer.py-5 .container .row {
    min-height: auto;
}