.presskit-content-area{
      background: transparent linear-gradient(0deg, #FFFFFF 0%, #DAEAEF 100%) 0% 0% no-repeat padding-box !important;
      height: auto;
  }
.w100 {
    width: 100%;
    margin: auto;
    /* min-height: 370px;*/
    position: relative;
    /* background-color: #fff; */
}
.assets-main-cont {
    display: block !important;
}
.assets-sub-wrap {
    width: 50%;
    text-align: center;
    padding-top: 0px !important;
    line-height: 30px;
}
.assets-title {
    font-size: 36px;
    line-height: 32px;
    color: #282828;
    font-family: 'Forma DJR Micro Extra Bold';
    margin-left: 50px;
    text-align: left;
}
.assets-subtitle {
    font-size: 36px;
    line-height: 32px;
    color: #AA0A6C;
    font-family: 'Forma DJR Micro Extra Bold';
    margin-left: 50px;
    text-align: left;
}
.slct-assets {
    display: flex;
   /* align-items: center; */
    justify-content: left !important;
    margin-top: 0px !important;
}
.radio-select {
    color: #282828;
    font-family: 'Nolan Next Regular';
    font-size: 18px;
    line-height: 0px;
    display: table;
    /* column-gap: 50px; */
}
.loadmore-border {
    border: 1px solid #AA0A6C;
    /*border-radius: 24px;*/
    padding: 18px;
    background-color: #AA0A6C;
    width: 215px !important;
    height: 60px;
    opacity: 1;
    margin: 60px 240px 60px 0px;
    float: right;
}
.loadmore-border-checked{
  width: 235px !important;
}
.loadmore-border:hover {
    background-color: #AA0A6C;
    color: #ffffff;
    font-weight: bold;
}
input[type="submit"]{
  background: #AA0A6C !important;
  margin: -8px 0px 0px 0px;
}
.checked-inp-submit{
  margin: 0px !important;
  padding: 2px !important;
}

.selected-media-tab::after {
    content: "";
    width: 0;
    height: 0;
    /*border-left: 14px solid transparent;
    border-right: 14px solid transparent;
     border-top: 14px solid #574aba; */
    position: absolute;
    left: 293px;
    display: block !important;
    bottom: -13px;
    border:none !important;
}
.listing-main ul {
    list-style: none;
    background: none;
    max-width: 1170px;
    margin: auto;
    padding: 25px 0px 25px 210px;
    transition: all 0.5s;
}
.partners-list {
    width: 25%;
    float: left;
}
.partners-lists{
  width: 25%;
  float: left;
}
.marketing-form {
    width: 100%;
    text-align: left;
    color: #282828;
    font-family: 'Nolan Next Regular';
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 27px;
    margin-top: 20px;
    padding-bottom: 65px;
    position: relative;
}
.marketing-form textarea {
  border-radius: 15px !important;
}
.marketing-form-txt{
  width: 40%;
  margin: auto;
}
.marketing-form-outer-wrap .wpcf7-submit, .marketing-form-outer-wrap .wpcf7-submit:hover {
    display: flex;
    color: #FFF;
    font-family: 'Nolan Next Medium';
    font-size: 14px;
    border: 2px solid #AA0A6C;
    padding: 18px 28px 28px 28px !important;
    text-transform: uppercase;
    line-height: normal;
    background: #AA0A6C !important;
    transition: all 1s;
    -webkit-transition: all 1s;
    margin: 0 -0 0 auto;
    border-radius: 15px !important;
}
.assets-logo {
    width: 108px;
    height: 70px;
    /* background-position: center; */
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px !important;
}
.assets-logo1 {
  height: 58px !important;
}
.assets-logo2 {
  height: 63px !important;
}

.assets-container {
    padding: 70px 100px 20px 200px;
}
.marketing-form:after {
    /* content: '' */;
    background: none !important;
    display: block;
    margin: 0px 0;
    position: absolute;
    height: 70%;
    bottom: 107px;
    right: -30px;
    width: 1px;
}
.site-content-cnt{
  padding-top: 50px;
}
.newtextarea {
    width: 40%;
    margin: auto;
}
input[type=radio] {
  border: 1px solid #1F3E49;
  padding: 0.4em;
  -webkit-appearance: none;
}
input[type=radio]:checked {
  background-color: #1F3E49;
}

input[type=radio]:focus {
  outline-color: transparent;
}
@media (min-width: 768px) and (max-width: 900px){
  .assets-container {
    padding: 70px 70px 20px 70px;
  }
  .assets-main-cont-mobile {
      display: block;
      margin: 0px 20px;
  }
  .slct-assets {
      display: flex;
      align-items: center;
      justify-content: center !important;
  }
  .listing-main ul {
    padding: 25px 0px 25px 54px;
  }
  .listing-main .partners-list {
    width: 33%;
  }
}
@media(min-width: 551px) and (max-width: 767px){
  .assets-main-cont-mobile {
      display: block;
      margin: 0px 20px;
  }
  .slct-assets {
      display: flex;
      align-items: center;
      justify-content: center !important;
      margin-top: 20px !important;
  }
  .mobcentertext {
    text-align: left !important;
  }
  #desktop {
    display: none !important;
  }
  .w50 {
      background: none;
  }
  .assets-container {
    padding: 0px !important; 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  } 
  .assets-logo {
    width: 100px;
    height: 120px;
    margin: 30px !important;
  }
  .slct-assets {
    margin-top: 35px !important;
    width: 97%;
  }
  .slct-assets2 {
    margin-left: 30px;
  }
  .loadmore-border {
    float: right !important;
  }
  .desktop-disable {
    display: block;
  }
  /*.partners-list {
    width: 100%;
    float: left;
  } */
  .listing-main ul {
    padding: 25px !important;
  }
  .listing-main .consultant-list {
    width: 33%;
  }
  .assets-sub-wrap {
    width: 33%;
  }
  .assets-btm-cont{
    width: 103%;
  }
  .marketing-form-txt {
    width: 80%;
    margin: auto;
  }
  .newtextarea {
    width: 80%;
    margin: auto;
  }
  
  .mb_20 {
    margin-bottom: 15px;
    margin-left: 0px;
  }
  #brand-style-guide{
    margin-left: 0px;
  }
  .listing-main-mobile ul {
    background: none;
    padding: 25px 30px 25px 100px;
 }
 .assets-main-cont-mobile {
      display: block;
      margin: 0px 20px;
  }
}
@media (max-width: 550px){
  .assets-main-cont-mobile {
      display: block;
      margin: 0px 20px;
  }
  .slct-assets {
      display: flex;
      align-items: center;
      justify-content: center !important;
      margin-top: 20px !important;
  }
  .mobcentertext {
    text-align: left !important;
  }
  #desktop {
    display: none !important;
  }
  .w50 {
      background: none;
  }
  /* 450 Starts */
  .assets-container {
    padding: 0px !important; 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  } 
  .assets-logo {
    width: 100px;
    height: 120px;
    margin: 30px !important;
  }
  .slct-assets {
    margin-top: 35px !important;
    width: 97%;
    justify-content: center !important;
  }
  .slct-assets2 {
    margin-left: 30px;
  }
  .loadmore-border {
    margin: 60px 0px 60px 130px !important;
    float: none !important;
  }
  .desktop-disable {
    display: block;
  }
  /*.partners-list {
    width: 100%;
    float: left;
  } */
  .listing-main ul {
    padding: 25px !important;
  }
  .listing-main .consultant-list {
    width: 50%;
  }
  .assets-sub-wrap {
    width: 55%;
  }
  .assets-btm-cont{
    width: 103%;
  }
  /* 450 ends */

  .marketing-form-txt {
    width: 80%;
    margin: auto;
  }
  .newtextarea {
    width: 80%;
    margin: auto;
  }
  
  .mb_20 {
    margin-bottom: 15px;
    margin-left: 0px;
  }
  #brand-style-guide{
    margin-left: 0px;
  }
  .listing-main-mobile ul {
    background: none;
    padding: 25px 30px 25px 100px;
 }
 .assets-main-cont-mobile {
      display: block;
      margin: 0px 20px;
  }
}