@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: 30px;
  font-size: 16px;
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  color: #58547e;
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
}

i:before {
  margin-right: 0px !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.m0 {
  margin: 0px;
}

.p0 {
  padding-right: 0px;
  padding-left: 0px;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad_top {
  padding-top: 100px;
}

.pad_btm {
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.body_wrapper {
  overflow: hidden;
  height: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #57B755;
}

::selection {
  background-color: #57B755;
  color: #fff;
}

-webkit-::selection {
  background-color: #57B755;
  color: #fff;
}

::-moz-selection {
  background-color: #57B755;
  color: #fff;
}

.loader_running {
  overflow: hidden;
}

/* Main Title Area css
============================================================================================ */
.main_title {
  margin-bottom: 70px;
}

.main_title h2 {
  font: 700 48px "Almarai", sans-serif;
  margin-bottom: 0px;
}

.main_title h5 {
  font: 700 24px "Almarai", sans-serif;
  color: #57B755;
  margin-bottom: 5px;
}

.main_title p {
  font: 700 16px/26px "Almarai", sans-serif;
  max-width: 580px;
  margin: 15px auto 0px;
}

.main_title.white h2 {
  color: #fff;
}

.main_title.white p {
  color: #fff;
}

.main_title_2 {
  margin-bottom: 80px;
}

.main_title_2 h2 {
  font: 700 36px "Almarai", sans-serif;
  margin-bottom: 15px;
}

.main_title_2 h2 span {
  color: #57B755;
}

.main_title_2 p {
  max-width: 720px;
  margin: auto;
  font: 400 16px/28px "Almarai", sans-serif;
}

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  background: #133F8E;
  color: #fff;
  display: inline-block;
  font: 700 14px/36px "Almarai", sans-serif;
  border-radius: 25px;
  padding: 0 26px;
  transition: all 300ms linear 0s;
}

.main_btn:hover {
  background: #57B755;
  color: #fff;
}

.icon_btn {
  background: #fff;
  border-radius: 10px;
  color: #58547e;
  padding: 0px 42.5px;
  font: 700 18px/55px "Almarai", sans-serif;
  display: inline-block;
  transition: all 300ms linear 0s;
}

.icon_btn i {
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  top: 1px;
  right: 0px;
  transition: all 300ms linear 0s;
}

.icon_btn:hover {
  background: #57B755;
  color: #fff;
}

.icon_btn:hover i {
  right: 5px;
}

.text_btn {
  color: #57B755;
  font: 700 16px "Almarai", sans-serif;
}

.text_btn i {
  margin-right: 2px;
  position: relative;
  top: 1px;
  right: 0px;
  transition: all 300ms linear 0s;
}

.text_btn:hover {
  color: #57B755;
}

.text_btn:hover i {
  right: 6px;
}

.green_btn {
  background: #57B755;
  color: #fff;
  border-radius: 10px;
  padding: 0px 29.5px;
  display: inline-block;
  font: 700 16px/50px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
}

.green_btn i {
  font-size: 21px;
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.green_btn:hover {
  color: #fff;
  background: #9491b0;
}

.submit_btn {
  background: #57B755;
  color: #fff;
  border-radius: 10px;
  padding: 0px 55px;
  display: inline-block;
  font: 700 18px/45px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
  outline: none;
  box-shadow: none;
}

.submit_btn i {
  font-size: 21px;
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.submit_btn:hover {
  color: #fff;
  background: #9491b0;
}

/* End Main Button Area css
  ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Header Main Menu Area css
============================================================================================ */
.header_area {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed !important;
  width: 100%;
  top: -70px;
  right: 0;
  left: 0;
  background: #fff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}



.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav.navbar-right li.number:before {
  background: #242424;
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a {
  line-height: 34px;
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a i {
  line-height: 34px;
}

.header_area.navbar_fixed .right_burger {
  top: 17px;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .navbar-brand img {
  display: none;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .navbar-brand img + img {
  display: inline-block;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav > li > a {
  color: #58547e;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav > li .mobile_dropdown {
  color: #58547e;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a {
  color: #fff;
}

.header_area.navbar_fixed.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a i {
  color: #fff;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .search_btn img {
  display: none;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .search_btn img + img {
  display: inline-block;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .menu_btn img {
  display: none;
}

.header_area.navbar_fixed.white_header .main_menu .right_burger .nav li .menu_btn img + img {
  display: inline-block;
}

.main_menu {
  background: transparent;
}

.main_menu .navbar {
  padding: 0px;
  background-color: transparent !important;
}

.main_menu .navbar .nav.navbar-nav {
  padding-right: 40px;
}

.main_menu .navbar .nav.navbar-nav li {
  margin-left: 25px;
}

.main_menu .navbar .nav.navbar-nav li a {
  color: #201f20;
  font-family: "Almarai", sans-serif;
  position: relative;
  font: 700 14px/90px "Almarai", sans-serif;
  position: relative;
  transition: all 300ms linear 0s;
}

.main_menu .navbar .nav.navbar-nav li a:after {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li a:before {
  content: "";
  width: 0px;
  height: 1px;
  background: #57B755;
  position: absolute;
  bottom: -7px;
  right: 0px;
  transition: all 300ms linear 0s;
  display: none;
}

.main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
  cursor: pointer;
  font-size: 9px;
  color: #4fb752 !important;
  font-weight: 500;
  padding-right: 5px;
}

.main_menu .navbar .nav.navbar-nav li:last-child {
  margin-left: 0px;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    right: -30px;
    min-width: 245px;
    background: #fff;
    margin: 0px;
    text-align: right;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 30px 0px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgba(51, 48, 78, 0.21);
  }
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 30px;
    top: -10px;
  }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li {
  margin-left: 0px;
  display: block;
  margin-bottom: 20px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 25px;
  color: #2a3274;
  font-family: "Almarai", sans-serif;
  font-size: 15px;
  padding: 0px 30px;
  transition: all 300ms ease;
  font-weight: 600;
  text-shadow: none;
  position: relative;
  text-transform: capitalize;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a:after {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a i {
  float: left;
  line-height: 25px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #57B755;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a i {
  color: #57B755;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a:before {
  opacity: 1;
  width: 12px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
  border-bottom: 0px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transform: rotate(0deg);
    right: 97%;
    left: auto;
    min-width: 245px;
    top: -17px;
    transition: all 300ms ease-in;
    padding: 30px 0px;
  }
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: -10px;
    top: 20px;
  }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  background: #fff;
  color: #242424;
  padding: 0px 25px;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
  color: #57B755;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    right: 101%;
    opacity: 1;
  }
}

.main_menu .navbar .nav.navbar-nav li.active a {
  background: #f8f8f8;
    line-height: 34px;
    display: inline-block;
    padding: 0px 20px 0px 15px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Almarai", sans-serif;
    border-radius: 25px;
    color: #4fb752;
    margin-top: 27px;	
}

.main_menu .navbar .nav.navbar-nav li:hover a:before, .main_menu .navbar .nav.navbar-nav li.active a:before {
  width: 23px;
  color: #57B755;
}

.main_menu .navbar .nav.navbar-nav li:hover i, .main_menu .navbar .nav.navbar-nav li.active i {
  color: #57B755;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li:hover.submenu a:after {
    opacity: 1;
    z-index: 9999;
  }
  .main_menu .navbar .nav.navbar-nav li:hover.submenu .dropdown-menu {
    right: -26px;
    visibility: visible;
    opacity: 1;
  }
}

.main_menu .navbar .nav.navbar-nav.navbar-right {
  padding-right: 30px;
  position: relative;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li a {
  line-height: normal;
  color: #242424;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li a:before {
  display: none;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a {
  background: #57B755;
  line-height: 34px;
  display: inline-block;
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Almarai", sans-serif;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(89, 226, 72, 0.3);

}

.main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a i {
  font-size: 21px;
  line-height: 43px;
  display: inline-block;
  top: 3px;
  position: relative;
  padding-left: 5px;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.checker_btn a:hover i {
  color: #fff;
}

.right_burger {
  position: absolute;
  left: 30px;
  top: 28px;
}

.right_burger .nav li {
  margin-left: 16px;
}

.right_burger .nav li:last-child {
  margin-left: 0px;
}

.right_burger .nav li .search_btn {
  cursor: pointer;
}

.menu_tow .main_menu .navbar .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.menu_tow .main_menu .navbar .navbar-nav li a {
  font: 800 14px "Almarai", sans-serif;
  color: #c4c0e4;
  line-height: 90px;
}

.just_burger_menu {
  padding-left: 30px;
  padding-top: 30px;
}

.just_burger_menu .main_menu .navbar .navbar-brand {
  display: none;
}

.just_burger_menu .main_menu .navbar .navbar-nav.mr-auto {
  display: none;
}

.just_burger_menu .main_menu .navbar .navbar-collapse {
  justify-content: flex-end;
}

.menu_social {
  position: absolute;
  right: 30px;
  top: 30px;
}

.menu_social li {
  margin-bottom: 20px;
}

.menu_social li a {
  color: #58547e;
  font-size: 24px;
  color: #58547e;
  transition: all 300ms linear 0s;
}

.menu_social li a:hover {
  color: #57B755;
}

/* End Header Main Menu Area css
============================================================================================ */
/* Info Sidebar Widget Area css
============================================================================================ */
.menu-is-opened .body_capture {
  opacity: 1;
  visibility: visible;
}

.menu-is-opened .sidebar_widget {
  left: 0px;
}

.menu-is-opened .info_sidebar_inner .info_social {
  left: 25px;
  visibility: visible;
}

.menu-is-opened .info_sidebar_inner .info_title {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s ease;
}

.menu-is-opened .info_sidebar_inner .signup_form .col-lg-12:nth-child(1) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.menu-is-opened .info_sidebar_inner .signup_form .col-lg-12:nth-child(2) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}

.menu-is-opened .info_sidebar_inner .signup_form .col-lg-12:nth-child(3) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.1s ease;
}

.menu-is-opened .info_sidebar_inner .signup_form .col-lg-12:nth-child(4) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s ease;
}

.menu-is-opened .info_sidebar_inner .signup_form .col-lg-12:nth-child(5) .form-group {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s ease;
}

.menu_btn {
  cursor: pointer;
}

.body_capture {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 35;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

.sidebar_widget {
  position: fixed;
  max-width: 440px;
  left: -450px;
  top: 0px;
  width: 100%;
  background: #58547e;
  z-index: 9999;
  height: 100%;
  padding: 30px;
  transition: all 0.5s ease;
}

.sidebar_widget .mCSB_container {
  margin-left: 0px;
}

.sidebar_widget .mCSB_scrollTools {
  opacity: 0;
  width: 0px;
}

.info_sidebar_inner .close_btn {
  display: inline-block;
  cursor: pointer;
}

.info_sidebar_inner .info_social {
  position: absolute;
  left: -206px;
  visibility: hidden;
  top: 3px;
  transition: all 0.8s ease;
}

.info_sidebar_inner .info_social li {
  margin-left: 22px;
}

.info_sidebar_inner .info_social li:last-child {
  margin-left: 0px;
}

.info_sidebar_inner .info_social li a {
  font-size: 24px;
  color: #c7c5df;
  transition: all 300ms linear 0s;
}

.info_sidebar_inner .info_social li a:hover {
  color: #57B755;
}

.info_sidebar_inner .info_title {
  margin-top: 50px;
  margin-bottom: 26px;
  visibility: hidden;
  opacity: 0;
  position: relative;
  transform: translateY(2rem);
}

.info_sidebar_inner .info_title h2 {
  color: #fff;
  font: 800 24px/30px "Almarai", sans-serif;
  margin-bottom: 10px;
}

.info_sidebar_inner .info_title p {
  font: 700 16px/26px "Almarai", sans-serif;
  color: #8784a3;
  margin-bottom: 0px;
}

.info_sidebar_inner .signup_form {
  padding: 0px;
}

.info_sidebar_inner .signup_form .col-lg-12:last-child .form-group {
  margin-top: 5px;
}

.info_sidebar_inner .signup_form .form-group {
  margin-bottom: 20px;
  transform: translateY(2rem);
  position: relative;
  visibility: hidden;
  opacity: 0;
}

.info_sidebar_inner .signup_form .form-group input {
  border-bottom-color: #fff;
  color: #c0bdd3;
  padding: 10px;
}

.info_sidebar_inner .signup_form .form-group input.placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group input:-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group input::-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group input::-webkit-input-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group textarea {
  border-bottom-color: #fff;
  color: #c0bdd3;
  padding: 10px;
  padding-top: 0px;
  height: 195px;
  resize: none;
}

.info_sidebar_inner .signup_form .form-group textarea.placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group textarea:-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group textarea::-moz-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group textarea::-webkit-input-placeholder {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .form-group .error {
  color: #fff;
}

.info_sidebar_inner .signup_form .form-group label {
  color: #c0bdd3;
}

.info_sidebar_inner .signup_form .checkbox_field .checkbox label {
  color: #8784a3;
}

.info_sidebar_inner .signup_form .checkbox_field .checkbox label span {
  color: #cac7e7;
}

.info_sidebar_inner .signup_form .checkbox_field .checkbox label:before {
  border: 2px solid #8b899e;
}

.info_sidebar_inner .info_footer {
  margin-top: 120px;
}

.info_sidebar_inner .info_footer p {
  font: 700 12px "Almarai", sans-serif;
  color: #8d8aa9;
  margin-bottom: 10px;
}

.info_sidebar_inner .info_footer h6 {
  font: 700 12px "Almarai", sans-serif;
  color: #8d8aa9;
  margin-bottom: 0px;
}

.info_sidebar_inner .info_footer h6 i {
  color: #fa4d6e;
}

.info_sidebar_inner .info_footer h6 span {
  color: #fff;
}

/* End Info Sidebar Widget Area css
============================================================================================ */
/* Canvus Area css
============================================================================================ */
.menu-is-opened .canvus_menu_area {
  opacity: 1;
  visibility: visible;
}

.menu-is-opened .canvus_menu_area .menu_part_lux {
  visibility: visible;
  opacity: 1;
  transition: all 1.5s linear;
}

.menu-is-opened .canvus_menu_area .menu_part_lux .menu_list {
  opacity: 1;
  transform: translateY(0rem);
}

.canvus_menu_area {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear 0s;
}

.canvus_menu_area .logo_part .right {
  padding-left: 4px;
}

.canvus_menu_area .logo_part .right .close_btn {
  cursor: pointer;
  line-height: 90px;
}

.canvus_menu_area .menu_part_lux {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  margin-top: 30px;
}

.canvus_menu_area .menu_part_lux .mCSB_container {
  margin-left: 0px;
}

.canvus_menu_area .menu_part_lux .mCSB_draggerRail {
  background: transparent !important;
}

.canvus_menu_area .menu_part_lux .mCSB_dragger .mCSB_dragger_bar {
  background: transparent !important;
}

.canvus_menu_area .menu_part_lux .menu_list {
  list-style: none;
  margin-bottom: 0px;
  padding-right: 0px;
  margin-top: 0px;
  transform: translateY(4rem);
  opacity: 0;
  transition: all 300ms linear 0s;
  max-height: 545px;
}

.canvus_menu_area .menu_part_lux .menu_list li {
  margin-bottom: 23px;
}

.canvus_menu_area .menu_part_lux .menu_list li a {
  font: 700 30px/40px "Almarai", sans-serif;
  display: inline-block;
  color: #fff;
  padding: 0px 0px;
  position: relative;
}

.canvus_menu_area .menu_part_lux .menu_list li a i {
  font-size: 14px;
  position: absolute;
  left: -26px;
  top: 40%;
  color: #fff;
}

.canvus_menu_area .menu_part_lux .menu_list li a.open {
  color: #57B755;
}

.canvus_menu_area .menu_part_lux .menu_list li a.open i {
  transform: rotate(180deg);
  color: #57B755;
}

.canvus_menu_area .menu_part_lux .menu_list li ul {
  display: none;
  padding: 0px;
  padding-top: 15px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li {
  margin-bottom: 15px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li:last-child {
  margin-bottom: 0px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li a {
  color: #57B755;
  font: 700 24px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
  padding: 0px;
}

.canvus_menu_area .menu_part_lux .menu_list li ul li:hover a {
  color: #fff;
}

.canvus_menu_area.full_canvus .right {
  padding-top: 30px;
  padding-left: 35px;
}

.canvus_menu_area.full_canvus .right .close_btn {
  line-height: 30px;
}

/* End Canvus Area css
============================================================================================ */
/* Mobile Canvus Menu Area css
============================================================================================ */
.mobile_canvus_menu {
  background: #fff;
  position: fixed;
  max-width: 328px;
  left: -328px;
  top: 0px;
  width: 100%;
  z-index: 9999;
  height: 100%;
  padding: 25px 30px 30px 34px;
  transition: all 0.5s ease;
  overflow: scroll;
}

.mobile_canvus_menu .close_btn {
  float: left;
  cursor: pointer;
}

.mobile_canvus_menu .menu_part_lux {
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
}

.mobile_canvus_menu .menu_part_lux .mCSB_container {
  margin-left: 0px;
}

.mobile_canvus_menu .menu_part_lux .mCSB_draggerRail {
  background: transparent !important;
}

.mobile_canvus_menu .menu_part_lux .mCSB_dragger .mCSB_dragger_bar {
  background: transparent !important;
}

.mobile_canvus_menu .menu_part_lux .menu_list {
  list-style: none;
  margin-bottom: 0px;
  padding-right: 0px;
  margin-top: 0px;
  transform: translateY(4rem);
  opacity: 0;
  transition: all 300ms linear 0s;
}

.mobile_canvus_menu .menu_part_lux .menu_list li {
  margin-bottom: 2.6vh;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a {
  font: 700 2.5vh/32px "Almarai", sans-serif;
  display: inline-block;
  color: #58547e;
  padding: 0px 0px;
  position: relative;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a i {
  font-size: 12px;
  position: absolute;
  left: -26px;
  top: 40%;
  color: #58547e;
  transition: all 300ms linear;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a.open {
  color: #57B755;
}

.mobile_canvus_menu .menu_part_lux .menu_list li a.open i {
  transform: rotate(180deg);
  color: #57B755;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul {
  display: none;
  padding: 0px 0px;
  padding-right: 10px;
  padding-top: 12px;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li {
  margin-bottom: 1vh;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li:last-child {
  margin-bottom: 0px;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li a {
  color: #57B755;
  font: 700 2vh/30px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
  padding: 0px;
  display: block;
}

.mobile_canvus_menu .menu_part_lux .menu_list li ul li:hover a {
  color: #58547e;
}

.mobile_canvus_menu .menu_btm {
  position: relative;
  right: 0px;
  bottom: 0px;
  padding-right: 34px;
  padding-left: 36px;
  padding-bottom: 30px;
  width: 100%;
}

.mobile_canvus_menu .menu_btm .green_btn {
  width: 100%;
  font-size: 21px;
  padding: 0px 20px;
  line-height: 60px;
}

.menu-is-opened .mobile_canvus_menu {
  opacity: 1;
  visibility: visible;
}

.menu-is-opened .mobile_canvus_menu .menu_part_lux {
  visibility: visible;
  opacity: 1;
  transition: all 1.5s linear;
}

.menu-is-opened .mobile_canvus_menu .menu_part_lux .menu_list {
  opacity: 1;
  transform: translateY(0rem);
}

/* End Mobile Canvus Menu Area css
============================================================================================ */
/* White Menu Area css
============================================================================================ */
.white_header .menu_social li a {
  color: #fff;
  transition: all 300ms linear 0s;
}

.white_header .menu_social li a:hover {
  color: #57B755;
}

.white_header .main_menu .navbar .navbar-brand img {
  display: inline-block;
}

.white_header .main_menu .navbar .navbar-brand img + img {
  display: none;
}

.white_header .main_menu .navbar .nav.navbar-nav > li > a {
  color: #fff;
}

.white_header .main_menu .navbar .nav.navbar-nav > li .mobile_dropdown {
  color: #fff;
}

.white_header .main_menu .navbar .nav.navbar-nav > li:hover a, .white_header .main_menu .navbar .nav.navbar-nav > li.active a {
  color: #57B755;
}

.white_header .main_menu .navbar .nav.navbar-nav > li:hover .mobile_dropdown, .white_header .main_menu .navbar .nav.navbar-nav > li.active .mobile_dropdown {
  color: #57B755;
}

.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a {
  color: #fff;
}

.white_header .main_menu .navbar .nav.navbar-nav.navbar-right li a i {
  color: #fff;
}

.white_header .main_menu .right_burger .nav li .search_btn img {
  display: inline-block;
}

.white_header .main_menu .right_burger .nav li .search_btn img + img {
  display: none;
}

.white_header .main_menu .right_burger .nav li .menu_btn img {
  display: inline-block;
}

.white_header .main_menu .right_burger .nav li .menu_btn img + img {
  display: none;
}

/* End White Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
  background: url(../images/Mohkm-bg.svg) no-repeat scroll top center;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 26px;
}

.home_banner_area .home_banner_inner h5 {
  font: 700 13px "Almarai", sans-serif;
  color: #515251;
  margin-bottom: 13px;
  margin-top: 35px;
  box-shadow: 0px 2px 8px 0px rgba(51, 48, 76, .10);
  border-radius: 25px;
  display: inline-block;
  padding: 0 2px 0 40px;
  background:#fff;
}
.home_banner_area .home_banner_inner h5 .red_btn {
  background: #FF7979;
  border-radius: 15px;
  display: inline-block;
  color: #fff;
  padding: 0px 15px 3px;
  margin: 2px;
}

.home_banner_area .home_banner_inner h3 {
  font: 700 48px/54px "Almarai", sans-serif;
  letter-spacing: -1.5px;
  margin-left: -67px;
  margin-bottom: 20px;
  color: #303030;
  line-height: 30px;
  margin-top: 23px;
}

.home_banner_area .home_banner_inner p {
  font: 400 16px/28px "Almarai", sans-serif;
  margin-bottom: 45px;
  color: #727272;
  max-width: 400px;
  margin-top: 30px;
}


.home_banner_area img.bannerimg {
  max-width: 500px;
  margin-top: 80px;
}

.home_banner_area .mm_btn {
  color: #303030;
  margin-right: 15px;
  font-weight: 700;
}
.home_option {
  margin-top: 65px;
  max-width: 600px;
  margin-bottom: -45px;
}

.home_option .col-lg-6 {
  margin-bottom: 45px;
}

.home_option .media .d-flex {
  padding-left: 16px;
}

.home_option .media .d-flex i {
  font-size: 42px;
  color: #57B755;
  margin-top: 3px;
}

.home_option .media .media-body h4 {
  font: 800 21px "Almarai", sans-serif;
}

.home_option .media .media-body p {
  font: 700 14px "Almarai", sans-serif;
  margin-bottom: 0px;
}

/* End Home Banner Area css
============================================================================================ */
/* Prevention Banner Area css
============================================================================================ */
.prevention_banner {
  background: url(../images/prevention-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  text-align: center;
  padding-top: 115px;
  padding-bottom: 75px;
}

.prevention_banner .prevention_text h6 {
  color: #57B755;
  font: 700 18px "Almarai", sans-serif;
}

.prevention_banner .prevention_text h3 {
  font: 700 40px "Almarai", sans-serif;
  color: #fff;
}

.prevention_banner .prevention_text .nav {
  margin-bottom: 70px;
}

.prevention_banner .prevention_text .nav li {
  margin-left: 30px;
}

.prevention_banner .prevention_text .nav li:last-child {
  margin-left: 0px;
}

.prevention_banner .prevention_text .nav li:last-child a {
  color: #d0cced;
  font-weight: 400;
}

.prevention_banner .prevention_text .nav li:last-child a:before {
  display: none;
}

.prevention_banner .prevention_text .nav li a {
  color: #fff;
  font: 800 14px "Almarai", sans-serif;
  position: relative;
}

.prevention_banner .prevention_text .nav li a:before {
  content: "\ec3c";
  position: absolute;
  font-family: "Linearicons" !important;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #d0cced;
}

/* End Prevention Banner Area css
============================================================================================ */
/* Breadcrumb Area css
============================================================================================ */
.breadcrumb_area {
  position: relative;
  background: #133F8E;
  text-align: center;
  margin-top: 90px;
  padding-top: 55px;
  padding-bottom: 55px;
  z-index: 2;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.breadcrumb_area.article_breadcrumb {
  background: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: none;
}

.breadcrumb_area.inner_breadcrumb {
  background: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: none;
}


.breadcrumb_area .breadcrumb_text h6 {
  color: #A9B9D5;
  font: 400 16px "Almarai", sans-serif;
}

.breadcrumb_area .breadcrumb_text h3 {
  font: 700 40px "Almarai", sans-serif;
  color: #fff;
}

.breadcrumb_area .breadcrumb_text .nav {
  margin-bottom: 0px;
}
.breadcrumb_area.article_breadcrumb .breadcrumb_text .nav {
  margin-bottom: 0px;
  padding-right: 15px;
}
.breadcrumb_area.inner_breadcrumb .breadcrumb_text .nav {
  margin-bottom: 0px;
  padding-right: 15px;
}

.breadcrumb_area .breadcrumb_text .nav li {
  margin-left: 30px;
}
.breadcrumb_area.article_breadcrumb .breadcrumb_text .nav li {
  margin-left: 10px;
}
.breadcrumb_area.inner_breadcrumb .breadcrumb_text .nav li {
  margin-left: 10px;
}
.breadcrumb_area .breadcrumb_text .nav li:last-child {
  margin-left: 0px;
}

.breadcrumb_area .breadcrumb_text .nav li:last-child a {
  color: #58547e;
  font-weight: 400;
}

.breadcrumb_area.article_breadcrumb .breadcrumb_text .nav li:last-child a {
  color: #133F8E;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb_area.inner_breadcrumb .breadcrumb_text .nav li:last-child a {
  color: #133F8E;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb_text .nav li:last-child a:before {
  display: none;
}

.breadcrumb_area .breadcrumb_text .nav li a {
  color: #58547e;
  font: 800 14px "Almarai", sans-serif;
  position: relative;
}
.breadcrumb_area.article_breadcrumb .breadcrumb_text .nav li a {
  color: #B0B3B7;
  font: 700 18px "Almarai", sans-serif;
  text-decoration: underline;
}
.breadcrumb_area.inner_breadcrumb .breadcrumb_text .nav li a {
  color: #B0B3B7;
  font: 700 18px "Almarai", sans-serif;
  text-decoration: underline;
}
.breadcrumb_area .breadcrumb_text .nav li a:before {
  content: "\ec3c";
  position: absolute;
  font-family: "Linearicons" !important;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #58547e;
}
.breadcrumb_area.article_breadcrumb .breadcrumb_text .nav li a:before {
  display: none;
}
.breadcrumb_area.inner_breadcrumb .breadcrumb_text .nav li a:before {
  display: none;
}
.breadcrumb_area .articles_bio {
  margin-bottom: -45px;
  margin-top: 45px;
}

.breadcrumb_area.boi_breadcrumb {
  background: linear-gradient(rgba(245, 245, 249, 0.55), rgba(245, 245, 249, 0.55)), url(../images/breadcrumb-2.jpg);
}

.breadcrumb_area.dark_breadcrumb {
  background: #58547e;
  padding-bottom: 70px;
  padding-top: 120px;
}

.breadcrumb_area.dark_breadcrumb .tp_img {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text {
  color: #fff;
  padding-bottom: 65px;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text .nav li a {
  color: #fff;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text .nav li a:before {
  color: #fff;
}

.breadcrumb_area.dark_breadcrumb .breadcrumb_text .nav li:last-child a {
  color: #d0cced;
}

.faq_breadcrumb_area {
  background: url(../images/faq-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 45px 0px 40px;
}

.faq_breadcrumb_area.prices {
  background: url(../images/prices-bg.jpg) no-repeat center center;
  padding: 45px 0px 70px;
}

.prices .grid_list h4 {
  color: #133F8E;
  font-size: 26px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 15px;
}

.faq_breadcrumb_area .breadcrumb_content h2 {
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 12px;
}
.faq_breadcrumb_area .breadcrumb_content h2 span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 18px;
  font-weight: 400;
}
.faq_breadcrumb_area .breadcrumb_content.text-center h2 {
  margin-bottom: -21px;
}
.faq_breadcrumb_area .breadcrumb_content.text-center h2 span {
  display: block;
  line-height: 24px;
}
.faq_breadcrumb_area .breadcrumb_content h6 {
  color: #57B755;
  font-size: 18px;
}

.overlay_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.faq_area .container{
  max-width: 800px;
}
.faq_area .container .main_title {
  margin-bottom: 30px;
}
.faq_breadcrumb_area .container{
  max-width: 800px;
}
.faq_search {
  max-width: 800px;
  margin: 52px auto -65px;
}

.faq_search .form-control {
  border-radius: 30px;
  border: 1px solid #D8D8D8;
  padding: 6px 55px 6px 25px;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  color: #A5A9AF;
  line-height: 40px;
  height: auto;
  box-shadow: none;
}

.faq_search .form-control.placeholder {
  color: #A5A9AF;
}

.faq_search .form-control:-moz-placeholder {
  color: #A5A9AF;
}

.faq_search .form-control::-moz-placeholder {
  color: #A5A9AF;
}

.faq_search .form-control::-webkit-input-placeholder {
  color: #A5A9AF;
}

.control-with-icon {
  position: relative;
}

.control-with-icon .control-icon {
  position: absolute;
  top: 0;
  right: 25px;
  color: #A5A9AF;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* End Breadcrumb Area css
============================================================================================ */
/* Doctors Bio Area css
============================================================================================ */
.articles_bio .col-lg-6 {
  align-self: center;
}

.articles_bio .articles_img {
  padding-left: 30px;
}

.articles_bio .articles_bio_text h5 {
  font: 400 16px "Almarai", sans-serif;
  color: #9a96bb;
  font-style: italic;
}

.articles_bio .articles_bio_text h3 {
  font: 700 36px "Almarai", sans-serif;
  margin-bottom: 20px;
}

.articles_bio .articles_bio_text p {
  font: 400 18px/36px "Almarai", sans-serif;
  max-width: 480px;
  margin-bottom: 20px;
}

/* End Doctors Bio Area css
============================================================================================ */
/* Checker Form Area css
============================================================================================ */
.checker_box_inner {
  text-align: right;
}

.checker_box_inner .checker_simple_text h3 {
  color: #fff;
  font: 700 30px "Almarai", sans-serif;
}

.checker_box_inner .checker_simple_text p {
  color: #c4c0e4;
  margin-bottom: 0px;
}

.checker_box_inner .checker_simple_text .row {
  margin-top: 35px;
  margin-bottom: -50px;
}

.checker_box_inner .checker_simple_text .media {
  margin-bottom: 50px;
}

.checker_box_inner .checker_simple_text .media .d-flex {
  padding-left: 14px;
}

.checker_box_inner .checker_simple_text .media .d-flex i {
  color: #57B755;
  font-size: 42px;
}

.checker_box_inner .checker_simple_text .media .media-body h4 {
  color: #fff;
  font: 700 21px "Almarai", sans-serif;
  margin-bottom: 0px;
}

.checker_box_inner .checker_simple_text .media .media-body p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 7px;
}

.checker_form {
  border-radius: 10px;
  background-color: rgba(88, 84, 126, 0.49);
  box-shadow: 0px 10px 40px 0px #33304e;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 54px;
  padding-left: 30px;
}

.checker_form .bootstrap-tagsinput {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  padding-right: 0px;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checker_form .bootstrap-tagsinput .badge {
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font: 700 16px "Almarai", sans-serif;
  background: #57B755;
  padding-right: 14px;
  padding-left: 10px;
}

.checker_form .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background-color: transparent;
  content: "\ec2a";
  font-family: "Linearicons" !important;
}

.checker_form .bootstrap-tagsinput input {
  padding-right: 10px;
  width: 48%;
  font: 700 14px "Almarai", sans-serif;
  padding-top: 10px;
  color: #c4c0e4;
  background: transparent;
  border: 0px;
}

.checker_form .bootstrap-tagsinput input.placeholder {
  font: 700 14px "Almarai", sans-serif;
  color: #c4c0e4;
}

.checker_form .bootstrap-tagsinput input:-moz-placeholder {
  font: 700 14px "Almarai", sans-serif;
  color: #c4c0e4;
}

.checker_form .bootstrap-tagsinput input::-moz-placeholder {
  font: 700 14px "Almarai", sans-serif;
  color: #c4c0e4;
}

.checker_form .bootstrap-tagsinput input::-webkit-input-placeholder {
  font: 700 14px "Almarai", sans-serif;
  color: #c4c0e4;
}

.checker_form .radio_btn {
  margin-bottom: 25px;
}

.checker_form .radio_btn h5 {
  color: #fff;
  font: 700 14px "Almarai", sans-serif;
  margin-bottom: 10px;
}

.checker_form .radio_btn .select_conversation {
  display: inline-block;
}

.checker_form .radio_btn .select_conversation input[type="radio"] {
  width: 0px;
  visibility: hidden;
}

.checker_form .radio_btn .select_conversation input[type="radio"]:checked + label {
  color: #57B755;
}

.checker_form .radio_btn .select_conversation input[type="radio"]:checked + label:before {
  transform: scale(1);
}

.checker_form .radio_btn .select_conversation input[type="radio"]:checked + label:after {
  border-color: #57B755;
}

.checker_form .radio_btn .select_conversation label {
  position: relative;
  margin-bottom: 0;
  font-family: "Almarai", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-right: 25px;
  top: 0;
  right: 0;
  line-height: 20px;
  cursor: pointer;
}

.checker_form .radio_btn .select_conversation label:before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4px;
  background: #57B755;
  margin-top: -4px;
  transform: scale(0);
  transition: all 0.2s linear;
}

.checker_form .radio_btn .select_conversation label:after {
  content: "";
  display: table-caption;
  width: 15px;
  height: 15px;
  right: 0;
  top: 2px;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 50%;
  transition: 240ms;
}

.checker_form .radio_btn .select_conversation + .select_conversation {
  margin-right: 28px;
}

.checker_form .checker_select {
  border-radius: 0px;
  background: transparent;
  padding-right: 0px;
  border: none;
  border-bottom: 2px solid #fff;
  width: 100%;
}

.checker_form .checker_select span {
  color: #fff;
  font: 800 16px "Almarai", sans-serif;
}

.checker_form .checker_select:after {
  content: "\ec3a";
  font-family: "Linearicons" !important;
  border: none;
  color: #fff;
  transform: rotate(0deg);
  margin-top: -18px;
  left: 24px;
}

.checker_form .button {
  margin-top: 40px;
  text-align: left;
}

.checker_form .button .submit_btn {
  margin-top: 40px;
}

/* End Checker Form Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home About Area css
============================================================================================ */
.check_now_area {
  background: #58547e;
}

.check_now_area .left .media {
  min-height: 180px;
}

.check_now_area .left .media .d-flex {
  width: 172px;
  text-align: center;
  position: relative;
  justify-content: center;
  padding-top: 20px;
}

.check_now_area .left .media .d-flex img {
  text-align: center;
  animation: rotate 3s linear 1s infinite;
}

.check_now_area .left .media .d-flex img:nth-child(2) {
  position: absolute;
  right: 4px;
  bottom: -5px;
}

.check_now_area .left .media .d-flex img:nth-child(3) {
  position: absolute;
  left: 0px;
  bottom: -30px;
}

.check_now_area .left .media .media-body {
  align-self: center;
  padding-right: 25px;
}

.check_now_area .left .media .media-body h4 {
  color: #fff;
  font: 700 32px "Almarai", sans-serif;
  line-height: 42px;
}

.check_now_area .left .media .media-body p {
  color: #d0cced;
  margin-bottom: 0px;
  font: 700 18px "Almarai", sans-serif;
}

.check_now_area .right {
  align-self: center;
}

.check_now_area.check_now_box {
  border-radius: 20px;
  background: #133F8E;
  padding-left: 40px;
}

.check_now_area.check_now_box .left .media .media-body p {
  color: #fff;
}

.check_now_area.check_now_box .right .icon_btn {
  background: #58547e;
  color: #fff;
  padding: 0px 55px;
}

.check_now_area.full_widget_check {
  border-radius: 0px;
  margin: 0px;
  padding-left: 0px;
  background: url(../images/check-now-bg.jpg) no-repeat scroll center center;
  background-size: cover;
}

.check_box {
  padding-bottom: 80px;
}

.check_box .check_now_area.check_now_box {
  margin: 0px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
}

/* Home About Area css
============================================================================================ */
/* Home About Area css
============================================================================================ */
.home_about_mohkm {
  margin-top: 100px;
  padding-bottom: 100px;
  background: url(../images/video-bg.svg) no-repeat scroll left bottom;
  background-size: contain;
}

.home_about_mohkm .home_ab_img {
  margin-top: 50px;
  display: block;
  position: relative;
  border-radius: 20px;
  margin-bottom: 35px;
  box-shadow: 0px 10px 20px 0px rgba(51, 48, 78, 0.15);
}
.home_about_mohkm .home_ab_img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/video2.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
  display: none;
}
.home_about_mohkm .home_ab_text {
  margin-right: 70px;
  position: relative;
}

.home_about_mohkm .home_ab_text:before {
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #f5f5f9;
  position: absolute;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner {
  margin-right: -70px;
  position: relative;
  padding-top: 45px;
  padding-bottom: 80px;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner .home_ab_item {
  margin-bottom: 27px;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner .home_ab_item h6 {
  color: #57B755;
  font: 700 18px "Almarai", sans-serif;
  margin-bottom: 4px;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner .home_ab_item h4 {
  font: 700 30px "Almarai", sans-serif;
  margin-bottom: 13px;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner .home_ab_item p {
  margin-bottom: 0px;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner .home_ab_item:last-child {
  margin-bottom: 0px;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner .home_ab_item:last-child h4 {
  margin-bottom: 3px;
}

.home_about_mohkm .home_ab_text .home_ab_text_inner .home_ab_item:last-child p {
  margin-bottom: 14px;
}

.home_about_mohkm .home_ab_text.how_to_use .home_ab_text_inner {
  padding-top: 40px;
}

.home_about_mohkm .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item h4 {
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 8px;
}

.home_about_mohkm .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item p {
  font-style: italic;
}

.home_about_mohkm .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li {
  margin-bottom: 15px;
}

.home_about_mohkm .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li a {
  padding-right: 25px;
  position: relative;
  display: block;
  font: 400 16px/28px "Almarai", sans-serif;
  color: #58547e;
}

.home_about_mohkm .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li a i {
  position: absolute;
  right: 0px;
  top: 6px;
  font-size: 16px;
  color: #57B755;
}

.home_about_mohkm .home_ab_text.how_to_use .home_ab_text_inner .home_ab_item .nav li:last-child {
  margin-bottom: 0px;
}

.symptom_instruction_text {
  padding-top: 40px;
}

.symptom_instruction_text h4 {
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 8px;
}

/* End Home About Area css
============================================================================================ */
/* WorldWide Tracker Area css
============================================================================================ */
.world_wide_tracker {
  padding-bottom: 140px;
}

.world_wide_tracker .container {
  position: relative;
}

.world_wide_tracker .tracker_map {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 1042px;
  margin: auto;
  z-index: -1;
}

.world_wide_tracker .media .d-flex {
  padding-left: 15px;
}

.world_wide_tracker .media .media-body {
  align-self: center;
}

.world_wide_tracker .media .media-body h2 {
  font: 700 36px "Almarai", sans-serif;
  margin-bottom: 6px;
}

.world_wide_tracker .media .media-body p {
  color: #9491b0;
  font: 700 16px "Almarai", sans-serif;
  margin-bottom: 0px;
}

.world_wide_tracker .tracker_text {
  text-align: center;
  padding: 60px 0px;
}

.world_wide_tracker .tracker_text h5 {
  color: #57B755;
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 12px;
}

.world_wide_tracker .tracker_text h2 {
  font: 700 48px "Almarai", sans-serif;
  margin-bottom: 12px;
}

.world_wide_tracker .tracker_text p {
  font-style: italic;
  margin-bottom: 0px;
}

.world_wide_tracker .tracker_btn {
  text-align: center;
  margin-top: 65px;
  padding-bottom: 90px;
}

/* End WorldWide Tracker Area css
============================================================================================ */
/* Symptoms Area css
============================================================================================ */
.symptoms_area {
  background: url(../images/bg3.svg) no-repeat scroll left top;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.symptoms_area .container {
  position: relative;
}

.symptoms_area .nav {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
}

.symptoms_area .nav li:first-child {
  position: absolute;
  right: -150px;
  top: 49%;
  animation: rotate 3s linear 1s infinite;
}

.symptoms_area .nav li:nth-child(2) {
  position: absolute;
  right: 50%;
  top: 50%;
  animation: rotate 4s linear 1s infinite;
  margin-top: -60px;
  margin-right: -102px;
}

.symptoms_area .nav li:last-child {
  position: absolute;
  left: -135px;
  top: 50%;
  animation: mohkmmove 6s linear 0.3s infinite;
}

.symptoms_area .title_text {
  display: inline-block;
  max-width: 455px;
  margin-bottom: 10px;
}

.symptoms_area .title_text h5 {
  color: #57B755;
  font: 700 24px "Almarai", sans-serif;
}

.symptoms_area .title_text h2 {
  font: 700 48px/60px "Almarai", sans-serif;
  margin-bottom: 0px;
}

.symptoms_inner {
  margin-bottom: -30px;
}

.symptoms_inner .col-lg-6 {
  height: 100%;
}

.symptoms_inner .col-lg-6:first-child .symptoms_item {
  margin-top: 50px;
}

.symptoms_inner .col-lg-6:last-child .symptoms_item {
  margin-top: -50px;
}

.symptoms_item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 12px 2px rgba(126, 124, 142, 0.15);
  margin-bottom: 45px;
  padding: 35px 40px 25px 25px;
  width: 97%;
}

.symptoms_item .media .d-flex {
  max-width: 180px;
  width: 100%;
}

.symptoms_item .media .media-body h4 {
  font: 700 18px "Almarai", sans-serif;
  margin-bottom: 10px;
  margin-top: 0;
  color: #515251;
}

.symptoms_item .media .media-body p {
  margin-bottom: 0px;
  font: 700 14px/32px "Almarai", sans-serif;
  color: #ABB0B4;
  text-align:justify;
  letter-spacing: -.7px;
}

/* End Symptoms Area css
============================================================================================ */
/* Protect YourSelf Area css
============================================================================================ */
.protect_inner .protect_list_inner {
  margin-bottom: 55px;
}

.protect_inner .main_title {
  margin-bottom: 45px;
}

.protect_inner .main_title h5 {
  font: 700 18px "Almarai", sans-serif;
}

.protect_inner .main_title h2 {
  font: 700 36px "Almarai", sans-serif;
  margin-bottom: 0px;
}

.protect_inner .protect_img {
  position: relative;
  z-index: 2;
}

.protect_inner .protect_img .nav {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.protect_inner .protect_img .nav li {
  position: absolute;
}

.protect_inner .protect_img .nav li:nth-child(1) {
  right: 28px;
  bottom: 90px;
  animation: rotate 3s linear 0.3s infinite;
}

.protect_inner .protect_img .nav li:nth-child(2) {
  right: 45px;
  top: 55%;
}

.protect_inner .protect_img .nav li:nth-child(3) {
  right: 0px;
  top: 200px;
}

.protect_inner .protect_img .nav li:nth-child(4) {
  right: 114px;
  top: 159px;
  z-index: -1;
}

.protect_inner .protect_img .nav li:nth-child(5) {
  right: 117px;
  top: 35px;
  animation: rotate 1s linear 1s infinite;
}

.protect_inner .protect_img .nav li:nth-child(6) {
  left: 108px;
  top: 160px;
  z-index: -1;
  animation: rotate 5s linear 1s infinite;
}

.protect_inner .protect_img .nav li:nth-child(7) {
  left: 45px;
  bottom: 45px;
  animation: mohkmmove 6s linear 0.3s infinite;
}

.protect_inner .protect_img .nav li:nth-child(8) {
  left: 25px;
  top: 55%;
}

.protect_inner .protect_img .nav li:nth-child(9) {
  left: 10px;
  top: 190px;
}

.protect_inner .protect_img .nav li:nth-child(10) {
  left: 60px;
  top: 60px;
  animation: mohkmmove 6s linear 0.3s infinite;
}

.protect_list_item .protect_list_title {
  margin-bottom: 25px;
}

.protect_list_item .protect_list_title h3 {
  font: 700 24px "Almarai", sans-serif;
  color: #57B755;
  margin-bottom: 10px;
}

.protect_list_item .protect_list_title h6 {
  font: 400 14px "Almarai", sans-serif;
  color: #9491b0;
  margin-bottom: 0px;
}

.protect_list_item .nav li {
  margin-bottom: 25px;
}

.protect_list_item .nav li a {
  font: 700 18px "Almarai", sans-serif;
  color: #58547e;
  position: relative;
  padding-right: 38px;
  display: block;
}

.protect_list_item .nav li a i {
  font-size: 24px;
  color: #57B755;
  padding-left: 0px;
  position: absolute;
  right: 0px;
  top: 1px;
}

.protect_list_item .nav li:last-child {
  margin-bottom: 0px;
}

.protect_list_item.red .protect_list_title h3 {
  color: #e4133f;
}

.protect_list_item.red .nav li a i {
  color: #e4133f;
}

.protect_self_text h3 {
  font: 700 30px "Almarai", sans-serif;
  margin-bottom: 16px;
}

.protect_self_text p {
  color: #9491b0;
  font: 700 16px/32px "Almarai", sans-serif;
  margin-bottom: 20px;
}

/* End Protect YourSelf Area css
============================================================================================ */
/* Washing Process Area css
============================================================================================ */
.washing_process_area {
  padding-top: 50px;
  position: relative;
  margin-top: -120px;
}
.washing_process_area:after {
  content: "";
  position: absolute;
  background: #133F8E;
  left: 0;
  right: 0;
  top: -175px;
  height: 405px;
  z-index: -2;
}
.washing_process_area .main_title {
  margin-bottom: 0;
}
.washing_process_area .main_title p {
  font: 400 14px/24px "Almarai", sans-serif;
  max-width: 580px;
  margin: 15px auto 45px auto;
  max-width: 385px;
}
.washing_process_inner .col-lg-3:nth-child(odd) {
  margin-top: 110px;
}


.washing_process_inner .col-lg-3:nth-child(1) .washing_item:before {
  content: "";
  background: url(../images/icon/arrow-1.png) no-repeat;
  height: 42px;
  width: 87px;
  position: absolute;
  left: -25px;
  top: 15px;
  transform: translateY(-50%) rotate(180deg);
}

.washing_process_inner .col-lg-3:nth-child(2) .washing_item:before {
  content: "";
  background: url(../images/icon/arrow-2.png) no-repeat;
  height: 62px;
  width: 75px;
  position: absolute;
  left: -35px;
  top: 190px;
  transform: translateY(-50%) rotate(180deg);
}

.washing_process_inner .col-lg-3:nth-child(3) .washing_item:before {
  content: "";
  background: url(../images/icon/arrow-1.png) no-repeat;
  height: 42px;
  width: 87px;
  position: absolute;
  left: -25px;
  top: 15px;
  transform: translateY(-50%) rotate(180deg);
}



.washing_process_inner .col-lg-3:nth-child(5) .washing_item:before {
  content: "";
  background: url(../images/icon/arrow-5.png) no-repeat;
  height: 53px;
  width: 65px;
  position: absolute;
  left: -70px;
  top: 21%;
  transform: translateY(-50%);
}

.washing_item {
  text-align: center;
}

.washing_item .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background: #fff;
  width: 115px;
  height: 115px;
  border: 1px solid #ececec;
  border-radius: 50%;
  box-shadow: none;
  margin-top: 60px;
}
.washing_item .icon img {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.washing_item .icon .number {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #57B755;
  position: absolute;
  left: -5px;
  top: -5px;
}

.washing_item p {
  color: #8a8a8a;
  font: 400 13px/24px "Almarai", sans-serif;
  margin-bottom: 0px;
  margin-right: -7px;
  margin-left: -7px;
}

.washing_item p span {
  color: #515251;
  font-weight: 700;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

/* End Washing Process Area css
============================================================================================ */
/* End Prevent Area css
============================================================================================ */
.prevent_area {
  padding-top: 120px;
  padding-bottom: 40px;
}

.prevent_area.prevent_right {
  padding-top: 0px;
  padding-bottom: 80px;
}

.prevent_area.prevent_right .prevent_details {
  margin-right: 0px;
  margin-left: 75px;
}

.prevent_area.prevent_right .prevent_details:before {
  left: 0px;
  right: auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.prevent_area.prevent_right .prevent_details .prevent_details_text {
  margin-left: -61px;
  margin-right: 60px;
  padding-left: 0px;
}

.prevent_area.prevent_right .prevent_details .prevent_details_text p {
  margin-bottom: 15px;
}

.prevent_item_inner {
  margin-bottom: -30px;
}

.prevent_item_inner .col-sm-6:nth-child(2) .prevent_item {
  margin-top: 40px;
}

.prevent_item_inner .col-sm-6 .prevent_item {
  margin-bottom: 30px;
}

.prevent_item {
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.prevent_item .prevent_img {
  overflow: hidden;
}

.prevent_item .prevent_img img {
  transition: all 300ms ease;
}

.prevent_item .prevent_text {
  padding: 30px 25px 30px 30px;
}

.prevent_item .prevent_text h4 {
  font: 700 18px "Almarai", sans-serif;
  margin-bottom: 13px;
}

.prevent_item .prevent_text p {
  font: 700 14px/24px "Almarai", sans-serif;
  color: #9491b0;
  margin-bottom: 0px;
}

.prevent_item:hover .prevent_img img {
  transform: scale(1.1);
}

.prevent_details {
  margin-right: 70px;
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 47px;
}

.prevent_details:before {
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  right: 0;
  background: #f5f5f9;
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}

.prevent_details .prevent_details_text {
  margin-right: -45px;
  padding-left: 57px;
}

.prevent_details .prevent_details_text h5 {
  color: #57B755;
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 7px;
}

.prevent_details .prevent_details_text h2 {
  font: 700 48px/60px "Almarai", sans-serif;
  margin-bottom: 10px;
}

.prevent_details .prevent_details_text p {
  margin-bottom: 20px;
}

.prevent_details .prevent_details_text .green_btn {
  margin-top: 40px;
}

/* End Prevent Area css
============================================================================================ */
/* Question Answer Area css
============================================================================================ */
.answers_area .main_title {
  margin-bottom: 50px;
}

.question_list .accordion .card {
  border-radius: 10px;
  border: none;
  margin-bottom: 20px;
}

.question_list .accordion .card:last-child {
  margin-bottom: 0px;
}

.question_list .accordion .card .card-header {
  padding: 0px;
  background: transparent;
}

.question_list .accordion .card .card-header button {
  display: block;
  width: 100%;
  text-align: right;
  background: #fff;
  padding: 15px 30px 15px 15px;
  font: 800 17px "Almarai", sans-serif;
  padding-left: 65px !important;
  position: relative;
  border: none;
  color: #133F8E;
  text-decoration: none;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  transition: all 0ms ease;
}

.question_list .accordion .card .card-header button i {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 14px;
  height: 28px;
  width: 28px;
  color: #57B755;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  transform: rotate(0deg);
  transition: all 300ms linear 0s;
}

.question_list .accordion .card .card-header button.collapsed {
  background: #fff;
  color: #2B384D;
  transition-delay: 300ms;
}

.question_list .accordion .card .card-header button.collapsed i {
  transform: rotate(0deg);
  color: #C9C9C9;
}
.question_list .accordion .card .card-header button.collapsed i.fa-minus:before {
  content: "\f067"; }

.question_list .accordion .card .card-header button:focus {
  box-shadow: none;
}

.question_list .accordion .card .card-body {
  background: #fff;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
  color: #586479;
}

.question_list .accordion .card .card-body .nav {
  border-top: 1px solid #747099;
  padding-top: 15px;
  border-bottom: 0px;
}

.question_list .accordion .card .card-body .nav li {
  width: 100%;
  margin-bottom: 11px;
}

.question_list .accordion .card .card-body .nav li:last-child {
  margin-bottom: 0px;
}

.question_list .accordion .card .card-body .nav li a {
  display: block;
  padding: 0px 20px;
  background: transparent;
  border: none;
  font: 700 16px/30px "Almarai", sans-serif;
  color: #c4c0e4;
  max-width: 280px;
}

.question_list .accordion .card .card-body .nav li a.active {
  color: #57B755;
}

.answer_details .tab-pane h4 {
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 17px;
  margin-top: 7px;
}

.answer_details .tab-pane p {
  line-height: 30px;
  margin-bottom: 20px;
}

/* End Question Answer Area css
============================================================================================ */
/* Client Logo Area css
============================================================================================ */
.client_logo_area {
  padding: 52px 0px;
}

.client_logo_area .client_slider .item {
  line-height: 124px;
  text-align: center;
}

.client_logo_area .client_slider .item img {
  display: inline-block;
  line-height: 124px;
  margin: auto;
}

.client_logo_area.pad_top {
  padding-top: 70px;
}

.client_logo_area .check_now_area {
  margin-top: 0px;
  margin-top: 65px;
  margin-bottom: -100px;
  position: relative;
}

/* End Client Logo Area css
============================================================================================ */
/* App Area css
============================================================================================ */
.app_area {
  background: url(../images/articles-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
  text-align: center;
}

.app_area .col-lg-6 {
  align-self: center;
}

.app_area .app_text h2 {
  color: #fff;
  margin-bottom: 12px;
  font: 700 36px "Almarai", sans-serif;
  max-width: 750px;
  margin: 0 auto 20px auto;
}

.app_area .app_text h2 span {
  color: #57B755;
}

.app_area .app_text p {
  color: #c4c0e4;
  font: 700 18px/30px "Almarai", sans-serif;
  margin-bottom: 45px;
}

.app_area .app_text a {
  margin-left: 0;
  box-shadow: none;
}

.app_area .app_text a + a {
  margin-left: 0px;
}

.app_area .app_mobile {
  position: relative;
  padding-right: 52px;
  padding-left: 42px;
  z-index: 2;
}

.app_area .app_mobile .mobile_image {
  position: relative;
}

.app_area .app_mobile .mobile_image img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.app_area .app_mobile .mobile_image img + img {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.app_area .app_mobile .mohkm_img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0px;
  top: 0px;
}

.app_area .app_mobile .mohkm_img li {
  position: absolute;
}

.app_area .app_mobile .mohkm_img li:nth-child(1) {
  right: 0px;
  top: 30%;
  transform: translateY(0%);
  z-index: -1;
  animation: rotate 4s linear 1s infinite;
}

.app_area .app_mobile .mohkm_img li:nth-child(2) {
  right: 165px;
  top: -40px;
  z-index: -1;
}

.app_area .app_mobile .mohkm_img li:nth-child(3) {
  left: 165px;
  top: 4px;
  z-index: -1;
  animation: rotate 3s linear 1s infinite;
}

.app_area .app_mobile .mohkm_img li:nth-child(4) {
  right: 23px;
  bottom: 50px;
  z-index: 1;
}

.app_area .app_mobile .mohkm_img li:nth-child(5) {
  right: 35%;
  top: 40%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.app_area .app_mobile .mohkm_img li:nth-child(6) {
  right: 54%;
  top: 35%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.app_area .app_mobile .mohkm_img li:nth-child(7) {
  left: 20px;
  bottom: 50px;
  z-index: 1;
}

/* End App Area css
============================================================================================ */
/* Result Area css
============================================================================================ */
.result_area {
  padding-top: 110px;
}

.result_box {
  background: #f5f5f9;
  padding: 30px 30px 40px 30px;
  border-radius: 10px;
}

.result_box h4 {
  font: 700 36px "Almarai", sans-serif;
  margin-bottom: 15px;
}

.result_box .nav {
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.result_box .nav li {
  margin-bottom: 4px;
}

.result_box .nav li span {
  font: 400 16px/26px "Almarai", sans-serif;
  max-width: 105px;
  width: 100%;
  display: inline-block;
}

.result_box .nav li a {
  font: 700 16px "Almarai", sans-serif;
  color: #57B755;
}

.result_box .nav li a.tag {
  background: #57B755;
  border-radius: 5px;
  color: #fff;
  line-height: 28px;
  display: inline-block;
  padding: 0px 10px;
}

.result_box .circle_inner {
  max-width: 210px;
  margin: auto;
  position: relative;
}

.result_box .circle_inner strong {
  position: absolute;
  top: 48%;
  right: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 3.126px 7.364px 10px 0px rgba(42, 44, 47, 0.3);
  height: 176px;
  width: 176px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  font: 700 38px/175px "Almarai", sans-serif;
  font-style: normal;
}

.result_box .circle_inner strong i {
  font-style: normal;
}

.result_box .bottom_text {
  margin-top: 26px;
}

.result_box .bottom_text h6 {
  font: 700 16px "Almarai", sans-serif;
  color: #53627e;
}

.result_box .bottom_text h3 {
  font: 700 30px "Almarai", sans-serif;
  color: #e1194d;
  margin-bottom: 0px;
}

.result_inner_text .result_item h4 {
  font-size: 24px;
  margin-bottom: 12px;
}

.result_inner_text .result_item .green_btn {
  padding: 0px 22px;
  margin-top: 10px;
}

.danger_box {
  border-radius: 10px;
  padding: 15px 25px 15px 25px;
  margin-bottom: 55px;
}

.danger_box i {
  padding-left: 13px;
}

.danger_box p {
  margin-bottom: 0px;
  font-weight: 500;
  color: #9b4652;
}

.about_ques_inner {
  margin-bottom: 60px;
}

.about_question_area {
  padding-top: 70px;
  padding-bottom: 75px;
}

.about_ques_item h4 {
  font: 700 24px/36px "Almarai", sans-serif;
  margin-bottom: 15px;
}

.warning_box {
  padding: 25px 65px 35px 25px;
  border-radius: 10px;
}

.warning_box .media .d-flex {
  padding-left: 26px;
}

.warning_box .media .d-flex i {
  color: #5f5649;
  font-size: 24px;
  padding-top: 3px;
}

.warning_box .media .media-body h4 {
  font: 700 21px "Almarai", sans-serif;
  color: #5f5649;
}

.warning_box .media .media-body p {
  margin-bottom: 0px;
  color: #5f5649;
  font: 700 14px/27px "Almarai", sans-serif;
}

.warning_box .media .media-body p a {
  color: #57B755;
  font-weight: 700;
}

/* End Result Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Latest Blog Area css
============================================================================================ */
.home_latest_blog_area .main_title {
  margin-bottom: 80px;
}

.l_blog_inner {
  margin-bottom: -30px;
}

.big_l_blog_item {
  position: relative;
  z-index: 2;
  border-radius: 0;
  margin-bottom: 80px;
}

.big_l_blog_item:before {
  content: "";
  z-index: 1;
  background: rgba(19, 63, 142, 0.7);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease;
}

.big_l_blog_item .l_blog_img {
  border-radius: 0;
  overflow: hidden;
}

.big_l_blog_item .l_blog_img img {
  transition: all 300ms ease;
}

.big_l_blog_item .l_blog_text {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 40px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.big_l_blog_item .l_blog_text .date {
  margin-top: 50px;
}

.big_l_blog_item .l_blog_text .date a {
  color: #fff;
  margin-left: 15px;
  font: 700 14px "Almarai", sans-serif;
}

.big_l_blog_item .l_blog_text .date a i {
  padding-left: 5px;
}

.big_l_blog_item .l_blog_text .date a:last-child {
  margin-left: 0px;
}

.big_l_blog_item .l_blog_text .blog_btm_text {
  position: absolute;
  bottom: 45px;
}

.big_l_blog_item .l_blog_text .tag {
  background: #133F8E;
  border-radius: 25px;
  display: block;
  color: #fff;
  font: 700 12px/30px "Almarai", sans-serif;
  padding: 2px 20px;
  margin-bottom: 10px;
  margin-top: 0;
  float: left;
}

.big_l_blog_item .l_blog_text .author {
  position: absolute;
  bottom: -60px;
  background: #F7F7F7;
  left: 0;
  right: 0;
  height: 60px;
  padding: 15px 25px;
}

.big_l_blog_item .l_blog_text .author a {
  color: #133F8E;
  font: 700 14px "Almarai", sans-serif;
  margin-left: 8px;
  line-height: 30px;
}

.big_l_blog_item .l_blog_text .author a:last-child {
  margin-left: 0px;
  float: left;
}

.big_l_blog_item .l_blog_text .author a i {
  color: #133F8E;
  padding-left: 4px;
}

.big_l_blog_item .l_blog_text h3 {
  color: #fff;
  font: 700 24px/38px "Almarai", sans-serif;
  margin-bottom: 13px;
  max-width: 480px;
}

.big_l_blog_item .l_blog_text .text_btn {
  color: #fff;
  font-size: 18px;
  transition: all 300ms linear 0s;
}

.big_l_blog_item .l_blog_text .text_btn:hover {
  color: #57B755;
}

.big_l_blog_item:hover:before {
  opacity: 1;
}

.big_l_blog_item:hover .l_blog_img img {
  transform: scale(1.1);
}

.small_l_blog_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 2;
  border-radius: 20px;
}

.small_l_blog_item:before {
  content: "";
  z-index: 1;
  background: rgba(88, 84, 126, 0.7);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease;
}

.small_l_blog_item .l_blog_img {
  border-radius: 20px;
  overflow: hidden;
}

.small_l_blog_item .l_blog_img img {
  transition: all 300ms ease;
}

.small_l_blog_item .l_blog_text {
  position: absolute;
  right: 15px;
  top: 25px;
  padding: 0px 15px;
  z-index: 2;
}

.small_l_blog_item .l_blog_text .date {
  margin-bottom: 40px;
}

.small_l_blog_item .l_blog_text .date a {
  color: #fff;
  margin-left: 15px;
  font: 700 14px "Almarai", sans-serif;
}

.small_l_blog_item .l_blog_text .date a i {
  padding-left: 5px;
}

.small_l_blog_item .l_blog_text .date a:last-child {
  margin-left: 0px;
}

.small_l_blog_item .l_blog_text .author {
  margin-bottom: 8px;
}

.small_l_blog_item .l_blog_text .author a {
  color: #fff;
  font: 400 14px "Almarai", sans-serif;
  margin-left: 8px;
}

.small_l_blog_item .l_blog_text .author a:last-child {
  margin-left: 0px;
}

.small_l_blog_item .l_blog_text .author a i {
  color: #57B755;
  padding-left: 4px;
}

.small_l_blog_item .l_blog_text h3 {
  color: #fff;
  font: 700 18px/26px "Almarai", sans-serif;
  max-width: 200px;
  margin-bottom: 4px;
}

.small_l_blog_item .l_blog_text .text_btn {
  color: #fff;
  font: 700 14px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
}

.small_l_blog_item .l_blog_text .text_btn:hover {
  color: #57B755;
}

.small_l_blog_item:hover:before {
  opacity: 1;
}

.small_l_blog_item:hover .l_blog_img img {
  transform: scale(1.1);
}

.blog_menu {
  padding-top: 60px;
}

.blog_menu .nav {
  margin-bottom: 50px;
}

.blog_menu .nav li {
  margin-left: 30px;
}

.blog_menu .nav li:last-child {
  margin-left: 0px;
}

.blog_menu .nav li a {
  color: #58547e;
  font: 700 16px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
}

.blog_menu .nav li:hover a, .blog_menu .nav li.active a {
  color: #57B755;
}

.blog_pagination {
  margin-top: 80px;
}

.blog_pagination .col-lg-2:nth-child(3) {
  text-align: left;
}

.blog_pagination .col-lg-2:nth-child(3) .pagi_btn i {
  padding-left: 0px;
  padding-right: 3px;
}

.blog_pagination .pagi_btn {
  font: 700 18px/34px "Almarai", sans-serif;
  color: #58547e;
  transition: color 0.2s linear;
}

.blog_pagination .pagi_btn i {
  color: #57B755;
  padding-left: 3px;
}

.blog_pagination .pagi_btn:hover {
  color: #57B755;
}

.blog_pagination .navigation .pagination {
  margin-bottom: 0px;
  border: none;
}

.blog_pagination .navigation .pagination li {
  margin-left: 10px;
}

.blog_pagination .navigation .pagination li a {
  padding: 0px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border-color: transparent;
  text-align: center;
  background: #57B755;
  font: 700 16px/33px "Almarai", sans-serif;
  color: #fff;
  transition: all 0.3s linear;
}

.blog_pagination .navigation .pagination li.active a, .blog_pagination .navigation .pagination li:hover a {
  background: #58547e;
}

.blog_pagination .navigation .pagination li.blank a {
  background: transparent;
  color: #58547e;
}

.blog_pagination .navigation .pagination li:last-child {
  margin-left: 0px;
}

.blog_item_inner {
  margin-bottom: -30px;
}

.blog_area {
  padding-bottom: 85px;
}

.comment_box {
  margin-top: 90px;
}

.comment_box .cm_title_br {
  font-size: 30px;
  margin-bottom: 30px;
}

.comment_box .contact_us_form.signup_form .form-group {
  margin-top: 0px;
  margin-bottom: 18px;
}

.comment_box .contact_us_form.signup_form .form-group.checkbox_field {
  margin-bottom: 0px;
}

.comment_box .contact_us_form.signup_form .form-group.checkbox_field input[type="checkbox"]:checked + label::before {
  background: #58547e;
}

.comment_box .contact_us_form.signup_form .form-group.checkbox_field .checkbox label:before {
  border: 2px solid #58547e;
  background: transparent;
}

.comment_box .contact_us_form.signup_form .form-group.checkbox_field .green_btn {
  padding: 0px 32px;
}

/* End Home Latest Blog Area css
============================================================================================ */
/* Single Blog Area css
============================================================================================ */
.single_blog_img {
  background: url(../images/blog.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 395px;
  padding-bottom: 48px;
}

.single_blog_img .single_blog_text .tag {
  color: #fff;
  background: #57B755;
  padding: 0px 12px;
  border-radius: 5px;
  font: 700 14px/30px "Almarai", sans-serif;
  display: inline-block;
  margin-bottom: 20px;
}

.single_blog_img .single_blog_text h2 {
  color: #fff;
  font: 700 72px/72px "Almarai", sans-serif;
  margin-bottom: 15px;
}

.single_blog_img .single_blog_text .nav li {
  margin-left: 15px;
}

.single_blog_img .single_blog_text .nav li a {
  font: 700 14px "Almarai", sans-serif;
  color: #fff;
}

.single_blog_img .single_blog_text .nav li a i {
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.single_blog_img .single_blog_text .nav li:last-child {
  margin-left: 0px;
}

.single_blog_area {
  padding-top: 45px;
  padding-bottom: 35px;
}


.single_blog_text_inner .single_first_text h6 {
  font: 400 21px/36px "Roboto Slab", serif;
  margin-bottom: 35px;
}

.single_blog_text_inner .single_first_text .media {
  margin-bottom: 22px;
}

.single_blog_text_inner .single_first_text .media .d-flex {
  padding-left: 12px;
}

.single_blog_text_inner .single_first_text .media .d-flex span {
  color: #58547e;
  font: 800 48px/50px "Roboto Slab", serif;
  position: relative;
}

.single_blog_text_inner .single_first_text .media .d-flex span:before {
  content: "D";
  color: #f2f1f8;
  font: 700 144px/80px "Roboto Slab", serif;
  position: absolute;
  top: 7px;
  right: -26px;
  z-index: -1;
}

.single_blog_text_inner .single_first_text .media .media-body p {
  margin-bottom: 0px;
  line-height: 30px;
}

.single_blog_text_inner .single_first_text p {
  margin-bottom: 35px;
  color: #2B384D;
  line-height: 42px;
}

.secand_part {
  margin-top: 30px;
}

.secand_part h4 {
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 20px;
  color: #2B384D;
}

.secand_part h5 {
  max-width: 670px;
  margin: auto;
  font: 300 36px "Roboto Slab", serif;
  margin-top: 60px;
  margin-bottom: 70px;
  line-height: 60px;
}

.secand_part img {
  margin-top: 30px;
  margin-bottom: 13px;
  box-shadow: 0px 10px 25px 0px #e8ebf3;
  border-left: 10px;
}

.secand_part .source {
  font: 400 12px "Almarai", sans-serif;
  font-style: italic;
}

.single_blog_bottom {
  margin-top: 35px;
  margin-bottom: 35px;
}
.single_blog_bottom .nav {
  padding: 5px 20px;
  border: 1px solid #E3E2E2;
  border-radius: 6px;
}


.single_blog_bottom .left .nav li {
  margin-left: 15px;
}

.single_blog_bottom .left .nav li a {
  border-radius: 5px;
  background: #c5c3d5;
  font: 700 14px/40px "Almarai", sans-serif;
  display: inline-block;
  color: #fff;
  padding: 0px 18px;
  transition: all 300ms linear 0s;
}

.single_blog_bottom .left .nav li a:hover {
  background: #57B755;
  color: #fff;
}

.single_blog_bottom .left .nav li:last-child {
  margin-left: 0px;
}

.single_blog_bottom .right .nav li {
  margin-left: 15px;
  color: #57B755;
  line-height: 40px;
  font-weight: 700;
}

.single_blog_bottom .right .nav li a {
  line-height: 40px;
  font-size: 18px;
  color: #B1B1B1;
}
.single_blog_bottom .right .nav li a:hover {
  color: #57B755;
}

.single_blog_bottom .right .nav li:last-child {
  margin-left: 0px;
}

.post_navigation {
  margin-bottom: 95px;
}

.post_navigation a {
  font: 400 14px "Almarai", sans-serif;
  color: #58547e;
}

.post_navigation a i {
  padding-left: 5px;
}

.post_navigation h4 {
  font: 700 18px "Almarai", sans-serif;
  margin-bottom: 0px;
  margin-top: 7px;
}

.post_navigation .col-lg-6:nth-child(2) a i {
  padding-left: 0px;
  padding-right: 5px;
}

.post_author {
  margin-bottom: 125px;
}

.post_author .media .d-flex {
  padding-left: 35px;
}

.post_author .media .d-flex img {
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.35);
}

.post_author .media .media-body h4 {
  font: 700 21px "Almarai", sans-serif;
  margin-bottom: 12px;
}

.post_author .media .media-body h6 {
  font: 400 13px "Almarai", sans-serif;
  font-style: italic;
  margin-bottom: 13px;
}

.post_author .media .media-body .post {
  display: inline-block;
  color: #57B755;
  font: 700 14px "Almarai", sans-serif;
  margin-bottom: 20px;
}

.post_author .media .media-body .nav {
  display: inline-block;
  margin-right: 20px;
}

.post_author .media .media-body .nav li {
  display: inline-block;
  margin-left: 10px;
}

.post_author .media .media-body .nav li a {
  color: #58547e;
  font-size: 18px;
  transition: all 300ms linear 0s;
}

.post_author .media .media-body .nav li a:hover {
  color: #57B755;
}

.s_comment_list .cm_title_br {
  font: 700 36px "Almarai", sans-serif;
  margin-bottom: 65px;
}

.s_comment_list_inner .media {
  margin-bottom: 80px;
}

.s_comment_list_inner .media:last-child {
  margin-bottom: 0px;
}

.s_comment_list_inner .media .d-flex {
  padding-left: 25px;
}

.s_comment_list_inner .media .media-body {
  position: relative;
}

.s_comment_list_inner .media .media-body h4 {
  color: #58547e;
  margin-bottom: 12px;
}

.s_comment_list_inner .media .media-body h6 {
  position: absolute;
  left: 0px;
  top: 8px;
  margin-bottom: 0px;
  font: 400 14px "Almarai", sans-serif;
}

.s_comment_list_inner .media .media-body p {
  margin-bottom: 13px;
}

.s_comment_list_inner .media .media-body .text_btn {
  font: 400 14px "Almarai", sans-serif;
}

.s_comment_list_inner .media .media-body .media {
  margin-top: 55px;
  margin-bottom: 0px;
}

.r_wd_title {
  margin-bottom: 23px;
}

.r_wd_title h3 {
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 0px;
  color: #133F8E;
}

.right_widget {
  margin-bottom: 50px;
}

.right_widget:last-child {
  margin-bottom: 0px;
}

.ct_widget .nav {
  margin-top: -6px;
}

.ct_widget .nav li a {
  color: #58547e;
  position: relative;
  padding-right: 25px;
  font: 700 16px/49px "Almarai", sans-serif;
  border-bottom: 1px solid #e2e5ec;
  display: block;
  transition: all 300ms linear 0s;
}

.ct_widget .nav li a span {
  font-weight: 400;
}

.ct_widget .nav li a i {
  color: #57B755;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms linear 0s;
}

.ct_widget .nav li a:hover {
  color: #57B755;
}

.ct_widget .nav li a:hover i {
  right: 3px;
}

.ct_widget .nav li:last-child a {
  border: none;
}

.subs_widget {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.subs_widget .subs_text {
  position: absolute;
  right: 0px;
  top: 48%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
}

.subs_widget .subs_text i {
  font-size: 60px;
  margin-bottom: 10px;
  display: block;
}

.subs_widget .subs_text h4 {
  font: 700 24px "Almarai", sans-serif;
}

.subs_widget .subs_text p {
  padding: 0px 30px;
  line-height: 26px;
  margin-bottom: 20px;
}

.subs_widget .subs_text .subs_btn {
  background: #fff;
  color: #5479f3;
  font: 700 16px/50px "Almarai", sans-serif;
  border-radius: 10px;
  padding: 0px 48px;
  display: inline-block;
}

.post_widget .media {
  margin-bottom: 30px;
}

.post_widget .media:last-child {
  margin-bottom: 0px;
}

.post_widget .media .d-flex {
  margin-left: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.post_widget .media .media-body h4 {
  font: 800 16px/22px "Almarai", sans-serif;
  margin-bottom: 0px;
  transition: all 300ms linear 0s;
}

.post_widget .media:hover .media-body h4 {
  color: #57B755;
}

.tag_widget .nav {
  margin-left: -10px;
  padding: 0;
}

.tag_widget .nav li {
  margin-bottom: 10px;
  margin-left: 10px;
}

.tag_widget .nav li a {
  color: #6C6C6C;
  background: #EAEAEA;
  border-radius: 30px;
  display: inline-block;
  padding: 0px 25px;
  font: 700 13px/35px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
}

.tag_widget .nav li a:hover {
  background: #133F8E;
  color: #fff;
}

.wash_widget {
  background: #f5f5f9;
  border-radius: 20px;
  padding: 30px 25px 30px 30px;
}

.wash_widget h6 {
  font: 700 16px "Almarai", sans-serif;
  color: #57B755;
  margin-bottom: 12px;
}

.wash_widget h3 {
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 12px;
}

.wash_widget p {
  font: 400 14px/24px "Almarai", sans-serif;
  margin-bottom: 15px;
}

.wash_widget .text_btn {
  font-size: 14px;
}

.related_posts_area {
  background: #f5f5f9;
  padding-top: 60px;
  padding-bottom: 90px;
}

.related_posts_area .main_title {
  margin-bottom: 50px;
}

.related_posts_area .main_title h5 {
  font: 700 18px "Almarai", sans-serif;
}

.related_posts_area .main_title h2 {
  font-size: 36px;
}

.related_posts_area .related_post_inner {
  margin-bottom: -30px;
}

/* End Single Blog Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Subscribe Area css
============================================================================================ */
.subscribe_area {
  background: url(../images/subscribe-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.subscribe_area .media .d-flex {
  padding-left: 25px;
}

.subscribe_area .media .d-flex i {
  font-size: 70px;
  color: #fff;
}

.subscribe_area .media .media-body h4 {
  font: 700 36px "Almarai", sans-serif;
  color: #fff;
}

.subscribe_area .media .media-body p {
  color: #fff;
  font: 400 16px/30px "Almarai", sans-serif;
  margin-left: -80px;
  margin-bottom: 0px;
}

.subscribe_area .nav {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.subscribe_area .nav li {
  position: absolute;
}

.subscribe_area .nav li:nth-child(1) {
  right: 50%;
  bottom: -70px;
  margin-right: -130px;
}

.subscribe_area .nav li:nth-child(2) {
  left: 28%;
  top: 25px;
  animation: rotate 3s linear 1s infinite;
}

.subscribe_area .nav li:nth-child(3) {
  left: 28px;
  bottom: 22px;
  animation: rotate 4.5s linear 1s infinite;
}

.mail_box {
  padding-right: 20px;
}

.mail_box .input-group {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.mail_box .input-group input {
  font-family: "Almarai", sans-serif, Linearicons;
  width: 100%;
  border-radius: 30px !important;
  padding-right: 0px;
  height: 48px;
  line-height: 48px;
  padding-right: 38px;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

.mail_box .input-group input.placeholder {
  font-family: "Almarai", sans-serif, Linearicons;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 16px;
}

.mail_box .input-group input:-moz-placeholder {
  font-family: "Almarai", sans-serif, Linearicons;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 16px;
}

.mail_box .input-group input::-moz-placeholder {
  font-family: "Almarai", sans-serif, Linearicons;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 16px;
}

.mail_box .input-group input::-webkit-input-placeholder {
  font-family: "Almarai", sans-serif, Linearicons;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 16px;
}

.mail_box .input-group .btn {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  color: #fff;
  border: none;
  padding: 0px 25px;
  border-radius: 30px;
  background: #57B755;
  font-size: 17px;
  z-index: 9;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  color: #b5f5ef;
  font: 700 14px "Almarai", sans-serif;
}

.container-checkbox span {
  font-weight: 700;
  color: #fff;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccd3e4;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  right: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #57B755;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* End Subscribe Area css
============================================================================================ */
/* Contact Form Area css
============================================================================================ */
.contact_area {
  padding: 60px 0px 140px;
}

.contact_details .contact_details_item {
  margin-bottom: 30px;
}

.contact_details .contact_details_item i {
  color: #57B755;
  font-size: 36px;
  margin-bottom: 17px;
  display: inline-block;
}

.contact_details .contact_details_item h4 {
  font: 700 24px/34px "Almarai", sans-serif;
  margin-bottom: 15px;
}

.contact_details .contact_details_item p {
  font: 400 16px/30px "Almarai", sans-serif;
  margin-bottom: 0px;
}

.contact_details .contact_details_item h6 {
  font: 400 16px/30px "Almarai", sans-serif;
  margin-bottom: 0px;
  color: #58547e;
  transition: color 0.2s linear;
}

.contact_details .contact_details_item h6:hover {
  color: #57B755;
}

.contact_form_inner {
  padding-top: 50px;
}

.contact_us_form.signup_form {
  padding: 0px;
}

.contact_us_form.signup_form .form-group {
  margin-bottom: 45px;
  margin-top: 25px;
}

.contact_us_form.signup_form .form-group textarea.form-control {
  height: 225px;
}

.contact_us_form.signup_form .form-group.checkbox_field {
  margin-top: 0;
}

.contact_us_form.signup_form .form-group.checkbox_field .green_btn {
  padding: 0px 23px;
}

.contact_us_form.signup_form label {
  font-weight: 600;
}

.map_area {
  position: relative;
}

.map_area:before {
  content: "";
  background: url(../images/map-tp.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 30;
}

.map_area #mapBox {
  min-height: 800px;
}

.success-message,
.error-message {
  display: none;
  margin-top: 5px;
  padding-right: 15px;
}

/* End Contact Form Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========================================================================================== */
/* Start about_mohkam_promo_area css
  ============================================================================================ */
.about_mohkm_promo_area {
  padding: 120px 0px 20px;
  position: relative;
  z-index: 1;
}

.about_mohkm_promo_area .bg_img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 49%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.about_mohkm_promo_area .bg_img .shap {
  max-width: 100%;
  z-index: -1;
}

.about_mohkm_promo_area .bg_img .shap_img_two li {
  position: absolute;
  z-index: -1;
}

.about_mohkm_promo_area .bg_img .shap_img_two li:nth-child(1) {
  right: 0;
  bottom: 100px;
}

.about_mohkm_promo_area .bg_img .shap_img_two li:nth-child(2) {
  bottom: 345px;
  right: 100px;
  animation: scale 2s linear 0s infinite alternate;
}

.about_mohkm_promo_area .bg_img .shap_img_two li:nth-child(3) {
  bottom: 90px;
  right: 300px;
  animation: mohkmmove 3s linear 0s infinite both;
}

.about_mohkm_promo_area .bg_img .shap_img_two li:nth-child(4) {
  bottom: 330px;
  right: 290px;
}

.about_mohkm_promo_area .bg_img .shap_img_two li:nth-child(5) {
  right: 0px;
  bottom: 520px;
}

.about_mohkm_promo_area .shap_img li {
  position: absolute;
  z-index: -1;
}

.about_mohkm_promo_area .shap_img li:nth-child(1) {
  right: -220px;
  bottom: 70px;
}

.about_mohkm_promo_area .shap_img li:nth-child(2) {
  top: 305px;
  right: 120px;
  animation: mohkmmove 4s linear 1s infinite both;
}

.about_mohkm_promo_area .shap_img li:nth-child(3) {
  top: 220px;
  left: 20px;
  animation: mohkmmove 5s infinite;
}

.mohkm_promo_content h5 {
  font-size: 21px;
  color: #57B755;
  font-weight: 600;
  margin-bottom: 5px;
}

.mohkm_promo_content h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
}

.mohkm_promo_content .home_option {
  margin-top: 45px;
  margin-bottom: 15px;
}

.mohkm_promo_content .home_option .col-lg-6 {
  margin-bottom: 50px;
}

.mohkm_promo_content .home_option .media .media-body h4 {
  margin-bottom: 3px;
}

.mohkm_promo_content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* End about_mohkam_promo_area css
  ============================================================================================ */
/* Start about features area css
  ============================================================================================ */
.about_features_area {
  padding: 100px 0px;
}

.about_features_item {
  text-align: center;
}

.about_features_item .round_icon {
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
}

.about_features_item .round_icon:before {
  content: "";
  width: 170px;
  height: 170px;
  background: #57B755;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  border-radius: 50%;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}

.about_features_item h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #57B755;
  margin-bottom: 2px;
}

.about_features_item h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
}

.about_features_item p {
  margin-bottom: 13px;
}

.about_features_item .text_btn i {
  font-size: 14px;
}

/* End about features area css
  ============================================================================================ */
/* Start about_mohkm_aera css
  ============================================================================================ */
.about_mohkm_aera .home_ab_img {
  padding-top: 35px;
  position: relative;
}
.about_mohkm_aera .about_us.home_ab_img {
  padding-top: 0;
  margin: 0;
  overflow: hidden;
}
.about_mohkm_aera .about_us.home_ab_img img {
  max-width: 100%;
}
.about_mohkm_aera .home_ab_text .home_ab_text_inner {
  margin-right: -40px;
  padding-top: 35px;
  padding-bottom: 52px;
}

.about_mohkm_aera .home_ab_text .home_ab_text_inner .home_ab_item h4 {
  font-size: 36px;
  padding-bottom: 15px;
}

.about_mohkm_aera .home_ab_text .symptoms_about_inner {
  padding-left: 54px;
  padding-top: 50px;
}

.about_mohkm_aera .home_ab_text .symptoms_about_inner .home_ab_item h6 {
  font-size: 24px;
}

.about_mohkm_aera .home_ab_text .symptoms_about_inner .home_ab_item h4 {
  font-size: 48px;
}

.about_mohkm_aera .home_ab_text .symptoms_about_inner .home_ab_item .green_btn {
  margin-top: 24px;
}

.mohkm_img {
  position: absolute;
}

.mohkm_img.one {
  left: 45px;
  bottom: 35px;
  animation: mohkmmove 5s infinite;
}

.mohkm_img.two {
  bottom: 80px;
  right: 25px;
  animation: mohkmmove 6s linear 0.3s infinite;
}

.mohkm_img.three {
  right: 45px;
  bottom: 225px;
  animation: rotate 1s linear 0.3s infinite;
}

.mohkm_img.four {
  left: 25px;
  bottom: 198px;
  animation: mohkmmove 6s linear 0.3s infinite;
}

.mohkm_img.five {
  left: 0;
  top: 200px;
}

.mohkm_img.six {
  right: 0px;
  top: 190px;
}

.mohkm_img.seven {
  right: 105px;
  top: 60px;
  animation: rotate 1s linear 1s infinite;
}

.mohkm_img.eight {
  left: 60px;
  top: 90px;
  animation: mohkmmove 6s linear 0.3s infinite;
}

@keyframes mohkmmove {
  0% {
    transform: translateY(0px) rotate(180deg);
  }
  25% {
    transform: translateY(-50px) translateX(-10px);
  }
  50% {
    transform: translateY(-50px) translateX(-10px) rotate(-45deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.02);
  }
}

/* End about_checker_area css
  ============================================================================================ */
.about_checker_inner {
  border-radius: 20px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  background: #57B755;
  padding: 0px 40px 0px 15px;
}

.about_checker_inner .left .media .media-body p {
  color: #fff;
}

.about_checker_inner .icon_btn {
  background: #57537d;
  color: #fff;
  padding: 0px 55px;
}

/* End about_checker_area css
  ============================================================================================ */
/* Start isolation_area css
  ============================================================================================ */
.isolation_margin_bottom {
  margin-bottom: 125px;
}

.isolation_area {
  background: #58547e;
  padding: 50px 0px 80px;
}

.isolation_area .main_title {
  margin-bottom: 65px;
}

.isolation_area .main_title h2 {
  font-size: 36px;
}

.isolation_item .isolation_person_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.4);
  overflow: hidden;
  margin-left: 20px;
}

.isolation_item .media-body h5 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 12px;
}

.isolation_item .media-body p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #c4c0e4;
}

.isolation_item .media-body .text_btn {
  font-size: 14px;
}

/* End isolation_area css
  ============================================================================================ */
/* Start symptoms_inner_two css
  ============================================================================================ */
.symptoms_inner_two .col-lg-6:first-child .symptoms_item {
  margin-top: 0;
}

.symptoms_inner_two .col-lg-6:last-child .symptoms_item {
  margin-top: 0;
}

.symptoms_inner_two .col-lg-6:nth-child(2) .symptoms_item {
  margin-top: 50px;
}

.symptoms_inner_two .col-lg-6:nth-child(3) .symptoms_item {
  margin-top: -50px;
}

/* End symptoms_inner_two css
  ============================================================================================ */
/* Start mohkm_question_area css
  ============================================================================================ */
.mohkm_question_area {
  padding: 50px 0px 60px;
}

.mohkm_question_area .main_title {
  margin-bottom: 40px;
}

.mohkm_question_area .main_title h2 {
  font-size: 30px;
}

.mohkm_question {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  position: relative;
  color: #58547e;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  overflow: hidden;
  transition: color 0.2s linear;
}

.mohkm_question .icon {
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #57B755;
  color: #fff;
  font-size: 36px;
  margin-left: 20px;
}

.mohkm_question:hover {
  color: #57B755;
}

/* End mohkm_question_area css
  ============================================================================================ */
/* Start common_question_area css
  ============================================================================================ */
.common_question_item {
  border-radius: 10px;
  background: #f5f5f9;
  padding: 40px 50px 50px;
}

.common_question_item h3 {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 15px;
}

.question_list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}

.question_list li a {
  color: #58547e;
}

.border_bottom {
  width: 100%;
  height: 1px;
  background: #dedee4;
}

.more_question_inner {
  padding-top: 75px;
}

.more_question_item {
  margin-bottom: 65px;
}

.more_question_item h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.more_question_item .question_list {
  margin-bottom: 20px;
}

.more_question_item .question_list li {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.more_question_item .question_list li + li {
  margin-top: 12px;
}

/* End common_question_area css
  ============================================================================================ */
/* Start signup_box css
  ============================================================================================ */
.signup_box {
  margin: 0px;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 0 6px 1px rgba(51, 48, 78, 0.15);
  text-align: right;
}

.signup_box .signup_features {
  background: url(../images/signup.png) no-repeat center bottom #5BBE84;
  background-size: 90%;
  padding: 25px 60px 25px 25px;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
}
.signup_box.login_box .signup_features {
  background: url(../images/login.png) no-repeat center bottom #133F8E;
  background-size: 70%;
  padding: 25px 60px 25px 25px;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
}
.signup_box.forget_password_box .signup_features {
  background: url(../images/forget_password.png) no-repeat center bottom #303030;
  background-size: 70%;
  padding: 25px 60px 25px 25px;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
}
.signup_box .signup_features .shape {
  position: absolute;
  z-index: -1;
}

.signup_box .signup_features .shape.one {
  left: -87px;
  top: -80px;
}

.signup_box .signup_features .shape.two {
  top: 175px;
  right: -55px;
  animation: mohkmmove 6s linear 0.3s infinite;
}

.signup_box .signup_features .shape.three {
  left: 8px;
  top: 225px;
  animation: rotate 1.5s linear 1s infinite;
}

.signup_box .signup_features .shape.four {
  left: -60px;
  bottom: 85px;
}

.signup_box .signup_features .shape.five {
  right: -50px;
  bottom: -50px;
  animation: rotate 3s linear 1.5s infinite;
}

.signup_box .signup_features .shape.six {
  left: 40px;
  bottom: -40px;
}

.signup_box .signup_features h2 {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 80px;
}
.signup_box .signup_features h2 span {
  color: #133F8E;
  display: block;
}
.signup_box.login_box .signup_features h2 span {
  color: #5BBE84;
}
.signup_box.forget_password_box .signup_features h2 span {
  color: #5BBE84;
}
.signup_box .signup_features p {
  color: #c4c0e4;
}

.signup_box .signup_features .signup_features_item {
  margin-top: 50px;
}

.signup_box .signup_features .signup_features_item i {
  font-size: 42px;
  color: #57B755;
  margin-left: 20px;
}

.signup_box .signup_features .signup_features_item h6 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 0;
}

.signup_box .signup_features .signup_features_item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.signup_form {
  padding: 40px 25px 16px;
}

.signup_form .form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 23px;
}

.signup_form .form-control {
  border-radius: 0px;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  border: 0px;
  border-bottom: 2px solid #58547e;
  position: relative;
  z-index: 1;
  width: 100%;
  background: transparent;
}

.signup_form .form-control.placeholder {
  color: #58547e;
}

.signup_form .form-control:-moz-placeholder {
  color: #58547e;
}

.signup_form .form-control::-moz-placeholder {
  color: #58547e;
}

.signup_form .form-control::-webkit-input-placeholder {
  color: #58547e;
}

.signup_form .form-control:focus, .signup_form .form-control.animated {
  font-weight: 700;
}

.signup_form .form-control:focus + label, .signup_form .form-control.animated + label {
  top: 0px;
  font-size: 11px;
  color: #78749e;
}

.signup_form .form-control:focus + div + label, .signup_form .form-control.animated + div + label {
  top: 0px;
  font-size: 11px;
  color: #78749e;
}

.signup_form textarea.form-control {
  height: 170px;
}

.signup_form label {
  font-weight: 500;
  font-size: 15px;
  color: #515251;
  position: absolute;
  top: 20px;
  line-height: 16px;
  right: 12px;
  margin-bottom: 0;
  font-family: "Almarai", sans-serif;
  transition: all 0.2s linear;
  cursor: pointer;
}

.signup_form label i {
  margin-left: 8px;
}

.signup_form .input-group {
  padding-top: 0;
  height: 55px;
}

.signup_form .input-group input {
  position: absolute;
  bottom: 0;
}

.signup_form .input-group input.animated {
  background: #fff;
}

.signup_form .input-group .input-group-text {
  padding: 0px 0px 0px 12px;
  background: transparent;
  font-size: 16px;
  border: 0px;
}

.signup_form .input-group .text_div {
  position: absolute;
  padding-right: 38px;
  width: 100%;
  font-size: 16px;
  line-height: 58px;
  height: 100%;
  color: #58547e;
  font-weight: 500;
  top: 0;
}

.signup_form .input-group .text_div:before {
  content: "\ec3a";
  font-family: "Linearicons";
  font-size: 12px;
  position: absolute;
  left: 12px;
  top: 2px;
}

.signup_form .select_conversation_inner {
  padding-top: 0px;
}

.signup_form .select_conversation_inner h6 {
  font-size: 14px;
  font-weight: 500;
  color: #58547e;
  margin-bottom: 10px;
}

.signup_form .select_conversation {
  display: inline-block;
}

.signup_form .select_conversation input[type="radio"] {
  width: 0px;
  visibility: hidden;
  display: none;
}

.signup_form .select_conversation input[type="radio"]:checked + label {
  color: #57B755;
}

.signup_form .select_conversation input[type="radio"]:checked + label:before {
  transform: scale(1);
}

.signup_form .select_conversation input[type="radio"]:checked + label:after {
  border-color: #57B755;
}

.signup_form .select_conversation label {
  position: relative;
  margin-bottom: 0;
  font-family: "Almarai", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #58547e;
  padding-right: 25px;
  top: 0;
  right: 0;
}

.signup_form .select_conversation label:before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4px;
  background: #57B755;
  margin-top: -4px;
  transform: scale(0);
  transition: all 0.2s linear;
}

.signup_form .select_conversation label:after {
  content: "";
  display: table-caption;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
  border: 1px solid #58547e;
  position: absolute;
  border-radius: 50%;
  transition: 240ms;
}

.signup_form .select_conversation + .select_conversation {
  margin-right: 28px;
}

.signup_form .checkbox_field,
.signup_form2 .checkbox_field {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.signup_form .checkbox_field .checkbox,
.signup_form2 .checkbox_field .checkbox {
  position: relative;
}

.signup_form .checkbox_field .checkbox label,
.signup_form2 .checkbox_field .checkbox label {
  position: relative;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #515251;
  padding-right: 34px;
  line-height: 24px;
}

.signup_form .checkbox_field .checkbox label span,
.signup_form, .checkbox_field .checkbox label span {
  font-weight: 700;
}

.signup_form .checkbox_field .checkbox label:before,
.signup_form2 .checkbox_field .checkbox label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #5BBE84;
  position: absolute;
  right: 0;
  top: 0px;
}

.signup_form .checkbox_field .checkbox label:after,
.signup_form2 .checkbox_field .checkbox label:after {
  content: "";
  background: url("../images/checked-icon.png") no-repeat center center;
  position: absolute;
  right: 6px;
  width: 12px;
  height: 10px;
  top: 7px;
  color: #57B755;
  transform: scale(0);
  transition: all 0.2s linear;
}

.signup_form .checkbox_field input[type="checkbox"],
.signup_form2 .checkbox_field input[type="checkbox"] {
  width: 0px;
  visibility: hidden;
  display: none;
}

.signup_form .checkbox_field input[type="checkbox"]:checked + label:after,
.signup_form2 .checkbox_field input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}

.signup_form .checkbox_field .green_btn,
.signup_form2 .checkbox_field .green_btn {
  border: 0px;
  font-size: 18px;
  line-height: 45px;
  padding: 0px 37px;
}


.signup_features .withborder.green_btn i {
  display: none;
}

/* End signup_box css
  ============================================================================================ */
/* Start work_area css
  ============================================================================================ */
.work_area {
  padding-top: 122px;
}

.work_content .main_title {
  margin-bottom: 30px;
}

.work_content .main_title h5 {
  font-size: 18px;
}

.work_content .main_title h2 {
  font-size: 36px;
}

.work_list {
  list-style: none;
  padding: 0;
}

.work_list li {
  counter-increment: step-counter;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #58547e;
  padding-right: 50px;
  position: relative;
  margin-bottom: 17px;
}

.work_list li:before {
  content: counter(step-counter);
  font-family: "Almarai", sans-serif;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #57B755;
  text-align: center;
  line-height: 32px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
}

.work_list li:last-child {
  margin-bottom: 0;
}

/* End work_area css
  ============================================================================================ */
/* Start mohkm checker css
  ============================================================================================ */

@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    transform: translateY(4%);
  }
}

.pagepiling .section {
  width: 100%;
  height: 0;
  position: absolute;
  opacity: 0;
  top: auto;
  right: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}

.pagepiling .section.active {
  transform: translate3d(0px, 0%, 0px);
  opacity: 1;
  height: 100%;
  min-height: 100%;
  visibility: visible;
}

.pagepiling .section.active .mohkm_checker_content {
  animation: moveFromRightFade 0.3s both ease-in;
}

.pagepiling .scroll-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  background: #57537d;
  z-index: 1;
}

.pagepiling .scroll-wrap .scrollable-content {
  width: 100%;
}

.pagepiling .scroll-wrap .p-section-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.mohkm_checker_content {
  max-width: 770px;
  margin: 0 auto;
}

.mohkm_checker_content .main_title {
  margin-bottom: 50px;
}

.mohkm_checker_content .main_title h5 {
  font-size: 18px;
}

.mohkm_checker_content .main_title h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.mohkm_checker_content h4 {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}

.mohkm_checker_content h4 span {
  color: #ffcc00;
}

.mohkm_checker_content ul li {
  font-size: 14px;
  color: #c4c0e4;
  font-weight: 400;
  margin-top: 6px;
}

.mohkm_checker_content ul li span {
  color: #fff;
  font-weight: 600;
}

.mohkm_checker_content ul li i {
  color: #ffcc00;
  font-size: 21px;
  vertical-align: text-bottom;
  margin-left: 8px;
}

.mohkm_checker_content p {
  font-weight: 500;
  color: #c4c0e4;
}

.mohkm_checker_content .select_form {
  max-width: 370px;
  padding: 15px 0px 0px;
}

.mohkm_checker_content .select_form .form-control {
  border-bottom-color: #bab7d3;
  padding-right: 0;
  color: #fff;
}

.mohkm_checker_content .select_form .form-control.animated + label, .mohkm_checker_content .select_form .form-control:focus + label {
  color: #c4c0e4;
  font-size: 12px;
}

.mohkm_checker_content .select_form label {
  right: 0;
  font-size: 16px;
  color: #fff;
}

.mohkm_checker_content .checked_button_info {
  padding-top: 18px;
}

.mohkm_checker_content .checked_button_info h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 38px;
}

.mohkm_checker_content .checked_button_info .check_btn {
  display: inline-block;
  position: relative;
  margin-left: 16px;
}

.mohkm_checker_content .checked_button_info .check_btn input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  position: absolute;
  top: 0;
}

.mohkm_checker_content .checked_button_info .check_btn input[type="radio"]:checked + label {
  background: #57B755;
  color: #fff;
}

.mohkm_checker_content .checked_button_info .check_btn input[type="radio"]:checked + label:before {
  border-color: #fff;
}

.mohkm_checker_content .checked_button_info .check_btn input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.mohkm_checker_content .checked_button_info .check_btn.moveDown:hover label {
  background: #57B755;
  color: #fff;
}

.mohkm_checker_content .checked_button_info .check_btn.moveDown:hover label:before {
  border-color: #fff;
}

.mohkm_checker_content .checked_button_info .check_btn.moveDown:hover label:after {
  transform: scale(1);
}

.mohkm_checker_content .checked_button_info .check_btn label {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border-radius: 15px;
  padding: 15px 30px;
  min-width: 170px;
  transition: all 0.2s linear;
  box-shadow: 0px 10px 30px 0px rgba(51, 48, 78, 0.6);
  cursor: pointer;
}

.mohkm_checker_content .checked_button_info .check_btn label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #58547e;
  border-radius: 50%;
  margin-left: 12px;
  vertical-align: text-bottom;
  transition: all 0.2s linear;
}

.mohkm_checker_content .checked_button_info .check_btn label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -4px;
  transform: scale(0);
  transition: all 0.2s linear;
}

.mohkm_checker_content .checked_button_info .check_btn:last-child {
  margin-left: 0px;
}

.mohkm_checker_content .continue_btn {
  font-size: 18px;
  border: 2px solid #bab7d3;
  border-radius: 10px;
  background: transparent;
  padding: 8px 60px;
  font-weight: 600;
  color: #fff;
  margin-top: 90px;
  transition: all 0.3s linear;
}

.mohkm_checker_content .continue_btn:hover {
  background: #57B755;
  border-color: #57B755;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(51, 48, 78, 0.6);
}

.mohkm_checker_content .mohkm_symptom_inner {
  padding-top: 5px;
  padding-bottom: 50px;
}

.mohkm_checker_content .mohkm_symptom .round_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px #33304e;
  margin-left: 20px;
}

.mohkm_checker_content .mohkm_symptom .media-body h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.mohkm_checker_content .mohkm_symptom .media-body h5 span {
  font-weight: 500;
}

.mohkm_checker_content .mohkm_symptom .media-body p {
  font-size: 14px;
  line-height: 24px;
  color: #c4c0e4;
  margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}


.ambulanceModal {
  background: rgba(0, 0, 0, 0.8);
}

.ambulanceModal.show {
  display: flex !important;
  align-items: center;
}

.ambulanceModal.show .modal-dialog {
  opacity: 1;
}

.ambulanceModal .modal-dialog {
  max-width: 770px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.ambulanceModal .modal-content {
  border-radius: 10px;
  background-color: #f42f54;
  box-shadow: 0px 15px 40px 0px black;
  text-align: center;
  padding: 60px;
  align-items: center;
}

.ambulanceModal .modal-content i {
  font-size: 60px;
  margin-bottom: 28px;
}

.ambulanceModal .modal-content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.ambulanceModal .modal-content h2 {
  font-size: 30px;
  line-height: 38px;
}

.ambulanceModal .modal-content i,
.ambulanceModal .modal-content h6,
.ambulanceModal .modal-content h2 {
  color: #fff;
}

.exit_btn {
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  color: #f42f54;
  border-radius: 5px;
  border: 0px;
  padding: 5px 35px;
  margin-top: 45px;
  transition: all 0.3s linear;
  font-family: "Almarai", sans-serif;
}

.exit_btn:hover {
  background: #58547e;
  color: #fff;
}

.recommenddModal {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  padding-right: 0 !important;
}

.recommenddModal.show {
  display: flex !important;
  align-items: center;
  overflow: hidden;
}

.recommenddModal.show .modal-dialog {
  opacity: 1;
}

.recommenddModal .modal-dialog {
  max-width: 770px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
  height: calc(100vh - 50px);
  margin-top: 0;
  margin-bottom: 0;
}

.recommenddModal .modal-content {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 15px 40px 0px black;
  padding: 40px;
  align-items: flex-start;
}

.recommenddModal .modal-content .main_title {
  margin-bottom: 15px;
}

.recommenddModal .modal-content .main_title h5 {
  font-size: 18px;
  margin-bottom: 14px;
}

.recommenddModal .modal-content .main_title h2 {
  font-size: 30px;
}

.recommenddModal .modal-content p {
  font-weight: 500;
}

.recommenddModal .modal-content p span {
  color: #57B755;
  font-weight: 600;
}

.recommenddModal .modal-content h6 {
  font-size: 18px;
  margin-bottom: 18px;
}

.recommenddModal .modal-content ul li {
  position: relative;
  padding-right: 25px;
}

.recommenddModal .modal-content ul li i {
  position: absolute;
  right: 0;
  top: 7px;
  color: #57B755;
  font-size: 16px;
}

.recommenddModal .modal-content ul li span {
  font-weight: 600;
}

.recommenddModal .modal-content ul li + li {
  margin-top: 15px;
}

.recommenddModal .exit_btn {
  border: 2px solid #58547e;
  color: #58547e;
  padding: 3px 33px;
  margin-top: 35px;
}

.recommenddModal .exit_btn:hover {
  color: #fff;
}

.recommenddModal .mCSB_scrollTools {
  width: 10px;
}

.recommenddModal .mCSB_scrollTools .mCSB_dragger {
  height: 115px !important;
  width: 10px;
}

.recommenddModal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #57537d;
}

.recommenddModal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #57537d;
  width: 10px;
}

.recommenddModal .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px !important;
  background: #edecf3;
}

.recommenddModal .scroll_body {
  max-height: calc(100vh - 207px);
}

/* End mohkm checker css
  ============================================================================================ */
/* Start sample page area css
  ============================================================================================ */
.sample_page_area {
  padding: 55px 0px 140px;
}

.sample_page_inner {
  padding-left: 32px;
}

.sample_page_inner p {
  margin-bottom: 18px;
}

.sample_page_inner .sample_content h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}

.sample_page_inner .sample_content p {
  margin-bottom: 0;
}

.sample_image_info {
  padding: 30px 0px 75px;
}

.sample_content_colum {
  padding: 50px 0px;
}

.sample_content_colum .sampler_content_item h5 {
  font-size: 18px;
  color: #57B755;
  margin-bottom: 11px;
}

.sample_content_colum .sampler_content_item h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.sample_content_colum .sampler_content_item p {
  margin-bottom: 0;
}

.sample_image_info .sample_image {
  border-radius: 5px;
  box-shadow: 0px 40px 25px 0px rgba(0, 0, 0, 0.05);
}

.sample_image_info .sample_image img {
  max-width: 100%;
}

.sample_image_info .home_option {
  margin-top: 0;
  padding-right: 15px;
}

.sample_image_info .home_option .media + .media {
  margin-top: 60px;
}

/* End sample page area css
  ============================================================================================ */
/* Start search page area css
  ============================================================================================ */
.search_page_area {
  padding: 60px 0px 90px;
}

.search_inner {
  padding-left: 30px;
}

.search_item img {
  border-radius: 10px;
  margin-left: 30px;
}

.search_item .media-body {
  padding-top: 10px;
}

.search_item .media-body h3 {
  font-size: 24px;
  color: #58547e;
  margin-bottom: 15px;
  transition: color 0.2s linear;
}

.search_item .media-body h3:hover {
  color: #57B755;
}

.search_item .media-body p {
  margin-bottom: 8px;
  text-align: justify;
}

.search_item .media-body .text_btn {
  transition: color 0.2s linear;
}

.search_item .media-body .text_btn:hover {
  color: #58547e;
}

.search_item + .search_item {
  margin-top: 50px;
}

/* End search page area css
  ============================================================================================ */
/* Start search found area css
  ============================================================================================ */
.search_found_area {
  background: #f5f5f9;
  height: 100vh;
  position: relative;
  min-height: 660px;
  z-index: 1;
}

.search_found_area .overlay_bg {
  background: url("../images/search_map.png") no-repeat scroll center left/cover;
}

.search_found_area .section_vertical_align {
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}

.search_found_area .footer_copyright {
  padding-top: 190px;
  padding-bottom: 0px;
  background: transparent;
}

.search_found_text {
  max-width: 575px;
  margin: 0 auto;
}

.search_found_text .icon {
  font-size: 98px;
  color: #58547e;
  margin-bottom: 12px;
  display: inline-block;
}

.search_found_text h2 {
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 20px;
}

.search_found_text p {
  font-size: 16px;
  line-height: 30px;
}

.search_found_text p a {
  color: #57B755;
  position: relative;
  font-weight: 700;
}

.search_found_text p a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #57B755;
}

.search_found_text .search-form {
  padding-top: 40px;
}

.search_found_text .search-form .form-control {
  background: transparent;
  border-radius: 0px;
  padding: 15px;
  border: 0px;
  border-bottom: 2px solid #58547e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  box-shadow: none;
}

.search_found_text .search-form .form-control.placeholder {
  color: #58547e;
}

.search_found_text .search-form .form-control:-moz-placeholder {
  color: #58547e;
}

.search_found_text .search-form .form-control::-moz-placeholder {
  color: #58547e;
}

.search_found_text .search-form .form-control::-webkit-input-placeholder {
  color: #58547e;
}

.search_found_text .search-form button {
  font-size: 24px;
  background: transparent;
  border: 0px;
  padding: 0px;
  position: absolute;
  left: 7px;
}

/* End search found area css
  ============================================================================================ */
/* Start typrography page css
  ============================================================================================ */
.typrography_page {
  padding: 55px 0px 125px;
  color: #133F8E;
}

.typrography_page p {
  color: #898D89;
  font-size: 15px;
}
.typrography_heading_style h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.typrography_heading_style h2 {
  font-size: 36px;
  margin-bottom: 18px;
}

.typrography_heading_style h3 {
  font-size: 30px;
  margin-bottom: 18px;
}

.typrography_heading_style h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.typrography_heading_style h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.typrography_heading_style h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.typrography_heading_style + .typrography_heading_style {
  margin-top: 16px;
}

.typrography_heading_style_two .typrography_heading_style + .typrography_heading_style {
  margin-top: 38px;
}

.typrography_list_item {
  margin-top: 70px;
}

.typrography_list_item h5 {
  font-size: 18px;
  margin-bottom: 25px;
}

.list_style_common {
  padding-right: 0;
  list-style: none;
}

.list_style_common li {
  position: relative;
  padding-right: 18px;
}

.list_style_common li:before {
  position: absolute;
  top: 1px;
  color: #58547e;
  right: 0;
}

.list_style_common li a {
  font-size: 14px;
  color: #586479;
  line-height: 30px;
  transition: all 0.2s linear;
}

.list_style_common li a:hover {
  color: #57B755;
}

.unorder_list li {
  position: relative;
  padding-right: 18px;
}

.unorder_list li:before {
  content: "•";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.order_list li {
  counter-increment: step-counter;
  padding-right: 21px;
}

.order_list li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
}

.arrow_list li {
  padding-right: 28px;
}

.arrow_list li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free" !important;
  color: #707070;
  font-size: 14px;
}
.arrow_list li:hover:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free" !important;
  color: #133F8E;
  font-weight: 900;
}



.check_list {
  margin-bottom: 40px;
}

.check_list li {
  padding-right: 28px;
  font-size: 16px;
}
.check_list li a {
  font-size: 16px;
  font-weight: 700;
  color: #7a7a7a;
}


.check_list li:before {
  content: "";
  background: url(../images/check.svg) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 4px;
}
.check_list li:hover:before {
  content: "";
}


.cross_list li {
  padding-right: 28px;
}

.cross_list li:before {
  content: "\ec35";
  font-family: "Linearicons" !important;
  color: #e90842;
  font-size: 16px;
}

blockquote {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  line-height: 60px;
  color: #57537d;
  font-weight: 300;
  padding: 65px 100px 70px;
}

.impact_item {
  margin-top: 30px;
}

.impact_item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #57B755;
}

.impact_item h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.impact_item_two h5 {
  font-size: 24px;
}

.impact_item_two h2 {
  font-size: 48px;
}

.dropcap_inner {
  margin-top: 80px;
}

.dropcap_item span {
  float: right;
  font: 900 48px/50px "Roboto Slab", serif;
  display: block;
  margin-left: 10px;
}

.dropcap_item span:before {
  content: "D";
  color: #f2f1f8;
  font: 700 144px/80px "Roboto Slab", serif;
  position: absolute;
  top: 8px;
  right: -15px;
  z-index: -1;
}

.dropcap_item span.style_italic {
  font-style: italic;
  color: #57B755;
  font-weight: 600;
  margin-left: 15px;
}

.dropcap_item span.style_italic:before {
  color: #dafffc;
  font-style: italic;
}

/* End typrography page css
  ============================================================================================ */
/* Start check_box_two css
  ============================================================================================ */
.check_box_two {
  background: #f5f5f9;
}

.check_box_two .check_now_box {
  margin-top: 0;
}

/* End check_box_two css
  ============================================================================================ */
/* Start error_area css
  ============================================================================================ */
.error_area {
  padding-top: 200px;
  padding-bottom: 170px;
  background: #f5f5f9;
  position: relative;
  z-index: 1;
}

.error_area .overlay_bg {
  background: url("../images/error_bg.png") no-repeat scroll center 0/cover;
}

.error_text {
  font-size: 165px;
  color: #d22e6a;
  font-weight: 700;
  margin-bottom: 35px;
}

.error_text img {
  vertical-align: text-top;
  animation: rotate 4s linear infinite;
}

/* End error_area css
  ============================================================================================ */
/* Start coming_soon_area css
  ============================================================================================ */
.coming_soon_area {
  background: #58547e;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 700px;
}

.coming_soon_area .overlay_bg {
  background-size: cover !important;
}

.coming_soon_content {
  max-width: 590px;
  margin: 0 auto;
}

.coming_soon_content .clock {
  padding-top: 10vh;
  margin-bottom: 48px;
}

.coming_soon_content .clock .timer {
  display: inline-block;
  width: calc(100% / 4);
  padding: 0px 15px;
  text-align: center;
}

.coming_soon_content .clock .timer span {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px #33304e;
  padding: 30px 0px;
  font-size: 60px;
  font-weight: 700;
  color: #58547e;
  display: block;
}

.coming_soon_content .clock .timer .smalltext {
  font-size: 16px;
  color: #c4c0e4;
  padding-top: 6px;
}

.coming_soon_content h6 {
  font-size: 16px;
  color: #57B755;
  font-weight: 600;
}

.coming_soon_content h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.coming_soon_content p {
  font-size: 16px;
  line-height: 30px;
  color: #c4c0e4;
  margin-bottom: 7vh;
}

.coming_soon_content h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 32px;
}

.coming_soon_content .mail_box {
  padding-right: 0;
  max-width: 350px;
  margin: 0 auto;
}

.coming_soon_content .mail_box .input-group input {
  font-size: 16px;
  padding-bottom: 0;
  padding-right: 12px;
  height: 50px;
  line-height: 29px;
}

.coming_soon_content .mail_box .input-group input.placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group input:-moz-placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group input::-moz-placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group input::-webkit-input-placeholder {
  font-size: 16px;
}

.coming_soon_content .mail_box .input-group button {
  font-size: 24px;
  color: #57B755;
  top: 10px;
  left: 10px;
}

.footer_copyright.coming_soon_footer {
  background: transparent;
  padding-bottom: 0;
  padding-top: 7vh;
}

.footer_copyright.coming_soon_footer p:before {
  display: none;
}

.footer_copyright.coming_soon_footer .nav li a,
.footer_copyright.coming_soon_footer p,
.footer_copyright.coming_soon_footer h6 {
  color: #c4c0e4;
}

.footer_copyright.coming_soon_footer .nav li a span,
.footer_copyright.coming_soon_footer p span,
.footer_copyright.coming_soon_footer h6 span {
  color: #fff;
}

.footer_copyright.coming_soon_footer .nav {
  display: block;
  padding-bottom: 8px;
}

.footer_copyright.coming_soon_footer .nav li {
  margin-left: 20px;
}

.footer_copyright.coming_soon_footer .nav li a {
  font-size: 21px;
}

/* End coming_soon_area css
  ============================================================================================ */
/* Start maintenece_area css
  ============================================================================================ */
.maintenece_area {
  background: #272632;
}

.maintenece_area .coming_soon_content {
  max-width: 100%;
  padding-top: 70px;
}

.maintenece_area .coming_soon_content h2 {
  margin-bottom: 10px;
}

.maintenece_area .coming_soon_content p {
  color: #8f8da9;
  margin-bottom: 40px;
}

.maintenece_area .coming_soon_content .mail_box {
  margin-right: 0;
}

.maintenece_area .coming_soon_content .maintence_img {
  text-align: left;
  margin-top: -90px;
}

.maintenece_area .coming_soon_content .coming_soon_footer {
  padding-top: 12vh;
}

.maintenece_area .coming_soon_content .coming_soon_footer p {
  margin-left: 0;
  margin-bottom: 0;
}

/* End maintenece_area css
  ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* start faq_area css
  ============================================================================================ */
.about_faq_area {
  padding-top: 115px;
}

.faq_inner .accordion .card {
  margin-bottom: 10px;
}

.faq_inner .accordion .card:last-child {
  margin-bottom: 0;
}

.faq_inner .accordion .card .card-header {
  border: 0px;
  margin-bottom: 0;
}

.faq_inner .accordion .card .card-header button {
  font-size: 16px;
  line-height: 27px;
  padding: 16px 20px;
}

.faq_inner .accordion .card .card-body {
  padding-right: 20px;
  padding-bottom: 26px;
}

.faq_inner .accordion .card .card-body .faq_content {
  padding-top: 15px;
  padding-left: 0;
}

.faq_inner .accordion .card .card-body .faq_content .text_btn {
  margin-top: 20px;
  display: inline-block;
}

.faq_inner .accordion .card .card-body p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.faq_area {
  padding-top: 70px;
  padding-bottom: 80px;
}

/* End faq_area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Doctors Area css
============================================================================================ */
.articles_area {
  padding-top: 80px;
}

.articles_area .articles_inner {
  margin-bottom: -30px;
}

.articles_item {
  border-radius: 25px;
  box-shadow: 0px 2px 7px 0px rgba(92, 91, 102, 0.15);
  margin-bottom: 30px;
  position: relative;
}
.articles_item .article_tag {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: -10px;
  padding: 4px 25px 4px 15px;
  position: absolute;
  top: 35px;
  width: auto;
  background-color: #133F8E;
  text-align: center;
  z-index: 9;
  border-radius: 0 30px 30px 0;
}
.articles_item .article_tag:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #133F8E;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
.articles_item .article_tag:before {
  content: "";
  position: absolute;
  color: #fff;
  left: 0;
  top: -6px;
  transform: rotate(-45deg);
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0C2450;
  z-index: -1;
}
.articles_item .articles_img {
  background: #ebebf3;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 25px 25px 0 0;
}

.articles_item .articles_img img {
  transition: all 300ms ease;
  align-self: flex-end;
  max-width: 100% !important;
  margin: 0 !important;
}

.articles_item .articles_text {
  padding: 30px 30px 30px 30px;
}

.articles_item .articles_text h6 {
  color: #57B755;
  font: 700 14px "Almarai", sans-serif;
}

.articles_item .articles_text h3 {
  font: 700 18px "Almarai", sans-serif;
  margin-bottom: 14px;
}

.articles_item .articles_text p {
  font: 400 14px/28px "Almarai", sans-serif;
  margin-bottom: 18px;
}

.articles_item .articles_text .nav li {
  margin-left: 16px;
}

.articles_item .articles_text .nav li:last-child {
  margin-left: 0px;
}

.articles_item .articles_text .nav li a {
  color: #58547e;
  font-size: 18px;
  transition: all 300ms linear 0s;
}

.articles_item .articles_text .nav li a:hover {
  color: #57B755;
}

.articles_item:hover .articles_img img {
  transform: scale(1.1);
}

/* End Doctors Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* mohkm Widgets Area css
============================================================================================ */
.world_wide_tracker.tracker_page {
  padding-top: 80px;
  padding-bottom: 0px;
}

.world_wide_tracker.tracker_page .tracker_text {
  padding-top: 0px;
}

.world_wide_tracker.tracker_page .container {
  padding-bottom: 65px;
}

.confirm_boxes {
  margin-top: 35px;
  margin-bottom: 55px;
}

.confirm_boxes .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.confirm_boxes .confirm_item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
  padding-top: 20px;
  padding-bottom: 20px;
}

.confirm_boxes .confirm_item i {
  font-size: 36px;
}

.confirm_boxes .confirm_item img {
  max-height: 77px;
}

.confirm_boxes .confirm_item h3 {
  font: 700 18px "Almarai", sans-serif;
  margin-top: 12px;
  margin-bottom: 15px;
  color: #133F8E;
  min-height: 60px;
}

.confirm_boxes .confirm_item p {
  font: 400 13px "Almarai", sans-serif;
  margin-bottom: 0px;
  color: #898D89;
  padding: 0 25px;
  line-height: 24px;
}

.total_cases_chart {
  padding-top: 60px;
}

.total_cases_chart .total_cases_inner {
  padding-right: 15px;
}

.total_cases_chart .total_cases_inner iframe {
  width: 100%;
  height: 480px;
}

.mohkm_map iframe {
  width: 100%;
  height: 765px;
  border: none;
  margin-bottom: -8px;
  pointer-events: none;
}

.mohkm_map iframe.clicked {
  pointer-events: auto;
}

/* End mohkm Widgets Area css
============================================================================================ */
/* DataTable Area css
============================================================================================ */
.data_table_area {
  padding-top: 30px;
  padding-bottom: 120px;
}

.data_table_area .dataTables_wrapper .dataTables_length {
  float: left;
  margin-top: 14px;
}

.data_table_area .dataTables_wrapper .dataTables_length label {
  font: 800 16px "Almarai", sans-serif;
  color: #58547e;
  margin-bottom: 0px;
}

.data_table_area .dataTables_wrapper .dataTables_length label select {
  border: none;
  padding: 0px 20px;
  width: 80px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: none;
  outline: none;
}

.data_table_area .dataTables_wrapper .dataTables_filter {
  display: inline-block;
  margin-bottom: 25px;
}

.data_table_area .dataTables_wrapper .dataTables_filter label {
  margin-bottom: 0px;
  position: relative;
}

.data_table_area .dataTables_wrapper .dataTables_filter label:before {
  content: "\ec7c";
  font-family: "Linearicons" !important;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #58547e;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input {
  border: none;
  border-bottom: 2px solid #58547e;
  box-shadow: none;
  width: 250px;
  padding: 0px 20px 0px 10px;
  font: 800 16px "Almarai", sans-serif;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input.placeholder {
  font: 800 16px "Almarai", sans-serif;
  color: #58547e;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input:-moz-placeholder {
  font: 800 16px "Almarai", sans-serif;
  color: #58547e;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input::-moz-placeholder {
  font: 800 16px "Almarai", sans-serif;
  color: #58547e;
}

.data_table_area .dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder {
  font: 800 16px "Almarai", sans-serif;
  color: #58547e;
}

.data_table_area .dataTables_wrapper .table {
  width: 100% !important;
}

.data_table_area .dataTables_wrapper .table th {
  padding: 0px;
}

.data_table_area .dataTables_wrapper .table thead tr {
  background: #32323a;
}

.data_table_area .dataTables_wrapper .table thead tr th {
  padding-right: 18px;
  padding-left: 18px;
  color: #fff;
  height: 53px;
  font: 700 14px "Almarai", sans-serif;
  border: 1px solid #d6d9e2;
  border-left: 1px solid #5b5b69;
  vertical-align: middle;
  position: relative;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.data_table_area .dataTables_wrapper .table thead tr th:first-child {
  width: 50px !important;
}

.data_table_area .dataTables_wrapper .table thead tr th:before {
  content: "\ec42";
  font-family: "Linearicons" !important;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #797983;
}

.data_table_area .dataTables_wrapper .table tbody tr {
  background: transparent !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td {
  text-align: left;
  vertical-align: middle;
  font: 700 14px "Almarai", sans-serif;
  border: 1px solid #d6d9e2;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-primary {
  color: #58547e !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-danger {
  color: #58547e !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-success {
  color: #58547e !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td .text-warning {
  color: #58547e !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(1) {
  text-align: center;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(2) {
  text-align: center;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(3) {
  text-align: right;
  font: 700 16px "Almarai", sans-serif;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(3) span {
  color: #57B755;
  text-decoration: underline;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(5) {
  background: #ffde90;
  font: 700 14px "Almarai", sans-serif;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(5) .text-primary {
  color: #000 !important;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(7) {
  background: #01cfbd;
  font: 700 14px "Almarai", sans-serif;
}

.data_table_area .dataTables_wrapper .table tbody tr td:nth-child(7) .text-danger {
  color: #fff !important;
}

.data_table_area .dataTables_wrapper .dataTables_info {
  display: inline-block;
  font: 700 14px "Almarai", sans-serif;
  color: #58547e;
}

.data_table_area .dataTables_wrapper .dataTables_paginate {
  float: left;
  overflow: hidden;
}

.data_table_area .dataTables_wrapper .dataTables_paginate .paginate_button {
  font: 700 14px "Almarai", sans-serif;
  color: #58547e;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.02);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.data_table_area .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .data_table_area .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background: transparent;
  width: auto;
  height: auto;
}

/* End DataTable Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Search Popup Area css
============================================================================================ */
.search_modal {
  background: rgba(0, 0, 0, 0.9);
}

.search_modal .close {
  opacity: 1;
  margin-top: 30px;
  margin-left: 76px;
}

.search_modal .close img {
  transition: all 300ms linear 0s;
}

.search_modal .close:hover {
  opacity: 1 !important;
}

.search_modal .close:hover img {
  transform: rotate(180deg);
}

.search_modal .modal-dialog {
  max-width: 585px;
  margin-top: 200px;
}

.search_modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.search_modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group {
  display: block;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0px 10px;
  height: 52px;
  width: 100%;
  font: 700 24px/52px "Almarai", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input.placeholder {
  font: 700 24px/52px "Almarai", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input:-moz-placeholder {
  font: 700 24px/52px "Almarai", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input::-moz-placeholder {
  font: 700 24px/52px "Almarai", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group input::-webkit-input-placeholder {
  font: 700 24px/52px "Almarai", sans-serif;
  color: #fff;
}

.search_modal .modal-dialog .modal-content .modal-body .input-group button {
  border: none;
  padding: 0px;
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 24px;
  color: #fff;
  z-index: 5;
  background: transparent !important;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}

/* End Search Popup Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Key Frame Animation Area css
============================================================================================ */
@keyframes mohkmmove {
  0% {
    transform: translateY(0px) rotate(180deg);
  }
  25% {
    transform: translateY(-50px) translateX(-10px);
  }
  50% {
    transform: translateY(-50px) translateX(-10px) rotate(-45deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* End Key Frame Animation Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Preloader Area css
============================================================================================ */
.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  z-index: 999;
  text-align: center;
  display: flex;
  width: 100%;
  transition: all 300ms linear 0s;
}

.preloader .loader-counter {
  width: 100%;
  align-self: center;
}

.preloader .loader_bg {
  background: #d4d4e1;
  height: 10px;
}

.preloader .loader_bg .loader {
  background: #57B755;
  height: 10px;
  width: 0px;
}

.preloader.pageisloaded {
  opacity: 0;
  visibility: hidden;
}

/* End Preloader Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area.prevention_box .check_now_area.check_now_box {
  margin-bottom: -118px;
  position: relative;
}

.footer_area.prevention_box .footer_widgets_area {
  padding-top: 215px;
}

.footer_widgets_area {
  padding-bottom: 30px;
  padding-top: 65px;
}

.f_widget_bg {
  padding-top: 155px;
}

.footer_widgets_area {
  background: transparent;
}

.f_title {
  margin-bottom: 30px;
}

.f_title h3 {
  font: 800 16px "Almarai", sans-serif;
  margin-bottom: 0px;
  color: #303030;
}

.contact_widget .ct_wd_text .media {
  margin-bottom: 15px;
}

.contact_widget .ct_wd_text .media:last-child {
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media .d-flex {
  padding-left: 11px;
}

.contact_widget .ct_wd_text .media .d-flex i {
  margin-top: 3px;
}

.contact_widget .ct_wd_text .media .media-body h5 {
  font: 700 16px "Almarai", sans-serif;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #7B7B7B;
}

.contact_widget .ct_wd_text .media .media-body h4 {
  color: #57B755;
  font: 700 16px "Almarai", sans-serif;
  margin-bottom: 10px;
}

.contact_widget .ct_wd_text .media .media-body p {
  font: 700 14px/26px "Almarai", sans-serif;
  color: #7B7B7B;
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media .media-body h6 {
  font: 700 14px/26px "Almarai", sans-serif;
  color: #7B7B7B;
  margin-bottom: 0px;
}

.contact_widget .ct_wd_text .media .media-body h6 span {
  color: #57B755;
  font: 700 14px "Almarai", sans-serif;
}

.contact_widget .ct_wd_text .media:nth-child(2) .d-flex i {
  margin-top: 7px;
}

.list_widget .nav {
  margin-top: -5px;
  padding: 0;
}

.list_widget .nav li {
  margin-bottom: 0px;
}

.list_widget .nav li a {
  font: 700 13px "Almarai", sans-serif;
  color: #898989;
  transition: all 300ms linear 0s;
  position: relative;
}

.list_widget .nav li a i {
  padding-left: 10px;
  position: relative;
  top: 2px;
  color: #57B755;
  right: 0px;
  transition: all 300ms linear 0s;
  z-index: 1;
}

.list_widget .nav li a:hover {
  color: #57B755;
}
.list_widget .nav li a:hover:before {
  content: "";
  position: absolute;
  right: -15px;
  left: -15px;
  background: #E9F7E9;
    border-radius: 15px;
    height: 30px;
    z-index: -1;
}

.list_widget .nav li a:hover i {
  right: 4px;
}

.list_widget .nav li:last-child {
  margin-bottom: 0px;
}

.about_widget p {
  font: 700 14px/26px "Almarai", sans-serif;
  color: #8d8aa8;
  margin-bottom: 30px;
  margin-top: -4px;
}

.about_widget .nav li {
  margin-left: 17px;
}

.about_widget .nav li:last-child {
  margin-left: 0px;
}

.about_widget .nav li a {
  color: #8d8aa8;
  font-size: 21px;
  transition: all 300ms linear 0s;
}

.about_widget .nav li a:hover {
  color: #57B755;
}

.footer_copyright {
  background: #F7F7F7;
  text-align: center;
  padding: 25px 0px 25px 0px;
}

.footer_copyright img {
  display: block;
  margin: 0px auto 16px;
}

.footer_copyright p {
  font: 700 13px "Almarai", sans-serif;
  color: #7B7B7B;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  margin-bottom: 0px;
  line-height: 30px;
}

.footer_copyright p:before {
  content: "|";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d8aa8;
  display: none;
}

.footer_copyright .nav {
  display: inline-block;
}

.footer_copyright .nav li {
  display: inline-block;
  margin-left: 13px;
}

.footer_copyright .nav li:last-child {
  margin-left: 0px;
}

.footer_copyright .nav li a {
  color: #7B7B7B;
  font: 700 13px "Almarai", sans-serif;
  transition: all 300ms linear 0s;
}

.footer_copyright .nav li a:hover {
  color: #57B755;
}


.footer_copyright h6 {
  margin-bottom: 0px;
  font: 700 13px "Almarai", sans-serif;
  color: #8d8aa8;
  margin-top: 15px;
}

.footer_copyright h6 i {
  color: #fa4d6e;
}

.footer_copyright h6 span {
  font-weight: bold;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */





.green-btn {
  background: #E9F7E9;
    border-radius: 15px;
    color: #57B755 !important;
    display: inline-block;
    padding: 5px 15px;
    margin-right: -15px;
}
.check_now_area.check_now_box .left .media .media-body {
  padding-right: 55px;
}
.check_now_area.check_now_box .left .media {
  min-height: 240px;
}


.testimonial_area {
  background: #61BE64;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.testimonial_title {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
.testimonial_slider {
  padding: 15px 50px;
}
.testimonial_slider .item {
  background: #7fca82;
  color: #fff;
  padding: 50px 125px 70px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 15px;
  line-height: 45px;
}
.testimonial_slider .item p {
  margin-bottom: 0;
}
.testimonial_user {
  position: absolute;
  bottom: -50px;
  left: 50px;
}
.testimonial_user h5 {
  background: #5AA35D;
    float: left;
    padding: 11px 25px 14px 55px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 33px;
    margin-left: -30px;
}
.testimonial_user img {
  float: left;
  width: 100px;
  position: relative;
  z-index: 9;
}


.symptoms_area .green-btn {
    background: #E9F7E9;
    border-radius: 20px;
    color: #57B755 !important;
    display: block;
    margin-right: 0;
    font-size: 12px;
    float: left;
    margin-top: 15px;
	font-weight:bold;
}
.symptoms_area .green-btn i {
    margin-right: 5px;
}

.symptoms_area img {
    border-radius: 10px;
}

.title_textgreen {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}
.title_textgreen h2 {
    font-size: 32px;
    color: #081008;
    text-align: center;
    position: relative;
    display: inline-block;
}
.title_textgreen h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 11px;
  background: #84EA82;
  bottom: 7px;
  z-index: -1;
}


.title_textgreen2 h2 {
  font-size: 32px;
  color: #081008;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.title_textgreen2 h2:after {
position: absolute;
content: "";
left: 0;
right: 0;
height: 10px;
background: #61BE64;
bottom: 10px;
z-index: -1;
}

.pt100 {
  padding-top: 100px;
}


.tabs_tracker {
  background: #f2f2f2;
  padding: 55px 0px 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.tabs_tracker .tracker_text h5 {
  color: #515251;
  font-size: 28px;
  text-align: center;
  margin-bottom: 3%;
}

.nav-link {
  display: block;
  padding: 0.2rem 2rem;
  background: #fff;
  border-radius: 25px !important;
  color: #6c6c6c;
  font-size: 13px;
  font-weight: 700;
}
.nav-link:hover {
  color: #133F8E;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #133F8E;
  box-shadow: none;
}
.tabs_tracker .tab-content {
  padding: 50px 0 0 0 ;
}
.tabs_tracker .tab-content .home_ab_img {
  text-align: center;
}
.tabs_tracker .tab-content img {
  max-width: 355px;
  margin: 15px auto 30px auto;
}
.tabs_tracker .tab-content .home_ab_item {
  background: #fff;
  border-radius: 15px;
  box-shadow: none;
  margin-bottom: 30px;
  padding: 70px 75px 110px 75px;
}
.tabs_tracker .tab-content .home_ab_item h4 {
  color: #61BE64;
  font-size: 23px;
  margin-bottom: 20px;
}
.tabs_tracker .tab-content .home_ab_item p {
  color: #898D89;
  font-size: 15px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 0;
}



.textgreen {
  color: #081008;
  position: relative;
  display: table;
  font-weight: 700;
  z-index: 1;
  font-size: 28px;
}
.textgreen:after {
position: absolute;
content: "";
left: 0;
right: 3px;
height: 15px;
background: #84ea82;
bottom: -7px;
z-index: -1;
}

.textgreen.m-auto:after {
  height: 9px;
  background: #84EA82;
  bottom: 1px;
  right: 0;
  }






    .mega {
      width: 20%;
      float: right;
      border-left: 1px solid #EAEAEA;
      padding: 0 20px 0 10px;
    }
    .mega.pb50 {
      padding-bottom: 50px;
    }
    .mega img {
      width: 24px;
      margin-top: 5px;
    }
    .mega .media {
      display: flex  !important;
      background: transparent !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .mega .media .media-body h4 {
      color: #303030;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 0;
    }
    .mega .media .media-body p {
      color: #959595;
      font-size: 12px;
      font-weight: 400;
    }


  @media (min-width: 992px) {
    .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu {
      min-width: 1170px;
      right: -190px !important;
    }
    .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu:before {
      right: 230px;
    }

    .right_burger {
      display: none;
    }
  }
@media (max-width: 992px) {
    .washing_process_area:after {
      top: -100px;
      height: 340px;
    }
    .mega {
      width: 100%;
      float: right;
      border-left: none;
      padding: 0;
    }
    .mega .media .d-flex {
        padding-left: 16px;
    }
    .mega .media .media-body p {
      line-height: 20px;
      margin-bottom: 1.5rem;
    }
}
  
  
  .mCustomScrollBox {
      max-height: none !important;
  }







.overlay {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/video2.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}





.features_page .nav.nav-pills {
  position: relative;
}
.features_page .nav.nav-pills:before {
  position: absolute;
  content: "";
  top: 60px;
  left: -100%;
  right: -100%;
  height: 2px;
  background: url(../images/line.svg) repeat-x center center;
}
.features_page .tracker_text {
  text-align: center;
  padding: 60px 0px;
}

.features_page .tracker_text h5 {
  color: #57B755;
  font: 700 24px "Almarai", sans-serif;
  margin-bottom: 7px;
}

.features_page .tracker_text h2 {
  font: 700 32px "Almarai", sans-serif;
  margin-bottom: 7px;
  color: #133F8E;
}
.features_page .tracker_text p {
  font: 400 20px "Almarai", sans-serif;
  color: #8396B9;
}


.features_page .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(51, 48, 78, 0.15);
}
.features_page .icon img {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
.features_page .nav-link {
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #A7A7A7;
  font-size: 16px;
}
.features_page .nav-pills .nav-link.active,
.features_page .nav-pills .show > .nav-link {
  color: #133F8E;
  background-color: transparent;
  box-shadow: none;
}
.features_page .nav-pills .nav-link:hover .icon,
.features_page .nav-pills .nav-link.active .icon,
.features_page .nav-pills .show > .nav-link .icon {
  border: 2px solid #61BE64;
}

.features_page .tab-content {
  margin-top: 60px;
}
.features_page .tab-content .home_ab_img {
  text-align: center;
}
.features_page .tab-content img {
  max-width: 320px;
}
.features_page .tab-content .home_ab_text {
  max-width: 410px;
  margin-top: 20px;
}
.features_page .tab-content .home_ab_item h4 {
  color: #133F8E;
  font-size: 22px;
  margin-bottom: 20px;
}
.features_page .tab-content .home_ab_item p {
  color: #898D89;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 0;
}


.bg-gray {
  background: #F2F6F8;
  padding: 55px 0px 50px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.bg-blue {
  background: #133F8E;
  padding: 55px 0px 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.features_page.bg-blue .blue_text h2 {
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font: 700 32px "Almarai", sans-serif;
}


.features_page.bg-blue .media-body h2 {
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font: 700 16px "Almarai", sans-serif;
}
.features_page .nav-pills.blue .nav-link.active,
.features_page .nav-pills.blue .show > .nav-link {
  color: #00AFFF;
  background-color: transparent;
  box-shadow: none;
}
.features_page .nav-pills.blue .nav-link:hover .icon,
.features_page .nav-pills.blue .nav-link.active .icon,
.features_page .nav-pills.blue .show > .nav-link .icon {
  border: 2px solid #00AFFF;
}





.withborder.green_btn {
  border: 0px;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 30px;
  float: left;
  background: transparent;
  border: 1px solid #fff;
}
.signup_box .block.green_btn {
  border: 0px;
  font-size: 16px;
  line-height: 48px;
  padding: 0px 30px;
  display: block;
  width: 100%;
  background: #5BBE84;
  text-align: center;
  color: #fff;
}

.withbordericon.green_btn {
  border: 0px;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 15px 0px 10px;
  float: left;
  background: transparent;
  border: 1px solid #fff;
  margin-left: 10px;
}
.signup_wrapper {
  background: #f5f5f5;
  padding: 65px 0 0 0;
  min-height: 100vh;
}
.signup_wrapper.forget_password {
  background: #f5f5f5;
  padding: 105px 0 0 0;
  min-height: 100vh;
}
.signup_wrapper .container {
  max-width: 1140px;
}
.signup-social {
  margin-top: 15px;
}
.signup-social a {
  padding: 7px 12px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  margin: 15px 0;
  background: #F4F4F4;
  color: #515251;
  border-radius: 8px;
}
.signup-social a i {
  font-size: 28px;
  float: left;
  margin-right: 7px;
}
.signup-social a:hover {
  background: #ebebeb;
}

.signup-social .fa-facebook-f {
  color: #133F8E;
}

.signup-social .fa-twitter {
  color: #55ACEE;
}

.signup-social .fa-google {
  color: #dd4b39;
}
.signup-social p {
  color: #133F8E;
  margin-top: 25px;
  font-size: 14px;
}



.terms p {
  color: #515251;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}
.terms a {
  color: #515251;
  margin-top: 0;
  text-decoration: underline;
  margin-bottom: 35px;
  display: inline-block;
  line-height: 24px;
}
.terms a:hover {
  color: #133F8E;
}


.signup_form2 {
  padding: 0 50px;
}
.signup_form2 h3 {
  color: #133F8E;
  text-align: center;
  margin: 45px 0 35px 0;
  font-size: 18px;
}
.signup_form2 .form-control {
  color: #515251;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  height: auto;
}

.signup_form2 input:-moz-placeholder {
  font-family: "Almarai", sans-serif, Linearicons;
  color: #515251;
  line-height: 24px;
  font-size: 14px;
}

.signup_form2 input::-moz-placeholder {
  font-family: "Almarai", sans-serif, Linearicons;
  color: #515251;
  line-height: 24px;
  font-size: 14px;
}

.signup_form2 input::-webkit-input-placeholder {
  font-family: "Almarai", sans-serif, Linearicons;
  color: #515251;
  line-height: 24px;
  font-size: 14px;
}
.form-control:focus {
  color: #133F8E;
  background-color: #fff;
  border-color: #133F8E;
  outline: 0;
  box-shadow: none;
}
.signup_form2 input:focus:-moz-placeholder {
  color: #133F8E;
  font-weight: 700;
}
.signup_form2 input:focus::-moz-placeholder {
  color: #133F8E;
  font-weight: 700;
}
.signup_form2 input:focus::-webkit-input-placeholder {
  color: #133F8E;
  font-weight: 700;
}





.navbar-brand.login {
  margin: -30px auto 30px auto;
  display: block;
  max-width: 150px;
}
.signup_box.login_box .signup_form2 {
  padding-top: 40px;
  padding-bottom: 130px;
}
.signup_box.forget_password_box .signup_form2 {
  padding-top: 100px;
  padding-bottom: 150px;
}
.signup_form2 .checkbox_field a {
  color: #133F8E;
  font-size: 15px;
}
.signup_form2 .checkbox_field a:hover {
  text-decoration: underline;
}








.grid_boxes .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.grid_boxes .grid_item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 7px 0px rgba(92, 91, 102, 0.15);
  padding: 25px 25px 45px 25px;  
}

.grid_boxes .grid_item i {
  font-size: 36px;
}

.grid_boxes .grid_item img {
  max-height: 77px;
}

.grid_boxes .grid_item h3 {
  font: 700 18px "Almarai", sans-serif;
  margin-top: 12px;
  margin-bottom: 15px;
  color: #133F8E;
}

.grid_boxes .grid_item p {
  font: 400 13px "Almarai", sans-serif;
  margin-bottom: 0px;
  color: #898D89;
  line-height: 24px;
}

.green_text {
  color: #57B755 !important;
}





.gree_btn {
  background: #57B755;
  line-height: 34px;
  display: inline-block;
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Almarai", sans-serif;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(89, 226, 72, 0.3);
}
.gree_btn:hover {
  color: #fff;
  background: rgba(87, 183, 85, 0.8);
}
.blu_btn {
  background: #133F8E;
  line-height: 34px;
  display: inline-block;
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Almarai", sans-serif;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(156, 181, 224, 0.8);
}
.whit_btn {
  background: #fff;
  line-height: 34px;
  display: inline-block;
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Almarai", sans-serif;
  border-radius: 25px;
  color: #133F8E;
  box-shadow: 0px 3px 6px 0px rgba(31, 31, 31, 0.2);
}
.white_gray_btn {
  background: #F8F8F8;
  line-height: 34px;
  display: inline-block;
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Almarai", sans-serif;
  border-radius: 25px;
  color: #61BE64;
  box-shadow: 0px 3px 6px 0px rgba(31, 31, 31, 0.1);
}
.white_gray_btn i {
  margin-left: -5px;
  margin-right: 5px;
}

.border_button {
  border: 4px solid #F0F0F0;
  box-shadow: none !important;
}


.large {
  padding: 5px 40px 5px 40px;
  font-size: 16px;
}



.blu_border_btn {
  background: transparent;
  line-height: 34px;
  display: inline-block;
  padding: 0px 25px 0px 25px;
  font-size: 14px;
  font-family: "Almarai", sans-serif;
  border-radius: 10px;
  color: #133F8E;
  border: 1px solid #133F8E;
  font-weight: 700;
}
.gree_border_btn {
  background: transparent;
  line-height: 34px;
  display: inline-block;
  padding: 0px 25px 0px 25px;
  font-size: 14px;
  font-family: "Almarai", sans-serif;
  border-radius: 10px;
  color: #57B755;
  border: 1px solid #57B755;
  font-weight: 700;
}
.gray_border_btn {
  background: transparent;
  line-height: 34px;
  display: inline-block;
  padding: 0px 25px 0px 25px;
  font-size: 14px;
  font-family: "Almarai", sans-serif;
  border-radius: 10px;
  color: #9F9F9F;
  border: 1px solid #9F9F9F;
  font-weight: 700;
}





.block.green_btn {
  border: 0px;
  font-size: 16px;
  line-height: 44px;
  padding: 0px 25px;
  display: block;
  background: #5BBE84;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.block.blue_btn {
  border: 0px;
  font-size: 16px;
  line-height: 44px;
  padding: 0px 25px;
  display: block;
  background: #133F8E;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}




.in_block.green_btn {
  border: 0px;
  font-size: 16px;
  line-height: 44px;
  padding: 0px 25px;
  display: inline-block;
  background: #5BBE84;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.in_block.blue_btn {
  border: 0px;
  font-size: 16px;
  line-height: 44px;
  padding: 0px 25px;
  display: inline-block;
  background: #133F8E;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.in_block.blue2_btn {
  border: 0px;
  font-size: 16px;
  line-height: 44px;
  padding: 0px 25px;
  display: inline-block;
  background: #CEDAE9;
  text-align: center;
  color: #133F8E;
  font-weight: 700;
  border-radius: 5px;
}

.in_block.blue3_btn {
  border: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 44px;
  padding: 0px 25px;
  display: inline-block;
  background: transparent;
  text-align: center;
  color: #133F8E;
  font-weight: 700;
  border-radius: 5px;
}



.article_title {
  font-size: 18px;
  color: #57B755;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 40px;
  line-height: 28px;
}

.article_title img {
  width: 28px;
  float: right;
  margin: 0 0 0 10px !important;
}

.article_tracker {
  background: #fff;
  padding-bottom: 0;
}
.article_tracker .nav.nav-pills {
  padding: 0;
  max-width: 930px;
  margin: 0 auto;
}





.navbar-brand.faq {
  margin: -20px 0 35px 0;
  display: block;
  max-width: 150px;
}



.docs_area {
  padding-top: 70px;
  padding-bottom: 80px;
}
.docs_area .container{
  max-width: 800px;
}
.docs_area .container .main_title h5{
  color: #133F8E;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
.docs_area .container .main_title {
  margin-bottom: 40px;
}




.docs_area .grid_boxes .grid_item h3 {
  font: 900 16px "Almarai", sans-serif;
  margin-top: 35px;
  margin-bottom: 50px;
}
.docs_area .grid_boxes .grid_item i.fa-angle-left {
  font-size: 18px;
  color: #57B755;
  margin-right: 15px;
}
.docs_area .grid_boxes .grid_item{
  border: 3px solid #D8D8D8;
  padding: 45px 15px 20px 15px;
  box-shadow: none;
  display: block;
  margin-bottom: 25px;
}
.docs_area .grid_boxes .grid_item:hover{
  border: 3px solid #57B755;
  box-shadow: none;
}


.docs_area nav.navbar{
  padding: 0;
  margin-top: -15px;
  margin-bottom: 30px;
}
.docs_area .nav.navbar-nav{
  padding: 0;
  flex-direction: row;
  margin-bottom: 15px;
}
.docs_area .nav.navbar-nav li {
  display: inline-block;
  color: #133F8E;
  font-size: 15px;
  margin-right: 10px;

}
.docs_area .nav.navbar-nav li:first-child {
  margin-right: 0;  
  
}

.docs_area .nav.navbar-nav li span {
  color: #B0B3B7;
  text-decoration:underline;
  font-weight: 900;
}


.grid_list p {
  color: #BEBEBE;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 5px;
}
.grid_list h5 {
  color: #133F8E;
  font-size: 17px;
  font-weight: 900;
  line-height: normal;
}



.white_gray2_btn {
  background: #EFEFEF;
  line-height: 34px;
  display: inline-block;
  padding: 5px 40px 5px 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Almarai", sans-serif;
  border-radius: 25px;
  color: #133F8E;
}


.in_block.blue4_btn {
  border: 1px solid #D3D3D3;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 25px;
  display: inline-block;
  background: transparent;
  text-align: center;
  color: #133F8E;
  font-weight: 700;
  border-radius: 30px;
  margin-top: -6px;
}


.in_block.blue4_btn i {
  color: #57B755;
  font-size: 18px;
  margin-right: 10px;
  margin-left: -5px;
  float: left;
  line-height: 40px;
}





.archive_widget .articles_item .articles_text h3 {
  font: 700 14px "Almarai", sans-serif;
}
.archive_widget .articles_item .article_tag {
  font-size: 12px;
}




aside .cross_list li:before {
  content: "\ec3b";
  font-family: "Linearicons" !important;
  color: #57B755;
  font-size: 16px;
  left: 0;
  top: 7px;
  right: auto;
  font-weight: 900;
}
aside .cross_list li {
  padding-right: 0;
  padding-left: 28px;
  margin-bottom: 15px;
}

aside .list_style_common li a {
  font-size: 14px;
  color: #133F8E;
  line-height: 30px;
  transition: all 0.2s linear;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

aside .list_style_common li a:hover {
  color: #57B755;
}
aside .list_style_common li span {
  font-size: 13px;
  color: #A0A0A0;
  line-height: 30px;
  font-weight: 700;
  display: block;
  line-height: 18px;
}
.linknews {
	color:#58547e;
}







.modal-confirm {		
  color: #636363;
  width: 325px;
  text-align: center;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;   
      position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px auto -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px; 
}
.modal-confirm .close {
      position: absolute;
  top: -5px;
  right: -5px;
}	
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}	
.modal-confirm .icon-box {
  color: #fff;		
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #32be77;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
  font-size: 48px;
  position: relative;
  top: 10px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
  .modal-confirm .btn {
      color: #fff;
      border-radius: 4px;
  background: #32be77;
  text-decoration: none;
  transition: all 0.4s;
      line-height: normal;
      border: none;
  }
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #303030;
  outline: none;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}






.modal-failed {		
  color: #636363;
  width: 325px;
  text-align: center;
}
.modal-failed .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-failed .modal-header {
  border-bottom: none;   
      position: relative;
}
.modal-failed h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px auto -15px;
}
.modal-failed .form-control, .modal-failed .btn {
  min-height: 40px;
  border-radius: 3px; 
}
.modal-failed .close {
      position: absolute;
  top: -5px;
  right: -5px;
}	
.modal-failed .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}	
.modal-failed .icon-box {
  color: #fff;		
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #f15e5e;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-failed .icon-box i {
  font-size: 48px;
  position: relative;
  top: 6px;
}
.modal-failed.modal-dialog {
  margin-top: 80px;
}
  .modal-failed .btn {
      color: #fff;
      border-radius: 4px;
  background: #f15e5e;
  text-decoration: none;
  transition: all 0.4s;
      line-height: normal;
      border: none;
  }
.modal-failed .btn:hover, .modal-failed .btn:focus {
  background: #303030;
  outline: none;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}


.docs_area.prices {
  padding-bottom: 30px;
}

.pricer  {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 50px 0;
  float: right;
  width: 100%;
}
.pricer p {
  height: 120px;
  background: #f1f1f1;
  border-radius: 65px;
  font-size: 32px;
  color: #2a2a2a;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 0 60px;
  float: right;
  width: calc( 100% - 150px);
  text-align: right;
}
.pricer p span {
  font-size: 60px;
  font-weight: 700;
  float: right;
}

@media (min-width: 775px) {
  .pricer p span {
	font-size: 70px;
	letter-spacing: -8px;
}
}

.pricer a {
  background: #61be65;
  width: 220px;
  height: 70px;
  display: block;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  border: 10px solid #fff;
  border-radius: 50px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -35px;
  position: absolute;
}
.pricer a:hover {
  background: #37ad3c;
}

.fetmarg li {
  margin-bottom:5px;
}

.helphead {
	color:#151515;
	font-weight:bold;
	margin-bottom:15px;
}

@media (max-width: 775px) {
 .helphead {
	margin-top:30px;
}
}

.mgv0 {
	margin-bottom:10px;
	margin-top:5px;
}



.feature2_tracker {
  padding: 80px 0 0 0;
  position: relative;
}
.feature2_tracker:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: -380px;
  background: url(../images/bg3.svg) no-repeat scroll left bottom;
  background-size: contain;
  z-index: -1;
}
.feature2_tracker .row + .row {
  margin-top: 80px;
}
.feature2_tracker .row:nth-child(2) {
  flex-direction: row-reverse;
}
.feature2_tracker .home_ab_item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(51, 48, 78, 0.15);
  margin-bottom: 30px;
  padding: 70px 75px 110px 75px;
}
.feature2_tracker .home_ab_item h4 {
  color: #61BE64;
  margin-bottom: 20px;
}
.feature2_tracker .home_ab_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.feature2_tracker .home_ab_img img {
  max-width: 320px;
  margin: 15px auto 15px auto;
}



.faq_breadcrumb_area.changelog {
  background: url(../images/Changelog-bg.jpg) no-repeat center center;
  padding: 45px 0px 70px;
}
.docs_area.changelog {
  padding-top: 50px;
  padding-bottom: 80px;
}
.changelog .grid_list h6 {
  color: #bdbdbd;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}
.changelog .check_list {
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
.changelog .check_list li:before {
  content: "";
  background: url(../images/mohkam.png) no-repeat center center;
  background-size: auto;
  width: 39px;
  height: 22px;
  top: 18px;
  left: 15px;
  right: auto;
}
.changelog .check_list li {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding:  14px 14px 14px 60px;
  color: #272727;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.changelog .check_list li:hover {
  background: #f4f4f4;
}
.changelog .check_list li span {
  color: #fff;
  min-width: 80px;
  height: 28px;
  padding: 0 20px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  font-weight: 400;
}
.changelog .check_list li span.green-color {
  background-color: #57b755;
}
.changelog .check_list li span.red-color {
  background-color: #c8353c;
}
.changelog .check_list li span.gray-color {
  background-color: #808080;
}
.changelog .check_list li span.yellow-color {
  background-color: #f6c344;
}






.feature3_tracker {
  padding: 80px 0 0 0;
  position: relative;
}
.feature3_tracker:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: -380px;
  background: url(../images/bg3.svg) no-repeat scroll left bottom;
  background-size: contain;
  z-index: -1;
}
.feature3_tracker .row + .row {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px dashed #ececec;
}
.feature3_tracker .home_ab_text,
.feature3_tracker .home_ab_text_inner {
  height: 100%;
}
.feature3_tracker .home_ab_item {
  margin-bottom: 15px;
  padding: 0 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.feature3_tracker .home_ab_item h4 {
  color: #133F8E;
  margin-bottom: 20px;
}
.feature3_tracker .home_ab_img {
  text-align: center;
}

.feature3_tracker .home_ab_img img {
  max-width: 480px;
  margin: 15px auto 15px auto;
}
.feature3_tracker ul li {
  width: 50%;
  padding-left: 30px;
  float: right;
  margin-bottom: 15px;
}

.feature3_tracker .check_list li:before {
  content: "\ec59";
  font-family: "Linearicons" !important;
  color: #57B755;
  font-size: 20px;
  background: none;
  top: -1px;
}
.feature3_tracker h4 {
  color: #57B755;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}



.bg-none {
  background: none;
}
.feature4_tracker.home_about_mohkm {
  padding-bottom: 0;
}
.feature4_tracker .home_ab_img {
  box-shadow: none;
  margin-bottom: 0;
}
.feature4_tracker .home_ab_img img {
  max-width: 480px;
}


.home_about_mohkm .flex-row-reverse .home_ab_text:before {
  left: 0;
  right: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.feature4_tracker.symptoms_area {
  background: url(../images/symptoms-user/symptoms-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.feature4_tracker.symptoms_area .title_text {
  margin-top: -130px;
}
.feature4_tracker .symptoms_inner_two .col-lg-6:first-child .symptoms_item {
  margin-top: 50px;
}

.feature4_tracker .symptoms_inner_two .col-lg-6:last-child .symptoms_item {
  margin-top: -50px;
}

.feature4_tracker .symptoms_inner_two .col-lg-6:nth-child(2) .symptoms_item {
  margin-top: 0;
}

.feature4_tracker .symptoms_inner_two .col-lg-6:nth-child(3) .symptoms_item {
  margin-top: 0;
}
.feature4_tracker .round_icon img {
  max-width: 250px;
}
.feature4_tracker .about_features_item .round_icon:before {
  display: none;
}
.feature4_tracker.check_now_area.check_now_box {
  padding-top: 35px;
  padding-bottom: 35px;
}
.feature4_tracker.app_area {
  background: url(../images/feature4.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
  text-align: right;
}
.feature4_tracker.app_area .app_text p {
  color: #fff;
  font: 400 18px/30px "Almarai", sans-serif;
}
.feature4_tracker .isolation_item .isolation_person_img {
  width: 80px;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  margin-left: 20px;
}




.feature5_tracker {
  background: none;
  padding-bottom: 0;
  text-align: right;
}
.feature5_tracker .feature_ab_img img {
  width: 100%;
}
.feature5_tracker .feature_text h2 {
  color: #fff;
  margin-bottom: 12px;
  font: 700 36px "Almarai", sans-serif;
  max-width: 750px;
  margin-bottom: 20px;
}
.feature5_tracker .feature_text h2 span {
  color: #57B755;
}
.feature5_tracker .feature_text p {
  color: #58547e;
  font: 400 16px/30px "Almarai", sans-serif;
}
.feature5_tracker .feature_text h6 {
  color: #57B755;
  font: 700 18px "Almarai", sans-serif;
  margin-bottom: 4px;
}
.feature5_tracker .feature_text h4 {
  color: #58547e;
  font: 700 30px "Almarai", sans-serif;
  margin-bottom: 3px;
}
.feature5_tracker .row:nth-child(2n) {
  background: none;
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.feature5_tracker .row:nth-child(2n) .feature_text:before {
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  right: -50px;
  z-index: 1;
  background: #f5f5f9;
  position: absolute;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
}
.feature5_tracker .row {
  flex-direction: row-reverse;
  background: #ececec;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.feature5_tracker .row:nth-child(3) {
  background: #333333;
}
.feature5_tracker .row:nth-child(5) {
  background: #61be64;
}
.feature5_tracker .feature_text {
  height: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature5_tracker .feature_ab_img {
  height: 100%;
  max-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.feature5_tracker .row:nth-child(1) .feature_text h2,
.feature5_tracker .row:nth-child(1) .feature_text p,
.feature5_tracker .row:nth-child(7) .feature_text h2,
.feature5_tracker .row:nth-child(7) .feature_text p {
  color: #333;
}
.feature5_tracker .row:nth-child(3) .feature_text h2,
.feature5_tracker .row:nth-child(3) .feature_text p {
  color: #fff;
}
.feature5_tracker .row:nth-child(5) .feature_text h2,
.feature5_tracker .row:nth-child(5) .feature_text p {
  color: #fff;
}
.feature5_tracker .row:nth-child(5) .feature_text h2 span {
  color: #333333;
}


.feature5_tracker .row:nth-child(1):before,
.feature5_tracker .row:nth-child(7):before {
  background: #ececec;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
}
.feature5_tracker .row:nth-child(3):before {
  background: #333333;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
}
.feature5_tracker .row:nth-child(5):before {
  background: #61be64;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
}











.inners {
  background: none;
  padding: 50px 0 0 0;
  text-align: right;
}
.inners .inner_ab_img {
  height: 100%;
  max-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 25px 0 25px 0;
}
.inners .inner_ab_img img {
  width: 100%;
}
.inners .inner_text {
  height: 100%;
  padding: 25px 0 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inners .inner_text h2 {
  color: #333;
  margin-bottom: 12px;
  font: 700 36px "Almarai", sans-serif;
  max-width: 750px;
  margin-bottom: 20px;
}
.inners .inner_text h2 span {
  color: #57B755;
}
.inners .inner_text p {
  color: #58547e;
  font: 400 16px/30px "Almarai", sans-serif;
}
.inners .inner_text h6 {
  color: #57B755;
  font: 700 18px "Almarai", sans-serif;
  margin-bottom: 4px;
}
.inners .inner_text h4 {
  color: #58547e;
  font: 700 30px "Almarai", sans-serif;
  margin-bottom: 3px;
}



.symptoms_area .articles_text .linknews{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.symptoms_area img {
  border-radius: 0;
}
.symptoms_area .articles_text {
  display: flex;
  flex-direction: column; 
}
.symptoms_area .green-btn {
  float: none;
  margin-top: 0;
  width: max-content;
  align-self: flex-end;
}
.symptoms_area .articles_item {
  max-width: none;
  background:#fff;
}






.breadcrumb_area.B1 {
  position: relative;
  background: url(../images/B1.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B2 {
  position: relative;
  background: url(../images/B2.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B3 {
  position: relative;
  background: url(../images/B3.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B4 {
  position: relative;
  background: url(../images/B4.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B5 {
  position: relative;
  background: url(../images/B5.jpg) no-repeat left center #133F8E;
  background-size: contain;
}

.breadcrumb_area.B6 {
  position: relative;
  background: url(../images/B6.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B7 {
  position: relative;
  background: url(../images/B7.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B8 {
  position: relative;
  background: url(../images/B8.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B9 {
  position: relative;
  background: url(../images/B9.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.B10 {
  position: relative;
  background: url(../images/B10.jpg) no-repeat left center #133F8E;
  background-size: contain;
}






.breadcrumb_area.S1 {
  position: relative;
  background: url(../images/S1.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S2 {
  position: relative;
  background: url(../images/S2.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S3 {
  position: relative;
  background: url(../images/S3.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S4 {
  position: relative;
  background: url(../images/S4.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S5 {
  position: relative;
  background: url(../images/S5.jpg) no-repeat left center #133F8E;
  background-size: contain;
}

.breadcrumb_area.S6 {
  position: relative;
  background: url(../images/S6.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S7 {
  position: relative;
  background: url(../images/S7.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S8 {
  position: relative;
  background: url(../images/S8.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S9 {
  position: relative;
  background: url(../images/S9.jpg) no-repeat left center #133F8E;
  background-size: contain;
}
.breadcrumb_area.S10 {
  position: relative;
  background: url(../images/S10.jpg) no-repeat left center #133F8E;
  background-size: contain;
}



.breadcrumb_area.team {
  position: relative;
  background: url(../images/team.jpg) no-repeat left center #133F8E;
  background-size: contain;
}



.team_page {
  text-align: center;
  padding: 50px 0 90px 0;
}
.team_page .tracker_text h5 {
  color: #57B755;
  font: 700 28px "Almarai", sans-serif;
  margin-bottom: 5px;
}
.team_page .tracker_text h2 {
  font: 700 32px "Almarai", sans-serif;
  margin-bottom: 15px;
  color: #133F8E;
}
.team_page .tracker_text p {
  font: 400 18px "Almarai", sans-serif;
  color: #8f938f;
  max-width: 850px;
  margin: 0 auto;
  line-height: 36px;
}
.team_page.bg-gray {
  background: #f8f8f8 ;
  padding: 80px 0;
  margin-top: 0;
}


.team_text h2 {
  color: #133f8e;
}
.team_text h5 {
  color: #61be64;
  background: #fff ;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 15px;
  font-size: 48px;
  font-weight: 400;
}
.team_text h5 span {
  color: #5e5e5e;
  display: block;
  font-size: 24px;
  font-weight: 600;
}






@media (min-width: 1000px) {
  .team_page.bg-gray .world {
    background: url(../images/world.png) no-repeat center top;
    background-size: auto;
    min-height: 660px;
    position: relative;
  }
  .team_page .dropdown {
    position: absolute;
    text-align: center;
  }
  .team_page .dropdown:nth-child(1) {
    right: 48%;
    top: 50%;
    margin-top: 20px;
    margin-right: -43px;
  }
  .team_page .dropdown:nth-child(2) {
    right: 45%;
    top: 48%;
    margin-top: 34px;
    margin-right: -67px;
  }
  .team_page .dropdown:nth-child(3) {
    right: 41%;
    top: 38%;
    margin-top: 20px;
    margin-right: -39px;
  }
  .team_page .dropdown:nth-child(4) {
    right: 27%;
    top: 25%;
    margin-top: 20px;
    margin-right: -15px;
  }
  .team_page .dropdown:nth-child(5) {
    right: 35%;
    top: 50%;
    margin-top: 17px;
    margin-right: -60px;
  }
  .team_page .dropdown:nth-child(6) {
    right: 35%;
    top: 50%;
    margin-top: 0px;
    margin-right: -20px;
  }
  .team_page .dropdown:nth-child(7) {
    right: 45%;
    top: 34%;
    margin-top: 20px;
    margin-right: -30px;
  }
  .team_page .dropdown:nth-child(8) {
    right: 54%;
    top: 47%;
    margin-top: 15px;
    margin-right: -15px;
  }
  .team_page .dropdown:nth-child(9) {
    right: 40%;
    top: 50%;
    margin-top: 10px;
    margin-right: -25px;
  }
  .team_page .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #133f8e;
    border-top: none;
  }
  .team_page .dropdown:nth-child(2) .dropdown-toggle:after {
    background: #61be64;
  }
  .team_page .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px rgba(51, 48, 78, 0.21);
    left: 50% !important;
    transform: translate3d(-50%, 23px, 0px) !important;
    min-width: 9rem;
    text-align: center;
  }
  .team_page .dropdown .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 50%;
    margin-right: -12px;
    top: -8px;
  }
}


.breadcrumb_area .breadcrumb_text h5 {
  color: #A9B9D5;
  font: 400 18px "Almarai", sans-serif;
}
.country h4 {
  font: 600 22px "Almarai", sans-serif;
  margin-top: 5px;
}
.country h4 span {
  font: 400 14px "Almarai", sans-serif;
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
  top: 0px;
}

@media (max-width: 999px) {
  .dropdown {
    display: inline-block;
  }
  .dropdown-menu {
    display: block;
    position: relative;
    text-align: center;
    margin: 5px;
  }
  .dropdown-toggle {
    display: none;
  }
}


.txtjus {
	text-align:justify;
}


@media (min-width: 1209px) {
  .mgr100 {
    margin-right: 100px;
  }
}












.about_mohkm_promo_area .shape-1 {
  position: absolute;
  left: 0;
  top: 15%;
  -webkit-animation: left2right 10s linear 0s infinite;
  animation: left2right 10s linear 0s infinite;
  opacity: 1;
}
.about_mohkm_promo_area .shape-2 {
  position: absolute;
  left: 25%;
  top: 10%;
  -webkit-animation: right2left 10s linear 0s infinite;
  animation: right2left 10s linear 0s infinite;
  opacity: 1;
}
.about_mohkm_promo_area .shape-3 {
  position: absolute;
  left: 35%;
  top: 22%;
  -webkit-animation: left2right 10s linear 0s infinite;
  animation: left2right 10s linear 0s infinite;
  opacity: 1;
}



  
@keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
}
@keyframes right2left {
  0% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
}  


.mgb15 {
	margin-bottom: 15px !important;
}







