.talentDescInner {
    padding: 40px 15px;
}
.tlhs {
    width: 80%;
    padding: 0 50px 0 0;
}
.trhs {
    width: 20%;
}
.sideMenu {
    background: #f5f7f9;
    padding: 20px 0;
    box-shadow: 0px 0px 10px 1px #ccc;
    margin: 30px 0 0;
}
.sideMenu a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #2d2d2d;
    margin: 10px;
    border-bottom: 1px solid transparent;
    transition: .2s all linear;
}
.tlhs p {
    margin: 30px 0;
}
.sideMenu a:hover{
    color: #ec1c24;
    border-bottom: 1px solid;
}
.tlVideo > div > div {
    width: 50%;
}
.tlVideo > div {
    display: flex;
    align-items: center;
}
.videoWrapper{
    position: relative;
}
.video-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.playIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
}
.vdDesc {
    padding: 0 0 0 30px;
}
.dreamJob {
    margin: 75px 0;
}
.bgGrey{
    background: #f5f7f9;
}
.talentDesc {
    padding: 0 20px;
}
/* Dream job pop css starts here */
.input-effect {
    position: relative;
    z-index: 0;
    margin: 25px 0 0;
    opacity: .6;
}
.inputFloatEffect {
    font-family: 'poppinsregular';
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 0;
    padding: 5px 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.inputFloatEffect:focus ~ label, .has-content.inputFloatEffect ~ label {
    top: -14px;
    font-size: 12px;
    color: #9e9e9e;
    transition: 0.3s;
    font-style: italic;
}
.inputFloatEffect ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 7px;
    color: #9e9e9e;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.inputFloatEffect ~ .focus-border, .has-content.inputFloatEffect ~ .focus-border {
    position: absolute;
    top: 34px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #9e9e9e;
    transition: 0.4s;
}
.errorField {
    font-size: 13px;
    color: red;
    font-weight: bold;
    display: block;
}
.input-effect select {
    padding: 10px;
    width: 100%;
}
.commonPop {
    position: fixed;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.popWrapper {
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 700px;
    width: 95%;
}
.closePop {
    position: absolute;
    right: 20px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 20px;
}
.popHeader {
    color: #ec287a;
    font-size: 24px;
    text-align: center;
}
.popContent {
    padding: 30px 50px;
}
/* Dream job pop css ends here */
/* Explore tour CSS starts here */

.other-tours {
    padding: 60px 0;
}
.des-section {
    padding: 50px 10px;
}
.ot-list {
    display: flex;
    flex-wrap: wrap;
}
.ot-content {
    width: calc(50% - 30px);
    margin: 20px 15px;
    display: flex;
    flex-wrap: wrap;
}
.ot-content figure {
    width: 40%;
}
.ot-content figure img {
    border-radius: 10px;
}
.ot-copy {
    width: 60%;
    padding: 0 15px;
}
.ot-copy h4 {
    margin: 0;
    font-family: 'poppinsregular';
}
.ot-copy i{
    font-family: 'poppinsmedium';
}
/* Explore tour css ends here */
/* Tour inner CSS starts here */
.event-acc {
    padding: 40px 10px;
}
.event-acc .button {
    color: #2d2d2d;
    font-size: 22px;
    border-bottom: 1px solid;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.event-acc .button:after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.event-acc .button.active{
    color: #ec287a;
}
.event-acc .button.active:after {
    content: "-";
}
.slide p {
    padding: 15px 10px 20px 30px;
}
#accordion {
    padding: 10px 0 40px;
}
.SpeakerPop .scroller img {
    float: left;
}
.SpeakerPop .scroller img {
    float: left;
    margin: 0 15px 0 0;
}
.SpeakerPop .popHeader{
    text-align: left;
}
.speaker-detail p {
    font-size: 14px;
    margin: 10px;
    line-height: 2;
}
/* Tour inner CSS ends here */
/* Media queries start here */
@media screen and (max-width:991px){
    .tlhs {
        width: 60%;
    }
    .trhs {
        width: 40%;
    }
    .vdDesc {
        padding: 0 20px 0 10px;
    }
    .ot-content {
        width: calc(100% - 30px);
    }
    
.bgGrey .teamMembers {
    flex-wrap: wrap;
}
.bgGrey .teamMembers {
    max-width: 100%;
}
.innerDes .tlhs, .innerDes .trhs{
    width: 100%;
    padding: 0;
}
.innerDes .talentDescInner{
    flex-wrap: wrap;
}
.innerDes .tlhs p {
    max-width: 100%;
}
}
@media screen and (max-width:767px){
    .talentDescInner {
        flex-direction: column;
    }
    .tlhs, .trhs {
        width: 100%;
        padding: 0;
    }
    .tlVideo > div {
        flex-direction: column;
    }
    .tlVideo > div > div {
        width: 100%;
    }
    .dreamJob .common-header{
       font-size:22px !important;
    }
    .dreamJob {
        margin: 0 !important;
    }
    .dreamJob .common-text {
        max-width: 100%;
        line-height:1.9 !important;
        font-size:14px !important;
    }
    .popContent {
        padding: 30px 20px;
    }
    .scroller {
        max-height: 400px;
        overflow-y: scroll;
        padding-right: 20px;
    }
    .ot-content figure, .ot-copy{
        width: 100%;
    }
}
/* Media queries end here */