body {
  background: #f7f7f7;
  }

/*# my personal */


.s130 {
min-height: 50vh;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
font-family: poppins, sans-serif;
 
padding: 15px;
}
.s130 form {
width: 100%;
max-width: 790px;
padding-top: 6%;
}
.s130 form .inner-form {
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
border-radius: 34px;
overflow: hidden;
margin-bottom: 30px;
}
.s130 form .inner-form .input-field {
height: 68px;
}
.s130 form .inner-form .input-field input {
height: 100%;
background: 0 0;
border: 0;
display: block;
width: 100%;
padding: 10px 0;
font-size: 16px;
color: #000;
}

.s130 form .inner-form .input-field select {
height: 100%;
background: 0 0;
border: 0;
display: block;
width: 100%;
padding: 10px 20px;
font-size: 16px;
color: #000;
background: #d9d9d9;
}
.s130 form .inner-form .input-field input:hover,
.s130 form .inner-form .input-field input:focus {
box-shadow: none;
outline: 0;
}
.s130 form .inner-form .input-field.first-wrap {
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #d9e0f1;
}
.s130 form .inner-form .input-field.first-wrap input {
-ms-flex-positive: 1;
flex-grow: 1;
}
.s130 form .inner-form .input-field.first-wrap .svg-wrapper {
min-width: 80px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.s130 form .inner-form .input-field.first-wrap svg {
width: 36px;
height: 36px;
fill: #222;
}
.s130 form .inner-form .input-field.second-wrap {
min-width: 216px;
}
.s130 form .inner-form .input-field.second-wrap .btn-search {
height: 100%;
width: 100%;
white-space: nowrap;
font-size: 16px;
color: #fff;
border: 0;
cursor: pointer;
position: relative;
z-index: 0;
background: #7983ff;
transition: all 0.2s ease-out, color 0.2s ease-out;
font-weight: 300;
}
.s130 form .inner-form .input-field.second-wrap .btn-search:hover {
background: #009451;
}
.s130 form .inner-form .input-field.second-wrap .btn-search:focus {
outline: 0;
box-shadow: none;
}
.s130 form .info {
font-size: 15px;
color: #ccc;
padding-left: 26px;
}
@media screen and (max-width: 992px) {
.s130 form .inner-form .input-field {
    height: 50px;
}
}
@media screen and (max-width: 767px) {
.s130 form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.s130 form .inner-form .input-field.first-wrap svg {
    width: 26px;
    height: 26px;
    fill: #222;
}
.s130 form .inner-form .input-field.second-wrap {
    min-width: 100px;
}
.s130 form .inner-form .input-field.second-wrap .btn-search {
    font-size: 13px;
}
}

.mynav{

  background-color: #7983ff !important;}

.myheading{
  text-align: center;
  margin-top: 7%;
}
















