/*
Theme Name:Al mehwar
Version:1.0
Text Domin:al-mehwar
*/
:root {
  --main-color: #08447F;
  --sec-color: #3B1617;
  --title-color: #21445b;
  --thr-color: #0A5BAA;
}

.my-btn input[type="submit"] {
  width: 100%;
  height: 56px;
  background: var(--thr-color);
color: #fff;
  padding: 12px 10px;
  min-width: 175px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  font-weight: 600;
  z-index: 1;
  font-size: 16px;
  border-radius: 48px;
  border: 0;
}

.my-btn input[type="submit"]:hover{
        background: var(--main-color);

}


