@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*{
  margin: 0;
  padding: 0;
}
body{
  font-family: 'Roboto', sans-serif;
}
h1{
  font-size: 1.2em;
  font-weight: 500;
  color: #2249AD;
}
p{
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0;
}
span{
  font-size: .9em;
  font-weight: 300;
  color: #000;
}
a.lbl_policy{
  color: #666;
  text-decoration: underline;
}

.wrap_section1{
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}
.wrap-searchbox{
  margin-bottom: 50px;
  text-align: center;
  margin-top: -100px;
}
.wrap-searchbox img{
  width: 280px;
}

.iptsearchbox{
  padding: 15px 25px;
  text-indent: 5px;
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E0E9FF;
  background-color: #F9FBFF;
}
.iptsearchbox:hover, .iptsearchbox:focus{
  -webkit-box-shadow: 0px 3px 31px 0px rgba(0,0,192,0.10);
-moz-box-shadow: 0px 3px 31px 0px rgba(0,0,192,0.10);
box-shadow: 0px 3px 31px 0px rgba(0,0,192,0.10);
outline: 0;
}


.src-btn{
    background-image: url(../img/src-icon.svg);
    background-repeat: no-repeat;
    width: 71px;
    height: 59px;
    position: absolute;
    right: 15px;
    border: none;
    background-color: transparent;
    background-position: center;
    cursor: pointer;
}
.src-btn:hover, .src-btn:focus{
  outline: 0;
}


.wrap-footer{
  background-color: #F4F5F8;
  width: 100%;
  position: absolute;
  bottom: 0;
}

body.search .wrap-footer {
    position: relative;
    margin-top: 50px;
}

.wrap-foot-menu{
  text-align: center;
}
.wrap-foot-menu ul{
  padding: 20px 0;
  margin-bottom: 0;
}
.wrap-foot-menu ul li{
  position: relative;
  display: inline-block;
  list-style: none;
}
.wrap-foot-menu ul li a{
  font-size: .8em;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}
.wrap-copyright{
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: .8em;
  color: #666;
  background-color: #EBEBED;
}

.wrap_section2{
  background-color: #F4F5F8;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
.serp-logo{
  max-width: 180px;
  width: 100%;
  padding:5px 10px;
  margin: auto;
}

.clearfix-head{
  height: 100px;
}
.wrap-result{
  padding: 5px 10px;
}


.paging a {
    color: #2249AD;
}





@media (max-width: 768px) { 
  .serp-logo{
    padding: 30px 0;
  }
  .clearfix-head{
    height: 227px;
  }
}





