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

@font-face {
  font-family: "Quicksand";
  src: url("asset/Quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("asset/Roboto/Roboto_Condensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AuroraBoldCondensed";
  src: url("https://db.onlinewebfonts.com/t/7e9f34fef0fda35a5bd0ab82ec6be5db.woff") format("woff"), url("https://db.onlinewebfonts.com/t/7e9f34fef0fda35a5bd0ab82ec6be5db.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Custom Font Class */
.auroraCondensed {
  font-family: "AuroraBoldCondensed", sans-serif;
  font-weight: bold;
}

.Greenf {
  color: #2D923F !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  background-color: #FEFCFF;
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

.My_custome_btn {
  display: flex;
}
.My_custome_btn .Custome_Comun_button {
  background-color: #2D923F;
  border: 1px solid #2D923F;
  border-radius: 50px;
  height: 40px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
.My_custome_btn .Custome_Comun_button h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding-top: 1px;
}
.My_custome_btn .Btn_arrow_box {
  border: 1px solid #2D923F;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.My_custome_btn:hover .Custome_Comun_button {
  background-color: #2D923F;
}
.My_custome_btn:hover .Custome_Comun_button h5 {
  color: #FFF;
}
.My_custome_btn:hover .Btn_arrow_box {
  background-color: #08449A;
}
.My_custome_btn:hover .Btn_arrow_box svg path {
  fill: #FFF;
}

.Hariom_Center_Logo {
  position: absolute;
  width: 271px;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
.Hariom_Center_Logo img {
  width: 100%;
}

.menu_btn.active {
  color: #fff;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #2D923F !important;
}
.menu_btn.active h5 {
  color: #2D923F;
  font-weight: 700;
}

.viewport-box {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #FEFCFF;
}

.mainBoc {
  position: relative;
  overflow: hidden;
  background: #FEFCFF;
  border: 1px solid #5BB76B;
  border-radius: 20px;
  height: 100%;
}

.Banner_Video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.Banner_Video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Banner_Video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

/* Outer screen box - full height minus padding */
.Screen_Box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
}

/* Yahan sirf Main_Contain_Box scroll karega */
.Main_Contain_Box {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  margin-top: 30px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Custom scrollbar */
.Main_Contain_Box::-webkit-scrollbar {
  display: none;
  width: 8px;
}

.Main_Contain_Box::-webkit-scrollbar-track {
  background: #f3f6ff;
  border-radius: 8px;
  display: none;
}

.Main_Contain_Box::-webkit-scrollbar-thumb {
  background: #a5c5f6;
  border-radius: 8px;
  display: none;
}

.Custome_Navbar {
  position: relative;
  z-index: 5;
}
.Custome_Navbar ul li a span {
  color: #696969;
  font-size: 18px;
  border: 1px solid #696969;
  border-radius: 50px;
  padding: 7px 15px 4px 15px;
  text-transform: uppercase;
}
.Custome_Navbar ul li a span:hover {
  color: #5BB76B;
  border: 1px solid #5BB76B;
}
.Custome_Navbar ul li a .Active {
  color: #FFF !important;
  font-size: 18px;
  border: 1px solid #5BB76B;
  background-color: #2D923F;
  border-radius: 50px;
  padding: 7px 15px 4px 15px;
  text-transform: uppercase;
}

.About_Page_Section_Menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.About_Page_Section_Menu .all_sec_Menu {
  gap: 3%;
  border-bottom: 1px solid #2D923F;
}
.About_Page_Section_Menu .all_sec_Menu .menu_btn {
  font-size: 18px;
  color: #484848;
  border: none;
}

.Blue_f {
  color: #054DA2 !important;
}

.custome_text {
  color: #054DA2;
  font-size: 22px;
  font-weight: 700;
  font-family: "AuroraBoldCondensed" sans-serif !important;
}
.custome_text b {
  font-size: 25px;
}

.inBox_Sec {
  font-size: 28px;
  color: #2D923F;
  font-weight: 700;
}

.About_dp_box .scroll_Box p {
  color: #484848;
  font-size: 18px;
  text-align: justify;
}
.About_dp_box .scroll_Box .inBox_Sec {
  font-size: 28px;
  color: #2D923F;
  font-weight: 700;
}
.About_dp_box .scroll_Box h3 {
  color: #054DA2;
  font-size: 22px;
  font-weight: 700;
}
.About_dp_box .scroll_Box ul li {
  color: #484848;
  font-size: 18px;
  line-height: 28px;
}

.History_dp_box .scroll_Box p {
  color: #484848;
  font-size: 18px;
  text-align: justify;
}
.History_dp_box .scroll_Box .inBox_Sec {
  font-size: 28px;
  color: #2D923F;
  font-weight: 700;
}
.History_dp_box .scroll_Box h3 {
  color: #054DA2;
  font-size: 22px;
  font-weight: 700;
}
.History_dp_box .scroll_Box ul li {
  color: #484848;
  font-size: 18px;
  line-height: 28px;
}

.Credentials_dp_box .Custome_Card .image_box {
  border: 1px solid #000;
  overflow: hidden;
  border-radius: 15px;
}
.Credentials_dp_box .Custome_Card h3 {
  color: #054DA2;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
}
.Credentials_dp_box .Certificate_cardd .img_box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.Credentials_dp_box .Certificate_cardd .img_box .overlayDp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(7, 7, 7, 0.6);
  cursor: pointer;
}
.Credentials_dp_box .Certificate_cardd .img_box .overlayDp .textDp {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 50;
}
.Credentials_dp_box .Certificate_cardd .img_box:hover .overlayDp {
  opacity: 1;
}
.Credentials_dp_box .Certificate_cardd h3 {
  color: #054DA2;
  font-size: 18px;
  font-weight: 700;
}

.Certificate_model_img_box {
  height: 500px;
}
.Certificate_model_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Achievements_dp_box .What_We_Do_sec p {
  color: #3A3A3A;
  font-size: 18px;
}
.Achievements_dp_box .What_We_Do_sec .Custome_card {
  background-color: #EFF7FF;
  color: #3A3A3A;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.Policies_dp_box .teem_card_box {
  position: relative;
}
.Policies_dp_box .teem_card_box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.Policies_dp_box .teem_card_box .overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.Policies_dp_box .teem_card_box .overlay .text h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.Policies_dp_box .teem_card_box .overlay .text p {
  color: white;
  font-size: 16px;
}
.Policies_dp_box .teem_card_box:hover .overlay {
  height: 40%;
}

.ManagementTeam_do_box .team_custome_card {
  padding: 16px;
  border: 1px solid #E4E6E8;
  border-radius: 15px;
  background-color: #FFF;
  display: flex;
  gap: 15px;
}
.ManagementTeam_do_box .team_custome_card .img_box {
  width: 92px;
}
.ManagementTeam_do_box .team_custome_card h3 {
  color: #054DA2;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}
.ManagementTeam_do_box .team_custome_card h4 {
  color: #054DA2;
  font-size: 16px;
  font-weight: 700;
}
.ManagementTeam_do_box .team_custome_card p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
}

.Milestone_dp_box {
  position: relative;
}
.Milestone_dp_box .graph_image img {
  width: 68%;
  margin: 0 auto;
}
.Milestone_dp_box .custome_graph_bar {
  position: relative;
  width: 100%;
}
.Milestone_dp_box .custome_graph_bar #stacked {
  position: relative !important;
  min-height: 350px;
  height: 600px !important;
  width: 100% !important;
  z-index: 10;
}

.MachineryEquipment_dp_box h3 {
  color: #054DA2;
  font-size: 28px;
  font-weight: 700;
}

.Our_Services_dp_box .scroll_Box {
  display: flex;
  align-items: center;
}
.Our_Services_dp_box .scroll_Box h3 {
  color: #054DA2;
  font-size: 22px;
  font-weight: 700;
}
.Our_Services_dp_box .scroll_Box p {
  color: #000;
  font-size: 18px;
}

.Sectors_We_Serve_dp_box p {
  font-size: 18px;
  color: #3A3A3A;
}

.Ongoing_Projects_dp_box .table tr th {
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #E4E6E8;
  text-align: center;
}
.Ongoing_Projects_dp_box .table tr td {
  color: #000;
  font-size: 14px;
  border: 1px solid #E4E6E8;
}

.Complete_Projects_dp_box .table tr th {
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #E4E6E8;
  text-align: center;
}
.Complete_Projects_dp_box .table tr td {
  color: #000;
  font-size: 14px;
  border: 1px solid #E4E6E8;
}

.Gallery_dp_box .image_Container {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.Gallery_dp_box .image_Container img {
  display: block;
  width: 100%;
  height: auto;
}
.Gallery_dp_box .image_Container .Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.Gallery_dp_box .image_Container:hover .Overlay {
  opacity: 1;
}

.Career_Box .sec_Contain_Detail form .input_part {
  position: relative;
  border: 1px solid #054DA2;
  border-radius: 10px;
  padding: 20px 30px;
}
.Career_Box .sec_Contain_Detail form .input_part label {
  position: absolute;
  background-color: #FEFCFF;
  color: #054DA2;
  font-size: 18px;
  font-weight: 700;
  top: -16px;
  left: 3%;
  padding: 0px 10px;
}
.Career_Box .sec_Contain_Detail form .input_part .input_field {
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
}
.Career_Box .sec_Contain_Detail form .form_submit_btn {
  background-color: #054DA2;
  border-radius: 7px;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
}
.Career_Box .sec_Contain_Detail form .container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.Career_Box .sec_Contain_Detail form .dropbox {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 20px;
  gap: 15px;
}
.Career_Box .sec_Contain_Detail form .dropbox:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.Career_Box .sec_Contain_Detail form .dropbox.dragover {
  background-color: #e6f0ff;
  border-color: #3451b2;
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.Career_Box .sec_Contain_Detail form .dropbox-icon {
  font-size: 40px;
  color: #4c6fff;
  margin-bottom: 10px;
}
.Career_Box .sec_Contain_Detail form .dropbox-text {
  font-size: 18px;
  color: #999999;
  margin-bottom: 5px;
  font-weight: 600;
}
.Career_Box .sec_Contain_Detail form .dropbox-subtext {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.Career_Box .sec_Contain_Detail form .browse-btn {
  background-color: #4c6fff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 500;
  margin-top: 5px;
}
.Career_Box .sec_Contain_Detail form .browse-btn:hover {
  background-color: #3451b2;
}
.Career_Box .sec_Contain_Detail form .file-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  width: 100%;
}
.Career_Box .sec_Contain_Detail form .file-preview {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}
.Career_Box .sec_Contain_Detail form .file-preview:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.Career_Box .sec_Contain_Detail form .preview-img-container {
  height: 150px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}
.Career_Box .sec_Contain_Detail form .preview-img {
  max-width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.Career_Box .sec_Contain_Detail form .file-icon {
  font-size: 60px;
  color: #4c6fff;
}
.Career_Box .sec_Contain_Detail form .file-info {
  padding: 12px;
}
.Career_Box .sec_Contain_Detail form .file-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Career_Box .sec_Contain_Detail form .file-size {
  font-size: 12px;
  color: #666;
}
.Career_Box .sec_Contain_Detail form .file-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.Career_Box .sec_Contain_Detail form .remove-btn {
  background-color: #ff4d4f;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.Career_Box .sec_Contain_Detail form .remove-btn:hover {
  background-color: #d9363e;
}
.Career_Box .sec_Contain_Detail form .upload-notification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4c6fff;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.Career_Box .sec_Contain_Detail form .upload-notification.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}
.Career_Box .sec_Contain_Detail form .upload-notification.success {
  background-color: #52c41a;
}
.Career_Box .sec_Contain_Detail form .upload-notification.error {
  background-color: #ff4d4f;
}
.Career_Box .sec_Contain_Detail form .notification-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 3s linear;
}
.Career_Box .sec_Contain_Detail form .upload-notification.show .notification-progress {
  transform: scaleX(1);
}
.Career_Box .sec_Contain_Detail form .upload-stats {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-top: 10px;
  display: none;
}
.Career_Box .sec_Contain_Detail form .stats-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.Career_Box .sec_Contain_Detail form .stats-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.Career_Box .sec_Contain_Detail form .stats-info {
  display: flex;
  gap: 20px;
}
.Career_Box .sec_Contain_Detail form .stat-item {
  text-align: center;
}
.Career_Box .sec_Contain_Detail form .stat-value {
  font-size: 18px;
  color: #4c6fff;
  font-weight: 600;
}
.Career_Box .sec_Contain_Detail form .stat-label {
  font-size: 12px;
  color: #666;
}
.Career_Box .sec_Contain_Detail form .progress-fill {
  height: 100%;
  background-color: #4c6fff;
  width: 0;
  transition: width 0.3s ease;
}
.Career_Box .sec_Contain_Detail form .empty-state {
  display: none;
  text-align: center;
  padding: 30px;
  color: #666;
}
.Career_Box .sec_Contain_Detail form input[type=file] {
  display: none;
}

.Contact_Box .contain_detail_Box .left_part form .input_part {
  position: relative;
  border: 1px solid #2D923F;
  border-radius: 10px;
}
.Contact_Box .contain_detail_Box .left_part form .input_part label {
  position: absolute;
  background-color: #FEFCFF;
  color: #2D923F;
  font-size: 18px;
  font-weight: 700;
  top: -16px;
  left: 3%;
  padding: 0px 10px;
}
.Contact_Box .contain_detail_Box .left_part form .input_part .input_field {
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 20px 30px;
  border-radius: 11px;
}
.Contact_Box .contain_detail_Box .left_part form .form_submit_btn {
  background-color: #054DA2;
  border-radius: 7px;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
}
.Contact_Box .contain_detail_Box .right_part .map_Box {
  position: relative;
}
.Contact_Box .contain_detail_Box .right_part .map_Box #map {
  position: relative;
  height: 400px;
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  z-index: 5;
}
.Contact_Box .contain_detail_Box .right_part h3 {
  color: #2B2A29;
  font-size: 18px;
  font-weight: 700;
}
.Contact_Box .contain_detail_Box .right_part .social_icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #054DA2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Contact_Box .contain_detail_Box .right_part .social_icon:hover {
  background-color: #054DA2;
}
.Contact_Box .contain_detail_Box .right_part .social_icon:hover svg path {
  fill: #FFF;
}

.leaflet-container .leaflet-control-attribution {
  display: none;
}

.Custome_thanku_popup .Custome_p_design .logo_div {
  background-color: #FFF;
}
.Custome_thanku_popup .Custome_p_design h3 {
  color: #2D923F;
  font-size: 28px;
  font-weight: 700;
}
.Custome_thanku_popup .Custome_p_design p {
  color: #2B2A29;
  font-size: 18px;
}
.Custome_thanku_popup .Custome_p_design .custome_tx_btn {
  background-color: #2D923F;
  color: #FFF;
  font-size: 18px;
  border-radius: 5px;
  padding: 7px 20px;
  border: 1px solid #2D923F;
}

#chart-wrapper {
  position: relative;
  height: 400px;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

#stacked {
  position: relative;
  height: 100%;
}

.annotation {
  position: absolute;
  background: rgba(139, 69, 19, 0.9); /* brown */
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 5px;
  pointer-events: none;
  text-align: center;
  line-height: 1.3;
  width: 350px !important;
  top: 8px;
  left: 200px;
  z-index: 50;
}
.annotation tr th {
  background-color: #e9e8e8;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border: 3px solid #FFF;
}
.annotation tr td {
  background-color: #e9e8e8;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 3px solid #FFF;
}

.Footer {
  background-color: #FFF;
  padding: 30px 30px 15px 30px;
  border-radius: 20px;
}
.Footer h2 {
  font-size: 28px;
  color: #2D923F;
  font-weight: 700;
}
.Footer h3 {
  color: #2D923F;
  font-size: 22px;
  font-weight: 700;
}
.Footer p a {
  color: #2B2A29;
  font-size: 16px;
}
.Footer p {
  color: #2B2A29;
  font-size: 16px;
}
.Footer .social_links {
  position: relative;
}
.Footer .social_links .social_icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #2D923F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Footer .social_links .social_icon:hover {
  background-color: #2D923F;
}
.Footer .social_links .social_icon:hover svg path {
  fill: #FFF;
}
.Footer .rightsss {
  border-top: 1px solid #5BB76B;
  padding-top: 15px;
}

.TermsConditions_Box .sec_Contain_Detail h3 {
  color: #2D923F;
  font-size: 28px;
  font-weight: 700;
}

.PrivacyPolicy_Box .sec_Contain_Detail h3 {
  color: #2D923F;
  font-size: 28px;
  font-weight: 700;
}

.Disclaimer_Box .sec_Contain_Detail h3 {
  color: #2D923F;
  font-size: 28px;
  font-weight: 700;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: #000;
}

.p_Contain {
  color: #3A3A3A;
  font-size: 18px;
}

.sec_tit {
  color: #2D923F;
  font-size: 24px;
  font-weight: 700;
}

.Dp_Custome_Card {
  border: 1px solid #5BB76B;
  border-radius: 10px;
  background-color: #FFFFFE;
  padding: 30px;
  height: 100%;
}
.Dp_Custome_Card h3 {
  color: #2D923F;
  font-size: 24px;
  font-weight: 700;
}
.Dp_Custome_Card p {
  color: #3A3A3A;
  font-size: 18px;
}

.GetAGuote_Popup form .input_part {
  position: relative;
  border: 1px solid #2D923F;
  border-radius: 10px;
}
.GetAGuote_Popup form .input_part label {
  position: absolute;
  background-color: #FEFCFF;
  color: #2D923F;
  font-size: 18px;
  font-weight: 700;
  top: -16px;
  left: 3%;
  padding: 0px 10px;
}
.GetAGuote_Popup form .input_part .input_field {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 20px 30px;
  border-radius: 11px;
}
.GetAGuote_Popup form .form_submit_btn {
  background-color: #054DA2;
  border-radius: 7px;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
}

.selDrop {
  appearance: none; /* remove default arrow */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) center !important; /* arrow 10px from right */
  background-size: 16px;
  padding-right: 30px; /* make space for arrow */
}/*# sourceMappingURL=style.css.map */