.callText {
	color: #fff;
	font-weight: 600;
	margin-top: 50px;
}

img {
	height: auto;
}

.grad-list ul li {
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: 0.9rem;
	line-height: 2rem;
}

.grad-list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: rgb(241, 0, 215);
	background: radial-gradient(circle, rgba(241, 0, 215, 1) 0%, rgba(255, 31, 47, 1) 12%, rgba(242, 83, 73, 1) 24%, rgba(255, 169, 63, 1) 36%, rgba(179, 214, 118, 1) 48%, rgba(0, 0, 255, 1) 65%, rgba(0, 0, 255, 1) 100%);
}

.brand-sec.brand-sec-inner.text-center {
	background: transparent;
	padding: 0 0;
}

footer::before {
	display: none;
}

.buttonGrp {
	margin-top: 30px;
	gap: 10px;
}

.modal-content .popup-content {
	height: 80vh !important;
}

/* Banner CSS */

.banner-inner-page {
	padding-bottom: 100px;
	padding-top: 2.54rem;
}

.banner-inner-page .banner-content {
	text-align: center;
}

.banner-inner-page .banner-content h1 {
	max-width: 60vw;
	margin: 0 auto;
}

.banner-content p {
	max-width: 60vw;
	margin: 15px auto 10px;
}

.banner-inner-page .banner-content .btn {
	margin-top: 20px;
}

.banner-inner-page .brand-sec {
	padding-top: 120px;
}



.professional-hero .partner-logo {
	justify-content: flex-start;
	margin: 0;
}

.professional-hero .professional-hero-bx {
	flex: 0 0 50%;
}

.professional-hero .professional-hero-bx-right {
	flex: 0 0 45%;
	max-width: 45%;
	text-align: right;
}

.professional-hero-area {
	align-items: center;
}


.professional-hero-bx .font-normal.h5 {
	margin: 15px 0 10px;
}

.professional-hero {
	margin-bottom: 100px;
	margin-top: 100px;
}


/* End Banner CSS */

/* Form CSS */

.sub-cat-feat {
	background: var(--dc-primary);
	padding: 120px 0;
}

.sec-head {
	margin-bottom: 30px;
}

.sec-head h3 {
	margin-bottom: 15px;
}

.newwaybusiness .tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.newwaybusiness ul#tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: 0;
}

.newwaybusiness #tabs-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	flex: 0 0 100%;
	margin-top: 50px
}

.newwaybusiness ul#tabs-nav li {
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	background: var(--dc-white);
	position: relative;
	height: 100px;
	width: 100px;
	margin: 7px;
	flex: 2 0 calc(16% - 1rem);
	border-radius: 5px
}

/* .newwaybusiness ul#tabs-nav li .newband {
	position: absolute;
	top: -22%;
	left: 0;
	font-size: 10px;
	color: var(--red);
	border-radius: 3px;
	padding: 0 4px;
	text-transform: uppercase
} */
.newwaybusiness #tabs-nav li a {
	text-decoration: none;
	color: var(--black);
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px 10px;
	height: 100%;
	border-radius: 5px;
}

.newwaybusiness ul#tabs-nav li a:hover,
.newwaybusiness ul#tabs-nav li a.active {
	background: rgb(243, 91, 73);
	background: linear-gradient(0deg, rgba(243, 91, 73, 1) 0%, rgba(248, 174, 69, 1) 50%, rgba(118, 185, 149, 1) 100%);
	color: var(--dc-white);
}

.newwaybusiness .tab-cont {
	padding: 40px;
	background-color: #FFF;
	border-radius: 20px;
	display: none;
}

.newwaybusiness .tab-cont.active {
	display: block;
}

.contentBox {
	align-items: center;
	display: flex
}

.contentimg {
	padding: 0px !important;
	max-width: 50%;
	margin-right: 0%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 50%;
	float: left
}

/*
.contentimg img {
	width: 90%
}
*/

.contentdetail {
	float: left;
	padding: 0px !important;
	max-width: 42%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0% 0 0 3%;
	flex: 0 0 45%;
}

.contentdetail h3 {
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
}

.contentdetail h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	background: rgb(241, 0, 215);
	background: linear-gradient(270deg, rgb(247, 0, 208) 0%, rgb(255, 31, 47) 17%, rgb(242, 83, 73) 34%, rgb(255, 169, 63) 50%, rgb(172, 241, 183) 66%, rgb(95, 233, 255) 81%, rgb(0, 0, 255) 99%);
	height: 5px;
	border-radius: 50px;
}

/* End Form CSS */

.event-type {
	padding: 120px 0;
}

.readyHostItemBox .icon {
	background-image: linear-gradient(white, white), linear-gradient(90deg, rgba(241, 0, 215, 1) 0%, rgba(255, 31, 47, 1) 15%, rgba(242, 83, 73, 1) 33%, rgba(255, 169, 63, 1) 49%, rgba(179, 214, 118, 1) 63%, rgba(0, 134, 202, 1) 83%, rgba(0, 0, 255, 1) 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
}

.readyHostItemBox img {
	width: 50%;
	/* filter: brightness(100); */
}

.readyHostItemBox p {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	color: var(--black);
	font-weight: 600;
	padding: 15px 0 0 0
}

.ets-arrows .ets-left {
	position: absolute;
	left: -40px;
	top: -100px;
	font-size: 35px;
	color: var(--dc-primary);
}

.ets-arrows .ets-right {
	position: absolute;
	right: -40px;
	top: -100px;
	font-size: 35px;
	color: var(--dc-primary);
}

.ets-arrows {
	position: relative;
}

.host-event {
	padding: 120px 0;
}

.hes-item {
/*	padding: 0px 10px;*/
	text-align: center;
}

.hes-item img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 20px;
}


.host-event .slick-slide {
	transform: scale(0.9);
	transition: all .5s ease 0s;
}

.host-event .slick-active {
	transform: scale(1);
}

.host-event-slider {
	margin-top: 60px;
}

.hes-arrows {
	text-align: center;
	font-size: 40px;
	margin-top: 30px;
	color: var(--dc-primary);
}


.EventGoingContentSection ol li::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 5px;
	width: 8px;
	height: 15px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.EventGoingContentSection ol li {
	font-size: 18px;
	color: var(--white);
	font-weight: 300;
	line-height: 30px;
	position: relative;
	padding-left: 35px;
}

.EventGoingContentSection ol {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 3;
	margin-top: 30px;
}

.EventGoingContentSection {
	color: #fff;
	/*padding: 120px 0;*/
}

.EventGoingContentSection h3.font-normal {
	margin: 20px 0;
}


.rth-img {
	display: none;
}

.rth-img.active {
	display: block;
}

.rth-cnt {
	display: none;
}

.rth-cnt.active {
	display: block;
}

.rth-sec {
	padding-bottom: 80px;
	padding-top: 40px;
}

.rth-left {
	flex: 0 0 45%;
	max-width: 45%;
}

.rth-right {
	flex: 0 0 45%;
	max-width: 45%;
}

.rth-top-tab li a {
	border: 1px solid var(--dc-primary);
	border-radius: 2rem;
	padding: 8px 15px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

.rth-top-tab li a.active {
	background-color: var(--dc-primary);
	color: var(--dc-white);
}

.rth-top-tab ul {
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
}

.rth-img img {
	border-radius: 10px;
	/* box-shadow: 0 0 10px #3f2e88; */
}

.rth-cnt h3 {
	color: var(--dc-primary);
	margin-bottom: 10px;
}

.rth-cnt p {
	margin-bottom: 20px;
}

.rth-left.order-2 {
	order: 2;
}

.rth-right.order-1 {
	order: 1;
}

.rth-cnt a {
	color: var(--dc-primary);
	font-size: 18px;
	font-weight: 600;
}

.readmore {
	color: var(--dc-primary);
	font-weight: 600;
}


.hes-item .dimension-img {
	margin-bottom: 20px;
}

.hes-item .dimension-img:before {
	padding-top:63%;
}


.hes-item .dimension-img .lazy {
	width: auto !important;
	margin: auto !important;
}

.hes-item .dimension-img .lazy.loaded {
	width: 100% !important;
}

.hes-item .dimension-img:after{
	position: absolute;
	width: 100%;
	height:100%;
	content: '';
	position: absolute;
	left:0px;
	top:0px;
    right:0px;
    bottom:0px;
	background-color: rgba(79, 77, 77, 0.70);
	border-radius:20px;
    z-index:1; 
}



.host-event .slick-center .dimension-img:after {
	opacity:0;
}


.rth-sec .dimension-img:before {
	padding-top: 60%;
}

.contentBox .dimension-img {
	width: 100%;
}

.contentBox .dimension-img:before {
	padding-top: 60%;
}


@media(max-width:1440px) {
	.newwaybusiness ul#tabs-nav li {
		flex: 2 0 calc(25% - 1rem);
	}

	.EventGoingContentSection {
		color: #fff;
		padding: 0;
	}
}




@media(max-width:1100px) {
	.newwaybusiness ul#tabs-nav li {
		flex: 2 0 calc(33% - 1rem);
	}

	.banner-inner-page .banner-content h1 {
		max-width: 100vw;
	}

	.banner-content p {
		max-width: 100vw;
	}

}

@media(max-width:991px) {
	.host-event {
		padding: 60px 0;
	}

	.sub-cat-feat {
		padding: 60px 0;
	}

	.contentBox {
		flex-wrap: wrap;
		gap: 30px;
	}

	.contentBox .dimension-img:before {
		padding-top: 65%;
	}

	.contentimg {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.contentdetail {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.ets-arrows .ets-right {
		right: 0px;
	}

	.ets-arrows .ets-left {
		left: 0;
	}


    
.professional-hero .professional-hero-bx {
	flex: 0 0 100%;
    text-align:center;
}

.professional-hero .partner-logo{ 
    justify-content:center;
}    
    
.professional-hero .professional-hero-bx-right {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 30px;
} 

.professional-hero-area {
    flex-direction: column;
}
	
}

@media(max-width:767px) {
	.banner-inner-page {
		padding-bottom: 60px;
	}

	.EventGoingContentSection ol {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 1;
	}

	.EventGoingContentSection ol li {
		margin: 10px 0;
	}

	.newwaybusiness ul#tabs-nav {
		display: none;
	}

	.newwaybusiness #tabs-content {
		margin-top: 0;
	}

	.newwaybusiness .tab-cont {
		display: block;
		padding: 30px 20px 50px;
		border-radius: 15px;

	}

	.newwaybusiness .contentdetail .contentText {
		min-height: 320px;
	}

	.newwaybusiness .slick-slide {
		padding: 0 3px;
	}

	.rth-sec {}

	.ready-to-host {
		padding-bottom: 30px;
	}

	.rth-sec {
		flex-wrap: wrap;
		padding-bottom: 30px;
		padding-top: 30px;
	}


	.rth-right {
		padding-bottom: 20px;
	}


	.rth-left,
	.rth-right {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.rth-left {
		order: 2;
	}

	.btn {
		font-size: 15px;
		padding: 15px 30px;
	}

}

.connect-with-us{ 
    background: rgb(243,91,73);
	background: linear-gradient(0deg, rgba(243,91,73,1) 0%, rgba(248,174,69,1) 50%, rgba(118,185,149,1) 100%);
    padding:80px 0px;
    margin-top:100px;
}


.connect-with-us .heading{ 
    max-width:35%; 
    flex:0 0 35%; 
    position:relative;
}


.connect-with-us .heading span{
    display:block;
}

.connect-with-us .heading p{ 
    padding-top:10px;
}

.connect-with-us .row{ 

    justify-content:space-between;
}



.connect-with-us .demo-form {
	padding: 0;
	max-width:60%;
	flex:0 0 60%;
	position: relative;
	z-index:8;
}


.connect-with-us .enquiry-form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
}


.connect-with-us .enquiry-form .form-group.half{
    margin-left:8px;
    margin-right:8px;
    flex: 0 0 calc(33.33% - 19px);
		max-width: calc(33.33% - 19px);
}

.enquiry-form .form-group + p {
	display: inline-block;
	width: 0;
	height: 0;
}

.connect-with-us .enquiry-form .form-group.full{
    margin-left:8px;
    margin-right:8px;
    flex:100%;
}


.connect-with-us .enquiry-form .privacy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -8px !important;
	color: #fff;
}

.connect-with-us .enquiry-form .privacy .form-group{ 
    margin-left:auto;
    margin-bottom:0;
}



select.form-control {
	appearance: none;
	background-image: url(../images/new/drope-arrow.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px);
} 



.form-group {
	margin-bottom: 0.9rem;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
	border-radius: 0.6rem;
	font-family: var(--primary-font-family);
	font-size: 14px;
	height: calc(1.25rem + 30px);
}

textarea.form-control {
	height: 80px;
}
  
.submit-btn {
	background: rgb(247,0,208);
	background: linear-gradient(0deg, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 29%, rgba(242,83,73,1) 48%, rgba(255,169,63,1) 75%, rgba(172,241,183,1) 100%);
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight:500;
	padding: 15px 20px;
	font-size: 1.1rem;
    border-radius: 10px;
	
    cursor:pointer; 
    border:0;
}



@media(max-width:1366px) {
    .form-control {
        font-size: 12px;
    }

}


@media(max-width:991px){
.connect-with-us .row {
	justify-content: space-between;
	flex-direction: column;
	gap: 25px;
}
.connect-with-us .heading {
	max-width: 100%;
	flex: 0 0 100%;
	text-align: center;
}
.connect-with-us .demo-form {
	max-width: 100%;
	flex: 0 0 100%;
}
.connect-with-us {
	padding: 60px 0px;
}

}

@media(max-width:767px){
.connect-with-us {
	margin-top: 50px;
}
.connect-with-us .enquiry-form .form-group.half {
	flex: 100%;
	max-width: 100%;
}
.connect-with-us .enquiry-form .form-group.full {
	flex-direction: column;
	gap: 40px;
}
.connect-with-us .enquiry-form .privacy .form-group {
	margin-left: 30px;
}
.privacy p {
	display: none;
}
.enquiry-form .form-group + p {
	display: none;
	width: 0;
	height: 0;
}

    .form-control {
        font-size: 14px;
    }

}



.eventanyindustry {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 100px 0px;
	background: var(--dc-primary);
}

.virtual-event-page {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
  
  
  .eventanyindustrydata{
  
    background-color: #fff;
      min-height: 250px;
      border-radius: 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      padding: 35px;
  }
  
.eventanyindustrydata ul li img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.contentImg{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: baseline;
    width: 100%;
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0px !important;
}

  .tab-content img{
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    display: table;
  }

.contentbox{
    padding-left: 5%;
    display: flex;
    flex: 0 0 60%;
    max-width: 60%;
}


  .eventanyindustrydata .tab-content h3{
      font-weight: 700;
      margin: 12px 0;
      padding: 0px;
      font-size: 21px;
  }
  
  .eventanyindustrydata .tab-content p {
    margin:0px;
    padding: 0px;
    font-size:16px;
  }
  .eventanyindustrydata .tab-content a {
	color: var(--dc-primary);
	font-size: 14px;
	margin: 15px 0 0 0;
	font-weight: 600;
}
  .eventanyindustrydata .tab-content a span{
  color: #000;
   font-size:14px;
  }

  .eventanyindustrydata ul.tabs li a span{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    line-height: 18px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.eventanyindustrydata ul.tabs li a{
    color: var(--black);
    display: flex;
    cursor: pointer;
    border: 1px solid var(--gray);
    border-radius: 10px;
    width: 147px;
    margin: 0px 10px 20px;
    height: 147px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }

.eventanyindustrydata ul.tabs li a.active{
     border:1px solid #ee594c;
     box-shadow: 0 7px 12px #ddd;
     color: #222;
   }


.eventanyindustrydata .tab-content.active{
     display: inherit;
   }


    .mobileDeviceAccording{
        display: none;
        width: 100%;
    } 

    .mobileDeviceAccording .accordion {
    width: 100%;
    }


    .newwaybusinesscontent .mobileDeviceAccording ol li{
        padding: 8px 0px;
    }

    .mobileDeviceAccording ol li{
        width: 100%;
        box-shadow: 0 7px 12px #ddd;
        border-radius: 15px;
        background: #fff;
        border: 1px solid var(--gray);
        padding: 5px 0px;
        margin: 8px 0px;
    }

    .mobileDeviceAccording ol li button{
        width: 100%;
        padding: 5px 15px;
    } 


    .card-body{
    border-top: 1px solid var(--gray);
    margin:5px 15px 0px;
    }

    .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 0;
    background: transparent;

    }

    .accordion-button::after {
    content: "";
    top: 50%;
    right: 4%;
    border: 0;
    cursor: pointer;
    transform: translate(-0%,-50%) rotate(-45deg);
    display: block;
    margin: 0px auto;
     width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--grey);
    border-left: 2px solid var(--grey);
    transition: transform .2s ease-in-out;
    position: absolute;
    }

    .accordion-button:not(.collapsed)::after {
    transform: translate(-6%,-50%) rotate(133deg);
    }

@media(max-width: 767px){
.contentImg {
	display: none;
}
.contentbox {
	display: none;
}
.mobileDeviceAccording {
	display: block;
}
.eventanyindustrydata {
	background-color: transparent;
	padding: 0;
}
.mobileDeviceAccording ol li {
	box-shadow: 0 0 0;
}

.buttonGrp {
	flex-direction: column;
}



}

.modal-content .popup-content p {
	color: var(--dc-secondary);
}
.modal-content .popup-content p a {
	color: var(--dc-primary) !important;
	font-weight: 500;
}