.hs-form-4a8f205d-b177-47d6-909b-ad6f37386482_0c984276-add1-4853-b9a7-f0cb51ce2203 .hs-form-field label span {
    display: none !important;
}

body #facecode-launch #event-agenda .col3 h3:before {
	content:none !important;
}

.openings-wrap .rbox-opening-list .rbox-jobs-group.active2 .rbox-opening-li {
      height: auto;
          visibility: visible;
          margin: 30px;
          padding: 30px;
          display: inline-block;
          -webkit-animation: slide-down .3s ease-out;
          -moz-animation: slide-down .3s ease-out;
          animation: slide-down .3s ease-out;
  } 

.popup-logo img {
	max-width: 300px;
}
.caption-span {
    background: #fbde17;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 3px; 
} 

div#modal-desc {
    float: left;
    width: 60%;
}

.flex-left .button {
	margin-top:0 !important;
	width: 80%;
	text-align:center;
}

.flex-left h2 {
	color: #fff !important;
    font-weight: 600 !important;
	margin: 0px 0 20px !important;
}

#survey-modal h4 {
    color: #fff !important;
    margin: 30px 0 12px;
}

div#modal-img {
    float: left;
    width: 40%;
	margin-left:0 !important;
	    text-align: center;
}
#modal-img table,
#modal-img td,
#modal-img tr{
	border:0 !important;
	vertical-align:middle;
}
#modal-img  img{ 
    margin-top: 6%;
    padding-left: 30px;

}

#survey-modal p.speaker-name {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
}
#survey-modal .speaker-designation {
    font-size: 18px;
    line-height: 1.2;
	margin:0
}
span.webinar-date {
    background-image: url(http://demo-wordpress.hackerearth.com/rec-new/wp-content/themes/hackerearth-child/assets/images/home-img/webinar-date-white.svg);
}
.webinar-schedule span:first-child {
    margin-right: 10px;
}
#delayedPopup .webinar-schedule span {
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1C6FD1;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 55px;
}

span.webinar-time {
    background-image: url(http://demo-wordpress.hackerearth.com/rec-new/wp-content/themes/hackerearth-child/assets/images/home-img/webinar-time-white.svg);
}

#survey-modal .speaker-details {
	background-color: #1C6FD1;
	border-radius: 10.84px;
	padding: 35px 40px 25px;
	text-align:center;
	 color: #fff;
	 max-width: 74%;
   margin: 0 auto;
	    margin: -8% auto 0;
}

.utm_dependent1 {
	 /*transition: all .005s ease-in-out;
    -moz-transition: all .005s ease-in-out;
    -webkit-transition: all .005s */
}

.utm_dependent1,
.utm_dependent2 {
	opacity:0;
	height:0;
}


.top-banner h1 {
    color: #243E8E;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 40px;
    line-height: 50px;
}

.top-banner p {
font-size: 22px;
            color: #5D6586;
}

.cs-section .section-flex {
    background: transparent linear-gradient(
180deg
, #FFFFFF 0%, #F8FAFE 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 50px 50px -46px rgb(25 45 100 / 15%);
    -moz-box-shadow: 0 50px 50px -46px rgba(25,45,100,.15);
    box-shadow: 0 50px 50px -46px rgb(25 45 100 / 15%);
}



/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
.backgroundOverlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 999;
    display: none; }
  
  .delayedPopupWindow {
    display: none;
    width: 95%;
    top: 50%;
    left: 50%;
    position: fixed;
    background-color: #EBEFF2;
    z-index: 9999;
    padding: 30px 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1000px; }
    @media only screen and (max-width: 768px) {
      .delayedPopupWindow {
        padding: 25px; } }
    .delayedPopupWindow #btnClose {
      border: 2px solid transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      padding: 0;
      text-decoration: none;
      width: 30px;
      height: 30px;
      outline: 0 solid;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
      box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
      background-color: #fafafd;
      color: #1F99FA;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -14px;
      right: -14px;
      position: absolute;
      line-height: 18px; }
      @media only screen and (max-width: 768px) {
        .delayedPopupWindow #btnClose {
          right: 0;
          top: 0; } }
      .delayedPopupWindow #btnClose:hover {
        background-color: #fff;
        color: #418cec;
        border-color: #418cec;
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        transform: scale(1.12);
        -webkit-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
        box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4); }
  
  #survey-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }

    #survey-modal h2 {
      font-size: 35px;
      color: #243E8E;
      font-weight: 800;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        #survey-modal h2 {
          font-size: 24px;
          margin-top: 30px; } }
      #survey-modal h2 span {
        color: #FA7071; }
      @media only screen and (max-width: 768px) {
        #survey-modal h2 br {
          display: none; } }
    #survey-modal .survey-link {
      background-color: #2A2B7C;
      color: #FFFFFF;
      font-size: 20px;
      font-weight: 600;
      padding: 10px 30px;
      border: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      margin-top: 30px;
      display: inline-block;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        #survey-modal .survey-link {
          color: #FFFFFF;
          font-size: 16px;
          font-weight: 600;
          padding: 10px 20px; } }
      #survey-modal .survey-link:hover, #survey-modal .survey-link:focus {
        -webkit-box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
        -moz-box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
        -ms-box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
        box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
        text-decoration: none; }
    #survey-modal #modal-img {
      margin-left: 30px; }
      @media only screen and (max-width: 768px) {
        #survey-modal #modal-img {
          margin-left: 0;
          margin-top: 30px; } }
          div#modal-desc {
            width: 60%;
            float: left;
        }

        div#modal-img {
            width: 40%;
            float: left;
            margin-left: 0 !important;
        }

        /*** ***********/


@media only screen and (max-width: 768px) {
	
    body .be-ix-link-block .be-related-link-container .be-list .be-list-item {
        border: 0;
    }	
    div#modal-img {
        display: none !important;
    }	
    div#modal-desc {
        width: 100% !important;
    }	
    #delayedPopup .webinar-schedule span {
        background: none !important;
        padding: 4px 10px !important;
        font-size: 13px !important;
        margin: 5px 0;
    }	
    .flex-left .button {    
        padding: 5px 10px !important;
        font-size: 12px !important;
    }	
    body .delayedPopupWindow {
            width: 75% !important;
        padding: 10px 20px !important;
        top: 30%;
    }
    
    body #survey-modal h4 {
            margin: 10px 0 8px;
        font-size: 14px;
    }	
    body #survey-modal h2 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }	
    .caption-span {
        font-size: 12px;
    }	   
    }

@media only screen and (max-width: 768px) {
        #survey-modal {
          flex-direction: column;
          text-align: center; 
        } 
}    


body .popup-link {
    background: #0097fe !important;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFFFFF !important;
    font-weight: 500;
    line-height: normal;
    outline: none;
    padding: 15px 30px;
    text-decoration: none;
    vertical-align: bottom;
    margin: 40px 0 0;
    text-transform: none;
    display: block;
}

.expired {
    display: none !important;
}