.intro {
  height: auto;
  min-height: 100vh;
  text-align: center;
  background-color: teal;
}
.divider{
  border: 1px solid #fff;
}

.icon-box-1 {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  padding: 25px 10px 25px 10px;
  margin-bottom: 2rem;
}

.icon-box-1 .icon-font {
  font-size: 4.5rem;
  margin-right: 2rem;
  line-height: 1.4;
  background: rgba(250,208,196,1);
  background: -moz-linear-gradient(45deg, rgba(250,208,196,1) 0%, rgba(255,154,157,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(250,208,196,1)), color-stop(100%, rgba(255,154,157,1)));
  background: -webkit-linear-gradient(45deg, rgba(250,208,196,1) 0%, rgba(255,154,157,1) 100%);
  background: -o-linear-gradient(45deg, rgba(250,208,196,1) 0%, rgba(255,154,157,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(250,208,196,1) 0%, rgba(255,154,157,1) 100%);
  background: linear-gradient(45deg, rgba(250,208,196,1) 0%, rgba(255,154,157,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad0c4', endColorstr='#ff9a9d', GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.read-more-arrow {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  
}

.read-more-arrow i:after {
  position: absolute;
  content: "";
  left: -41px;
  top: 50%;
  width: 53px;
  background: var(--secondary-color);
  height: 2px;
  transform: translateY(-50%);
  margin-top: -0.5px;
}

.read-more-arrow i {
  margin-left: 2.5rem;
  font-size: 1.3rem;
  position: relative;
  top: 2px;
  color: red;
}
[class*=" icofont-"], [class^=icofont-] {
  font-family: IcoFont!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.read-more-arrow span {
  position: relative;
  margin-left: 1rem;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.icofont-simple-right:before {
  content: "\eab8";
}

.read-more-arrow i:after {
  top: 9px;
}
.read-more-arrow i:after {
  position: absolute;
  content: "";
  left: -41px;
  top: 50%;
  width: 53px;
  background: var(--secondary-color);
  height: 2px;
  transform: translateY(-50%);
  margin-top: -0.5px;
}

.icon-box-1 a{
  color:#2c343b !immportant;
}

.BreedInfoTable {
  border: 1px solid #7e7e7e;
  border-width: 1px 1px 0 1px;
  border-collapse: inherit!important;
  border-bottom: 1px solid #7e7e7e;
}

.BreedInfoTable td {
  padding: 5px 10px;
  border-bottom: 1px solid #7e7e7e;
  border-right: 1px solid #7e7e7e;
}

.BreedInfoTable th {
  background: #00B4D8 !important;
  font-size: 14px;
  color: #FFF !important;
  
}
.BreedInfoTable th {
  padding: 5px 10px;
  background: #00B4D8;
  color: #FFF !important;
  border: 0;
}

.need-help {
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 0rem;
  z-index: 9;
  position: relative;
}

.heading-main.center {
  text-align: center;
}
.heading-main {
  color: var(--primary-color);
  line-height: 1;
  font-size: 3.125rem;
  
  position: relative;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 1rem;
}

.heading-main small {
  color: var(--primary-color);
  position: relative;
  text-transform: capitalize;
  padding-bottom: 25px;
  font-family: 'Karla', sans-serif;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.form-control {
  border: none;
  box-shadow: none;
  font-size: 0.9375rem;
  border: 1px solid #f4f4f6;
  outline: none;
  color: #5b5b5b;
  background-color: #f4f4f6;
  height: auto;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.btn-theme {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
  justify-content: center;
  display: inline-flex;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  align-items: center;
  position: relative;
}

.btn-theme {
  background: #00B4D8 !important;
}
.heading-main span {
  color: #00B4D8 !important;
}

.stt2 {
  border-radius: 30px;
  border: 2px solid #fff;
  text-align: center;
  height: 60px;
  position: fixed;
  width: 60px;
  bottom: 20px;
  left: 30px;
  background-color: green;
  /* animation: glow 1s infinite alternate; */
  text-align: center;
  z-index: 100;
}

.stt {
  border-radius: 30px;
  border: 2px solid #fff;
  text-align: center;
  height: 60px;
  position: fixed;
  width: 60px;
  bottom: 90px;
  right: 30px;
  color: white;
  background-color: green;
  /* animation: glow 1s infinite alternate; */
  text-align: center;
  z-index: 100;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}