#search-form {
  box-shadow: 0px 3px 3px 0px #22222552;
  border-radius: 52px;
}
@media (max-width: 1024px) {
  .logo_img {
    width: 100px;
  }
}
footer {
  margin-top: 68px;
  height: 40px;
  clear: both;
  width: 100%;
  background: #f2f2f2 !important;
  line-height: 40px;
  font-size: 13px;
  border-top: 1px solid #e4e4e4;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  font-weight: 500;
}
.position {
  position: absolute !important;
}
.f_weight {
  font-weight: 500;
}
.search-form {
  box-shadow: 0px 5px 5px 0px #22222552;
  border-radius: 52px;
}
.border_style {
  border-bottom: 1px solid #0000002b;
}
.padding_style {
  padding: 10px 0px;
}
.serach_padding {
  padding: 12px 0px 40px 0px;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
ul {
  padding: 0;
  list-style-type: none;
}

ul li {
  list-style-type: none;
}
footer a {
  padding: 0;
  margin: 5px;
  color: #666;
}
.gsc-result-info {
  display: none;
}
.gsc-above-wrapper-area {
  border: none !important;
}
.flex_style {
  /* display: table-footer-group; */
  display: table;
}
.serach_input {
  border-top-left-radius: 52px !important;
  border-bottom-left-radius: 52px !important;
  height: 45px !important;
  border-right: none !important;
}

.serach_icon_radius {
  border-top-right-radius: 52px !important;
  border-bottom-right-radius: 52px !important;
  background: #3875ce !important;
  border: 1px solid #3875ce !important;
}
.mic_icon_radius {
  background: none !important;
  border-left: none !important;
}
.border-rad {
  border: none;
  background: #3875ce;
  color: white;
}

.border-rad:hover {
  color: white;
}

#outPopUp {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  border-radius: 3px;
}
a:hover {
  text-decoration: none !important;
}
.mic_icon {
  color: #3875ce;
  cursor: pointer;
}
#m_20 {
  margin: 0px 20px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: white !important;
  background: #4d90fe;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 2px 6px;
  border-radius: 4px;
}
.gcsc-branding-img-noclear {
  display: none !important;
}
#gsc-i-id1 {
  background: none !important;
}
.text_bold {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  footer {
    text-align: center;
  }
}

.button {
  color: #0352e5;
  font-size: 18px;
  background: white;
  padding: 17px 0px;
  /* box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.2); */
  border-radius: 15px;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  margin: 15px 15px 0px 15px;
}

.button:hover {
  color: #0352e5;
  transform: translateY(3px);
  /* box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.17); */
}

.arrow {
  width: 13px;
  transition: transform 0.3s ease;
}

.arrow.open {
  transform: rotate(180deg);
}

.button p {
  display: inline;
  margin-right: 25px;
}

.dropdown {
  position: relative;
  color: #e3dfe9;
  font-size: 18px;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  display: block;
  cursor: pointer;
  width: 200px;
  margin: 0px 17px 0px 0px;
  transform: scale(0.01);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  overflow: hidden;
}

.dropdown.open {
  transform: scale(1);
  opacity: 1;
  box-shadow: 5px 5px 30px rgb(118 96 168 / 35%);
  z-index:9;
}

.dropdown a {
  position: relative;
  color: #0352e5;
  text-decoration: none;
  display: block;
  padding: 12.5px 30px;
  transition: color 0.2s ease, background-color 0.2s ease,
    padding-left 0.2s ease;
  overflow: hidden;
}

.dropdown a.clicked {
  padding-left: 35px;
  color: #0352e5;
}

.dropdown a:hover {
  color: #0352e5;
  padding-left: 35px;
}

.float_right {
  float: right;
  height:59px;
}
.display {
  display: none;
}
.form-control:focus {
  border-color: #ccc !important;
  box-shadow: none !important;
}
body {
  margin: 0px !important;
}
.text-center {
  text-align: center !important;
}
.box-shadow {
  box-shadow: 0px 3px 3px 0px #22222552;
}
.color-logo {
  color: #337ab7;
}
.m_l25 {
  margin: 0px 0px 0px 5px;
}

.container.body-content {
  height: 1000px; /* Force height on body */
  position: relative;
}

.footer {
  position: absolute;
  bottom: 0;
  background-color: #ffd800;
  text-align: center;
  right: 0;
  left: 0;
  background-image: url(/Content/SiteImages/logosmall.png);
  background-repeat: no-repeat;
  height: 110px;
  border-top: 3px solid #082603;
}

.footer p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #082603;
  font-size: 150%;
  font-family: "Baskerville Old Face";
}
.mb_20 {
  margin-bottom: 20px;
}
.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 10px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #ddd;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-menu-item {
  cursor: pointer;
}
.ui-autocomplete {
  left: 27% !important;
  width: 46% !important;
}
.w_100 {
  width: 100% !important;
}
@media (max-width: 500px) {
  .ui-autocomplete {
    left: 10% !important;
    width: 80% !important;
  }
}
@media (max-width: 700px) {
  .relatedKeywords {
    width: 100% !important;
  }
  .relatedKeywords a {
    font-size: 14px !important;
  }
}
.mb_35 {
  margin-bottom: 35px !important;
}
.mt_190 {
  margin-top: 190px;
}
.best-offers {
  margin-left: 24px;
  color: grey;
  text-transform: uppercase;
}
.relatedKeywords {
  width: 60%;
  overflow:hidden;
}
.relatedKeywords a {
  color: #1a0dab;
  font-size: 16px;
  line-height: 30px;
  float: left;
  width: 50%;
}
.gs-image-box {
  display: none !important;
}
/*.gsc-webResult.gsc-result {
  display: none;
}
.gsc-webResult.gsc-result:nth-child(1), .gsc-webResult.gsc-result:nth-child(2), .gsc-webResult.gsc-result:nth-child(3) {
  display: block!important;
}*/
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  margin-top: 9px!important;
}
.styleable-title, .si15, .si71, .si22 {
  color: #0066CC!important;
}
.styleable-visurl {
  color: #008000!important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    border: 0px!important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    border: 0px!important;
    padding: 10px 0!important;
}
@media(max-width:768px) {
  h1{margin-top:0px!important; margin-bottom:0px!important;}
  .serach_padding {padding: 10px 0px 9px 0px!important;}

}