html, body { 


}


/* Heading H1 */

.Heading_H1 {
  font-family: Inter;
  /* font-size: 64px; */
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 70.4px */
  letter-spacing: -1.28px;
}

.Heading_H1_Thin {
  font-weight: 100;
}

.Heading_H1_ExThin {
  font-weight: 200;
}

.Heading_H1_Light {
  font-weight: 300;
}

.Heading_H1_Regular {
  font-weight: 400;
}

.Heading_H1_Med {
  font-weight: 500;
}

.Heading_H1_SemBold {
  font-weight: 600;
}

.Heading_H1_Bold {
  font-weight: 700;
}

.Heading_H1_ExBold {
  font-weight: 800;
}

.Heading_H1_Black {
  font-weight: 900;
}



/* Heading H2 */

.Heading_H2 {
  font-family: Inter;
  /* font-size: 36px; */
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.Heading_H2_Thin {
  font-weight: 100;
}

.Heading_H2_ExThin {
  font-weight: 200;
}

.Heading_H2_Light {
  font-weight: 300;
}

.Heading_H2_Regular {
  font-weight: 400;
}

.Heading_H2_Med {
  font-weight: 500;
}

.Heading_H2_SemBold {
  font-weight: 600;
}

.Heading_H2_Bold {
  font-weight: 700;
}

.Heading_H2_ExBold {
  font-weight: 800;
}

.Heading_H2_Black {
  font-weight: 900;
}



/* Heading H3 */

.Heading_H3 {
  font-family: Inter;
  /* font-size: 26px; */
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
}

.Heading_H3_Thin {
  font-weight: 100;
}

.Heading_H3_ExThin {
  font-weight: 200;
}

.Heading_H3_Light {
  font-weight: 300;
}

.Heading_H3_Regular {
  font-weight: 400;
}

.Heading_H3_Med {
  font-weight: 500;
}

.Heading_H3_SemBold {
  font-weight: 600;
}

.Heading_H3_Bold {
  font-weight: 700;
}

.Heading_H3_ExBold {
  font-weight: 800;
}

.Heading_H3_Black {
  font-weight: 900;
}



/* Heading H4 */

.Heading_H4 {
  font-family: Inter;
  /* font-size: 24px; */
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}

.Heading_H4_Thin {
  font-weight: 100;
}

.Heading_H4_ExThin {
  font-weight: 200;
}

.Heading_H4_Light {
  font-weight: 300;
}

.Heading_H4_Regular {
  font-weight: 400;
}

.Heading_H4_Med {
  font-weight: 500;
}

.Heading_H4_SemBold {
  font-weight: 600;
}

.Heading_H4_Bold {
  font-weight: 700;
}

.Heading_H4_ExBold {
  font-weight: 800;
}

.Heading_H4_Black {
  font-weight: 900;
}


/* Heading H5 */

.Heading_H5 {
  font-family: Inter;
  /* font-size: 20px; */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}

.Heading_H5_Thin {
  font-weight: 100;
}

.Heading_H5_ExThin {
  font-weight: 200;
}

.Heading_H5_Light {
  font-weight: 300;
}

.Heading_H5_Regular {
  font-weight: 400;
}

.Heading_H5_Med {
  font-weight: 500;
}

.Heading_H5_SemBold {
  font-weight: 600;
}

.Heading_H5_Bold {
  font-weight: 700;
}

.Heading_H5_ExBold {
  font-weight: 800;
}

.Heading_H5_Black {
  font-weight: 900;
}



/* Heading H6 */

.Heading_H6 { 
  font-family: Inter;
  /* font-size: 18px; */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}



/* Text Heading */

.Text_Regular {
  /* Webpage/Body 18md */
  font-family: Inter;
  /* font-size: 16px; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.Text_Small { 
  /* Webpage/Body 18rg */
  font-family: Inter;
  /* font-size: 14px; */
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}


/*  Primary colors */

/*  Gray color */

.Text_Gray_50 {
  color: #F9FAFB;
}

.Bg_Gray_50 {
  background-color: #F9FAFB;
}


.Text_Gray_100 {  
  color: #F2F4F7;
}

.Bg_Gray_100 {  
  background-color: #F2F4F7;
}


.Text_Gray_200 {  
  color: #EAECF0;
}

.Bg_Gray_200 {  
  background-color: #EAECF0;
}


.Text_Gray_300 {  
  color: #D0D5DD;
}

.Bg_Gray_300 {  
  background-color: #D0D5DD;
}


.Text_Gray_400 {  
  color: #98A2B3;
}

.Bg_Gray_400 {  
  background-color: #98A2B3;
}


.Text_Gray_500 {  
  color: #667085;
}

.Bg_Gray_500 {  
  background-color: #667085;
}


.Text_Gray_600 {  
  color: #475467;
}

.Bg_Gray_600 {  
  background-color: #475467;
}


.Text_Gray_700 {  
  color: #344054;
}

.Bg_Gray_700 {  
  background-color: #344054;
}


.Text_Gray_800 {  
  color: #1D2939;
}

.Bg_Gray_800 {  
  background-color: #1D2939;
}


.Text_Gray_900 {  
  color: #101828;
}

.Bg_Gray_900 {  
  background-color: #101828;
}


/* Brand Color */

.Text_Brand_50 {  
  color: #F3F1FD;
}

.Bg_Brand_50 {  
  background-color: #F3F1FD;
}


.Text_Brand_100 {  
  color: #E3E0FB;
}

.Bg_Brand_100 {  
  background-color: #E3E0FB;
}


.Text_Brand_200 {  
  color: #B8B0F5;
}

.Bg_Brand_200 {  
  background-color: #B8B0F5;
}


.Text_Brand_300 {  
  color: #9C91F0;
}

.Bg_Brand_300 {  
  background-color: #9C91F0;
}


.Text_Brand_400 {  
  color: #7F72EC;
}

.Bg_Brand_400 {  
  background-color: #7F72EC;
}


.Text_Brand_500 {  
  color: #3A58EF;
}

.Bg_Brand_500 {  
  background-color: #3A58EF;
}


.Text_Brand_600 {  
  color: #3A58EF;
}

.Bg_Brand_600 {  
  background-color: #3A58EF;
}


.Text_Brand_700 {  
  color: #3E2FB7;
}

.Bg_Brand_700 {  
  background-color: #3E2FB7;
}


.Text_Brand_800 {  
  color: #0B0084;
}

.Bg_Brand_800 {  
  background-color: #0B0084;
}


.Text_Brand_900 {  
  color: #00001E;
}

.Bg_Brand_900 {  
  background-color: #00001E;
}


/* Error Color */

.Text_Error_50 {
  color: #FEF3F2;
}

.Bg_Error_50 {
  background-color: #FEF3F2;
}


.Text_Error_100 {
  color: #FEE4E2;
}

.Bg_Error_100 {
  background-color: #FEE4E2;
}


.Text_Error_200 {
  color: #FECDCA;
}

.Bg_Error_200 {
  background-color: #FECDCA;
}


.Text_Error_300 {
  color: #FDA29B;
}

.Bg_Error_300 {
  background-color: #FDA29B;
}



.Text_Error_400 {
  color: #F97066;
}

.Bg_Error_400 {
  background-color: #F97066;
}


.Text_Error_500 {
  color: #F04438;
}

.Bg_Error_500 {
  background-color: #F04438;
}


.Text_Error_600 {
  color: #D92D20;
}

.Bg_Error_600 {
  background-color: #D92D20;
}


.Text_Error_700 {
  color: #B42318;
}

.Bg_Error_700 {
  background-color: #B42318;
}


.Text_Error_800 {
  color: #912018;
}

.Bg_Error_800 {
  background-color: #912018;
}


.Text_Error_900 {
  color: #7A271A;
}

.Bg_Error_900 {
  background-color: #7A271A;
}

/* Warning Color  */

.Text_Warning_50 {
  color: #FFFAEB;
} 

.Bg_Warning_50 {
  background-color: #FFFAEB;
}


.Text_Warning_100 {
  color: #FEF0C7;
} 

.Bg_Warning_100 {
  background-color: #FEF0C7;
}


.Text_Warning_200 {
  color: #FEDF89;
} 

.Bg_Warning_200 {
  background-color: #FEDF89;
}


.Text_Warning_300 {
  color: #FEC84B;
} 

.Bg_Warning_300 {
  background-color: #FEC84B;
}


.Text_Warning_400 {
  color: #FDB022;
} 

.Bg_Warning_400 {
  background-color: #FDB022;
}


.Text_Warning_500 {
  color: #F79009;
} 

.Bg_Warning_500 {
  background-color: #F79009;
}


.Text_Warning_600 {
  color: #DC6803;
} 

.Bg_Warning_600 {
  background-color: #DC6803;
}


.Text_Warning_700 {
  color: #B54708;
} 

.Bg_Warning_700 {
  background-color: #B54708;
}


.Text_Warning_800 {
  color: #93370D;
} 

.Bg_Warning_800 {
  background-color: #93370D;
}


.Text_Warning_900 {
  color: #7A2E0E;
} 

.Bg_Warning_900 {
  background-color: #7A2E0E;
}


/* Success Color */

.Text_Success_50 {
  color: #ECFDF3;
} 

.Bg_Success_50 {
  background-color: #ECFDF3;
}


.Text_Success_100 {
  color: #D1FADF;
} 

.Bg_Success_100 {
  background-color: #D1FADF;
}


.Text_Success_200 {
  color: #A6F4C5;
} 

.Bg_Success_200 {
  background-color: #A6F4C5;
}


.Text_Success_300 {
  color: #6CE9A6;
} 

.Bg_Success_300 {
  background-color: #6CE9A6;
}


.Text_Success_400 {
  color: #32D583;
} 

.Bg_Success_400 {
  background-color: #32D583;
}


.Text_Success_500 {
  color: #12B76A;
} 

.Bg_Success_500 {
  background-color: #12B76A;
}


.Text_Success_600 {
  color: #039855;
} 

.Bg_Success_600 {
  background-color: #039855;
}


.Text_Success_700 {
  color: #027A48;
} 

.Bg_Success_700 {
  background-color: #027A48;
}


.Text_Success_800 {
  color: #05603A;
} 

.Bg_Success_800 {
  background-color: #05603A;
}


.Text_Success_900 {
  color: #054F31;
} 

.Bg_Success_900 {
  background-color: #054F31;
}


/* Secondary colors */


/* Dark Blue Color */

.Text_Dark_Blue_50 {
  color: #F8F8F8;
} 

.Bg_Dark_Blue_50 {
  background-color: #F8F8F8;
}


.Text_Dark_Blue_100 {
  color: #F3F3F5;
} 

.Bg_Dark_Blue_100 {
  background-color: #F3F3F5;
}


.Text_Dark_Blue_200 {
  color: #EAECF0;
} 

.Bg_Dark_Blue_200 {
  background-color: #EAECF0;
}


.Text_Dark_Blue_300 {
  color: #D4D3DB;
} 

.Bg_Dark_Blue_300 {
  background-color: #D4D3DB;
}


.Text_Dark_Blue_400 {
  color: #A8A7B7;
} 

.Bg_Dark_Blue_400 {
  background-color: #A8A7B7;
}


.Text_Dark_Blue_500 {
  color: #51506E;
} 

.Bg_Dark_Blue_500 {
  background-color: #51506E;
}


.Text_Dark_Blue_600 {
  color: #494863;
} 

.Bg_Dark_Blue_600 {
  background-color: #494863;
}


.Text_Dark_Blue_700 {
  color: #3F3D63;
} 

.Bg_Dark_Blue_700 {
  background-color: #3F3D63;
}


.Text_Dark_Blue_800 {
  color: #26244A;
} 

.Bg_Dark_Blue_800 {
  background-color: #26244A;
}


.Text_Dark_Blue_900 {
  color: #17162C;
} 

.Bg_Dark_Blue_900 {
  background-color: #17162C;
}


/* Blue Color */

.Text_Blue_50 {
  color: #EBEEFD;
} 

.Bg_Blue_50 {
  background-color: #EBEEFD;
}


.Text_Blue_100 {
  color: #D8DEFC;
} 

.Bg_Blue_100 {
  background-color: #D8DEFC;
}


.Text_Blue_200 {
  color: #9CABF7;
} 

.Bg_Blue_200 {
  background-color: #9CABF7;
}


.Text_Blue_300 {
  color: #758AF4;
} 

.Bg_Blue_300 {
  background-color: #758AF4;
}


.Text_Blue_400 {
  color: #4E69F1;
} 

.Bg_Blue_400 {
  background-color: #4E69F1;
}


.Text_Blue_500 {
  color: #3A58EF;
} 

.Bg_Blue_500 {
  background-color: #3A58EF;
}


.Text_Blue_600 {
  color: #3A58EF;
} 

.Bg_Blue_600 {
  background-color: #3A58EF;
}


.Text_Blue_700 {
  color: #3E2FB7;
} 

.Bg_Blue_700 {
  background-color: #3E2FB7;
}


.Text_Blue_800 {
  color: #0B0084;
} 

.Bg_Blue_800 {
  background-color: #0B0084;
}


.Text_Blue_900 {
  color: #00001E;
} 

.Bg_Blue_900 {
  background-color: #00001E;
}


/* Gradient Colors */

.Blue_Gradient_180deg {
  background: linear-gradient(180deg, #13CDF8 0%, #3A58EF 100%);
}

.Brand_Gradient {
  background: linear-gradient(256.46deg, #6B35C5 5.57%, #B188F3 88.52%);
}

.Brand_Dark_Gradient {
  background: linear-gradient(294.96deg, #9E8EF7 11.43%, #2C2CB0 87.27%);
}


.Blue_Gradient_90deg {
  background: linear-gradient(90deg, #8A75FE -0.01%, #3A58EF 100.01%);
}

.Brand_Gradient_90deg {
  background: linear-gradient(90deg, #6B35C5 5.57%, #B188F3 88.52%);
}

.Brand_Dark_Gradient_90deg {
  background: linear-gradient(90deg, #13CDF8 0%, #3A58EF 100%);
}


/* Black White Color */

.Text_Black {
  color: #000000;
}

.Text_White {
  color: #ffffff;
}


.Bg_Black {
  background-color: #000000;
}

.Bg_White {
  background-color: #ffffff;
}



/* Shadow Color */

.Shadow_xs {
  box-shadow: 0px 1px 2px 0px #1018280D;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  padding: 24px;
}

.Shadow_sm {
  box-shadow: 0px 1px 2px 0px #1018280F, 0px 1px 3px 0px #1018281A;
}

.Shadow_md {
  box-shadow: 0px 2px 4px -2px #1018280F, 0px 4px 8px -2px #1018281A;
}

.Shadow_lg {
  box-shadow: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;
}

.Shadow_xl {
  box-shadow: 0px 8px 8px -4px #10182808, 0px 20px 24px -4px #10182814;
}

.Shadow_2xl {
  box-shadow: 0px 24px 48px -12px #1018282E;
}

.Shadow_3xl {
  box-shadow: 0px 32px 64px -12px #10182824;
}



/* Button color */

/* Primary Button Color */

.Btn_Primary_sm {
  background: #3A58EF;
  color: #FFFFFF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.Btn_Primary_sm svg:first-child, .Btn_Primary_Small img:first-child {
  padding-right: 8px;
}

.Btn_Primary_sm svg:last-child, .Btn_Primary_Small img:last-child {
  padding-left: 8px;
}


.Btn_Primary_md {
  background: #3A58EF;
  color: #FFFFFF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 10px 16px 10px 16px;
}

.Btn_Primary_lg {
  background: #3A58EF;
  color: #FFFFFF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 10px 18px 10px 18px;
}

.Btn_Primary_xl { 
  background: #3A58EF;
  color: #FFFFFF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 12px 20px 12px 20px;
}

.Btn_Primary_2xl { 
  background: #3A58EF;
  color: #FFFFFF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  padding: 16px 28px 16px 28px;
}

.Btn_Primary:hover {
  background-color: #3A58EF;
}

/* Secondary Button Color */

.Btn_Secondary_sm {
  background: transparent;
  border: 1px solid #3A58EF;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.Btn_Secondary_sm svg:first-child, .Btn_Secondary_Small img:first-child {
  padding-right: 8px;
}

.Btn_Secondary_sm svg:last-child, .Btn_Secondary_Small img:last-child {
  padding-left: 8px;
}

.Btn_Secondary_sm svg path {
  fill : #3A58EF;
}


.Btn_Secondary_md {
  background: transparent;
  border: 1px solid #3A58EF;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 10px 16px 10px 16px;
}

.Btn_Secondary_lg {
  background: transparent;
  border: 1px solid #3A58EF;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 10px 18px 10px 18px;
}

.Btn_Secondary_xl { 
  background: transparent;
  border: 1px solid #3A58EF;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 12px 20px 12px 20px;
}

.Btn_Secondary_2xl { 
  background: transparent;
  border: 1px solid #3A58EF;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  padding: 16px 28px 16px 28px;
}

.Btn_Secondary:hover {
  background: #F3F1FD;
  color: #3A58EF;
}

/* Tertiary Button Color */


.Btn_Tertiary_sm {
  background: #F3F1FD;
  color: #3A58EF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.Btn_Tertiary_sm svg:first-child, .Btn_Tertiary_Small img:first-child {
  padding-right: 8px;
}

.Btn_Tertiary_sm svg:last-child, .Btn_Tertiary_Small img:last-child {
  padding-left: 8px;
}


.Btn_Tertiary_md {
  background: #F3F1FD;
  color: #3A58EF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 10px 16px 10px 16px;
}

.Btn_Tertiary_lg {
  background: #F3F1FD;
  color: #3A58EF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 10px 18px 10px 18px;
}

.Btn_Tertiary_xl { 
  background: #F3F1FD;
  color: #3A58EF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 12px 20px 12px 20px;
}

.Btn_Tertiary_2xl { 
  background: #F3F1FD;
  color: #3A58EF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 16px 28px 16px 28px;
}

.Btn_Tertiary:hover {
  background: #3A58EF;
}



/* Disabled Button Color */


.Btn_Disabled_sm {
  background: #F2F4F7;
  color: #98A2B3;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.Btn_Disabled_sm svg:first-child, .Btn_Disabled_Small img:first-child {
  padding-right: 8px;
}

.Btn_Disabled_sm svg:last-child, .Btn_Disabled_Small img:last-child {
  padding-left: 8px;
}

.Btn_Disabled_sm svg path {
  fill : #98A2B3;
}


.Btn_Disabled_md {
  background: #F2F4F7;
  color: #98A2B3;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 10px 16px 10px 16px;
}

.Btn_Disabled_lg {
  background: #F2F4F7;
  color: #98A2B3;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 10px 18px 10px 18px;
}

.Btn_Disabled_xl { 
  background: #F2F4F7;
  color: #98A2B3;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 12px 20px 12px 20px;
}

.Btn_Disabled_2xl { 
  background: #F2F4F7;
  color: #98A2B3;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 16px 28px 16px 28px;
}


/* Transparent Button Color */

.Btn_Transparent_sm {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.Btn_Transparent_sm svg:first-child, .Btn_Transparent_Small img:first-child {
  padding-right: 8px;
}

.Btn_Transparent_sm svg:last-child, .Btn_Transparent_Small img:last-child {
  padding-left: 8px;
}

.Btn_Transparent_sm svg path {
  fill : #3A58EF;
}


.Btn_Transparent_md {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 10px 16px 10px 16px;
}

.Btn_Transparent_lg {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 10px 18px 10px 18px;
}

.Btn_Transparent_xl { 
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 12px 20px 12px 20px;
}

.Btn_Transparent_2xl { 
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  padding: 16px 28px 16px 28px;
}


/* Link Button Color */

.Btn_Link_sm {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
}

.Btn_Link_sm svg:first-child, .Btn_Link_Small img:first-child {
  padding-right: 8px;
}

.Btn_Link_sm svg:last-child, .Btn_Link_Small img:last-child {
  padding-left: 8px;
}

.Btn_Link_sm svg path {
  fill : #3A58EF;
}


.Btn_Link_md {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-decoration: underline;
}

.Btn_Link_lg {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-decoration: underline;
}

.Btn_Link_xl { 
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-decoration: underline;
}

.Btn_Link_2xl { 
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-decoration: underline;
}










.socNav li a {
  display: inline-block;
}

.headRgt a.Btn_Secondary.Btn_Secondary_xl {
  display: inline-block;
}

.headRgt a span {
  vertical-align: top;
  display: inline-block;
  height: 20px;
  margin: 0;
}

.headRgt a span img.call_btn1 {
  vertical-align: middle;
  display: inline-block;
}

.banner p {
  font-size: 1.25rem;
  padding-bottom: 32px;
}

.banner h1 {
  padding-bottom: 16px;
}

.bannerBox {
  border: 0;
  position: relative;
  box-shadow: 0px 4px 25px 0px #0000001A;
  border-radius: 12px;
  padding: 24px 16px;
  background: #FFFFFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #475467;
}

.bannerBox:before {
  content: '';
  background: #9CABF7;
  width: 5px;
  height: 102px;
  display: inline-block;
  position: absolute;
  left: -2px;
  border-radius: 13px;
}

.bannerBox span.Heading_H4 {
  font-size: 1.5rem;
}

.btnsBanner button {
  margin-left: 24px;
}

.bannerBoxOut{ 
  padding-bottom: 32px;
}

.listing.Heading_H6 li {
  /* font-size: 18px;
  font-size: 1.125rem; */
  line-height: 150%;
}

.slideBox a.btn.Text_Regular {
  line-height: 48px;
}

.blkCont a {
  display: inline-block;
}

.blkCont.contBlock a.btn.Text_Regular {
  line-height: 48px;
}

.Data_Security h3.Heading_H3 {
  padding-top: 0;
  padding-bottom: 32px;
}

.contBlock a.btn.Text_Regular {
  line-height: 48px;
}

.Fourty_Out_200 h2 {
  padding-bottom: 32px;
}

.Fourty_Out_200 p.Heading_H6 {
  padding-bottom: 32px;
}

.Client_Success_Stories h4.Heading_H3 {
  padding-bottom: 8px;
}

.workBox p.Heading_H5 {
  font-size: 1.25rem;
  line-height: 150%;
}

.workBox em.Heading_H1 {
  font-size: 6.625rem;
  line-height: 110%;
}

.slideCont p.qHead.Heading_H4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.slideCont p.qHead span.Text_Regular {
  font-size: 1rem;
  font-weight: 400;
}

.resourceTab.Text_Regular li a {
  font-size: 1rem;
  font-weight: 400;
}

.resorceBox h3.Heading_H5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.resorceBox p.Text_Regular {
  font-size: 1rem;
  font-weight: 400;
}

.resorceBox span.resDate.Text_Regular {
  font-size: 1rem;
  font-weight: 400;
}

.resorceBox span.resView.Text_Regular {
  font-size: 1rem;
  font-weight: 400;
}

.reqForm input.Text_Regular, 
.reqForm textarea.Text_Regular, 
.reqForm select.Text_Regular {
  font-size: 1rem;
  font-weight: 400;
}

button.btn.g-recaptcha.Text_Regular {
  line-height: 48px;
}

button.submit-btn.btn.Text_Regular {
  line-height: 48px;
}

.mega-content h5.Heading_H5_SemBold {
  font-size: 1.25rem;
}

.mega-content a.list-group-item {
  padding: 16px 24px;
}

.mega-content a.list-group-item.Text_Regular {
  font-size: 1rem;
}


.Hire_Top_Offshore_Talent h2.Heading_H2 {
  color: #fff;
}

.Hire_Top_Offshore_Talent h3.Heading_H3 {
  color: #fff;
}

.Fourty_Out_200 h2.Heading_H2 {
  color: #fff;
}

.Insightful_Resources h2.Heading_H2 {
  color: #fff;
}

.reqForm .form-floating>.form-control {
  background-color: transparent;
  border: 1px solid #EAECF0;
  color: #1D2939;
  border-Radius: 4px;
  padding: 8px 12px 8px 12px !important;
}

.reqForm .form-floating>.form-control:hover,
.reqForm .form-floating>.form-select:hover {
  border: 1px solid #D0D5DD;
}

.reqForm .form-floating>.form-control:focus,
.reqForm .form-floating>.form-select:focus {
  border: 1px solid #3A58EF;
  background-color: transparent;
  box-shadow: 0 0 0 .25rem rgb(113 98 234 / 10%);
}

.reqForm .form-floating>label {
  position: absolute;
  top: -16px;
  font-family: 'Inter';
}

.reqForm label {
  margin-top: 15px;
}

.reqForm .form-floating>.form-control-plaintext~label, 
.reqForm .form-floating>.form-control:focus~label, 
.reqForm .form-floating>.form-control:not(:placeholder-shown)~label, 
.reqForm .form-floating>.form-select~label {
  color: #667085;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-top: 0;
}

.reqForm .form-floating>.form-select {
  background-color: transparent;
  border: 1px solid #EAECF0;
  color: #1D2939;
  border-Radius: 4px;
  padding: 8px 12px 8px 12px !important;
  font-family: Inter;
}

.reqForm .form-floating>.form-control-plaintext~label::after, 
.reqForm .form-floating>.form-control:focus~label::after, 
.reqForm .form-floating>.form-control:not(:placeholder-shown)~label::after, 
.reqForm .form-floating>.form-select~label::after {
  background: #f9fafb;
}

.subForm .form-floating>.form-control-plaintext~label::after, 
.subForm .form-floating>.form-control:focus~label::after, 
.subForm .form-floating>.form-control:not(:placeholder-shown)~label::after, 
.subForm .form-floating>.form-select~label::after {
  background: #ffffff;
}

#request_more_info_form button.g-recaptcha {
  padding: 10px 18px;
  margin-top: 8px;
}

#request_more_info_form button.g-recaptcha:after {
  display: none;
}


.fooLocList li {
  color: #A8A7B7;
}

.fooLocList li a {
  color: #A8A7B7;
}

.fooNav dd a {
  color: #A8A7B7;
}

.subForm button.submit-btn:hover {
  padding: 12px 20px 12px 20px;
}

.subForm button.submit-btn:after {
  display: none;
}

.fooNav dd a:hover {
  color: #fff;
}

.fooLocList li:nth-child(1) {
  background: url(../images/new-home/Foo_Loc_Icon.svg) 0 10px no-repeat;
}

.fooLocList li:nth-child(2) {
  background: url(../images/new-home/Foo_Call_Icon.svg) 0 0 no-repeat;
}

.fooLocList li:nth-child(3) {
  background: url(../images/new-home/Foo_Email_Icon.svg) 0 0 no-repeat;
}

.reqForm .form-floating>textarea {
  margin-bottom: 0;
  height: 165px;
}

#request_more_info_form button.g-recaptcha.Btn_Primary {
  padding: 10px 18px;
  margin-top: 32px;
}

#request_more_info_form button.g-recaptcha.Btn_Primary:hover {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid var(--Theme-Blue-500, #283FB1);
  background: var(--Theme-Blue-700, #283FB1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#request_more_info_form button.g-recaptcha.Btn_Tertiary  {
  padding: 12px 20px 12px 20px;
  margin-top: 8px;
}


.reqForm .form-floating>.form-control:focus~label {
  color: #3A58EF;
}

#request_more_info_form p.Heading_H6 {
  padding-bottom: 32px;
}

.mainNav > li:hover > a{
  color: #3A58EF;
}

.mainNav .dropdown-menu.show {
  border-color: #3A58EF !important;
}

.mainNav .dropdown-menu.show:before {
  content: "";
  border-bottom: 1.5em solid #3A58EF !important;
}

.mega-content .List_Box a:hover {
  background: #EBEEFD  !important;
}

.mega-content h5 {
  color: #26244A !important;
}

.mega-content a.list-group-item {
  color: #101828 !important;
}

.mega-content p {
  color: #5D667B !important;
}


.Client_Success_Stories .Btn_Primary {
  display: inline-block;
}

.Client_Success_Stories .Btn_Primary:hover {
  background: #283FB1;
}

.orTxt {
  font-family: Inter;
}


.center .slick-arrow, .center02 .slick-arrow, .center03 .slick-arrow, .experts .slick-arrow, .logoSlider .slick-arrow , .logoSlider1 .slick-arrow{
  background: url(../images/new-home/Prev_Icon.svg) center center no-repeat;
  width: 40px;
  height: 40px;
}

.logoSlider .slick-arrow:hover , .logoSlider1 .slick-arrow:hover{
  border-color: #3A58EF;
  background: url(../images/new-home/Prev_hover_Icon.svg) center center no-repeat;
  background-color: #3A58EF;
}

.center .slick-arrow:hover {
  border-color: #3A58EF;
  background: url(../images/new-home/Prev_hover_Icon.svg) center center no-repeat;
  background-color: #3A58EF;
}

.center02 .slick-arrow:hover {
  border-color: #3A58EF;
  background: url(../images/new-home/Prev_hover_Icon.svg) center center no-repeat;
  background-color: #3A58EF;
}

.center03 .slick-arrow:hover {
  border-color: #3A58EF;
  background: url(../images/new-home/Prev_hover_Icon.svg) center center no-repeat;
  background-color: #3A58EF;
}

/* New Style Other pages */

.innerPageBanner h1.Heading_H1 {
  padding-bottom: 32px;
}

.innerPageBanner p.Heading_H5 {
  padding-bottom: 0;
}

.visBox{ 
  border: 0;
  min-height: 445px;
}

.acbox {
  border: 0;
}

.experBox {
  border: 0;
}

.solBox h6 {
  margin-bottom: 0;
}

.solBox.active h6  {
  margin-bottom: 16px;
}

.team-content-inner span {
  margin-top: 6px;
}

.btn-wrap button { 
  background: url(../images/new-home/Prev_Icon.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  border: #8b8c8f 2px solid;
  opacity: 1;
}

.btn-wrap button.prev-btn:hover,
.btn-wrap button.prev-btn02:hover {
  border-color: #3A58EF;
  background: url(../images/new-home/Prev_hover_Icon.svg) center center no-repeat;
  background-color: #3A58EF;
}

.btn-wrap button.next-btn:hover,
.btn-wrap button.next-btn02:hover {
  border-color: #3A58EF;
  background: url(../images/new-home/Prev_hover_Icon.svg) center center no-repeat;
  background-color: #3A58EF;
}


.Entigrity_Family_Box {
  border: 0;
}

.Entigrity_Family_Box a.btn:after {
  display: none;
}

.Entigrity_Family_Box a.btn:hover, .Entigrity_Family_Box a.btn:focus {
  background-color: #3A58EF;
}

.Entigrity_Family_Box a.btn:hover, .Entigrity_Family_Box a.btn.blk-btn:hover {
  padding: 12px 20px 12px 20px;
}

.pagination li.page-item.active {
  background: transparent;
}

.pagination li.page-item.active .page-link {
  background: #3A58EF;
  color: #FFFFFF;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.pagination li.page-item.disabled span.page-link {
  background: #F2F4F7;
  color: #98A2B3;
  border-Radius: 4px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.pagination li.page-item.active span.page-link {
  border: 0;
  background: #3A58EF;
}

.pagination li.page-item a.page-link {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
}

.pagination li.page-item a.page-link:hover {
  background-color: #3A58EF;
  color: #fff;
}

.Entigrity_Family_Box img {
  width: 100%;
}

.Entigrity_Family_Box_Date img {
  width: auto;
}

.caseBoxRgt a:after, .lineBtn:after {
  display: none;
}

.successBox {
  border: 0;
  padding: 30px;
  border-radius: 12px;
}

.prtocol-cont p.ellipsisCont.Heading_H6 {
  padding: 0 25px;
}

.swiper-pagination span {
  color: #3A58EF;
  margin-bottom: 16px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  background: url(../images/new-home/Prev_Icon.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  content: ' ' !important;
  transform: rotate(-180deg);
  position: absolute;
  opacity: 1 !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{ 
  background: url(../images/new-home/Prev_Icon.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  content: ' ' !important;
  opacity: 1 !important;
}

.swiper-button-next:hover:after, 
.swiper-rtl .swiper-button-prev:hover:after,
.swiper-button-prev:hover:after, 
.swiper-rtl .swiper-button-next:hover:after{
  border-color: #3A58EF;
  background: url(../images/new-home/Prev_hover_Icon.svg) center center no-repeat;
  background-color: #3A58EF;
  opacity: 1 !important;
}

.slider-cont ul {
  padding-left: 20px;
}

.processesBox h3 {
  padding: 0 0 16px;
}

.paraBox h3{ 
  padding: 12px 0 16px;
}

.disclaimer span {
  margin-bottom: 16px;
}

.processesBox.padr {
  padding-right: 270px;
}

.processesBox.padl {
  padding-left: 290px;
}

.cancellation span {
  margin-bottom: 16px;
}

.stepList li.stepOne.active .nums{
  color: #3A58EF ;
}
.stepList li.stepTwo.active .nums{
  color: #3A58EF ;
}
.stepList li.stepThree.active .nums{
  color: #3A58EF ;
}
.stepList li.stepFour.active .nums{
  color: #3A58EF ;
}
.stepList li.stepFive.active .nums{
  color: #3A58EF ;
}
.stepList li.stepSix.active .nums{
  color: #3A58EF ;
} 

.stepList li.stepOne.active:after{
  background: #3A58EF ;
}
.stepList li.stepTwo.active:after{
  background: #3A58EF ;
}
.stepList li.stepThree.active:after{
  background: #3A58EF ;
}
.stepList li.stepFour.active:after{
  background: #3A58EF ;
}
.stepList li.stepFive.active:after{
  background: #3A58EF ;
}
.stepList li.stepSix.active:after{
  background: #3A58EF ;
}



.revTop {
  margin: 0 -16px 0px;
}

.quoted {
  width: 30px;
}

.revPara {
  padding-bottom: 30px;
  text-align: inherit;
}


.revAuth {
  margin-bottom: 30px;
}

.reviewBox {
  margin: 0 0 30px 0;
}

nav.Pagination a, span.disabled span {
  background: transparent;
  border-Radius: 4px;
  color: #3A58EF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px !important;
  margin-right: 5px;
  height: 36px;
}

nav.Pagination span {
  border: 0;
  background: #3A58EF;
}

nav.Pagination a:hover {
  background: #3A58EF !important;
  color: #fff;
}

nav.Pagination span span {
  background: transparent;
}

nav.Pagination span span.active {
  background: transparent;
  background: #3A58EF;
  border-Radius: 4px;
  padding: 8px 14px 8px 14px !important;
}


nav.Pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md {
  background: transparent;
  border: 0;
  box-shadow: none !important;
}

nav.Pagination span.disabled span {
  background: #F2F4F7 !important;
  color: #98A2B3;
  border-Radius: 4px;
  box-shadow: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 8px 14px 8px 14px;
  border: 0 !important;
}

.caseBox {
  margin: 0 0 30px 0;
}

.blog-bg h1 {
  padding-bottom: 32px;
}

.blog-bg h2 {
  padding-bottom: 0;
}

.caseAuth i {
  vertical-align: bottom;
}


.successBoxRgt p {
  padding: 16px 0 24px;
  border-bottom: 1px solid #D0D5DD;
  margin-bottom: 24px;
}

.mediaCont p{ 
  margin-bottom: 24px;
  padding-bottom: 0;
}

.mediaDate {
  line-height: 25px;
}

.mediaLogo img {
  width: 362px;
  height: 181px;
  object-fit: cover;
}

.Search_Blog {
  margin: 32px 0 0;
}

.pagination li + li {
  border-Radius: 4px;
}

.Recent_Post .resorceBox {
  border: 0;
}

.Recent_Post .resorceBox span.resDate,
.Featured_Blog_Can .resorceCont span.resDate {
  background: url(../images/new-home/Calendar_Icon.svg) 0 0 no-repeat;
}

.Recent_Post .resorceBox span.resView,
.Featured_Blog_Can .resorceCont span.resView {
  background: url(../images/new-home/View_Icon.svg) 0 0 no-repeat;
}

.resorceCont a:hover {
  background-color: #3A58EF;
}

.resourceTab li a {
  background: #F3F1FD;
}

.resourceTab li a.active {
  background: #3A58EF;
}


/* New SOC Type 2 Page */

.Secure_Your_Peace h6 {
  text-align: left;
  margin-bottom: 16px;
}
.Secure_Your_Peace p {

}

.Secure_Your_Peace_Block {
  padding: 120px 0;
}

.SOC_2_Certification_Block {
 padding:  80px 0;
}

.SOC_2_Certification_Block h2 {

}

.SOC_2_Certification_Block h2 span.inline {

}


.SOC_2_Certification_Box {
 margin-top: 45px;
 background: #FFFFFF;
 padding: 32px 24px;
 border: 0;
 border-radius: 20px;
 text-align: center;
 min-height: 232px;
}

.SOC_2_Certification_Box h6 {

 margin: 8px 0 4px;
}

.SOC_2_Certification_Box p {
 padding: 0;
}

.How_Entigrity {
  padding: 120px 0;
}

.How_Entigrity h3.Sec_SubTitle {
  padding-top: 0;
  line-height: initial;
}

.Organizational_structure_Box {
  display: flex;
  align-items: self-start;
  margin-bottom: 30px;
}

.Organizational_structure_Box h3 {
  padding: 0;
  font-size: 6.625rem;
  line-height: 110%;
  padding-bottom: 30px;
}

.Organizational_structure_Box_Right {
  margin-left: 24px;
}

.Organizational_structure_Box p {
  padding-bottom: 0;
}

.Why_Choose_Entigrity {
  padding: 80px 0;
}

.Why_Choose_Entigrity_Box {
  border-radius: 12px;
  background-color: #F5F8FD;
  box-shadow: 0px 4px 25px 0px #0000001A;
}

.Text_Bold {
  font-weight: 700;
}

.Text_UL {
  text-decoration: underline;
}

.Why_Choose_Entigrity_Box_Right {
  padding: 80px 30px 80px 0px;
}

.Why_Choose_Entigrity_Box_Right p a {
 
}


/* Talent Pool Page */

.Talent_Pool_Bg {
  background: none;
  background-image: url(../images/new-home/Talent_Pool_Bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Our_5D_Approach {
  /* padding: 60px 0; */
  padding: 4% 0;
}

.Talent_Pool_Banner_Box {
  margin-top: 0px;
  /* min-height: 186px; */
  border: 0;
  position: relative;
  box-shadow: 0px 4px 25px 0px #0000001A;
  border-radius: 12px;
  padding: 24px 16px;
  background: #FFFFFF;
}

.Talent_Pool_Banner_Box:before {
  content: '';
  background: #9CABF7;
  width: 5px;
  height: 102px;
  display: inline-block;
  position: absolute;
  left: -2px;
  border-radius: 13px;
}

.Talent_Pool_Banner_Box h6 {
  padding: 8px 0 4px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #3E3C64;
}
 
.innerPageBanner p.Heading_H5 {
  padding: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* text-align: left; */
  color: #475467;
}

 .Talent_Pool_Bg .Talent_Pool_Banner_Main {
  width: 288px;
}



/* Slider Section */

.Our_5D_Approach h2 {
  padding-bottom: 45px;
}

.Our_5D_Slider .slider{
grid-template-columns: 50% 50%;
position: relative;
display: grid;
}

.Our_5D_Slider .slider .content_container{
padding: 0px;
}

.Our_5D_Slider .slider .slides{
overflow-y: auto;
max-height: 330px;
scrollbar-width: none;
}

.Our_5D_Slider .slider .slides::-webkit-scrollbar{
display: none;
}

.Our_5D_Slider .slider .slides .slide{
min-height: calc(100%);
display: flex;
padding: 0px;
align-items: start;
}

.Our_5D_Slider .slider .slides .slide:nth-child(even){

}

.Our_5D_Slider .slide_navigation a {
color: #333;
}

.Our_5D_Slider .slide_navigation li {
  margin-bottom: 32px;
}

.Our_5D_Slider .slide_navigation li:last-child {
  margin-bottom: 0;
}

.Our_5D_Slider .slide_navigation a {
  text-align: left;
}

.Our_5D_Slider .slide_navigation a.active {
  font-weight: 700;
  text-align: left;
}

.inner_content {
  display: flex;
}

.Inner_Content_Left {
  margin-right: 24px;
  text-align: center;
}

.Our_5D_Slider .slider .slides .Inner_Content_Left p {
  text-align: left;
}

.Our_5D_Slider .slider .slides h1, .Our_5D_Slider .slider .slides h2 {
  text-align: left;
  padding-bottom: 16px;
}

.Our_5D_Slider .slider .slides p {
  text-align: left;
}

.Recent_Post .resorceBox:hover {
  background: transparent;
}

.cardCust2 .d-flex {
  margin: 0;
}

.cardCust2 .d-flex .date {
  max-width: 263px;
}

.container_card .nav-pills .nav-link {
  /* font-family: Inter;
  font-weight: 400;
  line-height: 22px;
  text-align: left; */
  padding: 10px 16px;
  color: #171a1f80;
  font-size: 20px;
}

.container_card .nav-pills .nav-link.active {
  background: #3a58ef;
  color: #fff;
  border-radius: 50px;
}

.container_card li.nav-item {
  margin-right: 16px;
}

.By_Numbers_Main_Box {
  margin-top: 0px;
  text-align: left;
  min-height: 161px;
  margin-bottom: 30px;
  border: 0;
  position: relative;
  box-shadow: 0px 4px 25px 0px #0000001A;
  border-radius: 12px;
  padding: 24px 16px;
  background: #FFFFFF;
}

.By_Numbers_Main_Box:before {
  content: '';
  background: #9CABF7;
  width: 5px;
  height: 102px;
  display: inline-block;
  position: absolute;
  left: -2px;
  border-radius: 13px;
}

.By_Numbers_Main_Box h6 {
  margin-top: 8px;
  margin-bottom: 2px;
  display: block;
  padding: 8px 0 4px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #3E3C64;
}

.By_Numbers_Main_Box p {
  padding-bottom: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #475467;
}

.container_card .scroll {
  height: 790px;
}

.container_card .scroll.scroll_Upcoming {
  height: auto;
}

.container_card {
  padding: 4% 0;
}


/* Awards Page  */

.awardsCont h6 {
  font-size: 1.5rem;
  font-family: Inter;
  font-style: normal;
  line-height: 130%;
  color: #344054;
  padding: 0 16px;
}

.awardsImg {
  border: 0;
  background: transparent;
  padding: 10px;
}

.awardsImg {
  width: auto;
  height: auto;
}

.awardsImg.awardsImg2 {
  width: 100%;
  height: 100%;
}

/* Association Page  */

.association-right-cont h5 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-family: Inter;
  color: #26244A;
}


.m-t-4 {
  margin-top: 4%;
}



/*Footer Start*/
footer{
  background: var(--Theme-Dark-Blue-900, #17162C);
  padding: 60px 0;
}
.newsletter {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-radius: 12px;

  padding: 28px 36px;
  align-items: center;
}
.newsletter_inner h3 {
 padding-top: 0;
}
.newsletter_inner h3 + p {

  
}
.newsletter-control {
  position: relative;
  min-width: 457px;
  height: 48px;
}
.newsletter-control svg {
  position: absolute;
  left: 24px;
  top: 16px;
}
.newsletter-control input.form-control {
  height: 100%;
  padding-left: 50px;
}
.newsletter-control .Fill_Btn {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
  display: flex;
  align-items: center;
}
.footer-top {
  margin-top: 60px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.footer-top h3 {
  margin-bottom: 24px;
  padding-top: 0;
}
.footer-top ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-top ul li a {

  
}
.app_store {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-bottom {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.963px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  flex-wrap: wrap;
}
.social ul {
  list-style: none;
  display: flex;
  gap: 33px;

}


.mega-content .List_flex {
  display: flex;
}

.mega-content .List_Box .List_Left {
  max-width: 48px;
  display: inline-block;
}

.mega-content .List_Box .List_Right {
  margin-left: 16px;
  font-weight: 600;
}


.headOut {
  padding: 0;
}

.headOut.fixed {
  padding: 0;
}

.Why_Choose_Entigrity_Box_Right h2.Sec_Title,
.Why_Choose_Entigrity_Box_Right p {
  color: #26244A;
}

.caseBoxNew {
  display: inline-block;
  padding: 16px;
}

.caseBoxLeftNew {
  width: 100%;
}

.caseBoxRgtNew {
  width: auto;
  padding: 16px;
}

.caseAuthNew {
  padding: 8px 0px 15px;
}

.caseBoxRgtNew p {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: none;
  overflow: auto;
}

.logoSlider button.slick-prev.slick-arrow {
  bottom: 0;
  top: auto;
  left: 47%;
}

.logoSlider button.slick-next.slick-arrow {
  bottom: 20px;
  top: auto;
  right: 47%;
}

.slick-slider button.slick-prev.slick-arrow {
  bottom: 0;
  top: auto;
  left: 47%;
}

.slick-slider button.slick-next.slick-arrow {
  bottom: 20px;
  top: auto;
  right: 47%;
}

.slick-slider button.slick-prev.slick-arrow:before{
  display: none;
}

.slick-slider button.slick-next.slick-arrow:before {
  display: none;
}

.Entigrity_Family_Main h1 {
  padding-bottom: 16px;
}

.Entigrity_Family_Main h1 span {
  display: inline-block;
}


@media (max-width:767px)
{
  body .q_main_left h1{
      font-size: 28px;
  }
  body .q_main_right {
      position: static;
  }
  body .banner_counter{
      display: none;
  }
  body section.q_main_banner {
      padding: 24px 0;
      text-align: center;
      margin-top: 5px;
  }
  .newsletter-control {
      min-width: auto;
      height: auto;
  }
  .newsletter-control input.form-control {
      height: 100%;
      padding-left: 50px;
      width: 100%;
      /* min-width: auto; */
      height: 50px;
  }
  .newsletter-control .Fill_Btn {
      /* position: absolute; */
      top: 4px;
      right: 4px;
      height: calc(100% - 8px);
      display: flex;
      align-items: center;
      margin-top: 15px;
      width: 100%;
      text-align: center;
      display: block;
      position: static;
  }
	.newsletter {
		flex-wrap: wrap;
	}

  .slick-slider button.slick-prev.slick-arrow {
    bottom: 0;
    top: auto;
    left: 35%;
  }
  
  .slick-slider button.slick-next.slick-arrow {
    bottom: 20px;
    top: auto;
    right: 42%;
  }

  .procNum {
    font-size: 40px;
    line-height: 58px;
    top: -18px;
  }


  .processesBox.padr {
    padding-right: 15px;
  }

  .processesBox h3 {
    padding: 0 0 16px 35px;
  }

  
  .processesBox h3 i {
    position: absolute;
    left: -10px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    filter: drop-shadow(-5px 5px 20px rgba(0, 0, 0, 0.05));
  }

  .processesBox p {
    font-size: 16px;
    padding-left: 35px;
  }

  .orTxt {
    font-family: Inter;
    margin-top: 15px;
  }

  .processesBox.padl {
    padding-left: 73px;
  }

  .nums {
    font-size: 40px;
    line-height: 35px;
  }

  .stepHedd.Heading_H2 {
    font-family: Inter;
    font-size: 20px;
    font-size: 1.25rem;
    align-items: start;
  }

  .stepList dt {
    color: #171A1F;
    font-size: 16px;
  }

  .stepList dd {
    font-size: 1.05rem;
  }

  .Our_5D_Slider .slider {
    grid-template-columns: 50% 50%;
    position: relative;
    display: inline-block;
  }

  .Our_5D_Slider .slider .slides {
    overflow-y: inherit;
    max-height: none;
  }

  .container_card .nav-pills .nav-link {
    padding: 10px 15px;
    color: #171a1f80;
    font-size: 18px;
  }

  .Heading_H2 {
    font-family: Inter;
    /* font-size: 36px; */
    font-size: 1.50rem; 
  }

  .tab-content .Heading_H2 {
    font-size: 1.50rem;
  }




  .Our_5D_Slider .slider {
		grid-template-columns: 50% 50%;
		position: relative;
		display: inline-block;
	}

	.Our_5D_Slider .slider .slides .Inner_Content_Left p {
		text-align: left;
		font-size: 1.5rem;
	}

  .Our_5D_Slider .slider .slides h1, .Our_5D_Slider .slider .slides h2 {
    text-align: left;
    padding-bottom: 16px;
    font-size: 1.25rem;
  }

  .Our_5D_Slider .slider .slides p {
    text-align: left;
    font-size: 1.125rem;  
  }

  .Our_5D_Slider .slider .content_container {
    padding: 0px;
    margin-bottom: 30px;
    display: none;
  }

  .pagination li.page-item.disabled span.page-link {
    padding: 8px 8px 8px 8px;
  }

  .pagination li + li {
    margin-right: 5px;
  }

  .pagination li.page-item a.page-link {
    padding: 8px 8px 8px 8px;
  }

  .pagination li.page-item.active .page-link {
    padding: 8px 8px 8px 8px;
  }

  .successBox {
    border: 0;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 0;
  }

  .association-right-cont h5 {
    padding-bottom: 16px;
  }

}



@media only screen and (max-width: 1366.51px) {
  .Heading_H1 {
    font-size: 3rem;
  }

  .center02 .slideBox {
    justify-content: space-between;
  }

  .Why_Choose_Entigrity_Box_Right {
    padding: 25px 25px 25px 0;
  }

  .SOC_2_Certification_Box {
    min-height: 276px;
  }

  .Talent_Pool_Banner_Box {
    margin-bottom: 30px;
  }

}



@media screen and (min-width: 2560px) { 
  .mainNav > li:first-child .dropdown-menu.show:before {
    left: 46% !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1470.51px) { 
  /* Safari and Chrome */
  .mainNav > li:first-child .dropdown-menu.show:before {
    left: 45% !important;
  }

  .mainNav > li:nth-child(3) .dropdown-menu.show:before {
    right: 6% !important;
    left: auto !important;
  }

  .mainNav > li:last-child .dropdown-menu.show:before {
    right: 10% !important;
    left: auto !important;
  }

  /* Safari only override */
  .mainNav > li:first-child .dropdown-menu.show:before {
    left: 44% !important;
  }

  .mainNav > li:nth-child(3) .dropdown-menu.show:before {
    right: 5% !important;
    left: auto !important;
  }

  .mainNav > li:last-child .dropdown-menu.show:before {
    right: 9% !important;
    left: auto !important;
  }

}