* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root{
  --main-color:#CD5401;
}
body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
ul,
p {
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

.tm-header-top-info {
  color: #fff;
}

.tm-header-top-info ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.tm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.tm-header-top-info ul li {
  display: block;
  font-size: 13px;
  margin: 0 0 0 20px;
}

.tm-header i {
  font-style: normal;
}

.tm-header-top-info ul li:first-child {
  margin-left: 0;
}

.tm-header-top-info ul li i {
  margin-right: 8px;
}

.tm-sc-social-links {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.tm-sc-social-links li {
  display: block;
}

.tm-sc-social-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-top {
  background: #232331;
}

header .navbar {
  align-items: end;
  padding: 0;
}

header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  max-width: 181px;
  font-size: 36px;
  font-weight: 600;
  color: var(--main-color);
  margin: 0;
}

header .navbar .navbar-brand img {
  width: 100%;
}

header .navbar .navbar-collapse {
  justify-content: end;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #121212;
  font-weight: 500;
  padding: 0;
  position: relative;
  margin: 25px 20px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color:  var(--main-color);
}



header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.search-bx {
  margin-left: 100px;
}

.search-bx ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.search-bx ul li {
  display: block;
  border-right: 1px solid #707070;
  padding-right: 30px;
}

.search-bx ul li:last-child {
  padding-left: 30px;
  padding-right: 0;
  border: 0;
}

.search-bx ul li a img {
  width: 100%;
}

.search-bx ul li a {
  width: 20px;
  opacity: 1;
  transition: opacity .3s;
  display: block;
}

.home-banner .item {
  position: relative;
  height: 600px;
}

.home-banner .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.home-banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.home-banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.home-banner .owl-nav .owl-prev:focus {
  outline: 0;
}

.home-banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.home-banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.home-banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.home-banner .owl-nav .owl-next:focus {
  outline: 0;
}

.home-banner .owl-nav .owl-next:hover {
  background: #000 !important;
}

.home-banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.home-banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.blue_sec {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 50px 35px;
  background: #000;
  color: #fff;
  border-radius: 35px;
  align-items: center;
}

.btn_common {
  box-shadow: 0 4px 4px #00000026, 0 0 4px #fff;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all .25s ease-in !important;
  text-decoration: none;
  padding: 8px 27px;
  background: #fff;
  display: inline-block;
}

.btn-grp .btn:hover {
  background: #000;
}

.btn_common:hover {
  background: #000;
  color: #fff !important;
}

.blue_sec h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}

.blue_sec p {
    font-size: 20px;
    margin: 0;
}

.blue_sec a.btn_common {
  color:#000;
  font-weight: 600;
  font-size: 16px;
}

i {
  font-style: normal;
}

.sec_padd {
  padding: 70px 0;
}



header .navbar .navbar-collapse .navbar-nav .nav-item ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: var(--main-color);
  padding: 10px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item ul li {
  display: block;
}

header .navbar .navbar-collapse .navbar-nav .nav-item ul li a {
  padding: 8px 15px !important;
  color: #fff !important;
  margin: 0px !important;
  border-radius: 8px !important;
}

header .navbar .navbar-collapse .navbar-nav .nav-item ul li a:hover {
  background: #fff !important;
  color: var(--main-color) !important;
}

.faq_sec {
  background: #f8f8f8;
  padding: 60px 0 110px;
}

.faq_row {}

.faq_col_left>h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.faq_col_left {
  width: 66.25%;
  padding-right: 40px;
  display: inline-block;
}

.faq_brochure_img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.faq_brochure_img img {
  max-width: 100%;
  height: auto;
}

.faq_col_right {
  width: 33.75%;
  padding-top: 5rem;
  float: right;
}

.faq_item_ques {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 30px 70px 30px 15px;
  border-top: 1px solid #9f9e9e;
  cursor: pointer;
}

.faq_item_ques:after {
  content: "\f067";
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 2px 2px #0000001a;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  color: #707070;
}

.faq_item_ques.on:after {
  content: "\f068";
}

.faq_item_ans.active {
  display: block;
}

.faq_item_ans {
  font-size: 15px;
  line-height: 1.8;
  padding: 30px 20px;
  border-top: 1px solid #9f9e9e;
  background: #fff;
}

.faq_item_ans {
  display: none;
}

footer {
  background: #000000;
  padding-top: 65px;
  display: block;
}

.ServiceSection {
  padding: 60px 0 0;
}

.ServiceList {
    margin: 40px 0 0;
}

.ServiceList .product-card {
    color: inherit;
    height: 100%;
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
}

.ServiceList .product-card .card-wrapper {
  background: url(../images/bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ServiceList .product-card .card-wrapper .card--media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ServiceList .product-card .card-wrapper .card--media img {
  max-width: 100%;
  /* height: auto !important; */
  /* max-height: 75% !important; */
  width: 100% !important;
  object-fit: contain;
  display: block;
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  object-fit: scale-down;
}

.ServiceList .product-card .card-wrapper .card__content {
    padding: 15px 20px 20px;
}

.ServiceList .product-card .card-wrapper .card__content h3 {}

.ServiceList .product-card .card-wrapper .card__content h3 a {
    font-size: 20px;
    color: var(--main-color);
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-weight: 600;
}

.ServiceList .product-card .card-wrapper .card__content .price-item {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
}
.price-item p {
    font-size: 16px;
}

.ServiceList .product-card:hover .card-wrapper .card--media img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}

.ServiceList .product-card .card-wrapper .card__content .price-item .mrp {}

.ServiceList .product-card .card-wrapper .card__content .btn_common {
  color: #000;
  margin-top: 15px;font-size: 16px;
}

.ServiceList .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}

.main-header-subtitle {
  padding-right: 70px;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.main-header-subtitle:after {
  background-color: var(--main-color);
  top: 50%;
  border-radius: 10px;
  content: "";
  height: 2px;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0;
  position: absolute;
  width: 55px;
}

.main-header-title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px;
}
.ServiceList .owl-nav button {}

.ServiceList .owl-nav button .owl-prev {}

.ServiceList .owl-nav button span {
  font-size: 52px;
  font-family: sans-serif;
}

.ServiceList .owl-nav button .owl-next {}

footer .foot_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #959595;
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #fff;
}

footer .foot_top .address_bx {
  display: flex;
  align-items: center;
}

footer .foot_top .address_bx .cont_ft {
  margin-left: 15px;
}

footer .foot_top .address_bx .cont_ft h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  letter-spacing: -0.42px;
}

footer .foot_top .address_bx .cont_ft h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin: 0;
}

footer .foot_top .address_bx .cont_ft .frm_grp {
  display: flex;
  align-items: center;
}

footer .foot_top .address_bx .cont_ft .frm_grp .btn {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 0;
  line-height: 28px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
}

footer .foot_top .address_bx .cont_ft .frm_grp .btn span:last-child {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

footer .foot_top .address_bx .cont_ft .frm_grp .form-control {
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 0;
  line-height: 150%;
  padding: 16px;
  width: 300px;
  letter-spacing: -0.42px;
}

footer .footer_mid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.7fr 100px;
  gap: 30px;
}

footer .footer_mid .ft_sect .soical_list_ft li {
  text-align: right;
  display: block;
  margin-bottom: 24px;
}

footer .footer_mid .ft_sect .logo_ft {
  color: #fff;
  margin-bottom: 15px;
}

footer .footer_mid .ft_about ul {
  margin: 0;
}

footer .footer_mid .ft_about ul li {
  display: block;
  margin-bottom: 10px;
}

footer .footer_mid .ft_about ul li a {
  color: var(--style, #fff);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

footer .footer_mid .ft_about h3 {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

footer .footer_mid .ft_about h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

footer .footer_bottom {
  background:#2a2928;
  margin-top: 30px;
}

footer .footer_bottom .footer_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

footer .footer_bottom .footer_copy p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
}

footer .footer_bottom .footer_copy p a {
  color: #ffffff;
}






.blog_sec_desc {
  width: 710px;
  max-width: 100%;
  margin-bottom: -216px;
  position: relative;
  z-index: 4;
}

.blog_sec_desc p {
  font-size: 18px;
  line-height: 32px;
}





.blog_slider_body {
  display: flex !important;
}



.blog_slider_main>.blog_slider_body {
  padding-top: 286px;
}

.blogs_col_left {
  padding-right: 10px;
}

.blogs_col_left,
.blogs_col_right {
  width: 50%;
}

.blog_block {
  margin-bottom: 13px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: block;
}

.blogs_col_right {
  margin-top: -286px;
}

.blog_cap {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  padding: 100px 50px 50px;
  color: #fff;
  z-index: 9;
  background: #222020;
  background: linear-gradient(180deg, #22202000, #000);
}

.blog_sec {
  padding: 60px 0;
}

.blog_cat {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.rm_btn_text {
  font-size: 14px;
  color: #fff;
}

.blog_btn_viewall {
  margin-top: 30px;
}

.blog_btn_viewall .btn_common {
  background: var(--main-color);
  color: #fff;
}

.rm_btn_text img {
  margin-left: 6px;
  display: inline-block;
  transition: all .2s linear;
}

.rm_btn_text:hover img {
  margin-left: 10px;
}

.cromp_care_inner {
  padding: 0px 85px 60px;
  position: relative;
}

.head_1 {
  margin-bottom: 60px;
}

.cromp_care_inner:after {
  content: "";
  background: #f7f7f7;
  border-radius: 32px;
  position: absolute;
  bottom: 0;
  top: 115px;
  left: 0;
  right: 0;
  z-index: -1;
}

.cropton_care_left {
  background: #000;
  border-radius: 32px;
  padding: 0 60px;
  color: #fff;
  width: 658px;
  max-width: 100%;
}

.comp_care_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comp_care_list li {
  padding: 46px 10px 46px 110px;
  position: relative;
  min-height: 135px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
}

.comp_care_list li span {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 74px;
  transform: translateY(-50%);
}

.comp_care_list li span img {
  max-height: 60px;
}

.comp_care_list li:last-child {
  border-bottom: 0;
}

.cropton_care_right {
  padding-left: 30px;
  padding-top: 50px;
}

.crompton_care_sec .head_1 {
  margin-bottom: 60px;
}

.form_box {
  background: #fff;
  border-radius: 32px;
  padding: 40px;
}

.form_box>h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.form_box>p {
  font-size: 16px;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  min-height: 53px;
  border-width: 0 0 1px 0;
  border-color: #d2d2d2 !important;
  border-radius: 0;
  padding: 15px 15px 15px 0;
  box-shadow: none !important;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

.btn-grp .btn {
  width: 250px;
  background: var(--main-color);
  color: #fff;
  transition: all .2s linear;
  box-shadow: inset 0 6px 12px #0000001a, 4px 8px 12px var(--main-color)4d;
}

textarea.form-control {
  min-height: calc(1.4285714286em + 1.125rem + calc(1px* 2));
}

.cromp_care_linklist {
  background: #fff;
  border-radius: 32px;
  padding: 25px;
  margin-top: 50px;
}

.cromp_care_linklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cromp_care_linklist ul li {
  padding: 0 31px 0 35px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #d2d2d2;
}

.cromp_care_linklist ul li:first-child {
  border-left: 0;
}

.cromp_care_linklist ul li a {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 500;
  text-transform: capitalize;
}

.icon_left {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 3px solid #fafafa;
  border-radius: 50%;
  margin-right: 16px;
  line-height: 74px;
  box-shadow: inset 8px 8px 8px #0000001a, 4px 8px 8px #0000001a;
}

.cromp_care_linklist ul li a svg,
.cromp_care_linklist ul li a i {
  font-size: 19px;
  margin-left: 6px;
}

.about_sect {
  padding: 60px 0;
}

.about_sect .about_desp .heading_bx {
  margin-bottom: 20px;
}

.about_sect .about_desp .heading_bx p {
  color: var(--text-color-blue-heading);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}

.about_sect .about_desp .heading_bx h3 {}

.about_sect .about_desp p {
  color: rgba(0, 0, 0, 0.50);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}


.about_sect .about_media {
  display: flex;
  position: relative;
  margin-right: 10%;
}

.about_sect .about_media img {
    width: 100%;
    /* border: 2px solid var(--main-color); */
    height: 685px;
    border-radius: 20px;
    object-fit: cover;
}

.about_sect .year_exp_bx .year_exp {
    background: var(--main-color);
    width: 110px;
    height: 140px;
    margin-bottom: 0px;
    padding: 15px;
    text-align: center;
    display: flex
;
    align-items: center;
    border-radius: 0 0 20px 20px;
}

.about_sect .year_exp_bx {
  padding-left: 15px;
  width: 100%;
  max-width: 165px;
  position: absolute;
}

.about_sect .video_bx {
  margin-left: -225px;
  position: relative;
}

.about_sect .year_exp_bx .year_exp h3 {
  color: #FFF;
  text-align: center;
  font-size: 62px;
  font-weight: 700;
  line-height: 64px;
}

.about_sect .year_exp_bx .year_exp p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.about_sect .about_desp .heading_bx {
  margin-bottom: 20px;
}

.about_sect .about_desp .heading_bx p {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}

ul.why-list {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0px;
    background: #eee;
    padding: 15px;
    border-radius: 20px;
}

ul.why-list li {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 0px;
    font-weight: 600;
    color: #000;
    border-right: 0px solid rgb(73 73 73 / 20%);
    border-bottom: 0px solid rgb(73 73 73 / 20%);
}

ul.why-list li span {}

ul.why-list li span:first-child {
    width: 78px;
    display: block;
    margin: 0 auto 0px;
}

ul.why-list li span img {
  width: 100%;
}

ul.why-list li:first-child span:first-child,
ul.why-list li:nth-child(2) span:first-child,
ul.why-list li:nth-child(3) span:first-child {
  width: 55px;
}

.text-left p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}

.logo_ft {}

footer .footer_mid .ft_sect .logo_ft img {
  width: 200px;
}

.ft_about ul li {
  color: #fff;
}

.ft_about {}

footer input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 0.5 !important;
}

footer input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  opacity: 0.5 !important;
}

footer input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  opacity: 0.5 !important;
}

footer input:-moz-placeholder {
  /* Firefox 15!important- */
  color: #fff !important;
  opacity: 0.5 !important;
}

.main-header-title2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

ul.why-list li:nth-child(3),
ul.why-list li:nth-child(6) {
  border-right: 0;
}

ul.why-list li:nth-child(4),
ul.why-list li:nth-child(5),
ul.why-list li:nth-child(6) {
  border-bottom: 0;
}

.about_sect .about_desp .heading_bx h3 {}

.about_sect .about_desp p {
  color: rgba(0, 0, 0, 0.50);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}



.inr_bnnr_section.indus_banner:after {
  background: rgb(0, 0, 0, 0.4);
}



.custom-modal .modal-content {
  border-radius: 0;
  padding: 20px;
}

.custom-modal .modal-content .modal-header {
  border: 0;
  padding: 0;
}

.custom-modal .modal-content .search-bx .form-group {
  position: relative;
}

.custom-modal .modal-content .search-bx .form-group .form-control {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  background: #fff;
  border: 0;
  padding-left: 5px;
  border-bottom: 1px solid #000;
  height: 45px;
  border-radius: 0;
  min-width: 100%;
}

.modal.show .modal-dialog {
  transform: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.modal-body {
  padding: 0;
}

.custom-modal .modal-content .search-bx .form-group span {
  position: absolute;
  right: 10px;
  top: 0;
  border: 0;
  background: #fff;
}

.custom-modal .modal-content .search-bx p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  color: #747d8d;
}

.banner-inner {
  position: relative;
  padding: 60px 0px;
  min-height: 350px;
  z-index: 2;
  display: flex;
  align-items: center;
}


.banner-inner .media-img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 100%;
  height: 100%;
  object-position: bottom;
}
.section{padding: 60px 0;}
.blog__more.home_blog {
    padding: 20px 0 30px;
}
.banner-inner h3 {
    font-size: 32px;
    font-weight: 400;
    color: #cd5401;
    z-index: 9999;
    position: relative;
    max-width: 280px;
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.feature-cover {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

.feature-cover .feature-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.feature-cover .feature-wrap .feature-title {}

.feature-cover .feature-wrap .feature-title h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-cover .feature-wrap .feature-title p {
  font-size: 20px;
  font-weight: 400;
}

.feature-cover .feature-icon-wrap {
  margin-top: 30px;
}

.feature-cover .feature-icon-wrap .feature-icon {}

.feature-cover .feature-icon-wrap .feature-icon .feature-img-box {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.feature-cover .feature-icon-wrap .feature-icon .feature-img-box img {
  width: 81px;
  border: 1px solid #fff;
  padding: 10px;
}

.feature-cover .feature-icon-wrap .feature-txt-box {
  text-align: center;
}

.feature-cover .feature-icon-wrap .feature-txt-box h5 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.feature-cover .feature-icon-wrap .feature-txt-box p {
  font-size: 18px;
  font-weight: 300;
}

.about-three__right {
  position: relative;
  display: block;
}

.about-three__img-box {
  position: relative;
  display: block;
  border-radius: 12px;
}
.about-three__img-box img{  border-radius: 12px;}
.about-three__img-2 {
  position: absolute;
  bottom: -165px;
  right: 60px;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-three__count-text {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.about-three {
  position: relative;
  display: block;
  padding: 120px 0 115px;
  margin-bottom: 60px;
}

.contact_banner {
  margin: 0 auto;
  padding: 60px 0;
}

section.contact_sec {
  position: relative;
  background: #dbdbd9
}

.reach_block {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  transition: .3s;
  display: block;
  color: #000;
}

.reach_block>img {
  max-width: 48px;
  margin-bottom: 2rem
}

.reach_block:hover {
  cursor: pointer;
  color: #fff;
  background: var(--main-color);
}

.reach_block:hover img {
  filter: brightness(100)
}

.contact_banner .col-md-12 h2 {
  color: #000;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 2rem
}

.contact_sect .contact_bg {
  width: 100%;
  border-radius: 8px;
}

.contact_sect {
  padding: 60px 0;
}

.contact_sect form {}

.contact_sect form .form-group {}

.contact_sect form .form-group .form-control {
  min-height: 52px;
  font-size: 16px;
  box-shadow: 0 3px #00000029 !important;
  border-radius: 8px;
  background: #F7F7F7;
  padding: 10px 12px;
}

.contact_sect form .btn-grp {
  text-align: right;
}

.contact_sect form .btn-grp .btn {}

.contact_sect form .form-group textarea.form-control {
  min-height: 90px;
}

.contact_sect .text-left {
  margin-bottom: 40px;
}

.contact_banner .col-md-12 p {
  color: #000;
  font-size: 20px;
  margin-bottom: 3rem;
}

.contact_banner .col-md-12 a {
  width: 400px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 10px auto;
  gap: 10px;
  padding: 10px;
  background: var(--main-color);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}

.contact_banner .col-md-12 a+a {
  background: #fff;
  margin-bottom: 5rem;
  color: var(--main-color)
}

button#getbylocal {
  display: none
}

.reach_block h3 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}

.reach_block:hover h3 {
  color: #fff
}

.reach_block p {
  margin-top: 1rem;
  min-height: 72px;
  font-size: 16px;
  line-height: initial;
}

.contact_banner a.whatsapp img {
  filter: invert(75%) sepia(8%) saturate(2946%) hue-rotate(73deg) brightness(77%) contrast(101%)
}

.blog__more {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0 30px;
}
.blog__more .blog_card {
  width: calc(33.8% - 20px);
  margin: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(59, 59, 59, 0.16);
  padding: 10px;
  position: relative;
}
.blog__more .blog_card .media-blog {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 20px;
  }
  .blog__more .blog_card:hover .media-blog img{transform: scale(1.1);}
.blog__more .blog_card .media-blog img {
  position: absolute;
transition: 0.3s ease;
  min-width: 100%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  border-radius: 20px;
  object-position: center;
}
.blog__more .blog_card .blog_cat {position: absolute;top: -41px;}

.blog__more .blog_card .blog_title {
    color: #000;
    margin-bottom: 10px;
}
.blog__more .blog_card .blog_title:hover{color: var(--main-color);}
.blog__more .blog_card .rm_btn_text {
    background: var(--main-color);
    padding: 4px;
    border-radius: 100px;
    width: 135px;
    margin-left: auto;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.blog__more .blog_card .blog_cont {
    padding: 15px 10px;
    position: relative;
}

.blog__more .blog_card .media-blog:after {
    content: '';
    background: linear-gradient(180deg,#22202000,#000);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    border-radius: 20px;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.signup_cta{
	background: url('../images/cta_banner.jpg') no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.signup_cta .sec_title{
	margin-bottom: 20px;
}
.signup_cta p{
	margin-bottom: 25px !important;
}
.sec_title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #1f1f1f;
}

.about-three__img-2 img {
  width: 170px;
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img img {
  width: 100%;
}

.about-three__count-box {
  position: absolute;
  left: -33px;
  bottom: -127px;
  background-color: var(--main-color);
  max-width: 240px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.about-three__count-box h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
}

.about-three__letter {
  font-size: 62px;
  font-weight: 700;
  line-height: 72px !important;
  text-transform: uppercase;
  top: 18px;
  position: relative;
}
.blog_details {
  padding: 60px 0;
}

.blog_details .blog_details_inner {}

.blog_details .blog_details_inner .head_bx {
  margin-bottom: 30px;
}

.blog_details .blog_details_inner .head_bx h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog_details .blog_details_inner .head_bx h4 {
  font-size: 22px;
}

.media_blog_dt {}

.media_blog_dt img {
  width: 100%;
  border-radius: 20px;
}

.blog_details .blog_details_inner .time_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.blog_details .blog_details_inner .time_bx p {
  font-size: 16px;
}

.blog_details .blog_details_inner .time_bx p span {
  font-weight: 400;
  font-size: 16px;
  padding: 4px 10px;
  color: #ed8b01;
  background: rgb(250 163 40 / 10%);
  border-radius: 5px;
}
.article-template__content ul {
  padding-left: 2rem;
  list-style: disc;
}
.article-template__content h2 {
  margin: 2rem 0 1rem;
  line-height: 32px;
  font-size: 32px;
  font-weight: 700;
}
.article-template__content h1{
    font-size: 26px;
    font-weight: 600;
}
.article-template__content li h3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  font-weight: 400;
  font-size: 20px;
}
.article-template__content p{font-size: 16px;margin-bottom: 10px;}
.article-template__content p a{color: var(--main-color);}
.article-template__content h3{font-size: 26px;margin-bottom: 10px;font-weight: 600;}
.article-template__content ol {
 padding-left: 2rem;
 font-size: 16px;
}
.article-template__content ul {
  list-style-position: inside;
  padding-left: 2rem;
  font-size: 16px;
}

.term_inner .head_title {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid var(--main-color);
}

.term_inner p {
  color: #606060;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  padding-bottom: 10px;
}
.terms_wrapp{padding: 60px 0;}
.blog__more .blog_card .rm_btn_text img{width: auto; }
.term_inner .head_title h3 {
  background: linear-gradient(90deg, var(--main-color) 0%, rgb(8, 85, 140,0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.8px;
  display: inline-flex;
  justify-content: center;
}
.term_inner h4 {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.list_post {}

.list_post .card_bx {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(59, 59, 59, 0.16);
    padding: 10px;
    position: relative;
}

.list_post .card_bx .cont_bx {}

.list_post .card_bx .cont_bx h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
}
.ServiceList.product_grp {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.ServiceList.product_grp .product-card {
  width: 23%;
}
.list_post .card_bx .cont_bx p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    color: #000;
}

.list_post .card_bx .cont_bx p span {
    color: rgb(0 0 0 / 50%);
}

.list_post .card_bx .post_img {flex: 0 0 70px;margin-left: 10px;}

.list_post .card_bx .post_img img {
    width: 100%;
}
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: #fff;
  color: #273d4e;
  border: 1px solid color-mix(in srgb, #444444, transparent 85%);
  padding: 26px 20px;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.features .nav-link.active {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.features .nav-link.active h4 {
}

@media (max-width: 768px) {
  .about-three__img{margin-top: 20px;}
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
    color: #273d4e;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 36px;
}
.features{padding: 60px 0;}
.features .tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.fst-italic {
    font-style: normal;
    color: #444444;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 25px;
}
.features .tab-pane ul li {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--main-color);
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
}
.whyus_sec {
  color: #444444;
  background-color: #f1f4fa;
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}
.whyus_sec .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: #000;
}
.whyus_sec .service-item:hover .title a ,.whyus_sec .service-item:hover .icon{
  color: var(--main-color);
}
.whyus_sec .service-item:hover{border-color:var(--main-color);}
.whyus_sec .service-item .title a {
  color: #444444;
  font-size: 22px;
  font-weight: 600;
}
.whyus_sec .service-item {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid 
color-mix(in srgb, #444444, transparent 85%);
  transition: 0.3s;
}

.whyus_sec .description {
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}

.Home_testi{background: url(../images/testi.png);width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;padding: 60px 0 120px;}

  .Home_testi .heading_title {
    color: #fff;position: relative;z-index: 3;
}
.Home_testi .heading_sub_title:after{background:#fff;}
.Home_testi .heading_sub_title {
    color: #fff;z-index: 3;position: relative;
}
.Home_testi .comma_mark {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 40px;
}
.Home_testi .sider_testi {}

.Home_testi .sider_testi .item {}

.Home_testi .sider_testi .item h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.Home_testi .sider_testi .item p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    text-align: center;
}
.Home_testi .main-header-subtitle {
  color: #fff;
  position: relative;
  z-index: 6;
}
.Home_testi .main-header-subtitle:after{background-color: #fff;}
.Home_testi .main-header-title {
  color: #fff;
  position: relative;
  z-index: 6;
}

.Home_testi .owl-nav{display: none;}
.Home_testi .owl-dots .owl-dot span {display: block;width:12px!important;animation: none!important;height: 12px!important;padding: 0; border: none;border-radius: 100px;background-color: transparent;border: 1px solid #fff; text-indent: -9999px;}
.Home_testi .owl-dots .owl-dot.active span {opacity: 1;background-color: #f3f3f3!important;}
.Home_testi  .owl-dots {position: absolute;left: 50%;transform: translateX(-50%);bottom: -50px;}

.Home_testi .owl-dots .owl-dot+.owl-dot{margin: 0 5px;}

.Home_testi {
  position: relative;
}

.Home_testi:after {background: rgb(0 0 0 / 60%);content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;}






.Home_testi .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, #fff, transparent 85%);
  margin: 0 auto;
  height: 100px;
  object-fit: cover;
}

.Home_testi .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.Home_testi .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: #fff;
}

.Home_testi .testimonial-item .stars {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.Home_testi .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.Home_testi .testimonial-item .quote-icon-left,
.Home_testi .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.Home_testi .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.Home_testi .testimonial-item{text-align: center;}
.Home_testi .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}
.features  .nav-tabs{border: 0;}
.blogs_col_left .media-blog {}

.blogs_col_left .media-blog img {
    width: 100%;
}



.home-banner .banner_content {
    text-align: left;
    width: 50%;
    z-index: 6;
    position: relative;
    background: #ffffffad;
    padding: 25px;
    border-radius: 20px;
}
.home-banner  .banner_content.m-left{
  margin-left: auto;
}
.home-banner  .banner_content.m-right{
  margin-right: auto;
}
.home-banner  .banner_content h3 {
  color: var(--main-color);
  font-size: 42px;
  font-weight: 700;
}
.home-banner .banner_content h3 span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 10px 0 0;
}
.home-banner .item {
    display: flex
;
    padding: 50px 0;
    position: relative;
    align-items: end;
}
.home-banner .item::after{
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.3);
}
.home-banner .banner_content h3 span {
  display: block;
}








@media (min-width: 1024px) and (max-width: 1440.5px) {
  .cromp_care_linklist ul li{padding: 0 15px;}
  .cromp_care_inner{padding: 0px 20px 30px;}
}
@media (min-width: 320px) and (max-width: 900.5px) {
  .ServiceList .product-card .card-wrapper .card__content{text-align: center;}
  .blog__more .blog_card{width: 48%;}
  .home-banner .banner_content{display: none;}
  .home-banner .banner_content{width: 100%;}
  .home-banner  .banner_content h3 {font-size: 26px;}
  .contact_banner .col-md-12 h2{font-size: 36px;}
  .reach_block{margin-bottom: 20px;}
  .contact_banner .col-md-12 a{width: auto;}
  .ServiceList.product_grp{flex-wrap: wrap;}
  .ServiceList.product_grp .product-card{width: 48%;}
  .about-three{padding-top: 40px;}
  .banner-inner h3{font-size: 48px;}
  .cromp_care_linklist ul li{padding: 20px 0;border: 0; border-bottom: 1px solid #d2d2d2;display: block;}
  .cropton_care_right{padding-left: 0;}
  .blogs_col_right{margin-top: 30px;}
  .blogs_col_left, .blogs_col_right{width: 100%;}
  .blog_slider_main>.blog_slider_body{flex-wrap: wrap;}
  .faq_col_right,.faq_col_left{width: 100%;}
  .blue_sec h2{font-size: 26px;}
  .blog_cap{padding: 20px;}
  .about_sect .about_media{margin-bottom: 30px;}
  .blue_sec p{font-size: 16px;margin-bottom: 20px;}
  .search-bx{display: none;}
  .navbar-nav{padding: 15px;}
  .blog_title{margin-bottom: 15px;}
  header .navbar .navbar-collapse {
    position: fixed;
    width: 69%;
    right: -100%;
    top: 75px;
    background: #fff;
    height: 100vh;
    transition: 0.3s ease-in-out;
    padding: 0px;
  }

  header .navbar .navbar-collapse.show {
    right: 0;
  }

  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 14px;
    position: relative;
    margin: 0;
  }

  .navbar-toggler {
    border: 0;
    box-shadow: none;
    padding: 30px 0;
    display: block;
    cursor: pointer;
  }

  .navbar-toggler span {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
    background: #1F1F1F;
    border-radius: 5px;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #1F1F1F;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear, -webkit-transform 0.2s linear;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler span::after {
    top: -8px;
  }

  .navbar-toggler span::before {
    width: 20px;
  }

  .navbar-toggler.active span:after,
  .navbar-toggler.active span:before {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  }

  .navbar-toggler.active span {
    background: transparent;
  }

  .navbar-toggler.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    width: 27px;
  }

  .navbar-toggler.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    width: 27px;
  }
  .header-top{display: none;}

  footer .foot_top {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  footer .footer_mid {
    grid-template-columns: repeat(2, 1fr);
  }

  footer .footer_mid .ft_sect {
    margin-bottom: 20px;
  }

  footer .footer_mid .ft_sect .soical_list_ft li {
    display: inline-block;
    margin: 0 5px;
  }

  footer .foot_top .address_bx .cont_ft .frm_grp .form-control {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 768.5px) {
  .blog__more .blog_card{width: 100%;}
  .contact_banner .col-md-12 h2{font-size: 32px;}
  .sec_title{font-size: 22px;}
  .signup_cta{text-align: center;}
  .ServiceList.product_grp .product-card{width: 100%;}
  .banner-inner h3{font-size: 36px;}
  .banner-inner {min-height: 190px;}
  .faq_col_left{padding-right: 0;}
  .cromp_care_inner{padding:0 30px 20px;}
  footer .footer_mid{grid-template-columns: auto;gap: 0;}
  footer .footer_bottom .footer_copy{flex-wrap: wrap;justify-content: center;}
  .head_1{margin-bottom: 20px;}
  .faq_col_right, .faq_col_left{float: initial;}
  .about_sect .about_media{margin-right: 0;}
  .cropton_care_left{padding: 0 15px;}
  .comp_care_list li{padding: 15px 10px 15px 70px;    font-size: 15px;min-height: 100px;}
  .main-header-title,.faq_col_left>h2{font-size: 26px;}
  .text-left p{font-size: 16px;}
  .cromp_care_inner{padding:20px 15px;}
  ul.why-list li{padding: 20px;}
  .icon_left{width: 60px;height: 60px;display: inline-flex;align-items: center;justify-content: center;}
  .icon_left img{width: 60%;}
  .home-banner .item{height: 230px;}
  .about_sect{padding: 30px 0;}
  footer{padding-top: 0;}
  .faq_sec{padding-bottom: 60px;}
  .about_sect,.sec_padd{padding-bottom: 0;}
  ul.why-list{grid-template-columns: repeat(2,1fr);}
  ul.why-list li:nth-child(4){border-bottom: 0px solid rgb(73 73 73 / 20%);}
  ul.why-list li:nth-child(3), ul.why-list li:nth-child(6){border-right: 0px solid rgb(73 73 73 / 20%);}
  ul.why-list li:nth-child(2), ul.why-list li:nth-child(4), ul.why-list li:nth-child(6){border-right:0 ;}
  .blog_sec_desc p{font-size: 16px;}
  .blog_slider_main>.blog_slider_body{padding-top: 240px;}
  .blog_slider_main>.blog_slider_body .media-blog {
    height: 350px;
}
}
@media (min-width: 360px) and (max-width: 460.5px) {
  .contact_banner .col-md-12 h2{font-size: 26px;}
  .banner-inner h3{font-size: 32px;}
  .features .tab-pane p{font-size: 16px;}
  .blue_sec h2{font-size: 20px;margin-top: 15px;}
  footer .footer_mid .ft_about ul li{margin-bottom: 5px;}
  footer .footer_mid .ft_about ul li a{font-size: 14px;}
  .features .tab-pane h3{font-size: 20px;}
  .blog_sec{padding: 30px 0;}
  .faq_col_right{display: none;}
  .faq_item_ques{font-size: 16px;}
  .faq_col_left>h2{padding-bottom: 15px;}
  .main-header-title, .faq_col_left>h2{font-size: 24px;}
  footer .footer_bottom .footer_copy {
    display: block;
  }

  footer .footer_bottom .footer_copy p:first-child {
    margin-bottom: 10px;
  }

  footer .foot_top {
    grid-template-columns: repeat(1, 1fr);
    margin: 45px 0;
  }

  footer .footer_mid {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.about_ul {
  list-style: none; /* Removes bullets */
  padding: 0;
  margin: 0;
}
.error{color:red;float:left;}