/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('https://www.venuelook.com/css/fonts/montserrat-v14-latin-regular.woff2') format('woff2'), 
       url('https://www.venuelook.com/css/fonts/montserrat-v14-latin-regular.woff') format('woff');
    font-display: swap; 
}

body
{ 
    font-family: 'Montserrat', sans-serif!important;
    background-color: #f8f8f8;
}
p,h1,h2,h3,h4,h5,a, ul, li, select, option, span, button{
    font-family: 'Montserrat', sans-serif!important;
}

.Extended--grey
{
	background-color: #f8f8f8;
	font-family: 'Montserrat', sans-serif!important;
}
.vendorsSignupHeader {
    background: url(https://www.venuelook.com/images/bg-venue.png) no-repeat scroll 50% 50% transparent;
    background-size: cover;
    color: #fff;
    margin-top: 15px;
    padding: 50px 30px;
    border-radius: 3px 3px 0 0;
    text-align: center;
}
 .wrapper {
    max-width: 1000px;
    min-width: inherit;
	    margin: 0 auto
}
.wrapper--blood {
    padding: 0 15px;
}
.mt30_list_a_venue{
    margin-top: 75px;
}
.vendorsSignupHeader__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 10px;
}
.vendorsSignupHeader__description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    max-width: 550px;
    margin: 0 auto;
}
.title_list_a_venue
{
	    font-size: 17px;
    font-weight: 600;
	color:#4B4B4D;
}
.title_list_a_venue i
{
	border: 1px solid;
    padding: 6px 9px;
    border-radius: 50%;
	margin-right: 5px;
}
.vendorsSignupBox {
    padding: 25px 20px;
    background: #fff;
}
.pure-g {

    text-rendering: optimizespeed;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-flex;
    display: flex;
}
.pure-u-5-10{
    width: 60%;
}
.pure-u-5-101
{
	width: 40%;
}
.mb5 {
    margin-bottom: 5px;
}
.pure-u-1
{
	height: 40px;
	font-size: 14px;
    line-height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    transition: .3s linear border;
    box-shadow: 0 0 0 2px #f0f0f0;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: .5em .6em;
    display: inline-block;
    padding: 5px;
    margin: 5px 0;
	width: 100%;
}
.detail_Section_list_a_venue
{
	background: #e8f3f8;
    color: #201f1f;
    border-radius: 2px;
    padding: 11px 20px;
    margin-bottom: 20px;
}
.detail_Section_list_a_venue p
{
	margin-bottom: 0px;
}
.pure-u-1[disabled]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control_list 
{
    height: auto;
}
.pb25 {
    padding-bottom: 25px;
}
.pt25 {
    padding-top: 25px;
}
.small {
    font-size: 15px!important;
    line-height: 21px;
    color: initial;
}
.mb15 {
    margin-bottom: 15px;
}
.btn-flat.red:hover {
    background-color: #f80410;
    /*color: #fff;*/
}
.btn-flat.red {
    background-color: rgb(237, 50, 55);
}
.btn-flat {
    font-weight: 600;
    padding: 9px 12px;
    border-radius: 3px;
    /*color: #fff;*/
    display: inline-block;
    cursor: pointer;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
.footerSimple {
    background: #efefef;
    padding: 20px 0;
    text-align: center;
}
.footerSimple__nav {
    margin-bottom: 10px;
}
.footerSimple__navItem {
    font-size: 14px;
    line-height: 21px;
    color: #6c6c6c;
    padding: 0 8px 0 3px;
    display: inline-block;

}
.footerSimple__navItem:hover
{   
color: rgb(237, 50, 55);
}
.footerSimple__copyright {
    font-size: 14px;
    line-height: 21px;
    color: #6c6c6c;
    font-weight: 400;
    margin: 0;
}
.pure-u-7-10 img
{
	width: 149px;
	text-align: center;
}
.pure-u-7-10
{
	text-align:center;
	margin: 0px 45px;
	box-shadow: 0 0 0 2px #f0f0f0;
}
.right_head
{
	font-size: 18px;
    font-weight: 600;
}
.right_head_1
{
	font-size: 16px;
    margin-top:0;
}
.right_head_2
{
	font-size: 15px;
    margin-top:0;
	   font-weight: 600;
}
/*select*/
select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-color: #fff;
   
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 3px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:100%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:3px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}



.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}

/*package-page*/
.breadcrumb_step2
{
	background:transparent!important;

}
.tag a
{
	color: rgb(237, 50, 55);
}
.pure-u-50
{  
 width: 50%;
 
 
 }
 .well-box_package
 {
	 box-shadow: rgba(2,5,5,.09) 0 1px 5px 1px;
padding:20px;
	 text-align:center;
	 margin:13px;
	 min-height:340px
 }
 .price-title_package
 {
	 font-size: 24px;
    font-weight: 600;
 }
 .price-plan_package
 {
	 font-size: 30px;
 }
  .price-plan_package i
 {
	     font-size: smaller;
		 padding-right: 5px;
 }
 .price-plan_package .permonth {
    font-size: 14px;
	}
	.btn-md_Package
	{
	background: rgb(237, 50, 55)!important;
    color: white!important;
    padding: 9px 20px!important;
	    margin-top: 16px;
	}
	.p_package
	{
		line-height: 1.7;
	}
	.vendorspackageBox
	{
		padding: 25px 81px;
		  background: #fff;
	}
	.packageDetail_BOX
	{
		 box-shadow: rgba(2,5,5,.09) 0 1px 5px 1px;
 margin:13px;
 padding:20px
	}
	.packageDetail_BOX_li
	{
		    line-height: 1.8;
    font-size: 15px;
	}
	.pd30
	{
		
		    margin-bottom: 0px;
	}
	.packageDetail_BOX_li hr
	{
		padding:0!important;
	}
	.packageDetail_BOX_h3
	{
		font-size: 17px;
    font-weight: 600;
	padding-left: 24px;
	}
	.div_package_a img
	{
	    width: 100%;
        padding-top: 20px;
	}
	.div_package
	{
		    background: white;
			padding:10px!important;
			border-right: 6px solid #f8f8f8;
	}
	.pad-0_package
	{
		padding:0px!important;
		margin:20px 0;
	}
	.div_package_b h3
	{
		font-size: 19px;
    font-weight: 600;
	    margin-top: 13px;
	}
	.div_package_b a
	{
		color: rgb(237, 50, 55)!important;
	}
	
/*payment-page*/
.pure-u-30
{
	width:30%;
}	
.pure-u-70
{
	width:70%;
	    padding-left: 41px;
}	

.panel-primary_payment>.panel-heading_payment {
    color: #fff;
    background-color:  #00ACDD;
    border-color:  #00ACDD;
}
.panel-heading_payment {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.table-striped_payment>tbody>tr {
    background-color: #fafafa;
}
.panel-body_payment {
    padding: 15px;
}
.single-widget_payment
{
	font-size: 26px;
    font-weight: 600;
}
/*why-work*/
.work_head
{
	    text-align: center;
    font-size: 27px;
    font-weight: 900;
}
.title_list_a_venue_1 {
    font-size: 13px;
    font-weight: 600;
margin-bottom: 18px;}
.border {
    height: 4px;
    width: 62px;
    background-color: rgb(237, 50, 55);
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    margin: 10px auto;
}
.work-sec-1 img
{
	height: 77px;
}
.work-sec-1
{
	text-align: center;
	padding: 21px;
    box-shadow: rgba(2,5,5,.09) 0 1px 5px 1px;
	height:213px;
	margin-bottom: 22px;
}
.join_h4
{
	    font-size: 17px;
    font-weight: 600;
    margin-top: 23px;
    margin-bottom: 12px;
}
.join_p4
{
	    margin-bottom: 0;
		font-size: 12px;
}
.margin_123
{
	    margin: 27px 0px;
}

.margin-footer{
    margin-bottom: 200px;
}

.mb10{
    margin-bottom: 10px;
}

/*why-work*/


@media only screen 
and (min-width: 320px) and (max-width: 900px)
{
    .margin-footer{
        margin-bottom: 325px;
    }

    .mb10{
        margin-bottom: 10px;
    }
	.pure-u-5-101
	{
		display:none;
	}
	.vendorsSignupHeader
	{
		height: 142px;
		padding: 27px 30px
	}
	.vendorsSignupHeader__title {
    font-size: 19px;
    line-height: 26px;
	}
	.vendorsSignupHeader__description {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
	}
	.title_list_a_venue {
    font-size: 14px;}
	.title_list_a_venue i 
	{
    border: 1px solid;
    padding: 4px 6px;
	}
	.detail_Section_list_a_venue 
	{
    padding: 9px 9px;
    margin-bottom: 20px;
    font-size: 10px;
    }
	.pure-u-5-10 
	{
    width: 100%;
    }
	.vendorsSignupBox 
	{
    padding: 10px;
	}
	.pure-u-1 
	{
    height: 38px;
    font-size: 12px;
    line-height: 26px;
	}
	.footerSimple__navItem 
	{
    font-size: 11px;
	}
	.small 
	{
    font-size: 12px!important;
    line-height: 17px;
    }
.footerSimple__navItem 
{
    font-size: 11px;
}
.footerSimple__copyright {
    font-size: 11px;
}
/*package*/
.pure-g {
    display: -webkit-contents;
    /*display: contents;*/
}
.pure-u-50 {
    width: 100%;
}

.vendorspackageBox 
{
padding: 10px;
}
.btn-md_Package {
    
    margin-top: 0px;
}
.pad-0_package
{
		    background: #f8f8f8!important;
}
.div_package_b h3 
{
    font-size: 15px;
}
.div_package_b p
{
	
    font-size: 12px;
}
.div_package
{
	border:none;
	border-bottom:6px solid #f8f8f8;
}
.price-title_package {
    font-size: 21px;
    font-weight: 600;
}
.price-plan_package {
    font-size: 23px;
}
.packageDetail_BOX_li {
    font-size: 13px;
}
.packageDetail_BOX_h3 {
font-size: 14px;}
.packageDetail_BOX {
   
    padding: 0px;
}
/*payment*/
.pure-u-70 
{
width: 100%;
padding-left: 0;
}
.pure-u-30 
{
display:none;
}
}

/*CSS for Register Interest Page*/
/*top-banner*/
.bg_top_register
{
    background:url(../images/bg.png) center no-repeat; 
        height: 363px;
    background-size: cover;
}


.container_main_banner
{
        display: flex;
    justify-content: flex-start;
    max-width: 1170px;
    margin: 7px auto;
    padding: 32px 16px 0;
}
.text_section_main
{
    display: table-cell;
    padding-right: 150px;
    color: white;
        padding-top: 37px;
}
.join_h1
{
        font-size: 47px;
    font-weight: bolder;
}
.join_p1
{
    font-size: 18px;
    max-width: 478px;
    font-weight: 500;
}
.bg-conditions
    {
    display: table-cell;
    width: 416px;
    vertical-align: top;
        background: white;
        padding: 22px 24px;
}
.join-medium {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.join-form-benefits {
    list-style-image: url(../images/right.png);
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
}
 .bui_font_body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.bui-spacer--medium {
    margin-bottom: 8px!important;
}
.join-btn {
        background: rgb(237, 50, 55);
    color: #fff;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
    box-shadow: none;
    border: none;
        margin-bottom: 8px;

}
.join-btn:hover
{
    background: rgb(210 4 9);
}
/*top-banner*/
.breadcrumb_bg
{
        background: #f5f5f5;
}
/*stats*/
.page-info {
    display: table;
    position: relative;
       max-width: 800px;
    margin: 0 auto;
    border-radius: 3px;
    /*background: #fff;*/
        margin-top: 24px;
}
.page-info li {
    display: inline-block;
    padding: 0px 35px;
    text-align: center;
    transition: .3s ease-in;
}
.page-info li strong {
        display: block;
    font-size: 34px;
    font-weight: 600;
}
/*stats*/
/*why-work*/
.work_head
{
        text-align: center;
    font-size: 27px;
    font-weight: 600;
}
.border {
    height: 4px;
    width: 62px;
    background-color: rgb(237, 50, 55);
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    margin: 10px auto;
}
.work-sec-1 img
{
    height: 77px;
}
.work-sec-1
{
    text-align: center;
    padding: 21px;
    box-shadow: rgba(2,5,5,.09) 0 1px 5px 1px;
    height:240px;
}
.join_h4
{
        font-size: 17px;
    font-weight: 600;
    margin-top: 23px;
    margin-bottom: 12px;
}
.join_p4
{
        margin-bottom: 0;
        font-size: 12px;
}
.margin_123
{
        margin: 27px 0px;
}
/*why-work*/
/*venue-list-section*/
.venue_list_img img
{
    width: 100%;
}
.venue_list_link h3
{
    font-weight:600;
    font-size: 28px;
}
.venue_list_link p
{
    font-size: 16px;
        margin-bottom: 38px;
}
.btn-link-venue
{
       padding: 12px 36px;
    color: rgb(237, 50, 55);
    font-weight: 600;
    border: 2px solid;
}
.venue_list_link
{
        margin-top: 116px;
}
.btn-link-venue:hover
{
    text-decoration:none;
    background: rgb(237, 50, 55);
    color:white;
}
/*venue-list-section*/
.other_leads_bg
{
    background:url(../images/bg-2.png) center no-repeat; 
        height: 233px;
    background-size: cover;
    margin-top: 20px;
}
.div_width
{
        max-width: 400px;
    margin: auto;
    text-align: center;
    color: white;
    padding: 33px 0px;
}
.div_width h3
{
        font-weight: 600;
}
.form-input-email
{
        width: 338px;
    padding: 9px;
    color: #333;
}
.input_email
{
    display:flex;
}
.submit_email
{
        background: rgb(237, 50, 55);
    border: none;
        margin-left: -1px;
    padding: 0 19px;
}
.head_1234
{
        margin-bottom: 24px;
}
/*review*/
.bg-grey_new {
    background: #f3f4f1;
}
.work-section_new {
    text-align: center;
    margin: 28px 0;
}
.same-head_new {
    font-size: 24px;
    font-weight: 600;
}
.review_box_new {
    padding: 40px 2px;
}
.test-text-box_new {
    border-radius: 6px;
    height: 145px;
    width: 430px;
    padding: 30px 24px 34px 80px;
    color: #333;
    font-size: 14px;
    position: relative;
    margin: auto;
    text-align: left;
    background-color: #fff;
}
.quote_new {
    width: 31px;
    height: 27px;
    left: 35px;
    top: 35px;
    position: absolute;
    background: url(../images/quote.png) no-repeat 0 0;
}
.arrow-down_new {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 48%;
}
.user-name_new {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #F58634;
    text-align: center;
    margin: 20px auto 5px auto;
}
.user-name_new span {
    color: white;
    font-size: 43px;
    font-weight: bold;
}
/*video-section*/
.video-img_1
{
    /*background: url(../images/video-1.png) no-repeat 0 0;*/
    height: 400px;
    background-size: cover;
        /*padding: 20px;*/
    text-align: left;
    display: block;
    margin: 15px 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 600;
}
.video-img_2
{
    /*background: url(../images/video-2.png) no-repeat 0 0;*/
    height: 400px;
    background-size: cover;
        /*padding: 20px;*/
    text-align: left;
    display: block;
    margin: 15px 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 600;
}
.video-img_3
{
   /* background: url(../images/video-1.png) no-repeat 0 0;*/
    height: 400px;
    background-size: cover;
        /*padding: 20px;*/
    text-align: left;
    display: block;
    margin: 15px 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 600;
}
.class_none:hover
{
    text-decoration:none;
    color:white;
}
.class_none
{
    color:white;
}
.arrow_1 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 39px;
    padding-left: 7px;
    border: 2px solid #fff;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    line-height: 55px;
    position: absolute;
}


 .arrow_1:after {
    top: -2px;
    right: 1px;
 position: relative;}
 
 
 /*faq sec*/

 .section-title {
    margin: 0;
    text-align: center;
    font-size: 32px;
}
 .padding-50-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}
 .panel-group {
    margin-bottom: 20px;
}


/*change*/
#faq_register .panell {
  padding: 0px;
  background-color: white;
  border-radius:0!important;
  display:none;
}

#faq_register .accordion-reg
{
        box-shadow: 0 2px 4px rgba(0,0,0,.15)!important;
    background: #f3f3f3!important;
    border: 1px solid transparent;
    margin-bottom: 13px;
    color: black;
	cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
 
    border-top: 1px solid white;
}

/*Modal*/
.modal-body
{
    padding: 30px 53px!important;
}
.modal-dialog
{
        width: 463px;
        margin: 106px auto;
}
.close {
  color: #000;
  transform: scale(1.2)
}
.modal-content {

  background: #FAFAFA;
}


.model_head
{
    font-size: 21px;
    font-weight: 800;
text-align: center;
    margin-bottom: 31px;
}
 input:checked+.input-radio-label:before {
    background-color: #e32a2f;
    border: 2px solid #e32a2f;
    transition: background-color ease 0.28s;
}
.input-radio-label:before {
    background: #fff;
    content: '\a0';
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #dbdbdb;
    box-shadow: inset 0 0 0 3px #fff;
    height: 22px;
    width: 22px;
    min-width: 22px;
    margin-right: 14px;
    vertical-align: middle;
    transition: background-color ease 0.20s;
}
 .input-radio-label {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0 14px 24px;
    align-items: center;
        border: 1px solid #efefef;
}
.select-option {
    margin: 0;
    line-height: 22px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    transition-property: all;
    transition-duration: .2s;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ececee;
}
.visual-hide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.model_submit
{
    width: 100%;
    color: white;
    background: rgb(237, 50, 55);
    border: none;
    padding: 10px;
    font-size: 17px;
    margin-top: 26px;
}
.model_submit:hover{
    background: rgb(210 4 9);
}

.desktop_register_view_none
{
    display:none;
}

@media only screen 
and (min-width: 320px) and (max-width: 900px)
{
.modal-dialog
{
    width: 100%!important;
    margin: 106px auto;
}
.modal-body {
    padding: 29px 22px!important;
}
    .desktop_register_view_none
{
    display:block;
}
.container_main_banner 
{
display: contents;
}
.text_section_main {
    padding-right: 0;
    color: white;
    padding-top: 0;
    display: inherit;

}
.join_h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 55px;
}
.join_p1 {
    font-size: 14px;
    text-align: center;
}
.bg_top_register {
    height: auto;
    background-size: cover;
}
.mobile_register_view_none
{
    display:none;
}
.bg-conditions {
    background: #ffffff00;
    padding: 0;
}
.page-info li strong {
        display: block;
    font-size: 16px;
    font-weight: 600;
}
.page-info li {
       padding: 0px 14px;
    font-size: 12px;
}
.page-info li strong {
    font-size: 16px;
}
.page-info ul
{
    padding-left:0;
}
.page-info
{
margin: 12px 0px;
    margin-bottom: 0;
}
.work-sec-1 {
    text-align: center;
    padding: 14px;
    box-shadow: rgba(2,5,5,.09) 0 1px 5px 1px;
    height: 240px;
    width: 219px;
    margin: 3px;
}
.margin_123 {
display:flex;
    overflow-x: scroll;
    padding:0;
}
.margin_123 .col-md-3
{
        padding-right: 1px;
    padding-left: 3px;
}
.margin_1234
{
    display:flex!important;
    overflow-x: scroll;
    padding:0;
}
.venue_list_link {
    margin-top: 0;
    text-align: center;
}
.div_width {
    padding: 33px 18px;
}
}
/*CSS for Register Interest Page*/