* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

/* CSS Document */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

input,
input:focus {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
}

textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

li {
  list-style: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none !important;
}

p a {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a,
span,
strong,
b {
  display: inline-block;
}

/* font loop */
@font-face {
  font-family: "Heebo-Regular";
  src: url("../fonts/Heebo-Regular.eot");
  src: url("../fonts/Heebo-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.woff") format("woff"), url("../fonts/Heebo-Regular.ttf") format("truetype"), url("../fonts/Heebo-Regular.svgHeebo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svgPoppins-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svgPoppins-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svgPoppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svgPoppins-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heebo-Medium";
  src: url("../fonts/Heebo-Medium.eot");
  src: url("../fonts/Heebo-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Heebo-Medium.woff") format("woff"), url("../fonts/Heebo-Medium.ttf") format("truetype"), url("../fonts/Heebo-Medium.svgHeebo-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heebo-Light";
  src: url("../fonts/Heebo-Light.eot");
  src: url("../fonts/Heebo-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Heebo-Light.woff") format("woff"), url("../fonts/Heebo-Light.ttf") format("truetype"), url("../fonts/Heebo-Light.svgHeebo-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heebo-SemiBold";
  src: url("../fonts/Heebo-SemiBold.eot");
  src: url("../fonts/Heebo-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Heebo-SemiBold.woff") format("woff"), url("../fonts/Heebo-SemiBold.ttf") format("truetype"), url("../fonts/Heebo-SemiBold.svgHeebo-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Font name */
/* color */
body {
  position: relative;
}

body.cook_scroll {
  overflow: hidden;
}

body.cook_scroll::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
  z-index: 2;
}

body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
}

p {
  font: 17px/25px "Heebo-Regular";
  color: #666;
}

p a,
ul li a {
  color: #f3934a;
}

/* p a:hover {
  text-decoration: underline;
} */

ul li {
  font: 17px/33px "Heebo-Regular";
  color: #666;
  text-align: left;
  padding-left: 25px;
  position: relative;
}

ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 5px solid #f3934a;
}

/* bread crumbs start */
.brd_crm {
  /* padding: 17px 0; */
  background: #f4f4f4;
}

.brd_crm .brd_crm_in ul {
  display: flex;
  align-items: center;
  /* overflow-x: auto; */
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.brd_crm .brd_crm_in ul li {
  background: none;
  padding: 0;
  font: 16px/24px "Poppins-Medium";
  color: #f3934a;
  position: relative;
}

.brd_crm .brd_crm_in ul li.acr_lnk::first-letter {
  text-transform: uppercase;
}

.brd_crm .brd_crm_in ul li::before {
  content: none;
}

.brd_crm .brd_crm_in ul li a {
  color: #000;
  font: 16px/24px "Poppins-Medium";
  transition: all 0.3s ease-in;
}

.brd_crm .brd_crm_in ul li a:hover {
  color: #f3934a;
}

.brd_crm .brd_crm_in ul li>span {
  position: relative;
}

.brd_crm .brd_crm_in ul li>span:not(:last-child),
.brd_crm .brd_crm_in ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 15px;
}

.brd_crm .brd_crm_in ul li>span:not(:last-child)::before,
.brd_crm .brd_crm_in ul li:not(:last-child)::before {
  content: "";
  color: #000;
  position: absolute;
  right: 5px;
  top: 50%;
  left: unset;
  width: 2px;
  height: 70%;
  transform: rotate(20deg) translateY(-50%);
  border-radius: unset;
  background: #000;
  border: unset;
}

/* bread crumbs end */
/* whats_chat start */
/* .wa__widget_container {
  position: fixed;
  bottom: 100px;
  right: 5%;
  z-index: 1;
}
.wa__widget_container button {
  position: fixed;
  bottom: 100px !important;
  left: unset;
  right: 5% !important;
} */
.wa__widget_container .wa__btn_popup {
  bottom: 87px !important;
}

.wa__widget_container .wa__popup_chat_box {
  bottom: 150px;
}

.chat img {
  width: 52px;
  height: 52px;
}

/* whats_chat end */
/* Header  start */
header {
  position: relative;
  width: 100%;
}

header .hd_tp {
  background-image: linear-gradient(to right, #fff 50%, #f3934a 50%);
}

header .hd_tp .parent_hd_tp {
  display: flex;
}

header .hd_tp .parent_hd_tp .mn_br {
  display: none;
}

header .hd_tp .parent_hd_tp .fr_lg {
  padding: 5px 0;
  max-width: 400px;
  background: #fff;
  width: 100%;
}

header .hd_tp .parent_hd_tp .fr_lg a {
  width: 300px;
  display: block;
}

header .hd_tp .parent_hd_tp .fr_lg a li {
  width: 100%;
}

header .hd_tp .parent_hd_tp .fr_lg img {
  width: 100%;
  height: 90px !important;
  object-fit: contain;
}

header .hd_tp .parent_hd_tp .fr_rch {
  /* padding: 21px 0; */
  position: relative;
  width: calc(100% - 400px);
  background: #f3934a;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .hd_tp .parent_hd_tp .fr_rch>a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  border-color: #fff;
  color: #fff;
  margin-left: 26px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

header .hd_tp .parent_hd_tp .fr_rch>a:hover {
  border-color: transparent;
}

header .hd_tp .parent_hd_tp .fr_rch>a:hover::before,
header .hd_tp .parent_hd_tp .fr_rch>a:focus::before,
header .hd_tp .parent_hd_tp .fr_rch>a:active::before {
  width: 100%;
}

header .hd_tp .parent_hd_tp .fr_rch>a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #000;
  z-index: -1;
  transition: 0.5s;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ {
  display: flex;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li {
  background: none;
  padding: 0;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li:empty {
  display: none;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li::before {
  content: none;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a {
  display: flex;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .icn_blk {
  margin-right: 13px;
  border: 2px solid #fff;
  border-radius: 15px;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .icn_blk img {
  transition: all 0.3s ease-in;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .txt_blk b {
  font: 15px/24px "Heebo-Regular";
  color: #fff;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .txt_blk p {
  font: 20px/28px "Poppins-SemiBold";
  color: #fff;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a:hover .icn_blk {
  background: #fff;
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a:hover .icn_blk img {
  filter: invert(1);
}

header .hd_tp .parent_hd_tp .fr_rch .cnt_ li:not(:last-child) {
  padding-right: 30px;
  border-right: 2px solid #fff;
  margin-right: 30px;
}

header .hd_tp .parent_hd_tp .fr_rch::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -70px;
  bottom: 0;
  border-top: 100px solid transparent;
  border-right: 70px solid #f3934a;
  border-bottom: 0px solid transparent;
}

header .hd_tp .parent_hd_tp .fr_rch::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -105px;
  bottom: 49px;
  border-top: 0px solid transparent;
  border-right: 126px solid #f3934a;
  border-bottom: 18px solid transparent;
  transform: rotate(-72deg);
}

header .hd_btm {
  padding: 21.5px 0;
  background-color: #000;
}

header .hd_btm .me_nu>a {
  display: none;
}

header .hd_btm .me_nu .bg_lg {
  display: none;
}

header .hd_btm ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

header .hd_btm ul li {
  background: none;
  padding: 0;
  position: relative;
}

header .hd_btm ul li::before {
  content: none;
}

header .hd_btm ul li a {
  font: 16px/24px "Poppins-Medium";
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

header .hd_btm ul li.current-menu-item a,
header .hd_btm ul li a:hover {
  color: #f3934a;
}

header .hd_btm ul li a.drp_dn {
  position: relative;
}

header .hd_btm ul li.menu-item-has-children button span {
  display: none;
}

header .hd_btm ul li.menu-item-has-children button {
  transition: all 0.3s ease-in;
  margin: 0 0 5px 5px;
  height: 7px;
  width: 7px;
  border-left: 2px solid #fff;
  background: none;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

header .hd_btm ul li.menu-item-has-children {
  display: flex;
  align-items: center;
}

header .hd_btm ul li.menu-item-has-children:hover a {
  color: #f3934a;
}

header .hd_btm ul li.menu-item-has-children:hover button,
header .hd_btm ul li.menu-item-has-children.current-menu-item button {
  border-color: #f3934a;
}

header .hd_btm ul li:not(:last-child) {
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

header .hd_btm ul li:not(:first-child) {
  padding-left: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

header .hd_btm ul li:last-child {
  border: none;
}

header .hd_btm ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 54px;
}

header .hd_btm ul li.menu-item-has-children .sub-menu li {
  border-right: 0 !important;
}

header .hd_btm ul li.menu-item-has-children .sub-menu {
  background: none;
  padding: 0;
  min-width: 292px;
}

header .hd_btm ul li.menu-item-has-children .sub-menu {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  transition: all 0.3s ease-in;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-direction: column;
}

header .hd_btm ul li.menu-item-has-children .sub-menu li::before {
  content: none;
}

header .hd_btm ul li.menu-item-has-children .sub-menu li a {
  font: 17px/24px "Poppins-Regular";
  color: #000;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  padding: 13.5px 0;
}

header .hd_btm ul li.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  background: #f3934a;
}

header .hd_btm ul li.menu-item-has-children .sub-menu li:not(:last-child) {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

header .hd_btm ul li.menu-item-has-children .sub-menu li:not(:first-child) {
  padding: 0;
  margin: 0;
}

header.land_ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

header.land_ .hd_btm {
  background: rgba(0, 0, 0, 0.5);
}

/* Header  end */
/* Cookie start */
#cmplz-cookiebanner-container {
  position: fixed;
  z-index: 3;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  position: unset;
  left: unset;
  top: unset;
  transform: unset;
  max-height: unset;
  height: unset;
  padding: 34px 40px 40px;
  background-color: #fff;
  margin-left: auto;
  max-width: 595px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  box-shadow: unset;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close {
  transition: all 0.3s ease-in;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 0;
  line-height: 0 !important;
  height: 20px;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close:hover {
  line-height: 0 !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close::before {
  content: url(../images/ck_cls.svg);
  position: absolute;
  left: 0;
  /* background: url(../images/ck_cls.svg) no-repeat center; */
  top: 0;
  filter: brightness(0);
  transition: all 0.3s ease-in;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close:hover::before {
  filter: unset;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-close svg,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-divider {
  display: none;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
  display: block;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
  font: 30px/38px "Poppins-Bold";
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: start;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body .cmplz-message {
  width: unset;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body p {
  margin-bottom: 35px;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body p a {
  color: #f3934a;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body p a:hover {
  text-decoration: underline;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  padding: 11.5px 52px;
  margin-right: 11px;
  gap: unset;
  grid-column: unset;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
  gap: unset;
  grid-column: unset;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button.cmplz-accept {
  background: #f3934a;
  color: #fff;
  border-color: transparent;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button.cmplz-accept:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button.cmplz-view-preferences {
  background: transparent;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button.cmplz-view-preferences:hover {
  border-color: transparent;
  color: #fff;
  background: #f3934a;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-documents {
  display: none;
}

.ck_plc.cls_ck {
  display: none;
}

/* Cookie end */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: 45px/53px "Poppins-Bold";
  color: #000;
  text-transform: uppercase;
}

input:not([type=checkbox]) {
  height: 50px;
  border-radius: 30px;
  border: 1px solid #d3d3d3;
  padding: 5px 20px;
  background: #fff;
  font: 16px/27px "Heebo-Light";
  color: #000;
  width: 100%;
}

input:not([type=checkbox])::-moz-placeholder {
  color: #666;
}

input:not([type=checkbox])::placeholder {
  color: #666;
}

input[type=checkbox] {
  cursor: pointer;
  min-width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  transition: all 0.3s ease-in;
}

input[type=checkbox]:checked {
  border-color: transparent;
  background: #f3934a;
}

input[type=checkbox]:checked::before {
  opacity: 1;
}

input[type=checkbox]::before {
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

textarea {
  border-radius: 15px;
  border: 1px solid #d3d3d3;
  padding: 5px 20px;
  background: #fff;
  font: 16px/27px "Heebo-Light";
  color: #000;
  width: 100%;
  overflow-y: auto;
}

textarea::-moz-placeholder {
  color: #666;
}

textarea::placeholder {
  color: #666;
}

textarea::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}

textarea::-webkit-scrollbar-track {
  width: 6px;
  background: #f4f4f4;
  border-radius: 8px;
}

textarea::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 10px;
  background: #f3934a;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 0;
}

input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

select {
  height: 50px;
  border-radius: 30px;
  border: 1px solid #d3d3d3;
  padding: 5px 20px;
  background: #fff url(../images/slt_drp.svg) no-repeat center right 20px;
  font: 16px/27px "Heebo-Light";
  color: #000;
  width: 100%;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
}

/* Home start */
.hm_pg br {
  display: none;
}

.hm_pg .ban_ {
  padding-top: 50px;
}

.hm_pg .ban_ .ban_car {
  display: block;
}

.hm_pg .ban_ .ban_car .item {
  height: 890px;
  position: relative;
}

.hm_pg .ban_ .ban_car .item .img_blk {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.hm_pg .ban_ .ban_car .item .img_blk img {
  height: 100% !important;
  max-width: unset !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hm_pg .ban_ .ban_car .item .txt_blk {
  padding-top: 225px;
  position: relative;
  z-index: 2;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in {
  position: relative;
  max-width: 615px;
  width: 100%;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul {
  position: absolute;
  left: -135px;
  top: 50%;
  transform: translateY(-50%);
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li {
  background: none;
  padding: 0;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li::before {
  content: none;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li a {
  min-width: 49px;
  height: 49px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  transition: all 0.3s ease-in;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li a:hover {
  border-color: #fff;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li a img {
  width: -moz-fit-content;
  width: fit-content;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li:not(:last-child) {
  margin-bottom: 3px;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
  text-transform: uppercase;
  font: 95px/103px "Poppins-Bold";
  color: #fff;
  margin-bottom: 11px;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong b {
  position: relative;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong b::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong span {
  color: #f3934a;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in p>b {
  font: 18px/26px "Poppins-Medium";
  color: #fff;
  margin-bottom: 16px;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in p {
  color: #fff;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in p:not(:last-of-type) {
  margin-bottom: 42px;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in p:first-of-type {
  margin-bottom: 0 !important;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  padding: 13.5px 48px;
  color: #000;
  background: #fff;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:hover {
  color: #fff;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:hover::before,
.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:active::before,
.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:focus::before {
  width: 100%;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #f3934a;
  z-index: -1;
  transition: 0.5s;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:first-of-type {
  background: #f3934a;
  color: #fff;
  margin-right: 17px;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:first-of-type::before {
  background: #fff;
}

.hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:first-of-type:hover {
  color: #f3934a;
}

.hm_pg .ban_ .ban_car .item::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hm_pg .ban_ .ban_car .owl-dots {
  display: none;
}

.hm_pg .ban_ .ban_car .owl-nav {
  padding: 15px;
  background: #fff;
  border-top-left-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block !important;
}

.hm_pg .ban_ .ban_car .owl-nav button {
  font-size: 0;
  min-width: 70px;
  height: 70px;
  background: transparent;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.hm_pg .ban_ .ban_car .owl-nav button::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.hm_pg .ban_ .ban_car .owl-nav button.owl-prev::before {
  content: url(../images/car_prev.svg);
}

.hm_pg .ban_ .ban_car .owl-nav button.owl-prev:hover {
  background: #f3934a;
}

.hm_pg .ban_ .ban_car .owl-nav button.owl-prev:hover::before {
  filter: invert(1);
}

.hm_pg .ban_ .ban_car .owl-nav button.owl-next::before {
  content: url(../images/car_nxt.svg);
}

.hm_pg .ban_ .ban_car .owl-nav button.owl-next:hover {
  background: #f3934a;
}

.hm_pg .ban_ .ban_car .owl-nav button.owl-next:hover::before {
  filter: invert(1);
}

.hm_pg .usp_ {
  border-bottom: 1px solid #dbdbdb;
  background: #f4f4f4;
}

.hm_pg .usp_ .usp_lst {
  display: flex;
}

.hm_pg .usp_ .usp_lst li {
  transition: all 0.3s ease-in;
  background: none;
  padding: 0;
  padding: 40px 30px 30px 30px;
  width: 25%;
}

.hm_pg .usp_ .usp_lst li::before {
  content: none;
}

.hm_pg .usp_ .usp_lst li * {
  transition: all 0.3s ease-in;
}

.hm_pg .usp_ .usp_lst li b {
  font: 18px/26px "Poppins-Medium";
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 45px;

}

.hm_pg .usp_ .usp_lst li b span {
  width: 30px;
  height: 30px;
  background: #f3934a;
  position: relative;
  border-radius: 50%;
  margin-right: 15px;
}

.hm_pg .usp_ .usp_lst li b span::before {
  content: "";
  width: 17px;
  height: 9px;
  top: 24%;
  left: 50%;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
}

.hm_pg .usp_ .usp_lst li:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

/* .hm_pg .usp_ .usp_lst li:not(:first-child) {
  padding-left: 56px;
} */
/* .hm_pg .usp_ .usp_lst li:last-child {
  padding-right: 5px;
} */

.hm_pg .usp_ .usp_lst li:hover {
  background: #000;
}

.hm_pg .usp_ .usp_lst li:hover b {
  color: #fff;
}

.hm_pg .usp_ .usp_lst li:hover b span {
  background: #fff;
}

.hm_pg .usp_ .usp_lst li:hover b span::before {
  border-color: #000;
}

.hm_pg .usp_ .usp_lst li:hover {
  color: #fff;
}

.hm_pg .flx_blk {
  display: flex;
  justify-content: space-between;
}

.hm_pg .flx_blk img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hm_pg .flx_blk b {
  font: 20px/28px "Poppins-SemiBold";
  color: #000;
  text-transform: uppercase;
}

.hm_pg .van_inst {
  padding: 90px 0 190px;
}

.hm_pg .van_inst .van_inst_in .lft_blk {
  width: 46.4%;
}

.hm_pg .van_inst .van_inst_in .lft_blk .img_dv {
  border-radius: 30px;
  overflow: hidden;
}

.hm_pg .van_inst .van_inst_in .lft_blk h1 {
  margin-bottom: 45px;
}

.hm_pg .van_inst .van_inst_in .lft_blk .img_dv img {
  height: 410px;
}

.hm_pg .van_inst .van_inst_in .rgt_blk {
  width: 47.1%;
}

.hm_pg .van_inst .van_inst_in .rgt_blk>p:not(:last-of-type) {
  margin-bottom: 33px;
}

.hm_pg .van_inst .van_inst_in .rgt_blk a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

.hm_pg .van_inst .van_inst_in .rgt_blk a:hover,
.hm_pg .van_inst .van_inst_in .rgt_blk a:active,
.hm_pg .van_inst .van_inst_in .rgt_blk a:focus {
  border-color: transparent;
  color: #fff;
}

.hm_pg .van_inst .van_inst_in .rgt_blk a:hover::before,
.hm_pg .van_inst .van_inst_in .rgt_blk a:focus::before,
.hm_pg .van_inst .van_inst_in .rgt_blk a:active::before {
  width: 100%;
}

.hm_pg .van_inst .van_inst_in .rgt_blk a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #f3934a;
  z-index: -1;
  transition: 0.5s;
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li {
  display: flex;
  background: none;
  padding: 0;
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li::before {
  content: none;
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li .icn_ {
  transition: all 0.3s ease-in;
  margin-right: 25px;
  min-width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li .icn_ img {
  transition: all 0.3s ease-in;
  width: -moz-fit-content;
  width: fit-content;
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li .txt_ b {
  margin-bottom: 9px;
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li:hover .icn_ {
  background: #000;
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li:hover .icn_ img {
  filter: invert(1);
}

.hm_pg .van_inst .van_inst_in .rgt_blk ul li:not(:last-child) {
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.hm_pg .ont_wik {
  padding: 100px 0;
}

.hm_pg .ont_wik .ont_wik_in .lft {
  width: 46.9%;
}

.hm_pg .ont_wik .ont_wik_in .lft h3 {
  margin-bottom: 16px;
}

.hm_pg .ont_wik .ont_wik_in .lft p {
  margin-bottom: 21px;
}

.hm_pg .ont_wik .ont_wik_in .lft p:last-of-type {
  margin-bottom: 0;
}

/* .hm_pg .ont_wik .ont_wik_in .lft b {
  margin-bottom: 10px;
} */
.hm_pg .ont_wik .ont_wik_in .lft ul {
  margin-bottom: 24px;
}

.hm_pg .ont_wik .ont_wik_in .lft ul li:not(:last-child) {
  margin-bottom: 7px;
}

.hm_pg .ont_wik .ont_wik_in .lft a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hm_pg .ont_wik .ont_wik_in .lft a:hover,
.hm_pg .ont_wik .ont_wik_in .lft a:active,
.hm_pg .ont_wik .ont_wik_in .lft a:focus {
  border-color: transparent;
  color: #fff;
}

.hm_pg .ont_wik .ont_wik_in .lft a:hover::before,
.hm_pg .ont_wik .ont_wik_in .lft a:active::before,
.hm_pg .ont_wik .ont_wik_in .lft a:focus::before {
  width: 100%;
}

.hm_pg .ont_wik .ont_wik_in .lft a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #f3934a;
  z-index: -1;
  transition: 0.5s;
}

.hm_pg .ont_wik .ont_wik_in .rgt {
  width: 46.3%;
  position: relative;
}

.hm_pg .ont_wik .ont_wik_in .rgt .img_ {
  border-radius: 30px;
  overflow: hidden;
}

.hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
  height: 508px;
}

.hm_pg .ont_wik .ont_wik_in .rgt .flt_ {
  max-width: 108px;
  padding: 10px 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}

.hm_pg .ont_wik .ont_wik_in .rgt .flt_ strong {
  font: 23px/31px "Poppins-Bold";
  color: #000;
}

.hm_pg .ont_wik .ont_wik_in .rgt .flt_ span {
  display: block;
  font: 16px/24px "Poppins-Medium";
  color: #000;
  text-transform: uppercase;
}

.hm_pg .agnda {
  padding: 90px 0 100px;
  background: #f4f4f4;
}

.hm_pg .agnda .agnda_in {
  text-align: center;
}

.hm_pg .agnda .agnda_in h4 {
  margin-bottom: 12px;
}

.hm_pg .agnda .agnda_in p {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 41px;
}

.hm_pg .agnda .agnda_in .agnd_car .item {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
}

.hm_pg .agnda .agnda_in .agnd_car .item .hd_blk {
  padding: 30px 10px 22px 40px;
  text-align: start;
}

.hm_pg .agnda .agnda_in .agnd_car .item .hd_blk b {
  font: 20px/28px "Poppins-SemiBold";
  color: #000;
  text-transform: uppercase;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk {
  display: flex;
  border-top: 1px solid #e5e5e5;
  align-items: center;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul {
  padding: 27px 44px 27px 40px;
  border-right: 1px solid #e5e5e5;
  width: 260px;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li {
  background: none;
  padding: 0;
  padding-left: 33px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li::before {
  content: none;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:nth-child(1) {
  background: url(../images/ag_dt.svg) no-repeat left 0 top 5px;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:nth-child(2) {
  background: url(../images/ag_ty.svg) no-repeat left 0 top 5px;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:nth-child(3) {
  background: url(../images/ag_lk.svg) no-repeat left 0 top 5px;
}

/* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:not(:last-child) {
  margin-bottom: 12px;
} */
.hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong {
  /* padding: 25px; */
  font: 16px/25px "Heebo-Regular";
  color: #666;
}

.hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span {
  font: 30px/38px "Poppins-Bold";
  color: #f3934a;
  display: block;
}

.hm_pg .agnda .agnda_in .agnd_car .item .bt_blk strong {
  width: 100%;
  background: #000;
  font: 16px/25px "Poppins-Medium";
  color: #fff;
  text-transform: uppercase;
  padding: 18px 0;
  transition: all 0.3s ease-in;
}

.hm_pg .agnda .agnda_in .agnd_car .item:hover .bt_blk strong {
  background: #f3934a;
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav {
  display: block !important;
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button {
  font-size: 0;
  min-width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button.owl-prev {
  left: -100px;
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button.owl-prev::after {
  content: url(../images/ag_prv.svg);
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button.owl-next {
  right: -100px;
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button.owl-next::after {
  content: url(../images/ag_nxt.svg);
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button:hover {
  background: #f3934a;
}

.hm_pg .agnda .agnda_in .agnd_car .owl-nav button:hover::after {
  filter: invert(1);
}

.hm_pg .meest_blk {
  margin-bottom: 100px;
  padding-top: 98px;
}

.hm_pg .meest_blk .meest_in .lft {
  width: 47.5%;
}

.hm_pg .meest_blk .meest_in .lft h5 {
  margin-bottom: 43px;
}

.hm_pg .meest_blk .meest_in .lft .lft_in {
  position: relative;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .img_ {
  border-radius: 30px;
  overflow: hidden;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .img_ img {
  height: 525px;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk {
  position: absolute;
  bottom: 15px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 15px;
  right: 15px;
  padding: 18px 20px 17px 25px;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk .fr_tx b {
  margin-bottom: 8px;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk .fr_tx p {
  max-width: 310px;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  background: #f3934a;
  padding: 11.5px 43px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a:hover {
  border-color: #000000;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a:hover::before,
.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a:active::before,
.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a:focus::before {
  width: 100%;
}

.hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #000;
  z-index: -1;
  transition: 0.5s;
}

.hm_pg .meest_blk .meest_in .rgt {
  width: 47.1%;
}

.hm_pg .meest_blk .meest_in .rgt>p {
  margin-bottom: 46px;
}

/* Home end */
/* Review start */
.rvw {
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}

.rvw .txt {
  max-width: 390px;
  width: 38%;
  margin-left: auto;
  margin-right: 20px;
}

.rvw .txt h6 {
  margin-bottom: 10px;
}

.rvw .car_rvw {
  width: 64%;
}

.rvw .car_rvw .rvw_car {
  display: block;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner {
  padding: 25px 30px 30px 40px !important;
  background: #f4f4f4 !important;
  border-radius: 20px !important;
  border: 2px solid transparent !important;
  box-shadow: none;
  transition: all 0.3s ease-in;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  backdrop-filter: unset !important;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-controls,
.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-controls-line {
  display: none !important;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  width: 100%;
  position: relative;
  order: 1;
  padding: 23px 0;
  display: flex;
  align-items: center;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars::after {
  content: '';
  background: #f3934a url(../images/qut_.svg) no-repeat center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0px;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-footer {
  display: none;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars .ti-star:not(:last-of-type) {
  margin-right: 3px;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars .fr_str img {
  width: -moz-fit-content;
  width: fit-content;
}

.rvw .car_rvw .rvw_car .ti-footer {
  display: none;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars .fr_qt {
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3934a;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars .fr_qt img {
  width: -moz-fit-content;
  width: fit-content;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-content {
  height: 125px !important;
  margin-bottom: 30px !important;
  display: -webkit-box;
  order: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  font: 17px/25px "Heebo-Regular";
  color: #666;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header {
  display: flex;
  align-items: center;
  width: 100%;
  order: 3;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header::after {
  content: none;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-profile-img {
  margin-right: 15px;
  overflow: hidden;
  min-width: 70px;

  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-profile-img img {
  width: 100% !important;
  height: 100% !important;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-name {
  font: 20px/30px "Poppins-SemiBold" !important;
  color: #000;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-review-item:hover {
  transform: none !important;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner:hover {
  border-color: #000 !important;
}

/* Review end */
/* privacy policy start */
.prv_plc_ .prv_plc_in .cmplz-document {
  max-width: 100% !important;
}

.prv_plc_ .prv_plc_in {
  padding: 85px 0;
}

.prv_plc_ .prv_plc_in h1 {
  margin-bottom: 10px;
}

.prv_plc_ .prv_plc_in b {
  font: 18px/26px "Poppins-Medium";
  color: #000;
  margin: 0;
  padding: 0;
}

.prv_plc_ .prv_plc_in p:not(:last-of-type) {
  margin-bottom: 23px;
}

.prv_plc_ .prv_plc_in ul {
  margin-bottom: 23px;
}

.prv_plc_ .prv_plc_in ul li {
  margin-bottom: 8px;
}

/* privacy policy end */
/* FAQ start */
.faq_ .faq_in .flx_blk {
  display: flex;
  justify-content: space-between;
}

.faq_ .faq_in .flx_blk .lft_ {
  width: 40%;
}

.faq_ .faq_in .flx_blk .rgt_ {
  width: 40%;
}

.faq_ .faq_in .vrag_ {
  padding: 100px 0;
}

.faq_ .faq_in .vrag_ .lft_ {
  border-radius: 15px;
  overflow: hidden;
  width: 46.3%;
}

.faq_ .faq_in .vrag_ .lft_ img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  -o-object-fit: cover;
}

.faq_ .faq_in .vrag_ .rgt_ {
  padding-top: 26px;
  width: 47%;
}

.faq_ .faq_in .vrag_ .rgt_ h1 {
  margin-bottom: 15px;
}

.faq_ .faq_in .vrag_ .rgt_ b {
  font: 18px/25px "Poppins-Medium";
  color: #000;
  margin-bottom: 8px;
}

.faq_ .faq_in .vrag_ .rgt_ p:not(:last-of-type) {
  margin-bottom: 16px;
}

.faq_ .faq_in .qa_bl {
  padding: 95px 0;
  background: #f4f4f4;
}

.faq_ .faq_in .qa_bl .tp_bl {
  margin-bottom: 40px;
}

.faq_ .faq_in .qa_bl .lft_ {
  width: 47.5%;
}

.faq_ .faq_in .qa_bl .rgt_ {
  width: 47.1%;
}

/* faq  block */
.fq_blk .fq_bx {
  border-radius: 10px;
  background: #f4f4f4;
}

.fq_blk .fq_bx * {
  transition: all 0.3s ease-in;
}

.fq_blk .fq_bx .fq_hd,
.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header {
  background: #fff;
  padding: 9px 23px 9px 22px;
  border-radius: 10px;
  border: 2px solid #000;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.fq_blk .fq_bx .fq_hd {
  background: transparent;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card {
  border: 2px solid #000 !important;
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.fq_blk .fq_bx .fq_hd strong {
  font: 18px/35px "Poppins-Medium";
  color: #000;
  position: relative;
  display: block;
  padding-right: 25px;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header a {
  font: 18px/35px "Poppins-Medium";
  color: #000 !important;
  position: relative;
  padding: 0;
  display: block;
  transition: all 0.3s ease-in;
  padding-right: 25px;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header a i {
  display: none;
}

.fq_blk .fq_bx .fq_hd strong::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card {
  border: 1px solid transparent !important;
  transition: all 0.3s ease-in;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}

.fq_blk .fq_bx .fq_txt {
  padding: 17px 50px 17px 22px;
  display: none;
  font: 17px / 25px "Heebo-Regular";
  color: #666;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-body {
  padding: 17px 50px 17px 22px;
}

.fq_blk .fq_bx.active .fq_hd {
  border-color: transparent;
  background: #000;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card.ea-expand .ea-header {
  border: 1px solid transparent !important;
  background: #000 !important;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header {
  margin-bottom: 0 !important;
  text-transform: capitalize;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card.ea-expand {
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-left-color: #000 !important;
}

.fq_blk .fq_bx.active .fq_hd strong {
  color: #fff;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card.ea-expand .ea-header a {
  color: #fff !important;
}

.fq_blk .fq_bx.active .fq_hd strong::after,
.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card.ea-expand .ea-header a::after {
  top: 15px;
  transform: rotate(135deg);
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.fq_blk .fq_bx.active .fq_txt {
  display: block;
}

.fq_blk .fq_bx:not(:last-child) {
  margin-bottom: 15px;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card {
  margin-bottom: 0 !important;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card:not(:last-child) {
  margin-bottom: 15px !important;
}

/* faq block */
/* training block */
.trng {
  background: #f4f4f4;
}

.trng .trng_in {
  padding: 180px 0 100px;
  position: relative;
  text-align: center;
}

.trng .trng_in .cpny_lg {
  position: absolute;
  top: -90px;
  border-radius: 30px;
  left: 0;
  right: 0;
  border: 7px solid #fff;
  background: #f4f4f4;
  padding: 25px 0;
}

.trng .trng_in .cpny_lg b {
  font: 20px/28px "Poppins-SemiBold";
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.trng .trng_in .cpny_lg .cpny_car .owl-item.center .item img {
  filter: grayscale(0);
}

.trng .trng_in .cpny_lg .cpny_car .owl-dots,
.trng .trng_in .cpny_lg .cpny_car .owl-nav {
  display: none;
}

.trng .trng_in .cpny_lg .cpny_car .item img {
  transition: all 0.3s ease-in;
  width: -moz-fit-content;
  width: fit-content;
  filter: grayscale(1);
  height: 72px !important;
  max-width: 150px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.trng .trng_in .cpny_lg .cpny_car .item:hover img {
  filter: grayscale(0);
}

.trng .trng_in .hd_ {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 44px;
}

.trng .trng_in .hd_ h2 {
  margin-bottom: 15px;
}

.trng .trng_in .fr_tr {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}

.trng .trng_in .fr_tr a {
  display: block;
}

.trng .trng_in .fr_tr li {
  overflow: hidden;
  width: 32.2%;
  background: none;
  padding: 0;
  position: relative;
  margin-bottom: 25px;
}

.trng .trng_in .fr_tr li::before {
  content: none;
}

.trng .trng_in .fr_tr li .img_ {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.trng .trng_in .fr_tr li .img_::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.trng .trng_in .fr_tr li .img_ img {
  transition: all 0.3s ease-in;
  width: 100%;
  height: 389px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.trng .trng_in .fr_tr li b {
  font: 18px/28px "Poppins-SemiBold";
  color: #f4f4f4;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  width: 90%;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.trng .trng_in .fr_tr li:hover .img_ img {
  transform: scale(1.2);
}

.trng .trng_in .fr_tr li:hover .img_::before {
  background-image: linear-gradient(to top, rgba(243, 147, 74, 0.8), rgba(255, 255, 255, 0));
}

.trng .trng_in .fr_tr li:hover b {
  color: #fff;
}

.trng .trng_in .fr_tr li:not(:nth-child(3n)) {
  margin-right: 22px;
}

.trng .trng_in>a,
.hm_pg .agnda .agnda_in>a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  display: inline-block !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.hm_pg .agnda .agnda_in>a {
  margin-top: 15px;
}

.trng .trng_in>a:hover,
.trng .trng_in>a:focus,
.trng .trng_in>a:active,
.hm_pg .agnda .agnda_in>a:hover {
  border-color: transparent;
  color: #fff;
}

.trng .trng_in>a:hover::before,
.trng .trng_in>a:active::before,
.trng .trng_in>a:focus::before,
.hm_pg .agnda .agnda_in>a:hover::before {
  width: 100%;
}

.trng .trng_in>a::before,
.hm_pg .agnda .agnda_in>a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #f3934a;
  z-index: -1;
  transition: 0.5s;
}

/* training block */
/* pagination */
.pg_ntn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg_ntn li {
  background: none;
  padding: 0;
}

.pg_ntn li::before {
  content: none;
}

.pg_ntn li a {
  min-width: 50px;
  font: 20px/35px "Poppins-Medium";
  color: #000;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}

.pg_ntn li a:hover {
  background: #f3934a;
  color: #fff;
}

.pg_ntn li.pg_ct a {
  border-radius: 10px;
  border: 1px solid #000;
}

.pg_ntn li.pg_ct a:hover {
  background: #000;
  border-color: transparent;
}

.pg_ntn li.pg_ct a:hover img {
  transition: all 0.3s ease-in;
  filter: invert(1);
}

.pg_ntn li.nxt {
  margin-left: 20px;
}

.pg_ntn li:not(:last-child) {
  margin-right: 10px;
}

.pg_ntn li.prv {
  margin-right: 20px;
}

/* pagination */
/* FAQ end */
/* Blog start */
.bl_og .bl_og_in {
  padding: 90px 0 70px;
}

.bl_og .bl_og_in .hd_ {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 34px;
  text-align: center;
}

.bl_og .bl_og_in .hd_ h1 {
  margin-bottom: 14px;
}

.bl_og .bl_og_in .bl_blk {
  margin-bottom: 0px !important;
  display: flex;
  flex-wrap: wrap;
}

.bl_og .bl_og_in .bl_blk .bl_ {
  overflow: hidden;
  width: 32.2%;
  background: none;
  padding: 0;
  margin-bottom: 30px;
}

.bl_og .bl_og_in .bl_blk .bl_::before {
  content: none;
}

.bl_og .bl_og_in .bl_blk .bl_ a {
  position: relative;
  display: block;
  height: 100%;
}

.bl_og .bl_og_in .bl_blk .bl_ .flt_ {
  font: 16px/25px "Poppins-Medium";
  color: #fff;
  padding: 7.5px 19.5px;
  background: #f3934a;
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 30px;
  z-index: 1;
}

.bl_og .bl_og_in .bl_blk .bl_ .img_ {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.bl_og .bl_og_in .bl_blk .bl_ .img_::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.bl_og .bl_og_in .bl_blk .bl_ .img_ img {
  transition: all 0.3s ease-in;
  width: 100%;
  height: 550px !important;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.bl_og .bl_og_in .bl_blk .bl_ .txt_ {
  position: absolute;
  bottom: 29px;
  left: 50%;
  left: 25px;
  right: 40px;
  z-index: 1;
}

.bl_og .bl_og_in .bl_blk .bl_ .txt_ b {
  text-transform: uppercase;
  font: 20px/28px "Poppins-SemiBold";
  color: #fff;
  display: block;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.bl_og .bl_og_in .bl_blk .bl_ .txt_ p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.bl_og .bl_og_in .bl_blk .bl_:hover .img_ img {
  transform: scale(1.2);
}

.bl_og .bl_og_in .bl_blk .bl_:hover .img_::before {
  background-image: linear-gradient(to top, rgba(243, 147, 74, 0.8), rgba(255, 255, 255, 0));
}

.bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
  margin-right: 22px;
}

/* Blog end */
/* Contact start */
.cnt_ .cnt_in br {
  display: none;
}

.cnt_ .cnt_in .tp_blk {
  padding: 90px 0;
}

.cnt_ .cnt_in .tp_blk .hd_ {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 34px;
  text-align: center;
}

.cnt_ .cnt_in .tp_blk .hd_ h1 {
  margin-bottom: 14px;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul {
  display: flex;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li {
  width: 24.2%;
  border: 1px solid transparent;
  background: none;
  padding: 0;
  background: #f4f4f4;
  transition: all 0.3s ease-in;
  padding: 25px 20px 17px;
  border-radius: 15px;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li::before {
  content: none;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in {
  display: flex;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .inc_ {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ b {
  text-transform: uppercase;
  font: 20px/35px "Poppins-SemiBold";
  color: #000;
  margin-bottom: 3px;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ a p {
  transition: all 0.3s ease-out;
  color: #666;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ a:hover p {
  color: #f3934a;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ p span {
  display: block;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ p strong {
  color: #f3934a;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li:hover {
  background: #fff;
  border-color: #000;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li:not(:last-child) {
  margin-right: 17px;
}

.cnt_ .cnt_in .bt_blk {
  padding: 100px 0 90px;
  background: #f4f4f4;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in {
  display: flex;
  justify-content: space-between;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
  width: 46.5%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
  height: 549px;
  border: 1px solid #333;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .lft_>p {
  height: 100%;
  padding: 1px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ iframe {
  max-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
  border-radius: 25px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn {
  width: 67px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn img {
  height: 91px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ {
  width: 47.2%;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ .hd_ {
  margin-bottom: 22px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ .hd_ h2 {
  margin-bottom: 14px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ {
  margin-bottom: 15px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ label,
.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ label span {
  width: 100%;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_.fr_cnt>p {
  display: flex;
  justify-content: space-between;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_.fr_cnt label {
  width: 48.7%;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ textarea {
  height: 125px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ {
  margin-bottom: 25px;
  display: flex;
  /* align-items: center; */
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ span {
  margin: 0;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ input[type=checkbox] {
  margin-right: 15px;
  cursor: pointer;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ p a {
  text-decoration: underline;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ p a:hover {
  color: #000;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk input[type="submit"] {
  font: 16px/25px "Poppins-Medium";
  color: #fff;
  background: #000;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 11.5px 42px;
  transition: all 0.3s ease-in;
  width: unset;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk input[type="submit"]:hover {
  background: #f3934a;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .inpt label {
  display: none;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .inpt img {
  margin-right: 10px;
}

.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .inpt {
  margin-bottom: 10px;
}

/* Contact end */
/* training overview start */
.tr_ov .tr_ov_in .tp_blk {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}

.tr_ov .tr_ov_in .tp_blk .img_ {
  width: 46.3%;
  border-radius: 20px;
  overflow: hidden;
  height: fit-content;
}

.tr_ov .tr_ov_in .tp_blk .img_ img {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tr_ov .tr_ov_in .tp_blk .txt_ {
  width: 47%;
}

.tr_ov .tr_ov_in .tp_blk .txt_ h1 {
  margin-bottom: 12px;
}

.tr_ov .tr_ov_in .tp_blk .txt_ b {
  font: 20px/35px "Poppins-SemiBold";
  color: #000;
  text-transform: uppercase;
  /* margin-bottom: 9px; */
}

.tr_ov .tr_ov_in .tp_blk .txt_ p {
  margin-bottom: 17px;
}

.tr_ov .tr_ov_in .tp_blk .txt_ p:last-of-type {
  margin-bottom: 0;
}

.tr_ov .tr_ov_in .tp_blk .txt_ ul {
  margin-bottom: 30px;
}

.tr_ov .tr_ov_in .tp_blk .txt_ ul li {
  line-height: 25px;
}

.tr_ov .tr_ov_in .tp_blk .txt_ ul li:not(:last-child) {
  margin-bottom: 7px;
}

.tr_ov .tr_ov_in .tp_blk .txt_ a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  padding: 11px 50px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

.tr_ov .tr_ov_in .tp_blk .txt_ a:hover {
  border-color: transparent;
  color: #fff;
}

.tr_ov .tr_ov_in .tp_blk .txt_ a:hover::before,
.tr_ov .tr_ov_in .tp_blk .txt_ a:active::before,
.tr_ov .tr_ov_in .tp_blk .txt_ a:focus::before {
  width: 100%;
}

.tr_ov .tr_ov_in .tp_blk .txt_ a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #f3934a;
  z-index: -1;
  transition: 0.5s;
}

.tr_ov .tr_ov_in .bt_blk {
  padding: 90px 0 140px;
  background: #f4f4f4;
}

.tr_ov .tr_ov_in .bt_blk .hd_ {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 44px;
}

.tr_ov .tr_ov_in .bt_blk.trng .trng_in {
  padding: 0;
  background: none;
}

/* training overview end */
/* Blog_detail start */
.bl_dt .bl_dt_in {
  padding: 100px 0;
}

.bl_dt .bl_dt_in .fl_img {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

.bl_dt .bl_dt_in .fl_img img {
  width: 100% !important;
  height: 563px !important;
  max-width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_dt .bl_dt_in b {
  font: 18px/25px "Poppins-Medium";
  color: #000;
  margin-bottom: 10px;
}

.bl_dt .bl_dt_in .sagt_ {
  margin-bottom: 30px;
}

.bl_dt .bl_dt_in .sagt_ .dt_tm {
  font: 16px/25px "Poppins-Medium";
  color: #fff;
  border-radius: 50px;
  background: #f3934a;
  padding: 7.5px 22px;
  margin-bottom: 15px;
}

.bl_dt .bl_dt_in .sagt_ h1 {
  margin-bottom: 20px;
}

.bl_dt .bl_dt_in .sagt_ p:not(:last-of-type) {
  margin-bottom: 15px;
}

.bl_dt .bl_dt_in .sagt_ .sgn_ {
  padding: 28px 90px 23px 27px;
  background: #f4f4f4 url(../images/qt_bg.svg) no-repeat right 10px bottom -15px;
  margin-bottom: 35px;
}

/* .bl_dt .bl_dt_in .sagt_ .sgn_ + p{
  margin-bottom: 0;
} */
.bl_dt .bl_dt_in .sagt_ .sgn_ p {
  margin-bottom: 10px;
}

.bl_dt .bl_dt_in .sagt_ .sgn_ strong {
  font: 18px/28px "Heebo-SemiBold";
  color: #000;
}

.bl_dt .bl_dt_in .glry {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.bl_dt .bl_dt_in .glry .img_ {
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
}

.bl_dt .bl_dt_in .glry .img_ img {
  width: 100%;
  height: 332px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
  margin-right: 27px;
}

.bl_dt .bl_dt_in .smpr_ {
  margin-bottom: 40px;
}

.bl_dt .bl_dt_in .smpr_ p {
  margin-bottom: 10px;
}

.bl_dt .bl_dt_in .sed_ {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 60px;
}

.bl_dt .bl_dt_in .sed_ .txt_ {
  width: 48.2%;
}

.bl_dt .bl_dt_in .sed_ .txt_ p:first-of-type,
.bl_dt .bl_dt_in .smpr_ p:first-of-type {
  margin-bottom: 10px;
}

.bl_dt .bl_dt_in .sed_ .txt_ p:not(:last-of-type) {
  margin-bottom: 10px;
}

.bl_dt .bl_dt_in .sed_ .img_ {
  width: 46.6%;
  border-radius: 20px;
  overflow: hidden;
}

.bl_dt .bl_dt_in .sed_ .img_ img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  height: 355px;
}

.bl_dt .bl_dt_in .shr_to {
  padding-top: 25px;
  border-top: 3px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}

.bl_dt .bl_dt_in .shr_to>div {
  display: flex;
  align-items: center;
}

.bl_dt .bl_dt_in .shr_to ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.bl_dt .bl_dt_in .shr_to ul li {
  background: none;
  padding: 0;
}

.bl_dt .bl_dt_in .shr_to ul li::before {
  content: none;
}

.bl_dt .bl_dt_in .shr_to b {
  font: 16px/35px "Poppins-Medium";
  color: #000;
  margin-right: 10px;
  margin-bottom: 0;
}

.bl_dt .bl_dt_in .shr_to .lft ul li a {
  min-width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bl_dt .bl_dt_in .shr_to .lft ul li a img {
  filter: invert(1);
}

.bl_dt .bl_dt_in .shr_to .lft ul li a:hover {
  border-color: #000;
}

.bl_dt .bl_dt_in .shr_to .lft ul li:not(:last-child) {
  margin-right: 10px;
}

.bl_dt .bl_dt_in .shr_to .rgt ul li {
  font-family: "Heebo-Medium";
  color: #000;
  padding-left: 35px;
  background: url(../images/dl_tg.svg) no-repeat top 3px left 0;
}

.bl_dt .bl_dt_in .shr_to .rgt ul li:not(:last-child) {
  margin-right: 20px;
}

/* Blog_detail end */
/* Agenda start */
.agnd_ .agnd_in {
  padding: 100px 0;
}

.agnd_ .agnd_in .hd_ {
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: 0 auto 40px;
}

.agnd_ .agnd_in .hd_ h1 {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 10px;
}

.agnd_ .agnd_in .flt_blk,
.tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ {
  margin-bottom: 48px;
  padding: 25px 20px 30px;
  background: #f4f4f4;
  border-radius: 20px;
}

.tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ {
  max-width: 380px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ select {
  border: none;
}

.agnd_ .agnd_in .flt_blk b {
  font: 20px/28px "Poppins-SemiBold";
  color: #000;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.agnd_ .agnd_in .flt_blk .inpt_blk {
  max-width: 1165px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_,
.tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ .int_ {
  padding: 0 25px;
  width: 24%;
  border-radius: 10px;
  border: 2px solid #d3d3d3;
  background: #fff;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_ select::-moz-placeholder {
  font: 16px/25px "Heebo-Light";
  color: #666;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_ strong,
.agnd_ .agnd_in .flt_blk .inpt_blk .int_ select::placeholder {
  font: 16px/25px "Heebo-Light";
  color: #666;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_ select {
  font: 16px/25px "Heebo-Light";
  color: #666;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding-left: 10px;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_ input {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 50px;
  padding: 5px 0;
  padding-right: 20px;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_srt select {
  /* color: #000; */
  background: url(../images/slt_drp.svg) no-repeat right 0 center;
  width: calc(100% - 91px);
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_typ select,
.tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
  padding-left: 30px;
  background: url(../images/slt_tag.svg) no-repeat left 0 center, url(../images/slt_drp.svg) no-repeat right 0 center;
  white-space: nowrap;
  padding-right: 38px;
  text-overflow: ellipsis;
  overflow: hidden !important;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_sch {
  position: relative;
}

.agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_sch .search-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.agnd_ .agnd_in .agnd_lst {
  display: flex;
  flex-wrap: wrap;
}

.agnd_ .agnd_in .agnd_lst .item {
  margin-bottom: 25px;
  border: 1px solid #d3d3d3;
  width: 32.2%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  /* position: relative; */
}

.agnd_ .agnd_in .agnd_lst .item .hd_blk {
  padding: 30px 10px 22px 40px;
}

.agnd_ .agnd_in .agnd_lst .item .hd_blk b {
  font: 20px/28px "Poppins-SemiBold";
  color: #000;
  text-transform: uppercase;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk {
  display: flex;
  border-top: 1px solid #e5e5e5;
  align-items: center;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk ul {
  padding: 28px 44px 28px 40px;
  border-right: 1px solid #e5e5e5;
  width: 260px;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk .ag-prijs,
.hm_pg .agnda .agnda_in .agnd_car .item .md_blk .ag-prijs {
  width: calc(100% - 260px);
  text-align: center;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk ul li {
  background: none;
  padding: 0;
  padding-left: 33px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: fit-content;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk ul li::before {
  content: none;
}

/* .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:not(:last-child) {
  margin-bottom: 12px;
} */
.agnd_ .agnd_in .agnd_lst .item .md_blk strong {
  /* padding-left: 40px; */
  font: 16px/25px "Heebo-Regular";
  color: #666;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk strong span {
  font: 30px/38px "Poppins-Bold";
  color: #f3934a;
  display: block;
}

.agnd_ .agnd_in .agnd_lst .item .bt_blk strong {
  width: 100%;
  background: #000;
  text-align: center;
  font: 16px/25px "Poppins-Medium";
  color: #fff;
  text-transform: uppercase;
  padding: 18px 0;
  letter-spacing: 0.8px;
  transition: all 0.3s ease-in;
}

.agnd_ .agnd_in .agnd_lst .item:hover .bt_blk strong {
  background: #f3934a;
}

.agnd_ .agnd_in .agnd_lst .item:not(:nth-child(3n)) {
  margin-right: 20px;
}

.agnd_ .agnd_in .agnd_lst .item.unl_ .md_blk ul li:nth-child(3) {
  background-image: url(../images/ag_lk_un.png);
}

/* Agenda end */
/* Training Detail start */
/* .tr_td .tr_td_in br{
  display: none;
} */
.tr_td .tr_td_in .prim_ {
  padding: 160px 0 180px;
  /* background: url(../images/tr_td_bk.jpg) no-repeat center; */
  background-size: cover;
  position: relative;
}

.tr_td .tr_td_in .prim_::before {
  /* content: ""; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 147, 74, 0.9);
  position: absolute;
  z-index: 1;
}

.tr_td .tr_td_in .prim_ .prim_in {
  position: relative;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt {
  position: relative;
  z-index: 1;
  max-width: 590px;
  width: 100%;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
  max-width: 550px;
  width: 100%;
  font: 80px/90px "Poppins-Bold";
  color: #fff;
  position: relative;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong span {
  font: inherit;
  color: #000;
  display: inline;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 5px;
  background-color: #000;
  width: 100%;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt p {
  color: #fff;
  margin: 8px 0 22px;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt b {
  font: 18px/35px "Poppins-Medium";
  color: #fff;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt b.fr_tmg {
  font-family: "Poppins-SemiBold";
  color: #000;
  display: flex;
  align-items: center;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt b.fr_tmg img {
  margin-right: 10px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
  max-width: 510px;
  width: 100%;
  position: absolute;
  padding: 35px 40px 30px 40px;
  z-index: 1;
  right: 0;
  top: 38%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm b {
  font: 35px/60px "Poppins-Bold";
  color: #000;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt {
  display: flex;
  align-items: center;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt label {
  font: 16px/20px "Heebo-Light";
  color: #000;
  width: 97px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fld_ {
  width: calc(100% - 97px);
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt {
  position: relative;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap,
.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fld_ .wpcf7-form-control-wrap {
  width: 100%;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
  cursor: pointer;
  background: url(../images/td_dt.svg) no-repeat left 25px center, url(../images/slt_drp.svg) no-repeat right 25px center;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  padding: 12px 45px 12px 55px;
  height: 50px;
  color: #666;
  font: 16px/27px "Heebo-Light";
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  transition: all 0.3s ease-in;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  top: 100%;
  width: 100%;
  background: #fff;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt ul li {
  background: none;
  padding: 0;
  padding: 0 25px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt ul li::before {
  content: none;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt ul li a {
  font: 16px/25px "Heebo-Light";
  width: 100%;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt ul li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt.dt_fx_opn {
  opacity: 1;
  visibility: visible;
  top: 55px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_hd p {
  /* display: none; */
  font: 16px/30px "Heebo-Light";
  color: #666;
  cursor: pointer;
  background: url(../images/td_dt.svg) no-repeat left 25px center, url(../images/slt_drp.svg) no-repeat right 25px center;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  padding: 12px 40px 12px 55px;
  height: 50px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb select {
  min-width: 100px;
  width: 100px;
  padding: 5px 26px;
  background: #fff url(../images/slt_drp.svg) no-repeat center right 23px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb strong {
  font: 16px/20px "Heebo-Light";
  color: #666;
  text-align: center;
  padding: 0 20px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt:not(:last-of-type) {
  margin-bottom: 15px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .cap.inpt span.wpcf7-form-control-wrap {
  width: 120px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 17px 20px 20px 15px;
  border-top: 1px solid #e5e5e5;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld .chk {
  margin-right: 10px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld p {
  font-size: 16px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld p .wpcf7-list-item {
  margin: 0;
  margin-right: 10px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld p a:hover {
  text-decoration: underline;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .lft strong {
  font: 25px/35px "Poppins-Bold";
  color: #f3934a;
  margin-right: 10px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .lft span {
  font: 16px/20px "Heebo-Regular";
  color: #666;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt input[type="submit"] {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  padding: 11.5px 57.5px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt p {
  text-align: center;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt .wpcf7-spinner {
  display: none;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt p a {
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp {
  background: #f4f4f4 url(../images/td_msg.svg) no-repeat center right 30px;
  padding: 25px 20px 25px 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .prs_ {
  min-width: 60px;
  border-radius: 50%;
  margin-right: 17px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .prs_ img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .txt_ b {
  text-align: start;
  font: 18px/35px "Poppins-Bold";
  color: #000000;
  margin-bottom: 0;
  text-transform: unset;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .txt_ a {
  text-decoration: underline;
  color: #666;
  transition: all 0.3s ease-in;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .txt_ a:hover {
  color: #f3934a;
}

.tr_td .tr_td_in .snd_ {
  background: #f4f4f4;
  padding: 90px 0;
}

/* .tr_td .tr_td_in .snd_ {
  width: 51.7%;
} */
.tr_td .tr_td_in .snd_ .snd_in h1 {
  margin-bottom: 13px;
}

.tr_td .tr_td_in .snd_ .snd_in h4,
.tr_td .tr_td_in .snd_ .snd_in h3 {
  margin-bottom: 15px;
}

.tr_td .tr_td_in .snd_ .snd_in p {
  padding-right: 25px;
}

.tr_td .tr_td_in .snd_ .snd_in p:not(:last-of-type) {
  margin-bottom: 30px;
}

.tr_td .tr_td_in .snd_ .snd_in .gal_on {
  margin-bottom: 47px;
  border-radius: 30px;
  overflow: hidden;
}

.tr_td .tr_td_in .snd_ .snd_in .gal_on img {
  width: 100%;
  height: 421px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tr_td .tr_td_in .snd_ .snd_in b {
  text-transform: uppercase;
  font: 20px/35px "Poppins-SemiBold";
  color: #000;
}

.tr_td .tr_td_in .trng .trng_in .fr_tr {
  margin-bottom: 0;
}

.tr_td .tr_td_in .snd_ .snd_in ul:not(:last-of-type) {
  margin-bottom: 30px;
}

.tr_td .tr_td_in .snd_ .snd_in ul:last-of-type {
  margin-top: 20px;
}

.tr_td .tr_td_in .snd_ .snd_in .gal_tw {
  margin: 40px 0 90px;
  display: flex;
  justify-content: space-between;
}

.tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ {
  width: 48.5%;
  border-radius: 35px;
  overflow: hidden;
}

.tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 338px;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk {
  max-width: 638px;
  width: 100%;
  margin: 40px 0 90px;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .fq_bx {
  border: 1px solid transparent;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card.ea-expand {
  border-top: 0 !important;
  border-color: #000 !important;
}

.tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-body p {
  padding: 0;
}

.tr_td .tr_td_in .trt_ {
  display: flex;
}

.tr_td .tr_td_in .trt_ .lft_ {
  width: 20%;
  background: #000;
  position: relative;
}

.tr_td .tr_td_in .trt_ .lft_ .img_ {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: 1;
}

.tr_td .tr_td_in .trt_ .lft_ .img_ img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tr_td .tr_td_in .trt_ .rgt_ {
  padding: 110px 0 95px 110px;
  width: 80%;
  display: flex;
  background: url(../images/tr_td_in_bk.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.tr_td .tr_td_in .trt_ .rgt_::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(243, 147, 74, 0.9);
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ {
  display: flex;
  position: relative;
  z-index: 1;
  margin-right: auto;
  max-width: 1125px;
  width: 100%;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk {
  max-width: 370px;
  width: 100%;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk b {
  font: 30px/38px "Poppins-SemiBold";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk p {
  color: #fff;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
  display: flex;
  /* width: 57%; */
  justify-content: end;
  padding-right: 10px;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
  padding: 0px 46px 0px 0;
  border-right: 2px solid #f5a96e;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk {
  padding: 0px 0 1px 46px;
  flex-direction: column;
  display: flex;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ {
  display: flex;
  align-items: start;
  margin-bottom: 28px;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ * {
  transition: all 0.3s ease-in;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .icn_ {
  min-width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .icn_ img {
  filter: brightness(20);
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .txt_ b {
  display: block;
  text-transform: uppercase;
  font: 16px/25px "Poppins-SemiBold";
  color: #fff;
  margin-bottom: 3px;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .txt_ p {
  font: 16px/25px "Heebo-Medium";
  color: #fff;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .txt_ p:hover {
  color: #000;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_:not(:last-child) {
  margin-bottom: 28px;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_:hover .icn_ {
  background: #fff;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_:hover .icn_ img {
  filter: unset;
}

.tr_td .tr_td_in .trng .trng_in {
  padding: 100px 0;
}

.tr_td .tr_td_in .trng .fr_tr li {
  margin: 0 !important;
  width: unset;
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav {
  display: block !important;
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button {
  font-size: 0;
  min-width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button.owl-prev {
  left: -100px;
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button.owl-prev::after {
  content: url(../images/ag_prv.svg);
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button.owl-next {
  right: -100px;
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button.owl-next::after {
  content: url(../images/ag_nxt.svg);
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button:hover {
  background: #f3934a;
}

.tr_td .tr_td_in .trng .fr_tr .owl-nav button:hover::after {
  filter: invert(1);
}

/* Training Detail end */
/* about us start */
.abt_us .abt_us_in .flx_blk {
  display: flex;
  justify-content: space-between;
}

.abt_us .abt_us_in .hldn {
  padding: 100px 0;
}

.abt_us .abt_us_in .hldn .hldn_in {
  align-items: center;
}

.abt_us .abt_us_in .hldn .hldn_in .lft_ {
  width: 46.3%;
  border-radius: 20px;
  overflow: hidden;
}

.abt_us .abt_us_in .hldn .hldn_in .lft_ img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
}

.abt_us .abt_us_in .hldn .hldn_in .rgt_ {
  width: 47.1%;
}

.abt_us .abt_us_in .hldn .hldn_in .rgt_ h1 {
  margin-bottom: 14px;
}

.abt_us .abt_us_in .hldn .hldn_in .rgt_>p {
  margin-bottom: 19px;
}

.abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in {
  display: flex;
}

.abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk {
  min-width: 80px;
  height: 80px;
  border-radius: 25px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 23px;
}

.abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .txt_blk b {
  text-transform: uppercase;
  font: 20px/35px "Poppins-SemiBold";
  color: #000000;
}

.abt_us .abt_us_in .onze {
  margin-bottom: 96px;
  padding: 80px 0;
  background: #f4f4f4;
}

.abt_us .abt_us_in .onze .onze_in .hd {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 960px;
  width: 100%;
}

.abt_us .abt_us_in .onze .onze_in .hd h2 {
  margin-bottom: 12px;
}

.abt_us .abt_us_in .onze .onze_in .brdz ul {
  display: flex;
  flex-wrap: wrap;
}

.abt_us .abt_us_in .onze .onze_in .brdz ul li {
  background: none;
  padding: 0;
  border-top: 3px solid #eaeaea;
  padding: 0 40px;
}

.abt_us .abt_us_in .onze .onze_in .brdz ul li::before {
  content: none;
}

.abt_us .abt_us_in .onze .onze_in .brdz ul li img {
  filter: grayscale(1);
  transition: all 0.3s ease-in;
  width: 133px !important;
  height: 55px !important;
  max-width: unset !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.abt_us .abt_us_in .onze .onze_in .brdz ul li img:hover {
  filter: grayscale(0);
}

.abt_us .abt_us_in .onze .onze_in .brdz ul li:nth-child(-n+6) {
  border-top: 0;
  padding-bottom: 44px;
}

.abt_us .abt_us_in .onze .onze_in .brdz ul li:nth-child(n+7) {
  padding-top: 25px;
  padding-bottom: 10px;
}

.abt_us .abt_us_in .onze .onze_in .brdz ul li:not(:nth-child(6n)) {
  border-right: 3px solid #eaeaea;
}

.abt_us .abt_us_in .lcte {
  margin-bottom: 100px;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_ {
  width: 47.2%;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_ h4 {
  margin-bottom: 20px;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_ a {
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  padding: 12px 32px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_ a:hover,
.abt_us .abt_us_in .lcte .lcte_in .lft_ a:focus,
.abt_us .abt_us_in .lcte .lcte_in .lft_ a:active {
  border-color: transparent;
  color: #fff;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_ a:hover::before,
.abt_us .abt_us_in .lcte .lcte_in .lft_ a:active::before,
.abt_us .abt_us_in .lcte .lcte_in .lft_ a:focus::before {
  width: 100%;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_ a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #f3934a;
  z-index: -1;
  transition: 0.5s;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_>p {
  margin-bottom: 29px;
}

.abt_us .abt_us_in .lcte .lcte_in .lft_>p:last-of-type {
  margin-bottom: 0;
}

.abt_us .abt_us_in .lcte .lcte_in .rgt_ {
  width: 46.4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.abt_us .abt_us_in .lcte .lcte_in .rgt_ img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on {
  width: 46.6%;
  border-radius: 20px;
  overflow: hidden;
}

.abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on img {
  height: 412px;
}

.abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw {
  width: 51%;
  border-radius: 20px;
  overflow: hidden;
}

.abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw img {
  height: 342px;
}

/* about us end */
/* Footer start */
footer {
  background: #000;
}

footer .ft_tp {
  padding: 56px 0;
  position: relative;
  z-index: 1;
}

footer .ft_tp .tp_cnt .txt_ {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

footer .ft_tp .tp_cnt .txt_ .icn_ {
  margin-right: 25px;
}

footer .ft_tp .tp_cnt .txt_ strong {
  font: 45px/54px "Poppins-Bold";
  color: #f4f5f4;
  text-transform: uppercase;
}

footer .ft_tp .tp_cnt .fr_lnk .textwidget {
  display: flex;
  align-items: center;
}

footer .ft_tp .tp_cnt .fr_lnk p {
  max-width: 720px;
  width: 100%;
  color: #fff;
}

footer .ft_tp .tp_cnt .fr_lnk a {
  margin-left: 60px;
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  background: #f3934a;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

footer .ft_tp .tp_cnt .fr_lnk a:hover,
footer .ft_tp .tp_cnt .fr_lnk a:focus,
footer .ft_tp .tp_cnt .fr_lnk a:active {
  color: #f3934a;
}

footer .ft_tp .tp_cnt .fr_lnk a:hover::before,
footer .ft_tp .tp_cnt .fr_lnk a:focus:before,
footer .ft_tp .tp_cnt .fr_lnk a:active:before {
  width: 100%;
}

footer .ft_tp .tp_cnt .fr_lnk a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
}

footer .ft_md {
  background: #f3934a;
  padding: 40px 40px 35px 40px;
  border-radius: 20px;
  display: flex;
  position: relative;
}

footer .ft_md .lg_ {
  width: 30%;
  padding-right: 10px;
}

footer .ft_md .lg_ li.widget_media_image {
  margin-bottom: 30px;
  width: 203px;
}

footer .ft_md .lg_ li.widget_media_image img {
  width: 100%;
  height: 59px !important;
}

footer .ft_md .lg_ p {
  max-width: 295px;
  width: 100%;
  margin-bottom: 28px;
  color: #fff;
}

footer .ft_md .lg_ .cnt_lnks {
  display: flex;
  align-items: center;
}

footer .ft_md .lg_ .cnt_lnks li {
  background: none;
  padding: 0;
}

footer .ft_md .lg_ .cnt_lnks li::before {
  content: none;
}

footer .ft_md .lg_ .cnt_lnks li a {
  min-width: 49px;
  height: 49px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  transition: all 0.3s ease-in;
}

footer .ft_md .lg_ .cnt_lnks li a:hover {
  border: 1px solid #fff;
}

footer .ft_md .lg_ .cnt_lnks li:not(:last-child) {
  margin-right: 5px;
}

footer .ft_md .fr_lnks_ {
  padding-right: 10px;
}

footer .ft_md .fr_lnks_ strong {
  font: 20px/28px "Poppins-SemiBold";
  color: #fff;
  margin-bottom: 26px;
  text-transform: uppercase;
}

footer .ft_md .fr_lnks_ ul li {
  background: none;
  padding: 0;
}

footer .ft_md .fr_lnks_ ul li a {
  font: 17px/25px "Poppins-Medium";
  color: #fff;
}

footer .ft_md .fr_lnks_ ul li::before {
  content: none;
}

footer .ft_md .fr_lnks_ ul li:not(:last-child) {
  margin-bottom: 2px;
}

footer .ft_md .nav_gt {
  width: 17%;
}

footer .ft_md .fr_lnks_.cont_ ul li:not(:last-child) {
  margin-bottom: 5px;
}

footer .ft_md .nav_gt ul li a {
  padding-left: 20px;
  position: relative;
  transition: all 0.3s ease-in;
}

footer .ft_md .nav_gt ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  transition: all 0.3s ease-in;
  border-bottom: 2px solid #fff;
  transform: rotate(230deg);
}

footer .ft_md .nav_gt ul li a.active,
footer .ft_md .nav_gt ul li a:hover,
footer .ft_md .fr_lnks_ ul li.current-menu-item a {
  color: #000;
}

footer .ft_md .nav_gt ul li a:hover:before,
footer .ft_md .nav_gt ul li a.active::before,
footer .ft_md .fr_lnks_ ul li.current-menu-item a::before {
  border-left-color: #000;
  border-bottom-color: #000;
}

footer .ft_md .cont_ ul {
  margin-bottom: 25px;
}

footer .ft_md .cont_ ul li img {
  margin-right: 10px;
}

footer .ft_md .cont_ ul li b {
  color: #fff;
}

footer .ft_md .cont_ ul li b span {
  display: block;
}

footer .ft_md .cont_ ul li a {
  font: 17px/25px "Heebo-Medium";
  transition: all 0.3s ease-in;
}

footer .ft_md .cont_.fr_lnks_ ul li a:hover {
  color: #000;
}

footer .ft_md .cont_ ul li.fr_loc {
  display: flex;
  align-items: flex-start;
}

footer .ft_md .cont_ ul li.fr_loc b {
  font: 17px/25px "Poppins-Medium";
}

footer .ft_md .cont_ ul li.fr_loc img {
  margin-top: 4px;
}

footer .ft_md .cont_ ul>a {
  margin-top: 20px;
  font: 16px/24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 11.5px 51.5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

footer .ft_md .cont_ ul>a:hover,
footer .ft_md .cont_ ul>a:focus,
footer .ft_md .cont_ ul>a:active {
  border-color: transparent;
  color: #f3934a;
}

footer .ft_md .cont_ ul>a:hover::before,
footer .ft_md .cont_ ul>a:active::before,
footer .ft_md .cont_ ul>a:focus::before {
  width: 100%;
}

footer .ft_md .cont_ ul>a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
}

footer .ft_md .fl_pers {
  position: absolute;
  bottom: 0px;
  right: 0;
}

footer .ft_md .fl_pers .img_ {
  width: 420px;
}

footer .ft_md .fl_pers .img_ li:last-child {
  display: none;
}

footer .ft_md .fl_pers .img_ img {
  height: 548px !important;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0 0 20px;
  /* margin-left: 5px; */
  margin-bottom: -1px;
}

footer .ft_md .fl_pers b {
  font: 19px/28px "Poppins-Medium";
  color: #fff;
}

footer .ft_md .fl_pers .widget_text {
  position: absolute;
  top: 50px;
  right: 0;
  transform: rotate(15deg);
}

footer .ft_md .fl_pers .widget_text:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 29px;
  background: url(../images/ft_arw.svg) no-repeat center;
  transform: rotate(-25deg);
  bottom: -40px;
  left: 10%;
}

footer .ft_btm {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .ft_btm p {
  font: 17px/25px "Heebo-Medium";
  color: #fff;
}

footer .ft_btm ul {
  display: flex;
}

footer .ft_btm ul li {
  background: none;
  padding: 0;
}

footer .ft_btm ul li::before {
  content: none;
}

footer .ft_btm ul li a {
  font: 17px/25px "Heebo-Medium";
  color: #fff;
  transition: all 0.3s ease-in;
}

footer .ft_btm ul li a:hover,
footer .ft_btm ul li.current-menu-item a {
  color: #f3934a;
}

footer .ft_btm ul li:not(:last-child) {
  padding-right: 8px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

/* Footer end */
/**===2 july 24===**/
.slot-red {
  color: red;
}

.slot-green {
  color: green;
}

.slot-black {
  color: black;
}

header .hd_tp .parent_hd_tp .fr_rch::before {
  background: url(../images/plus-symbol.png) no-repeat;
  width: 131px;
  height: 111px;
  border: 0;
  background-size: 119px;
}

header .hd_tp .parent_hd_tp .fr_rch::after {
  content: none;
}

/**===2 july 24===**/


/* ---------- 2.7.24 ---------- */
.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  width: 100%;
  opacity: 0;
  /* visibility: hidden; */
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label {
  color: #f3934a;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-form-control-wrap .wpcf7-list-item {
  padding: 4px 25px;
  margin: 0;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-form-control-wrap .wpcf7-list-item:hover {
  color: #f3934a;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-form-control-wrap .wpcf7-list-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.hm_pg .agnda .agnda_in .agnd_car .item .hd_blk b,
.agnd_ .agnd_in .agnd_lst .item .hd_blk b {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* ---------- 2.7.24 ---------- */
/* ---------- 3.7.24 ---------- */
.tr_td .tr_td_in {
  position: relative;
}

.tr_td .tr_td_in .bnr_img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  /* height: 980px; */
  height: auto;
}

.tr_td .tr_td_in .bnr_img::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 147, 74, 0.9);
  position: absolute;
  z-index: 1;
}

.tr_td .tr_td_in .bnr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tr_td .tr_td_in .main_blk {
  background: #f4f4f4;
}

.tr_td .tr_td_in .main_blk .main_flex_blk {
  display: flex;
  position: relative;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .lft {
  /* width: 51.7%; */
  flex: 1;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm.sticky {
  position: sticky;
  top: 10px;
  position: -webkit-sticky;
  right: 0;
}

.tr_td .tr_td_in .main_blk .main_flex_blk>.rgt .flt_frm.sticky {
  height: calc(100vh - 40px);
  overflow-y: auto;
}

.tr_td .tr_td_in .main_blk .main_flex_blk>.rgt .flt_frm.sticky::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk>.rgt .flt_frm.sticky::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 10px;
  background: #f3934a;
}

.tr_td .tr_td_in .main_blk .main_flex_blk>.rgt .flt_frm.sticky::-webkit-scrollbar-track {
  width: 6px;
  background: #f4f4f4;
  border-radius: 8px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
  top: 5%;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .lft .snd_ {
  width: 83%;
}

.tr_td .tr_td_in .main_blk .main_flex_blk>.rgt {
  padding-bottom: 90px;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .lft .prim_ .flt_frm {
  display: none;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px 10px;
}

/* ---------- 3.7.24 ---------- */



/* 4-july */

.error_page.poli .er_pa {
  text-align: center;
  padding-top: 50px;
}

.error_page.poli img {
  width: 100%;
  max-width: 594px;
  height: 300px;
  display: block;
  margin: 50px auto 0;
}

.error_page.poli .er_pa a {
  margin-top: 20px;
  font: 16px / 24px "Poppins-Medium";
  color: #000;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

.error_page.poli .er_pa a::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #f3934a;
  z-index: -1;
  transition: 0.5s;
}

.error_page.poli .er_pa a:hover::before {
  width: 100%;
}

.error_page.poli .er_pa a:hover {
  border-color: transparent;
  color: #fff;
}

/*  */
/* 5-july */
.agnd_ .agnd_in .agnd_lst .item .md_blk li.slotag {
  background: url(../images/ag_lk.svg) no-repeat left 0 top 5px;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk li.dateag {
  background: url(../images/ag_dt.svg) no-repeat left 0 top 5px;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk li.timeag {
  background: url(../images/ag_ty.svg) no-repeat left 0 top 5px;
}

/*  */
/**===6 july 24===**/
.faq_ .faq_in .qa_bl .faq-tabs ul li::before {
  content: none;
}

.faq_ .faq_in .qa_bl .faq-tabs ul li {
  padding: 0;
}

.faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
  font: 16px / 24px "Poppins-Medium";
  border-radius: 30px;
  text-transform: uppercase;
  padding: 11.5px 40px;
  transition: all 0.3s ease-in-out;
  padding: 13.5px 48px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #f3934a;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
}

.faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link:hover {
  color: #f3934a;
  border-color: #f3934a;
}

.faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link::before {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: unset;
  background: #ffff;
  z-index: -1;
  transition: 0.5s;
}

.faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link:hover::before {
  width: 100%;
}

.faq_ .faq_in .qa_bl .faq-tabs ul {
  justify-content: center;
}

.faq_ .faq_in .qa_bl .faq-tabs ul li:not(:last-of-type) {
  margin-right: 12px;
}

.faq_ .faq_in .qa_bl .faq-tabs {
  margin-bottom: 45px;
}

/**==8 july 24==**/
.agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_trn {
  background: #fff url(../images/slt_drp.svg) no-repeat right 25px center;
}

.agnd_ .agnd_in .agnd_lst .item .modal .modal-content,
.modal.homepop .modal-content {
  border: 0;
  border-radius: 30px;
  max-width: 390px;
  background: #fff;
}

.modal.homepop .modal-content .popup,
.agnd_ .agnd_in .agnd_lst .item .modal .modal-content .popup {
  border-radius: 30px;
  overflow: hidden;
}

.agnd_ .agnd_in .agnd_lst .item .popup .popup-content strong,
.modal.homepop .modal-content .popup .popup-content strong {
  background-color: #f3934a;
  text-align: center;
  font: 16px / 25px "Poppins-SemiBold";
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  display: block;
}

.agnd_ .agnd_in .agnd_lst .item .popup .popup-content .dateag,
.modal.homepop .modal-content .popup .popup-content .dateag {
  background: url(../images/ag_dt.svg) no-repeat left 0 top 5px;
  padding-left: 33px;
  display: inline-block;
}

.agnd_ .agnd_in .agnd_lst .item .popup .popup-content .slotag,
.modal.homepop .modal-content .popup .popup-content .slotag {
  /* background:url(../images/ag_lk.svg) no-repeat left 0 top 5px;padding-left: 33px; */
  display: inline-block;
  margin-left: 5px;
}

.agnd_ .agnd_in .agnd_lst .item .popup .popup-content,
.modal.homepop .modal-content .popup .popup-content {
  font: 17px / 33px "Heebo-Regular";
  color: #666;
  display: inline-block;
  width: 100%;
}

.agnd_ .agnd_in .agnd_lst .item .popup .popup-content br,
.modal.homepop .modal-content .popup .popup-content br {
  display: none;
}

.agnd_ .agnd_in .agnd_lst .item .popup .popup-content .popdate,
.modal.homepop .modal-content .popup .popup-content .popdate {
  padding: 20px;
}

.agnd_ .agnd_in .agnd_lst .item .bt_blk a,
.hm_pg .agnda .agnda_in .agnd_car .item .bt_blk a {
  width: 100%;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk .toggle-popup,
.hm_pg .agnda .agnda_in .agnd_car .item .md_blk .toggle-popup {
  font: 13px / 18px "Poppins-Medium";
  border-radius: 30px;
  text-transform: uppercase;
  padding: 11.5px 20px;
  transition: all 0.3s ease-in-out;
  background: #f3934a;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 10px auto 0 auto;
  width: fit-content;
  display: block;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk .toggle-popup:hover,
.hm_pg .agnda .agnda_in .agnd_car .item .md_blk .toggle-popup:hover {
  background-color: #000;
  color: #fff;
}

.agnd_ .agnd_in .agnd_lst .item .modal .btn-close,
.modal.homepop .btn-close {
  width: 30px;
  height: 30px;
  background: #f3934a url(../images/vd-cross.svg) no-repeat center;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  top: -60px;
  background-size: 16px;
  right: 0px;
  box-shadow: unset;
}

.agnd_ .agnd_in .agnd_lst .item .modal .btn-close:hover,
.modal.homepop .btn-close:hover {
  background-color: #000;
}

.agnd_ .agnd_in .agnd_lst .item .modal-dialog,
.modal.homepop .modal-dialog {
  justify-content: center;
}

/**===23 july 24===**/
.trng .trng_in .cpny_lg .cpny_car .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

/**===23 july 24===**/

/* 20-11-24 */
.bl_og .bl_og_in .bl_blk .bl_ .txt_ .blg-cnt {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 48px;
}

.agnd_ .agnd_in .agnd_lst .item .md_blk strong span.op-txt,
.hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span.op-txt {
  font-size: 21px;
  line-height: 30px;
}

.hm_pg .usp_ .usp_lst li b::before {
  content: '';
  background: url(../images/li-arw.svg) no-repeat;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
}

.hm_pg .usp_ .usp_lst li:hover b::before {
  background-image: url(../images/li-arw-hov.svg);
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 p {
  width: 100%;
  font: 70px / 77px "Poppins-Bold";
  color: #fff;
  position: relative;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 p span {
  color: #000;
  font: inherit;
  display: inline;
}

.tr_td .tr_td_in .main_blk .main_flex_blk .lft .snd_ .snd_in br,
.tr_td .tr_td_in .snd_ .snd_in .fq_blk br,
.tr_td br,
.tr_td_in {
  display: block;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 {
  position: relative;
  max-width: 492px;
}

.tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 5px;
  background-color: #000;
  width: 100%;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_:not(:last-child) {
  margin-bottom: 28px;
}

footer .ft_md .fl_pers:first-of-type li:first-child img {
  margin-left: 2px;
}

/* 26-11-24 */
header .hd_tp .parent_hd_tp .fr_rch {
  padding-top: 0;

}

/* header .hd_tp .parent_hd_tp .fr_lg {
  padding-top: 0;
}  */
header .hd_tp .parent_hd_tp .fr_lg img {
  vertical-align: sub;
}

.rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header img.ti-platform-icon {
  display: none;
}

/*  */

/* 31-12-24 */
.bl_dt_in ul {
  margin-bottom: 10px;
}

.bl_dt .bl_dt_in .smpr_ {
  margin-bottom: 20px;
}

.bl_dt .bl_dt_in ul {
  margin-bottom: 15px;
}

/*  */
/* 3-1-25 */
.bl_dt h2 {
  font: 40px / 46px "Poppins-Bold";
  margin-bottom: 10px;
}

.bl_dt h3 {
  font: 37px / 44px "Poppins-Bold";
  margin-bottom: 10px;
}

.bl_dt h4 {
  font: 34px / 40px "Poppins-Bold";
  margin-bottom: 10px;
}

.bl_dt h5 {
  font: 30px / 38px "Poppins-Bold";
  margin-bottom: 10px;
}

.bl_dt h6 {
  font: 27px / 34px "Poppins-Bold";
  margin-bottom: 10px;
}



/*  */

/* 13-02-2025 */
.tr_td .tr_td_in .main_blk .main_flex_blk>.rgt .flt_frm.sticky {
  height: auto;
  overflow-y: auto;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .txt_ p>a {
  color: #fff;
}

.rgt .flt_frm p>br {
  display: none;
}

.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .txt_ p>br {
  display: none;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ b {
  display: block;
}

.cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in p>a {
  color: #666;
  margin-right: 30px;
}

/* 22-02-2025 */
.tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
  width: calc(100% - 370px);
}

/* 22-02-2025 end*/
/* 13-02-2025 */
/* 28-04-2025 start */
.cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .inpt.cap .wpcf7-form-control-wrap {
  max-width: 250px;
  width: 100%;
}

footer .ft_md .lg_ li.widget_media_image {
  width: 278px;
}

/* 28-04-2025 end */

/* service-detail page start/ */
*/ .ser-ovr .ser-ovr-flx>.lft {
  width: 20.6%;
  display: flex;
  flex-direction: column;
}

.ser-ovr .ser-ovr-flx>.lft>ul {
  display: block;
  border: unset;
}

.ser-ovr .ser-ovr-flx>.lft>ul li {
  padding: 0;
}

.ser-ovr .ser-ovr-flx>.lft>ul li::before {
  content: none
}

.ser-ovr .ser-ovr-flx>.lft>ul li a {
  border: unset;
}

.ser-ovr {
  padding: 100px 0;
}

.ser-ovr .ser-ovr-flx .lft .cate {
  font: 18px / 25px "Poppins-Bold";
  color: #000;
  text-transform: uppercase;
}

.ser-ovr .ser-ovr-flx>.lft>ul li a {
  border: unset;
  font: 17px / 25px "Heebo-Regular";
  color: #666;
}

.ser-ovr .ser-ovr-flx>.lft>ul {
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 26px;
  margin-top: 20px;
  margin-bottom: 20px;


}

.ser-ovr .ser-ovr-flx>.lft>ul li a {
  padding: 17px 25px;
  border-bottom: 1px solid #ccc;
}

.ser-ovr .ser-ovr-flx>.lft>ul li a.active {
  background-color: #f3934a;
  color: #fff;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt {
  background-color: #000;
  border-radius: 15px;
  padding: 35px 25px;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt * {
  color: #fff;
  text-align: center;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt b {
  font: 17px / 25px "Poppins-Light";
  display: block;

}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt b {
  font: 11px / 25px "Poppins-Light";
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt strong {
  font: 25px / 30px "Poppins-Bold";
  display: block;
  text-transform: uppercase;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt a.whi_ {
  font: 12px / 20px 'Poppins-Medium';
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 10px 26px;
  border-radius: 50px;
  letter-spacing: 1.1px;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 15px;
  border: 1px solid #fff;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt a.whi_:hover {
  color: #fff;
  background-color: #000;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt b {
  margin-bottom: 10px;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt {
  background-color: #000;
  border-radius: 15px 15px 0 0;
  padding: 30px 25px 30px;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt strong:last-of-type {
  margin-top: 10px;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .img_ img {
  width: 100%;
  max-width: 100%;
  height: 273px;
  border-radius: 0 0 10px 10px;
  object-fit: cover;
}

.ser-ovr .ser-ovr-flx {
  display: flex;
  align-items: start;
}

.ser-ovr .ser-ovr-flx>.ryt {
  width: 79.5%;
  padding-left: 70px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img img {
  width: 100% !important;
  max-width: 100% !important;
  height: 555px !important;
  object-fit: cover;
  border-radius: 20px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx {
  display: flex;
  margin-top: 20px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img {
  width: 32%;
  height: 258px;
  object-fit: cover;
  border-radius: 15px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img:not(:last-child) {
  margin-right: 20px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx {
  display: flex;
  padding: 74px 0;
  align-items: center;
  align-items: center;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .lft {
  width: 52.5%;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .lft strong {
  font: 18px / 30px "Poppins-SemiBold";
  color: #000;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .ryt img {
  max-width: 456px;
  width: 100%;
  height: 440px;
  border-radius: 10px;
  object-fit: cover;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .ryt {
  width: 45.6%;
  margin-left: 21px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .lft p {
  padding-top: 15px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box .faq-hd strong {
  font: 18px / 29px "Poppins-Medium";
  color: #000;
  position: relative;
  padding: 0;
  display: block;
  transition: all 0.3s ease-in;
  padding-right: 25px;
}

.ser-ovr .ser-ovr-flx>.ryt .tab-content .top-img-cnt {
  padding-top: 38px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box .faq-hd {
  background: #fff;
  padding: 9px 23px 9px 22px;
  border-radius: 10px;
  border: 2px solid #000;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box .faq-cnt {
  padding: 18px 29px 18px 20px;
  display: none;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box .faq-hd strong:after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box.tog .faq-hd strong:after {
  top: 10px;
  transform: rotate(135deg);
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box.tog .faq-hd {
  background-color: #000;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box.tog .faq-hd strong {
  color: #fff;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box.tog .faq-cnt {
  display: block;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser h2 {
  font: 29.76px / 51px "Poppins-Bold";
}

.ser-ovr .ser-ovr-flx>.ryt .tab-content .top-img-cnt .faq-cnt p {
  padding: 0;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser h2 {
  margin-bottom: 20px;
}

.ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box:not(:last-of-type) {
  margin-bottom: 15px;
}

/* service-detail page end */
/* service-overview */
.ser-ovrview .top-cnt {
  text-align: center;
  max-width: 635px;
  margin: auto;
  padding-bottom: 75px;
}

.ser-ovrview .ser-inr-flx {
  display: flex;
  align-items: center;
}

.ser-ovrview .ser-inr-flx .lft {
  width: 46.5%;
}

.ser-ovrview .ser-inr-flx .ryt {
  width: 50%;
}

.ser-ovrview .ser-inr-flx .lft .img img {
  max-width: 625px !important;
  border-radius: 30px;
  object-fit: cover;
  height: 410px !important;
  transition: .5s ease-in-out;
  width: 100%;
  display: block;
}

.ser-ovrview .ser-inr-flx .ryt strong {
  font: 45px / 53px "Poppins-Bold";
}


.ser-ovrview .ser-inr-flx .ryt strong {
  font: 35px / 46px "Poppins-Bold";
  color: #000;
  text-transform: uppercase;
  display: inline;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ser-ovrview .ser-inr-flx .ryt .big-txt {
  font: 280px / 285px "Poppins-Bold";
  color: #fef9f6;
}

.ser-ovrview .ser-inr-flx .ryt .big-txt {
  top: -84px;
  right: 0;
  font: 280px / 285px "Poppins-Bold";
  color: #fef9f6;
  position: absolute;
  z-index: -1;
}

.ser-ovrview .ser-inr-flx .ryt {
  width: 53.5%;
  position: relative;
  padding-left: 79px;
}

.ser-ovrview .ser-inr-flx .ryt p {
  padding-top: 15px;
}

.ser-ovrview .ser-inr-flx .ryt a.srv-ovr {
  font: 16px / 24px "Poppins-Medium";
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #000;
  padding: 12px 24px;
  border-radius: 50px;
  margin-top: 33px;
  transition: .5s ease;
}

.ser-ovrview .ser-inr-flx:nth-child(odd) {
  flex-direction: row-reverse;
}

.ser-ovrview .ser-inr-flx:nth-child(odd) .ryt {
  padding-right: 79px;
  padding-left: 0;
}

.ser-ovrview .ser-inr-flx:not(:last-of-type) {
  padding-bottom: 100px;
}

.ser-ovrview .ser-inr-flx:nth-child(odd) .ryt .big-txt {
  left: 0;
}

.ser-ovrview .ser-inr-flx .ryt a.srv-ovr:hover {
  background: #000;
  color: #fff;
}

.ser-ovrview {
  padding: 100px 0;
}

.ser-ovrview .top-cnt p {
  margin: 20px 0 0;
}

.ser-ovrview .ser-inr-flx .lft .img {
  overflow: hidden;
  border-radius: 30px;
}

.ser-ovrview .ser-inr-flx:hover .img img {
  transform: scale(1.3);
}

.ser-ovr .ser-ovr-flx>.ryt .tab-content .top-img-cnt p {
  padding-top: 15px;
}

.ser-ovr .ser-ovr-flx>.ryt .tab-content .top-img-cnt ul {
  margin: 15px 0;
}

/* service-overview end*/

/* 22-05-25 */
.ser-ovr .ser-ovr-flx>.lft>ul li a {
  border-radius: unset;
}

.ser-ovr .ser-ovr-flx>.lft>ul li a {
  transition: 0.5s ease-in-out;
}

.ser-ovr .ser-ovr-flx>.lft>ul li a:hover {
  background-color: #f3934a;
  color: #fff;
}

.ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt a.whi_ {
  transition: 0.5s ease-in-out;
}

/* 22-05-25 */
/* 11-06-2025 */
.bl_dt.blgDet h1 {
  font: 31px / 43px "Poppins-Bold" !important;
  margin-bottom: 5px;
}

.bl_dt.blgDet h2 {
  font: 22px / 30px "Poppins-Bold" !important;
  margin-bottom: 5px;
}

.bl_dt.blgDet h3 {
  font: 21px / 27px "Poppins-Bold" !important;
  margin-bottom: 5px;
}

.bl_dt.blgDet h4 {
  font: 20px / 25px "Poppins-Bold" !important;
  margin-bottom: 5px;
}

.bl_dt.blgDet h5 {
  font: 19px / 24px "Poppins-Bold" !important;
  margin-bottom: 5px;
}

.bl_dt.blgDet h6 {
  font: 18px / 23px "Poppins-Bold" !important;
  margin-bottom: 5px;
}

/* 11-05-2025 end */

/* 24-10-25 */
.j_detail {
  padding: 90px 0px;
}

.j_detail b {
  font: 23px/28px Poppins-SemiBold;
  padding-bottom: 10px;
  color: #000000;
}

.j_detail p {
  font: 17px/25px Heebo-Regular;
  color: #666666;
  padding-bottom: 15px;
}

.j_detail li {
  font: 17px/24px Heebo-Regular;
  padding: 0px 5px 12px 15px;
  position: relative;
  color: #666666;
}

.j_detail li:before {
  content: none;
}

.j_detail li::after {
  content: url("../images/li.svg");
  position: absolute;
  width: 10px;
  height: 12px;
  left: 0px;
  top: 0px;
}

br {
  display: none;
}

.j_detail .j_banner .jbanner_img {
  padding-bottom: 35px;
}

.j_detail .j_banner .jbanner_img img {
  width: 100%;
  height: 608px !important;
  max-width: unset !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.j_detail .j_naam .naam_content h1 {
  font: 45px/50px Poppins-Bold;
  padding-bottom: 10px;
}

.j_detail .j_naam .naam_content ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.j_detail .j_naam .naam_content ul li {
  font: 17px/25px Heebo-Regular;
  width: 50%;
}

.j_detail .j_naam .naam_content ul li::before {
  content: none;
}

.j_detail .j_naam .naam_content strong {
  font: 20px/25px Poppins-SemiBold;
  padding-bottom: 10px;
  color: #000000;
}

.j_detail .j_naam .naam_content strong~p {
  padding-bottom: 25px;
}

.j_detail .j_naam .naam_content .nam_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 55px;
}

.j_detail .j_naam .naam_content .nam_flex .nam_text {
  width: 53.2%;
  padding-right: 60px;
}

.j_detail .j_naam .naam_content .nam_flex .nam_text b+p {
  font-family: Heebo-SemiBold;
}

.j_detail .j_naam .naam_content .nam_flex .nam_text p:not(:last-child) {
  padding-bottom: 25px;
}

.j_detail .j_naam .naam_content .nam_flex .nam_img {
  width: 46.8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.j_detail .j_naam .naam_content .nam_flex .nam_img img {
  width: 48.4%;
  height: 385px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.j_detail .mae_main {
  background-color: #f7f7f7;
  padding: 70px 0px;
}

.j_detail .mae_main .mae_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.j_detail .mae_main .mae_flex .mae_image {
  width: 46.9%;
}

.j_detail .mae_main .mae_flex .mae_image img {
  width: 100%;
  height: 386px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.j_detail .mae_main .mae_flex .mae_text {
  width: 53.1%;
  padding-left: 50px;
}

.j_detail .mae_main .mae_flex .mae_text strong {
  font: 18px/25px Poppins-SemiBold;
  padding-bottom: 10px;
  color: #000000;
}

.viva b {
  color: #212529;
}

.j_detail .viva_main {
  padding-top: 65px;
}

.j_detail .viva_main .viva {
  padding-bottom: 15px;
}


.j_detail .viva_main .file_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.j_detail .viva_main .file_flex .left {
  width: 58.9%;
  padding-right: 55px;
}

.j_detail .viva_main .file_flex .right {
  width: 41.1%;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 34px 40px;
}

.j_detail .viva_main .file_flex .right strong {
  font: 35px/42px Poppins-Bold;
  padding-bottom: 15px;
  color: #000000;
}

.j_detail .viva_main .file_flex .right strong a {
  color: #f3934a;
}

.j_detail .viva_main .file_flex .right label {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.j_detail .viva_main .file_flex .right label:last-of-type {
  display: flex;
}

.file_u+label input+span {
  font: 17px/22px Heebo-Regular;
  color: #666666;
  padding: unset;
}

.j_detail .viva_main .file_flex .right label input {
  border: 1px solid #e5e5e5;
  padding: 13px 25px;
  border-radius: 30px;
  font: 16px/22px Heebo-Light;
  color: #000000;
}

.j_detail .viva_main .file_flex .right label input::-moz-placeholder {
  font: 16px/22px Heebo-Light;
  color: #000000;
}

.j_detail .viva_main .file_flex .right label input::placeholder {
  font: 16px/22px Heebo-Light;
  color: #000000;
}

.j_detail .viva_main .file_flex .right .inp_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.j_detail .viva_main .file_flex .right .inp_flex label {
  width: 47.8%;
}

.j_detail .viva_main .file_flex .right .file_u label {
  border-radius: 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}

.j_detail .viva_main .file_flex .right .file_u label input {
  border: unset;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  padding: unset;

}

.file_u {
  position: relative;
  background-color: rgba(243, 147, 74, 0.05);
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 12px 0px;
}

.file_u label {
  margin-bottom: unset !important;
}

.j_detail .viva_main .file_flex .right .file_u .up_cont {
  text-align: center;
  width: 100%;
}

.j_detail .viva_main .file_flex .right .file_u .up_cont a {
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #f3934a;
  color: #fff;
  font: 14px/20px Poppins-Medium;
  letter-spacing: 2px;
}

.j_detail .viva_main .file_flex .right .file_u .up_cont img {
  width: 100%;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.j_detail .viva_main .file_flex .right .file_u .up_cont b {
  width: 100%;
  max-width: 100px;
  display: block;
  margin: 0px auto;
  font: 15px/22px Poppins-SemiBold;
  color: #666666;
  padding-bottom: 5px;
}

.j_detail .viva_main .file_flex .right .file_u.filled label {
  height: 145px;
}

.j_detail .viva_main .file_flex .right .file_u.filled label span {
  width: 100%;
}

.j_detail .viva_main .file_flex .right .file_u.filled label span input[type=file] {
  opacity: 1;
  background-color: transparent;
}

.j_detail .viva_main .file_flex .right .file_u.filled label .up_cont {
  display: none;
}

.j_detail .viva_main .file_flex .right input[type=checkbox] {
  margin: unset;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.j_detail .viva_main .file_flex .right input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}

.j_detail .viva_main .file_flex .right input[type=checkbox]:checked {
  background-color: #f3934a;
}

.j_detail .viva_main .file_flex .right .button {
  width: 100%;
  border: 1px solid #2a2a2a;
  border-radius: 30px;
  padding: 13px 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 16px/21px Poppins-Medium;
  color: #000000;
  transition: 0.5s ease-in-out;
}

.j_detail .viva_main .file_flex .right .button:hover {
  color: #fff;
  background-color: #f3934a;
  border-color: transparent;
}

.ser-ovrview.job_over {
  padding: unset;
}

.ser-ovrview.job_over .j_o .ser-inr-flx {
  flex-wrap: wrap;
  position: relative;
}

.ser-ovrview.job_over .j_o {
  padding: 90px 0px;
}

.ser-ovrview.job_over .j_o .lft .img img {
  height: 450px !important;
  max-width: unset !important;
}

.ser-ovrview.job_over .j_o .ryt .j_icon {
  height: 60px;
  width: 60px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.ser-ovrview.job_over .j_o .ryt .j_icon img {
  width: 32px;
  height: 26px;
  object-fit: contain;
}

.ser-ovrview.job_over .j_o .ryt a.srv-ovr {
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.ser-ovrview.job_over .j_o .ryt a.srv-ovr:hover {
  color: #fff;
}

.ser-ovrview.job_over .j_o .ryt strong {
  font-size: 45px;
  line-height: 52px;
}

.ser-ovrview.job_over .j_o:nth-child(even) {
  background-color: #f4f4f4;
}

.ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx {
  flex-direction: row-reverse;
}

.ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
  padding-right: 79px;
  padding-left: 0;
}

.ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx {
  flex-direction: row;
}

.ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
  padding-left: 79px;
  padding-right: 0px;
}

.ser-ovrview.job_over .j_o .ser-inr-flx .ryt a.srv-ovr {
  padding: 12px 30px;
}

/* 24-10-25 */

/* 27-10-25 */

.tr_td .tr_td_in .snd_ .snd_in b,
.tr_td .tr_td_in .snd_ .snd_in strong {
  font: 18px / 24px "Poppins-Bold" !important;
  color: #000;
}

.tr_td .tr_td_in .snd_ .snd_in p:has(strong),
.tr_td .tr_td_in .snd_ .snd_in p:has(b) {
  margin-bottom: 10px !important;
}

.h_tag h1 {
  font: 45px / 53px "Poppins-Bold";
}

.h_tag h2 {
  font: 40px / 48px "Poppins-Bold";
  margin-bottom: 15px;
}

.h_tag h3 {
  font: 36px / 43px "Poppins-Bold";
}

.h_tag h4 {
  font: 32px / 40px "Poppins-Bold";
}

.h_tag h5 {
  font: 28px / 37px "Poppins-Bold";
  margin-bottom: 15px;
}

.h_tag h6 {
  font: 24px / 32px "Poppins-Bold";
  margin-bottom: 15px;
}

.tr_td .tr_td_in .snd_ .snd_in .gal_tw {
  margin: 40px 0 50px;
}

/* 27-10-25 */

/* 28-10-25 */


.j_detail .viva_main .file_flex .right .file_u label>span {
  width: 100%;
  height: inherit;
  position: relative;
}

.j_detail .viva_main .file_flex .right label span {
  width: 100%;
}

.j_detail .viva_main .file_flex .right label span {
  position: relative;

}

.j_detail .viva_main .file_flex .right label>span span.wpcf7-not-valid-tip {
  left: 20px;
  bottom: -10px;
  font: 15px/20px Heebo-Regular;
}

.j_detail .viva_main .file_flex .right label label {
  margin-bottom: unset;
}

.uploaded-file-name {
  padding-bottom: unset !important;
  padding-top: 5px;
}



.file_u+label input+span a {
  color: #f3934a;
}

.file_u>label input+span {
  bottom: -15px !important;
  text-align: start;
  position: absolute !important;
}

.j_detail p:has(b, strong) {
  padding-bottom: unset !important;
  color: unset;
}

.nam_text p:nth-child(2) {
  font-family: Heebo-Semibold;
}

/* 28-10-25 */

/* 29-10-25 */
.file_u:has(.wpcf7-not-valid) {
  margin-bottom: 35px;
}

.brd_crm_in {
  overflow-x: auto;
  white-space: nowrap;
  padding: 17px 0;
}

.brd_crm_in::-webkit-scrollbar {
  background-color: transparent;
  height: 3px;
}

.brd_crm_in::-webkit-scrollbar-thumb {
  background-color: #f3934a;
  border-radius: 10px;
}

.brd_crm_in::-webkit-scrollbar-track {
  background-color: transparent;
}

.bg_lg.bur_logo>a {
  display: none;
}

/* 29-10-25 */

/* 01-11-25 */
.ser-ovrview.job_over .j_o .ser-inr-flx>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.ser-ovrview.job_over .j_o .ser-inr-flx .ryt a.srv-ovr {
    position: relative;
    z-index: 2;
}
/* 01-11-25 */

/* ---------- Responsive Starts ---------- */

/* 12-02-2025 */
@media screen and (max-width: 1850px) {
  .tr_td .tr_td_in .main_blk .main_flex_blk>.rgt .flt_frm.sticky {
    height: calc(100vh - 30px);
    overflow-y: auto;
  }
}

/* 12-02-2025 */

@media screen and (max-width: 1650px) {
  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul {
    left: -100px;
  }
}

@media screen and (max-width: 1600px) {

  .hm_pg .agnda .agnda_in .agnd_car .owl-nav,
  .tr_td .tr_td_in .trng .fr_tr .owl-nav {
    margin-top: 20px;
    width: 100%;
  }

  .hm_pg .agnda .agnda_in .agnd_car .owl-nav button,
  .tr_td .tr_td_in .trng .fr_tr .owl-nav button {
    position: relative;
    transform: unset;
    top: unset;
  }

  .hm_pg .agnda .agnda_in .agnd_car .owl-nav button:not(:last-child),
  .tr_td .tr_td_in .trng .fr_tr .owl-nav button:not(:last-child) {
    margin-right: 10px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .owl-nav button.owl-prev,
  .tr_td .tr_td_in .trng .fr_tr .owl-nav button.owl-prev {
    left: unset;
  }

  .hm_pg .agnda .agnda_in .agnd_car .owl-nav button.owl-next,
  .tr_td .tr_td_in .trng .fr_tr .owl-nav button.owl-next {
    right: unset;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 15px;
    display: flex;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }

  /* 22.02.2025 */
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk {
    padding: 0px 0 1px 38px;
  }

  /* 22-02-2025 end */
}

@media screen and (max-width: 1400px) {
  .container {
    padding: 0 10px;
  }

  header .hd_btm ul li:not(:last-child) {
    padding-right: 50px;
  }

  header .hd_btm ul li:not(:first-child) {
    padding-left: 50px;
  }

  .hm_pg .usp_ .usp_lst li b {
    font-size: 17px;
  }

  .bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
    margin-right: 26px;
  }

  .rvw {
    padding-bottom: 80px;
  }

  /**==2 july 24==**/
  .hm_pg .usp_ .container {
    padding: 0;
  }

  /**==2 july 24==**/

  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .bnr_img {
    height: 910px;
  }

  /* ---------- 3.7.24 ---------- */

  /* 20-11-24 */
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk {
    padding-left: 20px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    padding-right: 20px;
  }

  /*  */
  /* 22-02-2025 */
  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    padding: 13.5px 40px;
  }

  header .hd_tp .parent_hd_tp .fr_lg img {
    height: 74px !important;
  }

  header .hd_tp .parent_hd_tp .fr_rch::before {
    width: 118px;
    height: 98px;
    border: 0;
    background-size: 104px;
  }

  .bl_dt h1 {
    font-size: 36px !important;
    ;
    line-height: 42px !important;
    ;
  }

  .bl_dt h2 {
    font-size: 26px !important;
    ;
    line-height: 34px !important;
    ;
  }

  .bl_dt h3 {
    font-size: 24px !important;
    ;
    line-height: 32px !important;
    ;
  }

  /* 22-02-2025 end  */

  /* 29-10-25 */
  .j_detail .j_naam .naam_content .nam_flex .nam_img {
    gap: 19px;
  }

  /* 29-10-25 */
}

@media screen and (max-width: 1350px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ser-ovrview .ser-inr-flx .ryt strong,
  .ser-ovrview.job_over .j_o .ryt strong {
    font-size: 40px;
    line-height: 48px;
  }

  /* header .hd_btm ul li:not(:first-child) {
    padding-left: 60px;
  }
  .hm_pg .usp_ .usp_lst li:not(:first-child) {
    padding-left: 30px;
  }
  .hm_pg .usp_ .usp_lst li:not(:last-child) {
    padding-right: 30px;
  } */
  .hm_pg .van_inst .van_inst_in .rgt_blk a {
    margin-bottom: 30px;
  }

  .trng .trng_in .fr_tr li:not(:nth-child(3n)),
  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
    margin-right: 20px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul {
    padding: 28px 34px 28px 20px;
  }

  /* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong {
    padding-left: 25px;
  } */
  .hm_pg .meest_blk .meest_in .rgt>p {
    margin-bottom: 30px;
  }

  /* .hm_pg .flx_blk b {
    font-size: 18px;
  } */
  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a {
    padding: 11.5px 33px;
  }

  .hm_pg .meest_blk .meest_in .rgt {
    width: 50%;
  }

  /* .hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 15px;
    display: flex;
  } */
  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul li:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 90px;
    line-height: 98px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 840px;
  }

  .hm_pg .ban_ .ban_car .owl-nav button {
    min-width: 60px;
    height: 60px;
  }

  .hm_pg .van_inst {
    padding: 70px 0 170px;
  }

  .hm_pg .trng .trng_in {
    padding: 160px 0 80px;
  }

  .hm_pg .ont_wik {
    padding: 80px 0;
  }

  .hm_pg .agnda {
    padding: 70px 0 80px;
  }

  .hm_pg .meest_blk {
    margin-bottom: 80px;
    padding-top: 70px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p:not(:last-of-type) {
    margin-bottom: 35px;
  }

  footer .ft_tp .tp_cnt .txt_ {
    margin-bottom: 30px;
  }

  footer .ft_tp .tp_cnt .txt_ strong {
    font-size: 42px;
  }

  footer .ft_md {
    padding: 30px 30px 35px 30px;
  }

  footer .ft_md .fl_pers .img_ {
    width: 400px;
  }

  footer .ft_tp .tp_cnt .fr_lnk .textwidget {
    display: block;
  }

  footer .ft_tp .tp_cnt .fr_lnk a {
    margin-top: 15px;
    margin-left: 0;
  }

  footer .ft_md .fl_pers .widget_text {
    right: 0px;
    top: 30px;
  }

  footer .ft_md .fl_pers .img_ img {
    height: 460px !important;
    /* margin-bottom: 0px; */
    /* object-position: center right; */
  }

  footer .ft_md .fl_pers:first-of-type li:first-child img {
    object-position: center right;
  }

  footer .ft_btm {
    padding: 20px 0;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body p {
    margin-bottom: 25px;
  }

  .faq_ .faq_in .vrag_,
  .bl_dt .bl_dt_in,
  .agnd_ .agnd_in {
    padding: 90px 0;
  }

  .faq_ .faq_in .vrag_ .rgt_ {
    padding: 0;
  }

  .faq_ .faq_in .qa_bl {
    padding: 85px 0;
  }

  .faq_ .faq_in .qa_bl .tp_bl {
    margin-bottom: 35px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .txt_ {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .txt_ b {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ img {
    height: 535px !important;
  }

  .pg_ntn li:not(:last-child) {
    margin-right: 5px;
  }

  .cnt_ .cnt_in .tp_blk,
  .cnt_ .cnt_in .bt_blk {
    padding: 80px 0;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ {
    margin-bottom: 20px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    padding: 25px 10px 17px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 90px 0;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 80px 0 120px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ h1 {
    margin-bottom: 9px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ p {
    margin-bottom: 15px;
  }

  /* .tr_ov .tr_ov_in .tp_blk .txt_ b {
    margin-bottom: 9px;
  } */
  .tr_ov .tr_ov_in .tp_blk .txt_ ul {
    margin-bottom: 25px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ img {
    height: 510px;
  }

  .bl_dt .bl_dt_in .fl_img {
    margin-bottom: 25px;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 530px !important;
  }

  .bl_dt .bl_dt_in .sagt_ h1 {
    margin-bottom: 16px;
  }

  .bl_dt .bl_dt_in .sagt_ p:not(:last-of-type),
  .bl_dt .bl_dt_in .sed_ .txt_ p:not(:last-of-type),
  .bl_dt .bl_dt_in .smpr_ p:not(:last-of-type) {
    margin-bottom: 17px;
  }

  .bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
    margin-right: 23px;
  }

  .bl_dt .bl_dt_in .glry {
    margin-bottom: 35px;
  }

  .bl_dt .bl_dt_in .sed_ {
    margin-bottom: 55px;
  }

  .agnd_ .agnd_in .hd_ {
    margin-bottom: 35px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 28px 20px;
  }

  /* .agnd_ .agnd_in .agnd_lst .item .md_blk strong {
    padding-left: 30px;
  } */
  .tr_td .tr_td_in .prim_ {
    padding: 140px 0 150px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 75px;
    line-height: 85px;
  }

  .tr_td .tr_td_in .snd_ .snd_in p:not(:last-of-type),
  .tr_td .tr_td_in .snd_ .snd_in ul:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on img {
    height: 400px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on {
    margin-bottom: 40px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ img {
    height: 310px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk {
    margin: 35px 0 60px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ {
    padding: 90px 0 65px 110px;
  }

  .tr_td .tr_td_in .trt_ .lft_ {
    width: 10%;
  }

  .tr_td .tr_td_in .trt_ .rgt_ {
    width: 90%;
  }

  .tr_td .tr_td_in .trng .trng_in {
    padding: 80px 0;
  }

  .abt_us .abt_us_in .lcte {
    margin-bottom: 80px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 85px 0;
  }

  .abt_us .abt_us_in .onze {
    padding: 70px 0;
    margin-bottom: 85px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li {
    padding: 0 30px;
  }

  .rvw {
    padding-bottom: 70px;
    flex-direction: column;
  }

  .rvw .txt {
    max-width: 900px;
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
  }

  .rvw .txt h6 {
    margin-bottom: 8px;
  }

  .rvw .car_rvw {
    width: 100%;
  }

  /**==2 july 24==**/
  .hm_pg .usp_ .usp_lst li {
    padding: 30px 24px 30px 24px;
    width: 25%;
  }

  /**==2 july 24==**/

  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .bnr_img {
    height: 890px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    top: 4.5%;
  }

  /* ---------- 3.7.24 ---------- */

  /* 20-11-24 */

  /*  */
  /* 24-10-25 */
  .j_detail {
    padding: 70px 0px;
  }

  .j_detail .j_banner .jbanner_img {
    padding-bottom: 25px;
  }

  .j_detail .j_naam .naam_content strong~p {
    padding-bottom: 20px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.3%;
    height: 385px;
  }

  .j_detail .j_naam .naam_content .nam_flex {
    padding-bottom: 45px;
  }

  .j_detail .mae_main {
    padding: 50px 0px;
  }

  .j_detail .viva_main {
    padding-top: 45px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex label {
    width: 47.7%;
  }

  .j_detail .viva_main .file_flex .right {
    padding: 34px;
  }

  .ser-ovrview.job_over .j_o {
    padding: 60px 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
    padding-left: 60px;
    padding-right: 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
    padding-right: 60px;
    padding-left: 0;
  }

  /* 24-10-25 */
}

@media screen and (max-width: 1300px) {

  /**==2 july 24==**/
  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 266px;
  }

  header .hd_tp .parent_hd_tp .fr_lg a {
    width: 100% !important;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    width: calc(100% - 266px);
    margin-left: 73px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li:not(:last-child) {
    padding-right: 14px;
    margin-right: 14px;
  }

  /**==2 july 24==**/
  /**==12 july 24==**/
  .agnd_ .agnd_in .agnd_lst .item .md_blk .ag-prijs,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .ag-prijs {
    width: 45%;
    text-align: center;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul {
    width: 55%;
  }

  /**==12 july 24==**/


  /* 20-11-24 */
  .hm_pg .usp_ .usp_lst li {
    padding: 20px;
  }

  /*  */
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk {
    max-width: 324px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    padding-right: 19px;
  }

  /* .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk{padding-left: 20px;} */
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk {
    padding-left: 20px;
  }

  /* 22-02-2025 */
  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    padding: 13.5px 34px;
  }

  header .hd_tp .parent_hd_tp .fr_rch>a {
    margin-left: 10px;
  }

  /* 22-02-2025 end */

  /* 22-5-25 */
  header .hd_btm ul li:not(:first-child) {
    padding-left: 55px;
  }

  header .hd_btm ul li:not(:last-child) {
    padding-right: 55px;
  }

  .bl_dt.blgDet h1 {
    font-size: 30px !important;
    ;
    line-height: 39px !important;
    ;
  }

  /*  */
  /* 24-10-25 */
  .j_detail .j_naam .naam_content h1 {
    font-size: 43px;
    line-height: 50px;
  }

  .j_detail .j_banner .jbanner_img img {
    height: 580px !important;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img {
    width: 46.8%;
    gap: 18px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text p:not(:last-child) {
    padding-bottom: 20px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex {
    gap: 19px;
  }

  .j_detail .viva_main .file_flex .right input[type=checkbox] {
    margin-right: 10px;
  }

  .j_detail .viva_main .file_flex .right {
    padding: 25px;
  }

  .file_u+label input+span {
    font-size: 16px;
    line-height: 21px;
    width: calc(100% - 30px);
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
    padding-left: 50px;
    padding-right: 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
    padding-right: 50px;
    padding-left: 0;
  }

  .ser-ovrview.job_over .j_o {
    padding: 50px 0px;
  }

  /* 24-10-25 */

  /* 27-10 */
  .h_tag h1 {
    font: 40px / 47px "Poppins-Bold";
  }

  .h_tag h2 {
    font: 35px / 45px "Poppins-Bold";
  }

  .h_tag h3 {
    font: 32px / 40px "Poppins-Bold";
  }

  .h_tag h4 {
    font: 29px / 37px "Poppins-Bold";
  }

  .h_tag h5 {
    font: 25px / 31px "Poppins-Bold";
  }

  .h_tag h6 {
    font: 22px / 25px "Poppins-Bold";
  }
}

@media screen and (max-width: 1200px) {
  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 264px;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    width: calc(100% - 264px);
    margin-left: 92px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .txt_blk p {
    font-size: 18px;
    line-height: 25px;
  }

  header .hd_btm ul li:not(:last-child) {
    padding-right: 40px;
  }

  header .hd_btm ul li:not(:first-child) {
    padding-left: 40px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 86px;
    line-height: 93px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a {
    padding: 13.5px 40px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 800px;
  }

  /* .hm_pg .usp_ .usp_lst li {
    padding: 30px 0 20px 0;
  } */
  .hm_pg .usp_ .usp_lst li b span {
    min-width: 30px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ser-ovrview .ser-inr-flx .ryt strong,
  .ser-ovrview.job_over .j_o .ryt strong {
    font-size: 36px;
    line-height: 42px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk>p {
    margin-bottom: 15px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk {
    width: 50%;
  }

  .trng .trng_in .fr_tr li:not(:nth-child(3n)),
  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
    margin-right: 18px;
  }

  .trng .trng_in .fr_tr li .img_ img {
    height: 360px !important;
  }

  .trng .trng_in .hd_ p {
    margin-bottom: 35px;
  }

  .hm_pg .trng .trng_in {
    padding: 160px 0 70px;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
    height: 490px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft ul {
    margin-bottom: 25px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .hd_blk b,
  .agnd_ .agnd_in .agnd_lst .item .hd_blk b {
    font-size: 18px;
    line-height: 25px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .hd_blk,
  .agnd_ .agnd_in .agnd_lst .item .hd_blk {
    padding: 25px 10px 22px 30px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul {
    padding: 25px 34px 25px 20px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 25px 20px 25px 20px;

  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li,
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li {
    font-size: 15px;
    line-height: 34px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span,
  .agnd_ .agnd_in .agnd_lst .item .md_blk strong span {
    font-size: 27px;
  }

  /* .hm_pg .agnda .agnda_in .agnd_car .item .bt_blk strong, .agnd_ .agnd_in .agnd_lst .item .bt_blk strong {
    padding: 15px 0;
  } */
  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a {
    padding: 8px 12px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk .fr_tx b {
    margin-bottom: 3px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk {
    padding: 18px 15px 17px 15px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .img_ img {
    height: 500px;
  }

  .hm_pg .meest_blk .meest_in .lft h5 {
    margin-bottom: 30px;
  }

  .fq_blk .fq_bx .fq_hd strong,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header a {
    font-size: 16px;
    line-height: 24px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header a::after,
  .fq_blk .fq_bx .fq_hd strong::after {
    top: 4px;
  }

  .fq_blk .fq_bx.active .fq_hd strong::after,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card.ea-expand .ea-header a::after {
    top: 10px;
  }

  .fq_blk .fq_bx .fq_txt {
    padding: 10px 10px 10px 22px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-body {
    padding: 10px 10px 10px 22px;
  }

  footer .ft_tp .tp_cnt .txt_ {
    margin-bottom: 20px;
  }

  footer .ft_tp {
    padding: 45px 0;
  }

  footer .ft_tp .tp_cnt .fr_lnk a {
    padding: 11.5px 35px;
  }

  footer .ft_md .lg_ li.widget_media_image img {
    height: 50px !important;
  }

  footer .ft_md .lg_ li.widget_media_image {
    margin-bottom: 20px;
    width: 250px;
  }

  footer .ft_md .fl_pers .img_ {
    width: 380px;
  }

  footer .ft_md .lg_ p {
    max-width: 285px;
    margin-bottom: 15px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    padding: 30px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button {
    padding: 11.5px 40px;
  }

  .prv_plc_ .prv_plc_in,
  .bl_og .bl_og_in {
    padding: 65px 0;
  }

  .faq_ .faq_in .vrag_,
  .bl_dt .bl_dt_in,
  .agnd_ .agnd_in,
  .tr_td .tr_td_in .snd_ {
    padding: 80px 0;
  }

  .faq_ .faq_in .vrag_ .rgt_ h1 {
    margin-bottom: 12px;
  }

  .faq_ .faq_in .vrag_ .rgt_ p:not(:last-of-type) {
    margin-bottom: 13px;
  }

  .faq_ .faq_in .vrag_ .lft_ img {
    height: 380px;
  }

  .faq_ .faq_in .qa_bl {
    padding: 75px 0;
  }

  .faq_ .faq_in .qa_bl .tp_bl {
    margin-bottom: 30px;
  }

  /* .bl_og .bl_og_in .hd_ h1 {
    margin-bottom: 9px;
  } */
  .bl_og .bl_og_in .hd_ {
    margin-bottom: 25px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ img {
    height: 520px !important;
  }

  .bl_og .bl_og_in .bl_blk {
    margin-bottom: 20px;
  }

  .cnt_ .cnt_in .tp_blk,
  .cnt_ .cnt_in .bt_blk {
    padding: 75px 0;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .inc_ {
    height: 55px;
    min-width: 55px;
    margin-right: 10px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ b {
    font-size: 18px;
    line-height: 28px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ p {
    font-size: 16px;
  }

  .cnt_ .cnt_in .tp_blk .hd_ h1,
  .cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ .hd_ h2 {
    margin-bottom: 10px;
  }

  .cnt_ .cnt_in .tp_blk .hd_ {
    margin-bottom: 28px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ .hd_ {
    margin-bottom: 16px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 520px;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 515px !important;
  }

  .bl_dt .bl_dt_in .sagt_ .dt_tm {
    padding: 6px 15px;
  }

  .bl_dt .bl_dt_in .sagt_ h1 {
    margin-bottom: 11px;
  }

  .bl_dt .bl_dt_in b,
  .bl_dt .bl_dt_in .sagt_ .sgn_ strong {
    font-size: 17px;
  }

  .bl_dt .bl_dt_in .sagt_ .sgn_ {
    padding: 23px 50px 23px 27px;
    margin-bottom: 30px;
  }

  .bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
    margin-right: 20px;
  }

  .bl_dt .bl_dt_in .glry .img_ img {
    height: 320px;
  }

  .bl_dt .bl_dt_in .smpr_ {
    margin-bottom: 35px;
  }

  .agnd_ .agnd_in .agnd_lst .item {
    margin-bottom: 20px;
  }

  .agnd_ .agnd_in .agnd_lst .item:not(:nth-child(3n)) {
    margin-right: 18px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt {
    max-width: 530px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 70px;
    line-height: 80px;
  }

  .tr_td .tr_td_in .prim_ {
    padding: 120px 0 130px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt b {
    font-size: 17px;
    line-height: 25px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt p {
    margin: 8px 0 15px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm b {
    font-size: 27px;
    line-height: 50px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    padding: 30px 30px 20px 30px;
    max-width: 470px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .txt_ b {
    font-size: 17px;
    line-height: 30px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld {
    align-items: start;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on img {
    height: 340px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on {
    margin-bottom: 30px;
  }

  .tr_td .tr_td_in .snd_ .snd_in b {
    font-size: 18px;
  }

  .tr_td .tr_td_in .snd_ .snd_in p:not(:last-of-type),
  .tr_td .tr_td_in .snd_ .snd_in ul:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ img {
    height: 270px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk {
    margin: 30px 0 50px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ {
    flex-direction: column;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
    width: 75%;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk b {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .trng .trng_in {
    padding: 70px 0;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner {
    padding: 25px 30px !important;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-content {
    margin-bottom: 20px !important;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-name {
    font-size: 18px;
    line-height: 25px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 80px 0;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ {
    width: 49%;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ h1,
  .abt_us .abt_us_in .lcte .lcte_in .lft_ h4 {
    margin-bottom: 11px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_>p,
  .abt_us .abt_us_in .lcte .lcte_in .lft_>p {
    margin-bottom: 15px;
  }

  .abt_us .abt_us_in .onze {
    margin-bottom: 80px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li {
    padding: 0 22px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li:nth-child(-n+7) {
    padding-bottom: 30px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li:nth-child(n+7) {
    padding-top: 20px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on img {
    height: 390px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw img {
    height: 320px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .lft_ {
    width: 49.2%;
  }

  .abt_us .abt_us_in .lcte .lcte_in .lft_ a {
    padding: 10px 28px;
  }

  .abt_us .abt_us_in .lcte {
    margin-bottom: 75px;
  }

  .wa__widget_container .wa__btn_popup {
    bottom: 30px !important;
  }

  .wa__widget_container .wa__popup_chat_box {
    bottom: 90px;
  }

  /**==2 july 24==**/
  .hm_pg .usp_ .usp_lst li {
    padding: 15px;
    width: 25%;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    padding: 10px 0;
  }

  header .hd_tp .parent_hd_tp .fr_rch::before {
    background: url(../images/plus-symbol.png) no-repeat;
    width: 116px;
    height: 94px;
    border: 0;
    background-size: 100px;
  }

  /**==2 july 24==**/

  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .main_blk .main_flex_blk>.rgt {
    padding-bottom: 80px;
  }

  .tr_td .tr_td_in .bnr_img {
    height: 840px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    top: 4%;
  }

  /* ---------- 3.7.24 ---------- */

  /* 20-11-24 */
  .hm_pg .usp_ .usp_lst li b::before {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }

  .hm_pg .usp_ .usp_lst li b {
    padding-left: 27px;
  }

  /*  */
  footer .ft_md .fl_pers .img_ img {
    margin-bottom: 0;
  }

  /* 22-02-2025 */
  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    padding: 13px 24px;
    line-height: 20px;
  }

  header .hd_tp .parent_hd_tp .fr_rch>a {
    padding: 11px 20px;

  }

  header .hd_tp .parent_hd_tp .fr_lg img {
    height: 66px !important;
  }

  .bl_dt.blgDet h1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .bl_dt.blgDet h2 {
    font-size: 21px !important;
    line-height: 30px !important;
  }

  /* 22-02-2025 end */

  /* 24-10-25 */
  .j_detail {
    padding: 50px 0px;
  }

  .j_detail .j_banner .jbanner_img {
    padding-bottom: 23px;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 41px;
    line-height: 48px;
  }

  .j_detail .j_banner .jbanner_img img {
    height: 550px !important;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.2%;
    height: 350px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text p:not(:last-child) {
    padding-bottom: 15px;
  }

  .j_detail .j_naam .naam_content .nam_flex {
    padding-bottom: 30px;
  }

  .j_detail .mae_main {
    padding: 40px 0px;
  }

  .j_detail .mae_main .mae_flex .mae_image img {
    height: 350px;
  }

  .j_detail .mae_main .mae_flex .mae_text {
    width: 53.1%;
    padding-left: 40px;
  }

  .j_detail .viva_main {
    padding-top: 35px;
  }

  .j_detail .viva_main .file_flex .right strong {
    font-size: 32px;
    line-height: 40px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex {
    gap: 18px;
  }

  .j_detail .viva_main .file_flex .right .file_u label .up_cont a {
    padding: 8px 18px;
  }

  .j_detail .viva_main .file_flex .right .file_u label .up_cont img {
    height: 32px;
  }

  .j_detail .viva_main .file_flex .left {
    padding-right: 45px;
  }

  .j_detail .viva_main .file_flex .right input[type=checkbox] {
    height: 18px;
    width: 20px;
  }

  .j_detail .viva_main .file_flex .right input[type=checkbox]::before {
    left: 6px;
    top: 0px;
    width: 6px;
    height: 12px;
  }

  .ser-ovrview.job_over .j_o .lft .img img {
    height: 400px !important;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
    padding-left: 40px;
    padding-right: 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
    padding-right: 40px;
    padding-left: 0;
  }

  /* 24-10-25 */
}

@media screen and (max-width: 1100px) {
  header .hd_tp .parent_hd_tp .fr_lg a {
    width: 180px;
  }

  header .hd_tp .parent_hd_tp .fr_lg img {
    height: 59px !important;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 270px;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    width: calc(100% - 270px);
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    /* padding: 17px 0; */
  }

  header .hd_btm {
    padding: 17px 0;
  }

  header .hd_btm ul li a {
    font-size: 15px;
    line-height: 22px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk {
    padding-top: 185px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 82px;
    line-height: 89px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p>b {
    font-size: 17px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p {
    font-size: 16px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a {
    padding: 13.5px 30px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a:first-of-type {
    margin-right: 10px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 700px;
  }

  /* .hm_pg .usp_ .usp_lst li:not(:first-child) {
    padding-left: 20px;
  } */
  /* .hm_pg .usp_ .usp_lst li:not(:last-child) {
    padding-right: 20px;
  } */
  /* .hm_pg .usp_ .usp_lst li {
    padding: 25px 0 15px 0;
  } */
  .hm_pg .van_inst {
    padding: 60px 0 160px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .txt_ b {
    margin-bottom: 5px;
  }

  .hm_pg .trng .trng_in .cpny_lg .cpny_car .owl-nav {
    display: none;
  }

  .hm_pg .trng .trng_in .cpny_lg .cpny_car .owl-dots {
    display: none;
  }

  .hm_pg .trng .trng_in {
    padding: 150px 0 60px;
  }

  .trng .trng_in .hd_ h2 {
    margin-bottom: 10px;
  }

  .trng .trng_in .hd_ p {
    margin-bottom: 30px;
  }

  .trng .trng_in .fr_tr li .img_ img {
    height: 330px !important;
  }

  .trng .trng_in .fr_tr li:not(:nth-child(3n)),
  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
    margin-right: 17px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft {
    width: 49%;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
    height: 460px;
  }

  .hm_pg .agnda {
    padding: 60px 0 70px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .hd_blk,
  .agnd_ .agnd_in .agnd_lst .item .hd_blk {
    padding: 15px 10px 10px 25px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul,
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 20px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span,
  .agnd_ .agnd_in .agnd_lst .item .md_blk strong span {
    font-size: 24px;
    line-height: 30px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span {
    font-size: 25px;
  }

  /* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong {
    padding-left: 10px;
  } */
  .hm_pg .agnda .agnda_in .agnd_car .item .bt_blk strong,
  .agnd_ .agnd_in .agnd_lst .item .bt_blk strong {
    padding: 11px 0;
  }

  .hm_pg .meest_blk {
    margin-bottom: 70px;
    padding-top: 60px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a {
    font-size: 15px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk {
    left: 5px;
    right: 5px;
    bottom: 5px;
  }

  .hm_pg .ban_ .ban_car .owl-nav button.owl-prev::before,
  .hm_pg .ban_ .ban_car .owl-nav button.owl-next::before {
    content: none;
  }

  .hm_pg .ban_ .ban_car .owl-nav button.owl-prev {
    background: transparent url(../images/car_prev.svg) no-repeat center;
  }

  .hm_pg .ban_ .ban_car .owl-nav button.owl-prev:hover {
    background: #f3934a url(../images/car_prev_hr.svg) no-repeat center;
  }

  .hm_pg .ban_ .ban_car .owl-nav button.owl-next {
    background: transparent url(../images/car_nxt.svg) no-repeat center;
  }

  .hm_pg .ban_ .ban_car .owl-nav button.owl-next:hover {
    background: #f3934a url(../images/car_nxt_hr.svg) no-repeat center;
  }

  footer .ft_tp .tp_cnt .txt_ strong {
    font-size: 39px;
    line-height: 46px;
  }

  footer .ft_tp .tp_cnt .txt_ .icn_ {
    margin-right: 15px;
  }

  footer .ft_tp .tp_cnt .txt_ {
    margin-bottom: 15px;
  }

  footer .ft_tp .tp_cnt .fr_lnk a {
    padding: 9px 25px;
  }

  footer .ft_btm p,
  footer .ft_btm ul li a,
  footer .ft_md .fr_lnks_ ul li a,
  footer .ft_md .cont_ ul li.fr_loc b {
    font-size: 16px;
    line-height: 22px;
  }

  footer .ft_md .fr_lnks_ strong {
    font-size: 18px;
    margin-bottom: 15px;
  }

  footer .ft_md .fl_pers .img_ {
    width: 340px;
  }

  footer .ft_md .fl_pers .img_ img {
    height: 410px !important;
  }

  footer .ft_md .lg_ p {
    max-width: 235px;
  }

  footer .ft_md .cont_ ul>a {
    padding: 10px 40px;
  }

  footer .ft_btm {
    padding: 17px 0;
  }

  footer .ft_tp {
    padding: 40px 0;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
    font-size: 25px;
    line-height: 32px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body p {
    margin-bottom: 20px;
  }

  .prv_plc_ .prv_plc_in,
  .bl_og .bl_og_in {
    padding: 60px 0;
  }

  .faq_ .faq_in .vrag_,
  .agnd_ .agnd_in,
  .tr_td .tr_td_in .snd_ {
    padding: 75px 0;
  }

  .faq_ .faq_in .vrag_ .rgt_ {
    width: 50%;
  }

  .faq_ .faq_in .qa_bl .rgt_ {
    width: 49%;
  }

  .faq_ .faq_in .qa_bl .lft_ {
    width: 49%;
  }

  .faq_ .faq_in .qa_bl {
    padding: 70px 0;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .flt_ {
    font-size: 15px;
    left: 15px;
    top: 15px;
  }

  .pg_ntn li a {
    font-size: 18px;
    min-width: 45px;
    height: 45px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li:not(:last-child) {
    margin-right: 10px;
  }

  .cnt_ .cnt_in .tp_blk,
  .cnt_ .cnt_in .bt_blk {
    padding: 70px 0;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    padding: 20px 10px 17px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    width: unset;
    padding: 20px 21px 17px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ {
    margin-bottom: 10px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ {
    margin-bottom: 15px;
  }

  .cnt_ .cnt_in .tp_blk .hd_ h1,
  .cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ .hd_ h2 {
    margin-bottom: 7px;
  }

  .cnt_ .cnt_in .tp_blk .hd_ {
    margin-bottom: 20px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 85px 0;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ {
    width: 49%;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ {
    margin: auto 0;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 75px 0 80px;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 480px !important;
  }

  .bl_dt .bl_dt_in .fl_img {
    margin-bottom: 20px;
  }

  .bl_dt .bl_dt_in .sagt_ .dt_tm {
    font-size: 15px;
    line-height: 22px;
  }

  .bl_dt .bl_dt_in .sagt_ p:not(:last-of-type),
  .bl_dt .bl_dt_in .sed_ .txt_ p:not(:last-of-type),
  .bl_dt .bl_dt_in .smpr_ p:not(:last-of-type) {
    margin-bottom: 14px;
  }

  .bl_dt .bl_dt_in .sagt_ .sgn_ {
    margin-bottom: 25px;
  }

  .bl_dt .bl_dt_in .glry .img_ img {
    height: 300px;
  }

  .bl_dt .bl_dt_in .glry {
    margin-bottom: 30px;
  }

  .bl_dt .bl_dt_in .smpr_ {
    margin-bottom: 30px;
  }

  .bl_dt .bl_dt_in .sed_ .img_ img {
    height: 330px;
  }

  .bl_dt .bl_dt_in .sed_ {
    margin-bottom: 45px;
  }

  .bl_dt .bl_dt_in .shr_to .lft ul li a {
    min-width: 34px;
    height: 34px;
  }

  .bl_dt .bl_dt_in .shr_to .rgt ul li:not(:last-child) {
    margin-right: 10px;
  }

  .agnd_ .agnd_in .agnd_lst .item:not(:nth-child(3n)) {
    margin-right: 17px;
  }

  .agnd_ .agnd_in .hd_ {
    margin-bottom: 25px;
  }

  .agnd_ .agnd_in .flt_blk,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ {
    padding: 20px 15px 25px;
    margin-bottom: 40px;
  }

  .agnd_ .agnd_in .flt_blk b {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 10px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ select,
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ input,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
    height: 47px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt {
    max-width: 490px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 70px;
    line-height: 75px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt b {
    font-size: 16px;
    line-height: 21px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm b {
    font-size: 25px;
    line-height: 40px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    padding: 25px 20px 20px 20px;
    max-width: 430px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt input[type="submit"] {
    padding: 9px 37px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt label {
    width: 85px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fld_ {
    width: calc(100% - 85px);
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld {
    padding: 17px 0px 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .lft strong {
    font-size: 22px;
    line-height: 32px;
    margin-right: 4px;
  }

  .tr_td .tr_td_in .trt_ .lft_ .img_ {
    width: 170px;
    height: 170px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ {
    padding: 50px 0 50px 110px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk b {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 6px;
  }

  /* .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    padding: 0px 46px 30px 0;
  } */
  /* .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk {
    padding: 0px 0 30px 46px;
  } */
  .tr_td .tr_td_in .trng .trng_in {
    padding: 60px 0;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ h1,
  .abt_us .abt_us_in .lcte .lcte_in .lft_ h4 {
    margin-bottom: 8px;
  }

  /* .abt_us .abt_us_in .hldn .hldn_in .rgt_ > p, .abt_us .abt_us_in .lcte .lcte_in .lft_ > p {
    margin-bottom: 12px;
  } */
  .abt_us .abt_us_in .hldn .hldn_in .lft_ img {
    height: 380px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk {
    min-width: 75px;
    height: 75px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .txt_blk b {
    font-size: 18px;
    line-height: 25px;
  }

  .abt_us .abt_us_in .onze {
    padding: 65px 0;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li img {
    width: 120px !important;
    height: 50px !important;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on img {
    height: 350px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw img {
    height: 280px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .lft_ a {
    padding: 10px 20px;
  }

  .abt_us .abt_us_in .lcte {
    margin-bottom: 65px;
  }

  .rvw .txt {
    margin-bottom: 25px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner {
    padding: 20px 25px !important;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-name {
    font-size: 17px !important;
    line-height: 20px !important;
    margin-bottom: 4px;
  }

  footer .ft_md .fl_pers .widget_text {
    right: -8px;
  }

  /**==2 july 24==**/
  .hm_pg .usp_ .usp_lst li {
    padding: 15px 14px;
  }

  header .hd_tp .parent_hd_tp .fr_rch>a {
    margin-left: 21px;
  }

  /* header .hd_tp .parent_hd_tp .fr_rch::before{
      width: 100px;
      height: 96px;
      border: 0;
      background-size: 100px;
      left: -67px;
  } */
  /**==2 july 24==**/
  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .main_blk .main_flex_blk>.rgt {
    padding-bottom: 75px;
  }

  .tr_td .tr_td_in .bnr_img {
    height: 800px;
  }

  /* ---------- 3.7.24 ---------- */
  /**===12 july 24===**/
  .agnd_ .agnd_in .agnd_lst .item .md_blk .toggle-popup,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .toggle-popup {
    line-height: 15px;
    padding: 10px 14px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li {
    padding-left: 27px;
  }

  /**===12 july 24===**/
  /* 20-11-24 */
  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 p {
    font-size: 55px;
    line-height: 65px;
  }

  .hm_pg .usp_ .usp_lst li {
    width: fit-content;
  }

  .hm_pg .usp_ .usp_lst {
    justify-content: center
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 {
    max-width: 384px;
  }

  /*  */
  /* 22-02-2025 */
  header .hd_tp .parent_hd_tp .fr_rch>a {
    font-size: 15px;
    padding: 9px 16px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .icn_blk {
    min-width: 45px;
    height: 45px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .icn_blk img {
    width: 20px;
  }

  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    padding: 11px 20px;
  }

  /* 22-02-2025 end */
  /* 28-04-2025 start */
  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .txt_blk p {
    font-size: 17px;
    line-height: 25px;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 250px;
  }

  header .hd_tp .parent_hd_tp .fr_lg a {
    width: 100%;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    width: calc(100% - 250px);
  }

  header .hd_tp .parent_hd_tp .fr_rch>a {
    margin-left: 12px;
  }

  /* 28-04-2025 end */
  /* service page */
  .ser-ovrview .ser-inr-flx .ryt {
    padding-left: 50px;
  }

  .ser-ovrview .ser-inr-flx:not(:last-of-type) {
    padding-bottom: 50px;
  }

  .ser-ovrview .ser-inr-flx:nth-child(odd) .ryt {
    padding-right: 50px
  }

  .ser-ovrview .top-cnt {
    padding-bottom: 50px;
  }

  .ser-ovrview {
    padding: 80px 0;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img img {
    height: 450px !important;
  }

  .ser-ovr .ser-ovr-flx>.ryt .tab-content .top-img-cnt {
    padding-top: 25px;
  }

  .ser-ovr .ser-ovr-flx>.lft {
    width: 27%;
  }

  .ser-ovr .ser-ovr-flx>.ryt {
    padding-left: 55px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx {
    padding: 50px 0;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img {
    width: 31.5%;
  }

  .ser-ovr {
    padding: 80px 0;
  }

  /*  */
  .bl_dt h1 {
    font-size: 29px !important;
    ;
    line-height: 35px !important;
    ;
  }

  .bl_dt h2 {
    font-size: 23px !important;
    line-height: 29px !important;
    ;
  }

  .bl_dt h3 {
    font-size: 22px !important;
    ;
    line-height: 27px !important;
    ;
  }

  /* 24-10-25 */
  .j_detail {
    padding: 40px 0px;
  }

  .j_detail .j_banner .jbanner_img img {
    height: 520px !important;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 38px;
    line-height: 45px;
  }

  .j_detail p {
    font-size: 16px;
    line-height: 23px;
  }

  .j_detail .j_naam .naam_content ul li {
    font-size: 16px;
    line-height: 23px;
  }

  .j_detail .j_naam .naam_content strong {
    font-size: 19px;
    line-height: 24px;
  }

  .j_detail b {
    font-size: 22px;
    line-height: 27px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.4%;
    height: 320px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img {
    gap: 15px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text {
    padding-right: 50px;
  }

  .j_detail .j_naam .naam_content .nam_flex {
    padding-bottom: 20px;
  }

  .j_detail .mae_main {
    padding: 35px 0px;
  }

  .j_detail .mae_main .mae_flex .mae_image img {
    height: 320px;
  }

  .j_detail li {
    font-size: 16px;
    line-height: 23px;
  }

  .j_detail .viva_main .file_flex .left {
    width: 56%;
    padding-right: 40px;
  }

  .j_detail .viva_main .file_flex .right {
    width: 44%;
  }

  .j_detail .viva_main .file_flex .right .inp_flex label {
    width: 47.6%;
  }

  .j_detail .viva_main .file_flex .right label input {
    padding: 10px 25px;
  }

  .j_detail .viva_main .file_flex .right .button {
    padding: 10px 25px;
  }

  /* 24-10-25 */
}

@media screen and (max-width: 1024px) {

  p,
  ul li,
  .fq_blk .fq_bx .fq_txt {
    font-size: 16px;
  }

  /* ul li{line-height: 23px;} */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ser-ovrview .ser-inr-flx .ryt strong,
  .ser-ovrview.job_over .j_o .ryt strong {
    font-size: 33px;
    line-height: 40px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .txt_blk p {
    font-size: 16px;
    line-height: 22px;
  }

  header .hd_tp .parent_hd_tp .fr_rch>a {
    padding: 10px 16px;
  }

  header .hd_tp .parent_hd_tp .fr_rch,
  header .hd_tp .parent_hd_tp .fr_lg {
    /* padding: 15px 0; */
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 75px;
    line-height: 85px;
  }

  .hm_pg .van_inst {
    padding: 55px 0 150px;
  }

  .trng .trng_in .fr_tr li:not(:nth-child(3n)),
  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
    margin-right: 16px;
  }

  .trng .trng_in .fr_tr li .img_ img {
    height: 300px !important;
  }

  .trng .trng_in .fr_tr li b {
    font-size: 17px;
    line-height: 25px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .img_ img {
    height: 450px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .icn_ {
    margin-right: 15px;
  }

  .hm_pg .van_inst .van_inst_in .lft_blk .img_dv img {
    height: 370px;
  }

  .hm_pg .trng .trng_in {
    padding: 140px 0 50px;
  }

  .trng .trng_in .fr_tr li {
    margin-bottom: 16px;
  }

  .trng .trng_in .fr_tr {
    margin-bottom: 20px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft h3 {
    margin-bottom: 13px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft p {
    margin-bottom: 13px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft ul {
    margin-bottom: 20px;
  }

  .hm_pg .agnda {
    padding: 55px 0 65px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk {
    flex-direction: column;
    align-items: start;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk .fr_tx p {
    max-width: unset;
  }

  .hm_pg .ban_ .ban_car .owl-nav button {
    min-width: 50px;
    height: 50px;
  }

  .hm_pg .trng .trng_in .cpny_lg {
    padding: 20px 0;
  }

  .hm_pg .ont_wik {
    padding: 70px 0;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
    height: 440px;
  }

  .hm_pg .agnda .agnda_in h4 {
    margin-bottom: 10px;
  }

  .hm_pg .agnda .agnda_in p {
    margin-bottom: 30px;
  }

  .hm_pg .meest_blk {
    margin-bottom: 65px;
    padding-top: 55px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul,
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 15px;
  }

  footer .ft_tp .tp_cnt .txt_ strong {
    font-size: 36px;
    line-height: 43px;
  }

  footer .ft_tp .tp_cnt .txt_ {
    margin-bottom: 11px;
  }

  /* footer .ft_md .fr_lnks_ ul li:not(:last-child) {
    margin-bottom: 7px;
  } */
  footer .ft_md .lg_ p {
    margin-bottom: 10px;
  }

  footer .ft_md .lg_ .cnt_lnks li a {
    min-width: 40px;
    height: 40px;
  }

  footer .ft_md .cont_ ul>a {
    padding: 9px 32px;
  }

  footer .ft_md .fl_pers .widget_text {
    right: -6px;
    top: 0px;
  }

  footer .ft_md .fl_pers .widget_text:before {
    left: 20%;

  }

  .prv_plc_ .prv_plc_in,
  .bl_og .bl_og_in {
    padding: 50px 0;
  }

  .faq_ .faq_in .vrag_ .lft_ img {
    height: 340px;
  }

  .faq_ .faq_in .vrag_ .rgt_ h1 {
    margin-bottom: 10px;
  }

  .faq_ .faq_in .vrag_ .rgt_ p:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ img {
    height: 480px !important;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .txt_ b {
    font-size: 15px;
    line-height: 23px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ {
    margin-bottom: 20px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .flt_ {
    padding: 6px 13px;
  }

  .bl_dt .bl_dt_in {
    padding: 75px 0 60px;
  }

  .pg_ntn li.nxt {
    margin-left: 10px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    padding: 20px 17px 17px;
  }

  .cnt_ .cnt_in .tp_blk,
  .cnt_ .cnt_in .bt_blk {
    padding: 65px 0;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 490px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn {
    width: 50px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn img {
    height: 70px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ b {
    font-size: 17px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .inc_ {
    height: 50px;
    min-width: 50px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ b {
    font-size: 18px;
    line-height: 25px;
  }

  /* .tr_ov .tr_ov_in .tp_blk .txt_ ul li:not(:last-child) {
    margin-bottom: 6px;
  } */
  .tr_ov .tr_ov_in .tp_blk .txt_ ul li::before {
    top: 3px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ img {
    height: 450px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ a {
    font-size: 15px;
    padding: 9px 35px;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 450px !important;
  }

  .bl_dt .bl_dt_in b {
    margin-bottom: 7px;
  }

  .bl_dt .bl_dt_in .sagt_ .sgn_ {
    margin-bottom: 20px;
  }

  .bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
    margin-right: 19px;
  }

  .bl_dt .bl_dt_in .sagt_ p:not(:last-of-type),
  .bl_dt .bl_dt_in .sed_ .txt_ p:not(:last-of-type),
  .bl_dt .bl_dt_in .smpr_ p:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .bl_dt .bl_dt_in .sed_ .img_ img {
    height: 310px;
  }

  .bl_dt .bl_dt_in .shr_to b {
    font-size: 15px;
    line-height: 22px;
  }

  .agnd_ .agnd_in .agnd_lst .item:not(:nth-child(3n)) {
    margin-right: 16px;
  }

  .agnd_ .agnd_in .flt_blk b {
    margin-bottom: 15px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 9px;
  }

  /* .agnd_ .agnd_in .agnd_lst .item .md_blk strong {
    padding-left: 10px;
  } */
  .tr_td .tr_td_in .prim_ {
    padding: 100px 0;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 65px;
    line-height: 70px;
  }

  .tr_td .tr_td_in .snd_ .snd_in h1 {
    margin-bottom: 9px;
  }

  .tr_td .tr_td_in .snd_ .snd_in p:not(:last-of-type),
  .tr_td .tr_td_in .snd_ .snd_in ul:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .tr_td .tr_td_in .snd_ .snd_in p {
    padding-right: 0;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on img {
    height: 310px;
  }

  .tr_td .tr_td_in .snd_ .snd_in b {
    font-size: 17px;
    line-height: 25px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ img {
    height: 250px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk {
    margin: 20px 0 30px;
  }

  .tr_td .tr_td_in .snd_ .snd_in h4,
  .tr_td .tr_td_in .snd_ .snd_in h3 {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .snd_ .snd_in ul:last-of-type {
    margin-top: 10px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_:not(:last-child),
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ {
    margin-bottom: 18px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .txt_ b {
    font-size: 15px;
    line-height: 22px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb strong {
    font-size: 15px;
    padding: 0 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt input[type="submit"] {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp {
    padding: 20px 15px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .lft_ img {
    height: 350px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 75px 0;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk {
    margin-right: 15px;
  }

  .abt_us .abt_us_in .onze {
    padding: 60px 0;
  }

  .abt_us .abt_us_in .onze .onze_in .hd h2 {
    margin-bottom: 9px;
  }

  .abt_us .abt_us_in .onze .onze_in .hd {
    margin-bottom: 40px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li {
    padding: 0 19px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars::after {
    width: 40px;
    height: 40px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner {
    padding: 15px 20px !important;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-profile-img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-content {
    /* height: 110px !important; */
    font-size: 16px;
  }

  /* .hm_pg .usp_ .usp_lst li:not(:last-child) {
    padding-right: 10px;
  } */
  .hm_pg .usp_ .usp_lst li b {
    font-size: 16px;
  }

  .hm_pg .usp_ .usp_lst li p {
    font-size: 15px;
  }

  .hm_pg .usp_ .usp_lst li:not(:first-child) {
    padding-left: 10px;
  }

  /**==2 july 24==**/
  .hm_pg .usp_ .usp_lst li {
    width: fit-content;
  }

  /* header .hd_tp .parent_hd_tp .fr_rch::before{
    width: 87px;
    height: 84px;
    border: 0;
    background-size: 87px;
    left: -48px;
  } */
  /**==2 july 24==**/
  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .bnr_img {
    height: 730px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    top: 3.5%;
  }

  /* ---------- 3.7.24 ---------- */
  /**==6 july ==**/
  .faq_ .faq_in .qa_bl .faq-tabs ul li:not(:last-of-type) {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    padding: 11px 25px;
  }

  .faq_ .faq_in .qa_bl .faq-tabs {
    margin-bottom: 18px;
  }

  /**==6 july ==**/
  /**==8 july ==**/
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ {
    width: 32.5%;
    margin-bottom: 10px;
    margin-right: 12px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk {
    flex-wrap: wrap;
    justify-content: center;
  }

  /**==8 july ==**/
  /**==12 july 24==**/
  .agnd_ .agnd_in .agnd_lst .item .md_blk .ag-prijs {
    width: 45%;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    width: 55%;
  }

  /**==12 july 24==**/
  /* 20-11-24 */
  .agnd_ .agnd_in .agnd_lst .item .md_blk strong span.op-txt,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span.op-txt {
    font-size: 18px;
    line-height: 30px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
    width: 89%;
  }

  /*  */
  /* .bl_dt_in ul,.bl_dt .bl_dt_in ul{
  margin-bottom: 10px;
} */
  .bl_dt .bl_dt_in .smpr_ p {
    margin-bottom: 10px;
  }

  /* 31-12-24 */
  .bl_dt .bl_dt_in ul li:not(:last-child) {
    padding-bottom: 8px;
  }

  .bl_dt .bl_dt_in ul {
    margin: 10px 0;
  }

  /*  */
  /* 3-1-25 */
  .bl_dt h2 {
    font-size: 33px;
    line-height: 35px;
  }

  .bl_dt h3 {
    font-size: 31px;
    line-height: 35px;
  }

  .bl_dt h4 {
    font-size: 29px;
    line-height: 34px;
  }

  .bl_dt h5 {
    font-size: 27px;
    line-height: 30px;
  }

  .bl_dt h6 {
    font-size: 24px;
    line-height: 29px;
  }

  /*  */
  /* 03-01-25 */
  .bl_dt h3 {
    font-size: 27px;
    line-height: 35px;
  }

  .bl_dt h2 {
    font-size: 30px;
    line-height: 34px;
  }

  /* 03-01-25 */
  /* 22-2-2025 */
  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {

    padding: 11px 20px;
  }

  /* 22-02-2025 end */
  /* 28-04-2025  strta*/
  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 246px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk>.rgt .flt_frm.sticky {
    height: calc(100vh - 165px);
    overflow-y: auto;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    margin-left: 78px;
  }

  /* 28-04-2025 start */


  /* service page */
  .ser-ovrview .ser-inr-flx .ryt a.srv-ovr,
  .ser-ovrview.job_over .j_o .ser-inr-flx .ryt a.srv-ovr {
    letter-spacing: 1px;
    padding: 10px 19px;
    margin-top: 20px;
    font-size: 15px;
  }

  header .hd_btm ul li:not(:first-child) {
    padding-left: 30px;
  }

  .bl_dt h1 {
    font-size: 26px !important;
    ;
    line-height: 30px !important;
    ;
  }

  .bl_dt h2 {
    font-size: 21px !important;
    ;
    line-height: 26px !important;
    ;
  }

  .bl_dt h3 {
    font-size: 19px !important;
    ;
    line-height: 24px !important;
    ;
  }

  /*  */

  /* 24-10-25 */
  .j_detail {
    padding: 35px 0px;
  }

  .j_detail .j_banner .jbanner_img img {
    height: 490px !important;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 36px;
    line-height: 43px;
  }

  .j_detail .j_naam .naam_content ul li {
    padding: 0px 15px 12px 15px;
  }

  .j_detail .j_naam .naam_content strong~p {
    padding-bottom: 15px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.3%;
    height: 320px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text {
    padding-right: 40px;
  }

  .j_detail .viva_main .file_flex .left {
    padding-right: 30px;
  }

  .j_detail .viva_main .file_flex .right strong {
    font-size: 30px;
    line-height: 38px;
  }

  .ser-ovrview.job_over .j_o .lft .img img {
    height: 380px !important;
  }

  .ser-ovrview.job_over .j_o {
    padding: 45px 0px;
  }

  .ser-ovrview.job_over .j_o .ryt .j_icon img {
    width: 28px;
    height: 22px;
    object-fit: contain;
  }

  .ser-ovrview.job_over .j_o .ryt .j_icon {
    height: 50px;
    width: 50px;
  }

  /* 24-10-25 */
  /* 27-10-25 */
  .h_tag h1 {
    font: 36px / 42px "Poppins-Bold";
  }

  .h_tag h2 {
    font: 33px / 40px "Poppins-Bold";
  }

  .h_tag h3 {
    font: 29px / 37px "Poppins-Bold";
  }

  .h_tag h4 {
    font: 26px / 32px "Poppins-Bold";
  }

  .h_tag h5 {
    font: 23px / 30px "Poppins-Bold";
  }

  .h_tag h6 {
    font: 20px / 25px "Poppins-Bold";
  }

  /* 27-10-25 */

}


@media screen and (max-width: 991px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ser-ovrview .ser-inr-flx .ryt strong,
  .ser-ovrview.job_over .j_o .ryt strong {
    font-size: 29px;
    line-height: 36px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk a {
    margin-bottom: 20px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .txt_blk p {
    font-size: 15px;
    line-height: 20px;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    width: calc(100% - 235px);
  }

  header .hd_tp .parent_hd_tp .fr_lg a {
    width: 210px;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 256px;
  }

  header .hd_btm ul li:not(:first-child) {
    padding-left: 28px;
  }

  header .hd_btm ul li:not(:last-child) {
    padding-right: 43px;
  }

  header .hd_tp .parent_hd_tp .fr_rch>a {
    margin-left: 9px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .icn_blk {
    min-width: 45px;
    height: 45px;
  }

  header .hd_btm ul li:not(:last-child) {
    padding-right: 36px;

  }

  .hm_pg .ban_ .ban_car .item .txt_blk {
    padding-top: 145px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 72px;
    line-height: 83px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 660px;
  }

  .hm_pg .usp_ .usp_lst li {
    padding: 25px 20px 15px 20px;
    width: 100%;
  }

  .hm_pg .usp_ .usp_lst .owl-item {
    border-right: 2px solid #d5d5d5;
    height: 100%;
  }

  .hm_pg .van_inst {
    padding: 55px 0 135px;
  }

  .trng .trng_in .fr_tr li:not(:nth-child(3n)),
  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
    margin-right: 14px;
  }

  .trng .trng_in .fr_tr li .img_ img {
    height: 280px !important;
  }

  .hm_pg .ont_wik {
    padding: 65px 0;
  }

  .hm_pg .ont_wik .ont_wik_in .lft ul {
    margin-bottom: 16px;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt {
    margin: auto 0;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
    height: 400px;
  }

  .hm_pg .agnda .agnda_in p {
    margin-bottom: 25px;
  }

  .hm_pg .agnda {
    padding: 50px 0 55px;
  }

  .hm_pg .meest_blk .meest_in .lft h5 {
    margin-bottom: 25px;
  }

  .hm_pg .meest_blk .meest_in .rgt>p {
    margin-bottom: 25px;
  }

  .fq_blk .fq_bx:not(:last-child) {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card:not(:last-child) {
    margin-bottom: 10px !important;
  }

  .hm_pg .trng .trng_in>a,
  .hm_pg .van_inst .van_inst_in .rgt_blk a,
  .hm_pg .agnda .agnda_in>a {
    padding: 11.5px 30px;
  }

  .hm_pg .ban_ .ban_car .owl-nav button.owl-prev,
  .hm_pg .ban_ .ban_car .owl-nav button.owl-next,
  .hm_pg .ban_ .ban_car .owl-nav button.owl-next:hover,
  .hm_pg .ban_ .ban_car .owl-nav button.owl-prev:hover {
    background-size: 60%;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk .ag-prijs {
    width: 100%;
    text-align: center;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    width: 60%
  }

  /* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .ag-prijs{
    width:40%
  } */
  footer .ft_md .fl_pers .img_ {
    width: 310px;
  }

  footer .ft_btm {
    padding: 14px 0;
  }

  footer .ft_md .lg_ li.widget_media_image img,
  header .hd_tp .parent_hd_tp .fr_lg img {
    height: 58px !important;
  }

  footer .ft_md .lg_ li.widget_media_image {
    width: 220px;
  }

  footer .ft_md .fl_pers .widget_text {
    top: -8px;
  }

  footer .ft_md .fl_pers .widget_text:before {
    left: 30%;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    padding: 25px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button {
    padding: 10px 30px;
  }

  .faq_ .faq_in .qa_bl .tp_bl.flx_blk {
    flex-direction: column;
  }

  .faq_ .faq_in .qa_bl .tp_bl.flx_blk .lft_ {
    margin-bottom: 10px;
    width: 100%;
  }

  .faq_ .faq_in .qa_bl .tp_bl.flx_blk .rgt_ {
    width: 100%;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ img {
    height: 410px !important;
  }

  /* .bl_og .bl_og_in .hd_ h1 {
    margin-bottom: 7px;
  } */
  .bl_og .bl_og_in .hd_ {
    margin-bottom: 30px;
  }

  .bl_og .bl_og_in .bl_blk {
    margin-bottom: 15px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li:not(:last-child) {
    margin-right: 0;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul {
    flex-wrap: wrap;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    width: 48%;
    margin-bottom: 15px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .inc_ {
    margin-right: 20px;
  }

  input:not([type=checkbox]),
  select {
    height: 47px;
    font-size: 15px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ textarea {
    font-size: 15px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 480px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ {
    margin-bottom: 10px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk input[type="submit"] {
    font-size: 15px;
    padding: 9px 30px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 80px 0;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 70px 0 60px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ ul {
    margin-bottom: 20px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ h1 {
    margin-bottom: 7px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ p {
    margin-bottom: 10px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ img {
    height: 420px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ {
    width: 50%;
  }

  .bl_dt .bl_dt_in .sagt_ {
    margin-bottom: 25px;
  }

  .bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
    margin-right: 17px;
  }

  .bl_dt .bl_dt_in .glry .img_ img {
    height: 280px;
  }

  .bl_dt .bl_dt_in .glry {
    margin-bottom: 25px;
  }

  .bl_dt .bl_dt_in .smpr_ {
    margin-bottom: 25px;
  }

  .agnd_ .agnd_in .agnd_lst .item .hd_blk b {
    font-size: 17px;
    line-height: 25px;
  }

  .agnd_ .agnd_in .agnd_lst .item .hd_blk {
    padding: 15px 10px 10px 20px;
  }

  .agnd_ .agnd_in .agnd_lst .item:not(:nth-child(3n)) {
    margin-right: 0px;
  }

  .agnd_ .agnd_in .agnd_lst .item {
    width: 49%;
  }

  .agnd_ .agnd_in .agnd_lst .item:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk strong {
    font-size: 15px;
    line-height: 22px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ {
    padding: 0 15px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_sch .search-icon {
    right: 15px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 25px;
    width: 60%;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ select,
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ input,
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ strong,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
    font-size: 15px;
  }

  /* .agnd_ .agnd_in .flt_blk .inpt_blk .int_ select,.tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select  {
    padding-left: 5px;
  } */
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
    padding: 11px 45px 11px 55px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt label {
    font-size: 15px;
    line-height: 22px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld {
    margin-top: 20px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt input[type="submit"] {
    font-size: 15px;
    padding: 7px 25px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    max-width: 400px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt {
    max-width: 430px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 60px;
    line-height: 67px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt b {
    font-size: 14px;
    line-height: 19px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm b {
    font-size: 23px;
    line-height: 36px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt ul li a {
    font-size: 14px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .ch_fld p {
    font-size: 15px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .lft strong {
    font-size: 20px;
    line-height: 30px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .lft span {
    font-size: 14px;
    line-height: 20px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt p a {
    font-size: 14px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt input[type="submit"] {
    font-size: 14px;
    padding: 7px 20px;
  }

  a {
    font-size: 15px;
    line-height: 22px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .txt_ b {
    font-size: 16px;
    line-height: 20px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .prs_ {
    min-width: 50px;
    width: 50px;
    margin-right: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .prs_ img {
    height: 50px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on {
    margin-bottom: 20px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on img {
    height: 270px;
  }

  .tr_td .tr_td_in .snd_ .snd_in p:not(:last-of-type),
  .tr_td .tr_td_in .snd_ .snd_in ul:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ img {
    height: 220px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk {
    margin: 15px 0 20px;
  }

  .tr_td .tr_td_in .snd_ .snd_in h4,
  .tr_td .tr_td_in .snd_ .snd_in h3 {
    margin-bottom: 7px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ {
    padding: 40px 0 40px 110px;
  }

  .tr_td .tr_td_in .trt_ .lft_ .img_ {
    width: 150px;
    height: 150px;
    right: -90px;
  }

  .tr_td .tr_td_in .trng .trng_in {
    padding: 50px 0;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .txt_blk b {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 3px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 70px 0;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk {
    min-width: 70px;
    height: 70px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul {
    display: block;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul .owl-stage-outer {
    padding: 10px 0;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul .owl-nav {
    display: none;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul .owl-dots {
    display: none;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li {
    border: 1px solid transparent !important;
    padding: 20px !important;
    transition: all 0.3s ease-in;
    background: #fff;
    border-radius: 10px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li:hover {
    border-color: #e5e5e5 !important;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li img {
    margin: 0 auto;
  }

  .abt_us .abt_us_in .onze {
    padding: 55px 0;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
    height: 47px;
    font-size: 15px;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul .owl-item.center li {
    border-color: #e5e5e5 !important;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul .owl-item.center li img {
    filter: unset;
  }

  /* ---------- 2.7.24 ---------- */

  /* ---------- 2.7.24 ---------- */
  /**==2 july 24==**/
  /* header .hd_tp .parent_hd_tp .fr_rch::before {
  width: 82px;
  height: 79px;
  border: 0;
  background-size: 82px;
  left: -54px;
} */
  /**==2 july 24==**/

  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .bnr_img {
    height: 710px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .lft .snd_ {
    width: 95%;
  }

  /* ---------- 3.7.24 ---------- */
  .error_page.poli img {
    max-width: 400px;
    height: 240px;
  }

  /**===8 july 24===**/
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_trn {
    background-position: right 15px center;
  }

  /**===8 july 24===**/
  /* 20-11-24 */
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    padding-right: 0;
  }

  .hm_pg .usp_ .usp_lst li b {
    width: fit-content;
    margin: auto;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
    width: 90%;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    padding-bottom: 0;
    padding-right: 20px;

  }

  /*  */
  footer .ft_md .fl_pers:first-of-type li:first-child img {
    object-position: center bottom;
  }

  /* 3-1-25 */
  .bl_dt h2 {
    font-size: 29px;
    line-height: 32px;
  }

  .bl_dt h3 {
    font-size: 27px;
    line-height: 30px;
  }

  .bl_dt h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .bl_dt h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .bl_dt h6 {
    font-size: 20px;
    line-height: 25px;
  }

  .bl_dt h6 {
    font-size: 19px;
    line-height: 25px;
  }

  /*  */
  .mem-new .inr-flx .lft {
    width: 102%;
  }

  /* 03-01-25 */
  .bl_dt h2 {
    font-size: 26px;
    line-height: 31px;
  }

  .bl_dt h3 {
    font-size: 24px;
    line-height: 30px;
  }

  /* 03-01-25 */
  /* 22-02-2025 */
  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    padding: 11px 14px;
  }

  header .hd_tp .parent_hd_tp .fr_rch .cnt_ li a .icn_blk {
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    margin-left: 40px;
  }

  /* header .hd_tp .parent_hd_tp .fr_rch::before {
  width: 69px;
  height: 63px;
  border: 0;
  background-size: 64px;
  left: -36px;
} */
  /* 22-02-2025 end */
  header .hd_tp .parent_hd_tp .fr_lg {
    padding: 8px 0;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 200px;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    width: calc(100% - 200px);
    margin-left: 60px;
  }

  header .hd_tp .parent_hd_tp .fr_rch::before {
    width: 94px;
    height: 81px;
    background-size: 87px;
    left: -46px;
  }

  /* service */
  header .hd_tp .parent_hd_tp .fr_lg {
    padding: 8px 0;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 200px;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    width: calc(100% - 200px);
    margin-left: 60px;
  }

  header .hd_tp .parent_hd_tp .fr_rch::before {
    width: 94px;
    height: 81px;
    background-size: 87px;
    left: -46px;
  }

  .ser-ovrview {
    padding: 40px 0;
  }

  .ser-ovr {
    padding: 50px 0;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img:not(:last-child) {
    margin-right: 16px;
  }

  .ser-ovr .ser-ovr-flx {
    flex-direction: column;
  }

  .ser-ovr .ser-ovr-flx>.lft {
    width: 100%;
  }

  .ser-ovr .ser-ovr-flx>.lft>ul {
    display: flex;
    display: flex;
    width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset;
    -webkit-overflow-scrolling: touch;
    width: fit-content;
    margin: 20px auto;
  }

  .ser-ovr .ser-ovr-flx .lft .cate {
    text-align: center;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .img_ img {
    margin-left: -11px;
    height: 350px;
    border-radius: 0 15px 15px 0;
  }

  .ser-ovr .ser-ovr-flx>.ryt {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx {
    justify-content: space-between;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt {
    border-radius: 15px 2px 0 15px;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt {
    width: 50%;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .img_ {
    width: 50%;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt {
    padding: 93px 25px;
  }

  /*  */
  .bl_dt.blgDet h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h3 {
    font-size: 19px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  /* 24-10-25 */
  .j_detail .j_banner .jbanner_img img {
    height: 450px !important;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 33px;
    line-height: 40px;
  }

  .j_detail .j_naam .naam_content ul li {
    padding: 0px 15px 8px 15px;
  }

  .j_detail .j_naam .naam_content strong {
    font-size: 18px;
    line-height: 23px;
  }

  .j_detail .j_naam .naam_content strong~p {
    padding-bottom: 12px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.3%;
    height: 300px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img {
    gap: 13px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text {
    padding-right: 30px;
  }

  .j_detail b {
    font-size: 20px;
    line-height: 25px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text p:not(:last-child) {
    padding-bottom: 13px;
  }

  .j_detail p {
    padding-bottom: 12px;
  }

  .j_detail .mae_main .mae_flex .mae_image img {
    height: 300px;
  }

  .j_detail .mae_main {
    padding: 30px 0px;
  }

  .j_detail .mae_main .mae_flex .mae_text strong {
    font-size: 17px;
    line-height: 24px;
  }

  .j_detail .viva_main .viva {
    padding-bottom: 10px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex {
    gap: 16px;
  }

  .j_detail .viva_main .file_flex .right strong {
    font-size: 28px;
    line-height: 35px;
  }

  .j_detail .viva_main .file_flex .right {
    padding: 20px;
  }

  .j_detail .viva_main .file_flex .right input[type=checkbox] {
    height: 19px;
    width: 19px;
  }

  .j_detail .viva_main .file_flex .right input[type=checkbox]::before {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
  }

  .j_detail .viva_main .file_flex .right label input::-moz-placeholder {
    font-size: 15px;
  }

  .j_detail .viva_main .file_flex .right label input::placeholder,
  .j_detail .viva_main .file_flex .right label input {
    font-size: 15px;
  }

  .ser-ovrview.job_over .j_o {
    padding: 40px 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
    padding-left: 30px;
    padding-right: 0px;
  }

  .ser-ovrview.job_over .j_o .lft .img img {
    height: 350px !important;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
    padding-right: 30px;
    padding-left: 0;
  }

  .ser-ovrview.job_over .ser-inr-flx .ryt p {
    padding-top: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .lft .snd_ {
    width: 100%;
  }

  /* 24-10-25 */
}


@media screen and (min-width:881px) {
  footer .ft_md .fr_lnks_ ul {
    display: block !important;
  }
}

@media screen and (max-width: 880px) {
  footer .ft_md .lg_ li.widget_media_image {
    margin-left: auto;
    margin-right: auto;
  }

  .brd_crm .brd_crm_in ul li,
  .brd_crm .brd_crm_in ul li a {
    font-size: 15px;
    line-height: 22px;
  }

  .brd_crm .brd_crm_in ul li {
    margin-bottom: 5px;
  }

  /* .brd_crm .brd_crm_in ul li:not(:first-child) {
    padding-right: 15px;
    margin-right: 10px;
  } */

  header .hd_tp .parent_hd_tp .mn_br {
    display: block;
  }

  header .hd_btm.opn_ {
    width: 100%;
  }

  header {
    position: relative;
  }

  header .hd_tp {
    background-image: none;
    background: #fff;
  }

  header .hd_tp .parent_hd_tp .fr_rch {
    display: none;
  }

  header .hd_tp .parent_hd_tp {
    padding: 6px 0;
    align-items: center;
  }

  header .hd_tp .parent_hd_tp .fr_lg img {
    height: 68px !important;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    margin: 0 auto;
    padding: 0;
  }

  header .hd_btm {
    padding: 0;
    width: 0;
    position: fixed;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s ease-in;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    height: 100%;
    top: 0;
  }

  header .hd_btm .ovr_lay {
    overflow: auto;
    padding: 20px 10px;
    background: #fff;
    width: 390px;
    height: 100%;
  }

  header .hd_btm .me_nu>a {
    display: inline-block;
    font: 16px/24px "Poppins-Medium";
    color: #000;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 11.5px 30px;
    transition: all 0.3s ease-in-out;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  header .hd_btm .me_nu>a:hover {
    color: #fff;
  }

  header .hd_btm .me_nu>a:hover::before {
    width: 100%;
  }

  header .hd_btm .me_nu>a::before {
    content: "";
    height: 100%;
    width: 0%;
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    right: unset;
    background: #000;
    z-index: -1;
    transition: 0.5s;
  }

  header .hd_btm ul li.menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
    display: none;
    width: 100%;
  }

  header .hd_btm ul li.menu-item-has-children.act .sub-menu {
    display: block;
  }

  header .hd_btm ul li.menu-item-has-children .sub-menu li a {
    text-align: justify;
    padding: 5px;
  }

  header .hd_btm ul li.act_>a {
    color: #f3934a;
  }

  header .hd_btm ul li.act_ .sb_mnu {
    display: block;
  }

  header .hd_btm ul li.menu-item-has-children:hover .sub-menu {
    opacity: unset;
    visibility: unset;
    top: unset;
  }

  header .hd_btm ul li.menu-item-has-children:hover button {
    border-color: #000;
  }

  header .hd_btm ul li.menu-item-has-children {
    flex-wrap: wrap;
  }

  header .hd_btm ul li.menu-item-has-children.act a {
    color: #f3934a;
  }

  header .hd_btm ul li.menu-item-has-children.act button {
    transform: rotate(135deg);
  }

  header .hd_btm ul li.menu-item-has-children.act button {
    border-color: #f3934a;
  }

  header .hd_btm .me_nu .bg_lg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  header .hd_btm .me_nu .bg_lg a {
    width: 230px;
  }

  header .hd_btm .me_nu .bg_lg a img {
    width: 100%;
    height: 50px;
  }

  header .hd_btm .me_nu .bg_lg .cls_btn img {
    filter: brightness(0);
    transition: all 0.3s ease-in;
  }

  header .hd_btm .me_nu .bg_lg .cls_btn:hover img {
    filter: unset;
  }

  header .hd_btm ul li {
    position: relative;
  }

  header .hd_btm ul li a.drp_dn {
    position: unset;
  }

  header .hd_btm ul li.menu-item-has-children {
    justify-content: space-between;
  }

  header .hd_btm ul li.menu-item-has-children button {
    border-left-color: #000;
    height: 10px;
    width: 10px;
    border-bottom-color: #000;
  }

  header .hd_btm ul {
    flex-direction: column;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  header .hd_btm ul li a {
    color: #000;
  }

  header .hd_btm .me_nu {
    display: flex;
    flex-direction: column;
  }

  header .hd_btm ul li:not(:last-child) {
    padding-right: 0px;
    margin-bottom: 25px;
  }

  header .hd_btm ul li:not(:first-child) {
    padding-left: 0;
    border-right: none;
  }

  .hm_pg .ban_ {
    padding: 0;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk {
    padding-top: 95px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 68px;
    line-height: 78px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 600px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in {
    max-width: 575px;
  }

  .hm_pg .flx_blk {
    flex-direction: column;
  }

  .hm_pg .van_inst .van_inst_in .lft_blk {
    width: 100%;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk {
    width: 100%;
  }

  .hm_pg .van_inst .van_inst_in .lft_blk h1 {
    margin-bottom: 25px;
  }

  .hm_pg .van_inst .van_inst_in .van_inst_bt .lft_blk {
    width: 60%;
    margin: 0 auto 30px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li {
    padding-right: 35px;
    border-right: 1px solid #e5e5e5;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .hm_pg .van_inst {
    padding: 55px 0 115px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk a {
    margin-bottom: 40px;
  }

  .hm_pg .trng .trng_in .cpny_lg b {
    margin-bottom: 15px;
  }

  .hm_pg .trng .trng_in {
    padding: 130px 0 50px;
  }

  .trng .trng_in .fr_tr li {
    width: unset;
    margin: 0;
  }

  .trng .trng_in .fr_tr {
    margin-bottom: 15px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft {
    width: 100%;
    margin-bottom: 20px;
  }

  .hm_pg .ont_wik {
    padding: 55px 0;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt {
    width: 60%;
    margin: 0 auto;
  }

  .hm_pg .van_inst .van_inst_bt .tr_inf .owl-nav {
    display: none;
  }

  .hm_pg .van_inst .van_inst_bt .tr_inf .owl-dots {
    display: none;
  }

  .hm_pg .trng .trng_in .fr_tr {
    margin-bottom: 30px;
  }

  .hm_pg .trng .trng_in .fr_tr .owl-nav {
    display: none;
  }

  .hm_pg .trng .trng_in .fr_tr .owl-dots {
    display: none;
  }

  .hm_pg .ont_wik .ont_wik_in .lft a {
    padding: 11.5px 30px;
  }

  .hm_pg .meest_blk .meest_in .lft {
    width: 100%;
    margin-bottom: 30px;
  }

  .hm_pg .meest_blk .meest_in .rgt {
    width: 100%;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk {
    flex-direction: row;
    align-items: center;
  }

  .hm_pg .meest_blk .meest_in .rgt>p {
    margin-bottom: 20px;
  }

  .hm_pg .fr_tr li {
    display: block !important;
  }

  .rvw {
    flex-direction: column;
  }

  .rvw .txt {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }

  .rvw .txt h6 {
    margin-bottom: 10px;
  }

  .rvw .car_rvw .rvw_car .owl-nav {
    display: block !important;
    text-align: center;
    margin-top: 20px;
  }

  .rvw .car_rvw .rvw_car .owl-nav button {
    font-size: 0;
    min-width: 40px;
    height: 40px;
    position: relative;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in;
  }

  .rvw .car_rvw .rvw_car .owl-nav button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
  }

  .rvw .car_rvw .rvw_car .owl-nav button.owl-prev::after {
    content: url(../images/ag_prv.svg);
  }

  .rvw .car_rvw .rvw_car .owl-nav button.owl-next::after {
    content: url(../images/ag_nxt.svg);
  }

  .rvw .car_rvw .rvw_car .owl-nav button:hover {
    background: #f3934a;
  }

  .rvw .car_rvw .rvw_car .owl-nav button:hover::after {
    filter: invert(1);
  }

  .rvw .car_rvw {
    width: 100%;
  }

  .prv_plc_ .prv_plc_in p:not(:last-of-type),
  .prv_plc_ .prv_plc_in ul {
    margin-bottom: 15px;
  }

  .prv_plc_ .prv_plc_in b {
    font-size: 16px;
    line-height: 24px;
  }

  .prv_plc_ .prv_plc_in ul li {
    margin-bottom: 5px;
  }

  footer .ft_md {
    flex-direction: column;
  }

  footer .ft_md .fr_lnks_ {
    width: 100%;
  }

  footer .ft_md .lg_ p {
    max-width: 100%;
  }

  footer .ft_md {
    padding: 50px 0 30px;
  }

  footer .ft_md .pd_ {
    padding: 0 30px;
  }

  footer .ft_md .lg_ li.widget_media_image img {
    height: 50px !important;
  }

  footer .ft_md .lg_ {
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f5a96e;
  }

  footer .ft_md .lg_ .cnt_lnks {
    justify-content: center;
  }

  footer .ft_md .fr_lnks_ {
    padding-top: 20px;
  }

  footer .ft_md .nav_gt {
    border-bottom: 1px solid #f5a96e;
  }

  footer .ft_md .nav_gt ul li a:before {
    content: none;
  }

  footer .ft_md .nav_gt ul li a {
    padding: 0;
  }

  footer .ft_md .fr_lnks_ ul {
    margin-bottom: 15px;
  }

  footer .ft_md .fr_lnks_ strong::before {
    transition: all 0.3s ease-in;
  }

  footer .ft_md .fr_lnks_ strong.mgm_act::before {
    transform: rotate(135deg);
  }

  footer .ft_md .fr_lnks_ strong {
    width: 100%;
    position: relative;
  }

  footer .ft_md .fr_lnks_ strong::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 13px;
    height: 13px;
    transform: rotate(-45deg);
  }

  footer .ft_md .cont_ ul li b span {
    display: inline-block;
  }

  footer .ft_btm ul {
    flex-wrap: wrap;
  }

  footer .ft_md .fl_pers {
    top: -340px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }

  footer .ft_md .fl_pers .img_ img {
    height: 273px !important;
    margin-top: 67px;
    margin-bottom: unset;
  }

  footer .ft_tp {
    padding: 40px 0 300px;
  }

  footer .ft_md .fr_lnks_ ul {
    display: none;
  }

  footer .ft_md .fl_pers .img_ {
    width: 320px;
  }

  footer .ft_md .fl_pers .img_ li:last-child {
    display: block;
  }

  footer .ft_md .fl_pers .img_ li:first-child {
    display: none;
  }

  footer .ft_md .fl_pers .widget_text {
    top: 51px;
    right: -16px;
  }

  footer .ft_md .fl_pers .widget_text:before {
    left: 10%;
    background-size: 30px;
    background-position: top center;
  }

  footer .ft_md .fl_pers {
    height: -moz-fit-content;
    height: fit-content;
  }

  footer .ft_btm {
    flex-direction: column;
    justify-content: center;
  }

  footer .ft_btm>p {
    margin-bottom: 15px;
  }

  .faq_ .faq_in .flx_blk {
    flex-direction: column;
  }

  .faq_ .faq_in .vrag_ .lft_ {
    width: 52%;
    margin: 0 auto 20px;
  }

  .faq_ .faq_in .vrag_ .rgt_,
  .faq_ .faq_in .qa_bl .lft_,
  .faq_ .faq_in .qa_bl .rgt_ {
    width: 100%;
  }

  .faq_ .faq_in .qa_bl .lft_ {
    margin-bottom: 10px;
  }

  .faq_ .faq_in .qa_bl .tp_bl {
    margin-bottom: 25px;
  }

  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
    margin-right: 12px;
  }

  .pg_ntn li a {
    font-size: 16px;
    min-width: 40px;
    height: 40px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ img {
    height: 380px !important;
  }

  .cnt_ .cnt_in .tp_blk,
  .cnt_ .cnt_in .bt_blk {
    padding: 60px 0;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ input[type=checkbox] {
    margin-right: 10px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ .hd_ {
    margin-bottom: 10px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn {
    width: 40px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn img {
    height: 55px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 440px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    margin: auto 0;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ textarea {
    height: 105px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ {
    align-items: flex-start;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ p {
    font-size: 15px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 75px 0 60px;
    flex-direction: column;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ {
    width: 60%;
    margin: 0 auto 20px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ {
    width: 100%;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 65px 0 55px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li:not(:nth-child(3n)) {
    margin-right: 10px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li {
    width: 32.2%;
  }

  .trng .trng_in .fr_tr li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li {
    margin-bottom: 10px;
  }

  .trng .trng_in .fr_tr li .img_ {
    border-radius: 15px;
  }

  .bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
    margin-right: 14px;
  }

  .bl_dt .bl_dt_in .glry .img_ img {
    height: 260px;
  }

  .bl_dt .bl_dt_in .sed_ {
    flex-direction: column-reverse;
  }

  .bl_dt .bl_dt_in .sed_ .txt_ {
    width: 100%;
  }

  .bl_dt .bl_dt_in .sed_ .img_ {
    width: 65%;
    margin: 0 auto 20px;
  }

  .bl_dt .bl_dt_in .shr_to {
    flex-direction: column;
  }

  .bl_dt .bl_dt_in .shr_to>div:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .bl_dt .bl_dt_in .shr_to b {
    width: 100px;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 420px !important;
  }

  .bl_dt .bl_dt_in .glry .img_ img {
    height: 230px;
  }

  .bl_dt .bl_dt_in .sagt_ {
    margin-bottom: 20px;
  }

  .bl_dt .bl_dt_in .glry {
    margin-bottom: 20px;
  }

  .bl_dt .bl_dt_in .shr_to .rgt ul li {
    padding-left: 25px;
    background: url(../images/dl_tg.svg) no-repeat top 3px left 0;
    background-size: 20PX;
  }

  .agnd_ .agnd_in .hd_ {
    margin-bottom: 20px;
  }

  .agnd_ .agnd_in .flt_blk b {
    margin-bottom: 10px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ {
    width: 32.5%;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_srt select {
    width: calc(100% - 81px);
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_typ select,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
    padding-left: 25px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 20px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ select,
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ input,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
    height: 44px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    max-width: 70%;
    top: unset;
    right: unset;
    margin: 0 auto;
    position: relative;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt b {
    display: block;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    max-width: 100%;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt p {
    margin: 8px 0;
  }

  .tr_td .tr_td_in .prim_ {
    padding: 70px 0;
  }

  .tr_td .tr_td_in .snd_ .snd_in .fq_blk {
    max-width: 100%;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on {
    width: 70%;
    margin: 0 auto 20px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw {
    width: 75%;
    margin: 15px auto 20px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .txt_ p {
    font-size: 15px;
  }

  .tr_td .tr_td_in .snd_ .snd_in {
    width: 100%;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ h1,
  .abt_us .abt_us_in .lcte .lcte_in .lft_ h4 {
    margin-bottom: 6px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 65px 0;
  }

  .abt_us .abt_us_in .onze .onze_in .hd {
    margin-bottom: 30px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on img {
    height: 310px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw img {
    height: 240px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .lft_ a {
    font-size: 15px;
    line-height: 22px;
  }

  .rvw .car_rvw .rvw_car .owl-nav button:not(:last-child) {
    margin-right: 5px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row;
  }

  .faq_ .faq_in .vrag_,
  .bl_dt .bl_dt_in,
  .agnd_ .agnd_in,
  .tr_td .tr_td_in .snd_ {
    padding: 60px 0;
  }

  .faq_ .faq_in .qa_bl {
    padding: 60px 0 70px;
  }

  .rvw {
    padding-bottom: 60px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-stars,
  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-content {
    margin-bottom: 10px !important;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-profile-img {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }

  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .main_blk .main_flex_blk>.rgt {
    display: none;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .lft .prim_ .flt_frm {
    display: block;
    position: relative;
    z-index: 1;
  }

  /* .tr_td .tr_td_in .prim_::before{
    content: '';
  }
  .tr_td .tr_td_in .prim_{
    background: url(../images/tr_td_bk.jpg) no-repeat center;
  } */
  .tr_td .tr_td_in .bnr_img {
    height: 1244px;
  }

  /* ---------- 3.7.24 ---------- */
  /**===12 july 24===**/
  .agnd_ .agnd_in .agnd_lst .item .md_blk .toggle-popup,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .toggle-popup {
    margin: 10px auto;
    line-height: 15px;
    padding: 10px 14px;
  }

  /**===12 july 24===**/


  /* 20-11-24 */
  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 {
    max-width: 408px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk,
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk {
    padding-bottom: 0;
  }

  .tr_td .tr_td_in .trt_ .rgt_ {
    padding: 40px 0 40px 99px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
    width: 96%;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    border: unset;
  }

  /*  */


  /* 26-11-24 */

  header .hd_tp .parent_hd_tp .fr_lg a {
    margin: auto;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner img.ti-platform-icon {
    display: none;
  }

  /*  */
  /* 22-02-2025 */
  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    padding: 11px 27px;
  }

  footer .ft_md .lg_ li.widget_media_image {
    width: 265px;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: 285px;
  }

  header .hd_btm ul li.menu-item-has-children .sub-menu li a {
    font-size: 15px;
  }

  /* 22-02-2025 end */

  /* service page */
  .ser-ovrview .ser-inr-flx .ryt {
    padding-left: 30px;
  }

  .ser-ovrview .top-cnt {
    padding-bottom: 30px;
  }

  .ser-ovrview .top-cnt p {
    margin: 10px 0 0;
  }

  .ser-ovrview .ser-inr-flx:nth-child(odd) .ryt {
    padding-right: 30px;
  }

  .ser-ovrview .ser-inr-flx .lft .img,
  .ser-ovrview .ser-inr-flx .lft .img img {
    border-radius: 20px;
  }

  .ser-ovr .ser-ovr-flx>.lft>ul {
    width: 100%;
  }

  .ser-ovr .ser-ovr-flx>.lft>ul li {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .bl_dt h1 {
    font-size: 23px !important;
    ;
    line-height: 28px !important;
    ;
  }

  .bl_dt h2 {
    font-size: 20px !important;
    ;
    line-height: 25px !important;
    ;
  }

  .bl_dt h3 {
    font-size: 19px !important;
    ;
    line-height: 24px !important;
    ;
  }

  /* 24-10-25 */
  .j_detail .j_naam .naam_content h1 {
    font-size: 31px;
    line-height: 38px;
  }

  .j_detail .j_banner .jbanner_img img {
    border-radius: 20px;
  }

  .j_detail .j_naam .naam_content ul li {
    width: 100%;
  }

  .j_detail p {
    padding-bottom: 10px;
  }

  .j_detail .j_naam .naam_content .nam_flex {
    flex-direction: column-reverse;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text {
    width: 100%;
    padding-right: 0px;
    padding-top: 20px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img {
    width: 100%;
    padding-top: 10px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 49.1%;
    height: 270px;
    border-radius: 20px;
  }

  .j_detail .mae_main .mae_flex .mae_image img {
    border-radius: 20px;
    height: 360px;
  }

  .j_detail .j_naam .naam_content strong {
    font-size: 17px;
    line-height: 22px;
  }

  .j_detail b {
    font-size: 19px;
    line-height: 24px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_text p:not(:last-child) {
    padding-bottom: 10px;
  }

  .j_detail .mae_main .mae_flex {
    flex-direction: column;
  }

  .j_detail .mae_main .mae_flex .mae_image {
    width: 90%;
  }

  .j_detail .mae_main .mae_flex .mae_text {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }

  .j_detail li {
    padding: 0px 5px 8px 15px;
  }

  .j_detail .viva_main {
    padding-top: 25px;
  }

  .j_detail .viva_main .file_flex .right strong {
    font-size: 26px;
    line-height: 33px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex label {
    width: 48.8%;
  }

  .j_detail .viva_main .file_flex {
    flex-direction: column;
  }

  .j_detail .viva_main .file_flex .left {
    padding-right: 0px;
    width: 100%;
  }

  .j_detail .viva_main .file_flex .right {
    width: 100%;
    margin-top: 15px;
  }

  .j_detail .viva_main .file_flex .right .file_u label {
    border-radius: 20px;
  }

  .ser-ovrview.job_over .j_o .ryt .j_icon {
    height: 45px;
    width: 45px;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
    padding-left: 20px;
    padding-right: 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
    padding-right: 20px;
    padding-left: 0;
  }

  /* 24-10-25 */

  /* 27-10-25 */
  .h_tag h1 {
    font: 32px / 40px "Poppins-Bold";
  }

  .h_tag h2 {
    font: 29px / 37px "Poppins-Bold";
  }

  .h_tag h3 {
    font: 27px / 34px "Poppins-Bold";
  }

  .h_tag h4 {
    font: 24px / 31px "Poppins-Bold";
  }

  .h_tag h5 {
    font: 21px / 29px "Poppins-Bold";
  }

  .h_tag h6 {
    font: 19px / 25px "Poppins-Bold";
  }

  .tr_td .tr_td_in .snd_ .snd_in b,
  .tr_td .tr_td_in .snd_ .snd_in strong {
    font: 18px / 26px "Poppins-Bold" !important;
  }

  /* 27-10-25 */

  /* 29-10-25 */
  .ser-ovrview .ser-inr-flx .lft {
    width: 100%;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx {
    flex-direction: column;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx {
    flex-direction: column;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
    padding-right: 0px;
    padding-left: 0;
  }

  .ser-ovrview .ser-inr-flx .ryt {
    padding-top: 30px;
    width: 100%;
  }

  .brd_crm .brd_crm_in ul li:not(:last-child) {
    padding-right: 15px;
    margin-right: 10px;
  }

  .ser-ovrview.job_over .j_o .lft .img img {
    height: 360px !important;
  }

  /* 29-10-25 */
}

@media screen and (max-width: 767px) {
  header .hd_btm ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .hm_pg .ban_ .ban_car .owl-nav {
    padding: 10px;
    border-top-left-radius: 15px;
  }

  .hm_pg .ban_ .ban_car .owl-nav button {
    min-width: 40px;
    height: 40px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 64px;
    line-height: 75px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in {
    max-width: 545px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 560px;
  }

  .hm_pg .van_inst {
    padding: 50px 0 115px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .icn_ {
    min-width: 70px;
    height: 70px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .txt_ b {
    margin-bottom: 2px;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
    height: 370px;
  }

  .hm_pg .ont_wik {
    padding: 50px 0;
  }

  .hm_pg .ont_wik .ont_wik_in .lft h3 {
    margin-bottom: 10px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft p {
    margin-bottom: 10px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk a {
    margin-bottom: 30px;
  }

  /* .hm_pg .ont_wik .ont_wik_in .lft b {
    margin-bottom: 7px;
  } */
  .hm_pg .agnda .agnda_in .agnd_car .owl-nav,
  .hm_pg .agnda .agnda_in .agnd_car .owl-dots {
    display: none;
  }

  .hm_pg .meest_blk {
    margin-bottom: 55px;
    padding-top: 45px;
  }

  .hm_pg .meest_blk .meest_in .lft h5 {
    margin-bottom: 20px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk {
    flex-direction: column;
    align-items: unset;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    max-width: 500px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body p {
    margin-bottom: 15px;
  }

  .faq_ .faq_in .vrag_ .rgt_ h1,
  .faq_ .faq_in .vrag_ .rgt_ p:not(:last-of-type) {
    margin-bottom: 7px;
  }

  .faq_ .faq_in .qa_bl,
  .faq_ .faq_in .vrag_,
  .bl_dt .bl_dt_in,
  .agnd_ .agnd_in,
  .tr_td .tr_td_in .snd_ {
    padding: 60px 0;
  }

  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .bl_og .bl_og_in .bl_blk .bl_ {
    width: 49%;
  }

  .bl_og .bl_og_in .bl_blk {
    margin-bottom: 10px;
  }

  .cnt_ .cnt_in .tp_blk,
  .cnt_ .cnt_in .bt_blk {
    padding: 50px 0;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in {
    flex-direction: column;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    width: 70%;
    margin: 0 auto 20px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ {
    width: 100%;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 70px 0 55px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ img {
    height: 370px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ a {
    padding: 7px 25px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ ul {
    margin-bottom: 15px;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 60px 0 45px;
  }

  .bl_dt .bl_dt_in .glry .img_:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .bl_dt .bl_dt_in .glry .img_ {
    width: unset;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 380px !important;
  }

  .bl_dt .bl_dt_in .sagt_ .sgn_ {
    padding: 20px 30px 20px 20px;
  }

  .bl_dt .bl_dt_in .shr_to b {
    width: 70px;
    min-width: 70px;
  }

  .bl_dt .bl_dt_in .glry {
    flex-wrap: nowrap;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk {
    flex-wrap: wrap;
    justify-content: center;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ {
    width: 40%;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .agnd_ .agnd_in .flt_blk,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ {
    padding: 15px 15px 15px;
    margin-bottom: 35px;
  }

  /* .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 10px;
  } */
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .agnd_ .agnd_in .agnd_lst .item {
    margin-bottom: 15px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:nth-child(1),
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:nth-child(2),
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:nth-child(3) {
    background-position: left 0 top 0;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li {
    padding-left: 25px;
  }

  /* .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
    flex-direction: column;
  } */
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk>div {
    width: 100%;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk>div:not(:last-child) {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_:not(:last-child),
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk {
    padding: 0;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    padding: 0;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .lf_lnk {
    border-right: 0;
  }

  .abt_us .abt_us_in .flx_blk {
    flex-direction: column;
  }

  .abt_us .abt_us_in .hldn .hldn_in .lft_ {
    width: 70%;
    margin: 0 auto 20px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ {
    width: 100%;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_>p,
  .abt_us .abt_us_in .lcte .lcte_in .lft_>p {
    margin-bottom: 15px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .lft_ img {
    height: 320px;
  }

  .abt_us .abt_us_in .onze {
    padding: 45px 0;
    margin-bottom: 60px;
  }

  .rvw .car_rvw .rvw_car .owl-dots {
    display: none;
  }

  .rvw {
    padding-bottom: 50px;
  }

  .abt_us .abt_us_in .flx_blk.lcte_in {
    flex-direction: column-reverse;
  }

  .abt_us .abt_us_in .flx_blk.lcte_in .lft_ {
    width: 100%;
  }

  .abt_us .abt_us_in .flx_blk.lcte_in .rgt_ {
    width: 70%;
    margin: 0 auto 20px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in {
    margin-top: 30px;
  }

  .wa__btn_popup .wa__btn_popup_icon {
    height: 45px !important;
    width: 45px !important;
  }

  .tr_td .tr_td_in .trng .trng_in {
    padding: 50px 0 40px;
  }

  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .bnr_img {
    height: 1320px;
  }

  /* ---------- 3.7.24 ---------- */
  /**===12 july 24===**/
  .agnd_ .agnd_in .agnd_lst .item .md_blk .toggle-popup,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .toggle-popup {
    line-height: 15px;
    padding: 11.5px 10px;
  }

  /**===12 july 24===**/


  /* 20-11-24 */

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 p {
    font-size: 45px;
    line-height: 55px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 {
    max-width: 323px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
    width: 100%;
  }

  /* 3-1-25 */

  .bl_dt h4 {
    font-size: 23px;
    line-height: 27px;
  }

  .bl_dt h5 {
    font-size: 20px;
    line-height: 25px;
  }

  /*  */
  /*  */
  /* 22-02-2025 */
  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_>a {
    width: fit-content !important;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .icn_ {
    margin-right: 12px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .icn_ {
    min-width: 40px;
    height: 40px;
  }

  /* 22-02-2025 end*/

  /* 22-5-25 */

  .ser-ovrview .ser-inr-flx .ryt p {
    padding-top: 10px;
  }

  .ser-ovrview .ser-inr-flx .ryt a.srv-ovr,
  .ser-ovrview.job_over .j_o .ser-inr-flx .ryt a.srv-ovr {
    letter-spacing: 0px;
    padding: 7px 16px;
    margin-top: 20px;
    font-size: 15px;
  }

  .ser-ovrview .ser-inr-flx {
    flex-direction: column;
  }

  .ser-ovrview .ser-inr-flx:nth-child(odd) {
    flex-direction: column;
  }

  .ser-ovrview .ser-inr-flx .lft {
    width: 100%;
  }

  .ser-ovrview .ser-inr-flx .ryt {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }

  .ser-ovrview .ser-inr-flx:nth-child(odd) .ryt {
    padding-right: 0;
  }

  .ser-ovrview .ser-inr-flx .ryt .big-txt {
    font-size: 120px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx {
    flex-direction: column-reverse;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .lft {
    width: 100%;
    padding-top: 30px;

  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .ryt {
    width: 100%;
    margin-left: 0;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .ryt img {
    max-width: 100%;
  }

  .ser-ovrview .ser-inr-flx .lft .img img {
    max-width: 100% !important;
  }

  /*  */
  .bl_dt.blgDet h2 {
    font-size: 19px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h1 {
    font-size: 21px !important;
    line-height: 28px !important;
  }

  /* 24-10-25 */
  .j_detail .j_banner .jbanner_img img {
    height: 400px !important;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .j_detail .j_naam .naam_content strong~p {
    padding-bottom: 10px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.9%;
    height: 250px;
  }

  .j_detail .mae_main .mae_flex .mae_image img {
    height: 320px;
  }

  .j_detail .viva_main {
    padding-top: 18px;
  }

  .j_detail .viva_main .viva {
    padding-bottom: 5px;
  }

  .j_detail .viva_main .file_flex .right strong {
    font-size: 24px;
    line-height: 31px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex label {
    width: 48.6%;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx {
    flex-direction: column;
  }

  .ser-ovrview.job_over .j_o:nth-child(odd) .ser-inr-flx .ryt {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx {
    flex-direction: column;
  }

  .ser-ovrview.job_over .j_o:nth-child(even) .ser-inr-flx .ryt {
    padding-right: 0px;
    padding-left: 0;
  }

  /* 24-10-25 */
}

@media screen and (max-width: 650px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ser-ovrview .ser-inr-flx .ryt strong,
  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser h2,
  .ser-ovrview.job_over .j_o .ryt strong {
    font-size: 27px;
    line-height: 34px;
  }

  /* .hm_pg .ban_ .ban_car .item .txt_blk .txt_in > p > a:first-of-type {
    margin-bottom: 10px;
  } */
  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in ul {
    display: none;
  }

  .hm_pg .van_inst .van_inst_in .lft_blk h1 {
    margin-bottom: 22px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk {
    padding-top: 115px;
  }

  .hm_pg .van_inst {
    padding: 40px 0 115px;
  }

  .hm_pg .van_inst .van_inst_in .lft_blk .img_dv img {
    height: 330px;
  }

  .trng .trng_in .fr_tr li .img_ img {
    height: 250px !important;
  }

  .hm_pg .ont_wik {
    padding: 45px 0;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
    height: 340px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    width: 60%;
  }

  /* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .ag-prijs{width: 40%;} */
  .hm_pg .meest_blk {
    margin-bottom: 50px;
  }

  footer .ft_tp .tp_cnt .txt_ strong {
    font-size: 32px;
    line-height: 40px;
  }

  footer .ft_tp {
    padding: 40px 0 270px;
  }

  footer .ft_md {
    padding: 40px 0 30px;
  }

  footer .ft_btm {
    flex-direction: column;
    justify-content: center;
  }

  footer .ft_btm>p {
    margin-bottom: 10px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
    font-size: 23px;
    line-height: 30px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button {
    padding: 7px 25px;
    font-size: 15px;
    line-height: 20px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    margin: 0 auto;
  }

  #cmplz-cookiebanner-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    bottom: unset;
  }

  .faq_ .faq_in .qa_bl,
  .faq_ .faq_in .vrag_,
  .bl_dt .bl_dt_in,
  .agnd_ .agnd_in,
  .tr_td .tr_td_in .snd_ {
    padding: 50px 0;
  }

  .faq_ .faq_in .vrag_ .lft_ {
    width: 60%;
  }

  .faq_ .faq_in .vrag_ .lft_ img {
    height: 300px;
  }

  .faq_ .faq_in .qa_bl .tp_bl {
    margin-bottom: 20px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ img {
    height: 350px !important;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .flt_ {
    padding: 4px 11px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 400px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    width: 49%;
    padding: 20px 10px 17px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ p {
    font-size: 15px;
    line-height: 22px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 370px;
  }

  input:not([type=checkbox]),
  select {
    height: 45px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li b {
    font-size: 16px;
    line-height: 22px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li:not(:nth-child(3n)) {
    margin-right: 9px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li b {
    width: 100%;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 290px !important;
  }

  .bl_dt .bl_dt_in .fl_img {
    border-radius: 35px;
  }

  .bl_dt .bl_dt_in .sagt_ .dt_tm {
    font-size: 14px;
    line-height: 20px;
  }

  .bl_dt .bl_dt_in .smpr_ {
    margin-bottom: 20px;
  }

  .bl_dt .bl_dt_in .sed_ .img_ img {
    height: 270px;
  }

  .agnd_ .agnd_in .hd_ {
    margin-bottom: 15px;
  }

  .agnd_ .agnd_in .flt_blk b {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ select,
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ input,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
    height: 40px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ {
    width: 48%;
    margin-right: 10px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk {
    flex-direction: column;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }

  .agnd_ .agnd_in .agnd_lst .item .hd_blk b {
    font-size: 15px;
    line-height: 22px;
  }

  .agnd_ .agnd_in .agnd_lst .item {
    border-radius: 20px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 15px;
  }

  .agnd_ .agnd_in .agnd_lst .item .bt_blk strong {
    font-size: 15px;
    line-height: 22px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk strong {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong {
    padding: 10px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk strong span {
    margin-right: 10px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 55px;
    line-height: 59px;
    max-width: 380px;
  }

  .tr_td .tr_td_in .prim_ {
    padding: 60px 0;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    max-width: 90%;
  }

  .hm_pg .agnda .agnda_in .agnd_car .owl-nav button,
  .tr_td .tr_td_in .trng .fr_tr .owl-nav button {
    min-width: 40px;
    height: 40px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk {
    min-width: 65px;
    height: 65px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .txt_blk b {
    font-size: 17px;
    line-height: 21px;
  }

  .abt_us .abt_us_in .onze .onze_in .hd h2 {
    margin-bottom: 6px;
  }

  .abt_us .abt_us_in .onze .onze_in .hd {
    margin-bottom: 25px;
  }

  .abt_us .abt_us_in .flx_blk.lcte_in .rgt_ {
    width: 85%;
  }

  .abt_us .abt_us_in .lcte {
    margin-bottom: 50px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
    height: 45px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 70px 0 50px;
  }

  .tr_td .tr_td_in .trng .trng_in {
    padding: 50px 0 35px;
  }

  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .bnr_img {
    height: 1340px;
  }

  /* ---------- 3.7.24 ---------- */

  /* 7-july */
  .error_page.poli img {
    max-width: 360px;
    height: 230px;
  }

  /*  */
  /**==11 july 24==**/
  /* .hm_pg .usp_ .usp_lst li b{justify-content: center;} */
  .hm_pg .usp_ .usp_lst li {
    text-align: center;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk .toggle-popup,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .toggle-popup {
    margin: 0 auto 15px auto;
  }

  /**==11 july 24==**/
  .agnd_ .agnd_in .agnd_lst .item .popup .popup-content strong,
  .modal.homepop .modal-content .popup .popup-content strong {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .agnd_ .agnd_in .agnd_lst .item .popup .popup-content .popdate,
  .modal.homepop .modal-content .popup .popup-content .popdate {
    padding: 15px;
  }

  .agnd_ .agnd_in .agnd_lst .item .popup .popup-content,
  .modal.homepop .modal-content .popup .popup-content {
    font-size: 14px;
  }

  .agnd_ .agnd_in .agnd_lst .item .modal .modal-content,
  .modal.homepop .modal-conten {
    max-width: 335px;
  }


  /* 20-11-24 */

  .agnd_ .agnd_in .agnd_lst .item .md_blk strong span.op-txt,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span.op-txt {
    font-size: 17px;
    line-height: 30px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk {
    flex-direction: column;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .rg_lnk a {
    width: 100%;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk>div:not(:last-child) {
    margin-bottom: 0;
  }

  /*  */
  /* 20-11-24 */
  .tr_td .tr_td_in .trt_ .lft_ .img_ {
    width: 140px;
    height: 140px;
    right: -92px;
  }

  /*  */

  /* service page */

  .ser-ovr .ser-ovr-flx>.lft>ul li a {
    padding: 17px 17px;
  }

  .ser-ovr .ser-ovr-flx>.lft>ul li a {
    padding: 13px 11px;
    font-size: 15px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img:not(:last-child) {
    margin-right: 10px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img {
    height: 210px;
    border-radius: 10px;
  }

  /* service page end*/


  /*  */

  /* 22-5-25 */
  .ser-ovr .ser-ovr-flx .lft .btm-cnt {
    width: 86%
  }

  .bl_dt h1 {
    font-size: 22px !important;
    line-height: 31px !important;
  }

  .bl_dt h2 {
    font-size: 19px !important;
    line-height: 24px !important;
  }

  .bl_dt h3 {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  /*  */

  /* 24-10-25 */
  .j_detail .j_naam .naam_content ul li {
    font-size: 15px;
    line-height: 22px;
  }

  .j_detail .j_banner .jbanner_img img {
    height: 360px !important;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 5px;
  }

  .j_detail .j_naam .naam_content ul li {
    padding: 0px 15px 5px 15px;
  }

  .j_detail p {
    font-size: 15px;
    line-height: 22px;
  }

  .j_detail .j_naam .naam_content strong {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 5px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.7%;
    height: 240px;
  }

  .j_detail b {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 5px;
  }

  .j_detail .j_naam .naam_content .nam_flex {
    padding-bottom: 10px;
  }

  .j_detail .mae_main .mae_flex .mae_text strong {
    font-size: 16px;
    line-height: 23px;
  }

  .j_detail .viva_main .file_flex .right strong {
    font-size: 22px;
    line-height: 30px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex label {
    width: 48.3%;
  }

  .j_detail .viva_main .file_flex .right .file_u label .up_cont img {
    height: 28px;
  }

  .j_detail li {
    font-size: 15px;
    line-height: 22px;
  }

  .j_detail .mae_main {
    padding: 20px 0px;
  }

  /* 24-10-25 */
  .h_tag h1 {
    font: 27px / 37px "Poppins-Bold";
  }

  .h_tag h2 {
    font: 25px / 34px "Poppins-Bold";
  }

  .h_tag h3 {
    font: 23px / 32px "Poppins-Bold";
  }

  .h_tag h4 {
    font: 22px / 27px "Poppins-Bold";
  }

  .h_tag h5 {
    font: 21px / 28px "Poppins-Bold";
  }

  .h_tag h6 {
    font: 20px / 29px "Poppins-Bold";
  }
}

@media screen and (max-width: 550px) {

  p,
  p a,
  ul li,
  .fq_blk .fq_bx .fq_txt {
    font-size: 15px;
    line-height: 25px;
  }

  /* .brd_crm {
    padding: 13px 0;
  } */

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 57px;
    line-height: 67px;
    margin-bottom: 13px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p>b {
    margin-bottom: 11px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .hm_pg .van_inst .van_inst_in .lft_blk h1 {
    margin-bottom: 12px;
  }

  .hm_pg .van_inst .van_inst_in .van_inst_bt .lft_blk {
    width: 80%;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li {
    flex-direction: column;
    align-items: start;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:nth-child(1),
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:nth-child(1),
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:nth-child(2),
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:nth-child(2),
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:nth-child(3),
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:nth-child(3) {
    background-position: left 0 top 0;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .icn_ {
    margin-bottom: 10px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .txt_ {
    padding: 0;
  }

  .trng .trng_in .fr_tr li .img_ img {
    height: 320px !important;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt {
    width: 80%;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .img_ img {
    height: 430px;
  }

  footer .ft_tp .tp_cnt .txt_ strong {
    font-size: 27px;
    line-height: 34px;
  }

  footer .ft_md .fl_pers .img_ {
    width: 260px;
  }

  footer .ft_md .fl_pers .img_ img {
    height: 216px !important;
    /* margin-top: 0; */
    margin-top: 54px;
  }

  footer .ft_md .fl_pers {
    top: -270px;
  }

  footer .ft_md .fl_pers .widget_text {
    right: -38px;
    top: 25px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ {
    border-radius: 20px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ {
    margin-bottom: 12px;
  }

  .faq_ .faq_in .vrag_ .lft_ img {
    height: 270px;
  }

  .faq_ .faq_in .vrag_ .rgt_ b {
    font-size: 16px;
  }

  .faq_ .faq_in .qa_bl,
  .faq_ .faq_in .vrag_,
  .agnd_ .agnd_in,
  .tr_td .tr_td_in .snd_ {
    padding: 45px 0;
  }

  .bl_dt .bl_dt_in {
    padding: 45px 0 35px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .txt_ b {
    margin-bottom: 6px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ b {
    font-size: 16px;
    line-height: 25px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li:not(:nth-child(2n)) {
    margin-right: 0%;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    width: 80%;
    margin: 0 auto 15px !important;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ p span {
    display: inline-block;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 340px;
    width: 100%;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk input[type="submit"] {
    padding: 8px 25px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li:not(:nth-child(3n)) {
    margin-right: 7px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 60px 0 45px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ {
    width: 100%;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 55px 0 40px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li .img_ img {
    height: 230px !important;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li b {
    font-size: 14px;
    line-height: 19px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ img {
    height: 330px;
  }

  .bl_dt .bl_dt_in b,
  .bl_dt .bl_dt_in .sagt_ .sgn_ strong {
    font-size: 16px;
    line-height: 22px;
  }

  .bl_dt .bl_dt_in .glry .img_ img {
    height: 210px;
  }

  .bl_dt .bl_dt_in .sed_ .img_ {
    width: 100%;
  }

  .bl_dt .bl_dt_in .sed_ {
    margin-bottom: 40px;
  }

  .bl_dt .bl_dt_in .shr_to ul {
    flex-wrap: wrap;
  }

  .bl_dt .bl_dt_in .shr_to>div.rgt {
    align-items: flex-start;
  }

  .bl_dt .bl_dt_in .shr_to>div.rgt ul li {
    margin-bottom: 10px;
    background: url(../images/dl_tg.svg) no-repeat top 1px left 0;
    background-size: 20PX;
  }

  .bl_dt .bl_dt_in .shr_to .lft ul li a img {
    transform: scale(0.8);
  }

  .bl_dt .bl_dt_in .shr_to .lft ul li:not(:last-child) {
    margin-right: 5px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ {
    width: 100%;
    margin-right: 6px;
  }

  .agnd_ .agnd_in .flt_blk,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ {
    padding: 15px 5px 15px;
    margin-bottom: 30px;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_srt {
    width: 100%;
  }

  .agnd_ .agnd_in .agnd_lst .item .hd_blk {
    padding: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp {
    padding: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .prs_ {
    width: 40px;
    min-width: 40px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .prs_ img {
    height: 40px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .txt_ b {
    font-size: 15px;
    line-height: 20px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on img {
    height: 240px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw {
    width: 95%;
  }

  .tr_td .tr_td_in .trt_ {
    flex-direction: column;
  }

  .tr_td .tr_td_in .trt_ .lft_ {
    width: 100%;
    height: 140px;
  }

  .tr_td .tr_td_in .trt_ .lft_ .img_ {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .tr_td .tr_td_in .trt_ .rgt_ {
    width: 100%;
    padding: 110px 20px 40px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ .in_ .lnk_blk .ln_ .icn_ {
    min-width: 40px;
    height: 40px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .lft_ img {
    height: 290px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk {
    min-width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk img {
    width: 60%;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li img {
    width: 110px !important;
    height: 45px !important;
  }

  .abt_us .abt_us_in .onze .onze_in .brdz ul li {
    padding: 14px !important;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw img {
    height: 220px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on img {
    height: 280px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 60px 0;
  }

  .chat img {
    width: 42px;
    height: 42px;
  }

  header .hd_btm ul li.menu-item-has-children .sub-menu li a {
    font-size: 16px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-content {
    font-size: 15px;
    line-height: 25px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in {
    margin-top: 25px;
  }

  /**===2 july 24===**/
  .faq_ .faq_in .vrag_ .lft_,
  .abt_us .abt_us_in .hldn .hldn_in .lft_,
  .tr_td .tr_td_in .snd_ .snd_in .gal_on {
    width: 100%;
  }

  /**===2 july 24===**/
  /* ---------- 3.7.24 ---------- */
  .tr_td .tr_td_in .bnr_img {
    height: 1320px;
  }

  /* ---------- 3.7.24 ---------- */

  /* 4 th july */
  .error_page.poli img {
    margin: 28px auto 0;
  }

  /**==6 july 24==**/
  .faq_ .faq_in .qa_bl .faq-tabs ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .faq_ .faq_in .qa_bl .faq-tabs ul li {
    width: 100%;
  }

  .faq_ .faq_in .qa_bl .faq-tabs ul li a.nav-link {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    padding: 11px 25px;
  }

  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
    background-position: left 0 center, right 10px center;
    white-space: nowrap;
    padding-right: 38px;
    text-overflow: ellipsis;
    overflow: hidden !important;
  }

  /**==6 july 24==**/


  /* 20-11-24 */
  .agnd_ .agnd_in .agnd_lst .item .md_blk strong span.op-txt,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span.op-txt {
    font-size: 16px;
    line-height: 30px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 p {
    font-size: 40px;
    line-height: 50px;
  }

  /* 3-1-25 */
  .bl_dt h2 {
    font-size: 25px;
    line-height: 29px;
  }

  .bl_dt h3 {
    font-size: 23px;
    line-height: 25px;
  }

  .bl_dt h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .bl_dt h5 {
    font-size: 18px;
    line-height: 24px;
  }

  /*  */

  /* service page */
  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img {
    height: 170px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx {
    padding: 30px 0;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser h2 {
    margin-bottom: 15px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box .faq-hd strong {
    font-size: 15px;
    line-height: 22px;
  }

  /* .ser-ovr .ser-ovr-flx .lft .btm-cnt{        width: 65%;} */
  /*  */
  .bl_dt h4 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .bl_dt h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .bl_dt h6 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* 24-10-25 */
  .j_detail .j_banner .jbanner_img img {
    height: 300px !important;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.4%;
    height: 240px;
  }

  .j_detail .mae_main .mae_flex .mae_image img {
    height: 280px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex {
    gap: 13px;
  }

  .ser-ovrview.job_over .j_o .lft .img img {
    height: 320px !important;
  }


  /* 24-10-25 */

  /* 29-10-25 */
  .brd_crm_in {
    padding: 13px 0;
  }

  /* 29-10-25 */
}

@media screen and (max-width: 480px) {
  ul li::before {
    top: 4px;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    max-width: unset;
    text-align: center;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk {
    padding-top: 125px;
  }

  ul li {
    font-size: 16px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ser-ovrview .ser-inr-flx .ryt strong,
  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser h2,
  .ser-ovrview.job_over .j_o .ryt strong {
    font-size: 25px;
    line-height: 32px;
  }

  header .hd_btm .ovr_lay {
    width: 320px;
  }

  header .hd_btm .me_nu .bg_lg a {
    width: 215px;
  }

  header .hd_btm .me_nu .bg_lg a img {
    height: 42px;
  }

  header .hd_tp .parent_hd_tp .fr_lg a {
    width: 200px
  }

  header .hd_tp .parent_hd_tp .fr_lg img {
    height: 60px !important;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 50px;
    line-height: 60px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in {
    max-width: 360px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a {
    padding: 12.5px 48px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 670px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk a {
    padding: 11.5px 46px;
  }

  .hm_pg .van_inst .van_inst_in .van_inst_bt .lft_blk {
    width: 95%;
  }

  .hm_pg .ont_wik .ont_wik_in .lft ul li:not(:last-child) {
    margin-bottom: 3px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft ul li {
    padding-right: 10px;
  }

  .trng .trng_in .fr_tr li b {
    font-size: 18px;
  }

  .hm_pg .trng .trng_in>a,
  .hm_pg .agnda .agnda_in>a {
    padding: 11.5px 38px;
  }

  .hm_pg .ont_wik {
    padding: 40px 0;
  }

  .hm_pg .ont_wik .ont_wik_in .lft a {
    padding: 11.5px 34px;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt {
    width: 95%;
  }

  .hm_pg .ont_wik .ont_wik_in .rgt .img_ img {
    height: 240px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk a {
    margin-bottom: 20px;
  }

  .hm_pg .agnda {
    padding: 45px 0 50px;
  }

  header .hd_btm ul li a {
    font-size: 16px;
    line-height: 22px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong b::before {
    height: 2px;
    bottom: 3px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .txt_ p {
    font-size: 16px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li {
    padding-right: 5px;
  }

  .fq_blk .fq_bx .fq_hd,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header {
    border-width: 1px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul li:not(:last-child),
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul {
    border-bottom: 1px solid #e5e5e5;
    /* width: 60%; */
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul,
  .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    padding: 15px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .img_ img {
    height: 420px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a {
    padding: 11px 50px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft b {
    font-size: 18px;
  }

  /* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk, .agnd_ .agnd_in .agnd_lst .item .md_blk {
    flex-direction: column;
  } */
  /* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk ul, .agnd_ .agnd_in .agnd_lst .item .md_blk ul {
    width: 100%;
  } */
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong,
  .agnd_ .agnd_in .agnd_lst .item .md_blk strong {
    width: 100%;
    /* display: flex; */
    font-size: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
  }

  .hm_pg .flx_blk b {
    font-size: 18px;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk .fr_tx p {
    font-size: 16px;
  }

  /* .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .ag-prijs{
    width:100%;
  } */
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong span,
  .agnd_ .agnd_in .agnd_lst .item .md_blk strong span {
    margin-right: 10px;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
  }

  .fq_blk .fq_bx .fq_hd strong {
    padding-right: 65px;
  }

  .fq_blk .fq_bx .fq_txt {
    padding: 10px 20px 10px 22px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-body {
    padding: 10px 20px 10px 22px;
  }

  .rvw .car_rvw .ti-reviews-container .ti-inner .ti-review-content {
    padding-right: 10px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-header .ti-name {
    font-size: 18px !important;
  }

  footer .ft_tp .tp_cnt .txt_ {
    flex-direction: column;
  }

  footer .ft_tp .tp_cnt .txt_ .icn_ {
    margin-right: 0;
  }

  footer .ft_tp .tp_cnt .txt_ .icn_ {
    margin-bottom: 10px;
  }

  footer .ft_tp .tp_cnt .fr_lnk p {
    text-align: center;
    padding: 0 10px;
  }

  footer .ft_tp .tp_cnt .fr_lnk a {
    padding: 11px 28px;
  }

  footer .ft_tp .tp_cnt .fr_lnk {
    text-align: center;
  }

  footer .ft_tp .tp_cnt .txt_ strong {
    font-size: 25px;
    text-align: center;
  }

  footer .ft_tp .tp_cnt .txt_ strong span {
    display: block;
  }

  footer .ft_md .lg_ .cnt_lnks li a {
    border-radius: 10px;
  }

  footer .ft_md .fl_pers .img_ img {
    height: 240px !important;
    object-position: center;
    margin-top: 0;
  }

  footer .ft_md .fl_pers {
    top: -240px;
  }

  footer .ft_md .fl_pers .img_ {
    width: 230px;
  }

  footer .ft_md .lg_ li.widget_media_image img {
    height: 40px !important;
  }

  footer .ft_md {
    padding: 30px 0 0px;
  }

  footer .ft_btm {
    text-align: center;
  }

  footer .ft_btm ul {
    justify-content: center;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    padding: 60px 20px 20px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button.cmplz-accept:first-of-type {
    margin-right: 10px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button {
    margin-right: 0px;
  }

  .prv_plc_ .prv_plc_in p:not(:last-of-type),
  .prv_plc_ .prv_plc_in ul {
    margin-bottom: 10px;
  }

  .prv_plc_ .prv_plc_in,
  .bl_og .bl_og_in {
    padding: 40px 0;
  }

  .faq_ .faq_in .vrag_ .lft_ {
    width: 100%;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .txt_ {
    left: 10px;
    right: 10px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .flt_ {
    font-size: 14px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .img_ img {
    height: 330px !important;
  }

  .bl_dt .bl_dt_in {
    padding: 45px 0 30px;
  }

  .bl_dt .bl_dt_in .fl_img {
    border-radius: 25px;
  }

  .pg_ntn li a {
    font-size: 15px;
    min-width: 35px;
    height: 35px;
  }

  .pg_ntn li:not(:last-child) {
    margin-right: 0;
  }

  .cnt_ .cnt_in .tp_blk,
  .cnt_ .cnt_in .bt_blk {
    padding: 45px 0;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    width: 100%;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    width: 100%;
    height: 300px;
  }

  input:not([type=checkbox]),
  select,
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
    height: 42px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
    font-size: 14px;
    line-height: 20px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .int_ textarea {
    height: 100px;
  }

  textarea {
    padding: 5px 10px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 55px 0 40px;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 45px 0 35px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li {
    width: 49%;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ b {
    font-size: 17px;
    line-height: 23px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ img {
    height: 300px;
  }

  .bl_dt .bl_dt_in .fl_img img {
    height: 250px !important;
  }

  .bl_dt .bl_dt_in .sed_ .img_ img {
    height: 250px;
  }

  .bl_dt .bl_dt_in .smpr_ {
    margin-bottom: 15px;
  }

  .bl_dt .bl_dt_in .sed_ .img_ {
    margin-bottom: 15px;
  }

  .bl_dt .bl_dt_in .sagt_ .sgn_ {
    background-size: 100px;
  }

  .agnd_ .agnd_in .agnd_lst .item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .agnd_ .agnd_in .agnd_lst .item {
    width: 100%;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 45px;
    line-height: 53px;
    max-width: 320px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm {
    max-width: 100%;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
    padding: 8px 35px 8px 40px;
    background: url(../images/td_dt.svg) no-repeat left 15px center, url(../images/slt_drp.svg) no-repeat right 15px center;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select {
    line-height: 25px;
  }

  /* .tr_td .tr_td_in .main_blk .main_flex_blk  .flt_frm .int_bk .inpt .fr_nmb {
    flex-direction: column;
  } */
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb select {
    padding: 5px 15px;
  }

  /* .tr_td .tr_td_in .main_blk .main_flex_blk  .flt_frm .int_bk .inpt .fr_nmb > p{
    width: 100%;
  } */
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb select {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb strong {
    padding: 0;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .txt_ {
    max-width: 150px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_on {
    width: 100%;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ img {
    height: 180px;
  }

  .tr_td .tr_td_in .trt_ .lft_ {
    height: 110px;
  }

  .tr_td .tr_td_in .trt_ .lft_ .img_ {
    width: 130px;
    height: 130px;
  }

  .tr_td .tr_td_in .trt_ .rgt_ {
    padding-top: 90px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 55px 0;
  }

  .abt_us .abt_us_in .hldn .hldn_in .lft_ {
    width: 100%;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in .icn_blk img {
    width: 50%;
  }

  .abt_us .abt_us_in .onze .onze_in .hd h2 {
    margin-bottom: 4px;
  }

  .abt_us .abt_us_in .onze .onze_in .hd {
    margin-bottom: 15px;
  }

  .abt_us .abt_us_in .onze {
    margin-bottom: 50px;
  }

  .abt_us .abt_us_in .flx_blk.lcte_in .rgt_ {
    width: 95%;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on img {
    height: 260px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw img {
    height: 200px;
  }

  header .hd_tp .parent_hd_tp .mn_br img {
    width: 25px;
    height: 20px;
  }

  header .hd_btm ul li.menu-item-has-children .sub-menu li a {
    font-size: 15px;
    line-height: 22px;
  }

  footer .ft_md .fr_lnks_ strong::before {
    width: 11px;
    height: 11px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk>p {
    padding-right: 20px;
  }

  .hm_pg .ban_ .ban_car .owl-nav button {
    min-width: 52px;
    height: 52px;
  }

  .bl_og .bl_og_in .bl_blk .bl_ .txt_ b {
    -webkit-line-clamp: 1;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .chk_ p {
    font-size: 14px;
  }

  .tr_td .tr_td_in .trng .trng_in {
    padding: 50px 0 25px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt.pers {
    align-items: flex-start;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb select {
    width: 75px;
    min-width: 75px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb strong {
    font-size: 14px;
  }

  /* ---------- 2.7.24 ---------- */
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-form-control-wrap .wpcf7-list-item {
    padding: 5px 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_opt .wpcf7-not-valid-tip {
    padding: 0 10px 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .slt .fr_hd p {
    font-size: 15px;
  }

  /* ---------- 2.7.24 ---------- */

  /* 4-july */

  .error_page.poli img {
    max-width: 270px;
    height: 175px;
  }

  /**===8 july 24===**/
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .cap.inpt span.wpcf7-form-control-wrap {
    width: 100px;
  }

  .agnd_ .agnd_in .agnd_lst .item .md_blk .toggle-popup,
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk .toggle-popup {
    margin: 0 auto 20px auto;
  }

  .agnd_ .agnd_in .agnd_lst .item .popup .popup-content strong,
  .modal.homepop .modal-content .popup .popup-content strong {
    font-size: 14px;
    line-height: 23px;
  }

  .agnd_ .agnd_in .agnd_lst .item .modal .modal-content,
  .modal.homepop .modal-conten {
    max-width: 350px;
  }

  /**===8 july 24===**/
  /**===13 july 24===**/

  /**===13 july 24===**/
  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 {
    max-width: 278px;
  }

  /* 21-11-24 */
  footer .ft_md .fl_pers b {
    font-size: 15px;
    line-height: 20px;
  }

  footer .ft_md .fl_pers .widget_text {
    top: 0;
  }

  /* 3-1-25 */

  .bl_dt h2 {
    font-size: 21px;
    line-height: 26px;
  }

  .bl_dt h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .bl_dt h4 {
    font-size: 19px;
    line-height: 24px;
  }

  .bl_dt h5 {
    font-size: 18px;
    line-height: 23px;
  }

  .bl_dt h5 {
    font-size: 17px;
    line-height: 22px;
  }

  /*  */
  /*  */
  /* 03-01-25 */
  .bl_dt h2 {
    font-size: 19px;
    line-height: 24px;
  }

  .bl_dt h3 {
    font-size: 17px;
    line-height: 24px;
  }

  /* 03-01-25 */
  /* service page */
  .ser-ovrview .ser-inr-flx .lft .img img {
    height: 350px !important;
  }

  .ser-ovrview .ser-inr-flx .lft .img,
  .ser-ovrview .ser-inr-flx .lft .img img {
    border-radius: 9px;
  }

  .ser-ovrview .ser-inr-flx:not(:last-of-type) {
    padding-bottom: 30px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx {
    flex-direction: column;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img {
    width: 100%;
    height: 310px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .img-flx img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser .faq-box .faq-cnt {
    padding: 15px 15px 0 15px;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt {
    width: 100%;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .inr-flx .ryt img {
    height: 380px;
  }

  .ser-ovr .ser-ovr-flx .ryt .top-img img {
    height: 300px !important;
    border-radius: 10px;
    object-position: left;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt strong:last-of-type {
    margin-top: 5px;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt {
    padding: 20px 18px 20px;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt strong {
    font-size: 20px;
    line-height: 25px;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt a.whi_ {
    padding: 8px 16px;
    margin-top: 10px;
  }

  .ser-ovrview .ser-inr-flx .lft .img img {
    height: 350px !important;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt {
    flex-direction: column;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .cnt {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .img_ {
    width: 100%;
  }

  .ser-ovr .ser-ovr-flx .lft .btm-cnt .img_ img {
    margin-left: 0;
    height: 350px;
    border-radius: 0 0 15px 15px;
  }

  /* service page */

  .bl_dt .bl_dt_in .sagt_ h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h2 {
    font-size: 19px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .bl_dt.blgDet h4 {
    font-size: 17px !important;
    line-height: 25px !important;
  }

  .bl_dt.blgDet h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .bl_dt.blgDet h6 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
}

/* 24-10-25 */
@media screen and (max-width:450px) {
  .j_detail .j_naam .naam_content .nam_flex .nam_img img {
    width: 48.2%;
    height: 220px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex {
    gap: 12px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex label {
    width: 48%;
  }

  .j_detail .viva_main .file_flex .right {
    padding: 17px;
  }

  .j_detail .viva_main .file_flex .right label input {
    padding: 8px 25px;
  }

  .file_u+label input+span {
    font-size: 15px;
    line-height: 20px;
  }

  .j_detail .viva_main .file_flex .right .button {
    font-size: 15px;
    line-height: 20px;
  }

  .j_detail .viva_main .file_flex .right .button {
    padding: 8px 25px;
  }

  .ser-ovrview.job_over .j_o .lft .img img {
    height: 300px !important;
  }

  .ser-ovrview.job_over .ser-inr-flx .ryt {
    padding-top: 20px;
  }

  .h_tag h1 {
    font: 25px / 33px "Poppins-Bold";
  }

  .h_tag h2 {
    font: 24px / 32px "Poppins-Bold";
  }

  .h_tag h3 {
    font: 23px / 31px "Poppins-Bold";
  }

  .h_tag h4 {
    font: 22px / 27px "Poppins-Bold";
  }

  .h_tag h5 {
    font: 21px / 28px "Poppins-Bold";
  }

  .h_tag h6 {
    font: 19px / 29px "Poppins-Bold";
  }

  .tr_td .tr_td_in .snd_ .snd_in b,
  .tr_td .tr_td_in .snd_ .snd_in strong {
    font: 16px / 23px "Poppins-Bold" !important;
  }
}

@media screen and (max-width: 380px) {
  .j_detail {
    padding: 25px 0px;
  }

  .j_detail .j_naam .naam_content ul li {
    padding: 0px 5px 5px 15px;
  }

  .j_detail .j_banner .jbanner_img img {
    height: 280px !important;
  }

  .j_detail .j_naam .naam_content h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .j_detail .j_naam .naam_content .nam_flex .nam_img {
    gap: 10px;
  }

  .j_detail .mae_main .mae_flex .mae_image img {
    height: 230px;
  }

  .j_detail b {
    font-size: 17px;
    line-height: 22px;
  }

  .j_detail .viva_main .file_flex .right strong {
    font-size: 21px;
    line-height: 28px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex label {
    width: 100%;
  }

  .j_detail .viva_main .file_flex .right input[type=checkbox] {
    height: 18px;
    width: 17px;
  }

  .j_detail .viva_main .file_flex .right input[type=checkbox]::before {
    left: 6px;
    height: 11px;
    top: 1px;
  }

  .ser-ovrview.job_over .j_o .lft .img img {
    height: 280px !important;
  }

  .ser-ovrview.job_over .j_o .ryt .j_icon {
    height: 40px;
    width: 40px;
  }

  .ser-ovrview.job_over .j_o .ryt .j_icon img {
    width: 25px;
    height: 18px;
  }

  .j_detail .viva_main .file_flex .right .inp_flex {
    gap: 0px;
  }
}

/* 24-10-25 */
@media screen and (max-width: 379px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ser-ovrview .ser-inr-flx .ryt strong,
  .ser-ovr .ser-ovr-flx .ryt .top-img-cnt .faq_ser h2,
  .ser-ovrview.job_over .j_o .ryt strong {
    font-size: 22px;
    line-height: 30px;
  }

  p,
  p a,
  ul li,
  .fq_blk .fq_bx .fq_txt {
    font-size: 14px;
    line-height: 22px;
  }

  /* .brd_crm .brd_crm_in ul li,
  .brd_crm .brd_crm_in ul li a {
    font-size: 14px;
    line-height: 20px;
  } */

  .brd_crm .brd_crm_in ul li>span:not(:last-child),
  .brd_crm .brd_crm_in ul li:not(:last-child) {
    padding-right: 15px;
    margin-right: 10px;
  }

  /* .brd_crm {
    padding: 10px 0;
  } */

  header .hd_btm ul li a {
    font-size: 15px;
    line-height: 20px;
  }

  header .hd_tp .parent_hd_tp .fr_lg img {
    height: 55px !important;
  }

  header .hd_tp .parent_hd_tp .fr_lg a {
    width: 196px;
  }

  header .hd_tp .parent_hd_tp {
    justify-content: space-between;
  }

  header .hd_tp .parent_hd_tp .fr_lg {
    margin: 0;
  }

  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk .fr_tx p {
    font-size: 15px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a,
  .hm_pg .trng .trng_in>a,
  .hm_pg .ont_wik .ont_wik_in .lft a,
  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a,
  .hm_pg .agnda .agnda_in>a {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .hm_pg .trng .trng_in .cpny_lg .cpny_car .item img {
    margin: 0 auto;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk a {
    padding: 9px 15px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .hm_pg .trng .trng_in .cpny_lg b {
    font-size: 18px;
  }

  .hm_pg .van_inst .van_inst_in .lft_blk .img_dv img {
    height: 270px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in strong {
    font-size: 45px;
    line-height: 54px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in>p>a,
  .hm_pg .trng .trng_in>a,
  .hm_pg .ont_wik .ont_wik_in .lft a,
  .hm_pg .meest_blk .meest_in .lft .lft_in .in_lnk a,
  .hm_pg .agnda .agnda_in>a {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .hm_pg .ban_ .ban_car .item {
    height: 520px;
  }

  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p>b,
  .hm_pg .ban_ .ban_car .item .txt_blk .txt_in p {
    font-size: 14px;
    line-height: 20px;
  }

  .fq_blk .fq_bx .fq_hd strong,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header a {
    padding-right: 15px;
  }

  footer .ft_tp .tp_cnt .txt_ strong {
    font-size: 23px;
    line-height: 30px;
  }

  footer .ft_tp .tp_cnt .fr_lnk a {
    font-size: 15px;
    padding: 9px 20px;
  }

  footer .ft_md .lg_ li.widget_media_image {
    width: 226px;
  }

  footer .ft_md .pd_ {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .ft_md .fr_lnks_ {
    padding-top: 15px;
  }

  footer .ft_md .fr_lnks_ strong {
    font-size: 17px;
    margin-bottom: 12px;
  }

  footer .ft_btm p,
  footer .ft_btm ul li a,
  footer .ft_md .fr_lnks_ ul li a,
  footer .ft_md .cont_ ul li.fr_loc b {
    font-size: 14px;
    line-height: 20px;
  }

  /* footer .ft_md .fr_lnks_ ul li:not(:last-child) {
    margin-bottom: 5px;
  } */
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
    font-size: 20px;
    line-height: 27px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button {
    padding: 10px 12px;
  }

  .faq_ .faq_in .qa_bl,
  .faq_ .faq_in .vrag_,
  .tr_td .tr_td_in .snd_ {
    padding: 40px 0;
  }

  .fq_blk .fq_bx .fq_hd strong,
  .tr_td .tr_td_in .snd_ .snd_in .fq_blk .ea-card .ea-header a {
    font-size: 15px;
    line-height: 23px;
  }

  .bl_og .bl_og_in .bl_blk .bl_:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .bl_og .bl_og_in .bl_blk .bl_ {
    width: 100%;
  }

  .cnt_ .cnt_in .tp_blk .hd_ h1,
  .cnt_ .cnt_in .bt_blk .bt_blk_in .txt_ .hd_ h2 {
    margin-bottom: 5px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li {
    margin-bottom: 10px !important;
    padding: 16px 10px 15px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ p {
    font-size: 14px;
    line-height: 20px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .inc_ {
    margin-right: 10px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .txt_ p span {
    display: block;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ {
    height: 270px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn {
    width: 35px;
  }

  .cnt_ .cnt_in .bt_blk .bt_blk_in .lft_ .loc_icn img {
    height: 35px;
  }

  .cnt_ .cnt_in .tp_blk .cn_thr ul li .par_in .inc_ {
    min-width: 45px;
    height: 45px;
  }

  .tr_ov .tr_ov_in .tp_blk .img_ {
    width: 90%;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ ul li:not(:last-child) {
    margin-bottom: 4px;
  }

  .tr_ov .tr_ov_in .tp_blk .txt_ a {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .tr_ov .tr_ov_in .tp_blk {
    padding: 45px 0;
  }

  .tr_ov .tr_ov_in .bt_blk {
    padding: 45px 0 30px;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .tr_ov .tr_ov_in .trng .trng_in .fr_tr li {
    margin: 0 auto 15px !important;
    width: 90%;
  }

  .bl_dt .bl_dt_in .sagt_ .dt_tm {
    margin-bottom: 10px;
  }

  .bl_dt .bl_dt_in .sed_ .img_ img {
    height: 220px;
  }

  .bl_dt .bl_dt_in .shr_to>div.rgt ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .bl_dt .bl_dt_in .shr_to .rgt ul li:not(:last-child) {
    margin-right: 0;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ {
    width: 100%;
    margin-right: 0;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ select,
  .agnd_ .agnd_in .flt_blk .inpt_blk .int_ input,
  .tr_ov .tr_ov_in .bt_blk.trng .trng_in .fr_typ.int_ select {
    height: 37px;
    white-space: nowrap;
    padding-right: 38px;
    text-overflow: ellipsis;
    overflow: hidden !important;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .hd_blk b,
  .agnd_ .agnd_in .agnd_lst .item .hd_blk b {
    font-size: 17px;
    line-height: 23px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item .bt_blk strong,
  .agnd_ .agnd_in .agnd_lst .item .bt_blk strong {
    padding: 9px 0;
    font-size: 15px;
  }

  .hm_pg .agnda .agnda_in .agnd_car .item {
    border-radius: 20px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt strong {
    font-size: 40px;
    line-height: 48px;
    /* max-width: 280px; */
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm b {
    font-size: 19px;
    line-height: 31px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt label {
    font-size: 14px;
    line-height: 19px;
  }

  .tr_td .tr_td_in .trng .trng_in {
    padding: 40px 0 15px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt label {
    width: 75px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fld_ {
    width: calc(100% - 70px);
  }

  /* .tr_td .tr_td_in .main_blk .main_flex_blk  .flt_frm .int_bk .inpt .slt .wpcf7-form-control-wrap select{
    padding: 8px 35px 8px 25px;
    background: url(../images/td_dt.svg) no-repeat left 5px center, url(../images/slt_drp.svg) no-repeat right 15px center;
  } */
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ {
    flex-direction: column;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .lft {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .prc_ .rgt p {
    display: inline-block;
    margin-left: 5px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp {
    flex-direction: column;
    align-items: start;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .nd_hlp .prs_ {
    margin-bottom: 10px;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw {
    flex-direction: column;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_ {
    width: 100%;
  }

  .tr_td .tr_td_in .snd_ .snd_in .gal_tw .img_:not(:last-child) {
    margin-bottom: 10px;
  }

  .abt_us .abt_us_in .hldn {
    padding: 50px 0;
  }

  .abt_us .abt_us_in .hldn .hldn_in .lft_ img {
    height: 230px;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_>p,
  .abt_us .abt_us_in .lcte .lcte_in .lft_>p {
    margin-bottom: 11px;
  }

  .abt_us .abt_us_in .flx_blk.lcte_in .rgt_ {
    width: 100%;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-on img {
    height: 230px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .rgt_ .in-tw img {
    height: 180px;
  }

  .abt_us .abt_us_in .lcte .lcte_in .lft_ a,
  header .hd_btm .me_nu>a {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .abt_us .abt_us_in .lcte {
    margin-bottom: 35px;
  }

  header .hd_btm .ovr_lay {
    width: 300px;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk ul li .txt_ p {
    font-size: 15px;
  }

  header .hd_btm ul li.menu-item-has-children .sub-menu li a {
    font-size: 14px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-content {
    font-size: 14px;
    line-height: 20px;
  }

  .rvw .car_rvw .ti-widget.ti-goog .ti-reviews-container .ti-inner .ti-review-content {
    height: 100px !important;
  }

  .agnd_ .agnd_in .flt_blk .inpt_blk .int_.fr_sch .search-icon {
    top: 45%;
  }

  .hm_pg .van_inst .van_inst_in .rgt_blk>p {
    padding-right: 0px;
  }

  .hm_pg .ban_ .ban_car .owl-nav button {
    min-width: 40px;
    height: 40px;
  }

  .hm_pg .ont_wik .ont_wik_in .lft ul li {
    padding-right: 0;
  }

  .abt_us .abt_us_in .hldn .hldn_in .rgt_ .rgt_in {
    margin-top: 20px;
  }

  .bl_og .bl_og_in .hd_ h1 {
    margin-bottom: 10px;
  }

  .faq_ .faq_in .vrag_ .lft_ img {
    height: 250px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb {
    flex-direction: column;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb>p {
    width: 100%;
  }

  /* .tr_td .tr_td_in .main_blk .main_flex_blk  .flt_frm .int_bk .inpt .fr_nmb select{
    min-width: 100%;
    width: 100%;
  } */
  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb>p .wpcf7-form-control-wrap {
    width: 100%;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb select {
    background: #fff url(../images/slt_drp.svg) no-repeat center right 10px;
  }

  .tr_td .tr_td_in .main_blk .main_flex_blk .flt_frm .int_bk .inpt .fr_nmb select {
    width: 65px;
    min-width: 65px;
  }

  /**===2 july 24===**/
  .hm_pg .ont_wik .ont_wik_in .rgt .flt_ {
    max-width: 104px;
    right: 10px;
    top: 10px;
  }

  /* 20-11-24 */
  .hm_pg .agnda .agnda_in .agnd_car .item .md_blk strong {
    padding: 10px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 p {
    font-size: 30px;
    line-height: 37px;
  }

  .tr_td .tr_td_in .prim_ .prim_in .prim_cnt h1 {
    max-width: 208px;
  }

  /* 3-1-25 */

  /* 28-04-2025 start*/
  .cnt_ .cnt_in .bt_blk .bt_blk_in .frm_blk .inpt.cap .wpcf7-form-control-wrap {
    max-width: 206px;
  }

  /* 28-04-2025  end*/
  /*  */

  /**===2 july 24===**/
}

/*# sourceMappingURL=style.css.map */
/*===12-07-24=== */