<style type="text/css">
   .container{
    max-width: 1125px;
    margin: 0 auto;
}
.pushpull-section{
/*    background-color:  #333333;*/
    padding: 45px 0;
}
.pullpush-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.pullpush-box .heading h3{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #EB008B !important;
    margin: 0;
}
.pullpush_box_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pullpush_box_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pullpush_box_left .user-box{
    position: relative;
    margin-left: 20px;
    
}
.pullpush_box_left .user-box select{
    background-color: #EB008B !important;
    color: #ffffff;
    padding: 11px 36px;
    border-radius: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    cursor: pointer;
}
.pullpush_box_left .user-box option{
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
}
.pullpush-box-middle{
    display: flex;
    /* max-width: 260px; */
    justify-content:flex-start;
    align-items: center;
}
.pullpush-box-middle .text{
    padding-left: 10px;
}
.pullpush-box-middle .text p{
    font-family: 'nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}
.pullpush-box-middle .images-box{

}
.pullpush-box-middle .icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
}
.pullpush-box-middle .icon1{
    padding-right: 20px;
    transition: all 0.5s ease-in-out;
}
.pullpush-box-middle .icon2{
    padding-right: 20px;
    transition: all 0.5s ease-in-out;
}
.pullpush-box-middle .icon1:hover img, .pullpush-box-middle .icon2:hover img, .pullpush-box-middle .icon3:hover img{
    transform: scale(1.3);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.pullpush_box_left .user-box .new-foder-box{
    position: absolute;
    background-image: url(../images/new_folder.svg);
    background-repeat: no-repeat;
    width:11px;
    height: 10px;
    top: 0;

}
.pullpush_box_left .user-box img{
    position: absolute;
    top: 33%;
    left: 12px;
}
.pullpush_box_left .export-box{
    position: relative;
    margin-left: 20px;
    display: flex;
    background: #191919;
    border-radius: 100px;
}
.pullpush_box_left .i-icon-box{
    background-color: #191919;
    border-radius: 100px;
    padding: 12px 13px 12px 13px;
    margin-left: 20px;
}
.pullpush_box_left .three-line-box{
    background-color: #191919;
    border-radius: 100px;
    padding: 13px 14.5px 13px 14.5px;
    margin-left: 20px;
}
.pullpush_box_left .search-btn .input-style{
    padding: 10px 110px 10px 36px;
    background-color: transparent;
    border: 0.1px solid #FFFFFF;
    border-radius: 110px;
    font-family: 'nunito';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}
.pullpush_box_left .search-btn form{
    position: relative;
}
.pullpush_box_left .search-btn img{
    position: absolute;
    left: 15px;
    top: 13px;
}
.pullpush_box_left .dropdown {
    margin-left: 20px;
    background-color: #191919;
    border-radius: 100px;
    padding: 11px 13px 11px 13px;
    position: relative;
    cursor: pointer;
}
.pullpush_box_left .dropdown * {
    box-sizing: border-box;
}

.pullpush_box_left .select {
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 100px;
    padding:2px 1px 2px 0px;
}


.pullpush_box_left .menu {
    list-style: none;
    padding:0;
    background:#ffffff;
    border: 1px #363a43 solid;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius:14px;
    color: #9fa5b5;
    position: absolute;
    top:60px;
    left: 5%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
    transition: 0.2s;
    z-index: 1;
    min-width: 90px;
    margin: 0;
}
.pullpush_box_left .menu::after{
    position: absolute;
    content: "";
    background-image: url(../images/Polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
    top: -5px;
    right: 17px;
}
.pullpush_box_left .menu li {
    padding:10px 15px;
    margin: 0.3em 6px;
    cursor: pointer;
    font-family: 'nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.pullpush_box_left .menu .select-box li {
    margin: unset;
}

.pullpush_box_left .menu li:hover {
    background: #EB008B !important;
    color: white !important;
    border-radius: 5px;
}

.pullpush_box_left .active {
    background:#EB008B;
    color: #ffffff!important;
    border-radius: 5px;
}
.pullpush_box_left .menu-open {
    display: block;
    opacity: 1;
}
.pullpush-box-bottom{
    padding-top: 10px;
}
.folder-box h4{
    font-family: 'nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color:  #EB008B !important;;
    margin: 0;
    padding-bottom: 5px;
}
.folder-box .test-box{
    background: #191919;
    border-radius: 14px;
    max-width: 258px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 19px 0;
   
}
.test-box-front{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:18px;
}
.text-box-back{
    padding-right: 18px;
}
.test-box-first{
    display: flex;
    justify-content: center;
    align-items: center;
}
.test-box .text{
    padding-left: 21px;
}
.test-box .text p{
    font-family: 'nunito';
    font-style: normal;
    font-weight: 110;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.pullpush-box-bottom-last{
    padding-top: 15px;
}
.test-box-image-gallery .text_new{
    padding-left: 11px;
}
.test-box-image-gallery .text_new p{
    font-family: 'nunito';
    font-style: normal;
    font-weight: 110;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 0;
}
.test-box-image-gallery{
    max-width: 258px;
    background: #191919;
    border-radius: 14px;
    padding: 15px 10px 10px 10px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.test-box-image-gallery:nth-child(4n){
    margin-right: 0;
}
.test-box-image-gallery .text-box-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-bottom:15px;
}

.test-box-image-gallery .images-box-two img{
    width: 100%;
}
.bottom-last-image-gallery-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.dropbtn-one {
    background-color: transparent;
    color: white;
    padding:0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  } */
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content-new {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /* min-width: 160px; */
    /* overflow: auto; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 12px;
    top:35px;
    right: 0;
}
  
.dropbtn-one[aria-expanded='true']  .dropdown-content-new{
    display: block;
  }
  .dropdown-content-new a {
    color: black;
    padding: 10px 7px 10px;
    text-decoration: none;
    display: block;
    transition: all 0.5s ease-in-out;
    width:40px;
  }
  
  .dropdown a:hover img{
    transform: scale(1.3);
    transition: all 0.5s ease-in-out;
  }
  
  .show {display: block;}
.dropdown-content-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: relative;
    z-index: 0;
}
/* .dropdown-content{
    position: relative;
} */
.dropdown-content-new::after{
    position: absolute;
    content: "";
    background-image: url(../images/Polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    top: -4px;
    right: 8px;
}
.images-box-two video {
    width: 100%;
    height: 223px;
}
.images-box-two image {
    width: 100%;
    height: 223px;
}
.selected_img_box{
    border:2px solid #EB008B;
}
.test-box-image-gallery{
    border:2px solid #191919;
}
.test-box-image-gallery.selected_img_box{
    border:2px solid #EB008B;
}
.search-btn {
    position: relative;
}
.pullpush_box_left .search-btn img {
    position: absolute!important;
}

.test-box-first .images-box-two img{
    height: 25px;
}
.test-box-first .images-box-two img{
    height: 25px;
}
.test-box-image-gallery .images-box-two img {
    width: 100%;
    height: 150px;
}
.test-box-first .images-box-two img{
    height: 25px;
}
.test-box-image-gallery .images-box-two img {
    object-fit: contain;
}
.folder-box-inner{
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.folder-box .test-box {
    margin-right:15px;
    width:100%
}
.images-box-two {
    width: 40px;
}
.test-box .text {
    padding-left: 0px;
}
.test-box-image-gallery .text_new p{
    min-height: 60px;
}
.images-box-two video {
    height: 144px!important;
}
.test-box-first {
    align-items: flex-start!important;
}
.test-box-image-gallery .text-box-inner{
    align-items: flex-start!important;
}
.folder-box-inner{
    flex-wrap: wrap;
}
.folder-box .test-box {
    margin-bottom:15px
}


@media all and (max-width:1400px){
    .test-box-image-gallery{
        max-width:203px
    }
}
@media all and (max-width:1199px){
    .container{
        padding: 0 20px;
    }
    .pullpush-box .heading h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .pullpush_box_left .search-btn .input-style{
        padding: 10px 60px 10px 36px;
    }
    .folder-box .test-box{
        padding: 10px 0;
    }
    .test-box-image-gallery{
        max-width: 157px;
    }
    .test-box-image-gallery .text_new {
    padding-left: 6px;
    }
    .folder-box .test-box{
        max-width: 219px;
    }
    .pullpush-box-middle .text p{
        font-size: 18px;
        line-height: 23px;
    }
}
@media all and (max-width:1023px){
    .test-box-image-gallery {
        max-width: 157px;
    }
    .test-box-image-gallery .text_new {
        padding-left: 5px;
    }
    .pullpush_box_left .search-btn .input-style {
        padding: 10px 20px 10px 36px;
    }
    .pullpush-box .heading h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .pullpush_box_left .user-box {
       margin-left: 10px;
    }
    .pullpush_box_left .three-line-box {
        margin-left: 10px;
    }
    .pullpush_box_left .i-icon-box {
        margin-left: 10px;
    }
    .pullpush_box_left .dropdown{
        margin-left: 10px;
    }
    .folder-box h4{
        font-size: 16px;
    }
    .folder-box .test-box {
        max-width: 155px;
    }
    .test-box .text {
        padding-left: 10px;
    }
}
@media all and (max-width:767px){
    .pullpush-box{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items:flex-start;
    }
    .test-box-image-gallery:nth-child(4n) {
        margin-right:20px;
    }
    .test-box-image-gallery{
        margin-right: 20px;
    }
    .test-box-image-gallery {
        max-width: 153px;
    }
    .test-box-image-gallery .text_new {
        padding-left: 3px;
    }
    .pullpush-box{
        padding-bottom: 30px;
    }
    .pullpush_box_left {
        padding-top:30px
    }
    .pullpush-box-bottom {
        padding-top: 30px;
    }
}
@media all and (max-width:599px){
    .pullpush_box_left{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content:flex-start;
    }
    .test-box-image-gallery {
     max-width: 180px;
    }
    .pullpush-box .heading h3{
        padding-bottom: 20px;
    }
    .pullpush-box .search-btn{
        padding-bottom: 30px;
    }
    .pullpush-box{
        padding-bottom: 0;
    }
    .pullpush_box_left .user-box {
        margin-left: 0;
    }
    .test-box-image-gallery:nth-child(4n) {
        margin-right:20px;
    }
    .test-box-image-gallery{
        margin-right: 20px;
    }
    .bottom-last-image-gallery-box{
        justify-content: center;
    }
    .folder-box h4{
        text-align: center;
    }
    .folder-box .test-box{
        margin: 0 auto;
    }
    .folder-box h4{
        padding-bottom: 15px;
    }
    .pullpush-box-bottom {
        padding-top: 30px;
    }
    .test-box-image-gallery{
        margin-bottom: 20px;
    }
    .folder-box .test-box {
        padding: 15px 0;
    }
    .pullpush-box-middle{
        padding-top: 30px;
    }
    .pullpush_box_left .three-line-box{
        padding: 9px 9.5px 9px 9.5px;
    }
    .pullpush_box_left .i-icon-box{
        padding: 6px 8px 6px 8px;
    }
    .pullpush_box_left .dropdown{
        padding: 7px 8.5px 7px 8.5px;
    }
    .pullpush-box-middle .text p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width:479px){
    .test-box-image-gallery {
        max-width:180px;
        margin-right:0
    }
    .pullpush-box-middle .icon-box{
        padding-left:15px
    }
}
@media all and (max-width:375px){
    .test-box-image-gallery {
        margin-right: 5px;
    }
}
@media all and (max-width:360px){
    .pullpush_box_left .user-box select {
        padding: 11px 22px;
    }
    .pullpush_box_left .user-box img{
        left: 5px;
    }
    .pullpush_box_left .three-line-box {
        margin-left: 6px;
    }
    .pullpush_box_left .i-icon-box {
        margin-left: 6px;
    }
    .pullpush_box_left .dropdown {
        margin-left: 6px;
    }
}
    .white-bg {
        background: #ffffff;
        box-shadow: none; 
        border-radius: 20px;
    }

    .pink-border-text-btn:hover {
        color: #000000;
        border: 1px solid #FFCB05;
        background-color: #FFCB05;
        transition: 0.5s;
    }

    .pink-border-text-btn {
        color: #000000;
        border: 1px solid #FFCB05;
/*        padding: 10px 16px 10px 16px;*/
        border-radius: 10px;
        position: relative;
        transition: 0.5s;
        margin-bottom: 10px;
        width: 40%;
        display: flex;
    }

    .popup-image-gallery-box-inner a img {
        max-width: 100%;
        height: 165px;
        width: auto;
        object-fit: contain;
    }

    .popup-image-gallery-box {
        padding: 0 5px;
        display: inline-block;
    }
    .popup-image-gallery-box-inner {
        border: 1px solid black;
        padding: 10px 5px;
        height: 165px;
        border-radius:20px;
    }
    .popup-image-gallery-box-inner a img {
        max-width: 100%;
        height: 120px;
        width: auto;
        object-fit: contain;
    }
    .popup-image-gallery-box-inner a  h3 {
        margin-top: 10px;
        font-weight: 600;
    }

    .video-photo-right-box .video-photo-box .stepfour-right-center-section-inner-right-inner input[type=file] {
        height: 100%!important;
        z-index: 1;
        bottom: 0px;
        left: 0px;
        cursor: pointer;
    }

    .popup-image-gallery-box-inner .popup-image-gallery-click img {
        max-width: 100%;
        height: 120px;
        width: auto;
        object-fit: contain;
    }
    .popup-image-gallery-box-inner .popup-image-gallery-click h3 {
        margin-top: 10px;
        font-weight: 600;
    }

    .popup-image-gallery-box-inner .green-text {
        color: #000;
    }

    .stepfour-right-center-section-inner a.image_gallery_club_popup {
        color: #000!important;
        width:100%;
    }

    .lyndhurst-bowling-club-box-popup-detail {
        display: inline-block;
    }

    .line-clamp {
      display: -webkit-box;
      -webkit-line-clamp:1;
      -webkit-box-orient: vertical;  
      overflow: hidden;
    }

    .pink-border-text-btn:before {
        background-image: none !important;
    }

    .image-upload {
    padding:30px 30px 30px 0px!important;
}
.video_photo_club_popup{
    border:0.3px dashed #EB008B;
    border-radius: 8px;
}
.upload-field{
    cursor:pointer;
}
.file-thumbnail{
    text-align:center;
}
.mfp-auto-cursor .mfp-content {
    max-width:1100px;
    margin: 0 auto;
}
.lyndhurst-bowling-club-box-popup-detail {
    align-items: center;
    padding-top: 10%;
    padding-bottom: 10%;
}
.lyndhurst-bowling-club-box-inner-profile-popup{
    border-radius:40px
}
.lyndhurst-bowling-club-box-popup-detail {
    display: grid!important;
}
.stepfour-right-center-section-inner-right-inner{
    border: 0.7px dashed #000000;
    border-radius: 10px;
    text-align: center;
    min-height: 200px;
    padding: 0 40px;
}
.stepfour-right-center-section-inner-left-text{
    text-align:center;
    padding-bottom: 30px;
}
.lyndhurst-bowling-club-input-box{
    max-width: 350px;
    margin: 0 auto;
    margin-left:17%
}
.lyndhurst-bowling-club-input-box:first-child{
    margin-left:5%;
}
.stepfour-right-center-section-inner-left-text{
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color:#000000;
}
.open-our-gallery-box-icon{
    padding-top:20%
}
.video-photo-right-box .video-photo-box .stepfour-right-center-section-inner-right-inner input[type=file]{
    padding-top:10%
}
.stepfour-right-center-section-inner-right-upload{
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    padding-top:20px;
}
.stepfour-right-center-section-inner-right-icon{
    padding-top: 20px;
}
.dropmenu-for-upload li a {
    color: black !important;
    padding: 10px 15px;
    margin: 0.3em 6px;
    cursor: pointer;
    font-family: 'nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.dropmenu-for-upload li a:hover{
    background: #EB008B;
    color: white !important;
    border-radius: 5px;
}
.image-upload-inner {
    border: 1px solid #EB008B;
    border-style: dashed;
    padding: 15px 5px;
    border-radius: 10px;
}
.video_photo_club_popup {
    border: 0px dashed #EB008B;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}
.image-upload {
    height: auto;
    background-color: #000000;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
}
.lyndhurst-bowling-club-box-popup-detail {
    align-items: center;
    padding:1% 2%!important;
}
.lyndhurst-bowling-club-box-inner-profile-popup{
    border-radius:40px
}
.lyndhurst-bowling-club-box-popup-detail {
    display: grid!important;
}
.stepfour-right-center-section-inner-right-inner{
    border: 0.7px dashed #000000;
    border-radius: 10px;
    text-align: center;
    min-height: 200px;
    padding: 0 40px;
}
.stepfour-right-center-section-inner-left-text{
    text-align:center;
    padding-bottom: 30px;
}
.lyndhurst-bowling-club-input-box{
    max-width: 350px;
    margin: 0 auto;
    margin-left:17%
}
.lyndhurst-bowling-club-input-box:first-child{
    margin-left:5%;
}
.stepfour-right-center-section-inner-left-text{
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color:#000000;
}
.open-our-gallery-box-icon{
    padding-top:20%
}
.video-photo-right-box .video-photo-box .stepfour-right-center-section-inner-right-inner input[type=file]{
    padding-top:10%
}
.stepfour-right-center-section-inner-right-upload{
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    padding-top:20px;
}
.stepfour-right-center-section-inner-right-icon{
    padding-top: 20px;
}
.popup-image-gallery-box{
    margin-bottom: 10px;
}
.popup-image-gallery-click{
    text-align:center;
}
.our_story_hero_box_left_image_detail{
    overflow: scroll;
    height: 400px;
    overflow-x: hidden;
}
.mfp-close {
    margin-right: 34px;
    border: 1px solid #EB008B !important;
    border-radius: 22px;
    color: white !important;
    background: #EB008B !important;
    padding: 0px;
    /* margin: 17px; */
    margin-top: 12px;
}
.popup-box {
    padding: 20px;
    border-radius: 20px;
    margin: auto;
}
.popupsubmit-button{
    padding: 6px 40px !important;
    border-radius: 10px !important;
    color: white !important;
    background-color: transparent !important;
    transition: 0.3s;
    border: 1px solid transparent !important;
}

.popupsubmit-button:hover {
    background-color: #FCD100 !important;

    color:black !important;
    border-color: #FCD100 !important;
}
button.mfp-close {
        color:"white" !important;
    }

    .dropmenu-for-upload li{
        margin:10px 0px
    }

    .dropmenu-for-upload li a:hover {
    background: #FCD100 !important;
    color: black !important;
    border-radius: 5px;
}    
.image-upload-inner {
    border: 1px solid #FCD100;
    display:flex;
    border-style: dashed;
    padding: 15px 5px;
    border-radius: 10px;
}
.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.button.mfp-close {
    display: none;
}
.modal-header {
    display: block !important;
}


</style>