body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #45424e;
}

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  font-size: 28px;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #45424e;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a,
input {
  text-decoration: none;
  outline: none;
}

section {
  padding: 20px 0;
}

.container {
  max-width: 1302px !important;
}

/* ======== Header start ======= */
.fullheader {
  position: fixed;
  z-index: 99;
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.headertopbar {
  background: linear-gradient(90deg, #0082E4 10.48%, #8516A7 100.44%);
  text-align: right;
  padding: 5px 0;
}

.headertopbar p {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  padding: 5px 0;
  cursor: pointer;
}

.headertopbar p span {
  color: var(--Primary-Color-Blue-0, #CFEAFE);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.headertopbar p img {
  margin-right: 10px;
}

.hpmebannerslide {
  padding-top: 110px;
}

.hpmebannerslide img {
  width: 100%;
}

nav ul {
  /* display: flex; */
  margin-top: 18px;
}

nav ul li {
  color: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  padding: 0 15px;
}

nav ul li a {
  color: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
}

.top-right ul {
  display: flex;
  justify-content: right;
  margin-top: 28px;
}

.top-right ul li {
  padding: 0 14px;
  position: relative;
  color: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  /* 178.571% */
}

.top-right ul li a {
  color: #1F2B4C;
}

.top-right ul li::after {
  background: #1F2B4C;
  width: 1px;
  height: 13px;
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
}

.top-right ul li:last-child::after {
  display: none;
}

.videobanner {
  position: relative;
}

.videoban-content {
  position: absolute;
  top: 0;
  background-color: rgba(0, 87, 190, 0.5);
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 150px;
}

.videoban-content h2 {
  font-size: 64px;
  color: #fff;
  font-weight: 400;
  line-height: 64px;
  padding-bottom: 20px;
}

.videoban-content p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 30px;
}

.resultsbtn {
  background: #fff;
  width: 300px;
  height: 52px;
  font-size: 14px;
  color: #1F2B4C;
  font-weight: 500;
  line-height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}

.resultsbtn:hover {
  background: #1F2B4C;
  color: #fff;
}

.resultsbtn:hover img {
  filter: brightness(0) invert(1);
}

.projectlink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 100px;
}

.projectlink li {
  border-radius: 10px;
  border: 0.5px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  flex-grow: 1;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  width: 20%;
}

.projectlink li a {
  border-radius: 10px;
  background: rgba(211, 220, 239, 0.72);
  display: block;
  transition: 0.1s;
}

.projectlink li a h3 {
  background: #fff;
  color: #1F2B4C;
  font-size: 14px;
  font-weight: 400;
  line-height: 40x !important;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  margin: 0;
}

.projectlink li img {
  padding: 30px 0;
}

.projectlink li:hover h3 {
  font-weight: 700;
}

.activeHeaderMenu {
  color: #0082E4 !important;
  font-weight: 500 !important;
}

/* .projectlink li:hover a{
  background: #1F2B4C;
}
.projectlink li:hover img{
  filter: brightness(0) invert(1);
} */
.projectlink li:hover {
  border-radius: 10px;
  border: 0.5px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(10px);
}

/* ======== Header end ======= */

/* ======== mid body start ======= */
.srmb-products {}

.srmb-products .container {
  overflow: hidden;
  position: relative;
}

.productslide .owl-nav {
  top: 10px;
  bottom: auto;
}

.productslide .owl-prev {
  left: 0;
  position: absolute;
}

.productslide .owl-next {
  position: absolute;
  right: 0;
}

.srmb-products h2,
.whychoosesrmb h2,
.trustedclients h2,
.showcaseslider h2,
.ouriconicproject h2,
.testimonial h2,
.aditionalfranchaies h2,
.francprogram h2,
.checktmtpricetoday h2,
.qualityassurance h2,
.comtittlepara h2,
.legacyStrength h2,
.centertextcontainer h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.corevalueboxforproduct {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heading_title_large {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.heading_subtitle_small {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;

  /* Font/14px Reguler */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 20px;
}




.srmb-products .col-lg-2.col-md-2.col-sm-12 {
  width: 20%;
  padding: 0 8px;
}

.srmbprobox {
  border-radius: 14px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 24px;
  position: relative;
  height: 320px;
}

.srmbprobox h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  /* 121.875% */
}

.srmbprobox a {
  position: absolute;
  top: 10px;
  right: 10px;
}

.srmbprobox p {
  color: #161E3E;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.srmbprobox .pro-picimg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
}

.srmbprobox:hover {
  background: linear-gradient(169deg, #1473BB 6.66%, #7216A7 99%);
}

.srmbprobox:hover h3,
.srmbprobox:hover p {
  color: #fff;
}

.srmbprobox:hover a svg path {
  stroke: #FFDD00;
}

.srmb-tmtbarban {
  padding-bottom: 0;
}

.srmb-tmtbarban img,
.srmb-campvideo img {
  width: 100%;
}

.srmb-campvideo {
  padding: 0;
}

.srmbsitevisit .container {
  border-radius: 14px;
  /* background: linear-gradient(180deg, #1473BB 0%, #3516A7 100%); */
  background: linear-gradient(180deg, #acc4d6 0%, #3516A7 100%);
  padding: 32px;
  padding-bottom: 0;
}

.srmbsitevisit h2 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 275;
  line-height: 48px;
  /* 120% */
}

.srmbsitevisit h2 span {
  color: #FD0;
}

.srmbsitevisit p {
  color: var(--Primary-Color-Blue-0, #CFEAFE);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.frmbdr {
  border-radius: 8px 8px 0px 0px;
  border-top: 0.5px solid var(--White, #FFF);
  border-right: 0.5px solid var(--White, #FFF);
  border-left: 0.5px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.16);
  padding: 10px;
}

.visitform {
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, #CDDDE9 0%, #FFF 100%);
  padding: 16px 24px 24px 24px;
}

.visitform h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  margin-bottom: 20px;
}

.visitform h3 span {
  color: var(--Text-Color-Drak-Blue-800, #4A536E);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 175% */
  display: block;
}

.visitform input[type="text"],
.visitform input[type="email"],
.visitform select {
  border-radius: 4px;
  border: 1px solid var(--Text-Color-Drak-Blue-400, #9FA4B2);
  background: var(--Other-White, #FFF);
  width: 100%;
  height: 40px;
  color: var(--Text-Color-Drak-Blue-800, #4A536E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  padding: 0 15px;
  margin-bottom: 8px;
}

.visitform input[type="submit"],
.visitform button {
  border-radius: 4px;
  background: var(--Secondary-Color-Yellow-5, #FD0);
  width: 100%;
  height: 40px;
  color: var(--Secondary-Color-Yellow-9, #332C00);
  text-align: center;
  /* Font/14px Medium */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  border: 0;
}

.constpic {
  position: relative;
}

.constpic img {
  position: absolute;
  right: 0;
}

.whychoosesrmb {}

.whychoosesrmb h2 {
  color: #161E3E;
  text-align: center;
  padding-bottom: 20px;
}

.whysrmcard {
  width: 100%;
  /* Set the required width */
  border-radius: 14px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Ensures vertical alignment */
  overflow: hidden;
}

.whypic {
  flex-shrink: 0;
  width: 50%;
}

.whycontent {
  flex-shrink: 0;
  width: 50%;
  padding: 24px;
}

.whycontent h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 115.385% */
  letter-spacing: -0.52px;
  padding: 15px 0 5px 0;
}

.whycontent p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
}

.whychoosesrmb .col-lg-6 {
  padding: 2px;
}

.whysrmcard.oddiv .whypic {
  order: 2;
}

.whysrmcard.oddiv .whycontent {
  order: 1;
}

.trustedclients {}

.trustedclients .container {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.showcase .container {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}


.trustedclients h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  line-height: 48px;
  /* 120% */
  padding-bottom: 20px;
}

.partlogoslide {
  display: flex;
  justify-content: space-evenly;
}

.partlogoslide img {
  border-radius: 6px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: var(--Other-White, #FFF);
}

.ouriconicproject .container {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.ouriconicproject h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  line-height: 60px;
  /* 111.111% */
  padding-bottom: 30px;
}

.iconiccard {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  /* background: var(--Other-White, #FFF); */
  background-color: var(--Text-Color-Drak-Blue-100, #E0E1E5);
}

.iconiccardnew {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  /* background: var(--Other-White, #FFF); */
  background-color: var(--Text-Color-Drak-Blue-100, #E0E1E5);
}

.iconiccardnew img {
  /* background: #fff; */
  background: #cacdd3;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}


/* .iconiccard h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
} */

.iconiclogo-content {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: end;
}

.iconiclogo-content img {
  margin-top: -80px;
}

.iconiccard .iconicthumbpic_banner_only {
  border-radius: 14px 14px 14px 14px;
  width: 100%;
}

.carbonfootprint img {
  height: 860px;
}

.srmbjourney img {
  width: 100%;
}

.iconiccard .iconicthumbpic {
  border-radius: 14px 14px 0px 0px;
  width: 100%;
}

.srmbcirtific {
  border-radius: 14px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 40px;
  overflow: hidden;
  position: relative;
}

.srmbcirtific h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;

  /* Font/Title Section 03 */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 20px;
}

.awardcard {
  border-radius: 6px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: var(--Other-White, #FFF);
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cirtificatecard {
  border-radius: 6px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  /* background: var(--Other-White, #FFF); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cirtificatecard img {
  width: 154px;
  height: 193px;
  /* height: 248; */
  object-fit: contain;
  cursor: pointer;
}

.awardcard img {
  width: 160px;
  height: 120px;
  cursor: pointer;
}

.cirtificatecard p,
.awardcard p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  border-top: 0.5px solid #E0E1E5;
  padding: 14px 5px;
  min-height: 80px;
}

.cirtifislider,
.srmbcirtific,
.awardslider {
  overflow: hidden;
}

.cirtifislider .owl-nav,
.srmbcirtific .owl-nav {
  bottom: auto;
  top: 0;
}

.cirtifislider .owl-nav .owl-prev,
.srmbcirtific .owl-prev {
  left: 36px;
  position: absolute;
  top: 50px;
  background-size: 30px;
}

.cirtifislider .owl-nav .owl-next,
.srmbcirtific .owl-nav .owl-next {
  right: 34px;
  position: absolute;
  top: 50px;
  background-size: 30px;
}

.testimonial {}

.testimonial .container {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.testimonial h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  line-height: 60px;
  /* 111.111% */
  padding-bottom: 30px;
}

.testimcard {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: url(/assets/images/inv-comma.png) 95% 20px no-repeat #F1F3F8;
  padding: 32px;
  display: flex;
  height: 400px;
  flex-direction: column;
}

.testimcard img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.testimcard p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 23px;
  /* 164.286% */
  margin-bottom: 10px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimcard h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;

  /* Font/14px SemiBold */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
}

.testimcard h3 span {
  display: block;
  color: var(--Text-Color-Drak-Blue-800, #4A536E);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 175% */
}


.becomenetwork .container {
  border-radius: 14px;
  background: linear-gradient(90deg, #5C16A7 0%, #004EA7 100%);
  padding: 48px 0;
}

.becomenetwork h2 {
  color: var(--Other-White, #FFF);
  text-align: right;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  padding-right: 15px;
}

.becomenetwork h2 span {
  color: #BBACF2;
  text-align: right;

  /* Font/18px Light */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 166.667% */
  line-height: 30px;
  /* 166.667% */
  display: block;
}

.becomenetwork a,
.becomenetwork button {
  margin: 0 5px;
  border-radius: 100px;
  background: var(--Secondary-Color-Yellow-5, #FE0);
  color: var(--Secondary-Color-Yellow-9, #332C00);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 182px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}

.becomenetwork a.disbtn,
.becomenetwork button.disbtn {
  border: 1px solid var(--Secondary-Color-Yellow-5, #FE0);
  background-color: inherit;
  color: #FD0;
}



.checkratecardprice .container {
  border-radius: 14px;
  background: linear-gradient(90deg, #5C16A7 0%, #004EA7 100%);
  padding: 48px 30px;
}

.checkratecardprice h2 {
  color: var(--Other-White, #FFF);
  text-align: right;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.4px;
  padding-right: 15px;
}

.partlogoslide {
  overflow: hidden;
}

.partlogoslide .owl-nav {
  display: none;
}

/* ======== mid body end ======= */

/* ======== footer start ======= */
.footerlinks {
  background: #161E3E;
  padding: 50px 0;
}

.footercopyright {
  background: #0E142D;
  padding: 20px 0;
}

.footercopyright p {
  color: var(--Text-Color-Drak-Blue-600, #747C90);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 145.455% */
}

.footercopyright p a {
  color: var(--Text-Color-Drak-Blue-600, #747C90);
}

.footercopyright ul {
  display: flex;
  justify-content: right;
  color: var(--Text-Color-Drak-Blue-600, #747C90);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 145.455% */
}

.footercopyright ul li {
  color: var(--Text-Color-Drak-Blue-600, #747C90);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 145.455% */
  margin: 0 5px;
}

.footercopyright ul li a {
  color: var(--Text-Color-Drak-Blue-600, #747C90);
}

.f_contacts h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.f_contacts p {
  color: var(--Text-Color-Drak-Blue-600, #747C90);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 158.333% */
  padding-top: 10px;
}

.f_contacts p a {
  color: var(--Text-Color-Drak-Blue-600, #747C90);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.f_listlink {}

.f_listlink h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.f_listlink ul {}

.f_listlink ul li {
  color: var(--Text-Color-Drak-Blue-600, #747C90);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.f_listlink ul li a {
  color: #747C90;
}

.f_colflex {
  display: flex;
  justify-content: space-evenly;
}

.f_listlink {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.f_follow h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.f_contacts {
  max-width: 300px;
}

/* ======== footer end ======= */

/* ========= Menu ========== */
.listicomimg {
  float: left;
  margin-left: 0 !important;
  margin-right: 14px;
  margin-bottom: 12px;
  display: block !important;
}

.menu ul {
  position: inherit;
  border: 0;
  min-width: auto;
}

/* .megamenu {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 0.5px solid #FFF;
  top: 120px;
  min-height: 420px;
  box-shadow: 0 5px 10px #c0c0c0;
} */

.megamenu {
  background: #161e3ee0;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  right: 0;
  padding-top: 0.5px;
  border-top: 0.5px solid #FFF;
  top: 120px;
  min-height: 420px;
  height: 100vh;
  box-shadow: 0 5px 10px #c0c0c0;
}

.menurgtcontact {
  background: #EEF1F9;
  border-left: 0.5px solid #C2C3C6;
  padding: 20px;
  min-height: 420px;
}

.menurgtcontact::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  /* background: #EEF1F9; */
  width: 20%;
}

.ddmenulist {
  padding-top: 10px;
}

.ddmenulist li h2 {
  color: var(--Secondary-Color-Green-Green-5, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  position: relative;
  padding-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  max-width: 304px;
  clear: both;
}

.ddmenulist li h2 span {
  /* display: block; */
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;


  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}



.ddmenulist li.active h2::after,
.ddmenulist li:hover h2::after {
  background: url(/assets/images/tabrgt-arrow.png) 0 0 no-repeat;
  content: '';
  position: absolute;
  width: 11px;
  height: 20px;
  left: 310px;
  top: 35px;
  z-index: 9999;
}

.ddmenulist li.active h2,
.ddmenulist li:hover h2 {
  color: #025DA4;
}

.ddmenulist li h2 img,
.ddmenulist li h2 img {
  display: none;
}

.ddmenulist li.active h2 img,
.ddmenulist li:hover h2 img {
  display: inline-block;
  margin-left: 5px;
}

.hovdtlm {
  position: relative;
}

.ddmenulist li .hovmenupan {
  display: none;
  height: 420px;
  z-index: 999;
}

.ddmenulist li.active .hovmenupan,
.ddmenulist li:hover .hovmenupan {
  display: block;
  position: absolute;
  top: 0;
  left: 322px;
  border-left: 0.5px solid #C2C3C6;
  padding-left: 30px;
  padding-top: 28px;
  background: #fff;
  padding-bottom: 21px;
}

.hovmenupan h3 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  padding-top: 20px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 168.75% */
}

.hovmenupan p {
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.totalskudel {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.totalskudel img {
  float: left;
}

.totalskudel h4 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 168.75% */
  float: left;
  padding-left: 10px;
}

.totalskudel h4 span {
  display: block;
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 145.455% */
}

.menurgtcontact h3 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-bottom: 0.5px solid #CACDD3;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.menurgtcontact h4 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  /* 100% */
}

.menurgtcontact h4 span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  display: block;
}

.menurgtcontact div {
  display: flex;
  gap: 20px;
  margin-bottom: 37px;
  z-index: 9;
  position: relative;
}

.inmenu ul {}

.inmenu ul li {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-transform: capitalize;
  list-style-type: disc;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
}

.inmenu ul li a {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-weight: 500;
}

.inmenu ul li a:hover {
  color: #00DA6B;
}

.inmenu ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50px;
}

.menu li a,
.menu li p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding: 0 14px;
  cursor: pointer;
  user-select: none;
}

.menu li .dropdown-toggle::after {
  display: none;
}

.menu {
  padding-top: 30px;
}

.menurgtcontact img {
  width: auto;
  max-height: 49px;
  flex-shrink: 0;
}

.menurgtcontact a {
  padding: 0 !important;
}

.inmenu ul li a {
  padding: 0 !important;
}

/* ========= Menu end========== */

/* ======== Custom Checkbox ======== */
.prolistfil .cutsom-checkbox-row input[type="checkbox"] {
  margin: 0;
  opacity: 0;
}

.prolistfil .cutsom-checkbox-row {
  position: relative;
  margin-bottom: 15px;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]+label {
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 0;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]+label::before {
  border-color: #dddddd;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 19px;
  left: 0;
  position: absolute;
  transition: 0.3s linear all;
  width: 18px;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]+label::before {
  border-radius: 4px;
  border: 1px solid var(--Tertiary-Color-Dark-400, #9FA4B2);
  background: var(--White, #FFF);
  transform: scale(1);
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]:checked+label::before {
  border-color: #3bb6b6;
  border-style: dotted;
  transition: 0.3s linear all;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]:checked+label::before {
  background-color: #00DA6B;
  border-style: solid;
  transform: scale(1.2);
  border-color: #00DA6B;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]:checked+label::after {
  transform: scale(1);
  opacity: 1;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]:checked+label::after {
  /* color: #3bb6b6;
	content: "\f00c";
	cursor: pointer;
	font-family: 'FontAwesome'; */
  background: url(/assets/images/check-thik.png) 0 0 no-repeat;
  content: "";
  left: 4px;
  position: absolute;
  top: 6px;
  transform: scale(1);
  transition: 0.3s linear all;
  width: 12px;
  height: 8px;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]+label::after {
  transform: scale(2);
  opacity: 0;
}

.prolistfil .cutsom-checkbox-row input[type="checkbox"]+label::after {
  content: "";
  transform: scale(0);
  transition: 0.3s linear all;
}

/* ======== Custom Checkbox end======== */


/* ======== popup ======= */
#teampopup {}

#teampopup .modal-body {
  padding: 0;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 9;
  opacity: 1;
  outline: none;
}

.btn-close:focus {
  box-shadow: inherit;
}

#teampopup .teampropic img {
  border-radius: 10px 0 0 10px;
}

#teampopup h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: right;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 0.5px dashed #747C90;
  text-align: left;
  padding-bottom: 20px;
}

#teampopup h2 span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  display: block;
}

.teampopdtls {
  padding: 30px 50px 30px 20px;
}

.teampopdtls p {
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  text-align: justify;

  /* Font/Poppins Reguler 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  margin-top: 15px;
}

/* ======== popup end======= */


/* ============ carosel slider========== */
.owl-item {
  float: left;
}

.owl-nav {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

}

.owl-prev,
.owl-next {
  border: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}

.owl-prev {
  background: url(/assets/images/prev-arrow.png) 0 0 no-repeat;
}

.owl-next {
  background: url(/assets/images/next-arrow.png) 0 0 no-repeat;
}

.owl-prev:hover,
.ouriconicproject .owl-next:hover {
  background-color: inherit !important;
  border: 0;
}

.owl-dots {
  display: none;
}

.owl-controls {
  display: none !important;
}

.hpmebannerslide {
  overflow: hidden;
  position: relative;
}

.hpmebannerslide .owl-nav {
  display: none;
}

.hpmebannerslide .owl-dots {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: block;
}

.hpmebannerslide .owl-dots button {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 0.24;
  border-radius: 50%;
  border: 0;
  margin: 0 2px;
}

.hpmebannerslide .owl-dots button.active {
  background: #FFEE00;
  opacity: 1;
}

/* ============ carosel slider end========== */

/* ===== accordian ======= */
.accordion-toggle,
.accordion-toggle1 {
  cursor: pointer;
}

.accordion-content,
.accordion-content1 {
  display: none;
}

.accordion-content.default,
.accordion-content1.default {
  display: block;
}

/* p {padding:0; margin:0;}
h4 {padding:0; margin:0;}
.active{color:red;}
.accordion-toggle:before {
  content:"\f054";
  font-family: FontAwesome;
  width:25px;
  display:inline-block;
  text-align:center;
}
.active:before{
  content:"\f078";
  font-family: FontAwesome;
  width:25px;
  display:inline-block;
  text-align:center;  
} */
/* ===== accordian end======= */

/* ======== Country flag css ====== */
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd ul li a span:first-child,
.dropdown dt a span span:first-child {
  background-image: url('https://i.imgur.com/OQiDoZe.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 9px 5px 5px 5px;
  white-space: nowrap;
}

.dropdown dt a img {
  position: relative;
  z-index: 1;
}

.dropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
  display: inline-block;
  padding: 0;
}

.dropdown dt a span span:first-child {
  padding: 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: none;
}

.dropdown a:hover {
  color: #5d4617;
}

.dropdown dt a:hover,
.dropdown dt a:focus {
  color: #5d4617;
}

.dropdown dt a {
  position: relative;
  background: url(/assets/images/down.png) 96% center no-repeat #fff;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  border-radius: 4px;
  border: 0.4px solid var(--Tertiary-Color-Dark-1000, #161E3E);
  height: 40px;
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.dropdown dd ul {
  background: #fff;
  color: #7E796B;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  width: 100%;
  list-style: none;
  max-height: 170px;
  overflow-y: scroll;
  top: 0;
  z-index: 2;
  border: 0.4px solid var(--Tertiary-Color-Dark-1000, #161E3E);
}

.dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 12px !important;
}

.dropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
  display: block;
  width: 100%;
}

dl.dropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4)
}

dl.dropdown>span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

dl.dropdown span:nth-child(3) {
  float: right;
}

dl.dropdown dt span:nth-child(2) {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

dl.dropdown dt span:nth-child(3) {
  display: none;
}

.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.mobmenu {
  display: none;
}

.deskmenu {
  opacity: 1;
  height: auto !important;
  float: right;
}

/* ======== Country flag css end====== */

/* ===== Mobile menu ==== */
.mobile-menu {
  position: relative;
  z-index: 9;
}

.menumob {
  display: none;
  /* Hide menu by default */
  list-style: none;
  padding: 0;
  text-align: right;
}

.menumob li {
  position: relative;
  border-bottom: 0.5px solid #9FA4B2;
  padding: 10px 0;
  /* padding-left: 15px; */
}

.menumob>li>a,
.menumob>li>p {
  display: block;
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 168.75% */
  padding-left: 15px;
}

.menumob>li>a>span,
.menumob>li>p>span {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}

.menumob li a:hover,
.menumob li p:hover {
  color: #00DA6B !important;
}

.submenu {
  display: none;
  /* Hide submenus by default */
  list-style: none;
  padding-left: 20px;
  /* Indentation for submenus */
}

.submenu.active {
  display: block;
  background: #EEF1F9;
  margin: 15px;
  padding: 0;
  border-radius: 5px;
}

.submenu li a,
.submenu li p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);

  /* Font/Poppins Semibold 14px */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 178.571% */
}

.submenu li {
  border-bottom: 0.5px solid #9CA6C1;
}

.menu-toggle {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.menumob.active {
  display: block;
  padding-top: 60px;
  background: #fff;
  padding-bottom: 20px;
  text-align: left;
}

.menumob ul li {
  margin: 0 15px;
  position: relative;
}

.menu-toggle {
  text-align: right;
  width: 100%;
}

.menu-toggle {
  background: #fff;
  width: 40px;
  right: 10px;
  top: 15px;
  z-index: 9999;
  position: absolute;
}

.menu-toggle.active .mopen {
  display: none;
}

.menu-toggle .mclose {
  display: none;
}

.menu-toggle.active .mclose {
  display: block;
  float: right;
}

.submenupointer {
  position: absolute;
  top: -13px;
  left: 0;
}

.tologoo img {
  position: relative;
  z-index: 999;
}

.submenu li a span {
  float: right;
  margin-top: 10px;
}

.submenu li .submenu li {
  padding: 8px 10px;
  margin: 0;
  margin-bottom: 0px;
  border: 0;
  border-radius: 4px;
  background: #E3E6EE;
  margin-bottom: 5px;
}

.submenu li .submenu li span {
  float: right;
  margin-top: 8px;
}

/* ===== Mobile menu end==== */
.projectpopdtls {
  padding: 30px 60px 0 20px;
}

.prolftpic img {
  border-radius: 10px 0 0 10px;
}

.projectpopdtls h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  padding: 10px 0 40px 0;
}

.projectpopdtls h2 span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 135.714% */
  display: block;
}

.projectpopdtls h2 img {
  float: left;
  margin-right: 15px;
}

.projectpopdtls p {
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  text-align: justify;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  padding-bottom: 30px;
}

.projectpopdtls a.readmore {
  background: #161E3E;
}

.mapsectiostat {
  border-radius: 10px;
  border: 0.5px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.16);
}

.pmkusumscheme.modified {
  max-height: 500px;
}

.pmkusumvideo.videposiwrap {
  padding-top: 300px;
}

.projinfoslide {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  margin-top: -40px;
}

.projinfoslide .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.proinfosli {
  background: #EEF1F9;
}

.proinfosli h3 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  /* 137.5% */
  padding-top: 0;
}

.proinfosli h3 span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  display: block;
}

.proinfosli p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 178.571% */
  padding-top: 10px;
  padding-bottom: 20px;
}

.psgiination {
  text-align: center;
}

.psgiination ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

.psgiination ul li {
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 0.5px solid var(--Tertiary-Color-Dark-1000, #161E3E);
  width: 32px;
  height: 32px;
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  /* Font/Poppins Medium 12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 175% */
  display: inline-block;
}

.psgiination ul li a {
  color: #161E3E;
  display: block;
}

.psgiination ul li:hover {
  border-radius: 4px;
  background: var(--Secondary-Color-Green-Green-5, #00DA6B);
  border: 0.5px solid var(--Tertiary-Color-Dark-1000, #00DA6B);
}

.psgiination ul li:hover a {
  color: #fff;
}

.careerdept .container {
  display: flex;
  justify-content: space-between;
}

.careerdept .container .allteopenbtn {
  border-radius: 100px;
  background: var(--Tertiary-Color-Dark-1000, #161E3E);
  color: var(--White, var(--White, #FFF));
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  margin-top: 70px;
}

.careerdeptcard .allteopenbtn {
  border-radius: 100px;
  background: var(--Tertiary-Color-Dark-1000, #161E3E);
  color: var(--White, var(--White, #FFF));
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  width: 150px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 60px;
}

.lifeshaktibanbtn {
  text-align: center;
  display: block;
  margin-top: 40px;
}

.lifeshaktibanbtn a {
  border-radius: 100px;
  border: 1px solid var(--Secondary-Color-Green-Green-5, #00DA6B);
  color: var(--White, var(--White, #FFF));
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding: 13px 20px;
  margin: 0 5px;
}

.partershakti .col-lg-6:first-child {
  border-right: 1px solid #161E3E;
}

.servnewbtn {
  display: flex;
  justify-content: left;
}

.servnewbtn img {
  flex-shrink: 0;
  height: 48px;
}

.servnewbtn h2 {
  flex-shrink: 0;
  text-align: left;
  margin-left: 30px;
}

.rightservbtn {
  padding-left: 60px;
}

/* ======== inner page css ====== */
.blogvideobann {
  padding-top: 150px;
  padding-bottom: 20px;
  background: linear-gradient(89deg, #8417A8 -35.92%, #004EA7 99.18%);
}

.blogvideobann h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 175% */
}

.blogvideobann h2 span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.videosearch {
  display: flex;
  justify-content: right;
}

.videosearch select {
  border-radius: 4px;
  border: 0.5px solid var(--Secondary-DarkBlue-400, #9FA4B2);
  background: var(--Others-White, #FFF);
  color: var(--Secondary-DarkBlue-1000, #1F2B4D);
  text-align: left;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  height: 52px;
  width: 277px;
  padding-left: 15px;
  margin-right: 10px;
}

.careerbanserch {
  border-radius: 10px;
  border: 0.4px solid #ebebeb;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  padding: 5px;
  height: 52px;
  display: flex;
  align-items: center;
}

.careerbanserchclear {
  border-width: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 0px;
}

.careerselect {
  flex: 1;
  height: 52px;
  border-radius: 10px;
  border: 0.4px solid #ebebeb;
  padding: 5px 10px;
  background: #fff;
  font-size: 16px;
  color: #333;
  outline: none;
  font-size: 13px;
  font-family: poppins;
  appearance: none;
  /* Removes default arrow in some browsers */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.select-loading {
  background-image: url('/spinner.gif');
  /* your loading gif here */
  background-repeat: no-repeat;
  background-position: right 10px center;
}



.videosearch .careerbanserch {
  margin: 0;
  border-radius: 4px;
  border: 0.5px solid var(--Secondary-DarkBlue-400, #9FA4B2);
  background: var(--Others-White, #FFF);
}

.videogalleryy {
  padding: 60px 0;
}

.blogvideobann h2 {
  color: var(--Other-White, #FFF);

  /* Font/Title Section 03 */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.protitlebrcam ul {
  padding: 0;
  margin: 0;
}

.protitlebrcam ul li {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 15px;
  padding-left: 15px;
  background: url(/assets/images/hf.png) 0 center no-repeat;
  background-image: url("/assets/images/hf.png");
}

.protitlebrcam ul li:first-child {
  padding-left: 0;
  background-image: inherit;
}

.protitlebrcam ul li a {
  color: var(--Tertiary-Color-Dark-1000, #7DB2DA);
}

.protitlebrcam ul li a:hover,
.protitlebrcam ul li a.active {
  color: #CFEAFE;
}

.careerbanserch input[type="text"] {
  width: 88%;
  height: 42px;
  padding-left: 13px;
  border-radius: 20px;
  border: 0;
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.careerbanserch input[type="submit"] {
  background: url(/assets/images/search-button.png) 0 0 no-repeat;
  width: 24px;
  height: 25px;
  border: 0;
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  /* margin-top: 8px;
  margin-right: 10px; */
}

.liferesouce {
  display: flex;
  gap: 30px;
}

.videogalleryy .liferesouce {
  flex-wrap: wrap;
  gap: 20px;
}

.videogalleryy .lifrresoucecard {
  position: relative;
  flex-shrink: 0;
  width: 32%;
}

.lifrresoucecard img {
  width: 100%;
  border-radius: 5px;
}

.lifrresoucecard h5 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: right;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  border: 0.5px solid var(--Tertiary-Color-Dark-400, #9FA4B2);
  display: inline-block;
  padding: 8px;
  margin-top: 15px;
}

.videogalleryy .lifrresoucecard h4 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.lifrresoucecard h6 {
  color: var(--Tertiary-Color-Dark-600, #747C90);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.lifrresoucecard a img {
  width: auto;
  margin-top: -10px;
  border-radius: 0;
}

.lifrresoucecard {
  border-radius: 10px;
  border: 0.5px solid var(--Tertiary-Color-Dark-200, #CACDD3);
  background: var(--White, #FFF);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
}

.lifrresoucecard h6 a {
  float: right;
}

.moreloadpro {}

.moreloadpro a {
  border-radius: 100px;
  border: 1px solid var(--Text-Color-Drak-Blue-1000, #161E3E);
  width: 180px;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  height: 52px;
  margin-top: 50px;
}

.blogdtlscat {
  display: flex;
  gap: 20px;
  color: var(--Tertiary-Color-Dark-600, #747C90);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.blogdtlscat h5 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  border: 0.5px solid var(--Tertiary-Color-Dark-400, #9FA4B2);
  display: inline-block;
  padding: 8px;
  margin-top: -5px;
}

.blogdtlscat h6 {
  color: var(--Tertiary-Color-Dark-600, #747C90);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.blogdtlscat h6 img {
  margin-right: 5px;
}

.blogdetail h1 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  /* Font/Title Section 03 */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  padding: 25px 0;
}

.blogdetail h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 30px !important;
  font-style: normal;
  font-weight: bold !important;
  line-height: 48px;
  letter-spacing: -0.4px;
}

.blogdetail h3 {
  color: var(--Text-Color-Drak-Blue-1000, #404142);
  font-family: Poppins;
  font-size: 18px !important;
  font-style: normal;
  font-weight: bold;
  margin-top: 0px !important;
  letter-spacing: -0.4px;
  padding-top: 20px;
}


.blogdetail h4 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
}

.blogdetail a {
  color: var(--Text-Color-Drak-Blue-1000, #1542f8) !important;
  font-family: Poppins;
  font-weight: bold;
  cursor: pointer;
}


.blogdetail p {
  padding-top: 20px;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.disclist {
  list-style-type: disc;
  padding-left: 1.5rem;
  /* ensures bullets are visible */
}

.blogdetail ol li,
.blogdetail ul li {
  padding-top: 10px;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.blogdtlsrgt {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
}

.blogdtlsrgt h4 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blogdtrgtlist {
  border-top: 1px solid #CACDD3;
  padding: 20px 0 5px 0;
  margin-top: 5px;
  display: flex;
  gap: 15px;
}

.blogdtrgtlist img {
  width: 88px;
  height: 88px;
  border-radius: 5px;
}

.blgrgtcontxt h5 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  border: 0.5px solid var(--Tertiary-Color-Dark-400, #9FA4B2);
  display: inline-block;
  padding: 2px 5px;
}



.blgrgtcontxt h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  /* 158.333% */
  padding-top: 0;
  padding-bottom: 5px;
}

.blgrgtcontxt h6 {
  color: var(--Tertiary-Color-Dark-600, #747C90);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.blgrgtcontxt img {
  width: auto;
  height: auto;
  margin-right: 5px;
}

.blogdetail {
  padding: 50px 0;
}

.morebloglink {
  border-radius: 100px;
  background: var(--Text-Color-Drak-Blue-1000, #161E3E);
  color: var(--Other-White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: block;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
}

.franchiseelbin {
  border-radius: 14px;
  background: linear-gradient(84deg, #1F50C9 13.07%, #692375 100.03%);
  padding: 0 30px;
  padding-top: 20px;
}

.tmtfranchelelft {
  padding: 50px 0 20px 5px;
}

.tmtfranchelelft h2 {
  color: var(--Other-White, #FFF);

  /* Font/Title Section 01 */
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tmtfranchelelft p {
  color: var(--Primary-Color-Blue-1, #A6CEEC);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 171.429% */
  letter-spacing: 0.28px;
  margin-bottom: 15px;
}

.twocolbtn {
  display: flex;
  gap: 15px;
}

.twocolbtn a,
.twocolbtn button {
  border-radius: 100px;
  color: var(--Secondary-Color-Yellow-9, #fff);
  text-align: center;
  background-color: transparent;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 182px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid var(--Secondary-Color-Yellow-5, #FE0);
}

.custom_yellow_round_button {
  border-radius: 100px;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 50px;
  background: var(--Secondary-Color-Yellow-5, #FE0);
  color: #332C00;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid var(--Secondary-Color-Yellow-5, #FE0);
}

.custom_yellow_outline_round_button {
  border-radius: 100px;
  color: var(--Secondary-Color-Yellow-9, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 182px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid var(--Secondary-Color-Yellow-5, #FE0);
}

.twocolbtn a.yellowbtn,
.twocolbtn button.yellowbtn {
  background: var(--Secondary-Color-Yellow-5, #FE0);
  color: #332C00;
}

.franchiselist {
  padding: 40px 30px 0 0;
}

.franchiselist ul {}

.franchiselist ul li {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 135.714% */
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.franchiselist ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #FE0;
  border-radius: 50%;
}

.franchiselist ul li a {
  color: var(--Other-White, #FFF);
}

.aditionalfranchaies .container {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}

.addfranbox {
  border-radius: 14px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 24px;
  margin-bottom: 20px;
}

.addfranbox img {
  /* background: #fff; */
  background: #cacdd3;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.addfranbox h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/Title Box 02 */
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 115.385% */
  padding-top: 15px;
}

.addfranbox p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/14px Light */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
}

.franchaiadv {
  background: linear-gradient(86deg, #004EA7 15.59%, #5C16A7 100%);
  padding: 60px 0;
  position: relative;
}

.franchaiadv .owl-nav {
  display: none;
}

.franchadvcontent {}

.franchadvcontent h2 {
  color: var(--Other-White, #FFF);

  /* Font/Title Section 03 */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.franchadvcontent p {
  color: var(--Primary-Color-Blue-0, #CFEAFE);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.fransdvslide {
  overflow: hidden;
}

.franadvbox {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: #F7F8FC;
  padding: 24px;
  min-height: 244px;
}

.franadvbox h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/Title Box 03 */
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  /* 131.818% */
  padding-top: 10px;
}

.franadvbox p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/14px Light */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
}

.joinwithchapiofrm {
  background: linear-gradient(264deg, #004EA7 0%, #8117A8 89.87%);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
  padding-top: 160px;
  padding-bottom: 0;
}

.joinwithchapiofrm .constpic img {
  bottom: 0;
  right: -20px;
}

.joinwithchapiofrm .visitform h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;

  /* Font/18px Medium */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

.joinwithchapiofrm .visitform h3 span {
  color: var(--Text-Color-Drak-Blue-800, #4A536E);
  text-align: center;

  /* Font/12px Reguler */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.joinwithchapiofrm h2 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.joinwithchapiofrm h2 span {
  color: #FE0;
}

.joinwithchapiofrm h3 {
  color: var(--Other-White, #FFF);

  /* Font/Sub Title Banner */
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 114.286% */
  letter-spacing: 0.28px;
}

.joinwithchapiofrm p {
  color: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  padding: 20px 0 50px 0;
}

.inputcolumn {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.faq {
  padding-top: 150px;
}

.faq h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  /* Font/Title Banner 01 */
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  /* 92.5% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  /* margin-bottom: 30px; */
}

.faq .accordion-header {
  border: 0;
  margin-bottom: 0;
}

.faq .accordion-header .accordion-button {
  margin-bottom: -12px;
  border-radius: 8px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  outline: none;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/14px SemiBold */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
}

.faq .accordion-body {
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding-top: 10px;
  border-radius: 8px;
}

.faq .accordion-body p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/12px Reguler */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 15px;
}

.faq .accordion-button:focus {
  box-shadow: inherit;
}

.ratecardban {
  background: linear-gradient(86deg, #8417A8 6.46%, #0182E4 100%);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
  padding-top: 120px;
}

.ratecardban .container {
  background: url(/assets/images/ratecard-banbg.png) right bottom no-repeat;
  padding-top: 60px;
  padding-bottom: 90px;
}

.ratecardban .frmbdr {
  border-radius: 8px;
}

.checktmtpricetoday p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;

  /* Font/14px Reguler */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 20px;
}

.blkwhite {
  justify-content: center;
  margin-top: 20px;
}

.blkwhite a.blkbtn,
.blkwhite button.blkbtn {
  background: #161E3E;
  color: #fff;
}

.blkwhite a,
.blkwhite button {
  border-color: #161E3E;
  color: #161E3E;
}

.blkwhite button {
  background: inherit;
}

.whychoosesrmtmt {
  background: #E0E1E5;
  padding: 0;
}

.whychoosesrmtmt .container-fluid,
.whychoosesrmtmt .container-fluid .row,
.whychoosesrmtmt .container-fluid .row .col-lg-6 {
  padding: 0;
  margin: 0;
}

.whytmtlft-pic img {
  width: 100%;
}

.rgt-whysrmbtmt {
  padding: 10% 10% 5% 10%;
}

.rgt-whysrmbtmt h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  /* Font/Title Section 01 */
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.h2UppercaseHeading {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  /* Font/Title Section 01 */
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.rgt-whysrmbtmt p {
  padding-top: 15px;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.justfycen {
  justify-content: center;
}

.getsuperstrong {
  background: linear-gradient(85deg, #004EA7 7.56%, #5C16A7 100%);
  padding: 60px 0;
  text-align: center;
}

.getsuperstrong h2 {
  color: var(--Other-White, #FFF);
  text-align: center;

  /* Font/Title Section 01 */
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
}

.getsuperstrong p {
  color: var(--Other-White, #FFF);
  text-align: center;

  /* Font/14px Reguler */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding: 20px 0 30px 0;
}

.checktmtpricetoday {
  padding: 70px 0;
}

.qualityassurance {
  padding: 50px 0;
  text-align: center;
}

.qualityassurance p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;

  /* Font/14px Reguler */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 30px;
}

.srmb-tmtsizeqty {
  border-radius: 14px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 20px;
  margin-bottom: 30px;
  min-height: 230px;
}

.srmb-tmtsizeqty h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 175% */
  padding-bottom: 5px;
}

.srmb-tmtsizeqty ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  padding: 0;
  list-style: none;
}

.srmb-tmtsizeqty ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 114px;
  /* or max-width: 100% for responsiveness */
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
  background-color: #f9f9f9;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  word-wrap: break-word;
  /* helps wrap long words */
  white-space: normal;
  /* allow wrapping */
  height: 48px;
}

.srmb-tmtsizeqty ul li span {
  display: block;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 127.273% */
}

.pt-160 {
  padding-top: 160px;
}

.innerawd .srmbcirtific {
  background: none;
  padding: 0;
}

.innerawd .cirtifislider .owl-nav,
.innerawd .srmbcirtific .owl-nav {
  display: none;
}

.aboutbanner {
  background: url(/assets/images/about-bannerbg.png) 0 120px no-repeat;
  background-size: auto;
  background-size: cover;
}

.aboutbanner .constpic img {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
}

.aboutbanner h2 {
  padding-top: 50px;
}

.comtittlepara {
  padding: 70px 0;
  text-align: left;
}

.centertextcontainer {
  padding: 70px 0;
  text-align: center;
}

.comtittlepara p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}

.centertextcontainer p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}

.whoweslider {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.whowecard {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: var(--Other-White, #FFF);
  padding: 8px;
}

.whowecard img {
  border-radius: 8px;
}


.aboutjour {
  background: url(/assets/images/aboutjourn.png) center 80px no-repeat;
  background-attachment: scroll;
  background-size: auto;
  /* height: 728px; */
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding-top: 728px;
  padding-bottom: 0;
}

.abtjurslide {
  background: rgba(235, 238, 245, 0.80);
  backdrop-filter: blur(10px);
  /* height: 578px; */
  height: 430px;
  position: relative;
  overflow: hidden;
  /* padding-top: 162px; */
  text-align: center;
}

.abtjurslide::after {
  /* background: #1F2B4C; */
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
}

.jurpic {
  background: url(/assets/images/jurnpicbg.png) 0 0 no-repeat;
  width: 81px;
  height: 112px;
  float: left;
  margin-right: 20px;
}

.jurpic img {
  border-radius: 50px;
  margin-top: 35px;
  width: 75px;
  height: 75px;
  margin-left: 2px;
}

.abtjurslide .owl-nav {
  display: none;
}

.jurnpan h3 {
  color: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
  font-family: Poppins;
  font-size: 148px;
  font-style: normal;
  font-weight: 400;
  line-height: 116px;
  text-transform: capitalize;
}

.jurnpan {
  position: relative;
}

.jurnpan::before {
  background: #025DA4;
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  top: 122px;
  left: 50%;
  right: 0;
  border-radius: 50%;
}

.jurndtls {
  width: 410px;
  text-align: left;
  margin-left: 90px;
  padding-right: 50px;
  margin-top: 80px;
}

.jurndtls h4 {
  color: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  text-transform: capitalize;
}

.jurndtls p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  min-height: 100px;
}

.altt .jurndtls {
  margin-top: -20px;
}

.altt h3 {
  margin-top: 100px;
}

.jurnpan.altt::before {
  top: 142px;
}

.abtcorevalue {
  padding: 70px 0;
}

.abtcorevalue h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.corevaluebox {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 24px;
}

.corevaluebox h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  /* 131.818% */
  padding-top: 15px;
}

.corevaluebox p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
}

.abtvisionmiss {
  background: linear-gradient(87deg, #004EA7 10.5%, #5C16A7 101.87%);
  padding: 32px 0;
}

.product-process .container {
  border-radius: 14px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 0;
  padding-top: 50px;
  padding-bottom: 30px;
}

.product-process h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 25px;

}

.abtvisionmiss h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
}

.abtvisionmiss p {
  color: var(--Other-White, #FFF);
  /* Font/14px Reguler */
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.abtvisionmiss img {
  border-radius: 8px;
}

.right-text {
  text-align: right;
}

.ourdirectomsg {}

.ourdirectomsg {
  background: linear-gradient(to bottom, #E0E1E5 65%, transparent 50%);
  height: 550px;
  padding-top: 40px;
}

.directoremsgbox {
  border-radius: 14px;
  background: linear-gradient(143deg, #161E3E 60.33%, #5C16A7 147.76%);
  /* padding: 30px 50px 50px 50px; */
  position: relative;
  overflow: hidden;
}

.directormsgcard {
  padding: 0 50px 100px 50px;
}

.directoremsgbox h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 171.429% */
  letter-spacing: 0.28px;
  padding: 30px 50px 15px 50px;
}

.directormsgcard h4 {
  color: var(--Other-White, #FFF);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  margin: 0;
  padding: 0;
}

.directormsgcard h5 {
  color: var(--Text-Color-Drak-Blue-400, #9FA4B2);
  text-align: justify;

  /* Font/12px Reguler */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.directormsgcard p {
  color: #FFF;
  text-align: justify;

  /* Font/Testimonial */
  font-family: Poppins;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  /* 166.667% */
  padding-top: 20px;
}

.directomsgslide .owl-nav {
  display: none;
}

.directomsgslide .owl-dots {
  display: block;
  bottom: 50px;
  position: absolute;
  text-align: center;
  left: 50px;
}

.directomsgslide .owl-dots .owl-dot {
  border-radius: 10px;
  background: var(--Text-Color-Drak-Blue-600, #747C90);
  width: 32px;
  height: 2px;
  border: 0;
  margin: 3px;
}

.directomsgslide .owl-dots .owl-dot.active {
  border-radius: 10px;
  background: var(--Secondary-Color-Yellow-5, #FE0);
  height: 5px;
}

.contentlft {
  justify-content: left;
}

.yellowbtn.bdr {
  border-color: #FE0;
}

.beacome-networkpart {
  padding: 50px 0 40px 50px;
}

.beacome-networkpart h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.beacome-networkpart p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  /* Font/16px Reguler */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
}

.abttrustclient {
  padding: 55px 0 0 0;
}

.abttrustclient h2 {
  color: var(--secondary-dark-blue-100, #1F2B4C);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}

.contactbanner {
  background: url(/assets/images/contact-banner-bg.png) 0 120px no-repeat;
  background-size: cover;
}

.contact-formm {
  background: #F8F9FC;
  position: relative;
}

.contact-formm .container {
  position: relative;
  z-index: 9;
}

.contact-formm::after {
  content: '';
  background: #fff;
  width: 39%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.callbakfrm {
  padding: 20px 0;
}

.callbakfrm h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.callbakfrm input[type="text"],
.callbakfrm input[type="email"],
.callbakfrm textarea,
.callbakfrm select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--Text-Color-Drak-Blue-400, #9FA4B2);
  background: var(--Other-White, #FFF);
  height: 42px;
  color: var(--Text-Color-Drak-Blue-800, #4A536E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  padding-left: 15px;
  margin-bottom: 15px;
}

.callbakfrm textarea {
  padding-top: 10px;
  height: 100px;
}

.headofc {
  padding: 15px 0 15px 100px;
}

.resetsendbtn {
  display: flex;
  justify-content: right;
  gap: 10px;
  padding-top: 15px;
}

.resetsendbtn input {
  border-radius: 100px;
  border: 1px solid var(--Text-Color-Drak-Blue-1000, #161E3E);
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  width: 170px;
  height: 50px;
  background: #fff;
}

.resetsendbtn input.submibtnt {
  background: #161E3E;
  color: #fff;
}

.callbakfrm div {
  padding-right: 0 !important;
}

.headofc h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.headofc p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  /* 141.667% */
  margin-bottom: 15px;
  display: flex;
  border-bottom: 0.5px solid #E0E1E5;
  padding-bottom: 15px;
}

.headofc p span {
  color: var(--Text-Color-Drak-Blue-800, #4A536E);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  flex-shrink: 0;
  /* width: 110px; */
  width: 200px;
  display: block;
}

.headofc p strong {
  font-weight: 600;
}

.pt-120 {
  padding-top: 120px !important;
}

.btnreq {
  border-radius: 100px;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 182px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid var(--Secondary-Color-Yellow-5, #161E3E);
  color: #161E3E;
  margin-top: 40px;
}

.btnreq button {
  border-radius: 100px;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 182px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid var(--Secondary-Color-Yellow-5, #161E3E);
  color: #161E3E;
  margin-top: 40px;
}


.eduprogram .whoweslider {
  margin-top: 30px;
}

.greenfutureint .container {
  border-radius: 14px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 0;
  padding-bottom: 12px;
}

.greenfutureint img {
  border-radius: 8px;
}

.greenfutureint p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  /* Font/14px Reguler */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.greenfuttxt {
  padding: 50px 30px;
}

.lftgreeint {
  text-align: right;
  padding-right: 20px;
}

.lftgreeint h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: right;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
}

.mt-20 {
  margin-top: 20px;
}

.rgtgreint {
  padding-left: 20px;
}

.greenfutureint {
  padding: 0 0 70px 0;
  margin-top: 0;
}

.healthsupslider {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  padding-bottom: 70px;
}

.heathsuppsec {
  background: linear-gradient(255deg, #5C16A7 0%, #004EA7 87.91%);
}

.heathsuppsec h2,
.heathsuppsec p {
  color: #fff;
}

.healthsupslider .owl-next {
  background: url(/assets/images/next-arrow.png) 0 0 no-repeat;
  filter: invert(1);
}

.healthsupslider .owl-prev {
  background: url(/assets/images/prev-arrow.png) 0 0 no-repeat;
  filter: invert(1);
}

/* .healthsupslider .owl-next:hover, .healthsupslider .owl-prev:hover {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(45deg) brightness(1.2);
} */
.realedgebanner {
  position: relative;
}

.realaege-banner {
  width: 100%;
}

.realedgebanner .container {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}

.realedgebanner h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  /* Font/Title Banner 01 */
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  /* 92.5% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 20px 0 15px 0;
}

.realedgebanner h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 114.286% */
  letter-spacing: 0.28px;
  padding-bottom: 20px;
}

.bannerlftcontent {
  padding-top: 120px;
}

.bannerlftcontent .twocolbtn a,
.twocolbtn button {
  border-color: #161E3E;
  color: #161E3E;
}

.bannerlftcontent .twocolbtn a.blkbtn {
  background: #161E3E;
  border-color: #161E3E;
  color: #fff;
}

.aboutrealedge h2 span {
  display: block;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 233.333% */
  text-transform: capitalize;
}

.box-colbtn {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.box-colbtn a {
  border-radius: 100px;
  border: 1px solid var(--Text-Color-Drak-Blue-1000, #161E3E);
  color: var(--Secondary-Color-Yellow-9, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 182px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}

.box-colbtn a.blkbtn {
  color: var(--Secondary-Color-Yellow-9, #fff);
  background: #161E3E;
}

.realedgeproduct {
  padding-bottom: 70px;
  padding-top: 50px;
}

.realedgeproduct h2 span {
  display: block;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 233.333% */
  text-transform: capitalize;
}

.whiteinbox {
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
}

.whiteinbox .addfranbox {
  background: #fff;
}

.whiteinbox .addfranbox img {
  border-radius: 8px;
}

.whychooserealedge {
  padding: 50px 0;
}

.whychooserealedge .franchiseelbin {
  background: url(/assets/images/realedeg-pattarnbg.png) 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

.whychooserealedge .franchiseelbin .tmtfranchelelft p {
  color: #F89EF9;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 171.429% */
  letter-spacing: 0.28px;
}

.topad {
  padding-top: 40px;
  margin-left: -40px;
}

.realedgelist h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 171.429% */
  letter-spacing: 0.28px;
}

.realedgelist ul {
  display: flex;
  flex-wrap: wrap;
}

.realedgelist ul li {
  flex-shrink: 0;
  width: 50%;
}

.realedquality .corevaluebox {
  min-height: 350px;
}

.realedgeconsultant .franchiseelbin {
  border-radius: 14px;
  background: linear-gradient(264deg, #950E6A -0.01%, #2B031D 93.67%);
}

.realedgeconsultant .tmtfranchelelft h2 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 105% */
  text-transform: uppercase;
}

.realedgeconsultant .tmtfranchelelft h2 span {
  color: #FE0;
}

.realedgeconsultant .tmtfranchelelft p {
  color: #F89EF9;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-top: 20px;
}

.consrealimg {
  position: relative;
}

.consrealimg img {
  position: absolute;
  bottom: 0;
}

.realedgeconsultant .bordewrap {
  border-radius: 8px 8px 0px 0px;
  border-top: 0.5px solid var(--White, #FFF);
  border-right: 0.5px solid var(--White, #FFF);
  border-left: 0.5px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.16);
  padding: 10px;
  padding-bottom: 0;
}

.realedgeconsultant .visitform {
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, #FFD2FF 0%, #FFF 100%);
}

.realedquality {
  padding-top: 0;
}

/* .realfebbanner{background: linear-gradient(78deg, #1F50C9 5.89%, #692375 52.46%, #FF9000 100.73%);}
.realfebbanner .container{} */
.whitetxt h2,
.whitetxt h3 {
  color: #fff;
}

.whitetxt .twocolbtn a,
.whitetxt .twocolbtn button {
  border: 1px solid var(--Secondary-Color-Yellow-5, #FE0);
  color: var(--Secondary-Color-Yellow-9, #FFEE00);
}

.nobgyellowbutton {
  background: inherit;
}

.whitetxt .twocolbtn .yellowbtn {
  color: #332C00;
}

.realfebricaappliac {
  padding-top: 50px;
}

.realfebricaappliac h2 span {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  padding-top: 15px;
  text-transform: none;
  letter-spacing: 0px;
}

.whychooserealfebrica .franchiseelbin {
  border-radius: 14px;
  background: linear-gradient(84deg, #1F50C9 13.07%, #692375 57.94%, #FF9000 100.03%);
}

.absimgbtn {
  position: relative;
}

.absimgbtn img {
  position: absolute;
  bottom: -30px;
  top: auto;
  width: 80%;
}

.pawssec {
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding-top: 50px;
}

.pawssec .addfranbox {
  background: #F7F8FC;
  padding: 10px;
}

.pawssec .addfranbox p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
  padding-top: 10px;
}

.realfebricaconbg {
  border-radius: 14px;
  background: linear-gradient(264deg, #FF9000 -0.01%, #692375 50.67%, #1F50C9 93.67%) !important;
}

.febricaconlist {
  padding: 0;
  margin: 0;
}

.febricaconlist ul {
  padding: 0;
  margin: 0;
}

.febricaconlist ul li {
  margin-top: 12px;
}

.febricaconlist ul li h4 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 210% */
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.febricaconlist ul li span {
  color: #9EBBF9;
  padding: 0;
  margin: 0;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 175% */
}

.pt-70 {
  padding-top: 70px;
}

.dtlsmssqure {
  padding-top: 150px !important;
}

.dtlsmssqure h4 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  padding-top: 5px;
}

.dtlsmssqure h4 span {
  overflow: hidden;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-overflow: ellipsis;

  /* Font/11px Reguler */
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 145.455% */
}

.dtlsmssqure .addfranbox {
  margin-bottom: 22px;
}

.dealerban {
  background: linear-gradient(264deg, #004EA7 0%, #8117A8 89.87%);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
  padding-top: 160px;
  padding-bottom: 0;
}

.landingbanner {
  background: linear-gradient(264deg, #004EA7 0%, #8117A8 89.87%);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
  padding-bottom: 0;
}

.landingbanner .row {
  /* background: linear-gradient(264deg, #004EA7 0%, #8117A8 89.87%); */
  align-items: flex-end;
}

.dealerban .bannerlftcontent h2 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.dealerban .bannerlftcontent {
  padding-top: 60px;
}

.dealerban .bannerlftcontent h2 span {
  color: #FE0;
  display: block;
}

.dealerban .bannerlftcontent p {
  color: var(--Text-Color-Drak-Blue-100, #E0E1E5);

  /* Font/16px Reguler */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  padding-bottom: 24px;
}

.dealerban .constpic img {
  bottom: 0;
  top: auto;
}

.partnerbox {
  text-align: center;
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 24px 24px 14px 24px;
}

.partnerbox img {}

.partnerbox h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  /* 131.818% */
  margin-top: 20px;
}

.partnerbox p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
}

.helpgrow h2 {
  padding-bottom: 0;
}

.helpgrow p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;

  /* Font/14px Reguler */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 50px;
  padding-top: 0;
  margin: 0;
}

.helpgrow h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 131.25% */
}

.helpgrow .corevaluebox {
  min-height: 188px;
}

.tmtdiseligiboility {
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  margin: 50px 0;
  padding: 70px 0;
}

.tmtdiseligiboility h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;

  /* Font/Title Section 01 */
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.eligibilitycard {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: #F7F8FC;
  padding: 24px;
  min-height: 236px;
}

.eligibilitycard img {
  margin-bottom: 20px;
}

.eligibilitycard h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/Title Box 03 */
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  /* 131.818% */
}

.tmtdiseligiboility p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/14px Light */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
}

.tmtdiseligiboility .container {
  overflow: hidden;
  position: relative;
}

.tmtdiseligiboility .owl-nav {
  width: 100%;
  top: 10px;
  left: 0;
  right: 0;
  bottom: auto;
}

.tmtdiseligiboility .owl-nav .owl-prev {
  left: 0 !important;
  right: auto !important;
  position: absolute;
}

.tmtdiseligiboility .owl-nav .owl-next {
  right: 0 !important;
  left: auto !important;
  position: absolute;
}

.franchiseban .bannerlftcontent {
  position: relative;
  padding-top: 20px;
}

.franchiseban .bannerlftcontent h2 span {
  display: inline;
}

.franchiseban .bannerlftcontent .champipicabs {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.careerban {
  background: url(/assets/images/career-bannerbg.png) 0 120px no-repeat;
  background-size: cover;
}

.careerban .bannerlftcontent h2 {
  font-size: 76px;
}

.careerban .bannerlftcontent h3 {
  padding-bottom: 15px;
}

.cardeptcardbox {
  border-radius: 10px;
  border: 0.5px solid var(--Tertiary-Color-Dark-200, #CACDD3);
  background: var(--White, #FFF);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 30px;
  margin-top: 24px;
}

.cardeptcardbox h4 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}

.cardeptcardbox h5 {
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.cardeptcardbox h5 strong {
  font-weight: 500;
}

.cardeptcardbox p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 15px;
}

.cardeptcardbox h6 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}

.cardeptcardbox h6 img {
  float: left;
  margin-right: 10px;
}

.cardeptcardbox h6 span {
  display: block;
  color: #4A536E;
  font-weight: 300;
}

.jobappbtnsec {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

.jobappbtn {
  border-radius: 100px;
  border-radius: 100px;
  background: var(--Text-Color-Drak-Blue-1000, #161E3E);
  color: var(--White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  width: 100px;
  height: 44px;
  border: 0;
}

.jobappbtnsec h3 {
  border: 0;
  margin: 0;
  padding: 0;
}

.careerdeptcard h3 span {
  float: right;
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.careerdeptcard h3 span strong {
  border-radius: 4px;
  background: var(--Tertiary-Color-Dark-1000, #161E3E);
  color: var(--White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 24px;
  display: inline-block;
}

.walkininteviewsec {
  background: #EEF1F9;
  padding: 0;
}

.walkininteviewsec .container-fluid {
  padding: 0;
}

.walkininteviewsec .col-lg-6,
.walkininteviewsec .row {
  padding: 0;
  margin: 0;
}

.walkincontent {
  padding: 50px !important;
}

.walkinshedule h6 img {
  float: left;
  margin-right: 5px;
}

.walkincontent h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 25px;
}

.walkincontent h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 109.091% */
}

.walkincontent h4 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.walkincontent h4 span {
  color: var(--Tertiary-Color-Dark-600, #747C90);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.walkinshedule {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 30px 0;
}

.walkinshedule h6 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.walkinshedule h6 span {
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  display: block;
}

.locsheduintv {
  width: 100%;
}

.walkincontent h5 {
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.walkincontent p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.walkincontent button {
  border-radius: 100px;
  border: 1px solid var(--Text-Color-Drak-Blue-1000, #161E3E);
  background: inherit;
  color: var(--White, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  width: 156px;
  height: 52px;
  margin-top: 40px;
}

.careersec {
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 70px 0;
}

.careersec h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
}

.cardeptcardbox h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

.rgtalign {
  flex: 1;
}

.cardtlsbtn {
  border: 1px solid var(--Text-Color-Drak-Blue-1000, #161E3E);
  background: #fff;
  color: #161E3E;
}

.lifeatsrmb h2 span {
  display: block;
  color: var(--Other-White, #FFF);

  /* Font/18px Light */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 166.667% */
}

.carskibox .franadvbox {
  height: 252px;
}

.produttitlebar {
  background: #EEF1F9;
  padding: 150px 0 30px 0;
}

.protitlebrcam h2 {
  color: var(--Tertiary-Color-Dark-1000, #fff);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.jobdetailbd h2 span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

.protitlebrcam ul {
  padding: 0;
  margin: 0;
}

.jobdetailsban ul li {
  background: url(/assets/images/li-line.png) 0 center no-repeat;
  background-image: url("/assets/images/li-line.png");
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.jobdetailsban ul li span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.jobdetailsban ul li strong {
  border-radius:
    14px;
  background: var(--Tertiary-Color-Dark-1000, #4A536E);
  color: var(--White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 24px;
  display: inline-block;
}

.protitlebrcam ul li:first-child {
  padding-left: 0;
  background-image: inherit;
}

.jobapplldtls {
  margin-top: 30px;
}

.prodtlsrgtbtn {
  display: flex;
  gap: 10px;
}

.prodtlsrgtbtn .welresultsbtn {
  height: 40px;
  line-height: 40px;
  width: 142px;
}

.prodtlsrgtbtn .welresultsbtn.green {
  background: #00DA6B;
}

.prodtlsrgtbtn .welresultsbtn {
  height: 40px;
  line-height: 40px;
  width: 142px;
}

.jobintro {
  background: #F8F9FC;
  position: relative;
}

.jobintrocont {
  padding: 38px 40px 50px 0;
}

.jobintrocont h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 0;
}

.jobintrocont p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 10px;
}

.jobintrocont h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 0;
}

.jobintrocont ul {
  margin-left: 15px;
}

.jobintrocont ul li {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  list-style-type: disc;
}

.keyjobdtls {
  position: relative;
  background: #fff;
  z-index: 1;
  padding-top: 50px;
  padding-left: 30px;
}

.keyjobdtls h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.keyjobdtls p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border-bottom: 0.5px solid #E0E1E5;
  padding: 10px 0;
}

.keyjobdtls p span {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

.dontfottime {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}

.keyjobdtls h2 {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.keyjobdtls p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border-bottom: 0.5px solid #E0E1E5;
  padding: 10px 0;
}

.dontfottime p {
  border: 0;
  padding: 0;
}

.welresultsbtn {
  border-radius: 100px;
  background: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
  width: 300px;
  height: 52px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 52px;
  display: block;
  color: #fff;
}

.keyjobdtls .dropcv {
  border-radius: 100px;
  background: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
  width: 170px;
  height: 52px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 52px;
  display: block;
  color: #fff;
  margin-top: 20px;
}

.servicerodbarban {
  background: linear-gradient(263deg, #0182E4 -46.77%, #8417A8 98.63%);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
  position: relative;
  min-height: 608px;
}

.servicerodbarban .serbanrgtpic {
  position: absolute;
  top: 150px;
  right: 0;
}

.servicerodbarban h3 {
  padding-bottom: 20px;
}

.servicerodbarban p {
  padding-bottom: 50px !important;
}

.rodsviedo .franadvbox p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 144.444% */
  padding-top: 10px;
}

.whatyoucanexpect h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  padding-top: 10px;
}

.whatyoucanexpect p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 15px;
}

.whatyoucanexpect .beacome-networkpart {
  padding-top: 15px;
}

.whatyoucanexpect .directomsgslide {
  overflow: hidden;
  position: relative;
}

.whatyoucanexpect .directomsgslide .owl-dots {
  display: none;
}

.whatyoucanexpect .directomsgslide .owl-nav {
  display: block !important;
}

.ourauthorised {
  padding: 50px 0;
  margin-bottom: 50px;
}

.ourauthorised .container {
  overflow: hidden;
  padding-bottom: 50px;
}

.ourauthorised h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.authorizedcard {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 24px;
  text-align: center;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.authorizedcard h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  padding: 10px 0;
}

.authorizedcard h3 span {
  font-size: 16px;
}

.authorizedcard p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 5px;
}

.authorizedcard p img {
  margin-right: 5px;
}

.mediabanner {
  background: url(/assets/images/media-bannerbg.png) 0 0 no-repeat;
  background-size: cover;
}

.rodsviedo .owl-nav {
  display: none;
}

.authorizedslide {
  position: relative;
}

.mediavideobox {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: var(--Other-White, #FFF);
  margin-bottom: 24px;
}

.mediatxt {
  padding: 15px;
}

.mediatxt h4 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/12px Reguler */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.mediatxt p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
}

.mediamiddle {
  padding: 70px 0 40px 0;
}

/* .projectbanner {
  background: url(/assets/images/project-bannerbg.png) 0 120px no-repeat;
  background-size: cover;
  background-size: 100%;
  padding-bottom: 0px;
  color: #fff;
} */

.projectbanner {
  background: url(/assets/images/project-bannerbg.png) 0 120px no-repeat;
  color: #fff;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}



.projectbanner h1 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 77px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px 0;
}

.projectbanner h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.28px;
}

.projectbanner p {
  color: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  font-family: Poppins;
  font-size: 16px;
  padding-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
}

.projectbanner .twocolbtn {
  margin-top: 50px;
  margin-bottom: 30px;
}

.homeBannerSRMBSteel {
  background: url(/assets/images/project-bannerbg.png) 0 120px no-repeat;
  background-size: auto;
  background-size: 100%;
  padding-top: 210px;
  padding-bottom: 130px;
  text-align: center;
  color: #fff;
}



.homeBannerSRMBSteel h1 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px 0;
}

.homeBannerSRMBSteel h3 {
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.28px;
  padding-bottom: 25px;
}

/* .projectbanner p {
  color: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
} */

.homeBannerSRMBSteel p {
  color: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.homeBannerSRMBSteel .twocolbtn {
  justify-content: center;
  margin-top: 50px;
}



.homesteelban {
  background: radial-gradient(52.8% 52.8% at 50% 74.4%, #3E8FCE 0%, #025DA4 100%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 250px;
}

.homesteelban::after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/assets/images/homesteel-bannimg.png) center bottom no-repeat;
  width: 1150px;
  height: 285px;
  z-index: 0;
}

.homesteelban .container {
  position: relative;
  z-index: 99;
}

.homesteelban h1 span {
  color: #FFEE00;
}

.hometmtbatcontent {
  padding-top: 50px;
}

.hometmtbatcontent h2 span {
  display: block;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  text-transform: uppercase;
}

.hometmtbatcontent p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 35px;
}

.bggrey {
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 50px 0;
}

.advlowalloofsteel {
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  padding: 0;
}

.advcontentsec {
  padding-top: 50px;
}

.advcontentsec h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.advcontentsec p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 20px;
}

.advcontentsec a {
  border-radius: 100px;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 182px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid #161E3E;
  color: #161E3E;
  margin-top: 20px;
}

.alloyslide {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}

.alloyslide .owl-nav {
  top: 15px;
  bottom: auto;
  right: 0;
  text-align: right;
}

.adv-box {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: #F7F8FC;
  padding: 15px;
  margin-top: 15px;
}

.adv-box p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.adv-box h3 {
  color: var(--Text-Color-Drak-Blue-200, #CACDD3);
  text-align: right;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 80% */
}

.enqfrmbtn {
  position: fixed;
  right: -75px;
  top: 280px;
  z-index: 9999;
  background: linear-gradient(86deg, #AA29D5 5.46%, #6A078A 100%);
  color: #fff;
  padding: 8px;
  width: 180px;
  text-align: center;
  rotate: -90deg;
  border: 1.5px solid #CAA8D4;
  border-radius:
    5px 5px 0 0;
}


.enqfrmbtn a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}

.contactusbtn {
  /* position: fixed;
  right: -15px;
  top: 400px;
  z-index: 9999;
  color: #fff;
  padding: 8px;
  text-align: center;
  border-radius: 5px 5px 0 0; */


  position: fixed;
  right: -34px;
  top: 427px;
  z-index: 9999;
  background: linear-gradient(86deg, #AA29D5 5.46%, #6A078A 100%);
  color: #fff;
  padding: 8px;
  width: 100px;
  text-align: center;
  rotate: -90deg;
  border: 1.5px solid #CAA8D4;
  border-radius: 5px 5px 0 0;
}

.numberonebatch {
  position: relative;
}

.numberonebatch img {
  position: absolute;
  top: -70px;
  left: 0;
}

.numberonebatch p {
  max-width: 1020px;
  margin: 0 auto;
}

.srmbpioneers {
  padding: 50px 0;
}

.srmbpioneers h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.srmbpioneers ul li {
  color: var(--Other-White, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}

.srmbpioneers ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #161E3E;
  border-radius: 50%;
}

.getpricepopup {
  padding: 0;
}

.getpricepopupinner .lftpicpop img {
  border-radius: 8px 0 0 8px;
  height: 100%;
  object-fit: cover;
}

.getpdf {
  border-top: 0.5px solid var(--Text-Color-Drak-Blue-400, #9FA4B2);
  border-bottom: 0.5px solid var(--Text-Color-Drak-Blue-400, #9FA4B2);
  display: flex;
  gap: 10px;
}

.ratechartrgt {
  padding: 15px 25px 0 0;
}

.ratechartrgt h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 115.385% */
  padding-bottom: 10px;
  margin-top: 10px;
}

.ratechartrgt p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding: 15px 0;
  flex-shrink: 0;
  width: 30%;
}

.chartzone {
  width: 38% !important;
}

.ratechartrgt p span {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 145.455% */
  display: block;
}

.ratechartrgt p img {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.ratechartrgt p.getpdfbtn {
  border-left: 0.5px solid var(--Text-Color-Drak-Blue-400, #9FA4B2);
  padding-left: 14px;
}

.ratechartrgt p.getpdfbtn a {
  border-radius: 100px;
  background: var(--Text-Color-Drak-Blue-1000, #161E3E);
  height: 32px;
  color: var(--Other-White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: 100px;
  display: block;
  padding-top: 4px;
}

.poppricetable {
  margin-top: 20px;
}

.poppricetable thead {
  border-radius: 8px 8px 0px 0px;
}

.poppricetable th {
  background: var(--Primary-Color-Blue-5, #025DA4);
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 175% */
  padding: 10px 15px;
}

.poppricetable td {
  background: var(--Text-Color-Drak-Blue-100, #ECEDF1);
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);

  /* Font/14px Medium */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  padding: 8px 15px;
}

.poppricetable tr:nth-child(odd) td {
  background: #E0E1E5;
}

.popbtmpara {
  border-top: 0.5px solid var(--Text-Color-Drak-Blue-600, #747C90);
  padding: 0;
  margin-top: 15px;
}

.popbtmpara p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 154.545% */
  width: 100%;
}

.btn-close {
  background: url(/assets/images/close-circle.png) 0 0 no-repeat;
}

.estimateleft {
  background: #fff;
  padding: 20px;
}

.estimateleft h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 123.077% */
  padding-bottom: 10px;
}

.estimateleft p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: justify;

  /* Font/14px Reguler */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  padding-bottom: 15px;
}

.estimateleft p.popdiscla {
  border-radius: 8px;
  background: var(--Text-Color-Drak-Blue-100, #E0E1E5);
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  /* 154.545% */
  padding: 10px;
}

.estimateleft p.popdiscla strong {
  display: block;
}

.estimateright {
  background: #025DA4;
  padding: 20px;
  height: 100%;
}

.estimateright h3 {
  color: var(--Other-White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.estimateright form {
  border-radius: 8px;
  background: var(--Other-White, #FFF);
  padding: 10px;
}

.estimateright .frmdv {
  border-radius: 4px;
  background: #F5F6FA;
  margin-bottom: 2px;
  padding: 10px;
  display: flex;
}



.estimateright .frmdv label {
  flex: 1;
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  flex-shrink: 0;
  width: 100%;

  padding-left: 5px;
}

.estimateright .frmdv input[type="text"],
.estimateright .frmdv input[type="number"] {
  border-radius: 4px;
  border: 1px solid var(--Text-Color-Drak-Blue-400, #9FA4B2);
  background: var(--Other-White, #FFF);
  color: var(--Text-Color-Drak-Blue-800, #4A536E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 175% */
  height: 40px;
  flex-shrink: 0;
  width: 110px;
  text-align: center;
}

.estimateright .frmdv input:disabled {
  /* background-color: #f0f0f0;   
  color: #a0a0a0;              */
  border-color: #d0d0d0;
  /* Softer border */
  cursor: not-allowed;
  /* Optional: shows disabled state */
}

.estimateright .frmdv.btn {
  display: block;
  background: none;
}

.estimateright .frmdv.btn p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding-bottom: 10px;
}

.estimateright .frmdv.btn input[type="submit"] {
  border-radius: 4px;
  background: var(--Secondary-Color-Yellow-5, #FE0);
  color: var(--Secondary-Color-Yellow-9, #332C00);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: block;
  width: 100%;
  border: 0;
  height: 40px;
}



.commonban {}

.commonban .container {
  background-image: none;
  padding-bottom: 0;
}

.commonban h2 {
  padding-top: 30px;
}

.commonban h3 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
}

.pro-benifites .corevaluebox {
  margin-bottom: 20px;
  min-height: 250px;
}

.tmtneedinfo a {
  width: 252px;
  margin-top: 20px;
}

.processban {
  padding: 180px 0 50px 0;
  text-align: center;
}

.process-text h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.process-text p {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 14px;
}

.tmt-process {
  padding: 50px 0;
}

.process3 {
  background: url(../images/production-process.png) 0 0 no-repeat;
  background-size: cover;
}

.associatiocards .assocard {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.associatiocards .assocard img {
  flex-shrink: 0;
  width: 30%;
}

.techvan-pic {
  padding-top: 20px;
}

.techvan-pic img {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #E0E1E5);
  background: var(--Other-White, #FFF);
  padding: 8px;
  margin: 0 5px;
}

.utilisasec {
  background: #e8e8e8;
}

.abtvan h2 {
  font-size: 50px;
  line-height: 50px;
}

.costbenifitchart {}

.costbenifitchart h2 {
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}

.costbenifitchart table {
  border: 1px solid #ccc;
}

.costbenifitchart thead {
  background: #0082E4;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.costbenifitchart th {
  padding: 12px 10px 12px 15px;
  font-weight: 500;
  border-right: 1px solid #ccc;
}

.costbenifitchart td {
  padding: 10px 10px 10px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #161E3E;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.costbenifitchart tr:nth-child(even) td {
  background: #E0E1E5;
}

.samplecardbox {
  border-radius: 14px;
  border: 1px solid var(--Text-Color-Drak-Blue-100, #B8B8B8);
  background: var(--Other-White, #FFF);
  padding: 30px 15px;
  margin-bottom: 20px;
}

.samplecardbox h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  padding-bottom: 10px;
}

.samplecardbox a {
  border-radius: 100px;
  background: var(--Tertiary-Color-Dark-Blue-1000, #1F2B4C);
  width: 140px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  display: block;
  color: #fff;
  margin: 0 auto;
}

.privacy-policy {}

.privacy-policy h3 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  margin-top: 20px;
}

.privacy-policy h4 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1px;
  margin-top: 10px;
}

.privacy-policy p {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 10px;
}

.privacy-policy ul {}

.privacy-policy ul li {
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.privacy-policy ul li::before {
  content: '';
  background: #686868;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.pt-200 {
  padding-top: 200px;
}

.mobstban {
  display: none;
}

.homevideo video {
  height: auto;
  width: 100%;
}

.social-icons a {
  margin: 0 5px;
}

.cardtitle {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  text-align: left;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 1px;
  text-transform: uppercase;

}

.cardsubtitle {
  color: #161E3E;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.cardcontent {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}

.cardtextbutton {
  color: #161E3E;
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  cursor: pointer;
}

.newslettercard {
  background-color: #ECEDF1;
  padding: 20px;
  height: 400px;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}

.newslettercardonesection {
  flex: 2;
}

.newslettercardtwosection {
  flex: 1;
}

.newsletterbanner {
  object-fit: cover;
  border-radius: 10px;
}

.showcase_title {
  /* display: block; */
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}


.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modalContainerStyle {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  height: 90%;
  width: 90%;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.modalContentContainerStyle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalHeaderStyle {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: start;
}

.modalCloseButtonStyle {
  /* position: absolute; */
  height: 40;
  width: 40;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: rgb(248, 52, 52);
  padding: 10px;
  border-radius: 100px;
  background-color: rgba(248, 52, 52, 0.19);
}

.modalForDisplayImageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-color: #161e3ee0;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modalHeaderForDisplayImage {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: start;
}

.modalCloseButtonWhite {
  /* position: absolute; */
  /* height: 80;
    width: 80; */
  height: 40px;
  width: 40px;
  font-size: 20px;
  cursor: pointer;
  color: rgb(247 0 0);
  border-radius: 100px;
  background-color: rgb(254 212 212);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;

}

.modalLeftButtonWhite {
  /* position: absolute; */
  /* height: 80;
    width: 80; */
  height: 40px;
  width: 40px;
  font-size: 20px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border-radius: 100px;
  background-color: rgb(114 114 114);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalRightButtonWhite {
  height: 40px;
  width: 40px;
  font-size: 20px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border-radius: 100px;
  background-color: rgb(114 114 114);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;

}

.modalContentContainerForDisplayImage {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.imageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.scrollContainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: zoom-in;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollContainer.scrollable {
  overflow: scroll;
  cursor: zoom-out;
}

.zoomableImage {
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
  transform-origin: center;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.zoomableImage.zoomed {
  transform: scale(2);
  /* or more */
}

.bookbackgroundcolor {
  background-color: #f9f6f0;
}

.book h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: 'Cinzel', serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.booktitle {
  text-align: center;
}

.book h3 {
  font-family: 'Lora', serif;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  padding-bottom: 15px;
}

.bookfooter h2 {
  color: var(--Text-Color-Drak-Blue-1000, #161E3E);
  font-family: 'Cinzel', serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.bookfooter p {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
}








/* ======== inner page css end====== */