* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: K2D;
}
body {
  font-family: K2D;
}
.over-all-padding {
  padding: 0 8%;
}

/* Phone Number and web site start */
.header {
  background-color: #0659ff;
  border-bottom: 1px solid #4d658e;
  
}

.header-1 {
  min-height: 2.5rem;
  display: flex;
}
.web-site {
  flex: 2;
  text-align: right;
}
.web-site ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  /* border: 0.1px solid #4d658e; */
}
.web-site ul li {
  display: inline-block;
  /* border: 1px solid; */
  border-right: 0.1px solid #4d658e;
  height: 2.5rem;
  padding: 0.5rem;
}
.web-site ul li:first-child {
  border-left: 0.1px solid #4d658e;
}
.web-site ul li a {
  color: white;
}
/* Phone Number and web site end */

/* Nav bar Start */
.nav-bar {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.nav-left {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  color: #0659ff;
  display: contents;
}
.nav-left .icon-bar {
  /* float: right; */
  display: none;
}
.nav-bar .nav-left h4 {
  font-size: 2rem;
  font-weight: bolder;
}
.nav-right {
  /* padding: 1rem 0; */
  -webkit-text-stroke: 0.7px #0659ff; /* Increase the text stroke thickness to 2 pixels */
  text-stroke: 0.5px #0659ff;
  color: white;
}
.nav-right ul {
  list-style-type: none;
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
.nav-right ul li {
  display: inline-block;
  padding: 0 1.5rem;
  cursor: pointer;
}

.nav-right ul li a {
  color: #0659ff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  text-underline-offset: 5px;
}
.content-13 .content-13-1 .content-13-3 a{
   color: #b4acac;
}
.nav-right ul li .active {
  color: #fe0000;
}
.header.text-white.over-all-padding {
  color: #EEEDED;
  font-weight: 900;
  font-size: 14px;
}
.nav-right ul li a:hover{
color: #e60000;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.nav-right ul li .dropdown-content a {
  color: #0659ff;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  text-decoration: none;
  display: block;
  font-weight: 800;
}
.nav-right ul li .dropdown-content a:hover{
  color: #e60000;
}
.nav-right ul li .dropdown-content a:first-child {
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}
.nav-right ul li .dropdown-content a:last-child {
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}


.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 1rem;
  left: 0rem;
  /* top: 1rem; */
}
/* Nav bar End */
/* content 1 start */
.content-1 {
  /* background-image: url("./assets/images/corousel/pexels-miguel-á-padriñán-3930091.jpg"); */
  width: 100%;
  height: 30rem;
  background-repeat: no-repeat;
}
.content-1 .carousel-inner {
  height: 29rem;
}
.content-1 .content-1-1 {
  position: relative;
  top: -23rem;
  width: 50rem;
  font-weight: 600;
  color: white;
}
.content-1 .content-1-1 .repairing-service {
  margin: 0;
  background: #1d72c9;
  padding: 0.5rem;
  display: inline-block;
}
.content-1 .content-1-1 .since {
  background: black;
  /* color: white; */
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0;
}
.content-1 .content-1-1 p {
  margin-top: 1rem;
}
.content-1 .content-1-1 div {
  border: 1px solid #e60000;
  display: inline-block;
  background-color: #ee4d4d;
  color: white;
  padding: 10px;
  border-radius: 10px;
 
 
}

.breakdown p{
  color: #fff;
}
a{
  text-decoration: none;

}
.heading{
  -webkit-text-stroke: 1.7px #0659ff;
}

@media (max-width:767px){
  .profile{
    
    top: 26% !important;
 
    left: 37% !important;
  }
  .logo-sm{
    width: 20% !important;
    
  }
  img .logo-sm{
    padding-top:unset !important;
    padding-bottom: unset !important;
  }
  
}

.content-2 {
  display: flex;
  justify-content: center;
  
}
.content-2 .content-2-1 {
  width: 40%;
  text-align: center;
}
.content-2 .content-2-1 h3 {
  text-align: center;
  -webkit-text-stroke: 2.5px #e60000;
  color: #e60000;
  font-size: 2rem;
}
.content-2 .content-2-1 p {
  color: #6c757d;
  /* font-size: 12px; */
}
.content-3 .row .col-md-4 {
  padding: 2rem;
  display: grid;
  justify-items: center;
}
.content-3 .row .col-md-4 .repair-list {
  background: #00b4fa;
  background: #00b4fa;
  padding: 1rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-3 .row .col-md-4 h5 {
  font-weight: 600;
  margin: 1rem 0;
}
.content-3 .row .col-md-4 p {
  text-align: center;
  color: #6c757d;
}
.contentNew-3 {
  margin: 2rem 0;
}
.contentNew-3 h3 {
  text-align: center;
  -webkit-text-stroke:2.5px #0659ff;
  color: #0659ff;
  font-size: 2rem;
}
.contentNew-3 .row .col-md-4 {
  padding: 1rem;
}
.contentNew-3 .row .col-md-4 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.content-4 {
  min-height: 20rem;
  display: flex;
  position: relative;
  border-bottom: 1px solid #0659ff;
  background-color: #0659ff;
}
.content-4 .content-4-2 {
  position: absolute;
  height: 100%;
}
.content-4 .content-4-1 {
  /* background-image: url(./assets/images/man.webp); */
  /* background-repeat: no-repeat; */
  background-color: #518bff;
  width: 100%;
  margin: 0;
  /* align-content: center; */
}
.content-4 .content-4-1 .col-md-4 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #0659ff;
}
.content-4 .content-4-1 .col-md-4:last-child {
  border-right: none;
}
.content-4 .content-4-1 .col-md-4 .trust {
  color: white;
  margin: 1rem 0rem;
}
.content-4 .content-4-1 .col-md-4 p {
  color: #fff;
  font-weight: 600;
  /* align-items: baseline; */
}
.content-4 .content-4-1 .col-md-4 img {
  height: 3rem;
}
.content-5 {
  background-color: #0659ff;
  height: 15rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.content-5 .content-5-1 {
  width: 100%;
}
.content-5 .content-5-1 .col-md-4 {
  text-align: center;
  color: white;
}
.content-5 .content-5-1 .col-md-4 .custome-review {
  font-size: 5rem;
  font-weight: bold;
  display: inline-block;
}
.content-5 .content-5-1 .col-md-4 span {
  font-size: 2.5rem;
}
.content-5 .content-5-1 .col-md-4 p {
  color: #fff;
}
.content-7 {
  margin: 0 0 1rem 0;
}
.content-7 .content-7-1 .col-5{
  border: 2px solid #e60000;
  border-radius: 10px;
  padding: 1rem;
}
p{
  font-weight: 600;
  /* color: #fff; */
}
.content-7 .content-7-1 .content-7-2 {
  display: flex;
  /* justify-content: flex-end; */
  /* text-align: right; */
  justify-content: center;
}
.content-7 .content-7-3 {
  width: 7rem;
}
.content-7 .content-7-1 p {
  color: #6c757d;
  font-size: 12px;
}
.content-7 .content-7-1 h4 {
  font-size: 1rem;
  font-weight: 600;
}
.content-8 .content-8-1 {
  padding: 0;
  margin: 0;
}
.content-8 .content-8-1 .col-6 {
  padding: 0;
  margin: 0;
}
.content-8 .content-8-1 .content-8-2 {
  background-color: #000000;
  color: white;
  display: flex;
  align-items: center;
}
.content-8 .content-8-1 .content-8-2 .content-8-3 {
  padding: 0 7rem 0 2rem;
}
.content-8 .content-8-1 .content-8-2 .content-8-3 button {
  background-color: #e60000;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
}
.content-8 .content-8-1 .content-8-2 .content-8-3 p {
  color: #fff;
}
.content-8 .content-8-1 .content-8-2 .content-8-3 h3 {
  font-weight: 600;
}
.content-8 .content-8-1 .content-8-2 .content-8-3 button:hover {
  background-color: #0659ff;
  color: #fff;
 
  
  
  
}
.content-9 .content-9-1 {
  justify-content: center;
}
.content-9 .carousel-inner {
  height: 29rem;
}
.content-9 .content-9-1 .col-5 {
  position: relative;
}
.content-9 .content-9-1 .col-5 .content-9-2 {
  margin: 1rem;
  padding: 3rem 1rem;
  border: 2px solid #0659ff;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 2rem;
}
.content-9 .content-9-1 .col-5 .content-9-3 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 43%;
  bottom: -4.5rem;
}
.content-9 .content-9-1 .col-5 .content-9-4 {
  position: absolute;
  top: -0.5rem;
  left: 43%;
  background-color: white;
}
.content-9 .content-9-1 .col-5 .content-9-4 i {
  font-size: 38px;
  color: #0659ff;
}
.contentNew-9 {
  display: none;
}
.content-10 {
  background-image: url("./assets/images/bg-2-2.jpg");
  height: 20rem;
  margin-bottom: 5rem;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* opacity: 0.7; */
}
.content-10 .content-10-1 {
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}
.content-10 .content-10-1 .col-md-4 {
  text-align: center;
  padding: 0 3rem;
}
.content-10 .content-10-1 .col-md-4 span {
  border: 1px solid #0659ff;
  
  padding: 1rem;
  border-radius: 10px;
}
.content-10 .content-10-1 .col-md-4 h4 {
  z-index: 100;
  color: white;
  margin: 2rem 0 0 0;
  font-weight: 600;
}
.content-10 .content-10-1 .col-md-4 p {
  color: white;
}
.content-12 {
  margin-bottom: 2rem;
}
.content-12 .col-md-4 {
  height: 100%;
}
.content-12 .content-12-1 .col-md-4 h5 {
  font-weight: 600;
  margin: 1rem 0;
}
.content-12 .content-12-1 .col-md-4 img {
  border-radius: 10px;
  box-shadow: 1px -1px 7px 0px;
}
.content-12 .content-12-1 .col-md-4 .content-12-2 {
  display: flex;
  justify-content: space-between;
}
.content-12 .content-12-1 .col-md-4 .content-12-2 div span {
  color: #0659ff;
  font-weight: 700;
}
.content-12 .content-12-1 .col-md-4 .read-more {
  color: #0659ff;
  cursor: pointer;
}
.content-12 .content-12-1 .col-md-4 .read-more:hover {
  background-color: #0659ff;
  border: 1px solid;
  padding: 0.5rem 2rem;
  color: white;
}
.content-13 {
  background-color: #3e4349;
  padding-top: 3rem;
}

.content-13 .content-13-1 {
  padding: 0;
  margin: 0;
}
.content-13 .content-13-1 .col-md-4 h5 {
  color: white;
  font-weight: 600;
}
.content-13 .content-13-1 .col-md-4 p {
  color: #b4acac;
}
.content-13 .content-13-1 .col-md-4 span {
  color: red;
  font-weight: 600;
}
.content-13 .content-13-1 .content-13-2 {
  margin: 2rem 0 0 0;
  display: flex;
}
.content-13 .content-13-1 .content-13-2 span {
  background: #6c675d;
  /* padding: 0.55rem; */
  border-radius: 50% !important;
  text-align: center;
  margin: 0 1rem 0 0;
  color: white;
  display: block;
  width: 3rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}
.content-13 .content-13-1 .content-13-3 {
  list-style-type: none;
  color: #b4acac;
  padding-left: 1rem;
}
.content-13 .content-13-1 .content-13-3 li {
  padding: 0.3rem 0;
}
.content-13 .content-13-1 .content-13-3 li:before {
  content: "\00BB";
  padding: 0 0.5rem;
}
.content-13 .content-13-1 .content-13-4 {
  color: white;
}
.content-13 .content-13-1 .content-13-4 p {
  display: inline;
  margin: 0 0 0 2rem;
}
.content-13 .content-13-1 .content-13-4 > div {
  display: flex;
  align-items: center;
  margin: 1rem 0 0 0;
}
.content-13 .content-13-5 {
  color: #b4acac;
  /* display: flex;
  justify-content: space-between; */
  text-align: center;
}
.content-13 .content-13-1 .content-13-6{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.downArrow {
  display: none;
}
.contentNew-3 .row .col-md-4 img:hover {
  /* -webkit-transform: scale(1.1); */
  /* transform: scale(1.1); */
}
.contentNew-3 .row .col-md-4 {
  position: relative;
}
.contentNew-3 .row .col-md-4::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.contentNew-3 .row .col-md-4:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
/* Shine */
.content-12 .content-12-1 .col-md-4 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-12 .content-12-1 .col-md-4 img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* media Query */
@media only screen and (min-width: 900px) and (max-width: 1050px) {
  /* // do something in this width range. */
  .over-all-padding {
    padding: 0 7%;
  }
  .nav-right ul li {
    padding: 0 0.5rem;
  }
  .content-1 .content-1-1 {
    width: 45rem;
  }
  .content-2 .content-2-1 {
    width: 75%;
  }
  /* .content-4 .content-4-1 {
    width: 2rem;
  } */
  .content-8 .content-8-1 .content-8-2 .content-8-3 {
    padding: 3rem 7rem 3rem 2rem;
  }
  .content-10 .content-10-1 .col-md-4 {
    padding: 0 2rem;
  }
  .content-13 .content-13-1 {
    padding: 2rem 0 0 0;
  }
  .content-13 .content-13-1 .content-13-2 span {
    margin: 0 0.5rem 0 0;
  }
  .content-13 .content-13-1 .content-13-3 {
    padding: 0;
  }
}

@media only screen and (min-width: 750px) and (max-width: 900px) {
  p {
    font-size: 12px;
  }
  .over-all-padding {
    padding: 0 5%;
  }
  .nav-right ul li {
    padding: 0 0.5rem;
  }
  .content-1 .content-1-1 {
    width: 40rem;
  }
  .nav-right ul {
    padding: 0;
  }
  /* .content-4 .content-4-1 {
    width: 2rem;
  } */
  .content-2 .content-2-1 {
    width: 75%;
  }
  .content-4 .content-4-1 .col-md-4 img {
    height: 2rem;
  }
  .content-7 .content-7-3 {
    width: 4rem;
  }
  .web-site ul {
    padding: 0;
  }
  .content-8 .content-8-1 .content-8-2 .content-8-3 {
    padding: 3rem 2rem;
  }
  .content-10 .content-10-1 .col-md-4 h4 {
    font-size: 14px;
    margin: 2rem 0 1rem 0;
  }
  .content-10 .content-10-1 .col-md-4 {
    padding: 0 2rem;
  }
  .content-12 .content-12-1 .col-md-4 .content-12-2 {
    display: block;
  }
  .content-13 .content-13-1 {
    padding: 2rem 0 0 0;
  }
  .content-13 .content-13-1 .col-3 {
    padding: 0;
  }
  .content-13 .content-13-1 .content-13-2 span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .content-13 .content-13-1 .content-13-3 {
    padding: 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 750px) {
  p {
    font-size: 12px;
  }
  .over-all-padding {
    padding: 0 3%;
  }
  .content-2 .content-2-1 {
    width: 75%;
  }
  .contentNew-3 .row .col-md-4 {
    padding: 0.5rem;
  }
  /* .content-4 .content-4-1 {
    width: 2rem;
  } */
  .content-4 .content-4-1 .col-md-4 img {
    height: 2rem;
  }
  .content-4 .content-4-2 {
    width: 14rem;
  }
  .content-5 {
    height: 12rem;
  }
  .content-5 .content-5-1 .col-md-4 .custome-review {
    font-size: 3rem;
  }
  .content-7 .content-7-3 {
    width: 4rem;
  }
  .content-8 .content-8-1 .content-8-2 .content-8-3 {
    padding: 3rem 2rem;
  }
  .content-9 .content-9-1 .col-5 .content-9-2 {
    line-height: 1.5rem;
  }
  .content-10 .content-10-1 .col-md-4 h4 {
    font-size: 14px;
    margin: 2rem 0 1rem 0;
  }
  .content-10 .content-10-1 .col-md-4 {
    padding: 0 1rem;
  }
  .content-13 .content-13-1 .col-md-4 h5 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) {
  p {
    font-size: 12px;
  }
  .header {
    display: none;
  }
  .content-1 .content-1-1 {
    width: 30rem;
    top: -21rem;
  }
  .content-1 .content-1-1 .repairing-service {
    font-size: 20px;
  }
  .phoneNumber {
    grid-area: phoneNumber;
  }
  .dateMonth {
    grid-area: dateMonth;
  }
  .web-site {
    grid-area: web-site;
  }
  .header-1 {
    display: grid;
    grid-template-areas:
      "phoneNumber dateMonth"
      "web-site web-site";
  }
  .web-site {
    text-align: unset;
  }
  .web-site ul {
    display: block;
  }
  .web-site ul li:first-child {
    border-left: 0px solid;
  }
  .web-site ul li {
    width: 24%;
    border-right: 0px solid;
  }
  .web-site ul li a {
    font-size: 1.5rem;
  }
  .nav-bar {
    display: block;
    padding: 0 0 1rem 0;
  }
  .nav-bar .nav-left {
    display: block;
  }
  .nav-bar .nav-left h4 {
    display: inline;
  }
  .nav-bar .nav-left > div {
    text-align: center;
  }
  .nav-bar .nav-right {
    display: flex;
    justify-content: center;
  }
  .nav-bar .nav-right ul {
    padding: 0;
  }
  .nav-right ul li {
    padding: 0 0.5rem;
  }
  .content-4 {
    min-height: 18rem;
  }
  .content-5 .content-5-1 .col-md-4 .custome-review {
    font-size: 3rem;
  }
  .content-5 {
    height: 11rem;
  }
  .content-5 .content-5-1 .col-md-4 span {
    font-size: 1.5rem;
  }
  .content-12 .content-12-1 .col-md-4 .content-12-2 {
    display: block;
  }
  .content-12 .content-12-1 .col-md-4 h5 {
    font-size: 1rem;
  }
  .content-13 .content-13-1 {
    padding: 2rem 0 0 0;
  }
  .content-13 .content-13-1 .col-3 {
    width: 50%;
  }
  .content-13 .content-13-1 .content-13-2 span {
    width: 2rem;
    height: 2rem;
  }
  .content-13 .content-13-1 .content-13-4 p {
    margin: 0 0 0 1rem;
  }
  .content-13 {
    padding-top: 0.5rem;
  }
  .content-13 .content-13-1 .content-13-3 li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 750px) {
  .header-1 {
    grid-template-areas:
      "phoneNumber phoneNumber"
      "dateMonth dateMonth"
      "web-site web-site";
  }
  .phoneNumber {
    text-align: center;
  }
  .dateMonth {
    text-align: center;
  }
  .nav-left .icon-bar {
    /* float: right; */
    float: right;
    display: inline-block;
    margin: -0.3rem 1rem 0 0;
    font-size: 2rem;
    color: #0659ff;
    margin-top: -85px;
    
  }
  
  .nav-right ul li {
    display: block;
    padding: 0.5rem;
  }
  .nav-bar .nav-right {
    display: none;
  }
  .nav-bar .nav-right ul {
    width: 100%;
    padding: 0 1rem;
  }
  .dropdown:hover .dropdown-content {
    width: 100%;
    /* position: inherit; */
  }
  .nav-right ul li .dropdown-content a {
    padding: 0.5rem;
  }
  .nav-right ul li .dropdown-content a:last-child {
    padding: 0.5rem;
  }
  .contentNew-3 .row .col-md-4 {
    width: 50%;
  }
  .contentNew-3 .row {
    justify-content: space-around;
  }
  .content-7 .content-7-1 .col-5{
    width: 70%;
    margin: 1rem;
  }
  .content-8 .content-8-1 .col-6{
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .over-all-padding {
    padding: 0;
  }
  .nav-right ul li {
    padding: 0 0.5rem 0 0;
  }
  .nav-bar {
    padding: 0 0 1rem 0;
  }
  .content-1 .content-1-1 {
    width: 21rem;
    left: 2rem;
  }
  .content-1 .content-1-1 .since {
    font-size: 1.2rem;
  }
  .content-1 .content-1-1 .repairing-service {
    font-size: 0.9rem;
  }
  .content-2 {
    margin: 2rem;
  }
  .content-2 .content-2-1 {
    width: 100%;
  }
  .contentNew-3 .row .col-md-4 {
    width: 100%;
  }
  .content-4 .content-4-2 {
    display: none;
  }
  .content-4 .content-4-1 {
    margin: 0;
  }
  .content-4 {
    min-height: 16rem;
  }
  .content-4 .content-4-1 .col-md-4 img {
    height: 2rem;
  }
  .content-5 .content-5-1 .col-md-4 .custome-review {
    font-size: 2rem;
  }
  .content-5 .content-5-1 .cols-4 span {
    font-size: 1rem;
  }
  .content-7 {
    padding: 0 1rem;
  }
  .content-7 .content-7-3 {
    width: 3rem;
  }
  .content-7 .content-7-1 .col-md-4 {
    width: 100%;
  }
  .content-7 .content-7-1 .content-7-2 {
    display: block;
    text-align: left;
  }
  .content-7 .content-7-1 h4 {
    font-size: 1.5rem;
  }
  .content-8 .content-8-1 .col-6 {
    width: 100%;
  }
  .content-8 .content-8-1 .content-8-2 .content-8-3 h3 {
    font-size: 1rem;
  }
  .content-8 .content-8-1 .content-8-2 .content-8-3 {
    padding: 2rem 1rem;
  }

  .content-9 {
    display: none;
  }
  .contentNew-9 {
    display: block;
  }
  .content-9 .content-9-1 .col-5 {
    width: 100%;
  }
  .content-9 .content-9-1 .col-5 .content-9-2 {
    line-height: normal;
    margin: 0.5rem;
    padding: 2rem 0.5rem;
    /* padding: 1rem 0.5rem; */
  }
  .content-9 .content-9-1 .col-5 .content-9-3 {
    left: 44%;
    bottom: -4rem;
  }
  .content-9 .content-9-1 .col-5 .content-9-4 {
    left: 46%;
    top: 0.6rem;
  }
  .content-9 .content-9-1 .col-5 .content-9-4 i {
    font-size: 2.5rem;
  }

  .content-9 .carousel-inner {
    height: 20rem;
    /* padding: 2rem 0; */
  }
  .content-10 {
    height: 28rem;
  }
  .content-10 .content-10-1 .col-md-4 h4 {
    font-size: 18px;
    margin: 2rem 0 0rem 0;
  }
  .content-10 .content-10-1 .col-md-4 {
    padding: 0 0.5rem;
    width: 100%;
    /* text-align: start; */
  }
  .content-12 {
    padding: 0 1rem;
  }
  .content-12 .content-12-1 .col-md-4 .content-12-2 {
    display: flex;
  }
  .content-12 .col-md-4 {
    width: 100%;
  }

  .content-13 .content-13-1 {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .content-13 .content-13-1 .col-md-4 {
    width: 70%;
    margin: 0 0 1rem 0;
    /* text-align: center; */
  }
  .content-13 .content-13-1 .content-13-2 {
    margin: 1rem 0 0 0;
  }
  .content-13 .content-13-1 .content-13-2 span {
    background-color: transparent;
  }
  .content13-about {
    /* display: none; */
  }
  .content-13 .content-13-1 .col-md-4 .downArrow {
    display: block;
    color: white;
  }
  .content-13 .content-13-1 .col-md-4 h5 {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid; */
    /* border-right: 1px solid; */
    /* padding: 5px; */
  }
  .contentNew-3 .row .col-md-4 {
    width: 100%;
    padding: 1rem 2rem;
  }
}