/*--==============================================->
<!--Start Carcity Call do Section Css-->
==================================================-*/

.call-do-action {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*padding: 150px 0;*/
  position: relative;
  height: 400px;
}

.call-do-title h2 {
  font-size: 24px;
  line-height: 54px;
  font-weight: 600;
  color: #fff;
}

.call-do-title span {
  color: ff0000;
}

.right-btn .carcity-button {
  margin-right: 35px;
}

.carcity-button {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.carcity-button:before {
  position: absolute;
  content: "";
  top: 32px;
  left: 29px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.carcity-button:after {
  position: absolute;
  content: "";
  top: 32px;
  right: 30px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.carcity-button a {
  font-size: 14px;
  padding: 5px 55px;
  font-weight: 700;
  font-family: "Jost";
  line-height: 26px;
  border-radius: var(--button-radius);
  color: #fff;
  background: #0d0e14;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.5s;
  margin-top: 15px;
}

.carcity-button a:before,
.carcity-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: 0.5s;
  z-index: -1;
}

.carcity-button a:before {
  transform: translateY(-100%);
}

.carcity-button a:after {
  transform: translateY(100%);
}

/*service all hover*/
.carcity-button a:hover:before {
  transform: translateY(-50%);
}

.carcity-button a:hover:after {
  transform: translateY(50%);
}

.carcity-button a:hover {
  color: var(--color-primary);
}

.carcity-button:hover:before,
.carcity-button:hover:after {
  background-color: var(--color-primary);
}

.style-two.carcity-button {
  margin-top: 25px;
}

.style-two.carcity-button a {
  padding: 20px 65px;
  background: var(--color-primary);
}

.style-two.carcity-button:before {
  top: 32px;
  left: 40px;
}

.style-two.carcity-button:after {
  top: 32px;
  right: 40px;
}

.shape-thumb-3 {
  position: absolute;
  right: 0;
  top: 42px;
  animation: 1.4s fadeInRight;
}

@media (min-width: 1501px) and (max-width: 1799px) {
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  /*call do action area*/

  .call-do-title h2 {
    font-size: 40px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /*call do section*/
  .call-do-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* Large Mobile :600px. */
@media (min-width: 600px) and (max-width: 767px) {
  .call-do-action {
    background-position: right;
  }

  /*call do section*/
  .call-do-title h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .right-button.text-right {
    text-align: center;
  }
  .shape-thumb-3 {
    display: none;
  }

  .call-do-action {
    background-position: right;
  }
}

/* small mobile :480px. */
@media (min-width: 480px) and (max-width: 599px) {
}

/* small mobile :480px. */
@media (min-width: 480px) and (max-width: 599px) {
  /*call do section*/
  .call-do-title h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .right-button.text-right {
    text-align: center;
  }
  .shape-thumb-3 {
    display: none;
  }

  .call-do-action {
    background-position: right;
  }
}

/* small mobile :320px. */
@media (min-width: 320px) and (max-width: 479px) {
  /*call do section*/
  .call-do-title h2 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .right-button.text-right {
    text-align: center;
  }
  .shape-thumb-3 {
    display: none;
  }
  .call-do-action {
    background-position: right;
  }
}
