@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --text-color: #EE1C25;
  --background-color: #EE1C25;
  --second-background-color: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  font-family: poppins, sans-serif;
}

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

html {
  scroll-behavior: smooth;

}
.bannerContent h2 {
    text-shadow: 1px 2px #585858b5;
}
.bannerContent h2 {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    line-height: 77px;
}

.swiper-slide.swiper-slide-next.swiper-slide-prev {}


img {
  max-width: 100%;
}


ul,
li {
  list-style: none;
  font-family: poppins, sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: poppins, sans-serif;
  font-size: 15px;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  font-family: poppins, sans-serif;
  font-size: 15px;
}

.hover_btn {
  position: relative;
  overflow: hidden !important;
  display: block;
  transition: 0.2s ease-in-out;
}

.hover_btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000024;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 83%;
  transition: 0.2s ease-in-out;
}

.hover_btn:hover:after {
  left: -87% !important;
  transition: 0.5s ease-in-out;
}

.btn_style {
  background: #ee1c25;
  color: #fff;
  border-radius: 30px;
  padding: 13px 30px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

button {
  /* WebKit */
  -webkit-appearance: none;

  /* Mozilla */
  -moz-appearance: none;

  /* Opera */
  -o-appearance: none;

  /* Internet Explorer */
  -ms-appearance: none;

  /* CSS3 */
  appearance: none;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "PT Serif", serif;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0px 0px 10px;
  color: #2F343C;
  font-family: "PT Serif", serif;
}

p {
  color: #464646;
  font-size: 15px;
  font-weight: 400;
  font-family: poppins, sans-serif;
}

h1 {
  font-size: 66px;
  color: #fff;
  font-weight: bold;
  line-height: 77px;
}

h2 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 30px;
}

h2 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  line-height: 34px;
}

.top_gap {
  margin-top: 90px;
}

@media(max-width: 991px) {
  .top_gap {
    margin-top: 33px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 35px;
  }
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  box-shadow: none !important;
  border: none;
  outline: none;
}

.sub_heading {
  font-size: 15px;
  color: EE1C25;
  font-weight: 500;
  color: #EE1C25;
  margin-bottom: 12px;
}

header.HeaderSticky {
  z-index: 99;
  position: fixed;
}

header.HeaderSticky .top_section {
  display: none;
}

header.HeaderSticky nav ul li a {
  padding: 24px 12px;
}

main {
  overflow: clip;
}

.banner_sec .swiper-slide img {
  width: 100%;
}

.banner_sec {
  position: relative;
}

header.HeaderSticky nav ul ul li a {
  padding: 14px 12px;
}


/*=====header=====*/


/*======TopHeader=====*/
.top_section {
  background: #EE1C25;
  color: #fff;
}

.top_left ul {
  display: flex;
  gap: 29px;
}

.top_left ul li a {
  color: #fff;
  margin: 9px 0px;
  display: block;
}

.top_left ul li a i {
  padding-right: 5px;
}

.top_right {
  text-align: end;
}

.top_right ul {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.top_right ul li {
  border-left: 1px solid #ffffff4f;
  padding-left: 21px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.top_right ul li:first-child {
  border: none;
}

.top_right ul li a i {
  color: #fff;
}

div#sidebar {
  background: #000;
}

header {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
}


header ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.FormobmenuHeader {
  display: none;
}

.headerMainWrapper {
  position: relative;
}

.menuHeaderinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuHeaderinner .logoheader {
  max-width: 180px;
  overflow: hidden;
  position: relative;
}

header nav ul.mainULnav {
  margin: 0px;
  padding: 0px;
}

header nav ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

header nav ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 40px 12px;
}

header .sub-menu {
  background-color: #fff;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.3s;
  top: calc(100% + 0px);
  width: auto;
  left: inherit;
  bottom: inherit;
}

header .sub-menu li {
  display: block;
}

header .sub-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #0d0d0d;
  padding: 0px;
  margin: 0;
  position: relative;
  display: block;
  text-transform: capitalize;
  min-height: auto;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .sub-menu li:last-child a {
  border: 0px;
}

.hamburgerMenuBtn {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  margin: 0;
  cursor: pointer;
  display: none;
}

.HeaderMenuRhs {
  display: flex;
  align-items: center;
  gap: 15px;
}


.menuOverlay {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all ease 0.3s;
  display: none;
}

body.sidebarMenuOpen .menuOverlay {
  display: block;
}



/*=========Header Search=====*/
.SearchbarWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border: 1px solid #2F343C;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 6px 0px 15px;
  width: 210px;
  min-width: 210px;
  background: #fff;
}

.inputSearch {
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  height: 50px;
  border: 0px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  outline: none;
}

.inputSearch::placeholder {
  color: #2F343C;
}

.searchBtn {
  border: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  cursor: pointer;
  background-color: #ee1c25;
  margin: 0px 0px 0px 0px;
  border-radius: 100%;
}


/*=========Header Search=====*/
/*=======min-width:1151px=======*/

@media (min-width: 1151px) {
  header .dropdownMenu .sub-menu {
    min-width: 240px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    /* border-top: 3px solid #f3d014; */
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header nav ul li a:hover {
    color: #ee1c25;
  }

  header .sub-menu li a:hover {
    background-color: #ee1c25;
    color: #ffffff;
  }

  li.dropdownMenu>a:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-flex;
    right: -5px;
    top: 3px;
    position: relative;
    transition: all 0.3s !important;
    filter: invert(1);
  }

  li.dropdownMenu>a:hover:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231782be' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    filter: invert(1);
  }

  .request_btn a {
    background: #ee1c25;
    color: #fff;
    border-radius: 30px;
    padding: 13px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #ccc;
    font-size: 16px;
  }

  .headermenuparent {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}

/*============max-width:1150px=========*/

@media screen and (max-width: 1150px) {
  .headerMainWrapper {
    padding: 0px 0px;
  }

  .hamburgerMenuBtn {
    display: block;
  }

  .headerrhscontent {
    position: fixed;
    right: -280px;
    bottom: 0;
    top: 0;
    z-index: 4;
    width: 280px;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    background-color: #222;
    width: 280px;
  }

  body.sidebarMenuOpen .headerrhscontent {
    right: 0px;
  }

  /*for mobile*/
  .FormobmenuHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    position: relative;
    width: 100%;
  }

  .FormobmenuHeaderWrapper .logo {
    max-width: 90px;
  }

  .FormobmenuHeaderWrapper .logo img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  .FormobmenuHeader {
    display: block;
    width: 100%;
  }

  header nav ul li a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li a:not(header.HeaderSticky ul.sub-menu li a) {
    color: #fff;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  }

  .headerrhs {
    display: none;
  }

  .headerrhscontent {
    flex-direction: column;
    justify-content: flex-start;
  }

  .closeIcon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
  }

  header nav ul li {
    width: 100%;
  }

  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  header .sub-menu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: none;
    top: 0;
    display: none;
    min-width: 100%;
    position: relative;
    box-shadow: none;
    padding: 0px;
  }

  header .sub-menu li a {
    padding: 12px;
  }

  header .sub-menu li a:hover {
    color: #424242;
  }

  header nav {
    overflow-y: auto;
    height: calc(100% - 87px);
  }

  header nav::-webkit-scrollbar {
    display: none;
    width: 0px;
  }

  header nav ul li:last-child a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li:last-child a:not(header.HeaderSticky ul.sub-menu li a) {
    border-bottom: 0px;
  }

  header nav ul .dropdownMenu span.hasSub.menuactve {
    transform: rotate(180deg);
  }

  .menuHeaderinner .logoheader {
    max-width: 95px;
  }

  .sidebarMenuOpen .HeaderSticky {
    animation: none;
  }

  .headerSearch {
    display: none;
  }

  .request_btn a {
    color: #ee1c25;
  }

  .top_left ul {
    gap: 6px;
    justify-content: space-between;
  }

  .top_left ul li a {
    font-size: 12px;
  }

  .top_right ul {
    justify-content: center;
    gap: 8px;
  }

  .top_right {
    display: none;
  }

}


/*======================header=========================*/





/*=======================footer================*/
footer {

  background: url("../images/footer_bg.png") no-repeat center center;
  background-size: cover;
}


.footerMenu {
  padding: 40px 0px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 1fr 1fr;
  gap: 50px;
}

.ContactInfoIcon i {
  color: #ee1c25;
}

.SocialIcons h3 {
  font-size: 18px;
  font-family: 'Poppins';
  margin-bottom: 0;
}

.whatsapp_icon {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 1;
}


.FooterWidget h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0px 0px 20px;
  color: #fff;
}

.ContactInfoText .list-unstyled a {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 9px;
    flex-wrap: wrap;
}

.ContactInfoText .list-unstyled a:hover {
  background: #ee1c25;
  color: #fff !important;
}

.FooterWidget p,
.FooterWidget p a {
  color: #ffffff;
}

.footerLogo {
  max-width: 180px;
  margin: 0px 0px 30px;
}

.ContactInfoWrap {
  display: flex;
  gap: 10px;
  margin: 0px 0px 10px;
}

.ContactInfoText a {
  color: #ffffff;
  font-size: 15px;
}

.btn-custom {
  color: #000 !important;
  width: 100.434px;
  height: 31.956px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

}

.FooterWidget ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.FooterWidget ul li a {
  display: block;
  margin: 10px 0px 0px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.FooterWidget ul li a:hover {
  color: #ee1c25;
}

.SocialIcons {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

.SocialIcons a {
  color: #ffffff;
  font-size: 18px;
  border-left: 1px solid #ccc;
  padding-left: 18px;
}

.SocialIcons a:hover {
  color: #ee1c25;
}

.SubFooter {
  /* background-color: #000; */
  padding: 36px 0px;
  text-align: center;
  border-top: 1px solid #a8a8a891;
}

.SubFooter p {
  margin: 0px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .FooterWidget ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .FooterWidget h4 {
    margin: 0px 0px 6px;
  }

  .FooterWidget p {
    margin-bottom: 0;
  }

  .SocialIcons {
    margin-top: 10px;
  }
}

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

/*=======================================responsive================================================*/
/*=======media query======*/

@media (min-width: 992px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1151px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
  .footerMenu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footerLogo {
    max-width: 95px;
    margin: 0px 0px 20px;
  }

  .SubFooter {
    padding: 13px 0px;
  }

  .footerMenu {
    padding: 25px 0px;
  }

}




@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {

  .footerMenu {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* vehicke hand */
.safe_hand {
  width: 37%;
  text-align: center;
  margin: auto;
  display: flex;
  position: relative;
}

.hand_content .hand_icon i {
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #00000040;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  font-size: 12px;
  cursor: pointer;
}

.hand_content .hand_icon:first-child i {
  left: 44%;
  top: 12%;
}

.hand_content .hand_icon:nth-child(2) i {
  left: 25%;
  top: 30%;
}

.hand_content .hand_icon:nth-child(3) i {
  left: 75%;
  top: 47%;
}

.hand_content .hand_icon:nth-child(4) i {
  left: 44%;
  top: 61%;
}

.hand_content .hand_icon:nth-child(5) i {
  left: 8%;
  top: 72%;
}

.hand_content .hand_icon:last-child i {
  left: 44%;
  top: 81%;
}

.hand_text {
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 250px;
  border: 1.5px dashed #ee1c25;
  display: none;
  transition: 0.3s ease-in-out;
  z-index: 9;
}

.hand_text p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
}

.hand_content .hand_icon:hover i:before {
  display: none;
}

.hand_text h3 {
    font-size: 17px;
    font-weight: 600;
}

.hand_content .hand_icon:nth-child(2) .hand_text {
  position: absolute;
  left: -75%;
  top: 17%;
}

.hand_content .hand_icon:nth-child(4) .hand_text {
  position: absolute;
  left: -75%;
  top: 47%;
}

.hand_content .hand_icon:nth-child(6) .hand_text {
  position: absolute;
  left: -75%;
  top: 71%;
}

.hand_content .hand_icon:nth-child(1):hover .hand_text,
.hand_content .hand_icon:nth-child(2):hover .hand_text,
.hand_content .hand_icon:nth-child(3):hover .hand_text,
.hand_content .hand_icon:nth-child(4):hover .hand_text,
.hand_content .hand_icon:nth-child(5):hover .hand_text,
.hand_content .hand_icon:nth-child(6):hover .hand_text {
  display: block;
  transition: 0.3s ease-in-out;
}

.hand_content .hand_icon:nth-child(3) .hand_text {
  top: 36%;
  right: -78%;
}

.hand_content .hand_icon:nth-child(5) .hand_text {
  left: -77%;
  top: 61%;
}

.hand_content .hand_icon:hover i {
  background-image: url(../images/hand_img_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1.5px solid #fff;
  z-index: 9;
}

.hand_content .hand_icon:hover:after {
  content: '';
  position: absolute;
  border-top: 1.5px dashed #ee1c25;
  width: 41%;
  transition: 0.3s ease-in-out;
}

.hand_content .hand_icon:hover:first-child:after {
  top: 82px;
  right: 0;
}

.hand_content .hand_icon:hover:nth-child(2):after {
  top: 34%;
  right: 71%;
}

.hand_content .hand_icon:hover:nth-child(3):after {
  top: 51%;
  right: -15%;
  width: 26%;
}

.hand_content .hand_icon:hover:nth-child(4):after {
  top: 65%;
  right: 56%;
  width: 56%;
}

.hand_content .hand_icon:hover:nth-child(5):after {
  top: 76%;
  right: 83%;
  width: 31%;
}

.hand_content .hand_icon:hover:nth-child(6):after {
  top: 85%;
  right: 55%;
  width: 57%;
}

@media(max-width: 991px) {
  .safe_hand {
    width: 100%;
  }

  .hand_content .hand_icon:nth-child(3) .hand_text {
    top: 10%;
    right: 8%;
  }

  .hand_content .hand_icon:hover:nth-child(3):after {
    top: 40%;
    right: 5%;
    width: 26%;
    transform: rotate(90deg);
  }

  .hand_content .hand_icon:nth-child(1):hover .hand_text {
    left: 19%;
    top: -22%;
  }

  .hand_content .hand_icon:hover:first-child:after {
    transform: rotate(90deg);
    right: 38%;
    width: 21%;
    top: 11%;
  }

  .hand_content .hand_icon:nth-child(2):hover .hand_text {
    left: 6%;
    top: -8%;
  }

  .hand_content .hand_icon:hover:nth-child(2):after {
    transform: rotate(90deg);
    right: 53%;
    width: 29%;
    top: 28%;
  }

  .hand_content .hand_icon:nth-child(4) .hand_text {
    position: absolute;
    left: 19%;
    top: 22%;
  }

  .hand_content .hand_icon:hover:nth-child(4):after {
    top: 56%;
    right: 38%;
    width: 21%;
    transform: rotate(90deg);
  }

  .hand_content .hand_icon:nth-child(5) .hand_text {
    left: 4%;
    top: 38%;
  }

  .hand_content .hand_icon:hover:nth-child(5):after {
    top: 69%;
    right: 75%;
    width: 20%;
    transform: rotate(90deg);
  }

  .hand_content .hand_icon:nth-child(6) .hand_text {
    position: absolute;
    left: 20%;
    top: 44%;
  }

  .hand_content .hand_icon:hover:nth-child(6):after {
    top: 77%;
    right: 39%;
    width: 20%;
    transform: rotate(90deg);
  }
}


/* vehicle end */


/* banner css*/
.banner_sec .swiper-slide {
  position: relative;
  height: 100vh;
}

.banner_sec .swiper-slide .bannerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

.banner_sec .swiper-slide .bannerContent a {
  background: #ee1c25;
  padding: 14px 31px;
  border-radius: 30px;
  color: #fff;
  margin-top: 24px;
  display: inline-block;
}

.bannerContent h1 {
  text-shadow: 1px 2px #585858b5;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' fill='white' stroke='%23EE1C25'/%3E%3Cpath d='M30.7071 20.7071C31.0976 20.3166 31.0976 19.6834 30.7071 19.2929L24.3431 12.9289C23.9526 12.5384 23.3195 12.5384 22.9289 12.9289C22.5384 13.3195 22.5384 13.9526 22.9289 14.3431L28.5858 20L22.9289 25.6569C22.5384 26.0474 22.5384 26.6805 22.9289 27.0711C23.3195 27.4616 23.9526 27.4616 24.3431 27.0711L30.7071 20.7071ZM11 20V21H30V20V19H11V20Z' fill='%23EE1C25'/%3E%3C/svg%3E") !important;
  margin-right: 1%;
  width: 42px;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  transform: rotate(180deg);
  margin-left: 1%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

@media(max-width: 991px) {
  h1 {
    font-size: 20px;
    line-height: 25px;
  }

  a {
    font-size: 13px;
  }

  .banner_sec .swiper-slide .bannerContent a {
    padding: 9px 18px;
    margin-top: 0px;
  }

  a:hover {
    font-size: 13px;
  }

  .banner_sec .swiper-slide {
    height: auto;
  }
}

/* bannerr css end */



/* at carsafe */
@media (min-width: 992px) {
  .vehicle_safe_sec video {
    border-radius: 10px 0px 0px 10px;
  }
}

@media(max-width: 991px) {
  .carsafe_content {
    margin-bottom: 23px;
  }

  .vehicle_safe {
    padding: 46px 9px 80px;
  }
}

/* at carsafe end */

/* car */
.vehicle_safe {
  background-image: url("../images/vehicle_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 46px 0px 80px;
  background-attachment: fixed;
  border-radius: 0px 10px 10px 0px;
}

.vehicle_safe h2 {
  margin-bottom: 97px;
}

.vehicle_safe_sec iframe {
  border-radius: 10px 0px 0px 10px;
}

/* car end */


/* statices  */
.statices_sec {
  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 75px 0px;
  color: #fff;
}

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

.statics {
  border: 1px solid #fff;
  padding: 56px 46px;
  /* border-radius: 0px 0px 41px 0px; */
  margin-top: 21px;
  max-height: 342px;
  border-radius: 0px 0px 43px 0px;
}

.staticsIcon img {
  width: 76px;
  margin-bottom: 28px;
}

.statics h3 {
  color: #ee1c25;
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 24px;
}

.statices_sec .row .col-lg-4:nth-child(3) .statics {
  background: #ee1c25;
  border: 1px solid #ee1c25;
  transition: 0.3s ease-in-out;
  /* margin-top: 15px; */
}

.statices_sec .row .col-lg-4:nth-child(3) .statics h3 {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.statices_sec .row .col-lg-4:hover .statics h3 {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.statices_sec .row .col-lg-4:hover .statics {
  background: #ee1c25;
  border: 1px solid #ee1c25;
  transition: 0.3s ease-in-out;
}

.statices_sec .row .col-lg-4:nth-child(2) .statics {
  /* transform: skewY(5deg); */
}

.statices_sec .row .col-lg-4:nth-child(4) .statics {
  /* transform: skewY(-5deg); */
}

@media(max-width: 991px) {
  .statices_sec .row .col-lg-4:nth-child(2) .statics {
    transform: skewY(0deg);
  }

  .statices_sec .row .col-lg-4:nth-child(4) .statics {
    transform: skewY(0deg);
    margin-top: 15px;
  }

  .statices_sec .row .col-lg-4:nth-child(4) .statics {
    transform: skewY(0deg);
    margin-top: 15px;
  }

  .statics h3 {
    font-size: 28px;
    margin-bottom: 17px;
  }

  .staticsIcon img {
    width: 55px;
    margin-bottom: 17px;
  }

  .statices_sec p {
    font-size: 13px;
    margin-bottom: 0px
  }

  .statics {
    margin-top: 16px;
  }

  .statics {
    padding: 17px 9px;
  }

  .statices_sec {
    padding: 28px 0px;
  }
}

/* statcies end */


/* gallery */
section.gallery_sec .row {
  justify-content: center;
  text-align: center;
}

.gallery_type {
  background-color: #F8F8F8;
  padding: 62px 30px 50px;
  margin-top: -138px;
  border-radius: 10px 10px 0 0;
}

.gallery_wrap .row .col-lg-4:nth-child(2) {
  margin-top: 37px;
}

.gallery_item:hover img {
  transform: scale(1.05);
  transition: 0.4s ease-in-out;
}

.gallery_item img {
  transition: 0.4s ease-in-out;
}

.gallery_wrap .row img {
  margin-bottom: 26px;
}

@media(max-width: 991px) {
  .testimonial_sec {
    padding: 28px 0px;
  }

  .testimonial_context {
    margin-right: 0;
  }

  .testimonial_sec .swiper.testimonialSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden:after {
    right: 8%;
  }

  .testimonial_arrow {
    display: none;
  }

  .gallery_type {
    padding: 30px 12px 23px;
    margin-top: -138px;
  }

  .gallery_wrap .row .col-lg-4:nth-child(2) {
    margin-top: 0px;
  }

  .gallery_wrap .row .col-lg-4 {
    display: flex;
    gap: 13px;
  }

  .gallery_wrap .row img {
    margin-bottom: 13px;
  }

  ;
}

/* gallery end */

/* testimnial */
.testimonial_sec {
  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-attachment: fixed;
}

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

.testimonial_item {
  background: #fff;
  padding: 31px;
  border-radius: 10px;
  border-bottom: 6px solid #ee1c25;
  min-height: 355px;
}

.testimonial_item p {
  color: #000;
  margin: 31px 0px;
}

.testimonial_item img {
  width: 63px;
  display: inline-block;
}

.testimonial_item span i {
  color: #FCBB44;
  margin-bottom: 14px;
  display: inline-block;
}


.testimonial_context {
  margin-right: 130px;
}

.testimonial_sec .swiper {
  position: static !important;
}

.testimonial_sec .row {
  position: relative;
}

.testimonial_sec .swiper-button-next {
  left: 79px;
  position: absolute;
  margin-top: -17px;
}

.testimonial_arrow {
  position: absolute;
  left: 0;
  bottom: 30%;
}

.testimonial_sec .swiper.testimonialSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden:before {
  content: '';
  position: absolute;
  background: #ee1c2533;
  left: 29%;
  bottom: -67px;
  width: 139px;
  height: 139px;
  border-radius: 100%;
}

.testimonial_sec .swiper.testimonialSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden:after {
  content: '';
  position: absolute;
  background: #ee1c2533;
  right: -5%;
  top: -67px;
  width: 139px;
  height: 139px;
  border-radius: 100%;
}

@media(max-width: 991px) {
  .testimonial_sec {
    padding: 28px 0px;
  }

  .testimonial_context {
    margin-right: 0;
  }

  .testimonial_arrow {
    display: none;
  }

  .testimonial_sec .swiper.testimonialSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden:before {
    left: -9%;
    bottom: -13px;
  }
}

/* testimonial end */

/* car safe location */
.map_content {
  display: flex;
  border: 2px solid #000000;
  border-radius: 7px;
  align-items: center;
}

.map_location iframe {
  display: block;
  border-radius: 0px 6px 6px 0;
}

.car_safe_locations {
  background-image: url(../images/tab-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.car_safe_locations h2 {
  text-align: center;
}

.car_safe_locations ul#myTab {
  border-bottom: none;
  gap: 20px;
}

.car_safe_locations ul#myTab li {
  border: none;
}

.car_safe_locations ul#myTab li {
  border: none !important;
}

.car_safe_locations ul#myTab li button.active {
  background: #ee1c25;
  color: #fff;
  border: none;
}

.car_safe_locations ul#myTab li button {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  background: #fff;
  border-radius: 34px;
  padding: 12px 27px;
  font-family: 'PT Serif';
}

.address_type {
  padding: 30px 39px;
}

.map_content a {
  color: #54595F;
}

.map_content i {
  font-size: 25px;
}

@media(max-width: 991px) {
  .car_safe_locations {
    padding: 28px 0px;
  }

  .car_safe_locations ul#myTab {
    gap: 5px;
  }

  .car_safe_locations ul#myTab li button {
    font-size: 12px;
    padding: 11px 19px;
  }

  .map_content {
    display: block;
  }

  .address_type {
    padding: 21px 13px 10px;
  }

  .map_location iframe {
    border-radius: 0px 0px 6px 6px;
    width: 100%;
  }
}

/* location end */


/* Home page form */
section.conact_form input,
section.conact_form textarea {
  background-color: #F2F2F2;
  padding: 15px 13px;
  font-size: 15px;
  margin-top: 6px;
  border: 1px solid #ccc;
}

section.conact_form input[type=submit] {
  background: #ee1c25;
  display: inline-block;
  width: auto;
  padding: 15px 51px;
  border: none;
  margin-top: 30px;
}

section.conact_form input:focus,
section.conact_form textarea:focus {
  background: none;
  border: 1px solid #ccc;
}

section.conact_form textarea {
  height: 141px;
}

@media(max-width: 991px) {

  section.conact_form input,
  section.conact_form textarea {
    padding: 10px 13px;
    margin-top: -4px;
  }

  section.conact_form input[type=submit] {
    display: block;
    width: -webkit-fill-available;
    padding: 15px 51px;
    margin-top: 3px;
  }

  .conact_form img {
    margin-bottom: 24px;
  }
}

/* form end */

/* <-------------inner about------------> */
.inner-bannerContent {
  position: absolute;
  top: 38%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  text-align: center;
  width: 100%;
  right: 0px;
  margin: auto;
}

.carsafe_article img {
  border-radius: 20px;
}

.aboutsubtitill {
  color: #EE1C25;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.Collect-sec {
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.Collect-sec h2 {
  font-size: 22px;
  font-weight: bold;
}

.Collect-sec p {
  color: #555;
  font-size: 14px;
  margin-bottom: 40px;
}

/* GRID - 3 columns on desktop */
.Collect-sec .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 0px 30px;
  justify-items: center;

}

/* Card Style */
.Collect-sec .card {
  position: relative;
  width: 95%;
  height: 500px;
  background: white;
  border-radius: 170px 170px 170px 170px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.Collect-sec .card:hover {
  transform: translateY(-8px);
}

.Collect-sec .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: red;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  transition: 0.5s;
  z-index: 1;
}

/* .card:hover::before {
  background: rgba(0, 0, 0, 0.6);
} */

.Collect-sec .card .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 0;
}

.Collect-sec .card:hover .image-bg {
  opacity: 1;
}

.Collect-sec .card .icon {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  font-size: 40px;
  color: white;
  background: red;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  width: 200px;
  height: 200px;
  border: 6px solid #fff;
  margin: auto;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}

.Collect-sec .card h3 {
  position: relative;
  z-index: 2;
  margin-top: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: absolute;
  bottom: 100px;
  margin: auto;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease-in;
}

.Collect-sec .card:hover h3 {
  color: #fff;
}

.Collect-sec::after {
  content: '';
  background-image: url(../images/Collect-sec2.svg);
  width: 100%;
  height: 529px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.Collect-sec::before {
  content: '';
  background-image: url(../images/Collect-sec1.svg);
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: -90px;
  left: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.inabout .carsafe_content {
  padding: 40px 20px;
}

.breadcrumb {
  list-style: none;
  display: flex;
  color: white;
  z-index: 9;

}

.breadcrumb li+li::before {
  content: ">";
  margin: 0 0.5rem;
  color: #fff;
  font-size: 14px;
}

.breadcrumb a {
  text-decoration: none;
  color: white;
}

.breadcrumb-nav {
  position: absolute;
  left: 100px;
  bottom: 40px;
  z-index: 2;

}

.breadcrumb li,
.breadcrumb a {
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px;
}

@media (min-width:1100px) {
  .flex-direction {
    flex-direction: row-reverse;
  }

  .border-d {
    border-radius: 40px 20px 20px 40px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in;
    border: 1px solid transparent;
  }

  .border-d:hover {
    border: 1px solid #EE1C25;
  }
}

/* Responsive - 2 columns on tablet, 1 on mobile */
@media (max-width: 992px) {
  .Collect-sec .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .Collect-sec .card {
    margin: 0px 10px;
  }

  .Collect-sec .card {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .Collect-sec .cards {
    grid-template-columns: 1fr;
  }

  .Collect-sec .card .icon {
    width: 160px;
    height: 160px;
  }

  .Collect-sec::before {
    display: none;
  }

  h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .direction-art {
    flex-direction: column-reverse;
  }

  .carsafe_article img {
    padding: 0px 10px;
  }

  .request_btn {
    display: none;
  }
}

/* <-------------service---------> */
.pdf-section {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
  padding: 40px 20px;
  margin: auto;
}

.pdf-section h2 {
  font-size: 35px;
}

/* Left box */
.download-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px;
  width: 350px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.download-box h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
}

/* underline with red accent */
.download-box h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px solid #54595F;
  width: 100%;
  transition: all 0.65s ease-in;
}

.download-box h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 18%;
  height: 2px;
  background: #EE1C25;
}

.download-box h2:hover::after {
  width: 100%;
}

.download-btn {
  margin-top: 20px;
  background: #EE1C25;
  color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: background 0.3s;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s ease-in;
}

.download-btn span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.download-btn:hover {
  background: #EE1C25;
  border-radius: 20px;
}

.download-btn .icon {
  width: 28px;
  height: 28px;
  background: #fff;
  color: #EE1C25;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

/* Right side */
.pdf-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.pdf-content a {
  color: #EE1C25;
  text-decoration: underline;
}

.download-box a {
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .pdf-section {
    grid-template-columns: 1fr;
  }

  .pdf-download {
    text-align: left;
  }

  h2 {
    font-size: 28px;
  }

  .pdf-section h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .breadcrumb-nav {
    position: absolute;
    left: 20px;
    bottom: -12px;
  }

  .inabout .carsafe_content {
    padding: 20px 10px 0px 10px;
  }
}

/* <---------------carsafe service auto--------------> */
.auto {
  padding: 20px;
}


.auto h2 {
  color: #EE1C25;
  font-family: "PT Serif";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}


.auto h3 {
  color: #000;
  font-family: "PT Serif";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 100% */
  text-transform: uppercase;
}


.auto-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}


.auto-list li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  color: #54595F;
  font-size: 15px;
}

.auto-list li b {
  color: #54595F;
  font-size: 16px;
  font-weight: 500 !important;
}

.auto-list li::before {
  content: "✔";
  color: #d60000;
  position: absolute;
  left: 0;
}

.insurancetitle {
  color: #000;
  font-family: "PT Serif";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 10px;
}

.insurancemaintitle {
  color: #EE1C25;
  text-align: center;
  font-family: "PT Serif";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
}

/* <-----------------storage--------------> */
.pricing-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 40px 20px;
  flex-wrap: wrap;
  background: #fff;
  font-family: Arial, sans-serif;
}

/* Individual Cards */
.pricing-card-standard,
.pricing-card-plus,
.pricing-card-premium {
  border: 1px dashed #000;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  margin: 10px;
  border-radius: 30px;
}

.price-outline {
  border-radius: 10px;
  background: #F8F8F8;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  width: calc(32.33% - 10px);
  transition: all 0.5s ease-in;
}

.price-outline:hover {
  transform: translateY(-10px);
}

/* Header Icon */
.pricing-icon-standard,
.pricing-icon-plus,
.pricing-icon-premium {
  background: #EE1C25;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px auto 10px auto;
}

.pricing-icon-standard img,
.pricing-icon-plus img,
.pricing-icon-premium img {
  width: 50px;
}

/* Titles & Price */
.pricing-title-standard,
.pricing-title-plus,
.pricing-title-premium {
  color: #000;
  text-align: center;
  font-family: "PT Serif";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.pricing-price-standard,
.pricing-price-plus,
.pricing-price-premium {
  color: #EE1C25;
  text-align: center;
  font-family: "PT Serif";
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  padding-top: 15px;
}

.pricing-duration-standard,
.pricing-duration-plus,
.pricing-duration-premium {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

/* Features */
.pricing-features-standard,
.pricing-features-plus,
.pricing-features-premium {
  text-align: left;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.pricing-features-standard li,
.pricing-features-plus li,
.pricing-features-premium li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 23px;
  padding-bottom: 3px;
}

.pricing-features-standard li::before,
.pricing-features-plus li::before,
.pricing-features-premium li::before {
  content: "";
  background-image: url(../images/checker.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 5px;
  margin-right: 8px;
}

.price-circle {
  border-radius: 46px;
  border: 1px solid #EE1C25;
  background: #FFF;
}


/* <------ inner contact---------------> */
.contactusInforow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0px 0px 40px;
}

.contact-map p {
  text-align: center;
}

.contact-map a {
  color: #EE1C25;
}

.ContactusInfoBox {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.ContactusInfoBox .infodflex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.infodflex .infodflexIcon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  background: #EE1C25;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 17px;
  color: #fff;
}

.infodflex .infodflexIcont h4 {
  font-size: 20px;
  color: #000000;
  margin: 0px;
}

.infodflex .infodflexIcont p,
.infodflex .infodflexIcont p a {
  color: #4C4C4C;
  font-size: 15px;
}

.ContactusInfoBox .infodflex .infodflexIcont h4 {
  color: #000000;
  margin: 0px 0px 5px;
}

.infodflex .infodflexIcont p,
.infodflex .infodflexIcont p a {
  color: #4C4C4C;
  font-size: 15px;
}

.banner-info {
  position: relative;
  overflow: hidden;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  /* black gradient */
  z-index: 1;
}

.carsafe_trade img {
  margin-left: auto;
  display: block;
}

.inner-bannerContent {
  z-index: 2;

}

/* Responsive */
@media (max-width: 900px) {

  .pricing-card-standard,
  .pricing-card-plus,
  .pricing-card-premium {
    width: 100%;
    max-width: 400px;
  }

  .pricing-price-standard,
  .pricing-price-plus,
  .pricing-price-premium {
    font-size: 25px;
    font-weight: 500;
    line-height: 21px;
    padding-top: 10px;
  }

  .pricing-title-standard,
  .pricing-title-plus,
  .pricing-title-premium {
    font-size: 31px;
  }
}

@media (max-width: 600px) {
  .auto-list li {
    font-size: 0.95rem;
  }

  .price-outline {
    width: calc(100% - 10px);
    margin: 15px 0px;
  }

  .auto h2 {
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
  }

  .auto h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .inner-banner_sec img {
    height: 195px;
    object-fit: cover;
  }

  .Collect-sec .card .icon {
    width: 120px;
    height: 120px;
    margin-top: 90px;
  }

  .insurancemaintitle {
    font-size: 28px;
    line-height: 34px;
  }

  .contactusInforow {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inner-gallery_sec{margin-top:200px}
@media (min-width:1024px) {


  .auto-layer {
    position: relative;
    margin-top: 230px;
  }

  .auto-layer::before {
    content: '';
    background-image: url(../images/auto-layer.png);
    width: 100%;
    height: 160px;
    position: absolute;
    top: -160px;
    left: 0px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }

  /* section.inner-banner_sec.position-relative {
    margin-top: 140px;
  } */

  .contact-map iframe {
    height: 300px !important;
  }
	.inner-gallery_sec{margin-top:120px;background-color:#fff !important;}
	
}
.inner-gallery_sec .gallery_type{background-color:#fff !important;}
.inner-banner_sec .banner-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) !important;
}
.inner-banner_sec .banner-overlay  {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.inner-banner_sec img{
    height: 500px;
    object-fit: cover;
}
.carsafe_image.aos-init.aos-animate img {
    border-radius: 30px;
}
/* @media (max-width:1026px) {
  section.inner-banner_sec.position-relative {
    margin-top: 70px;
  }
}

@media (max-width:767px) {
  section.inner-banner_sec.position-relative {
    margin-top: 60px;
  }
} */


.blog_widget.post {
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 11px;
}

.blog_widget.post .recent_post {
    border-bottom: 2px solid #ee1c25;
}

.blog_widget.post .recent_post a {
    font-size: 15px;
    line-height: 1px !important;
}

.blog_widget.post .recent_post p {
    font-size: 11px;
    margin-top: 9px;
}

.blog_widget.post h2 {
    text-align: center;
    background: #eeeeee;
    padding: 7px;
}

.rct_img img {
    width: 195px !important;
    height: 93px !important;
}

.rct_img {
    width: 185px;
    height: 125px;
    object-fit: cover;
}
.blog_details {
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 19px 18px;
	border-radius:12px;
}
.rct_text {
    width: 70%;
}
.innerbanner h1 {
    text-shadow: 1px 1px #7f7f7f;
}
.blog_details a {
    color: #ee1c25;
    font-weight: 400;
}
.blog_widget.post .recent_post:last-child {
    margin-bottom: 0px !important;
}