/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/
@font-face {
  font-family: Montserrat_Light;
  src: url(../fonts/Montserrat-Arabic-Light.ttf);
}
@font-face {
  font-family: Montserrat_semiBold;
  src: url(../fonts/Montserrat-Arabic-SemiBold.ttf);
}
@font-face {
  font-family: Montserrat_Bold;
  src: url(../fonts/Montserrat-Arabic-Bold.ttf);
}
@font-face {
  font-family: Montserrat_Regular;
  src: url(../fonts/Montserrat-Arabic-Regular.ttf);
}
@font-face {
  font-family: Montserrat_Medium;
  src: url(../fonts/Montserrat-Arabic-Medium.ttf);
}
body::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #234A9D;
}

body {
  font-family: Montserrat_Light, sans-serif;
  position: relative;
  text-align: start;
  direction: rtl;
  color: #111;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  outline: none !important;
}

label {
  margin-inline-start: 2px;
}

img {
  max-width: 100%;
  height: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

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

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .mt-md-30 {
    margin-top: 30px;
  }
}
.owl-carousel {
  direction: ltr;
}

.main-color {
  color: #234A9D;
}

.sec-color {
  color: #1B9DD7;
}

.bg_main-color {
  background-color: #234A9D;
}

.bold {
  font-family: Montserrat_Bold, sans-serif;
}

.focus_input {
  height: 45px;
  border-color: #E1E1E1;
}
.focus_input:hover, .focus_input:focus {
  border-color: #1B9DD7 !important;
  box-shadow: 0px 3px 6px rgba(35, 74, 157, 0.1) !important;
}

.file_custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.file_custom i {
  color: #234A9D;
}

.padding_page {
  padding: 80px 0;
}

.custom_pagination {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(112, 112, 112, 0.13);
  font-family: Montserrat_Regular, sans-serif;
}
.custom_pagination a {
  width: 44px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #645F5F;
}
.custom_pagination a:not(:last-of-type) {
  border-inline-end: 1px solid rgba(112, 112, 112, 0.13);
}
.custom_pagination a.active {
  background-color: #234A9D;
  color: #fff !important;
  border-color: #234A9D;
}
.custom_pagination a:hover {
  background-color: #234A9D;
  color: #fff !important;
}
.custom_pagination .arrow {
  width: 59px;
}
.custom_pagination .arrow i {
  font-size: 18px;
}

.text-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.item_carousel {
  padding: 0 15px;
  direction: rtl;
}

.item_carousel_p {
  padding: 15px;
}

.play-btn {
  width: 60px;
  height: 60px;
  background: radial-gradient(#234A9D 50%, #234A9D 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid #234A9D;
  opacity: 1;
  border-radius: 50%;
  top: -50%;
  left: -50%;
  animation: pulsate-btn 2s infinite;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: 0.6s;
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 101;
  animation: none;
  border-radius: 0;
}

.play-btn:hover::after {
  border-left: 15px solid #234A9D;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.3, 0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.custom_checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom_checkbox input {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.custom_checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  background-color: transparent;
  transition: 0.3s;
}
.custom_checkbox .checkmark:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  content: "\f00c";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
.custom_checkbox .checkmark:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(35, 74, 157, 0.2);
  transition: 0.3s;
}
.custom_checkbox input:checked ~ .checkmark {
  background-color: #234A9D;
}
.custom_checkbox input:checked ~ .checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom_checkbox p {
  margin: 0;
  margin-inline-start: 15px;
}

.mh-100 {
  min-height: 100vh;
}

.nice-select {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: none;
  padding: 10px;
  font-size: 16px;
  float: none;
}
.nice-select .list {
  width: 100%;
}
.nice-select:after {
  height: 7px;
  left: 12px;
  right: auto;
  width: 7px;
}
.nice-select .option {
  text-align: start;
}

.form-control::placeholder {
  color: rgba(134, 134, 134, 0.82);
}

.flex-center-h {
  display: flex;
  align-items: center;
}

.flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/
/*********** Start buttons ************/
.main-btn {
  padding: 7px 40px;
  color: #fff;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  text-align: center;
  border-radius: 2px;
  border: 0;
  font-family: Montserrat_Medium, sans-serif;
}
.main-btn.main {
  background: linear-gradient(143deg, #1b9dd7 0%, #234a9d 100%);
}
.main-btn.main:hover {
  background: linear-gradient(-143deg, #1b9dd7 0%, #234a9d 100%);
  color: #fff;
}
.main-btn.sec {
  background-color: #1B9DD7;
}
.main-btn.sec:hover {
  background-color: #22cf75;
  color: #fff;
}
.main-btn.trans {
  border: 1px solid #1B9DD7;
  color: #1B9DD7;
}
.main-btn.trans:hover {
  background-color: #1B9DD7;
  color: #fff;
}

/*********** End buttons ************/
/*--------------------------------------------------------------
# Start Main Heading
--------------------------------------------------------------*/
.main_heading {
  text-align: center;
}
.main_heading > div {
  display: inline-block;
}
.main_heading h2 {
  color: #234A9D;
  font-size: 28px;
  font-family: Montserrat_semiBold, sans-serif;
  margin: 0 0 15px;
}
.main_heading .lines {
  display: flex;
  gap: 0 5px;
}
.main_heading span {
  display: inline-block;
  height: 3px;
  background-color: #1B9DD7;
  border-radius: 50px;
}
.main_heading span:nth-of-type(1) {
  width: 70%;
}
.main_heading span:nth-of-type(2) {
  width: 20%;
}
.main_heading span:nth-of-type(3) {
  width: 10%;
}

.head_sp {
  gap: 0 5px;
}
.head_sp span {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #FCC027;
}
.head_sp h5 {
  color: #000000;
  font-size: 20px;
  font-family: Montserrat_Regular, sans-serif;
  line-height: 30px;
}

/*--------------------------------------------------------------
# End Main Heading
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.search-popup .search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  opacity: 0.75;
  cursor: pointer;
}
.search-popup .search-popup__content {
  width: 100%;
  max-width: 560px;
}
.search-popup .search-popup__content .aws-container .aws-search-form {
  height: auto;
  position: relative;
  width: 100%;
  float: none !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.search-popup .search-popup__content .aws-container .aws-search-form .aws-wrapper {
  flex-grow: 1;
  position: relative;
  vertical-align: top;
  padding: 0;
  width: 100%;
}
.search-popup .search-popup__content .aws-container .aws-search-form .aws-search-label {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.search-popup .search-popup__content .aws-container .aws-search-form input[type=search] {
  background-color: #f6f5f2;
  border-style: solid;
  border-width: 0;
  border-radius: 5px;
  padding: 18px 20px 18px 30px;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  line-height: 30px;
  display: block;
  max-width: 100%;
  color: #313131;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin: 0;
  transform: translateY(-20px);
}
.owl-carousel .owl-nav button {
  position: absolute;
  background: #343434 !important;
  width: 50px;
  height: 50px;
  color: #fff !important;
  outline: none;
  transition: 0.3s;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.owl-carousel .owl-nav button:hover {
  background-color: #1B9DD7 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 5px 3px;
  transition: 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1B9DD7;
}

.owl-theme .owl-dots {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .owl-carousel {
    width: 100% !important;
  }

  .owl-carousel .owl-nav {
    position: unset;
    top: 50%;
    width: 100%;
    height: auto;
    margin-top: 10px;
    transform: none;
    display: flex;
    justify-content: center;
  }
  .owl-carousel .owl-nav button {
    position: unset;
  }
}
@media (max-width: 575.98px) {
  .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
  }
}
/*==============================================
// Start Nav Bar
================================================*/
.navtop_section {
  background: linear-gradient(90deg, #1b9dd7 0%, #234a9d 100%);
  color: #fff;
  padding: 10px 0;
}
.navtop_section .content_navtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navtop_section .visssion {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.navtop_section .visssion img {
  width: 60px;
}
.navtop_section .visssion .lang {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.navtop_section .visssion .lang:hover {
  color: #e7e7e7;
}
.navtop_section .contact_info {
  display: flex;
}
.navtop_section .contact_info .text {
  padding-inline-end: 22px;
  border-inline-end: 1px solid #fff;
  margin-inline-end: 15px;
  font-size: 16px;
}
.navtop_section .contact_info .sochial {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 18px;
}
.navtop_section .contact_info .sochial a {
  color: rgba(255, 255, 255, 0.61);
}
.navtop_section .contact_info .sochial a:hover {
  color: #fff;
}

.nav_bar {
  padding: 5px 0 16px;
  font-size: 16px;
}
.nav_bar a {
  color: #111;
}
.nav_bar a:hover {
  color: #1B9DD7;
}
.nav_bar .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav_bar .logo img {
  width: 150px;
}
.nav_bar .list_menu {
  transition: 0.3s;
  margin-top: 10px;
}
.nav_bar .list_menu li {
  display: inline-block;
  padding: 0 13px;
}
.nav_bar .list_menu li a {
  color: #111;
  position: relative;
  display: block;
}
.nav_bar .list_menu li span {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(27, 157, 215, 0.54);
  margin: 5px auto 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav_bar .list_menu li span:after, .nav_bar .list_menu li span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0;
}
.nav_bar .list_menu li span:after {
  background-color: rgba(27, 157, 215, 0.28);
  left: -10px;
}
.nav_bar .list_menu li span:before {
  background-color: #1b9dd7;
  left: 10px;
}
.nav_bar .list_menu li.active a, .nav_bar .list_menu li:hover a {
  color: #1B9DD7;
}
.nav_bar .list_menu li.active span, .nav_bar .list_menu li:hover span {
  opacity: 1;
  visibility: visible;
}
.nav_bar .settings {
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: space-between;
}
.nav_bar .settings .main-btn {
  padding: 10px 19px;
  color: #fff;
  border-radius: 2px;
  white-space: normal;
  font-family: Montserrat_Medium, sans-serif;
}
.nav_bar .settings .notification {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.nav_bar .settings .notification .icon {
  position: relative;
  font-size: 20px;
}
.nav_bar .settings .notification .icon .num {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #FCC027;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  right: -9px;
  font-size: 12px;
}
.nav_bar .dropdown {
  display: inline-block;
}
.nav_bar .dropdown .dropdown-backdrop {
  display: none;
}
.nav_bar .dropdown.show .dropdown-toggle {
  border-radius: 5px;
  padding: 10px 11px;
}
.nav_bar .dropdown.show .dropdown-toggle span {
  display: none;
}
.nav_bar .dropdown.show .dropdown-toggle .chevron {
  margin-inline-start: 7px;
}
.nav_bar .dropdown .dropdown-toggle {
  padding: 10px 13px;
  border-radius: 50px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: center;
  color: #111;
}
.nav_bar .dropdown .dropdown-toggle .icon_user {
  min-width: max-content;
  display: flex;
}
.nav_bar .dropdown .dropdown-toggle .icon_user img {
  min-width: max-content;
}
.nav_bar .dropdown .dropdown-toggle span {
  display: inline-block;
}
.nav_bar .dropdown .dropdown-toggle .chevron {
  font-size: 14px;
  margin-top: 3px;
}
.nav_bar .dropdown .dropdown-toggle i {
  margin: 0;
  font-size: 20px;
}
.nav_bar .dropdown .dropdown-toggle:after {
  display: none;
}
.nav_bar .dropdown .dropdown-toggle:hover {
  background: #f7f6f6;
}
.nav_bar .dropdown .dropdown-menu {
  padding: 13px 17px;
  border: 0;
  text-align: start;
  overflow: hidden;
  box-shadow: -20px 13px 30px rgba(27, 157, 215, 0.1);
  border-radius: 5px;
  left: 0;
  right: auto;
  display: none;
  z-index: 99999;
  background: #fff;
}
.nav_bar .dropdown .dropdown-menu.show {
  display: block;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222222;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item:not(:last-of-type) {
  margin-bottom: 6px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 6px;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item i {
  margin-inline-end: 10px;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item:hover, .nav_bar .dropdown .dropdown-menu .dropdown-item:focus {
  color: #234A9D;
  text-decoration: none;
  background-color: transparent;
}
.nav_bar .toggle_menu {
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .nav_bar .toggle_menu {
    display: none;
  }
}
.nav_bar .toggle_menu:hover {
  color: #1B9DD7;
}

/*==============================================
// End Nav Bar
================================================*/
/*--------------------------------------------------------------
# End Page Header 
--------------------------------------------------------------*/
.page_header {
  background-color: #F0FAFF;
  padding: 32px;
  text-align: center;
}
.page_header h4 {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: Montserrat_semiBold, sans-serif;
  color: #234A9D;
}
.page_header .road {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.page_header .road a {
  color: #234A9D;
  font-family: Montserrat_Light, sans-serif;
}
.page_header .road .break {
  color: #234A9D;
}
.page_header .road h6 {
  color: rgba(79, 79, 79, 0.55);
  margin: 0;
}

/*--------------------------------------------------------------
# End Page Header 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start header 
--------------------------------------------------------------*/
.header {
  height: calc(100vh - 100px);
  position: relative;
}
.header .image {
  position: relative;
}
.header .image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 157, 215, 0.24) 5%, #4a4a4a 95%);
  z-index: 1;
}
.header .image img {
  height: calc(100vh - 100px);
  object-fit: cover;
  width: 100%;
}
.header .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 155px;
  left: 50%;
  transform: translateX(-50%);
}
.header .owl-theme .owl-dots .owl-dot {
  padding: 0;
}
.header .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
  margin: 5px;
}
.header .owl-theme .owl-dots .owl-dot.active span,
.header .owl-theme .owl-dots .owl-dot:hover span {
  background: #FCC027;
}
.header .header_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 15px;
}
.header .header_info h1 {
  font-size: 55px;
  font-family: Montserrat_Bold, sans-serif;
}
.header .header_info p {
  font-size: 20px;
  font-family: Montserrat_Regular, sans-serif;
  margin: 0;
}
.header .icons {
  position: absolute;
  bottom: 40px;
  right: 46px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
.header .icons .icon_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .icons .icon_box .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.header .icons .icon_box .icon.whatsapp {
  background-color: #249F00;
  color: #fff;
  font-size: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.header .icons .icon_box .icon.whatsapp:hover {
  background-color: #5eca3d;
}
.header .icons .icon_box .icon img {
  width: 30px;
}
.header .icons .icon_box .text {
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  transition: 0.3s;
}
.header .icons .icon_box:hover .icon {
  background-color: #eee;
}
.header .icons .icon_box:hover .icon.whatsapp {
  background-color: #32741d;
}
.header .icons .icon_box:hover .text {
  color: #000;
}

/*--------------------------------------------------------------
# End header 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start search box
--------------------------------------------------------------*/
.search_box_section {
  margin-top: -130px;
  position: relative;
  z-index: 999;
}
.search_box_section.in_offer {
  margin-top: 0;
  padding: 80px 0 48px;
}
.search_box_section .search_box {
  background-color: #fff;
  padding: 47px 80px 20px;
  box-shadow: 0px 13px 46px rgba(27, 157, 215, 0.1);
  border-radius: 5px;
  width: 85%;
  margin: 0 auto;
}
.search_box_section .search_box .box_input {
  margin-bottom: 25px;
}
.search_box_section .search_box label {
  color: #000000;
  font-weight: normal;
  margin-bottom: 15px;
}
.search_box_section .search_box .form-control {
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  height: 38px;
  box-shadow: none;
}
.search_box_section .search_box .price_filter {
  display: flex;
  gap: 0 30px;
}
.search_box_section .search_box .price_filter .box {
  display: flex;
  gap: 0 10px;
  align-items: center;
  color: #000000;
}
.search_box_section .search_box .main-btn.main {
  font-family: Montserrat_Bold, sans-serif;
}

/*--------------------------------------------------------------
# End search box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start products section
--------------------------------------------------------------*/
.products_section {
  padding-top: 200px;
  margin-top: -130px;
  background-color: #F0FAFF;
  padding-bottom: 65px;
}
.products_section.in_offer {
  padding-top: 0;
  margin-top: 0;
  background-color: #fff;
}
.products_section.in_offer .product_box {
  margin-bottom: 30px;
}
.products_section .item_carousel_p {
  padding: 0px 15px 30px;
}
.products_section .owl-carousel .owl-nav {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .products_section .owl-carousel .owl-nav {
    position: absolute;
    transform: translateY(-40px);
    margin-top: 0;
  }
  .products_section .owl-carousel .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
  }
}
.products_section .owl-carousel .owl-nav button {
  background: #1B9DD7 !important;
  width: 46px;
  height: 46px;
  font-size: 16px !important;
}
.products_section .owl-carousel .owl-nav button.owl-prev {
  left: -9px;
}
.products_section .owl-carousel .owl-nav button.owl-next {
  right: -9px;
}
.products_section .owl-carousel .owl-nav button:hover {
  background-color: #fff !important;
  color: #1B9DD7 !important;
  box-shadow: 0px 3px 6px rgba(27, 157, 215, 0.1);
}

.product_box {
  background-color: #fff;
  display: block;
  border: 1px solid #E7EEFF;
  border-radius: 5px;
}
.product_box:hover {
  box-shadow: 0px 13px 26px rgba(27, 157, 215, 0.14);
}
.product_box:hover .image:after {
  opacity: 1;
  transform: translateY(0);
}
.product_box:hover .image .category {
  background-color: #FCC027;
}
.product_box:hover .info .name {
  color: #234A9D;
}
.product_box:hover .info .price {
  color: #FCC027;
}
.product_box .image {
  position: relative;
  overflow: hidden;
}
.product_box .image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(35, 74, 157, 0.51) 100%);
  transition: 0.3s;
  opacity: 0;
  transform: translateY(100%);
}
.product_box .image img {
  height: 315px;
  width: 100%;
  object-fit: cover;
}
.product_box .image .category {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #234A9D;
  padding: 14px 27px;
  border-radius: 0 0 0 16px;
  color: #fff;
  font-family: Montserrat_Medium, sans-serif;
  transition: 0.3s;
  z-index: 2;
}
.product_box .info {
  padding: 25px 15px 15px;
}
.product_box .info .name,
.product_box .info .price {
  color: #111;
  font-size: 16px;
  font-family: Montserrat_Medium, sans-serif;
  transition: 0.3s;
}
.product_box .info .name {
  margin: 0 0 15px;
  -webkit-line-clamp: 1;
}
.product_box .info .price {
  margin: 0;
}
.product_box .more_details {
  margin-top: 20px;
  background-color: #F0FAFF;
  padding: 22px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
}
.product_box .more_details .item {
  flex: 33.333%;
  max-width: 33.333%;
  white-space: nowrap;
}
.product_box .more_details .item i {
  color: #1B9DD7;
  margin-inline-end: 8px;
}
.product_box .more_details .item .text {
  color: #797979;
  font-size: 15px;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# End products section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start products for rent
--------------------------------------------------------------*/
.products_for_rent {
  background-color: transparent;
}

/*--------------------------------------------------------------
# End products for rent
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start packages section
--------------------------------------------------------------*/
.packages_section {
  padding: 50px 0 80px;
  background-color: #F0FAFF;
}
.packages_section .swiper-slide-active .package_box {
  padding: 63px 60px 39px;
}
.packages_section .swiper-slide-active .package_box:after {
  background-color: #FCC027;
}
.packages_section .swiper-slide-active .package_box .more {
  margin-top: 40px;
}
.packages_section .swiper-slide-active .package_box .main-btn {
  background-color: #234A9D;
  color: #fff;
}
.packages_section .package_box {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 63px 60px 27px;
  box-shadow: 0px 3px 54px rgba(35, 74, 157, 0.07);
  border-radius: 5px;
}
.packages_section .package_box:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 150px;
  height: 112px;
  background-color: #1B9DD7;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: 0.3s;
}
.packages_section .package_box:before {
  position: absolute;
  content: "";
  top: 14px;
  right: 0;
  width: 200px;
  height: 4px;
  background-color: #fff;
  z-index: 2;
  transform: rotate(37deg) translateX(50px);
}
.packages_section .package_box .info {
  font-family: Montserrat_semiBold, sans-serif;
}
.packages_section .package_box .name {
  margin: 0 0 15px;
  font-size: 24px;
  color: #234A9D;
}
.packages_section .package_box .price {
  position: relative;
  font-size: 39px;
  color: #FCC027;
}
.packages_section .package_box .price:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  background-color: #1B9DD7;
  height: 1px;
}
.packages_section .package_box .more {
  margin-top: 30px;
  transition: 0.3s;
}
.packages_section .package_box .more .item {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.packages_section .package_box .more .item .item_name {
  font-size: 18px;
  color: #234A9D;
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-family: Montserrat_semiBold, sans-serif;
}
.packages_section .package_box .more .item .value {
  font-family: Montserrat_Light, sans-serif;
  font-size: 16px;
  color: #111;
}
.packages_section .package_box .image {
  margin: 27px 0 17px;
}
.packages_section .package_box .image img {
  height: 185px;
}
.packages_section .package_box .main-btn {
  font-family: Montserrat_Bold, sans-serif;
  color: #234A9D;
  border-color: #234A9D;
}
.packages_section .package_box .main-btn:hover {
  background-color: #234A9D;
  color: #fff;
}
.packages_section .swiper-container {
  width: 100%;
  padding-bottom: 60px;
}
.packages_section .swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
}
.packages_section .swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}
.packages_section .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}
.packages_section .swiper-container-horizontal > .swiper-pagination-bullets,
.packages_section .swiper-pagination-custom,
.packages_section .swiper-pagination-fraction {
  bottom: 0;
}
.packages_section .swiper-pagination-bullet {
  background: #bdbdbd;
  border: none;
  border-radius: 50pc;
  display: inline-block;
  height: 6px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 26px;
  margin: 0 2px !important;
}
.packages_section .swiper-pagination-bullet-active {
  background: var(--sec-color);
  border: medium none;
  opacity: 1;
}
.packages_section .copy-right .ryad-logo a {
  display: inline;
}
.packages_section .banner-h.body-inner::after {
  height: 85%;
  top: -30%;
  width: 110%;
}
.packages_section .banner-h.body-inner {
  padding-top: 350px;
}
.packages_section main.content-main {
  min-height: 100vh;
}
.packages_section .banner-h.body-inner p {
  max-width: 900px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.7;
}
.packages_section .banner-h.body-inner h2,
.packages_section .banner-h.body-inner h2 span {
  color: var(--main-color) !important;
}
.packages_section .banner-h.body-inner li,
.packages_section .banner-h.body-inner li span {
  color: var(--sec-color) !important;
}
.packages_section .banner-h.body-inner h2 {
  margin: 20px 0;
}

/*--------------------------------------------------------------
# End packages section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start services section
--------------------------------------------------------------*/
.services_section {
  padding: 80px 0;
}
.services_section .main_heading p {
  margin: 10px 0 0 0;
  color: #797979;
  font-size: 16px;
}
.services_section .content_services {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.services_section .service_box {
  background-color: #fff;
  box-shadow: 40px 0px 36px rgba(35, 74, 157, 0.09);
  padding: 38px 20px;
  border-radius: 5px;
  text-align: center;
  height: 190px;
  margin-bottom: 30px;
}
.services_section .service_box .image {
  padding-bottom: 20px;
  border-bottom: 1px solid #1B9DD7;
  height: 74px;
}
.services_section .service_box .image img {
  max-width: 100%;
  object-fit: cover;
}
.services_section .service_box .name {
  color: #234A9D;
  font-size: 16px;
  font-family: Montserrat_Regular, sans-serif;
  margin: 22px 0 0 0;
}

/*--------------------------------------------------------------
# End services section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start About Page
--------------------------------------------------------------*/
.about_Info_Page {
  padding: 160px 0 80px;
}
.about_Info_Page .content_section {
  position: relative;
  border: 1px solid #F3F3F3;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  padding: 70px 54px 60px;
  width: 90%;
}
.about_Info_Page .info {
  width: 110%;
}
.about_Info_Page .info .main_heading {
  text-align: start;
}
.about_Info_Page .info p {
  color: #797979;
  line-height: 30px;
  font-size: 15px;
}
.about_Info_Page .col-lg-6 {
  position: unset;
}
.about_Info_Page .image {
  position: absolute;
  top: -80px;
  left: -80px;
}
.about_Info_Page .image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# End About Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start our message section
--------------------------------------------------------------*/
.ourMessage_section {
  background-color: #F0FAFF;
  padding: 80px 0;
}
.ourMessage_section .box {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.ourMessage_section .box:hover {
  box-shadow: -20px 0 30px rgba(35, 74, 157, 0.09);
}
.ourMessage_section .box .line {
  display: inline-block;
  width: 2px;
  height: 27px;
  background-color: #FCC027;
  border-radius: 50px;
  margin: 10px 0;
}
.ourMessage_section .box h5 {
  font-size: 18px;
  font-family: Montserrat_semiBold, sans-serif;
  color: #111;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.ourMessage_section .box p {
  color: #707070;
  margin: 0;
}

/*--------------------------------------------------------------
# End our message section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Start video section
--------------------------------------------------------------*/
.video_about_section {
  padding-top: 80px;
}
.video_about_section .content {
  border: 2px solid #234A9D;
  padding: 22px;
  border-radius: 5px;
  margin-top: 30px;
}
.video_about_section .content .image {
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 3px 36px rgba(102, 43, 1, 0.18);
  overflow: hidden;
  height: 410px;
}
.video_about_section .content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.video_about_section .content .image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
}
.video_about_section .content .image .play-btn::after {
  border-left: 23px solid white;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.video_about_section .content .image .play-btn::before {
  width: 86px;
  height: 86px;
  top: 0%;
  left: 0%;
  border: 2px solid #fff;
}
.video_about_section .content .image .play-btn:hover::before {
  left: 50% !important;
  top: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 30px solid #234A9D;
}

/*--------------------------------------------------------------
  # End video section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start login page
--------------------------------------------------------------*/
.login_page {
  padding: 32px 0 70px;
}
.login_page .head {
  color: #111;
  font-size: 20px;
  font-family: Montserrat_Regular, sans-serif;
}
.login_page .form-control {
  height: 45px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}
.login_page .form-control::placeholder {
  color: rgba(134, 134, 134, 0.82);
}
.login_page .form-control:hover, .login_page .form-control:focus {
  border: 1px solid #1B9DD7;
  box-shadow: 0px 3px 6px rgba(35, 74, 157, 0.1);
}
.login_page .remember {
  display: flex;
  justify-content: space-between;
}
.login_page .remember label p {
  color: rgba(134, 134, 134, 0.82);
  margin-inline-start: 11px;
  margin-bottom: 0;
}
.login_page .remember a {
  color: #1B9DD7;
}
.login_page .remember a:hover {
  color: #234A9D;
}
.login_page .main-btn.trans {
  color: #234A9D;
  border-color: #234A9D;
}
.login_page .main-btn.trans:hover {
  color: #fff;
  background-color: #234A9D;
}

.custom_width {
  width: 40%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# End login page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start identity page
--------------------------------------------------------------*/
.identity_page {
  padding: 65px 0;
}
.identity_page h6 {
  color: rgba(42, 40, 40, 0.82);
  margin-bottom: 12px;
  font-family: Montserrat_Regular, sans-serif;
}
.identity_page .form-control {
  border-color: #1B9DD7;
  height: 45px;
  box-shadow: 0px 3px 6px rgba(35, 74, 157, 0.1);
  border-radius: 3px;
  text-align: center;
}
.identity_page .note {
  color: #1B9DD7;
  font-size: 14px;
  margin: 13px 0 0;
}

/*--------------------------------------------------------------
# End identity page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start choose Account page
--------------------------------------------------------------*/
.chooseAccount_page h5 {
  color: rgba(42, 40, 40, 0.82);
  font-size: 22px;
  font-family: Montserrat_Regular, sans-serif;
  margin-bottom: 30px;
}
.chooseAccount_page .links {
  gap: 0 37px;
}
.chooseAccount_page .links .main-btn {
  min-width: 140px;
}

/*--------------------------------------------------------------
# End choose Account page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start register page
--------------------------------------------------------------*/
.register_page {
  padding: 80px 0;
}
.register_page .form-group {
  margin-bottom: 20px;
}
.register_page label {
  color: rgba(134, 134, 134, 0.82);
  margin-bottom: 10px;
}
.register_page.complaints_modal .head_sp {
  margin-bottom: 16px;
}
.register_page.complaints_modal .block {
  border-top: 1px solid #E1E1E1;
  padding: 20px 0 0;
}
.register_page.complaints_modal .block .title {
  font-family: Montserrat_Medium, sans-serif;
}
.register_page.complaints_modal .block .form-group {
  margin-bottom: 16px;
}
.register_page.complaints_modal .block .form-group p {
  color: #797979;
}
.register_page .chooseAccount_page .links label {
  cursor: pointer;
}
.register_page .chooseAccount_page .links input:checked ~ .main-btn {
  background-color: #234A9D;
  color: #fff;
}
.register_page .chooseAccount_page .links .main-btn {
  border: 1px solid #234A9D;
  color: #234A9D;
}

.note_small {
  font-size: 14px;
  margin: 6px 0 0;
}

/*--------------------------------------------------------------
# End register page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Single services page
--------------------------------------------------------------*/
.single_services_page {
  padding: 80px 0;
}
.single_services_page .info_box .head h5 {
  color: #111;
  font-size: 20px;
  font-family: Montserrat_semiBold, sans-serif;
}
.single_services_page .info_box .price {
  font-size: 20px;
}
.single_services_page .info_box .details_box {
  padding: 30px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.single_services_page .info_box .details_box h6 {
  color: #111;
  font-size: 18px;
  font-family: Montserrat_Medium, sans-serif;
}
.single_services_page .info_box .details_box p {
  color: #797979;
  line-height: 28px;
}
.single_services_page .order_modal {
  box-shadow: 0px 3px 46px rgba(27, 157, 215, 0.14);
  border-radius: 5px;
  padding: 50px 45px;
}
.single_services_page .order_modal .form-control {
  height: 45px;
  border: 1px solid #E1E1E1;
}

/*--------------------------------------------------------------
# End Single services page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Contact page
--------------------------------------------------------------*/
.contact_page {
  padding: 80px 0;
}
.contact_page .form_modal {
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 36px rgba(166, 166, 166, 0.12);
  padding: 50px 58px;
}
.contact_page .form_modal .head {
  font-family: Montserrat_semiBold, sans-serif;
}
.contact_page .map_box {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 7px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# End Contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start search result page
--------------------------------------------------------------*/
.search_result_page {
  overflow: visible;
}
.search_result_page .search_card {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  padding: 50px 43px;
  box-shadow: 0px 13px 46px rgba(27, 157, 215, 0.1);
}
.search_result_page .search_card .head {
  gap: 0 10px;
}
.search_result_page .search_card .head h5 {
  font-size: 20px;
  font-family: Montserrat_semiBold, sans-serif;
  color: #111;
}
.search_result_page .search_card .form-group {
  margin-bottom: 20px;
}
.search_result_page .search_card .form-control {
  border: 2px solid #D2D2D2;
}
.search_result_page .search_card .form-control::placeholder {
  color: #C3C3C3;
}
.search_result_page .search_card select.form-control {
  color: #C3C3C3;
}
.search_result_page .search_card label {
  color: #C3C3C3;
}
.search_result_page .search_card .main-btn {
  width: 90%;
}
.search_result_page .filter_content .head_div .text {
  font-family: Montserrat_Regular, sans-serif;
}
.search_result_page .filter_content .head_div .settings {
  gap: 0 30px;
}
.search_result_page .filter_content .head_div .form-control {
  border-color: #9CB1D7;
  color: #234A9D;
  font-family: Montserrat_Regular, sans-serif;
  height: 47px;
}
.search_result_page .filter_content .head_div .filter_control {
  background-color: #F0FAFF;
  border-radius: 5px;
}
.search_result_page .filter_content .head_div .filter_control span {
  color: #234A9D;
  padding: 10px 21px;
  font-size: 19px;
  cursor: pointer;
  color: rgba(35, 74, 157, 0.41);
}
.search_result_page .filter_content .head_div .filter_control span.active {
  color: #234A9D;
}
.search_result_page .filter_content .head_div .filter_control span:nth-of-type(1) {
  border-inline-end: 1px solid #fff;
}
.search_result_page .filter_content .products_content .main_box {
  transition: 0.4s;
}
.search_result_page .filter_content .products_content .product_box {
  margin-bottom: 30px;
}
.search_result_page .filter_content .products_content .product_box,
.search_result_page .filter_content .products_content .product_box .image img,
.search_result_page .filter_content .products_content .product_box .info .price,
.search_result_page .filter_content .products_content .product_box .more_details {
  transition: 0.4s;
}

.list_style {
  max-width: 100%;
  flex: 100%;
}
.list_style .product_box {
  display: flex;
  align-items: center;
  padding: 22px;
  background-color: #FAFDFF;
  border: 0;
}
.list_style .product_box .image img {
  height: 174px;
  border-radius: 5px;
}
.list_style .product_box .info .price {
  color: #FCC027;
  font-weight: 900;
}
.list_style .product_box .more_details {
  background-color: transparent;
  padding: 0;
}
.list_style .product_box .more_details .item i {
  color: #797979;
}

.sticky_div {
  position: sticky;
  top: 20px;
  z-index: 9999;
}

/*--------------------------------------------------------------
# End search result page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start notifications page 
--------------------------------------------------------------*/
.notification_page .noti_box {
  border: 1px solid #DFE7F3;
  border-radius: 5px;
  padding: 36px 52px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.notification_page .noti_box:hover {
  box-shadow: 0px 13px 46px rgba(27, 157, 215, 0.1);
}
.notification_page .noti_box .head {
  color: #234A9D;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: Montserrat_Regular, sans-serif;
}
.notification_page .noti_box .desc {
  color: #ACABAB;
}

/*--------------------------------------------------------------
# End notifications page 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start single product page
--------------------------------------------------------------*/
.single_product_page .main_section {
  background-color: #F9FDFF;
  padding: 21px 24px;
  border-radius: 5px;
}
.single_product_page .main_section .product_card {
  border: 1px solid rgba(35, 74, 157, 0.12);
  padding: 16px 24px;
  border-radius: 5px;
  min-height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single_product_page .main_section .product_card .product_info .status {
  display: inline-block;
  background-color: #FCC027;
  color: #fff;
  padding: 7px 18px;
  border-radius: 3px;
  margin-bottom: 12px;
  font-family: Montserrat_Medium, sans-serif;
}
.single_product_page .main_section .product_card .product_info .product_name {
  font-family: Montserrat_Medium, sans-serif;
}
.single_product_page .main_section .product_card .product_info .price {
  color: #234A9D;
  margin: 12px 0;
  font-size: 18px;
  font-family: Montserrat_Bold, sans-serif;
}
.single_product_page .main_section .product_card .product_info .desc {
  color: #797979;
  font-size: 15px;
  -webkit-line-clamp: 2;
}
.single_product_page .main_section .product_card .product_info .person {
  gap: 0 12px;
  font-family: Montserrat_Regular, sans-serif;
}
.single_product_page .main_section .product_card .product_info .person img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #DFE7F3;
}
.single_product_page .main_section .product_card .contact_info .head {
  background-color: #1B9DD7;
  padding: 11px 15px;
  color: #fff;
  cursor: pointer;
}
.single_product_page .main_section .product_card .contact_info .head i {
  transition: 0.3s;
}
.single_product_page .main_section .product_card .contact_info .head i.rotate {
  transform: rotate(180deg);
}
.single_product_page .main_section .product_card .contact_info .content {
  margin-top: 11px;
  padding: 16px 19px;
  border-radius: 2px;
  border: 1px solid rgba(27, 157, 215, 0.28);
  display: none;
}
.single_product_page .main_section .product_card .contact_info .content .item {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #111;
}
.single_product_page .main_section .product_card .contact_info .content .item:not(:last-of-type) {
  margin-bottom: 19px;
}
.single_product_page .main_section .product_card .contact_info .content .item:hover {
  color: #1B9DD7;
}
.single_product_page .main_section .product_card .more_details {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
}
.single_product_page .main_section .product_card .more_details .item {
  flex: 33.333%;
  max-width: 33.333%;
  white-space: nowrap;
  color: #797979;
}
.single_product_page .main_section .product_card .more_details .item i {
  margin-inline-end: 8px;
}
.single_product_page .main_section .product_card .more_details .item .text {
  font-size: 15px;
  white-space: nowrap;
}
.single_product_page .list_controls {
  padding: 26px 20px;
  background-color: #F9FDFF;
  border-radius: 5px;
  border: 1px solid #DFE7F3;
}
.single_product_page .list_controls ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 63px;
}
.single_product_page .list_controls ul li {
  border: 1px solid #DFE7F3;
  padding: 11px 30px;
  border-radius: 2px;
  color: #234A9D;
  width: 100%;
  text-align: center;
  font-family: Montserrat_Regular, sans-serif;
  cursor: pointer;
  max-width: 180px;
}
.single_product_page .list_controls ul li.active {
  background-color: #234A9D;
  color: #fff;
}
.single_product_page .box_content {
  display: none;
  opacity: 0;
  transition: 0.3s;
  border: 1px solid #DFE7F3;
  box-shadow: 0px 13px 46px rgba(27, 157, 215, 0.1);
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.single_product_page .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.single_product_page #details_section .content_tab {
  padding: 50px 65px;
  display: flex;
  flex-wrap: wrap;
}
.single_product_page #details_section .content_tab .item {
  max-width: 50%;
  flex: 50%;
  background-color: #F0FAFF;
  padding: 15px 32px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 16px;
}
.single_product_page #details_section .content_tab .item .name {
  max-width: 30%;
  flex: 30%;
  color: #234A9D;
  font-family: Montserrat_Medium, sans-serif;
}
.single_product_page #details_section .content_tab .item .value {
  max-width: 70%;
  flex: 70%;
}
.single_product_page #location_section {
  padding: 60px 70px;
  height: 360px;
  border-radius: 5px;
  overflow: hidden;
}
.single_product_page #location_section iframe {
  height: 100%;
}
.single_product_page #report_section {
  padding: 35px 70px;
}

/*USE CSS for Slider*/
.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}

.banner-slider {
  display: flex;
  gap: 0 20px;
}
.banner-slider .slick-list {
  direction: ltr;
}
.banner-slider .slider.slider-nav {
  overflow: hidden;
  flex: 20%;
  max-width: 20%;
}
.banner-slider .slider.slider-for {
  flex: 80%;
  max-width: 80%;
  direction: ltr;
}
.banner-slider .slider-banner-image {
  height: 510px;
  border: 1px solid #979797;
}
.banner-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: #1B9DD7;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
  color: #fff;
}
.banner-slider .slick-arrow:hover {
  background: #234A9D;
}
.banner-slider .slick-arrow.fa-arrow-right {
  right: -19px;
  left: auto;
}
.banner-slider .slick-arrow.fa-arrow-left {
  left: -19px;
  right: auto;
}
.banner-slider .slider.slider-for:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.banner-slider .slider.slider-for:hover .slick-arrow.fa-arrow-right {
  right: 19px;
}
.banner-slider .slider.slider-for:hover .slick-arrow.fa-arrow-left {
  left: 19px;
}
.banner-slider .slick-track.none_transform {
  transform: none !important;
}
.banner-slider .maxmize {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(27, 157, 215, 0.6);
  color: #fff;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  border-radius: 3px;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  position: relative;
  width: 100%;
  height: 84px;
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 74, 157, 0.49);
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg:after {
  display: none;
}

.slider-nav .slick-slide.slick-current span {
  color: #234A9D;
}

.slider-nav .slick-slide {
  text-align: center;
}

.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-prev {
  top: 0;
}

.slick-next {
  bottom: 0;
  background-color: #fff;
}

.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/
/*--------------------------------------------------------------
# End single product page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Org Account page
--------------------------------------------------------------*/
.org_account_page.owner_account_page .form-wizard #progressbar li {
  width: 50%;
}
.org_account_page .head_page h4 {
  font-size: 22px;
  font-family: Montserrat_Regular, sans-serif;
}
.org_account_page .head_page p {
  color: #797979;
}

/*--------------------------------------------------------------
# start wizard form
--------------------------------------------------------------*/
.form-wizard .form-wizard-header {
  text-align: center;
}

.form-wizard .wizard-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .wizard-form-error {
  display: none;
  background-color: #e23e3e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.form-wizard .form-group .input_box {
  position: relative;
}

.form-wizard #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
.form-wizard #progressbar li {
  list-style-type: none;
  font-size: 16px;
  width: 33.333%;
  float: right;
  position: relative;
  z-index: 1;
  color: #363636;
}
.form-wizard #progressbar li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1B9DD7;
  border: 1px solid #B1B5C2;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  padding: 2px;
}
.form-wizard #progressbar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.4);
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.form-wizard #progressbar li.active {
  color: #1B9DD7;
}
.form-wizard #progressbar li.active .icon {
  background-color: #1B9DD7;
  color: #fff;
}
.form-wizard #progressbar li.active:after, .form-wizard #progressbar li.active:before {
  background: #1B9DD7;
}
.form-wizard .form-content {
  max-width: 80%;
  margin: 40px auto 0;
  background-color: #fff;
  box-shadow: 0px 3px 46px rgba(27, 157, 215, 0.14);
  border-radius: 5px;
  padding: 50px;
}
.form-wizard .details_content .single_block:not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.form-wizard .all_packages .package_block {
  margin: 0 0 30px;
  display: block;
}
.form-wizard .all_packages .package_block .inside_box {
  border: 1px solid #E1E1E1;
  padding: 23px;
  border-radius: 3px;
  transition: 0.3s;
}
.form-wizard .all_packages .package_block .inside_box .head_box .name {
  gap: 0 10px;
  font-family: Montserrat_Medium, sans-serif;
}
.form-wizard .all_packages .package_block .inside_box .head_box .price {
  color: #FCC027;
  font-family: Montserrat_Bold, sans-serif;
}
.form-wizard .all_packages .package_block .inside_box .details .item {
  display: flex;
  align-items: center;
  gap: 0 7px;
  color: #797979;
}
.form-wizard .all_packages .package_block .inside_box .details .item:not(:last-of-type) {
  margin-bottom: 16px;
}
.form-wizard .all_packages .package_block .inside_box .details .item i {
  color: #111;
}
.form-wizard .all_packages .package_block input:checked ~ .inside_box {
  border-color: #1B9DD7;
}
.form-wizard .all_packages .package_block input:checked ~ .inside_box .checkmark {
  background-color: #234A9D;
}
.form-wizard .all_packages .package_block input:checked ~ .inside_box .checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}
.form-wizard .all_packages .package_block input:checked ~ .inside_box .checkmark:after {
  display: block;
}
.form-wizard .payment_section .payment_methods .inside_box {
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  padding: 10px 20px;
  gap: 0 10px;
}
.form-wizard .payment_section .payment_methods .payment_label {
  margin: 0;
}
.form-wizard .payment_section .payment_methods .payment_label:last-of-type {
  margin: 20px 0 0 0;
}
.form-wizard .payment_section .payment_methods .payment_label p {
  white-space: nowrap;
}
.form-wizard .payment_section .payment_methods .payment_label input:checked ~ .inside_box {
  border-color: #1B9DD7;
  border-radius: 0;
}
.form-wizard .payment_section .payment_methods .payment_label input:checked ~ .inside_box .checkmark {
  background-color: #234A9D;
}
.form-wizard .payment_section .payment_methods .payment_label input:checked ~ .inside_box .checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}
.form-wizard .payment_section .payment_methods .payment_label input:checked ~ .inside_box .checkmark:after {
  display: block;
}
.form-wizard .payment_block {
  padding: 32px 25px 0;
  border: 1px solid #1B9DD7;
}
.form-wizard .payment_block .form-group {
  margin-bottom: 30px;
}
.form-wizard .payment_block label {
  color: #868686;
}
.form-wizard .payment_block#firstpayment {
  display: none;
}
.form-wizard .payment_details {
  padding-inline-start: 30px;
}
.form-wizard .payment_details .content_details p {
  color: rgba(134, 134, 134, 0.82);
}
.form-wizard .payment_details .content_details span {
  color: #FCC027;
  font-family: Montserrat_Bold, sans-serif;
}
.form-wizard .payment_form {
  padding-inline-end: 80px;
  border-inline-end: 1px solid #E1E1E1;
}

/*--------------------------------------------------------------
# End wizard form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# End Org Account page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start profile page
--------------------------------------------------------------*/
.profile_page {
  overflow: visible;
}
.profile_page .profile_card {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  overflow: hidden;
  position: sticky;
  top: 20px;
  z-index: 9999;
}
.profile_page .profile_card li {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}
.profile_page .profile_card li i {
  color: #234A9D;
  font-size: 19px;
}
.profile_page .profile_card li.active {
  background-color: #234A9D;
  color: #fff;
}
.profile_page .profile_card li.active i {
  color: #fff;
}
.profile_page .profile_card li:not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
}
.profile_page .main_content .box_content {
  display: none;
  opacity: 0;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.profile_page .main_content .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.profile_page .block_style {
  padding: 40px 32px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.profile_page .profile_block {
  gap: 0 40px;
}
.profile_page .profile_block .image {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #707070;
}
.profile_page .profile_block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_page .profile_block .image label {
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 7px;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #234A9D;
  cursor: pointer;
  transition: 0.3s;
}
.profile_page .profile_block .image label:hover {
  background-color: #234A9D;
  color: #fff;
}
.profile_page .profile_block .info .title {
  color: #FCC027;
  margin-bottom: 10px;
}
.profile_page .profile_block .info .name {
  font-size: 18px;
  font-family: Montserrat_Medium, sans-serif;
}
.profile_page .profile_block .info .details .item {
  color: #234A9D;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.profile_page .profile_block .info .details .item:not(:last-child) {
  margin-bottom: 12px;
}
.profile_page .profile_block .info .details .item .icon {
  width: 16px;
}
.profile_page .profile_block .form-group {
  margin-bottom: 25px;
}
.profile_page .profile_block .form-group label {
  color: #1B9DD7;
  margin-bottom: 10px;
  text-align: start;
  display: block;
}
.profile_page .profile_block .form-group .form-control {
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #E1E1E1;
  color: #ACABAB;
  box-shadow: none;
}
.profile_page .profile_block .form-group .form-control::placeholder {
  color: #cccbcb;
}
.profile_page .profile_block .form-group textarea.form-control {
  resize: none;
}
.profile_page .profile_block.edit_info {
  text-align: start;
}
.profile_page #myProducts .myProducts_content {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.profile_page #myProducts .product_box_2 {
  display: flex;
  align-items: center;
  align-items: flex-end;
  gap: 0 30px;
  padding: 30px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.profile_page #myProducts .product_box_2:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.profile_page #myProducts .product_box_2:hover {
  border: 1px solid #1B9DD7;
  border-radius: 5px;
}
.profile_page #myProducts .product_box_2 .image {
  position: relative;
  overflow: hidden;
  height: 140px;
  width: 177px;
  min-width: 177px;
  border-radius: 5px;
}
.profile_page #myProducts .product_box_2 .image img {
  width: 100%;
  height: 100%;
}
.profile_page #myProducts .product_box_2 .info .name {
  margin: 0 0 15px;
  -webkit-line-clamp: 1;
  color: #000;
  font-family: Montserrat_Medium, sans-serif;
}
.profile_page #myProducts .product_box_2 .info .price {
  color: #FCC027;
  font-weight: 900;
}
.profile_page #myProducts .product_box_2 .info .more_details {
  margin-top: 20px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
}
.profile_page #myProducts .product_box_2 .info .more_details .item {
  flex: 33.333%;
  max-width: 33.333%;
  white-space: nowrap;
}
.profile_page #myProducts .product_box_2 .info .more_details .item i {
  color: #797979;
}
.profile_page #myProducts .product_box_2 .info .more_details .item .text {
  color: #797979;
  font-size: 15px;
  white-space: nowrap;
}
.profile_page #myProducts .product_box_2 .controls {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.profile_page #myProducts .product_box_2 .controls .item {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #797979;
  font-size: 14px;
}
.profile_page #myProducts .product_box_2 .controls .item.edit i {
  color: #234A9D;
}
.profile_page #myProducts .product_box_2 .controls .item.delete i {
  color: #FF0000;
}
.profile_page .changePass_content {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.profile_page .changePass_content .inside_box {
  padding: 100px 20px;
  width: 60%;
  margin: 0 auto;
}
.profile_page .changePass_content .inside_box .form-group {
  margin-bottom: 16px;
}
.profile_page .changePass_content .input_form {
  position: relative;
  border: 1px solid #E1E1E1;
  height: 48px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.profile_page .changePass_content .input_form .icon {
  color: #234A9D;
  font-size: 18px;
}
.profile_page .changePass_content .input_form .form-control {
  background-color: transparent;
  border: 0;
  height: 100%;
  box-shadow: none;
  padding: 8px;
}
.profile_page .changePass_content .input_form .form-control::placeholder {
  color: #ACABAB;
}

.toggle-password {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #E1E1E1;
}

.client_profile_page .profile_block {
  padding: 45px 25px 20px;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}
.client_profile_page .profile_block .image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.client_profile_page .profile_block .details {
  text-align: start;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E1E1E1;
  padding: 16px 10px 0;
}
.client_profile_page .profile_block .desc {
  color: #ACABAB;
  text-align: start;
  margin: 0;
  font-size: 15px;
}

/*--------------------------------------------------------------
# End profile page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start add post
--------------------------------------------------------------*/
.addPost_page {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
.addPost_page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 157, 215, 0.24) 0%, #4a4a4a 100%);
}
.addPost_page .content_page {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  min-height: calc(100vh - 120px);
}
.addPost_page .content_page > .row {
  min-height: calc(100vh - 120px);
}
.addPost_page .content_page .info h1 {
  font-size: 62px;
  font-family: Montserrat_semiBold, sans-serif;
  color: #fff;
  line-height: 1.5;
}
.addPost_page .content_page .wizard-form-error {
  background-color: #dc3545;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  border-radius: 50px;
  display: none;
}
.addPost_page .content_page .form_box {
  background-color: #FAFDFF;
  box-shadow: 0px 3px 46px rgba(27, 157, 215, 0.69);
  border-radius: 5px;
  padding: 46px 60px 46px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
.addPost_page .content_page .form_box .form_content {
  display: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.addPost_page .content_page .form_box .form_content.active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.addPost_page .content_page .form_box .form_content .head_box {
  margin-bottom: 15px;
}
.addPost_page .content_page .form_box .form_content .head_box .num_box {
  background-color: #1B9DD7;
  color: #fff;
  border-radius: 3px;
  padding: 4px 14px;
  font-size: 20px;
  font-family: Montserrat_semiBold, sans-serif;
}
.addPost_page .content_page .form_box .form_content .upload_btns {
  gap: 0 37px;
}
.addPost_page .content_page .form_box .form_content .upload_btns .label_ubload {
  gap: 0 10px;
  color: rgba(134, 134, 134, 0.82);
  cursor: pointer;
}
.addPost_page .content_page .form_box .form_content .box_input {
  margin-bottom: 20px;
}
.addPost_page .content_page .form_box .form_content .box_input .form-control {
  border-color: #E1E1E1;
  height: 45px;
}
.addPost_page .content_page .form_box .form_content .box_input .form-control .current {
  color: rgba(134, 134, 134, 0.85);
}
.addPost_page .content_page .form_box .form_content .box_input.radio_box {
  gap: 0 25px;
}
.addPost_page .content_page .form_box .form_content .box_input.radio_box .radio_row {
  gap: 0 40px;
}
.addPost_page .content_page .form_box .form_content .done_box {
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 70px;
  border-radius: 3px;
}
.addPost_page .content_page .form_box .form_content .done_box .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 24px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.addPost_page .content_page .form_box .form_content .done_box h5 {
  color: #4AB900;
  font-size: 22px;
  margin-bottom: 17px;
  font-family: Montserrat_semiBold, sans-serif;
}
.addPost_page .content_page .form_box .form_content .done_box p {
  color: #111;
  font-size: 15px;
  margin: 0;
}
.addPost_page .content_page .form_box .form_controls {
  gap: 0 20px;
}

.uploadThumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.uploadThumb .main_box {
  padding: 0 4px;
  max-width: 33.333%;
  flex: 33.333%;
}
.uploadThumb .imageBox {
  height: 90px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
}
.uploadThumb .imageBox:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 74, 157, 0.27);
  opacity: 0;
  transition: 0.3s;
}
.uploadThumb .imageBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
.uploadThumb .imageBox .icon_delete {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.3s;
  z-index: 1;
}
.uploadThumb .imageBox .icon_delete:hover {
  transform: translateY(0) scale(1.1);
}
.uploadThumb .imageBox:hover:after {
  opacity: 1;
}
.uploadThumb .imageBox:hover .icon_delete {
  opacity: 1;
  transform: translateY(0);
}
.uploadThumb .videoBox:after {
  display: none;
}
.uploadThumb .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# End add post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# start verification page
--------------------------------------------------------------*/
.verification_page {
  padding: 50px 0;
}
.verification_page .box {
  box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.05);
  width: 50%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 31px 20px 47px;
}
.verification_page .box .head {
  font-size: 19px;
  font-weight: 600;
  font-family: Montserrat_semiBold, sans-serif;
}
.verification_page .veri_inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  gap: 0 13px;
  margin: 20px 0;
}
.verification_page .verify-input-field {
  height: 45px;
  width: 50px;
  text-align: center;
  font-size: 25px;
  outline: none;
  border: 1px solid #B7B7B7;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.8);
  caret-color: rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease-out;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
}
.verification_page .verify-input-field:focus {
  transform: scale(1.2);
}
.verification_page .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}
.verification_page .details .main-btn {
  min-width: 150px;
}

/*--------------------------------------------------------------
# End verification page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Footer
--------------------------------------------------------------*/
.footer {
  background-color: #234A9D;
  background-image: url(../img/footer_bg.png);
  background-size: cover;
  color: #fff;
}
.footer .footer_top {
  padding: 60px 0 32px;
}
.footer .footer_top .row {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_top .site_info {
  padding-inline-end: 50px;
}
.footer .footer_top .site_info img {
  width: 200px;
  margin-bottom: 25px;
}
.footer .footer_top .site_info .desc {
  font-size: 15px;
  margin: 0;
}
.footer .head_footer {
  font-size: 20px;
  font-family: Montserrat_Medium, sans-serif;
  position: relative;
  margin-bottom: 32px;
}
.footer .head_footer:after {
  position: absolute;
  content: "";
  bottom: -15px;
  right: 0px;
  height: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 50px;
}
.footer .lists {
  display: flex;
}
.footer .lists .single_list {
  flex: 50%;
  max-width: 50%;
}
.footer .lists ul li {
  margin-bottom: 15px;
  font-size: 16px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #FCC027 !important;
}
.footer .contact_info .item {
  display: flex;
  align-items: center;
  gap: 0 11px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer .contact_info .sochial {
  display: flex;
  align-items: center;
  gap: 0 34px;
  margin-top: 26px;
}
.footer .contact_info .sochial a {
  color: #fff;
  font-size: 16px;
}

/*--------------------------------------------------------------
# End Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Copy Right
--------------------------------------------------------------*/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.copyright .row {
  display: flex;
  flex-wrap: wrap;
}
.copyright .copy {
  display: flex;
  align-items: center;
}
.copyright .copy p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-family: Montserrat_Light, sans-serif;
}
.copyright .copy span {
  color: #FCC027;
}
.copyright .image {
  text-align: end;
}

@media (max-width: 1199.98px) {
  .copyright {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .copyright {
    padding-bottom: 30px;
  }
  .copyright .copy {
    order: 2;
    justify-content: center;
  }
  .copyright .image {
    text-align: center;
  }
  .copyright .col-xs-6 {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# End Copy Right
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start responsive
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .about-us-page .step-c {
    top: 0 !important;
  }

  .s-info1 ul li {
    line-height: 30px !important;
  }

  .slider-single #big,
.slider-single #big img {
    height: 350px !important;
  }

  .nav_bar .list_menu li {
    padding: 0 8px;
  }
}
@media (max-width: 1199.98px) {
  .footer .main_box:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .nav_bar .list_menu {
    text-align: center;
  }
  .nav_bar .list_menu li {
    padding: 0 8px;
    font-size: 15px;
  }

  .header .header_info p {
    font-size: 16px;
  }

  .search_box_section .search_box {
    width: 100%;
  }

  .header .icons {
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .nav_bar {
    padding: 5px 0;
  }
  .nav_bar .list_menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
    height: 100vh;
    overflow: auto;
    z-index: 9999;
    width: 220px;
    text-align: start;
    padding: 10px 0 0;
    transform: translateX(-100%);
    opacity: 0;
    margin: 0;
  }
  .nav_bar .list_menu.open {
    transform: translateX(0);
    opacity: 1;
  }
  .nav_bar .list_menu li {
    display: block;
    padding: 8px 20px;
  }
  .nav_bar .list_menu li span {
    display: none;
  }

  .nav_bar .settings .notification .text,
.nav_bar .dropdown .dropdown-toggle span,
.nav_bar .dropdown .dropdown-toggle .chevron {
    display: none;
  }

  .nav_bar .dropdown .dropdown-toggle {
    padding: 10px 11px;
    border-radius: 5px;
  }

  .nav_bar .list_menu_box {
    position: absolute;
    width: auto;
  }

  .nav_bar .settings {
    justify-content: flex-end;
  }

  .nav_bar .settings .notification .icon {
    font-size: 22px;
  }

  .search_box_section {
    margin-top: -100px;
  }

  .footer .footer_top .site_info {
    padding-inline-end: 0;
  }

  .header .icons {
    top: 10px;
    right: 10px;
    gap: 5px 0;
  }
  .header .icons .icon_box .icon {
    width: 40px;
    height: 40px;
  }
  .header .icons .icon_box .icon.whatsapp {
    font-size: 20px;
  }
  .header .icons .icon_box .icon img {
    width: 20px;
  }
  .header .icons .icon_box .text {
    margin-top: 5px;
    font-size: 12px;
  }

  .about_Info_Page {
    padding: 80px 0;
  }
  .about_Info_Page .image {
    position: unset;
    margin-top: 15px;
  }

  .about_Info_Page .info {
    width: 100%;
  }

  .about_Info_Page .image img {
    height: auto;
  }

  .about_Info_Page .content_section {
    width: 100%;
  }

  .custom_width {
    width: 60%;
  }

  .single_services_page .info_box {
    margin-bottom: 40px;
  }

  .contact_page .map_box {
    height: 200px;
    position: unset;
    transform: none;
    margin-top: 20px;
  }

  .banner-slider {
    flex-wrap: wrap;
  }

  .banner-slider .slider.slider-nav {
    flex: 100%;
    max-width: 100%;
    order: 2;
  }

  .banner-slider .slider.slider-for {
    flex: 100%;
    max-width: 100%;
  }

  .banner-slider {
    gap: 20px 0;
  }

  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    width: 100%;
    margin-bottom: 0;
  }

  .slider-nav .slick-slide.thumbnail-image {
    margin: 0 10px;
  }

  .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg:after {
    display: none;
  }

  .single_product_page #details_section .content_tab .item {
    max-width: 100%;
    flex: 100%;
  }
  .single_product_page #details_section .content_tab .item .name,
.single_product_page #details_section .content_tab .item .value {
    max-width: 50%;
    flex: 50%;
  }

  .single_product_page #report_section {
    padding: 35px 30px;
  }

  .form-wizard .payment_form {
    padding-inline-end: 15px;
    border-inline-end: 0;
    margin-bottom: 30px;
  }

  .client_profile_page .profile_block .info .details .item {
    justify-content: center;
  }

  .addPost_page .content_page .info h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .search_box_section .search_box .price_filter {
    gap: 20px 0;
    flex-wrap: wrap;
  }
  .search_box_section .search_box .price_filter .box {
    max-width: 50%;
    flex: 50%;
  }
  .search_box_section .search_box .price_filter .box:not(:last-of-type) {
    padding-inline-end: 15px;
  }
  .search_box_section .search_box .price_filter .main-btn.main {
    width: 100%;
  }

  .single_product_page .list_controls ul {
    gap: 20px 0;
    flex-direction: column;
  }
  .single_product_page .list_controls ul li {
    max-width: 100%;
  }

  .form-wizard .form-content {
    max-width: 100%;
  }

  .profile_page #myProducts .product_box_2 {
    gap: 15px;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .profile_page #myProducts .product_box_2 .controls {
    flex-direction: row;
  }

  .profile_page .changePass_content .inside_box {
    padding: 30px 20px;
    width: 100%;
  }

  .verification_page .box {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .navtop_section .contact_info {
    display: none;
  }
  .navtop_section .visssion {
    width: 100%;
    justify-content: space-between;
  }

  .nav_bar .logo img {
    width: 90px;
  }

  .nav_bar .settings .notification .icon .num {
    top: -5px;
    right: -6px;
  }

  .search_box_section .search_box {
    padding: 37px 30px 20px;
  }
  .search_box_section .search_box .price_filter {
    gap: 25px 0;
    flex-direction: column;
  }

  .header {
    height: 400px;
  }
  .header .image img {
    height: 400px;
  }
  .header .header_info h1 {
    font-size: 35px;
  }
  .header .header_info p {
    font-size: 14px;
  }
  .header .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 50px;
  }

  .search_box_section {
    margin-top: -50px;
  }

  .product_box .image img {
    height: 230px;
  }

  .product_box .more_details .item {
    flex: 50%;
    max-width: 50%;
  }

  .products_section .item_carousel_p {
    padding: 0 5px 30px;
  }

  .packages_section .package_box {
    margin: 0 20px;
  }

  .packages_section .swiper-slide-active .package_box {
    padding: 63px 30px 39px;
  }

  .packages_section .package_box:after {
    width: 110px;
    height: 80px;
  }

  .packages_section .package_box:before {
    top: -10px;
  }

  .packages_section .package_box .name {
    font-size: 20px;
  }

  .packages_section .package_box .price {
    font-size: 30px;
  }

  .packages_section .package_box .more .item .item_name {
    font-size: 16px;
  }

  .packages_section .package_box .more .item .value {
    font-size: 14px;
  }

  .packages_section .package_box .image img {
    height: 150px;
  }

  .footer {
    text-align: center;
  }
  .footer .head_footer:after {
    right: 50%;
    transform: translateX(50%);
  }
  .footer .contact_info .item,
.footer .contact_info .sochial {
    justify-content: center;
  }

  .search_box_section .search_box .price_filter .box {
    max-width: 100%;
    flex: 100%;
    padding: 0 !important;
  }

  .nav_bar .settings .main-btn {
    padding: 10px;
    font-size: 13px;
  }

  .about_Info_Page .content_section {
    padding: 50px 20px 30px;
  }

  .ourMessage_section {
    padding: 60px 0 30px;
  }

  .video_about_section .content .image {
    height: 200px;
  }

  .video_about_section .content .image .play-btn {
    width: 50px;
    height: 50px;
  }

  .video_about_section .content .image .play-btn::before {
    width: 50px;
    height: 50px;
  }

  .video_about_section .content .image .play-btn::after {
    border-left: 15px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  .services_section {
    padding: 60px 0 40px;
  }

  .about_Info_Page {
    padding: 60px 0;
  }

  .login_page {
    padding: 32px 0;
  }

  .custom_width {
    width: 100%;
  }

  .identity_page {
    padding: 50px 0;
  }
  .identity_page img {
    width: 100px;
  }

  .chooseAccount_page .links {
    gap: 0 20px;
  }
  .chooseAccount_page .links .main-btn {
    min-width: auto;
    font-size: 13px;
    padding: 10px 30px;
  }
  .chooseAccount_page .head {
    font-size: 16px;
  }

  .single_services_page .order_modal {
    padding: 30px 20px;
  }

  .register_page {
    padding: 50px 0;
  }
  .register_page .main-btn {
    width: 100%;
  }

  .contact_page {
    padding: 50px 0;
  }
  .contact_page .form_modal {
    padding: 30px 20px;
  }

  .padding_page {
    padding: 50px 0;
  }

  .search_result_page .search_card {
    padding: 30px 23px;
  }
  .search_result_page .head_div .form-control {
    font-size: 13px;
  }

  .notification_page .noti_box {
    padding: 26px 15px;
    font-size: 14px;
  }

  .banner-slider .slider-banner-image {
    height: 230px;
  }

  .banner-slider .maxmize {
    top: 10px;
    right: 10px;
  }

  .single_product_page .main_section .product_card .more_details .item {
    flex: 50%;
    max-width: 50%;
  }

  .single_product_page .main_section .product_card .contact_info .content .item {
    font-size: 14px;
  }

  .single_product_page #details_section .content_tab {
    padding: 30px 15px 15px;
  }

  .single_product_page .main_section {
    padding: 15px 10px;
  }

  .video_about_section .content .image .play-btn:hover::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #234A9D;
  }

  .single_product_page #location_section {
    padding: 30px;
  }

  .single_product_page #report_section {
    padding: 25px 20px;
  }

  .page_header .road {
    gap: 10px 0;
    flex-direction: column;
  }
  .page_header .road span {
    display: none;
  }

  .single_product_page #details_section .content_tab .item {
    font-size: 14px;
  }

  .form-wizard .form-content {
    padding: 30px 15px;
  }

  .head_sp h5 {
    font-size: 18px;
  }

  .org_account_page .head_page h4 {
    font-size: 20px;
  }

  .form-wizard #progressbar li {
    font-size: 14px;
  }

  .form-wizard .payment_block {
    padding: 20px 15px 0;
  }

  .profile_page .main_content .profile_block {
    gap: 20px 0;
    padding: 30px 16px;
    flex-direction: column;
    text-align: center;
  }
  .profile_page .main_content .profile_block .info .details .item {
    justify-content: center;
    font-size: 14px;
  }

  .client_profile_page .headPage {
    font-size: 18px;
    text-align: center;
  }
  .client_profile_page .profile_block .desc {
    text-align: center;
  }

  .list_style .product_box {
    flex-direction: column;
    text-align: center;
  }

  .addPost_page .content_page .info h1 {
    font-size: 28px;
  }

  .addPost_page .content_page .form_box .form_content .head_box {
    flex-direction: column;
    gap: 14px;
  }

  .addPost_page .content_page .form_box {
    padding: 26px 15px 46px;
  }

  .addPost_page .content_page .form_box .form_content .upload_btns {
    gap: 0 10px;
    justify-content: center;
  }

  .addPost_page .content_page .form_box .form_content .box_input.radio_box {
    gap: 0 15px;
  }

  .addPost_page .content_page .form_box .form_content .box_input.radio_box .radio_row {
    gap: 0 10px;
  }

  .packages_section {
    padding: 50px 0 0px;
  }

  .footer .footer_top .site_info .desc {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# End responsive
--------------------------------------------------------------*/

/*# sourceMappingURL=new_style.css.map */
