.gradientBg {
    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%);
}


.intl-tel-input.separate-dial-code .selected-flag {
	background-color: transparent !important;
    display: table;
    border-right: 1px solid #ccc;
}

/* Flex CSS */

.d-flex {display: flex;}
.flex-wrap {flex-wrap: wrap !important;}
.justify-content-start {justify-content: flex-start !important;}
.justify-content-end {justify-content: flex-end !important;}
.justify-content-center {justify-content: center !important;}
.justify-content-between {justify-content: space-between !important;}
.justify-content-around {justify-content: space-around !important;}
.justify-content-evenly {justify-content: space-evenly !important;}
.align-items-start {align-items: flex-start !important;}
.align-items-end {align-items: flex-end !important;}
.align-items-center {align-items: center !important;}
.align-items-baseline {align-items: baseline !important;}
.align-items-stretch {align-items: stretch !important;}
.flex-shrink-0 {flex-shrink: 0 !important;}
.flex-grow-1 {flex-grow: 1 !important;}
.ms-3 {margin-left: 1rem !important;}
.ml-auto{margin-left:auto;}
.order-1 {order: 1;}
.order-2 {order: 2;}


.mobileShow {
    display: none;
}

.desktopshow {
    display: block;
}


.pb-1, .py-1 {
    padding-bottom: 20px;
}
  

  .mt-20 {
    margin-top: 20px;
}

.intl-tel-input.separate-dial-code .selected-flag {
	background-color: transparent !important;
    display: table;
    border-right: 1px solid #ccc;
}

.inn-container{
  max-width: 1250px;
  margin: 0 auto;
}



.container-fluid {
	max-width: 80vw;
	margin: 0 auto;
}


/* header Start*/
.landing-header.fixed-top {
	background:#fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 0%;
	-webkit-animation: slide-down 0.7s;
	animation: slide-down 0.7s;
	-webkit-box-shadow: 0px 0.071rem 0.31rem 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0.071rem 0.31rem 0px rgba(0, 0, 0, 0.2);
	padding: 1rem 0;
}


.landing-header.fixed-top .btn.btn-basic {
	height: 43px;
	padding: 13px 20px;
	font-size: 1rem;
}

.landing-header .btn.btn-basic {
	font-size: 18px;
    background: var(--dc-dark);
	height: 55px;
	color: #fff;
	font-weight: 600;
	padding: 18px 36px;
	border-radius: 10px;
	align-self: center;
	display: none;
}


.landing-header.fixed-top .btn.btn-basic{
	display: table;
	/*margin: 0px auto;*/
}

.landing-header {
	padding: 2rem 0;
}


.landing-header .header-login{
    display: flex;
    gap:10px;
    justify-content: center;
    align-items: center;
}

.landing-header .header-login .contact {
    font-size: 18px;
    color: #3f2e88;
    font-weight: 600;
    display:none;
}

.landing-header.fixed-top .header-login .contact{
    display:block;
}


/* header End*/

/* Hero Banner Content Section 13.11.24 */

.fest-hero-area {
    margin: 0px auto 80px
}

.fest-hero-area p {
    margin: 20px 0 30px;
}

.vid-sec {
    padding: 60px 0 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-bottom: -20rem;
}

.inline-btn {
    display: flex;
    gap: 15px;
    justify-content: center
}

.heroForm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


.form-control {
    max-width: 100%;
    display: flex;
    width: 100%;
    padding: 0.375rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
	height: calc(1.25rem + 36px);
	width: calc(20rem + 50px);
}

.email-error{
    position: absolute;
    color: #F00;
    font-size: 12px;
    margin-top: 10px;
}

label.error {
    color: #F00;
    font-size: 12px;
}

/* Hero Banner Content Section  The End 13.11.24 */

/* Quick and Easy Access Management Section 13.11.24 */
.recognition-counter{
    background-color: var(--dc-primary);
    padding: 20rem 0px 5rem;
    margin-bottom: 8rem;
}


.recognition-counter img {
    margin: 50px auto 0px;
    display: table;
}

/* Quick and Easy Access Management Section The end 13.11.24 */

/*Ease, Flexible & Advance Feature Section Start 13.11.24 */


.ease-flexibleMain {
    justify-content: space-between;
    margin-top: 6rem;
}

.boxItem{
	max-width: 47%;
    flex: 0 0 47%;
    background: var(--dc-white);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem;
    text-align: left;
    -webkit-box-shadow: 0 0 8px rgb(251 212 218 / 52%);
    box-shadow: 0 0 8px rgb(251 212 218 / 52%);
}


.flexible-payment {
    align-items: center;
    margin: 100px 0px 0px;
}

.flexible-payment img{
    margin-top: 30px;
}


/*Ease, Flexible & Advance Feature Section The end 13.11.24 */

/*How It Works. Section Start */
.experience-sec {
    background: linear-gradient(180deg, #fff 0, #fff 13%, #fff 87%, #fff5f4 100%);
    padding: 6rem 0px 30rem;
    margin-bottom: 5rem;
}



.experienceSecMain{
    margin: 60px auto 0px;
}

.experience-faq {
    max-width: 43%;
    flex: 0 0 43%
}


.experience-faq .accordion-boxNew {
  text-decoration: none;
  color: var(--black);
  width: 100%;
  padding: 30px 30px;
  height: 100%;
  border-radius: 15px;
  background: #fff5f4;
  margin: 10px;
}

.experience-faq .accordion_headNew {
    padding: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.experience-faq .accordion_headNew:after {
    content: "+";
    margin-left: auto
}

.experience-faq .accordion_headNew.active:after {
    content: "-"
}

.experience-faq .accordion_bodyNew {
    display: none;
    margin-bottom: 20px
}



.experience-faq .accordion-boxNew:last-child:after {
    display: none
}

.experience-img {
    max-width: 55%;
    flex: 0 0 55%
}

.experience-img .Quorum-img {
    max-width: 500px;
    margin: 0 auto
}

.experience-img .dimension-img {
    width: 100%
}

.content {
    display: none
}

.easeFlexibleNew{
    background: linear-gradient(180deg, #fff5f4, #fff);
    padding-bottom: 20px;
}


/*How It Works. Section The end 13.11.24 */


/* Testimonial Section Stat */
.testimonial-sec {
    padding: 100px 0px;
    padding: 2rem 0 0rem;
    margin-top: -33rem;
}


.testimonial-info, .testimonial-content {
    -webkit-box-shadow: 0 0 8px rgb(251 212 218 / 52%);
    box-shadow: 0 0 8px rgb(251 212 218 / 52%);
}

.testimonial-main {
    padding: 20px;
}

/* Testimonial Section The end 13.11.24 */




/*clutterbreakMain section start 13.11.24 */

.clutterbreakMain .sec-heading {
    max-width: 950px;
    margin: 0 auto;
}


.clutterbreakMain {
    padding-block: 5.8rem;
    position: relative;
}

/*clutterbreakMain section The end 13.11.24 */

/*Modal Popup section Start 13.11.24 */


.login-poup {
	max-width: 940px;
	border-radius: 20px;
	padding: 2rem;
}

.login-poup-inner {
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	padding: 0;
	gap: 2rem;
}

.loginImg {
    max-width: 50%;
    flex: 0 0 50%;
}
.login-poup-close button {
	background: none;
	border: 0;
	font-size: 45px;
	font-weight: 400;
	line-height: 30px;
	align-items: center;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 20px;
	color: #fff;
}


.login-poup .form-field {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 0px 15px;
    font-size: 14px;
}


.custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 34px;
}

.custom_check input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;
    margin: 0px 0px;
    z-index: 2;
}

.custom_check .check_indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    border-radius: 3.85px;
    border: solid 1px #b3b3b3;
}

.custom_check input:checked + .check_indicator:before {
    width: 5px;
    height: 10px;
    position: absolute;
    left: 7px;
    top: 2px;
    border: solid #f54337;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.login-poup-form {
     padding-bottom:0px; 
}


.login-poup .btn-submit {
     background: var(--dc-dark);
    height: 50px;
}

/*Modal Popup section The end 13.11.24 */





/* footer*/

.landing-footer .linegradient {
	height: 2px;
	clip-path: polygon(0 43%, 100% 0, 100% 100%, 0% 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	bottom: 5rem;
	right: 0;
	left: 0;
	z-index: -1;
	background: rgb(241,0,215);
	background: radial-gradient(circle, 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%);
    /*display:none;*/
}

.landing-footer .lf-logo{
    max-width:200px;
}


.lf-area {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0;
	align-items: center;
}

.lf-links ul {
	display: flex;
	gap: 1rem;
}

.lf-social ul {
	display: flex;
	gap: .6rem;
}

.lf-links ul li {
	font-size: 12px;
	color: #000;
}

.lf-links ul li a {
	color: #000;
}

.lb-left P + img{ width:90%;}

.landing-footer .linegradient.mobile-line {
    display: none;
}

/* footer The End*/


/* Responsive Css Start*/

@media screen and (max-width: 1919px) {
    .gtwo-sec .center .dimension-img {
        width: 420px;
    }

        .gtwo-sec .center {
        height: 100px;
        padding-top: 100px;
    }
}

@media only screen and (min-width:1440px) and (max-width:1600px) {
.inn-container {
        max-width: 1020px;
        margin: 0 auto;
    }

.recognition-counter img {
    width: 900px;
}

}

@media only screen and (min-width:1366px) and (max-width:1439px) {
.inn-container {
        max-width: 920px;
        margin: 0 auto;
    }

.recognition-counter img {
    width: 800px;
}



}


@media only screen and (min-width:1280px) and (max-width:1365px) {
.inn-container {
        max-width: 920px;
        margin: 0 auto;
    }

.recognition-counter img {
    width: 800px;
}

}

@media only screen and (min-width:1024px) and (max-width:1279px) {
.inn-container {
        max-width: 800px;
        margin: 0 auto;
    }

.recognition-counter img {
    width: 600px;
}

}


@media only screen and (min-width:992px) and (max-width:1023px) {
.inn-container {
        max-width: 800px;
        margin: 0 auto;
    }

.recognition-counter img {
    width: 100%;
}

.login-poup {
    max-width: 740px;
}

}


@media only screen and (min-width:768px) and (max-width:991px) {
.inn-container {
        max-width:628px;
        margin: 0 auto;
    }

.recognition-counter img {
    width: 100%;
}

.login-poup {
    max-width: 740px;
}

}



@media only screen and (min-width:0px) and (max-width:767px) {
.inn-container {
max-width:628px;
margin: 0 auto;
}

.recognition-counter img {
    width: 100%;
    margin: 0px auto 0px;
}

.landing-header.fixed-top img {
max-width: 150px;
}

.landing-header img {
max-width: 150px;
}

.landing-header .btn.btn-basic {
z-index: 9999;
font-size: 16px;
height: 40px;
padding: 15px 20px;
position: fixed;
bottom: 0;
display: table;
width: auto;
left: 0;
border-radius: 0px;
text-align: center;
right: 0;
margin: 0px auto;
background-color: #000;
width: 100%;
}

.landing-header .header-login .contact {
font-size: 15px;
}

.container {
max-width: 100vw;
padding: 0 15px;
}

.inn-container {
max-width: 100vw;
padding: 0 15px;
}

.heroForm {
gap: 1rem;
flex-direction: column;
width: 100%;
}
.heroForm .form-group{
   width: 100%;  
}

.vid-sec {
margin-bottom: -9rem;
}

.recognition-counter {
padding: 6rem 0px 2rem;
margin-bottom: 2rem;
}

.boxItem {
    max-width: 100%;
    flex: 0 0 100%;
    border-radius: 10px;
}

.ease-flexibleMain {
    flex-direction: column;
    gap: 2rem;
        margin-top: 2rem;
}

.flexible-payment {
    margin: 30px 0px 0px;
    flex-direction: column;
}


.landing-footer {
padding-bottom: 60px;
}

.landing-footer .linegradient {
display: none;
}

.lf-area {
flex-direction: column;
gap: 25px;
}

.lf-logo img {
max-width: 160px;
}

.lf-links ul {
flex-wrap: wrap;
justify-content: center;
text-align: center;
}

.landing-footer .linegradient.mobile-line {
display: block;
width: 100%;
}

.container-fluid {
    max-width: 100vw;
    margin: 0 auto;
}

.experienceSecMain {
    margin: 30px auto 0px;
}

.mobileShow {
display: block;
} 


.loginImg {
    display: none;
}

.login-poup-close button {
    position: absolute;
}

.login-poup {
    max-width: 90%;
    border-radius: 20px;
    padding: 1rem;
}

.experience-sec {
    padding: 2rem 0px 30rem;
}

.clutterbreakMain {
        padding-block: 3.1rem;
    }

}

/* Responsive Css End*/
