.marginleft {
  margin-left: 60px;
}
.navtop {
  top: -1.1rem;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.headerlogin {
  background: -webkit-linear-gradient(to right, #c31432, #240b36);
  background: linear-gradient(to left, #c31432, #570362);
}
.umbrella {
  height: 250px;
}
.umbrella:before,
.umbrella:after {
  content: "";
  position: absolute;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.umbrella:before {
  left: 17%;
  right: 17%;
}
.umbrella:after {
  left: 38%;
  right: 38%;
  /* background: #c0c; */
}
.umbrella .curve {
  position: absolute;
  top: 192px;
  background: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  height: 76px;
  z-index: 5;
  width: 36%;
}
.umbrella .curve.c1,
.umbrella .curve.c5 {
  width: 17%;
  top: 0;
  height: 0;
}
.umbrella .curve.c2,
.umbrella .curve.c4 {
  top: 176px;
}
.umbrella .curve.c1 {
  left: 0;
}
.umbrella .curve.c2 {
  left: 0;
}
.umbrella .curve.c3 {
  right: 25%;
  top: 146px;
  height: 222px;
  width: 50%;
}
.umbrella .curve.c4 {
  right: 0%;
}
.umbrella .curve.c5 {
  right: 0;
}
.umbrella .cane {
  z-index: 4;
  position: absolute;
  background: #a52a2a;
  top: 95px;
  left: 48%;
  right: 48%;
  height: 200px;
}
.umbrella .cane:before,
.umbrella .cane:after {
  content: "";
  position: absolute;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
}
.umbrella .cane:before {
  right: 0;
  bottom: -30px;
  height: 30px;
  width: 60px;
  background: #a52a2a;
}
.umbrella .cane:after {
  right: 12px;
  bottom: -18px;
  height: 18px;
  width: 36px;
  background: #fff;
}

.wrapper {
  margin: 0 auto;
}
.margin-0-auto {
  margin: 0 auto;
}

.wrapper .search_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 45px;
  display: flex;
  padding: 10px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown {
  width: 70px;
  border-right: 2px solid #dde2f1;
  color: #9fa3b1;
  position: relative;
  cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
  text-transform: uppercase;
  /* padding: 13px 15px; */
  font-size: 14px;
  width: 50px;
}

.wrapper .search_box .dropdown ul {
  position: absolute;
  top: 70px;
  left: -10px;
  background: #fff;
  width: 150px;
  border-radius: 5px;
  padding: 20px;
  display: none;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown ul.active {
  display: block;
}

.wrapper .search_box .dropdown ul li {
  padding-bottom: 20px;
}

.wrapper .search_box .dropdown ul li:last-child {
  padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li:hover {
  color: #6f768d;
}

.wrapper .search_box .dropdown:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  border: 5px solid;
  border-color: #5078ef transparent transparent transparent;
}

.wrapper .search_box .search_field {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper .search_box .search_field .input {
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 38px;
  color: #6f768d;
}

.wrapper .search_box .search_field .fas {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  color: #5078ef;
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9fa3b1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #9fa3b1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #9fa3b1;
}
.headerbg {
  background-color: #950009;
}
.headersvg {
  position: absolute;
  z-index: 1;
}
/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

/* #hoverable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hoverable {
  position: static;
  z-index: 1;
}

.hoverable > a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
.x-after > a:after{
  display: none;
}
.hoverable:hover .mega-menu {
  display: block;
}


/* #toggle Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.toggleable > label:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input {
  display: none;
}
.toggle-input:not(checked) ~ .mega-menu {
  display: none;
}

.toggle-input:checked ~ .mega-menu {
  display: block;
}

.toggle-input:checked + label {
  color: white;
  background: #2c5282; /*@apply bg-blue-800 */
}

.toggle-input:checked ~ label:after {
  content: "\25B2";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
@media (min-width: 640px) {
  .headersvg {
    top: 2rem;
  }
}
@media (min-width: 640px) {
  .headersvg {
   top: 2rem;
  }
}

@media (min-width: 768px) {
  .headersvg {
   top: 2rem;
  }
}

@media (min-width: 1024px) {
  .headersvg {
   top: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 100%;
  }
}
