.choose .box {
    border: 1px solid #ddd;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    background-color:#fff;
    color:#000;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}
.box {
  margin-bottom: 30px;
}
.box > .icon > .info-line {
    background: #f8f8f8;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11);
}

.box > .icon > .info-line:hover{
  background: #339701;
  color: #fff!important;
  box-shadow: none;
}

.box > .icon > .info-line:hover::after {
  margin-left: 0;
  opacity: 0.1;
}
.box > .icon:hover > .info-line > .more > a, .box > .icon:hover > .info-line > h3.title, .box > .icon:hover > .info-line > p {
  color: #fff;
}
.laravel{
  margin-top:20px;
  width:115px;
  height:115px;
}
.box > .icon > .info-line::after {
  content: "";
  display: block;
  border-top: 500px solid #fff;
  border-left: 500px solid transparent;
  margin-top: -65%;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0s;
}
  
.choose .box {
    border: 1px solid #ddd;
    padding: 10px 0;
    min-height: 270px;
    margin: 0;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    background-color:#fff;
    color:#000;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}

.box > .icon > .image {
  margin-bottom: 5px;
}


/*.aspects .box > .icon > .info-line {
    padding: 30px 30px 15px 30px;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  .aspects .box > .icon > .info-line h3:hover {
    color: #333!important;
  }*/




#phone {
  height: 45px;
}
#reason {
  height: 45px;
}
textarea {
  height: 300px;
  margin-top: 10px;
}


.ltn__feature-item {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top-color: rgb(224, 224, 224);
    border-right-color: rgb(224, 224, 224);
    border-bottom-color: rgb(224, 224, 224);
    border-left-color: rgb(224, 224, 224);
    padding: 15px 0 0 0 ;
    box-shadow: 0 0 10px #ddd;
    border-radius: 5px;
    text-align: center;


  }
.ltn__feature-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    margin: 15px;
    text-align: center;
}
.ltn__feature-item h3.title {
  font-size: 16px;
  color: #3b76a9;
  font-weight: 700;
  font-family: inherit;
}

.ltn__feature-item:hover > h3.title {
  font-size: 16px;
  color: #c9302c;
  font-weight: 700;
}
.ltn__feature-item:hover p {
  color: #222;
}

.ltn__feature-item:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #e0e0e0;
  color: #fff;
  min-height: 150px;
}



.ltn__feature-item h3 {
    font-size: inherit;
}

/*  style for af -btn*/


.af-btn {
  background: #f8f8f8;
  color: #333;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 1px 1px rgba(0,0,0,0.11);
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.11);

}

.ltn__feature-item:hover .af-btn{
  background: #339701;
  color: #fff;
}

.ltn__feature-item:hover .af-btn::after {
  margin-left: 0;
  opacity: 0.1;
}

.af-btn::after {
  margin-left: 0;
  opacity: 0.1;
}
.af-btn::after {
  content: "";
  display: block;
  border-top: 500px solid #fff;
  border-left: 500px solid transparent;
  margin-top: -65%;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0s;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  position: relative;
}
input[type="email"], input[type="number"], input[type="password"], input[type="text"] {
  padding: 0 15px;
}

#loading {
  padding: 0;
}

 @media only screen and (max-width: 1000px) {
   .ltn__feature-item {
    min-height: 225px;
   }
@media (min-width: 768px) and (max-width: 991px) {
.copy-right-left, .footer-menu, .socials {
  text-align: left!important;
}
}
.new_form_sect h5 {
  line-height: 28px!important;
}

