.dropselect {
  padding: 9px 9px;
  height: 43px;
  width: 104%;
}
.search {
  color: #ffffff;
}
.icon-box span {
  font-size: 40px;
  color: #eb2869;
}
/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section {
  position: relative;
  padding: 90px 0px 0px;
}

.process-section.style-two {
  padding-bottom: 90px;
  background-position: center top;
  background-repeat: repeat-x;
}

.process-section.style-three {
  padding-top: 0px;
}

.process-section .upper-section {
  position: relative;
}

.process-section .upper-section .image-column {
  position: relative;
}

.process-section .upper-section .image-column .image {
  position: relative;
}

.process-section .upper-section .content-column {
  position: relative;
}

.process-section .upper-section .content-column .inner-column {
  position: relative;
}

.process-section .upper-section .content-column .title {
  position: relative;
  color: #00c784;
  font-size: 14px;
  text-transform: uppercase;
}

.process-section .upper-section .content-column h2 {
  position: relative;
  color: #211347;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Rubik", sans-serif;
}

.process-section .upper-section .content-column .text {
  position: relative;
  margin-top: 10px;
}

.process-section .upper-section .content-column .text p {
  position: relative;
  color: #211347;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 16px;
}

.process-section .upper-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

.process-section .lower-section {
  position: relative;
  margin-top: 40px;
}

/* Process Block */

.process-block {
  position: relative;
  margin-bottom: 30px;
}

.process-block .inner-box {
  position: relative;
  padding-left: 65px;
}

.process-block .inner-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 44px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  line-height: 1em;
  text-shadow: -1px -1px 0 #ff8667, 1px -1px 0 #ff8667, -1px 1px 0 #ff8667,
    1px 1px 0 #ff8667;
}

.process-block .inner-box .circle-layer {
  position: absolute;
  left: 42px;
  top: 5px;
  width: 25px;
  height: 100%;
}

.process-block .inner-box .circle-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 134, 103, 0.4);
}

.process-block .inner-box .circle-layer:after {
  position: absolute;
  content: "";
  left: -10px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  border: 6px solid rgba(255, 134, 103, 0.4);
  background-color: #ffffff;
}

.process-block .inner-box h4 {
  position: relative;
  color: #211347;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.process-block .inner-box .text {
  position: relative;
  color: #211347;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 10px;
}
