@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

.btn:focus,
.form-select:focus,
.form-control:focus {
  box-shadow: none;
}

h1 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 0;
  margin-bottom: 20px;
}

h2 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

p {
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

h3 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.btn {
  border-radius: 30px;
  background: var(--Brand, #db4a2b);
  color: #fff;
  padding: 13.9px 29.3px;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  border: none;
}
.btn.br {
  background: transparent;
  border: 1px solid #db4a2b;
  color: #db4a2b;
}
.btn.br:hover {
  background-color: #db4a2b;
  color: #fff;
}
.btn:hover {
  color: #fff;
  background: #b42a0b;
}

.home-header header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 7px 0;
  background: transparent;
  border-bottom: none;
}
.home-header header.fixed {
  position: fixed;
  z-index: 10;
  background: #fff;
}
.home-header header.fixed .menu-area .totl_head .main_logo img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(79%) saturate(5746%) hue-rotate(343deg) brightness(88%) contrast(95%);
  height: auto !important;
}
.home-header header.fixed .menu-area .totl_head .main_links ul li a {
  color: #000;
}
.home-header header.fixed .menu-area .totl_head .main_links .btns_dv .btn.br {
  border: 1px solid #db4a2b;
  color: #db4a2b;
}
.home-header header.fixed .menu-area .totl_head .main_links .btns_dv .btn.br:hover {
  background-color: #db4a2b;
  color: #fff;
}
.home-header header.fixed .menu-area .totl_head .main_links .btns_dv .prfl_icn {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.home-header header .menu-area .totl_head .main_logo img {
  filter: none;
}
.home-header header .menu-area .totl_head .main_links ul li a {
  color: #fff;
}
.home-header header .menu-area .totl_head .main_links .btns_dv .btn.br {
  border: 1px solid #fff;
  color: #fff;
}
.home-header header .menu-area .totl_head .main_links .btns_dv .btn.br:hover {
  background-color: #fff;
  color: #db4a2b;
}
.home-header header .menu-area .totl_head .main_links .btns_dv .prfl_icn {
  border: 1px solid #fff;
  color: #fff;
}

header {
  position: static;
  background: #fff;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}
header.fixed {
  position: fixed;
  z-index: 10;
  background: #fff;
  transition: all 0.5s;
}
header .menu-area .totl_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-area .totl_head .main_logo {
  max-width: 183px;
  position: relative;
  z-index: 9;
}
header .menu-area .totl_head .main_logo img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(61%) sepia(79%) saturate(5746%) hue-rotate(343deg) brightness(88%) contrast(95%);
}
header .menu-area .totl_head .main_links {
  width: inherit;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
header .menu-area .totl_head .main_links ul li a {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 30px 10px;
  transition: all 0.5s;
}
header .menu-area .totl_head .main_links ul li a:hover {
  color: #db4a2b;
}
header .menu-area .totl_head .main_links ul li a::before {
  display: none;
}
header .menu-area .totl_head .main_links .btns_dv {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
header .menu-area .totl_head .main_links .btns_dv .prfl_icn {
  width: 25px;
  height: 25px;
  border: 1px solid #db4a2b;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #db4a2b;
}

.hero_sec {
  position: relative;
}
.hero_sec .bg {
  width: 100%;
  max-height: 638px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_sec .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_sec .top .container {
  padding-top: 50px;
}
.hero_sec .top h1 {
  margin-bottom: 20px;
  color: #fff;
}
.hero_sec .top p {
  margin-bottom: 32px;
  color: #fff;
}
.hero_sec .top p.btm_txt {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
  margin-top: 70px;
  margin-bottom: 0;
  display: inline-block;
}
.hero_sec .top p.btm_txt a {
  color: #db4a2b;
  border-bottom: 1px solid #db4a2b;
}
.hero_sec .top form {
  background: #fff;
  border-radius: 30px;
  max-width: 620px;
}

.inputs {
  display: flex;
  padding: 15px 5px 15px 20px;
  align-items: center;
  gap: 20px 15px;
  max-height: 60px;
}
.inputs .input_dv {
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid #8f8f8f;
  padding-left: 0;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 150px;
}
.inputs .input_dv:nth-child(3), .inputs .input_dv:nth-child(4) {
  border: none;
}
.inputs .input_dv input[type=text],
.inputs .input_dv input[type=date],
.inputs .input_dv .form-select {
  width: 100%;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border: none;
  padding-right: 20px;
}
.inputs .input_dv input[type=text]::-moz-placeholder, .inputs .input_dv input[type=date]::-moz-placeholder, .inputs .input_dv .form-select::-moz-placeholder {
  color: var(--Paragraph, #535353);
}
.inputs .input_dv input[type=text]::placeholder,
.inputs .input_dv input[type=date]::placeholder,
.inputs .input_dv .form-select::placeholder {
  color: var(--Paragraph, #535353);
}
.inputs .input_dv input[type=text] {
  background-image: url(../images/map-pin.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 28px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inputs .input_dv input[type=date] {
  background-image: url(../images/calendar.svg);
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-right: 10px;
}
.inputs .input_dv input[type=date]::-moz-placeholder {
  color: transparent;
}
.inputs .input_dv input[type=date]::placeholder {
  color: transparent;
}
.inputs .input_dv.calndr .calendar {
  background-image: url(../images/calendar.svg);
  padding-right: 11px;
}
.inputs .input_dv.slct {
  position: relative;
  min-width: 130px;
}
.inputs .input_dv.slct .selectBtn {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.inputs .input_dv.slct .selectBtn span {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inputs .input_dv.slct .selectBtn span::first-letter {
  text-transform: capitalize;
}
.inputs .input_dv.slct .selectDropdown {
  display: none;
  position: absolute;
  border-radius: 7px;
  background: #fff;
  width: 214px;
  top: 44px;
  left: -14px;
  z-index: 2;
}
.inputs .input_dv.slct .selectDropdown .option {
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  padding: 7px 19px;
}
.inputs .input_dv.slct .selectDropdown .option:last-child {
  border: none;
}
.inputs .input_dv.slct .selectDropdown .option::first-letter {
  text-transform: capitalize;
}
.inputs .input_dv.slct .selectDropdown.toggle {
  display: block;
}
.inputs .input_dv.slct .icn {
  position: absolute;
  left: 0;
  max-width: 20px;
  top: 0;
}
.inputs .input_dv .form-select {
  background-image: url(../images/drp_dwn.svg);
  background-position: right center;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 36px;
}
.inputs .input_dv .form-select option {
  padding: 7px 20px;
}
.inputs .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 13.6px 39px;
}

.ip_sec2 {
  padding: 60px 0;
}
.ip_sec2 h2 {
  text-align: center;
}
.ip_sec2 p {
  text-align: center;
  max-width: 642px;
  margin: auto;
}
.ip_sec2 .btn {
  margin: auto;
  display: table;
  margin-top: 39px;
  padding: 13.9px 25px;
}
.ip_sec2 .row {
  margin-top: 39px;
}
.ip_sec2 .match_list li {
  border: 1px solid #ededed;
  padding: 17px 30px;
  transition: all 0.4s;
  position: relative;
}
.ip_sec2 .match_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background: var(--Brand, #db4a2b);
  display: none;
}
.ip_sec2 .match_list li:hover {
  border: 1px solid #ededed;
  background: #fff8f6;
}
.ip_sec2 .match_list li:hover::before {
  display: block;
}
.ip_sec2 .match_list li:nth-child(2) .dtls_wrp .dtls2 .dv1 h6, .ip_sec2 .match_list li:nth-child(3) .dtls_wrp .dtls2 .dv1 h6 {
  color: #38961e;
}
.ip_sec2 .match_list li:nth-child(2) .dtls_wrp .dtls2 .dv1 p span, .ip_sec2 .match_list li:nth-child(3) .dtls_wrp .dtls2 .dv1 p span {
  color: #38961e;
}
.ip_sec2 .match_list li:nth-child(4) .dtls_wrp .dtls2 .dv2 h6 {
  color: #d3d3d3;
}
.ip_sec2 .match_list li:nth-child(4) .dtls_wrp .dtls2 .dv2 p span {
  color: #d3d3d3;
}
.ip_sec2 .match_list li .dtls_wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ip_sec2 .match_list li .dtls_wrp .dtls1 h4 {
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls1 h4 a {
  color: var(--Black, #000);
  transition: all 0.4s;
}
.ip_sec2 .match_list li .dtls_wrp .dtls1 h4 a:hover {
  color: #db4a2b;
}
.ip_sec2 .match_list li .dtls_wrp .dtls1 p {
  text-align: left;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 {
  display: flex;
  align-items: center;
  gap: 50px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 h6 {
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 4px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv1 {
  text-align: center;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv1 h6 {
  color: #ecbb35;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv1 p {
  color: var(--Text-Grey, #7b7b7b);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv1 p span {
  display: block;
  color: #ecbb35;
  font-size: 14px;
  font-weight: 500;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv2 {
  text-align: center;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv2 h6 {
  color: red;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv2 p {
  color: var(--Text-Grey, #7b7b7b);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls2 .dv2 p span {
  display: block;
  color: red;
  font-size: 14px;
  font-weight: 500;
}
.ip_sec2 .match_list li .dtls_wrp .dtls3 {
  display: flex;
  align-items: center;
  gap: 27px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls3 h6 {
  color: var(--Brand, #db4a2b);
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
  line-height: 100%;
  margin-bottom: 5px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls3 .dv1 p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.ip_sec2 .match_list li .dtls_wrp .dtls3 .dv2 .btn {
  color: var(--Brand, #db4a2b);
  text-transform: capitalize;
  background: #fff;
  border-radius: 30px;
  border: 1px solid var(--Brand, #db4a2b);
  margin-top: 0;
  width: 150px;
}
.ip_sec2 .match_list li .dtls_wrp .dtls3 .dv2 .btn:hover {
  background-color: #db4a2b;
  color: #fff;
}
.ip_sec2 .match_list li .dtls_wrp .dtls3 .dv2 .btn.wait {
  background-color: rgb(211, 210, 210);
  color: #000;
  border: none;
}

.ip_sec3 {
  background: rgba(228, 226, 221, 0.2509803922);
  padding: 60px 0;
}
.ip_sec3 .row {
  align-items: center;
  margin-top: 60px;
}
.ip_sec3 .row img {
  width: 100%;
}
.ip_sec3 .row:first-child {
  margin-top: 0;
}
.ip_sec3 .row:nth-child(2) {
  flex-direction: row-reverse;
}
.ip_sec3 h2 {
  margin-bottom: 16px;
  text-align: center;
}
.ip_sec3 p {
  max-width: 642px;
  margin: auto;
  display: table;
  text-align: center;
  margin-bottom: 39px;
}
.ip_sec3 img {
  border-radius: 8px;
}
.ip_sec3 .txt p {
  margin-bottom: 16px;
  text-align: left;
}
.ip_sec3 .txt ul li {
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
.ip_sec3 .txt ul li:last-child {
  margin-bottom: 0;
}
.ip_sec3 .txt ul li::before {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #db4a2b;
  font-size: 20px;
}
.ip_sec3 .txt .btn {
  margin-top: 28px;
  padding: 13.9px 43px;
}

.ip_sec4 {
  padding: 60px 0;
}
.ip_sec4 h2 {
  text-align: center;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.ip_sec4 p {
  text-align: center;
  max-width: 642px;
  margin: auto;
  margin-bottom: 40px;
}
.ip_sec4 .sec_dv {
  padding: 0 25px;
  text-align: center;
}
.ip_sec4 .sec_dv img {
  margin: auto;
  margin-bottom: 20px;
  max-width: 200px;
}
.ip_sec4 .sec_dv h6 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.ip_sec4 .sec_dv p {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px !important;
}
.date img {
  max-width: 24px;
  margin-bottom: 0 !important;
}

.ip_sec5 {
  background: rgba(228, 226, 221, 0.2509803922);
  padding: 60px 0;
}
.ip_sec5 img {
  border-radius: 8px;
}
.ip_sec5 h2 {
  text-align: center;
  margin-bottom: 16px;
}
.ip_sec5 p {
  text-align: center;
  max-width: 642px;
  margin: auto;
  margin-bottom: 40px;
}
.ip_sec5 h5 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.ip_sec5 h5 a {
  color: var(--Black, #000);
  transition: all 0.5s;
}
.ip_sec5 h5 a:hover {
  color: #db4a2b;
}
.ip_sec5 .main_blg img {
  margin-bottom: 20px;
  width: 100%;
}
.ip_sec5 .main_blg p {
  margin-bottom: 0;
  text-align: left;
}
.ip_sec5 .blg_list li {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
.ip_sec5 .blg_list li:last-child {
  margin-bottom: 0;
}
.ip_sec5 .blg_list li .img {
  width: 48%;
}
.ip_sec5 .blg_list li .txt {
  width: 48%;
}
.ip_sec5 .blg_list li .txt .date {
  margin-bottom: 17px;
}
.ip_sec5 .blg_list li .txt p {
  text-align: left;
  margin-bottom: 0;
}

.ip_sec6 {
  padding: 60px 0;
}
.ip_sec6 h2 {
  text-align: center;
  margin-bottom: 16px;
}
.ip_sec6 p {
  text-align: center;
  max-width: 642px;
  margin: auto;
  margin-bottom: 40px;
}

.accordian li {
  background: var(--White, #fff);
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid var(--Brand-1, #e4e2dd);
}
.accordian li:last-child {
  margin-bottom: 0;
}
.accordian li h5 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  cursor: pointer;
  padding: 17px 53px 17px 22px;
  margin-bottom: 0;
}
.accordian li h5::after {
  content: "\f078";
  font-family: FontAwesome;
  background: #db4a2b;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.accordian li.active h5::after {
  rotate: 180deg;
}
.accordian li .content {
  display: none;
}
.accordian li .content p {
  margin-bottom: 0;
  text-align: left;
  max-width: none;
  padding: 0 22px 17px;
}

footer {
  background: #000;
  padding: 60px 0 28px;
}
footer .row:first-child {
  padding-bottom: 92px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.36);
}
footer .row:nth-child(2) {
  padding-top: 28px;
}
footer .row:nth-child(2) p {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
footer .foot_logo {
  max-width: 177px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer p {
  color: #b9b9b9;
  margin-bottom: 0;
}
footer h5 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
footer .scl_links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
footer .scl_links li a {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
footer .scl_links li a:hover {
  background-color: #fff;
}
footer .scl_links li a:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(40%) saturate(4561%) hue-rotate(350deg) brightness(93%) contrast(83%);
}
footer .links {
  display: flex;
  gap: 84px;
}
footer .links .link ul li {
  margin-bottom: 16px;
}
footer .links .link ul li:last-child {
  margin-bottom: 0;
}
footer .links .link ul li a {
  color: #b9b9b9;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.5s;
}
footer .links .link ul li a:hover {
  color: #db4a2b;
}
footer form {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
footer form input[type=text] {
  width: 100%;
  border-radius: 30px;
  background: var(--White, #fff);
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 12px 16px;
  border: none;
}
footer form input[type=text]::-moz-placeholder {
  color: var(--Paragraph, #535353);
}
footer form input[type=text]::placeholder {
  color: var(--Paragraph, #535353);
}
footer form input[type=submit] {
  border-radius: 30px;
  background: var(--Brand, #db4a2b);
  color: #fff;
  padding: 12px 37.4px;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  border: none;
}
footer form input[type=submit]:hover {
  background: #811e08;
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}
.ui-datepicker .ui-datepicker-header {
  line-height: 50px;
  color: #ffffff;
  background: #db4a2b;
  margin-bottom: 10px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
  position: absolute;
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-prev::after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
}
.ui-datepicker .ui-datepicker-next::after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-size: 20px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #db4a2b;
  margin-bottom: 5px;
  font-size: 18px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
  color: #ffffff;
  background: #db4a2b;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  color: #ffffff;
  background-color: #db4a2b;
  border-radius: 50px;
}

.ui-state-active {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
}

.gm_sec1 {
  padding: 60px 0;
}
.gm_sec1 h4 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
.gm_sec1 form {
  background: #f9f9f9;
  border-radius: 30px;
  max-width: 620px;
  margin-top: 24px;
}
.gm_sec1 form .inputs .input_dv input[type=text] {
  background-color: transparent;
}
.gm_sec1 .map {
  border-radius: 12px;
  height: 100%;
}
.gm_sec1 .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.gm_sec1 .ctgr_dv {
  margin-top: 24px;
}
.gm_sec1 .ctgr_dv h5 {
  margin-bottom: 16px;
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.gm_sec1 .ctgr_dv .top {
  display: flex;
  justify-content: space-between;
}
.gm_sec1 .ctgr_dv .top form {
  margin-top: 0;
}
.gm_sec1 .ctgr_dv .top .drpdwn {
  width: 22%;
  position: relative;
  display: inline-block;
  text-align: right;
}
.gm_sec1 .ctgr_dv .top .drpdwn .dropdown-button {
  background-color: #fff;
  color: #db4a2b;
  padding: 10px 33px 10px 15px;
  border: 1px solid #db4a2b;
  border-radius: 30px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  background-image: url(../images/drp_dwn.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gm_sec1 .ctgr_dv .top .drpdwn .dropdown-menu {
  display: none;
  position: absolute;
  left: -21px;
  top: 49px;
  background-color: #fff;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: none;
  border-radius: 0;
}
.gm_sec1 .ctgr_dv .top .drpdwn .dropdown-menu div {
  padding: 7px 16px;
  cursor: pointer;
  font-size: 15px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #db4a2b;
}
.gm_sec1 .ctgr_dv .top .drpdwn .dropdown-menu div:last-child {
  border-bottom: none;
}
.gm_sec1 .ctgr_dv ul.tabs {
  width: 67%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gm_sec1 .ctgr_dv ul.tabs li {
  cursor: pointer;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  border-radius: 30px;
  border: 1px solid var(--Text-Grey, #7b7b7b);
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  min-width: 128px;
  text-align: center;
  transition: all 0.3s;
}
.gm_sec1 .ctgr_dv ul.tabs li.active {
  border-color: #db4a2b;
  color: #db4a2b;
  font-weight: 700;
}
.gm_sec1 .ctgr_dv ul.tabs li:hover {
  border-color: #db4a2b;
  color: #db4a2b;
}
.gm_sec1 .ctgr_dv .tab_container {
  margin-top: 32px;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content {
  display: none;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content ::-webkit-scrollbar {
  display: none;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .row {
  row-gap: 40px;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  overflow-x: auto;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card {
  border: none;
  border-radius: 0;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .img {
  margin-bottom: 16px;
  position: relative;
  height: 290px;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .img h6 {
  margin-bottom: 0;
  border-radius: 6px;
  background: #fff;
  padding: 9px 25px;
  color: var(--Brand, #db4a2b);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 16px;
  left: 17px;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt h5 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt h5 a {
  color: #000;
  transition: all 0.3s;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt h5 a:hover {
  color: #db4a2b;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt ul {
  margin-bottom: 16px;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt ul li span {
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt ul li span i {
  font-style: normal;
  color: #db4a2b;
  font-weight: 700;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt ul li:last-child {
  margin-bottom: 0;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt p {
  color: var(--Text-Grey, #7b7b7b);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.gm_sec1 .ctgr_dv .tab_container .tab_content .card .txt p span {
  color: #000;
  font-size: 24px;
  font-weight: 800;
}
.gm_sec1 .ctgr_dv .tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .gm_sec1 .ctgr_dv .tabs {
    display: none;
  }
  .gm_sec1 .ctgr_dv .tab_drawer_heading {
    background-color: #fff;
    color: #db4a2b;
    border-top: 1px solid #db4a2b;
    margin: 0;
    padding: 9px 9px;
    display: none;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-size: 17px;
    text-transform: capitalize;
  }
  .gm_sec1 .ctgr_dv .d_active {
    background-color: #db4a2b;
    color: #fff;
  }
}

.gd_sec1 {
  padding: 41px 0 40px;
}
.gd_sec1 p {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  margin-top: 43px;
  padding-top: 32px;
  margin-bottom: 0;
}
.gd_sec1 .bck_link {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Brand, #db4a2b);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
}
.gd_sec1 h5 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
.gd_sec1 ul {
  margin: 28px 0;
}
.gd_sec1 ul li {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.gd_sec1 ul li:last-child {
  margin-bottom: 0;
}
.gd_sec1 .hst {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 28px;
}
.gd_sec1 .hst p {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
  border: none;
}
.gd_sec1 .hst p span {
  color: #db4a2b;
  text-decoration: underline;
}
.gd_sec1 .prc {
  display: flex;
  gap: 40px;
  align-items: center;
}
.gd_sec1 .prc p {
  color: var(--Text-Grey, #7b7b7b);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border: none;
}
.gd_sec1 .prc p span {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.gd_sec1 .prc .btn {
  padding: 14px 39px;
}
.gd_sec1 .side_img {
  border-radius: 12px;
}

.gd_sec2 {
  padding-bottom: 60px;
}
.gd_sec2 h5 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.gd_sec2 .part h5 {
  margin-bottom: 16px;
  font-size: 24px;
}
.gd_sec2 .part .part_dvs {
  display: flex;
}
.gd_sec2 .part .part_dvs .part_dv {
  border-right: 1px solid rgba(123, 123, 123, 0.431372549);
  padding-right: 29px;
}
.gd_sec2 .part .part_dvs .part_dv:nth-child(2) {
  padding-right: 0;
  padding-left: 29px;
  border-right: none;
}
.gd_sec2 .part .part_dvs .part_dv:nth-child(2) h6 {
  color: #ecbb35;
}
.gd_sec2 .part .part_dvs .part_dv:nth-child(2) p span {
  color: #ecbb35;
}
.gd_sec2 .part .part_dvs .part_dv h6 {
  color: var(--Brand, #db4a2b);
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 7px;
}
.gd_sec2 .part .part_dvs .part_dv p {
  color: var(--Text-Grey, #7b7b7b);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0;
  border: none;
}
.gd_sec2 .part .part_dvs .part_dv p span {
  display: block;
  color: var(--Brand, #db4a2b);
  font-size: 14px;
  font-weight: 500;
}
.gd_sec2 .rstr_list {
  margin-top: 40px;
}
.gd_sec2 .rstr_list .lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gd_sec2 .rstr_list .lists .list {
  padding: 10px 7px;
  text-align: center;
}
.gd_sec2 .rstr_list .lists .list img {
  margin: auto;
  margin-bottom: 8px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.gd_sec2 .rstr_list .lists .list h5 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.gd_sec2 .rstr_list .lists .list p {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.gd_sec2 .lctn {
  margin-top: 40px;
}
.gd_sec2 .lctn h5 {
  margin-bottom: 30px;
  font-size: 24px;
}
.gd_sec2 .lctn iframe {
  width: 100%;
  border-radius: 12px;
  min-height: 354px;
}

.faq_sec {
  padding: 60px 0;
}
.faq_sec h2 {
  text-align: center;
  margin-bottom: 0;
  margin-bottom: 60px;
}
.faq_sec form input[type=text] {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--Brand-1, #e4e2dd);
  background: #fff;
  padding: 17px 17px 17px 55px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background-image: url(../images/srch-icn.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.faq_sec form input[type=text]::-moz-placeholder {
  color: #db4a2b;
}
.faq_sec form input[type=text]::placeholder {
  color: #db4a2b;
}
.faq_sec .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.faq_sec .btns .btn {
  background-color: #fff;
  border-radius: 0px 6px 6px 0px;
  color: #db4a2b;
  border-color: #db4a2b;
}
.faq_sec .btns .btn.br {
  border-radius: 6px 0px 0px 6px;
}
.faq_sec .btns .btn.active {
  background-color: #db4a2b;
  color: #fff;
}
.faq_sec .accordian {
  margin-top: 40px;
}

.loginarea {
  padding: 60px 0;
}
.loginarea h2 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}
.loginarea h2.mb8 {
  margin-bottom: 8px;
}
.loginarea h2 + p {
  margin-bottom: 30px;
  text-align: p;
}
.loginarea .w418px {
  width: 418px;
  margin: 0 auto;
}
.loginarea .toggle-container {
  justify-content: center;
}
.loginarea .signin h6 {
  text-align: center;
}

.formarea .inputcontainer {
  margin-bottom: 16px;
}
.formarea .inputcontainer label {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 7px;
}
.formarea .inputcontainer .inputinnercontainer {
  position: relative;
}
.formarea .inputcontainer .inputinnercontainer input[type=email],
.formarea .inputcontainer .inputinnercontainer input[type=password],
.formarea .inputcontainer .inputinnercontainer input[type=text],
.formarea .inputcontainer .inputinnercontainer input[type=tel] {
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 15px 12px;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.formarea .inputcontainer .inputinnercontainer select {
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 15px 12px;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  background: url(../images/dropdownselect.svg) no-repeat right 20px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.formarea .inputcontainer .inputinnercontainer textarea {
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 15px 12px;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  min-height: 126px;
  resize: none;
}
.formarea .inputcontainer .inputinnercontainer .eye {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.formarea .inputcontainer.otp {
  margin-bottom: 40px;
}
.formarea .inputcontainer.otp .inputinnercontainer {
  margin-bottom: 12px;
}
.formarea .inputcontainer .getotp a {
  display: inline-block;
  color: var(--Brand, #db4a2b);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.formarea .inputcontainer .otp-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.formarea .inputcontainer .otp-inner .w62 {
  width: 62px;
  height: 62px;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  padding: 10px;
  color: var(--Paragraph, #535353);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -moz-appearance: textfield;
}
.formarea .inputcontainer .otp-inner .w62::-webkit-outer-spin-button, .formarea .inputcontainer .otp-inner .w62::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formarea .rem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0;
}
.formarea .rem label {
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.formarea .rem label input[type=checkbox] {
  position: relative;
  margin: 0 10px 0 0;
  top: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.formarea .rem label input[type=checkbox]:checked::after {
  opacity: 1;
}
.formarea .rem label input[type=checkbox]:before {
  content: "";
  border-radius: 3px;
  border: 1px solid var(--Brand, #db4a2b);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.formarea .rem label input[type=checkbox]::after {
  content: url(../images/checkbox-checked.svg);
  position: absolute;
  top: 1px;
  opacity: 0;
  left: 2px;
}
.formarea .rem a {
  color: var(--Brand, #db4a2b);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.formarea .submit {
  margin-bottom: 20px;
}
.formarea .submit input[type=submit] {
  width: 100%;
}
.formarea .submit.otpsub input[type=submit] {
  width: auto;
}
.formarea .or {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.formarea .or:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #c6c6c6;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.formarea .or span {
  display: inline-block;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: white;
  padding: 0 14px;
}
.formarea .signin {
  margin-bottom: 20px;
}
.formarea .signin .withborder {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 30px;
  border: 1px solid #d5d5d5;
}
.formarea .signup {
  text-align: center;
}
.formarea .signup p {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.formarea .signup p a {
  color: var(--Brand, #db4a2b);
}

.contact-top {
  padding: 60px 0;
}
.contact-top .formareaouter {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(204, 204, 204, 0.25);
  padding: 28px 20px;
}
.contact-top .contactleft h2 {
  text-align: left;
  max-width: 367px;
  margin-bottom: 38px;
}
.contact-top .contactleft p {
  margin-bottom: 37px;
}
.contact-top .contactleft ul li {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.contact-top .contactleft ul li:last-child {
  margin-bottom: 0;
}
.contact-top .contactleft ul li .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #db4a2b;
  border-radius: 50%;
}
.contact-top .contactleft ul li .text p {
  margin-bottom: 0;
  color: var(--Paragraph, #535353);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-top .contactleft ul li .text p a {
  color: var(--Paragraph, #535353);
}
.contact-top .contactleft ul li .text p a:hover {
  color: #db4a2b;
}

.contact-inner .inputcontainer.submit.otpsub {
  margin-bottom: 0;
}

.contact-btm {
  background: #fbfbfa;
}

.toggle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-container span {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.toggle-tabs {
  display: flex;
  padding: 4px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #eee0e0;
}
.toggle-tabs .toggle-tab {
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  flex: 1;
  text-align: center;
  padding: 10px 40px;
  border-radius: 27px;
  color: #ff5722;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.toggle-tabs .toggle-tab.active {
  background: var(--Brand, #db4a2b);
  color: white;
}

.tab-content-container {
  margin-top: 40px;
}
.tab-content-container .tab-content {
  display: none;
}
.tab-content-container .tab-content.active {
  display: block;
}

.modal.msg_popup .modal-content {
  border-radius: 20px;
}
.modal.msg_popup .modal-body img {
  margin: auto;
  display: table;
  margin-bottom: 24px;
}
.modal.msg_popup .modal-body h4 {
  text-align: center;
  color: var(--Black, #000);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 28px;
}
.modal.msg_popup .modal-body .btn {
  margin: auto;
  display: table;
}
.modal.join_popup .modal-dialog {
  max-width: 550px;
}
.modal.join_popup .modal-body {
  padding: 30px;
  position: relative;
}
.modal.join_popup .modal-body .btn-close {
  position: absolute;
  right: 16px;
  top: 19px;
  border: 1px solid #000;
  opacity: 1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.modal.join_popup h5 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}
.modal.join_popup form ul {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.modal.join_popup form ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}
.modal.join_popup form ul li input {
  width: 20px !important;
  height: 20px;
  margin: 0 !important;
  accent-color: #db4a2b;
  cursor: pointer;
}
.modal.join_popup form ul li label {
  margin: 0;
  cursor: pointer;
}
.modal.join_popup form p {
  color: #000;
  font-weight: 600;
}
.modal.join_popup form .row {
  row-gap: 16px;
}
.modal.join_popup form .input_dvs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.join_popup form .input_dvs .dv {
  width: 48%;
}
.modal.join_popup form label {
  display: block;
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 12px;
}
.modal.join_popup form input:not([type=submit]) {
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 15px 12px;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.modal.join_popup form input[type=submit] {
  border-radius: 30px;
  background: var(--Brand, #db4a2b);
  color: #fff;
  padding: 13.9px 29.3px;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  border: none;
  margin: 20px auto 0;
  display: table;
}
.modal.join_popup form input[type=number]::-webkit-inner-spin-button,
.modal.join_popup form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.blogs {
  padding: 80px 0;
}
.blogs .col-lg-6 {
  padding: 0 15px;
}
.blogs .col-lg-6.right .row {
  row-gap: 15px;
}
.blogs .col-lg-6.right .card .img img {
  min-height: 172px;
  max-height: 172px;
}
.blogs .col-lg-6.right .card .txt p {
  margin-bottom: 12px;
}
.blogs .row {
  row-gap: 30px;
}
.blogs .btn {
  display: table;
  margin: auto;
  min-width: 146px;
}
.blogs .card {
  border: none;
}
.blogs .card .img {
  height: 100%;
  border-radius: 8px;
}
.blogs .card .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.blogs .card .date {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.blogs .card .txt {
  margin-top: 24px;
}
.blogs .card .txt .topic {
  color: #959595;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  display: inline-block;
}
.blogs .card .txt h6 {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.blogs .card .txt h6 a {
  color: var(--text, #1c1c1c);
  transition: all 0.5s;
}
.blogs .card .txt h6:hover a {
  color: #db4a2b;
}
.blogs .card .txt p {
  font-weight: 400;
  margin-bottom: 24px;
  color: #1c1c1c;
}
.blogs .card .txt .mre {
  padding: 6px 0;
  border-radius: 6px;
  color: #db4a2b;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
  column-gap: 4px;
  width: -moz-max-content;
  width: max-content;
}
.blogs .card .txt .mre span {
  transition: all 0.5s;
}
.blogs .card .txt .mre:hover span {
  margin-left: 6px;
}

.inspirtaion {
  padding-top: 80px;
  margin-bottom: 80px;
}
.inspirtaion h2 {
  text-align: center;
  margin-bottom: 30px;
}
.inspirtaion .card {
  border: none;
}
.inspirtaion .card:hover .img img {
  scale: 1.1;
}
.inspirtaion .card .img {
  border-radius: 8px;
  overflow: hidden;
}
.inspirtaion .card .img img {
  border-radius: 8px;
  transition: all 0.5s;
}
.inspirtaion .card .txt {
  margin-top: 24px;
}
.inspirtaion .card .txt .topic {
  color: #959595;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  display: inline-block;
}
.inspirtaion .card .txt h6 {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.inspirtaion .card .txt h6:hover a {
  color: #db4a2b;
}
.inspirtaion .card .txt h6 a {
  transition: all 0.5s;
  color: var(--text, #1c1c1c);
}
.inspirtaion .card .txt p {
  font-weight: 400;
  margin-bottom: 24px;
  color: #1c1c1c;
}
.inspirtaion .card .txt .mre {
  padding: 10px 0;
  color: var(--color-6, #db4a2b);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  width: -moz-max-content;
  width: max-content;
}
.inspirtaion .card .txt .mre span img {
  width: 20px;
  transition: all 0.5s;
}
.inspirtaion .card .txt .mre:hover span img {
  margin-left: 6px;
}

.brdcamp {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brdcamp li {
  color: var(--color-6, #db4a2b);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.brdcamp li a {
  color: #000;
  position: relative;
  padding-right: 20px;
}
.brdcamp li a::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #db4a2b;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}

.blg_dtls {
  padding-top: 80px;
}
.blg_dtls .img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 40px;
}
.blg_dtls .img img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blg_dtls .img span {
  color: var(--text, #1c1c1c);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.blg_dtls .dtls_txt p.last {
  color: #707070;
  font-size: 15px;
  margin-bottom: 0;
}
.blg_dtls .dtls_txt h4 {
  margin-bottom: 30px;
  font-family: "Plus Jakarta Sans";
}
.blg_dtls .dtls_txt img {
  border-radius: 8px;
}
.blg_dtls .dtls_txt .txt p {
  color: var(--Text-grey, #707070);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 42px;
}
.blg_dtls .dtls_txt .txt p:last-child {
  margin-bottom: 0;
}
.blg_dtls .dtls_txt .txt_2 {
  margin: 30px 0;
  padding: 10px 20px;
  border-radius: 4px;
  border-left: 6px solid #db4a2b;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.blg_dtls .dtls_txt .txt_2 p {
  margin-bottom: 42px;
  font-weight: 400;
}
.blg_dtls .dtls_txt .txt_2 ul li {
  color: var(--Black, var(--Color-5, #000));
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 19px;
  position: relative;
}
.blg_dtls .dtls_txt .txt_2 ul li::before {
  position: absolute;
  content: ".";
  color: #000;
  font-size: 34px;
  left: 0;
  top: -10px;
}

.faq_sec .tab-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #db4a2b;
  border-radius: 6px;
  overflow: hidden;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
.faq_sec .tab-menu ul li {
  display: table;
}
.faq_sec .tab-menu ul li a {
  display: table;
  padding: 14px 30px;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  color: #db4a2b;
}
.faq_sec .tab-menu ul li a.active {
  background-color: #db4a2b;
  color: #fff;
}

section.billing-section {
  padding: 60px 0;
}
section.billing-section h2,
section.billing-section h3 {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: left;
}
section.billing-section label {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 7px;
}
section.billing-section input:not([type=submit]) {
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 15px 12px;
  color: var(--Paragraph, #535353);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin-bottom: 24px;
}
section.billing-section .tablesec {
  padding: 30px;
  border-radius: 12px;
  background-color: #dc4a2b;
  position: sticky;
  top: 33px;
}
section.billing-section .tablesec h3 {
  color: #fff;
}
section.billing-section .tablesec ul {
  width: 100%;
}
section.billing-section .tablesec ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
}
section.billing-section .tablesec ul li span {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.thank_you {
  padding: 60px 0;
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}
.thank_you a {
  color: #dc4a2b;
}

footer input[type=email] {
  border: none;
  padding: 11px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
  width: 100%;
}

#wpcf7-f304-o1 input[type=email] {
  border: none;
  padding: 11px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
  width: 100%;
}
#wpcf7-f304-o1 .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  font-size: 14px;
}

.home-sec7.page_common {
  padding: 80px 0;
}
.home-sec7.page_common h2 {
  text-align: left;
}

.page-404 {
  padding: 100px 0;
}
.page-404 h1 {
  text-align: center;
  font-size: 100px;
  line-height: normal;
  margin-bottom: 10px;
}
.page-404 p {
  text-align: center;
}
.page-404 .main-btn {
  margin: 0 auto;
  display: table;
  color: #000;
  border: 1px solid #444;
  padding: 10px;
}

header .menu-area .totl_head .main_logo img {
  height: auto !important;
}/*# sourceMappingURL=style.css.map */