@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-regular.woff2') format('woff2'),
        url('../fonts/inter-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-SemiBold.woff2') format('woff2'), url('../fonts/EuclidCircularB-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Regular.woff2') format('woff2'), url('../fonts/EuclidCircularB-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Medium.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Light.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* EUCLID CIRCULAR A FONTS */

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Light.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-SemiBold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-BoldItalic.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-BoldItalic.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

body {
	font-family: 'Plus Jakarta Sans';
	color: #000;
    font-weight: normal;
    font-style: normal;
	font-size: 16px;
	background: #FFF ;
	overflow-x: hidden;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}




h1,h2,h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

*{
	box-sizing: border-box;
}

.page-center{
	max-width: 1350px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

.landing-page-center {
    max-width: 1390px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    position: relative;
}

.flex{
	display: flex;
}

h2.title{
    font-size: 50px;
    line-height: 60px;
    color: #1B1B20;
    font-family: 'Euclid Circular B';
    font-weight: 600;
}


/* Customize the label (the checkbox-container) */
.checkbox-container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: solid 1px #DEDEDE;
    border-radius: 5px;
  }
  

  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .checkbox-wrapper .checkbox-text{
    padding-left: 30px;
  }
    /* updated on 25-07-2024 */
  .text-center{
    text-align: center;
  }
 /* updated on 25-07-2024  ends*/

/* updated on 01-08-2024 */
 .m-auto{
    margin: auto;
 }
     /* updated on 01-08-2024 ends */

.btn-green {
    height: 60px;
    background: #29c775;
    font-family: 'Euclid Circular A';
    font-size: 20px;
    font-weight: 500;
    padding: 3px 32px;
    border-radius: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
}

.btn-white {
    height: 60px;
    background: transparent;
    font-family: 'Euclid Circular A';
    font-size: 20px;
    font-weight: 500;
    padding: 3px 32px;
    border-radius: 30px;
    border: solid 1px #000e33;
    outline: none;
    cursor: pointer;
    color: #000e33;
    transition: all ease .3s;
}

.btn-white:hover,.btn-white.active  {
    height: 60px;
    background: #29c775;
    font-family: 'Euclid Circular A';
    font-size: 20px;
    font-weight: 500;
    padding: 3px 32px;
    border-radius: 30px;
    border: solid 1px transparent;
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
}

.hidden-md{
    display: none;
}

@media screen and (max-width:1450px) {
    .landing-page-center{
		max-width: 95.86vw;
        padding-left: 1.38vw;
        padding-right: 1.38vw;
	}

    .btn-green {
        height: 4.14vw;
        font-size: 1.38vw;
        padding: 0.21vw 2.21vw;
    }

    h2.title {
        font-size: 3.45vw;
        line-height: 4.14vw;
    }

    .btn-white:hover, .btn-white.active ,.btn-white{
        height: 4.14vw;
        font-size: 1.38vw;
        padding: 0.21vw 2.21vw;
    }
}

@media screen and (max-width:1400px) {
	.page-center{
		max-width: 100%;
	}
}




@media screen and (max-width:991px) {
    h2.title {
        font-size: 35px;
        line-height: 55px;
    }
    
    .landing-page-center{
		max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
	}

    .btn-white:hover, .btn-white.active, .btn-white {
        height: 40px;
        font-size: 14px;
        padding: 2px 20px;
    }

}

@media screen and (max-width:480px) {
    h2.title {
        font-size: 28px;
        line-height: 40px;
    }

    .hidden-md{
        display: block;
    }

    .hidden-xs{
        display: none;
    }
}

