
/* Heor Banner 05.07.24 */

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

}


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


.flex-direction{
flex-direction:column;
}

.professional-hero-bx .font-normal.h5 {
    max-width: 950px;
    margin: 15px auto;
}

.text-gradinet {
    background: padding-box text #f100d7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f700d0 0, #ff1f2f 15%, #f25349 33%, #ffa93f 49%, #b3d676 63%, #0086ca 83%, #00f 100%);
}

/* Heor Banner The end 05.07.24 */


.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 73%;
    max-width: 73%;
}

.professional-hero .professional-hero-bx h1 {
    margin-top: 1rem;
}

.professional-hero .professional-hero-bx-right {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: right;
    margin-top: 80px;
}


.desktophide{
	display: none;
}



/* End Banner CSS */

/* Form CSS */

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

.sub-cat-feat .sec-head h2 {
    flex: 0 0 73%;
    max-width: 73%;
    margin: 0px auto;
}

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

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

.newwaybusiness{
	padding: 40px;
	background-color: #FFF;
	border-radius: 20px;
    margin-top: 60px;
}

.newwaybusinessSlider{
	display: none;
}

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

.newwaybusiness ul.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 40%;
    flex: 0 0 40%;
	border: 0;
	flex-direction: column;
}


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

.newwaybusiness ul.tabs-nav li {
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    background: var(--dc-white);
    position: relative;
    height: 125px;
    width: 100%;
    margin: 7px;
    border-radius: 5px;
}


.newwaybusiness .tabs-nav li a {
	text-decoration: none;
	color: var(--black);
	font-size: 28px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 30px 30px;
	height: 100%;
	border-radius: 15px;
	 background: #fff5f4;
}

.newwaybusiness ul.tabs-nav li a:hover{
background-color: #fee2e3;
}

.newwaybusiness ul.tabs-nav li a.active {
	background:var(--dc-primary);
	color: var(--dc-white);
}

.newwaybusiness ul.tabs-nav li a.activeNew {
	background:var(--dc-primary);
	color: var(--dc-white);
}

.newwaybusiness .tab-cont {
    padding: 0px 0px 0px 60px;
	display: none;
}

.newwaybusiness.newwaybusinessNew .tab-cont {
    padding: 0px 60px 0px 0px;
	display: none;
}

.newwaybusiness .tab-cont.active {
	display: flex;
	justify-content: flex-end;
}

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

.contentBox {
	max-width: 90%;
	flex: 0 0 90%;
}

.contentimg {
	padding: 0px !important;
    max-width: 100%;
    margin-right: 0%;
   display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px auto;
    display: table;
}



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


.newwaybusiness.newwaybusinessNew .contentdetail{
	flex: 0 0 100%;
	max-width: 100%;
	margin: 10% 0 0 0%;
}

.contentdetail h3 {
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}

/*.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: 15rem 0 8rem;
    background: var(--dc-primary);
    margin-bottom: 10rem;
    margin-top: -19rem;
}

.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(--white);
	font-weight: 600;
	padding: 15px 0 0 0
}
.product-sec .product-item-main {
    display: grid;
    grid-template-columns: repeat(4, 3fr);
    gap: 1.5rem;
}
.product-sec .item-box {
    display: grid;
    height: 100%;
    border-radius: 1.5rem;
    box-shadow: 0px 2px 50px -20px rgba(0, 0, 0, 0.1);
    background: #ffff;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border: double 2px transparent;
}
.product-sec .item-box .inner {
    padding: 0;
    position: relative;
}
.product-sec .item-box .inner .full-click {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.product-sec .item-box img {
    width: 100%;
}
.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 {
	background: var(--dc-primary);
	margin-top: 16rem;
	padding-bottom: 150px;
	display: flex;
    flex-direction: column;
}

.hes-item {
	padding: 0px 15px;
	text-align: center;
}

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


.host-event .slick-slide {
	transition: all .5s ease 0s;
}



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

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


.host-event-slider .slick-prev,.host-event-slider .slick-next {
    top: 100%;
    margin: .5rem;
    background-color: transparent;
    border-color: #fff;
}

.host-event-slider .slick-next {
    left: calc(100% - 50%);
    right: inherit
}

.host-event-slider .slick-prev {
    right: calc(100% - 50%);
    left: inherit;
}

.host-event-slider .slick-prev:before,.host-event-slider .slick-next:before {
    border-top-color: #fff;
    border-left-color: #ffff;
}

.host-event-slider .slick-prev:after,.host-event-slider .slick-next:after {
    background-color: #fff;
}

.host-event-slider .slick-prev:hover, .host-event-slider .slick-next:hover{
	  background-color: #fff;
}

.host-event-slider .slick-prev:hover:before, .host-event-slider .slick-next:hover:before{
    border-top-color: #3f2e88;
    border-left-color: #3f2e88;
}

.host-event-slider .slick-prev:hover:after, .host-event-slider .slick-next:hover:after{
	   background-color: #3f2e88;
}



.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%;
}

.article-Title {
 margin: 1rem 0rem;
 display: inline-block;
}

.article-Title ul {
    display: flex;
    gap: .5rem;
}

.article-Title li {
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    color: #412688;
    border: 1px solid rgb(165 165 165 / 50%);
    border-radius: 2rem;
    padding: .3rem .7rem;
}


.impact-img {
    margin-bottom: 0rem;
}



.testimonial-section {
    padding: 6rem 0 6rem;
}

.testimonial-slider {
	background:#fff;
	border-radius: 20px;
	padding:50px 50px 30px;
	max-width: 90.8%;
    flex: 0 0 90.8%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}
.testimonial-client {
	background:#fff;
	border-radius: 20px;
	padding:50px 50px 30px;
	max-width: 90.8%;
    flex: 0 0 90.8%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
	max-width: 100% !important;
}
.testimonial-section .descraption {
    max-width: 70%;
    flex: 0 0 70%;
}

.testimonial-section .descraptionPhoto {
    max-width: 30%;
    flex: 0 0 30%;
    display: flex;
    justify-content:flex-start;
}


.testimonial-slider .slick-slide{
	padding: 0px 10px;
}

.testimonial-section .descraptionPhoto .photoCover{
	background-color: #f2f2f2;
	width: 300px;
	height: 300px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-section .descraptionPhoto .photoCover img{
/*	width: 50%;*/
}



.testimonial-section .descraption p {
    padding: 20px 0;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 30px;
}

.testimonial-section .user-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.testimonial-section .user-info .user {
	width: 8rem;
	height: 8rem;
	border-radius: 100%;
	overflow: hidden;
	background-color: #fff;
}

.testimonial-section .user-info .name {
    padding-left: 0;
}

.testimonial-section .user-info span {
    font-weight: 600;
    font-size: 1.57rem;
    display: block;
    padding-bottom: .2rem;
}

.testimonial-section .user-info p {
    padding: 0;
}

.testimonial-slider .slick-dots{
	bottom: -45px;
	left: 0;
}

.testimonial-section .partner-logo {
    justify-content: center !important;
    padding-top: 100px;
}




/* gtwo-sec Section start*/

.gtwo-sec {
    margin-bottom: 150px;
    margin-top: 20px;
}

.gtwo-sec .center {
  background: url(https://cdn5.godcstatic.com/images/2709/G2-Badges-new.png) repeat 0 0 /auto 100%;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 120px;
  padding-top: 120px;
  box-sizing: border-box;
  animation: slide 30s linear infinite;
  -webkit-animation: slide 30s linear infinite;
  -moz-animation: slide 30s linear infinite;
  position: relative;
}

.gtwo-sec .center .dimension-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  margin: 0 auto;
}

.gtwo-sec .center .dimension-img:before {
  padding-top: 50%;
}
.gtwo-sec .center:before,
.gtwo-sec .center:after{
    z-index:3;
    top:0%;
    bottom:0%;
    content:"";
    position:absolute;
    width:200px;
    display: block;
}

.gtwo-sec .center:before {
    right: calc(100% - 12%);
    background-image: linear-gradient(90deg,#fff5f4 31%,rgb(255 255 255 / 0%));
}

.gtwo-sec .center:after{
left:calc(100% - 12%);
background-image: linear-gradient(272deg,#fff5f4 31%,rgb(255 255 255 / 0%));  
}


/* gtwo-sec Section The End*/

.product-sec{
	padding: 5rem 0 10rem;
}

.product-item-main {
    padding-top: 5rem;
}

.product-sec .item-box {
    display: grid;
    height: 100%;
    border-radius: 1.5rem;
    box-shadow: 0px 2px 50px -20px rgba(0, 0, 0, 0.1);
    background: #ffff;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border: double 2px transparent;
}




/*Respnsive Css Start Time */

@media only screen and (min-width:1440px) and (max-width:1600px){
.professional-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}

.professional-hero .professional-hero-bx-right {
    margin-top: 50px;
}
.newwaybusiness ul.tabs-nav li {
    height: 100px;
}
.newwaybusiness .tabs-nav li a{
	font-size: 25px;
}

.testimonial-section .descraptionPhoto .photoCover {
    width: 250px;
    height: 250px;
}

.connect-with-us{
   margin: -10rem auto 5rem;
}

.gtwo-sec .center .dimension-img {
width: 420px;
}

.gtwo-sec .center {
height: 100px;
padding-top: 100px;
}

}


@media only screen and (min-width:1366px) and (max-width:1439px){
.professional-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}

.professional-hero .professional-hero-bx-right {
    margin-top: 50px;
}
.newwaybusiness ul.tabs-nav li {
    height: 90px;
}
.newwaybusiness .tabs-nav li a{
	font-size: 20px;
}

.testimonial-section .descraptionPhoto .photoCover {
    width: 250px;
    height: 250px;
}

.connect-with-us{
   margin: -10rem auto 5rem;
}

.gtwo-sec .center .dimension-img {
width: 420px;
}

.gtwo-sec .center {
height: 100px;
padding-top: 100px;
}

}



@media only screen and (min-width:1280px) and (max-width:1365px){
.professional-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}

.professional-hero .professional-hero-bx-right {
    margin-top: 50px;
}
.newwaybusiness ul.tabs-nav li {
    height: 90px;
}
.newwaybusiness .tabs-nav li a{
	font-size: 20px;
}

.testimonial-section .descraptionPhoto .photoCover {
    width: 250px;
    height: 250px;
}

.connect-with-us{
   margin: -10rem auto 5rem;
}

.gtwo-sec .center .dimension-img {
width: 420px;
}

.gtwo-sec .center {
height: 100px;
padding-top: 100px;
}

}


@media only screen and (min-width:1140px) and (max-width:1279px){
.professional-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}

.professional-hero .professional-hero-bx-right {
    margin-top: 50px;
}
.newwaybusiness ul.tabs-nav li {
    height: 80px;
}
.newwaybusiness .tabs-nav li a{
	font-size: 18px;
}

.testimonial-section .descraptionPhoto .photoCover {
    width: 200px;
    height: 200px;
}

.connect-with-us{
   margin: -10rem auto 5rem;
}

.gtwo-sec .center .dimension-img {
width: 360px;
}

.gtwo-sec .center {
height: 80px;
padding-top: 80px;
}

.testimonial-section .descraption p {
    font-size: 1rem;
    line-height: 25px;
}

}


@media only screen and (min-width:1024px) and (max-width:1139px){
.professional-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}

.professional-hero .professional-hero-bx-right {
    margin-top: 50px;
}
.newwaybusiness ul.tabs-nav li {
    height: 80px;
}
.newwaybusiness .tabs-nav li a{
	font-size: 18px;
}

.testimonial-section .descraptionPhoto .photoCover {
    width: 200px;
    height: 200px;
}

.connect-with-us{
   margin: -10rem auto 5rem;
}

.gtwo-sec .center .dimension-img {
width: 360px;
}

.gtwo-sec .center {
height: 80px;
padding-top: 80px;
}

.testimonial-section .descraption p {
    font-size: 1rem;
    line-height: 25px;
}

}


@media only screen and (min-width:992px) and (max-width:1023px){
.professional-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}

.professional-hero .professional-hero-bx-right {
    margin-top: 50px;
}
.newwaybusiness ul.tabs-nav li {
    height: 70px;
}
.newwaybusiness .tabs-nav li a{
	font-size:16px;
	border-radius: 5px;
}

.testimonial-section .descraptionPhoto .photoCover {
    width: 200px;
    height: 200px;
}
.testimonial-section .testimonialFaq .descraptionPhoto .photoCover {
    width: 300px;
    height: 300px;
}
.connect-with-us{
   margin: -10rem auto 5rem;
}

.gtwo-sec .center .dimension-img {
width: 360px;
}

.gtwo-sec .center {
height: 80px;
padding-top: 80px;
}

.testimonial-section .descraption p {
    font-size: 1rem;
    line-height: 25px;
}

.testimonial-section .descraptionPhoto {
    max-width: 40%;
    flex: 0 0 40%;
}

.testimonial-section .descraption {
    max-width: 60%;
    flex: 0 0 60%;
}

.testimonial-section .user-info span {
    font-size: 1rem;
}

.testimonial-section .user-info .user {
    width: 5rem;
    height: 5rem;
}

}


@media only screen and (min-width:768px) and (max-width:991px){
.professional-hero {
    margin-bottom: 50px;
    margin-top: 50px;
}

.professional-hero .professional-hero-bx-right {
    margin-top: 50px;
}
.newwaybusiness ul.tabs-nav li {
    height: 70px;
}
.newwaybusiness .tabs-nav li a{
	font-size:14px;
	border-radius: 5px;
}

.testimonial-section .descraptionPhoto .photoCover {
    width: 180px;
    height: 180px;
}

.connect-with-us{
   margin: -10rem auto 5rem;
}

.gtwo-sec .center .dimension-img {
width: 360px;
}

.gtwo-sec .center {
height: 80px;
padding-top: 80px;
}

.testimonial-section .descraption p {
    font-size: 1rem;
    line-height: 25px;
}

.testimonial-section .descraptionPhoto {
    max-width: 40%;
    flex: 0 0 40%;
}

.testimonial-section .descraption {
    max-width: 60%;
    flex: 0 0 60%;
}

.testimonial-section .user-info span {
    font-size: 1rem;
}

.testimonial-section .user-info .user {
    width: 5rem;
    height: 5rem;
}

}


@media(max-width:1440px) {

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

	.newwaybusiness .tab-cont {
	padding: 0px 20px;
	}

	.testimonial-section {
	padding: 3rem 0 6rem;
	}

	.product-sec {
	padding: 3rem 0 10rem;
	}
}

@media(max-width:1100px) {
	.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;
	max-width: 100%;
}

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

.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 .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 100px;
    border-radius: 20px;
	margin: -12rem auto 8rem;
}


.connect-with-us .heading{ 
    max-width:30%; 
    flex:0 0 30%; 
    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:70%;
	flex:0 0 70%;
	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%;
	padding: 0px 20px;
}
.connect-with-us {
	padding: 60px 0px;
}

}

@media(max-width:767px){

.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;
}


/* Cust Reg Section 05.07.24 */

.cust-reg-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 0px;
}

.spotlight{
	/*-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;*/
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
}

.spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.spotlight:nth-child(2n) .cust-reg-right {
    justify-content: flex-start;
}

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

.cust-reg-right {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
	justify-content: flex-end;
}

.cust-reg-box .accordion_head,.cust-reg-box .accordion_head1 {
    cursor: pointer;
/*    color: var(--dc-primary);*/
    font-weight: 700;
    /*margin-bottom: 1rem;*/
}

.cust-reg-box .accordion_head.h3.active{
	color: var(--dc-primary);
}

.cust-reg-box .accordion-box,.cust-reg-box .accordion-box1 {
    margin-bottom: 2rem;
    position: relative;
    border-bottom: solid 2px #fbd4da;
    padding-bottom: 2rem;
}

.cust-reg-box .accordion-box:last-child {
    border: 0;
}

.accordion_body,.cust-reg-right .accordion_body1 {
    display: none;
    margin-top:0.5rem;
}

.accordion_body1 {
    padding-right: 4rem
}

.cust-reg-right li {
    padding-left: 20px;
    margin-bottom: .7rem;
    position: relative
}


/*.cust-reg-box .accordion-box::before, .cust-reg-box .accordion-box1::before {
    content: "";
    position: absolute;
    left: -0.7rem;
    top: 6px;
    width: 1.31rem;
    height: 1.31rem;
    border-radius: 50%;
    background: #f100d7;
    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%);
}*/

/*.cust-reg-box .accordion-box.active, .cust-reg-box .accordion-box1.active {
    background-image: linear-gradient(#fff5f4, #fff5f4), linear-gradient(180deg, 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;
    border-left: dashed 2px #fff5f4;
}*/

.space-border {
    /*padding-left: 2.5rem;*/
}


 

/* Cust Reg Section The End 05.07.24 */

/* Digital Registration Section 05.07.24 */

.digitalRegistration{
	background: #f700d0;
	background: linear-gradient(0deg, #f700d0 0, #ff1f2f 30%, #f8ae45 70%, #76b995 100%);
	display: flex;
    padding: 10rem 0rem 10rem;
	flex-direction: column;
}


.digitalRegistration .font-normal.h5 {
    max-width: 1050px;
    margin: 15px auto;
}


.nc-center-cnt-area {
      margin-top: 10rem;
}


.keyupsSlider .slider-item{
	padding: 0px 1rem;
} 

.nc-box-white {
    background: #fff;
    padding: 15px;
    height: 100%;
    border-radius: 40px;
    flex: 0 0 100%;
    max-width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}


.feat-imgNew{
/*	overflow: hidden;*/
}

.nc-box-white .title{
	padding: 20px 20px;
}

/* Digital Registration Section The End 05.07.24 */



/* how-it-works Section 08.10.24 */

.how-it-works {
	background: #f700d0;
	background: linear-gradient(0deg, #f700d0 0, #ff1f2f 30%, #f8ae45 70%, #76b995 100%);
	display: flex;
	padding: 8rem 0rem 8rem;
	flex-direction: column;
}


.how-it-works .how-it-img{
    padding: 5%;
    background: #fff;
    border-radius: 20px;
}


/* how-it-works Section The End 08.10.24 */


/* How To Get Started Section 08.10.24 */


.sub-cat-feat.whatsappPage-sub-cat {
    background: linear-gradient(180deg,rgba(255,245,244,1) 0,rgba(255,255,255,1) 100%)
}


.sub-cat-feat.whatsappPage-sub-cat .newwaybusiness {
    box-shadow: 0px 2px 50px -20px rgba(0, 0, 0, 0.1);
}

.brodcast-sec {
    padding: 0 0 120px;
    background: #fff5f4;
    background: linear-gradient(0deg,rgba(255,245,244,1) 0,rgba(255,255,255,1) 10%)
}

.brodcast-grad-bx {
    padding: 120px 0px;
}

.brodcast-sec h2 {
    max-width: 840px;
    text-align: center;
    margin: 0 auto
}

.brodcast-grad-bx>.text-center {
    margin-bottom: 50px
}

.brodcast-sec .d-flex {
    justify-content: center;
    gap: 50px
}

.brod-bx {
	background: #fef4f5;
	transition: all .5s ease-out;
	flex: 0 0 29.33%;
	max-width: calc(29.33% - 15px);
	border-radius: 30px;
}

.brod-bx .spacing {
    padding: 35px
}

.color-num {
    font-size: 115px;
    font-weight: bold;
    line-height: 120px;
}




.brod-bxNew {
	background: #fef4f5;
	transition: all .5s ease-out;
	flex: 0 0 29.33%;
	max-width: calc(29.33% - 15px);
	border-radius: 40px;
}

.brod-bxNew .spacing {
    padding: 15px 15px 30px 15px;
}

.brod-bxNew .color-img {
	margin-bottom: 20px;
}


.brodcast-sec.brodcastNew {
    padding: 0 0 0px;
}

.brodcast-sec.brodcastNew .brodcast-grad-bx {
    padding: 30px 0px 120px;
}


/* How To Get Started Section The End 08.10.24 */

/* Checklist For Onboarding Section 08.10.24 */

.checklist {
    padding-bottom:0px;
 
}

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

.right-check {
    flex: 0 0 50%;
    max-width: 50%
}

.check-bx .d-flex {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px
}

.check-bx {
    margin-bottom: 30px
}

.check-bx .d-flex h5 {
    font-weight: 600;
    margin-bottom: 10px
}


.grad-hd {
    margin-bottom: 20px
}


/* Checklist For Onboarding Section The End 08.10.24 */


/** Resposnive work start **/

@media only screen and (min-width:980px) and (max-width:1118px){
.nc-box-white .title {
    padding: 20px 0px;
}

}


@media (max-width: 1440px) {
    .brodcast-sec .d-flex {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .right-check {
        flex: 0 0 100%;
        max-width: 100%
    }

    .left-check {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        top: 0;
    }


    .checklist .d-flex.justify-content-between{
        flex-direction: column;
        gap: 50px
    }
}


@media only screen and (min-width:768px) and (max-width:1366px){
.connect-with-us {
	padding: 50px 50px;
	margin: -12rem auto 5rem;
}

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

.digitalRegistration {
    padding: 60px 0px;
}

.event-type {
    margin-bottom: 5rem;
}

.brodcast-grad-bx {
    padding: 80px 0px;
}

.how-it-works {
    padding: 4rem 0rem 4rem;
}

.brodcast-sec {
    padding: 0 0 50px;
}

.color-num {
	font-size: 90px;
	line-height: 90px;
}


}










@media only screen and (min-width:0px) and (max-width:767px){

.cust-reg-box{
flex-direction: column;
}

.spotlight:nth-child(2n){
	flex-direction: column;
}

.order-order-1{
	-ms-flex-order: 1;
        order: 1;
}

.order-order-2{
	-ms-flex-order: 2;
        order: 2;
}

.cust-reg-left, .cust-reg-right {
flex: 0 0 100%;
max-width: 100%;
padding-right: 0;
width: 100%;
padding: 10px 0rem;
}

.cust-reg-box {
padding: 1rem 0;
}

.host-event{
	margin-top: 3rem;
	padding-bottom: 8rem;
}


.connect-with-us {
    margin: 0rem auto 2rem;
    border-radius: 0px;
}

.digitalRegistration {
    padding: 60px 0px;
}

.nc-box-white {
	flex: 0 0 90%;
	max-width: 90%;
	margin-bottom: 2rem;
	margin-top: 0rem;
	    border-radius: 30px;
	margin: 0px auto;
}

.nc-center-cnt-area .d-flex{
	flex-direction: column;
}

.nc-center-cnt-area {
    margin-top: 2rem;
}

.nc-box-white.sect-img {
    margin-top: 0rem;
}

.event-type {
	padding: 11rem 0 10rem;
	margin-bottom: 5rem;
	margin-top: -20rem;
}

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

.host-event .connectBg {
    padding: 0px;
    width: 100%;
	max-width: 100%;
}

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

.connect-with-us .demo-form{
	padding: 0px 30px;
}

.sub-cat-feat .sec-head h2 {
    flex: 0 0 100%;
    max-width: 100%;
}

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

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

.cust-reg-box .accordion-box{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.host-event-slider .slick-prev, .host-event-slider .slick-next{
	width: 2.25rem;
	height: 2.25rem;
}



.mobile-Show{
	display: block;
}



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

.professional-hero .professional-hero-bx-right {
    margin-top: 0px;
}

.newwaybusiness {
    padding: 20px;
}

.newwaybusinessSlider{
	display: block;
}

.newwaybusiness .tabs {
    display: none;
}

.newwaybusiness ul.tabs-nav li {
    height: 70px;
}
.newwaybusiness .tabs-nav li a{
	font-size:14px;
	border-radius: 5px;
}
.Faq-sliders {
    display: flex !important;
    flex-direction: row-reverse !important;
}
.testimonial-section .descraptionPhoto .photoCover {
	width: 180px;
	height: 100px;
	border-radius: 10px;
}

.testimonial-section .testimonialFaq .descraptionPhoto .photoCover {
	width: 180px;
	height: 100px;
	border-radius: 10px;
	display: inline-table !important; 
}

.testimonialFaq {
	padding: 38px 24px !important;
}
.testimonialFaq .slick-dots {
    bottom: 22px !important;
}
.testimonial-section .testimonialFaq .descraptionPhoto {
	max-width: 100%;
	flex: 0 0 100%;
	display: table;
	margin: 30px auto 0;
	margin-bottom: 30px;
}
.gtwo-sec .center .dimension-img {
width: 190px;
}

.gtwo-sec .center {
height: 60px;
padding-top: 60px;
}

.gtwo-sec .center:before {
right: calc(100% - 20%);
}

.gtwo-sec .center:after {
left: calc(100% - 20%);
}

.testimonial-section .d-flex {
    flex-direction: column;
}
.testimonial-section .testimonialFaq .d-flex {
    flex-direction: column !important;
}

.testimonial-slider {
    padding: 20px 20px 20px;
    max-width: 100%;
    flex: 0 0 100%;
}

.testimonial-section .descraption p {
    font-size: 1rem;
    line-height: 25px;
}

.testimonial-section .descraptionPhoto {
	max-width: 100%;
	flex: 0 0 100%;
	display: table;
	margin: 0px auto;
	margin-bottom: 20px;
}

.testimonial-section .descraption {
    max-width: 100%;
    flex: 0 0 100%;
}

.testimonial-section .user-info span {
    font-size: 1rem;
}

.testimonial-section .user-info .user {
    width: 5rem;
    height: 5rem;
}

.brodcast-grad-bx {
    padding: 80px 0px;
}

.how-it-works {
    padding: 2rem 0rem 2rem;
}

.brodcast-sec {
    padding: 0 0 50px;
}
.brodcast-sec .brodcast-grad-bx .brod-bx {
	max-width: 100% !important;
}
.color-num {
	font-size: 90px;
	line-height: 90px;
}

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

    .brodcast-sec .d-flex {
        gap: 15px;
        flex-direction: column;
        align-items: center
    }

.how-it-works .how-it-img {
padding: 3%;
border-radius: 10px;
}

}




