/* Toolbar, Sidenav, Footer and other common things*/

body {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

button,
select,
html,
textarea,
input {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
md-card:focus,
div:focus,
li:focus,
md-icon:focus {
    outline: none !important;
}

.gtMdDisplay {
    display: block;
}

.smDisplay {
    display: none;
}

.sm-ia-span {
    color: #526cfd;
}

.md-autocomplete-suggestions li {
    color: gray;
}

.page-wrap {}

.bodyOverflow {
    height: 100%;
    overflow: hidden;
    background-color: green;
}

.page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 1;
    color: white;
    z-index: 10000;
    overflow: hidden;
}

.hide-footer {
    display: none;
}

.md-display {
    display: block!important;
}

.sm-display {
    display: none;
}

.xs-display {
    display: none;
}

.vis {
    display: none;
}


/**** Sidenav ****/

.sidenavBackDrop {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 12;
    top: 0px;
    left: 0px;
    visibility: hidden;
}


/**** Sidenav HP ****/

.homepage-sidenav-new {
    width: 256px;
    position: fixed;
    top: 0px!important;
    -webkit-box-shadow: 3px 0px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 0px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 0px 4px 0px rgba(50, 50, 50, 0.75);
    background-color: white;
    height: 100%;
    z-index: 12;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

.slideLeft {
    animation-name: slideInLeft;
    animation-duration: 0.5s;
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideRight {
    animation-name: slideInRight;
    animation-duration: 0.5s;
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(-256px, 0, 0);
        transform: translate3d(-256px, 0, 0);
    }
}

.sidenav-open-icon {
    /*margin-top:8px;
    margin-left:8px;*/
}

.interviewAir-text-new {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding-left: 30px;
    /*width: 152px;*/
    float: left;
    text-align: end;
}

.sidenav-closeIcon-new {
    height: auto;
    width: auto;
    float: left;
    margin-left: 44px;
    margin-top: 1px;
}

.sidenav-closeIcon-new:hover {
    cursor: pointer;
}

.ia-title-container-new {
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
    padding-left: 11px;
    /*border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);*/
    box-sizing: border-box;
    padding-top: 14px;
}

.material-sidenav-icons {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

.sidenav-optns-icon {
    color: #646464;
    margin-left: 40px;
    margin-right: 20px;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    float: left;
}

.sidenav-optns-position {
    float: left;
}

.ia-optns-paddingTop {
    padding-top: 16px;
    box-sizing: border-box;
    display: none;
}

.sidenav-divider-new {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    margin-left: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 211px;
}

.sidenav-optnsBlog-new {
    margin-left: 40px;
    margin-right: 20px;
}

.sidenavBackDrop {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 12;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

.second-sideNav {
    background-color: #485DB7;
    height: 100%;
    left: 256px;
    position: fixed;
    width: 256px;
    color: white;
}

.second-sideNav {
    visibility: hidden;
}

.ia-title-container-new {
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
    padding-left: 11px;
    box-sizing: border-box;
    padding-top: 14px;
}

.interviewAir-text-new {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding-left: 30px;
    float: left;
    text-align: end;
}

.ia-optns-container {
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
    /*border-left: 4px solid white;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ia-optns-container:hover {
    /*border-left: 4px solid #526cfd;*/
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ia-optns-container:hover .sidenav-optns-icon {
    color: #526cfd;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sidenav-optns-icon-selected {
    color: #526cfd!important;
}

.ia-optns-container:hover .sidenav-optnsBlog-icon {
    color: #526cfd;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ia-optns-container-selected {
    border-left: 4px solid #526cfd;
}

.ia-optns-container:hover .sidenav-optns-span {
    color: #526cfd;
}

.sidenav-optns-span {
    color: #646464;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sidenav-optns-span-selected {
    font-weight: 600;
    color: #526cfd;
    font-size: 14px;
}

.ia-optns-paddingTop {
    padding-top: 16px;
    box-sizing: border-box;
    display: none;
}


/*Sidenave slider*/

.sideNav-slider {
    height: 50px;
    width: 4px;
    margin: 0;
    background-color: #526CFD;
    border: none;
    transition: .2s ease-in-out;
    position: absolute;
    margin-top: -216%;
    visibility: hidden;
}

.sideNavbar-opt2 ~ .sideNav-slider {
    margin-top: -196%;
    visibility: visible;
}

.sideNavbar-opt3 ~ .sideNav-slider {
    margin-top: -176%;
    visibility: visible;
}

.sideNavbar-opt4 ~ .sideNav-slider {
    margin-top: -157%;
    visibility: visible;
}

.sideNavbar-opt5 ~ .sideNav-slider {
    margin-top: -137%;
    visibility: visible;
}

.sideNavbar-opt6 ~ .sideNav-slider {
    margin-top: -118%;
    visibility: visible;
}

.sideNavbar-opt7 ~ .sideNav-slider {
    margin-top: -98%;
    visibility: visible;
}

.sideNavbar-opt8 ~ .sideNav-slider {
    margin-top: -79%;
    visibility: visible;
}

.sideNavbar-opt11 ~ .sideNav-slider {
    margin-top: -59%;
    visibility: visible;
}

.sideNavbar-opt9 ~ .sideNav-slider {
    margin-top: -40%;
    visibility: visible;
}

.sideNavbar-opt10 ~ .sideNav-slider {
    margin-top: -20%;
    visibility: visible;
}

.sideNav-opt1:hover ~ .sideNav-slider {
    margin-top: -216%;
    visibility: visible;
}

.sideNav-opt2:hover ~ .sideNav-slider {
    margin-top: -196%;
    visibility: visible;
}

.sideNav-opt3:hover ~ .sideNav-slider {
    margin-top: -179%;
    visibility: visible;
}

.sideNav-opt4:hover ~ .sideNav-slider {
    margin-top: -157%;
    visibility: visible;
}

.sideNav-opt5:hover ~ .sideNav-slider {
    margin-top: -137%;
    visibility: visible;
}

.sideNav-opt6:hover ~ .sideNav-slider {
    margin-top: -118%;
    visibility: visible;
}

.sideNav-opt7:hover ~ .sideNav-slider {
    margin-top: -98%;
    visibility: visible;
}

.sideNav-opt8:hover ~ .sideNav-slider {
    margin-top: -79%;
    visibility: visible;
}

.sideNav-opt11:hover ~ .sideNav-slider {
    margin-top: -59%;
    visibility: visible;
}

.sideNav-opt9:hover ~ .sideNav-slider {
    margin-top: -40%;
    visibility: visible;
}

.sideNav-opt10:hover ~ .sideNav-slider {
    margin-top: -20%;
    visibility: visible;
}

.sidenav-optnsBlog-icon {
    color: transparent;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ia-optns-container:hover .sidenav-optnsBlog-icon {
    color: #526cfd;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sidenav-optnsBlog-new {
    margin-left: 40px;
    margin-right: 20px;
}


/******************** Footer*/

.fifthSection {
    padding: 50px 0px 30px 0px;
}


/*************Footer Changes (START)*/

.footerLogo {
    width: 30%;
}

.footerNav {
    width: 70%;
}

.footer-iaLogo {
    padding-left: 50px;
}

.footer-navContent-div {
    width: 100%;
}

.footerNav-optns {
    width: 100%;
    line-height: 1.8;
}

.footer-main,
.footer-two {
    display: flex;
    width: 100%;
}

.divider-margin-bottom {
    margin-bottom: 20px!important;
}

.footer-val-op {
    display: block;
}

.footer-logo-width {
    width: 45%;
    text-align: center;
    margin-top: 50px;
}

.footer-logo-width-op {
    width: 25%;
}

.followUs-span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    min-width: 100px;
}

.follow-us-container {
    display: flex;
}

.footer-follow-div {
    display: inline-flex;
    position: absolute;
    margin-left: 1px;
}

.footer-main-top-margin {
    margin-top: 0px;
}

.follow-us-main-div {
    display: block;
}

.footer-optns-container {
    width: 100%;
    display: flex;
}

.footerOptns-main-div {
    width: 100%;
    margin-top: 50px;
}


/*************Footer Changes (END)*/


/************** Toolbar *****************/

.interviewAir-header {
    padding: 0px 80px 0px 0px;
    position: fixed;
    top: 0px;
    background-color: transparent !important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 4;
    height: 60px!important;
    min-height: 60px!important;
}

.interviewAir-header-white {
    padding: 0px 80px 0px 0px;
    position: fixed;
    top: 0px;
    background-color: white!important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    height: 60px!important;
    min-height: 60px!important;
    z-index: 12;
}

.interviewAir-header-shadow {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.interviewair-header-color {
    color: white;
    height: 100%;
    width: 100%;
}

.ia-tool-icon {
    height: 30px;
    width: 22px;
}

.header-logo-visibility {
    display: none;
}

.tool-ia-span {
    color: white!important;
    cursor: pointer;
    outline: none;
}

.tool-ia-span-scroll {
    color: #526cfd!important;
    cursor: pointer;
    outline: none;
}

.shadowToolbar {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.toolbar-buttons {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
    color: white;
}

.toolbar-buttons:hover {
    background-color: rgba(255, 255, 255, 0.3)!important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.quickPost-btn {
    background-color: #F78308!important;
    /*margin-right: 0px;*/
    font-size: 13px;
    color: white!important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.quickPost-btn:hover {
    background-color: #df7607!important;
}

.register-btn {
    background-color: #526cfd!important;
    margin-right: 0px;
    font-size: 13px;
    color: white!important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.register-btn:hover {
    background-color: #4462e2!important;
}

.toolbar-buttons-scroll {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
    color: #4e4e4e!important;
    font-weight: normal;
    background-color: transparent!important;
    box-shadow: none !important;
}

.toolbar-buttons-scroll:hover {
    background-color: #526cfd!important;
    color: white!important;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12)!important;
}

.ia-tool-icon-span {
    width: 30px;
    height: 40px;
    margin-left: 12px;
    margin-right: 12px;
}

.ia-tool-icon-span:hover {
    cursor: pointer
}

.sidenav-menu-icon-scroll {
    color: black !important;
    fill: black !important;
    margin-left: 10px;
    margin-top: 5px;
}

.footer-txt,
.footer-txt1 {
    font-size: 13px;
}

.footerNav-optns {
    line-height: 1.8;
}

.footer-txt p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 8px 0;
    padding: 0;
    cursor: pointer;
}

.fb-iframe {
    margin-right: 15px !important;
}

.twt-frame,
.twt-frame-fol {
    margin-left: 15px;
}


/**************** Login Dialog*/

.createJob-dialog {
    background-color: transparent;
    max-height: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    width: 100%;
    box-shadow: none;
}

.login-popup-dialog {
    min-width: 310px;
}

.login-dialog-height {
    height: 520px!important;
}

.dialog-height {
    height: 100%;
}

.createJob-dia-main-div {
    height: auto;
    width: 500px;
    background-color: white;
}

.close-dialog-btn {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
}


/****************** Small Devices Login Dialog ********/

.showLogin-content {
    line-height: 4;
}

.unlockDoor-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.betterExp-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.downloadApp-btn {
    width: 250px;
    background-color: #2671F2;
    color: white;
    height: 45px;
}

.downloadApp-btn:hover {
    width: 250px;
    background-color: #2671F2!important;
    color: white;
    height: 45px;
}

.downloadApp-img {
    width: 30%;
}

.playStore-img-div {
    margin-top: 10px;
    text-decoration: none;
}

.sidenav-menuIcon-div {
    height: 40px;
    margin-left: 16px;
    width: 40px;
}

.sidenav-menuIcon-div:hover {
    cursor: pointer;
}

.sidenav-menu-icon {
    color: white!important;
    fill: white !important;
    margin-top: 5px;
    margin-left: 10px;
}


/****************** Share Link Dialog*/

.activity-dialog {
    height: 350px !important;
    width: 600px;
    min-height: 350px;
}

.share-with-span {
    padding-left: 50px;
}

.link-div {
    width: 80%;
    border: 1px solid #c0c2c4;
    padding: 12px 6px;
    border-radius: 4px;
    background-color: #f6f6f6:
}

.link-span {
    border: none;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.divider-div {
    margin-top: 40px;
    margin-bottom: 10px;
}

.left-divider {
    background-color: #666666;
    height: 1.5px;
    margin-right: 20px;
    width: 100px;
}

.copy-and-share-span {
    color: #666666;
    font-size: 16px;
}

.right-divider {
    background-color: #666666;
    height: 1.5px;
    margin-left: 20px;
    width: 100px;
}

.share-social-auth-div {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 20px;
    cursor: pointer;
}

.share-social-auth-div:hover {
    cursor: pointer;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.social-auth-logoImg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dialog-toolbar-actTab1 {
    background-color: #3A55AF!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-actTab2 {
    background-color: #0BA55E!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-actTab3 {
    background-color: #AE245B!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-candProcess {
    background-color: #3B89E7!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-compProcess {
    background-color: #3F51B5!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-colgProcess {
    background-color: #00BEA4!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-previewJob {
    background-color: #00bea4!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-previewCompany {
    background-color: #587CF4!important;
    min-height: 50px!important;
    font-size: 16px;
}

.dialog-toolbar-previewCollege {
    background-color: #00BEA4!important;
    min-height: 50px!important;
    font-size: 16px;
}

.footer-txt,
.footer-txt1 {
    font-size: 13px;
}

.footer-txt1 p {
    padding: 0;
    margin: 0;
}

.footer-txt p {
    padding: 0;
    font-size: 14px;
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.6);
}

.footer-txt p:hover {
    color: white;
    cursor: pointer;
}

.footer-ia-logo-span {
    width: 100px;
    height: 100px;
}


/**********************Bhaktee start****************/


/***About Toolbar****/

.activity-main-container {
    margin-top: 55px;
}


/***About Toolbar - Divider****/

.toolbar-sec-divider {
    background-color: #4c5051;
    height: 17px;
    margin: 0 8px;
    width: 1px;
}

.toolbar-sec-optn {
    color: #4c5051;
    font-size: 13px;
    height: 25px;
    padding-top: 4px;
}


/*Footer*/

.footer-txt1 p {
    padding: 0;
    margin: 0;
}


/**********Dialog Box Start********/

.error-message {
    color: red;
    font-size: 14px;
    height: 16px;
}

#centerButton {
    height: 300px;
    width: 300px;
    margin-right: 10%;
    cursor: pointer;
}

.imageClass {
    height: 90%;
    width: 90%;
}

.dialog {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.dialog-content {
    /*display: flex;*/
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    height: 450px;
    transform: translateY(-50%);
    top: 50%;
}

.slideIn2 {
    -webkit-animation-name: inEffect2;
    -webkit-animation-duration: 0.2s;
    animation-name: inEffect2;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
}

@keyframes inEffect2 {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.close {
    /*background-color: #56a4f8;*/
    border-radius: 50%;
    height: 11%;
    left: 93%;
    position: absolute;
    top: 0%;
    width: 5%;
}

.slideOut2 {
    -webkit-animation-name: outEffect2;
    -webkit-animation-duration: 0.2s;
    animation-name: outEffect2;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
}

@keyframes outEffect2 {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dialog-header {
    padding: 2px 16px;
    background-color: #97c6f7;
    color: white;
    width: 50%;
}

.dialog-body {
    padding: 2px 16px;
    width: 100%;
    height: 100%;
}

#image {
    height: 50%;
    left: 50%;
    margin: auto;
    position: relative;
    top: 25%;
    transform: translateX(-50%);
}

.closeIcon {
    color: red;
    font-size: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.group {
    position: relative;
    margin-bottom: 45px;
    width: 100%;
}

.pricing-form-input {
    font-size: 16px;
    padding: 8px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

.pricing-form-input:focus {
    outline: none;
}


/* LABEL ======================================= */

.pricing-form-row label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.pricing-form-input:focus ~ label,
.pricing-form-input:valid ~ label {
    top: -13px;
    font-size: 14px;
    color: #5264AE;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.successmsg {
    color: black;
    font-size: 18px;
}

.success-img {
    height: 290px;
    width: 205px;
}


/* active state */

.pricing-form-input:focus ~ .bar:before,
.pricing-form-input:focus ~ .bar:after {
    width: 100%;
}


/* HIGHLIGHTER ================================== */


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.price-Form-Submit-Btn {
    position: absolute;
    top: 90%;
    transform: translateX(-50%);
    left: 50%;
    background-color: grey;
    color: white;
    height: 40px;
    width: 145px;
    font-size: 16px;
    border-width: 0!important;
    border-radius: 4px;
}

.price-Form-Submit-Btn:not([disabled]) {
    position: absolute;
    top: 90%;
    transform: translateX(-50%);
    left: 50%;
    background-color: #f78308;
    color: white;
    height: 40px;
    width: 145px;
    font-size: 16px;
    border-width: 0!important;
    border-radius: 4px;
    cursor: pointer;
}

.price-Form-Submit-Btn:not([disabled]):hover {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
}

.pricing-form-footer {
    width: 90%;
    height: 50%;
    color: #757575;
    font-size: 16px;
}

.price-form-header {
    color: #f78308;
    left: 50%;
    position: absolute;
    top: 3%;
    transform: translateX(-50%);
}

.priceFormContact {
    margin-left: 80px;
}

.job-post-form {
    background: white;
    height: auto;
    padding: 10px;
    position: absolute;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}

.job-post-form-header {
    color: #000000;
}

.pricing-form-row {
    display: flex;
    /*        margin-top: 20px;
        margin-bottom: 20px;*/
}

.price-form-row-1 {
    margin-top: 7%;
}


/**********Dialog Box end********/


/*********************Bhaktee end********************/


/*Submenu (start)*/

.college-zone-menu {
    position: absolute;
    /*background: white;*/
    /*color: black;*/
    /*padding: 5px;*/
    /*box-shadow: -1px 2px 4px;*/
    display: none;
    right: 265px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    margin-top: -5px;
    border-bottom: 3px solid white;
}

.college-zone-menu-scroll {
    position: absolute;
    /*background: white;*/
    /*color: black;*/
    /*padding: 5px;*/
    /*box-shadow: -1px 2px 4px;*/
    display: none;
    right: 265px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    margin-top: -5px;
    border-bottom: 3px solid #526cfd;
}

.company-zone-menu {
    position: absolute;
    /*background: white;*/
    /*color: black;*/
    /*padding: 5px;*/
    /*box-shadow: -1px 2px 4px;*/
    display: none;
    right: 148px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    margin-top: -5px;
    border-bottom: 3px solid white;
}

.company-zone-menu-scroll {
    position: absolute;
    /*background: white;*/
    /*color: black;*/
    /*padding: 5px;*/
    /*box-shadow: -1px 2px 4px;*/
    display: none;
    right: 148px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    margin-top: -5px;
    margin-top: -5px;
    border-bottom: 3px solid #526cfd;
}

.toolbar-subButtons-scroll {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
    color: black!important;
}

.college-zone:hover .college-zone-menu {
    display: block;
}

.college-zone-scroll:hover .college-zone-menu-scroll {
    display: block;
}

.company-zone-scroll:hover .company-zone-menu-scroll {
    display: block;
}

.college-zone-menu a {
    text-decoration: none;
    /*color: #000;*/
}

.college-zone-menu a:hover {
    text-decoration: none;
    /*color: #fff;
        background-color: #000;*/
}

.company-zone:hover .comp-tool-btn {
    background-color: rgba(255, 255, 255, 0.3);
}

.college-zone:hover .colg-tool-btn {
    background-color: rgba(255, 255, 255, 0.3);
}

.college-zone-scroll:hover .colg-tool-btn {
    background-color: #526cfd!important;
    color: white!important;
}

.company-zone-scroll:hover .comp-tool-btn {
    background-color: #526cfd!important;
    color: white!important;
}

.colgComp-extra-btns {
    height: 36px;
    margin: 6px 4px;
    padding: 0px 6px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 76px;
    display: inline-block;
    text-align: center;
    /* line-height: 2.5; */
    /*background-color: red;*/
    padding-top: 11px;
    box-sizing: border-box;
}

.colgComp-extra-btns:hover {
    cursor: pointer;
}

.colgComp-extra-btns-scroll {
    height: 36px;
    margin: 6px 4px;
    padding: 0px 6px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 76px;
    display: inline-block;
    text-align: center;
    /* line-height: 2.5; */
    /*background-color: red;*/
    padding-top: 11px;
    box-sizing: border-box;
}

.colgComp-extra-btns-scroll:hover {
    cursor: pointer;
}

.company-zone-menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    /*color: black;*/
    /*padding: 5px;*/
    /*box-shadow: -1px 2px 4px;*/
    display: none;
    right: 148px;
    border-radius: 4px;
}

.company-zone:hover .company-zone-menu {
    display: block;
}

.company-zone-menu a {
    text-decoration: none;
    /*color: #000;*/
}

.company-zone-menu a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}


/*Submenu (end)*/


/********************* Responsive ***********/

@media screen and (max-width:960px) {
    .footerLogo {
        width: 100%;
    }
    .footerNav {
        width: 100%;
    }
    .footer-iaLogo {
        padding-top: 30px;
    }
    .footer-main {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .footer-val-op {
        flex-wrap: wrap;
        display: flex;
    }
    .footer-logo-width,
    .footer-logo-width-op {
        width: 100%;
    }
    .footer-ia-logo-span {
        width: 100%;
        height: auto;
    }
    .footer-one {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .footer-two {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        display: block;
    }
    .footer-logo-width {
        /*padding: 50px 0 20px 20px;*/
        text-align: left;
    }
    .footer-logo-width-inner {
        padding: 50px 0 20px 50px;
    }
    .md-display {
        display: none;
    }
    .gtMdDisplay {
        display: none;
    }
    .smDisplay {
        display: block;
    }
    .footer-optns-container {
        width: 100%;
        display: block;
    }
    .follow-us-main-div {
        margin-left: 50px;
    }
    .fifthSection {
        height: auto;
        padding: 50px 0px 30px 0px;
    }
    /***********Footer*/
    .footer-optns-divWidth {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-optns-divWidth {
        width: 100%;
        flex-wrap: wrap;
    }
    .page-wrap {
        height: 100%;
    }
    .fifthSection {
        height: auto;
    }
    .footer-optns {
        padding-left: 50px;
    }
    .footer-ia-logo-div {
        padding-left: 50px;
    }
    .footer-txt p {
        width: 33%;
    }
    .sidenav-menu-icon {
        margin-top: 0px;
        margin-left: 0px;
    }
    .md-display {
        display: none!important;
    }
    .sm-display {
        display: block;
    }
    /*********************Bhaktee start**************/
    .interviewAir-header,
    .interviewAir-header-white {
        padding: 0px;
    }
    /*about toolbar burger icon*/
    .sidenav-menu-icon-scroll {
        margin-top: 0px;
        margin-left: 0px;
    }
    /*contact & feedback burger icon*/
    .sidenavMenu-contact-icon {
        color: black!important;
    }
    /*********************Bhaktee end****************/
    /***********Footer*/
    .footer-optns-divWidth {
        width: 100%;
        flex-wrap: wrap;
    }
    .fifthSection {
        height: auto;
    }
    .footer-optns {
        padding-left: 50px;
    }
    .footer-ia-logo-div {
        padding-left: 50px;
    }
    .footer-txt p {
        width: 33%;
    }
    .footer-txt p {
        padding: 0;
        margin: 5px 0;
    }
}

@media screen and (max-width:768px) {
    .followUs-span {
        display: none;
    }
    .footer-follow-div {
        display: inline-flex;
        padding-left: 20px;
    }
    .follow-us-main-div {
        margin-left: 30px;
    }
}

@media screen and (max-width:640px) {
    .ia-tool-icon-span {
        width: 24px;
        height: 30px;
        cursor: pointer;
        outline: none;
        margin-top: -12px;
    }
    .xs-display {
        display: block;
    }
}

@media screen and (max-width:600px) {
    .follow-us-main-div {
        margin-left: 0px;
    }
    .footer-iaLogo {
        padding-left: 20px;
    }
    .footer-optns {
        padding-left: 20px;
    }
    .footer-ia-logo-div {
        padding-left: 20px;
    }
    .footer-txt p {
        margin: 5px 0;
        padding: 0;
        width: 33%;
    }
}

@media screen and (max-width:480px) {
    .footer-main {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .footer-val-op {
        flex-wrap: wrap;
        display: flex;
    }
    .footer-logo-width {
        text-align: left;
    }
    .footer-logo-width-inner {
        padding: 50px 0 20px 20px;
    }
    .footer-logo-width,
    .footer-logo-width-op {
        width: 100%;
    }
    .footer-ia-logo-span {
        width: 100%;
        height: auto;
    }
    .footer-one {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .footer-two {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        display: block;
    }
    .ia-logo-photo {
        width: 30px;
        height: 41px;
    }
    .sidenav-menuIcon-div {
        height: 30px;
        margin-left: 16px;
        width: 30px;
    }
    .ia-tool-icon-span {
        cursor: pointer;
        height: 30px;
        outline: medium none;
        width: 24px;
        margin-top: 0px;
    }
    .ia-tool-icon {
        height: 24px;
        width: 24px;
    }
    .tool-ia-span {
        color: white!important;
        cursor: pointer;
        outline: none;
    }
    .tool-ia-span-scroll {
        color: #526cfd!important;
        cursor: pointer;
        outline: none;
    }
    .tool-ia-span {
        font-size: 14px;
    }
    .share-with-span {
        padding-left: 20px;
        font-size: 12px;
    }
    .copy-and-share-span {
        font-size: 12px;
    }
    .share-social-auth-div {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 8px;
    }
    /*********Bhaktee start*****/
    /*about toolbar changes*/
    .toolbar-sec-optn {
        font-size: 12px;
    }
    /********Bhaktee end********/
    .md-autocomplete-suggestions li {
        font-size: 12px;
    }
}

@media screen and (max-width:450px) {
    .follow-us-container {
        display: block;
    }
    .footerOptns-main-div {
        margin-top: 80px;
    }
}

@media screen and (max-width:360px) {
    .tool-ia-span {
        font-size: 14px;
    }
    .footer-ia-logo-span {
        height: 30px;
        width: 30px;
    }
    .footer-txt p {
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .sidenav-menuIcon-div {
        height: 24px;
        margin-left: 8px;
        width: 24px;
    }
    .tool-ia-span {
        font-size: 12px;
    }
    .share-links-dialog {
        min-width: 310px;
    }
    /*********Bhaktee start*****/
    .toolbar-sec-optn {
        font-size: 11px;
        padding-top: 6px;
    }
    /********Bhaktee end********/
    .footer-txt p {
        font-size: 10px;
    }
    .footer-optns h5 {
        font-size: 12px;
    }
}

.star {
    color: red;
    font-size: 13px;
}