.search_main {
  padding: 0 var(--grid_space);
  padding-top: 190px;
  padding-bottom: 40px;
}
.search_main .box > li + li {
  margin-top: 23px;
}
.search_main .name {
  font-size: 25px;
  line-height: 34px;
  color: #718682;
  font-family: "axiformabold";
  font-weight: normal;
  margin-bottom: 13px;
}
.search_main .sitem {
  box-shadow: 0px 6px 10px #dfdfdf;
  border-radius: 32px;
  padding: 25px 88px 25px 38px;
  display: block;
  transition: 0.33s;
  cursor: pointer;
  position: relative;
}
.search_main .title {
  font-size: 50px;
  line-height: 59px;
  color: #718682;
  font-family: "axiformablack";
  font-weight: normal;
  margin-bottom: 47px;
}
.search_main .text {
  font-size: 20px;
  line-height: 29px;
  font-family: "axiformamedium";
  font-weight: normal;
  color: #718682;
}
.search_main .text .red {
  color: #ff5656;
}
.search_main .arro {
  position: absolute;
  display: block;
  right: 41px;
  top: 0px;
  bottom: 0px;
  width: 29px;
  height: 29px;
  margin: auto;
}
.search_main .arro svg {
  display: block;
  width: 100%;
  height: 100%;
}
header .container nav .link_list .link_item_search + .link_item {
  margin-left: 9px;
}
header.home_header .container .link_list .link_item {
  margin-left: 16px;
}
header.home_header .searchpart.open .sbody {
  width: 495px;
}
.searchpart {
  position: relative;
}
.searchpart .open {
  cursor: pointer;
  transition: 0.33s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  position: relative;
  height: 50px;
  background: #bcdcd7;
  color: #279784;
  font-size: 18px;
  border-radius: 100%;
  z-index: 1;
}
.searchpart .sbody {
  background: #bcdcd7;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 44px;
  max-width: 53vw;
  width: 0px;
  overflow: hidden;
  transition: 0.33s opacity;
  opacity: 0;
}
.searchpart .searchtext {
  padding: 8px 40px 0px 33px;
  width: 100%;
  height: 100%;
  display: block;
  border: 0px;
  border-radius: 0px;
  background: none;
  outline: none;
  font-size: 23px;
  color: #718682;
  font-family: "axiformabold";
  font-weight: normal;
  text-transform: uppercase;
  box-sizing: border-box;
}
.searchpart.open .sbody {
  width: 754px;
  opacity: 1;
}

.coveragetop {
  text-align: center;
  background-size: cover;
  background-position: right center;
  position: relative;
  padding: 200px 20px 120px;
}
.coveragetop:after {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.14);
}
.coveragetop .title {
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  font-family: "axiformablack";
  font-weight: normal;
  z-index: 1;
  position: relative;
}
.covmenu {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.covmenu ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  justify-content: center;
}
.covmenu ul > li {
  margin: 0px 25px;
}
.covmenu .link {
  text-transform: capitalize;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 274px;
  height: 154px;
  background: #fff;
  border-radius: 19px;
  text-align: center;
  padding: 6px;
  position: relative;
  border: 1px solid #e2e2e2;
}
.covmenu .link .text {
  font-size: 27px;
  font-family: axiformasemibold;
  color: #718682;
  width: 100%;
  opacity: 0.36;
}
.covmenu .link.selected {
  background: #ff5656;
  border-color: #ff5656;
}
.covmenu .link.selected .text {
  color: #fff;
  opacity: 1;
}
.covmenu .link.selected svg path,
.covmenu .link.selected svg rect {
  fill: #fff;
}
.covmenu .link.selected svg g {
  opacity: 1;
}
.covmenu svg {
  display: block;
  margin-bottom: 17px;
}
.covmenu .link.selected:after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  background: #fff;
  bottom: 14px;
  margin: auto;
  border-radius: 33px;
  width: 35px;
  height: 6px;
  right: 0px;
}
.coveragedata {
  margin-top: 22px;
  padding-bottom: 20px;
}
.coveragedata .cbody {
  padding: 0 var(--grid_space);
}
.coveragedata .units > li + li {
  margin-top: 13px;
}
.coveragedata .box {
  background: #edeeef;
  border-radius: 19px;
  padding-left: 33px;
  padding-right: 33px;
}
.coveragedata .box.active .mark:after {
  content: "-";
}
.coveragedata .box.active .mark {
  padding-bottom: 2px;
}
.coveragedata .up {
  padding-top: 16px;
  padding-bottom: 9px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.coveragedata .name {
  color: #ff5656;
  font-size: 23px;
  font-family: axiformasemibold;
  line-height: 33px;
  font-weight: normal;
}
.coveragedata .mark {
  position: absolute;
  top: 23px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
}
.coveragedata .mark:after {
  content: "+";
  color: #ff5656;
  font-size: 31px;
  line-height: 20px;
  font-family: axiformasemibold;
  display: block;
}
.coveragedata .other {
  position: absolute;
  top: 4px;
  right: 0px;
  display: flex;
  align-items: center;
}
.coveragedata .other > li {
  margin-right: 8px;
  position: relative;
}
.coveragedata .other > li:last-child {
  margin-right: 0px;
}
.coveragedata .data {
  display: flex;
  flex-wrap: wrap;
}
.coveragedata .field {
  padding-right: 90px;
  position: relative;
}
.coveragedata .titre {
  color: #718682;
  font-size: 21px;
  line-height: 30px;
  font-family: "axiformamedium";
  font-weight: normal;
}
.coveragedata .titre .arabic {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  padding-left: 10px;
}
.coveragedata .ibody {
  padding-bottom: 17px;
  border-top: 1px solid #d3d4d4;
  padding-top: 12px;
  display: none;
}
.coveragedata .data {
  justify-content: space-between;
}
.coveragedata .data > li {
  width: calc(50% - 20px);
  border-bottom: 1px solid #d3d4d4;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
.coveragedata .data > li:only-child {
  width: 100%;
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.coveragedata .data > li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.coveragedata .data > li:last-child:nth-child(even) {
  border-bottom: 0px;
}
.coveragedata .false {
  display: flex;
}
.coveragedata .false svg {
  width: 18px;
  height: auto;
}
.coveragedata .true {
  display: flex;
}
.coveragedata .true svg {
  width: 33px;
  height: auto;
}
.coveragedata .info {
  display: flex;
  cursor: pointer;
  transition: 0.33s;
}
.coveragedata .info svg {
  width: 24px;
  height: auto;
}
.coveragedata .infobox {
  display: none;
  position: absolute;
  top: -22px;
  right: 35px;
  background: #718682;
  padding: 25px 22px 24px;
  width: 343px;
  border-radius: 6px;
}
.coveragedata .text {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-family: "axiformamedium";
  font-weight: normal;
}
.coveragedata .infobox:after {
  position: absolute;
  top: 0px;
  right: -16px;
  font-size: 27px;
  display: block;
  content: "\f0da ";
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 17px;
  width: 17px;
  color: #718682;
  font-family: fontawesome;
}

@media (min-width: 768.1px) and (max-width: 1250px) {
  header .container .link_list .link_item {
    margin-left: 22px;
  }
}
@media (min-width: 768.1px) and (max-width: 1073px) {
  header .container .link_list .link_item {
    margin-left: 18px;
  }
  header .container .link_list .link_item .link {
    font-size: 13px;
  }
}

@media (min-width: 768.1px) and (max-width: 1000px) {
  header .container .link_list .link_item {
    margin-left: 15px;
  }
  header .container .link_list .link_item .link {
    font-size: 12px;
  }
}
@media (min-width: 768.1px) and (max-width: 876px) {
  header .container .link_list .link_item .link {
    font-size: 11px;
  }
}
@media (min-width: 768.1px) and (max-width: 845px) {
  .searchpart .open {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
  header .container .link_list .link_item .cust_btn {
    height: 40px;
    min-width: 75px;
    font-size: 12px;
  }
  header .container .link_list .link_item {
    margin-left: 11px;
  }
}

@media (max-width: 1209px) and (min-width: 768.1px) {
  header.home_header .container .link_list .link_item .link {
    font-size: 12px;
  }
  header.home_header .container .link_list .link_item .cust_btn {
    min-width: 80px;
    font-size: 11px;
  }
  header.home_header .container .link_list .link_item {
    margin-left: 13px;
  }
}

@media (max-width: 1080px) and (min-width: 768.1px) {
  header.home_header .container {
    width: 560px !important;
  }
  header.home_header .container .link_list .link_item .cust_btn {
    min-width: 70px;
  }
  header.home_header .container .link_list .link_item {
    margin-left: 11px;
  }
  header.home_header .container .link_list .link_item .link {
    font-size: 11px;
  }
  header .container nav .link_list .link_item_search + .link_item {
    margin-left: 5px;
  }
  header.home_header .container {
    padding-left: 0px;
    padding-right: 7px;
  }
}

@media (max-width: 1191px) {
  .coveragedata .data > li {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .searchpart .searchtext {
    padding-left: 22px;
    font-size: 13px;
    padding-top: 5px;
  }
}

@media (max-width: 768px) {
  header.home_header .container {
    width: 217px;
  }
  header#home_header.home_header .searchpart.open .sbody {
    width: 120px;
  }
  header.home_header .container nav .link_list .link_item_search + .link_item {
    margin-left: 25px;
  }
  header .container .link_list .link_item.link_item_search {
    margin-left: 0px;
  }
  .search_main {
    padding-top: 125px;
    padding-bottom: 17px;
  }
  .search_main .title {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 32px;
  }
  .search_main .name {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 7px;
  }
  .search_main .text {
    font-size: 15px;
    line-height: 24px;
  }
  .search_main .box > li + li {
    margin-top: 19px;
  }
  .search_main .sitem {
    padding: 20px 50px 20px 28px;
  }
  .search_main .arro {
    width: 22px;
    height: 22px;
    right: 20px;
  }
  header .container .link_list .link_item.link_item_search {
    display: block;
  }
  .searchpart .open {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .searchpart .sbody {
    max-width: none;
  }
  .searchpart.open .sbody {
    width: 150px;
  }
  .searchpart {
    top: 16px;
  }
  .searchpart .searchtext {
    font-size: 11px;
    padding-left: 18px;
    padding-right: 27px;
  }
  .coveragetop .title {
    font-size: 30px;
    line-height: 39px;
  }
  .coveragetop {
    padding-top: 134px;
  }
  .covmenu {
    margin-top: -39px;
  }
  .covmenu ul > li {
    margin: 0px 5px;
  }
  .covmenu .link .text {
    font-size: 17px;
  }
  .covmenu .link {
    width: 194px;
    height: 114px;
  }
  .covmenu .link svg {
    height: 35px;
    width: auto;
    margin-bottom: 10px;
  }
  .covmenu .link.selected:after {
    bottom: 9px;
    border-radius: 26px;
    width: 26px;
    height: 4px;
    right: 0px;
  }
  .coveragedata .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .coveragedata .up {
    padding-top: 12px;
    padding-bottom: 7px;
  }
  .coveragedata .name {
    font-size: 15px;
    line-height: 23px;
  }
  .coveragedata .titre {
    font-size: 14px;
    line-height: 22px;
  }
  .coveragedata .titre .arabic {
    font-size: 13px;
    line-height: 21px;
    padding-left: 5px;
  }
  .coveragedata .info svg {
    width: 17px;
  }
  .coveragedata .true svg {
    width: 21px;
  }
  .coveragedata .false svg {
    width: 13px;
  }
  .coveragedata .field {
    padding-right: 73px;
  }
  .coveragedata .mark:after {
    font-size: 21px;
  }
  .coveragedata .mark {
    top: 12px;
  }
  .coveragedata .infobox {
    top: -16px;
    right: 28px;
    padding: 16px 14px 16px;
    width: 273px;
  }
  .coveragedata .text {
    font-size: 13px;
    line-height: 20px;
  }
  .coveragedata .infobox:after {
    right: -16px;
    font-size: 24px;
  }
}

@media (max-width: 440px) {
  .coveragedata .infobox {
    top: -25px;
    right: 28px;
    width: 203px;
  }
}

@media (max-device-width: 768px) {
  .searchpart .searchtext {
    padding-top: 3px !important;
  }
  .coveragedata .up {
    padding-top: 9px;
  }
  .coveragedata .mark {
    top: 9px;
  }
  .coveragedata {
    -webkit-text-size-adjust: none;
  }
}

@media (max-width: 457px) {
  .covmenu {
    margin-top: -28px;
  }
  .covmenu .link {
    width: 144px;
    height: 97px;
  }
  .covmenu .link svg {
    height: 30px;
    margin-bottom: 10px;
  }
  .covmenu .link .text {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .search_main .sitem:hover {
    opacity: 0.7;
  }
  .searchpart .open:hover {
    background: #ff5656;
    color: #fff;
  }
  .covmenu .link:hover {
    background: #ff5656;
    border-color: #ff5656;
  }
  .covmenu .link:hover .text {
    color: #fff;
    opacity: 1;
  }
  .covmenu .link:hover svg path,
  .covmenu .link:hover svg rect {
    fill: #fff;
  }
  .covmenu .link:hover svg g {
    opacity: 1;
  }
  .coveragedata .info:hover {
    opacity: 0.7;
  }
}

.searchpart ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #718682 !important;
}
.searchpart :-moz-placeholder {
  opacity: 1 !important;
  color: #718682 !important;
}
.searchpart ::-moz-placeholder {
  opacity: 1 !important;
  color: #718682 !important;
}
.searchpart :-ms-input-placeholder {
  opacity: 1 !important;
  color: #718682 !important;
}
.searchpart ::-ms-input-placeholder {
  opacity: 1 !important;
  color: #718682 !important;
}
@media (max-width: 900px) {
  .howtopay_main .box_list .box_item:nth-child(5) {
    padding: 30px 0 !important;
  }
}
