
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');



*,:after,:before {
  box-sizing: border-box
}


body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


::selection {
  color: black;
  background-color: #ffda31;
}



ol, ul, dl{
  padding: 0;
  margin: 0;
}

li{
  list-style: none;
}

div,h1,h2,h3,h4,h5,h6,button,a,span,p,ul,li,input, button, select, optgroup, textarea{
  font-family: 'Montserrat', sans-serif !important;
}

code {
  font-family: 'Montserrat', sans-serif;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}


/* Commmunity css start */


/* Comman css start*/

.btnPrimary{
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    transition: 0.5s all;
    background: #000000;
    display: inline-block;
    border-radius: 47px;
    min-height: 55px;
    line-height: 55px;
    padding: 0px 50px;
    text-align: center;

    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btnPrimary:hover{
    background: #ffda30;
    color: #000;
    text-decoration: none;
}

.community_wrapper{
  position: relative;
}


.communityPageContent p{
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 0;
  margin: 0;
}


/* Comman css End*/



/* Header css start */

.communityHeader{
  position:fixed;
  width: 100%;
  background: #FFDA30;
  transition: all 0.4s ease;
  top: 0;
  z-index: 999;
}

.communityHeaderwrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 100px 0 84px;
}

.communityHeaderwrap .logohead{
    display: inline-block;
    max-width: 150px;
    pointer-events: none;
}

.communityHeaderwrap .logohead img{
    width: 100%;
}

.communityHeader .btnPrimary:hover{
  background: #FFFFFF;
}

/* Header css End */


/* Banner css Start */

.bannner_community{
  background: #ffda30;
  position: relative;
  padding: 150px 0 100px;
}

.bannner_comm_inner h1{
  color: #000000;
  font-size: 50px;
  font-weight: 800;
  line-height: 63px;
  margin: 0;
}

.bannner_community .row{
  align-items: center;
}

.bannner_comm_inner p{
    padding: 25px 0;
}

.bannner_comm_inner p i{
  font-weight: 700;
}

.upcomingSecBox{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

.upcomingSecBox h3{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 28px 0;
}

.discoverRemoteBoxes .discoverRemoteBox{
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.discoverRemoteBoxes .discoverRemoteBox .IconSp{
  min-width: 50px;
  display: inherit;
}

.discoverRemoteBoxes .discoverRemoteBox:last-child{
  border-bottom: 0px solid #E8E8E8
}

.upcomingBtnWrap{
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.discoverRemoteBoxes .discoverRemoteBox p span{
  display: block;
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

/* Banner css End */

/* Passionate commitity css start */

.community_title{
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
  margin-bottom: 35px;
}

.passionate_community{
    background: #262626;
    padding: 80px 0;
}

.passionate_community span{
  color: #FFDB2D;
  margin-bottom: 20px;
  display: inline-block;
}

.passionate_community p{
 color: #FFFFFF;
 padding: 10px 0;
}

.passionate_community .upcomingBtnWrap{
  margin-top: 25px;
  text-align: left;
  padding: 0;
}

.passionate_community .upcomingBtnWrap .btnPrimary{
  background: #FFDA30;
  color: #000;
}

.passionate_community .upcomingBtnWrap .btnPrimary:hover{
  background: #FFFFFF;
  color: #000;
}

.passionate_community .row{
  align-items: center;
}

.passionate_community .passionateCommunityImg{
  min-width: 500px;
}

.passionate_community .passionateCommunityImg img{
  width: 100%;
}


/* Explorelive Sec css start */

.explorLive_community{
   background: #FFFFFF;
   padding: 70px 0;
}

.explorLive_community h4{
  color: #000000;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
  font-style: italic;
}

.explorLive_community .m-width{
    margin: 0 auto;
}

.explorLiveWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.explorLive_community .upcomingBtnWrap{
  width: auto;
  text-align: right;
  padding: 0;
}

.explorLive_community .upcomingBtnWrap .btnPrimary{
    color: #FFDA30;
}

.explorLive_community .upcomingBtnWrap .btnPrimary:hover{
  color: #000000;
}

/* Why join Remote Sec Css */

.whyJoinRemote_community{
  background: #FFDA30;
  padding: 110px 0;
  text-align: center;
}

.whyJoinRemote_community .community_title{
    color: #000000;
}

.whyJoinRemote_community p{
  font-weight: 600;
}

.whyJoinRemote_community .btnPrimary:hover{
    background: #FFFFFF;
}

.whyJoinRemote_community .upcomingBtnWrap{
  padding: 20px 0 0;
}

.whyJoinBoxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 60px 0 30px;
}

.whyJoinBoxes .whyJoinBox{
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
  width:calc(33.33% - 25px);
  padding: 0px 40px 18px;
}

.whyJoinBoxes .whyJoinBox span{
  background: #FFD300;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  color: #000;
  font-weight: 500;
  margin-top: -25px;
}

.whyJoinBoxes .whyJoinBox h5{
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 15px 0;
}

.whyJoinBoxes .whyJoinBox p{
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}


/* Register Sec Css start */

.rigisterForm_community{
  background: #F3F3F3;
  padding: 110px 0;
}

.rigisterForm_community .rigisterForm_communityText{
  text-align: center;
}

.rigisterForm_community .community_title{
    color: #000000;
}


/* WelcomeToRemote Css start */

.welcomeRemoteSec{
  background: #F3F3F3;
  padding: 80px 0;
  text-align: center;
}

.welcomeRemoteSec .m-width{
  margin: 0 auto;
}

.welcomeRemoteSec .community_title{
  color: #000000;
}

.welcomeRemoteSec p{
  max-width: 730px;
  margin: 0 auto;
}

/* Aboutthe Remote css start */

.abouttheRemoteSec{
  background: #fff;
  padding: 110px 0; 
  text-align: center;
}

.abouttheRemoteSec .community_title{
  color: #000000;
}

.abouttheRemoteSec .m-width{
  margin: 0 auto;
}

.aboutRemoteBoxes{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 25px;
  text-align: left;
  margin: 50px 0;
}

.aboutRemoteBoxes li{
  display: flex;
  align-items: center;
  gap: 15px;
  width:calc(50% - 15px);
}

.aboutRemoteBoxes li span{
  display: inline-block;
  background: #FFDA30;
  width: 95px;
  min-width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  padding: 22px;
}

.aboutRemoteBoxes li span img{
  width: 100%;
}

.aboutRemoteBoxes li p{
  line-height: 20px;
}

.abouttheRemoteSec .upcomingBtnWrap{
  padding: 20px 0 0;
}


/* UpcomingSessionSec css start */

.upcomingSessionSec{
  padding: 80px 0;
}

.upcomingSessionSec.lightCream{
  background: #FFF9DE;
}

.upcomingSessionSec.lightGrey{
  background: #F3F3F3;
}

.upcomingSessionSec .m-width{
  margin: 0 auto;
}

.upcomingSessionSec .upcomingSessionTitle{
  text-align: center;
}

.upcomingSessionSec .community_title{
    color: #000000;
}

.upcomingSessionWrap{
  display: flex;
  gap: 80px;
  padding: 50px;
}

.upcomingSessionWrap .upcomingSessionImg{
    border-radius: 20px;
    overflow: hidden;
    min-width: 280px;
    width: 280px;
    box-shadow: 7px 6px 5px 2px rgba(0,0,0,0.1);
}

.upcomingSessionWrap .upcomingSessionImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upcomingKeyHighlight{
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.upcomingKeyHighlight h5{
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  background: #FFD300;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

.upcomingKeyHighlight ul{
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.upcomingKeyHighlight ul li{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  list-style: disc;
}

.upcomingKeyBtnWrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.upcomingKeyBtnWrap h4{
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  margin-bottom: 5px;
}

.upcomingKeyBtnWrap h6{
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  margin-bottom: 40px;
}


/*--- CSS when 2 people image in single Start ---*/
 .two-column-img .upcomingSessionWrap figure {
  width: calc(50% - 10px);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 4px 5px 2px rgba(0,0,0,0.1);
  }
  .two-column-img .upcomingSessionWrap figure img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .two-column-img .upcomingSessionWrap { padding: 50px 0 50px 0; justify-content: center; }
  .two-column-img .upcomingSessionWrap .upcomingSessionImg { width: 530px; justify-content: space-between; box-shadow: none; padding: 10px; }
  .two-column-img .col-md-10.m-width { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } 
  .two-column-img .col-md-10.m-width > .upcomingKeyHighlight { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; margin-left: auto; margin-right: auto; } 
  .two-column-img .col-md-10.m-width > .upcomingKeyBtnWrap { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; margin-left: auto; margin-right: auto; }
/*--- CSS when 2 people image in single End ---*/

/* Rigister Form Css start */

.rigisterForm_community .upcomingBtnWrap{
  padding: 40px 0 0;
}

.RigisterForm .threeGroup{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.RigisterForm .form-control{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border: 0;
    height: 56px;
    border-radius: 12px;
    padding: 0 15px;
    width: 100%;
}

.RigisterForm .form-control:focus{
  border: 0;
  outline: 0;
}

.RigisterForm .threeGroup .form-group{
    width: calc(33% - 15px);
}

/* sticky social media Icon css */

.stickySocialIcon{
  position: fixed;
  left: 0;
  top: 35%;
  border-radius: 0px 16px 16px 0px;
  background: #FFFFFF;
  padding: 5px 5px 0;
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
  z-index: 99;
}

.stickySocialIcon .socialIconBox{
  display: flex;
  flex-direction: column;
  /* gap: 18px; */
}

.stickySocialIcon .socialIconBox li{
  border-bottom: 1px solid #BCBCBC;
  padding: 10px 5px;
  text-align: center;
}

.stickySocialIcon .socialIconBox li a{
  display: inline-block;    
  width: 16px;
}

.stickySocialIcon .socialIconBox li:nth-child(2) a{
  width: 10px;
}

.stickySocialIcon .socialIconBox li a img{
  object-fit: contain;
  max-width: 100%;
}

.stickySocialIcon .socialIconBox li:last-child{
  border-bottom: 0px solid #BCBCBC;
}

.stickySocialIcon .socialIconBox li.sharetopBtn{
    padding: 0;
    border-bottom: 0px;
}

.stickySocialIcon .socialIconBox li .spareText{
      color: #FFFFFF;
      font-size: 8px;
      font-weight: 500;
      background: #000000;
      border-radius: 5px;
      padding: 3px 5px;
}


.lightGrey--bg { background-color: #F3F3F3; }
.past-sessions { padding: 80px 0; }
h3.color-black { color: #000; }
.text-center { text-align: center; }
.session-wrap { background-color: #fff; -ms-flex: inherit; flex: inherit; max-width: inherit; width: calc(50% - 50px); margin: 25px; border-radius: 25px; border: 1px solid #DBDBDB; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding: 0; margin-top: 110px; margin-bottom: 60px; }
.session-poster a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 10; display: flex; align-items: center; justify-content: center; }
.session-poster a img { width: 48px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.session-poster a:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.session-poster { position: relative; padding-bottom: 48%; border-radius: 20px; overflow: hidden; width: calc(100% - 100px); margin: -100px auto 0; }
.session-poster:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.3; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.session-poster:hover::before { opacity: 0.6; }
.bgimg { background-position: center; background-size: cover; background-repeat: no-repeat; }
.flexbox { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap;  }
.lefticon { width: 30px; padding-bottom: 6px; }
.righttext { width: calc(100% - 30px); padding-left: 15px; font-weight: 400; font-size: 16px; }
.lefticon img { display: block; }
.box-wrap { padding: 20px 50px; }
.align-center { align-items: center; }
.box-wrap .flexbox { border-bottom: 1px solid #dbdbdb; padding: 15px 0; }
.box-wrap .flexbox:last-child { border-bottom: none;  }
.box-wrap h5 { margin: 0; font-size: 16px; font-weight: 600; }
.box-wrap p { font-size: 14px; font-weight: 400; }
.key-takeways { font-size: 24px; font-weight: 600; background-color: #FFDA30; padding: 10px 50px; margin-top: 0; margin-bottom: 32px; }
.key--list { padding: 0 50px 30px 65px;}
.key--list li { list-style-type: disc; color: #000000; font-size: 18px; list-style-position: outside; padding-bottom: 15px; }

.more-data { display: none; }
body header.site-header .main-header { padding-top: 10px; }
.free-registration a:hover { background-color: #ffffff !important; }
.allot-position .free-registration a:hover { background-color: #ffda30 !important; }

/* Responsive Css start */

@media only screen and (max-width: 1440px) {
  .passionate_community .passionateCommunityImg {
      min-width: 430px;
  }
  
  .communityHeaderwrap{
    padding: 0 20px 0 20px;
  }

  .session-poster { width: calc(100% - 60px); margin: -60px auto 0; }
  .box-wrap { padding: 20px 30px; }
  .key-takeways { padding: 10px 30px; }
  .key--list { padding: 0 30px 30px 45px; }
  .key--list li { font-size: 16px; }
  .session-wrap { margin-bottom: 30px; }
  .view-more-btn { margin-top: 30px; }
  .explorLive_community .upcomingBtnWrap .btnPrimary { padding: 0 30px; }
}

@media only screen and (max-width: 1280px) {
  .passionate_community .passionateCommunityImg {
      min-width: 300px;
  }

  .bannner_comm_inner h1{
    font-size: 42px;
    line-height: 48px;
  }

  .bannner_comm_inner p{
    padding: 20px 0;
  }

  .communityPageContent p{
    font-size: 16px;
    line-height: 24px;
  }

  .upcomingSecBox{
    padding: 10px 20px 20px;
  }

  .upcomingSecBox h3{
    margin: 15px 0 10px;
  }

  .discoverRemoteBoxes .discoverRemoteBox{
    padding: 15px 0;
  }

  .bannner_community{
    padding: 130px 0 60px;
  }

  .discoverRemoteBoxes .discoverRemoteBox .IconSp {
      min-width: 40px;
  }

  .upcomingSecBox h3{
    font-size: 24px;
  }

  .communityHeaderwrap .logohead {
    max-width: 130px;
  }

  .communityHeaderwrap{
    height: 80px;
  }

  .community_title{
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .btnPrimary{
    font-size: 16px;
    min-height: 50px;
    line-height: 50px;
    padding: 0px 40px;
  }

  .upcomingSessionSec, .welcomeRemoteSec, .whyJoinRemote_community, .passionate_community, .rigisterForm_community {
    padding: 60px 0;
  }
  .passionate_community { padding: 60px 0; }
  .explorLive_community { padding: 50px 0; }
  .whyJoinBoxes { margin: 40px 0 30px; }
  .abouttheRemoteSec { padding: 80px 0 60px; }
  .upcomingKeyBtnWrap { margin-top: 35px; }
  .aboutRemoteBoxes li span {
      width: 70px;
      min-width: 70px;
      height: 70px;
      padding: 15px;
  }

  .aboutRemoteBoxes{
    gap: 18px;
    margin: 40px 0;
  }

  .upcomingBtnWrap{
    padding: 20px 0 0
  }

  .aboutRemoteBoxes {
      gap: 18px;
      margin: 30px 0;
  }

  .whyJoinBoxes .whyJoinBox{
    padding: 0px 20px 15px;
  }

  .whyJoinBoxes .whyJoinBox h5 {
    font-size: 20px;
  }

  .upcomingKeyHighlight h5{
    font-size: 24px;
    line-height: 42px;
  }

  .upcomingSessionWrap {
      gap: 40px;
      padding: 40px;
  }

  .upcomingSessionWrap .upcomingSessionImg {
    min-width: 220px;
    width: 220px;
  }

  .upcomingKeyHighlight ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .stickySocialIcon {
    top: 25%;
  }

  .session-wrap { margin-top: 6%; }
  .past-sessions.lightGrey--bg h3.community_title { margin-bottom: 10px; }
  .session-wrap { width: calc(50% - 30px); margin: 15px; margin-top: 10%; }
  .welcomeRemoteSec { padding: 50px 0; }
  .upcomingSessionSec { padding: 50px 0; }
  .past-sessions { padding: 50px 0; }
}

@media only screen and (max-width: 991px) {
  .passionate_community .passionateCommunityImg {
      min-width: 230px;
  }

  .abouttheRemoteSec, .upcomingSessionSec, .welcomeRemoteSec, .whyJoinRemote_community, .passionate_community, .rigisterForm_community {
      padding: 50px 0;
  }

  .upcomingSessionSec .m-width, .abouttheRemoteSec .m-width, .welcomeRemoteSec .m-width, .explorLive_community .m-width {
      margin: 0 auto;
      width: 100%;
      flex: 100%;
      max-width: 100%;
  }

  .bannner_comm_inner h1 {
      font-size: 30px;
      line-height: 44px;
  }

  .bannner_community {
      padding: 110px 0 50px;
  }

  .whyJoinBoxes .whyJoinBox {
      padding: 0px 15px 15px;
  }

  .whyJoinBoxes .whyJoinBox span {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 32px;
  }

  .community_title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 14px;
  }

  .communityPageContent p {
      font-size: 14px;
      line-height: 22px;
  }

  .explorLive_community h4 {
    font-size: 26px;
    line-height: 34px;
  }

  .upcomingSecBox h3 {
      font-size: 20px;
  }

  .upcomingSecBox {
      padding: 10px 16px 20px;
  }

  .upcomingKeyBtnWrap h6{
    margin-bottom: 20px;
  }

  .lefticon { width: 25px; }
  .righttext { width: calc(100% - 25px); }
  .free-registration { margin-right: 10px; }

  /*--- CSS when 2 people image in single Start ---*/
  .two-column-img .col-md-10.m-width > .upcomingKeyHighlight { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } 
  .two-column-img .col-md-10.m-width > .upcomingKeyBtnWrap { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .two-column-img .upcomingSessionWrap figure { height: 220px; }
  .two-column-img .upcomingSessionWrap { align-items: center; }
  /*--- CSS when 2 people image in single End ---*/

}

@media only screen and (max-width: 767px) {
  .aboutRemoteBoxes{
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
  }

  .aboutRemoteBoxes li{
    gap: 12px;
    width: 100%;
  }

  .upcomingSessionWrap{
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 10px;
  }

  .whyJoinBoxes .whyJoinBox{
    width: 100%;
  }

  .bannner_comm_inner h1 {
      font-size: 26px;
      line-height: 34px;
  }

  .bannner_community {
      padding: 80px 0 50px;
  }

  .bannner_comm_inner p {
      padding: 15px 0;
  }

  .explorLiveWrap{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .explorLive_community {
      padding: 30px 0;
  }

  .RigisterForm .form-control{
    height: 45px;
  }

  .abouttheRemoteSec, .upcomingSessionSec, .welcomeRemoteSec, .whyJoinRemote_community, .passionate_community, .rigisterForm_community {
      padding: 30px 0;
  }

  .passionate_community .passionateCommunityImg{
    max-width: 300px;
    margin: 15px auto;
  }

  .RigisterForm .threeGroup .form-group {
      width: 100%;
  }

  .upcomingKeyHighlight ul {
    padding: 15px 40px;
  }

  .upcomingKeyHighlight h5 {
    font-size: 22px;
  }

  .upcomingKeyBtnWrap h4 {
    font-size: 22px;
  }

  .upcomingKeyBtnWrap h6 {
    font-size: 16px;
    line-height: 28px;
  }

  .whyJoinBoxes{
    gap: 45px;
    margin: 50px 0 20px;
  }

  .community_title {
    font-size: 20px;
    line-height: 24px;
  }

  .aboutRemoteBoxes li span {
      width: 50px;
      min-width: 50px;
      height: 50px;
      padding: 10px;
  }

  .explorLive_community h4 {
      font-size: 24px;
      line-height: 34px;
  }

  .RigisterForm {
      margin-top: 30px;
  }

  .passionate_community .row {
      align-items: center;
      flex-direction: column-reverse;
  }

  .session-wrap {
    width: calc(100% - 30px);
    margin: 15px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .session-poster { padding-bottom: 52%; }
  .past-sessions { padding: 50px 0; }
  .view-more-btn { margin-top: 0; }
  .past-sessions.lightGrey--bg h3.community_title { font-size: 26px; margin-bottom: 0; padding-bottom: 40px; }
  .key-takeways { font-size: 22px; }

}

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

  .communityHeaderwrap .logohead {
      max-width: 100px;
  }

  .communityHeaderwrap {
      height: 65px;
      padding: 0 16px 0 16px;
  }

  .upcomingSessionSec .upcomingKeyBtnWrap h6 {
      font-size: 16px;
      line-height: 22px;
      text-align: center;
  }

  .btnPrimary {
    font-size: 14px;
    min-height: 40px;
    line-height: 40px;
    padding: 0px 25px;
  }

  .stickySocialIcon{
    padding: 4px 4px 0;
  }

  .stickySocialIcon .socialIconBox li { 
    padding: 6px 5px;
  }

  .explorLive_community h4 {
      font-size: 20px;
      line-height: 34px;
  }

  .passionate_community .passionateCommunityImg{
    max-width: 200px;
  }

  .session-poster { width: calc(100% - 30px); }
  .box-wrap { padding: 20px 15px; }
  .key-takeways { padding: 15px; font-size: 18px; }
  .key--list { padding: 0 15px 20px 30px; }

  .box-wrap h5,
  .righttext { font-size: 15px; }
  .session-wrap { margin-bottom: 40px; border-radius: 10px; }
  .session-poster { border-radius: 10px; }

}


@media only screen and (max-width: 360px) {
  .communityHeaderwrap .logohead {
    max-width: 85px;
  }

  .communityHeader .btnPrimary {
    padding: 0 15px 0 15px;
    font-size: 12px;
    min-height: 40px;
    line-height: 40px;
  }
  .mainlogo, .menulogo { max-width: 120px; margin: 0; }
  .free-registration a { padding: 0 15px; font-size: 12px; }
  

}

.mfp-iframe-holder .mfp-close {
  background: none;
  border: none;
  font-size: 25px;
}