@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap');
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
  [ ## Buttons ]
  [ ## Fields ]
# Modules 
  [ ## Alignments ]
  [ ## Clearings ]
  [ ## Infinite Scroll ]
# Header Content
  [ ## Preloader ]
  [ ## Header ]
    [ ## Sticky header ]
# Navigation
  [ ## Links ]
  [ ## Menus ]
  [ ## Pagination ]
        [ ### Post Navigation ]
  [ ## Navigation responsive ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# Others
  [ ## Single Posts ]
# site content
  [ ## About Page ]
  [ ## Contact Page ]
  [ ## 404 Page ]
  [ ## Registration Page ]
  [ ## Posts and pages ]
      [ ### Page Title ]
      [ ### Breadcrumb ]
      [ ### Page info Content ]
  [ ## Comments ]
  [ ## Widgets ]
  [ ## Widgets Content ]
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
  direction: rtl;
  scroll-behavior: smooth;
}


body {
  background-color: #c9c9c926;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #121313;
  overflow-x: hidden;
}
.none{
  display: none;
}
a {
  display: inline-block !important;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 15px 25px;
  width: 100%;
}

span {
  text-align: right;
}


a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

.booking-thumb a{
  width: 100%;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  text-align: right;
  color: #11101D;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-weight: 700;
  font-size: 2em;
}

h2 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;

}

h3 {
  font-size: 21px;
  font-weight: 700;
  /* text-align: center; */

}

h4 {
  font-size: 23px;
  font-weight: 600;
  text-align: right;
}

h5 {
  font-size: 17px;
  font-weight: 600;
  text-align: right;
  font-family: "Cairo", sans-serif;
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 50px;
}
.section-header p {
  font-size: 16px;
  width: 40%;
}

.section-title {
  /* position: relative; */
  font-weight: 500;
  color: #003367;
  margin-bottom: 10px;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 15px;
  line-height: 1.8em;
  text-align: right;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

a {
  display: block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Margin Element ]
*/
:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #93998a;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}
.card {
  background-color: #fff;
  border-radius: #213483;
  position: relative;
}
.card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  left: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .radio:checked {
    background: #213483;
    border-color: #213483;
  }

  .card:hover .radio {
    border-color: var(--color-dark-gray);
  }
  .card:hover .radio:checked {
    border-color: #213483;
  }
}
.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
}

.card:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.radio:checked ~ .plan-details {
  border-color: #213483;
}

.radio:focus ~ .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray);
}

.card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.card:hover .radio:disabled {
  border-color: var(--color-gray);
}

.plan-type {
  color: #213483;
  font-size: 25px;
  font-weight: bold;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}

.plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{
  text-align: right;
}
.apexcharts-tooltip-marker{
  margin-left: 10px;
  margin-right: 0;
}

.slash {
  font-weight: normal;
}

.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 0;
  }
}
/* Margin Top Negative Value */

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-120 {
  margin-top: -120px;
}

/* Margin bottom Negtive value */
.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-60 {
  margin-bottom: -60px;
}
.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/

.ptb-80 {
  padding: 80px 0;
}
.ptb-60{
    padding: 60px 0;
}
.pt-80{
  padding-top: 80px;
}
.pd-t-80 {padding: 80px 0;}

.pd-b-80 {
  padding-bottom: 80px;
}
.pr-40{
  padding-right: 40px;
}
/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-main {
  position: relative;
}
.bg-overlay-main:before {
  content: "";
  position: absolute;
  background-color: #3d4461;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
}
.bg-overlay-main > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary-two {
  position: relative;
}
.bg-overlay-primary-two:before {
  content: "";
  position: absolute;
  background-color: #d8e4f0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.bg-overlay-primary-two .section-header .section-title {
  color: white;
}
.bg-overlay-primary-two .section-header p {
  color: white;
}
.bg-overlay-primary-two > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #d8e4f0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}
.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.01;
}
.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-white {
  position: relative;
}
.bg-overlay-white:before {
  content: "";
  position: absolute;
  background-color: darkgrey;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888 !important; 
}


.scrollToTop {
  position: fixed;
  bottom: 0;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #213483;
  border: 1px solid #213483;
  color: white;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.scrollToTop.active {
  bottom: 90px;
  transform: translateY(0%);
  color: white;
  text-align: center;
}

.scrollToTop:hover {
  background-color: transparent;
  color: #213483;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.cmn-btn-active {
  position: relative;
  background: transparent;
  border: 1px solid #213483;
  color: #213483;
  padding: 8px 35px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn-active:focus, .cmn-btn-active:hover {
  color: white;
  background-color: #213483;
  box-shadow: 0px 15px 20px -8px #213483;
}
@media only screen and (max-width: 991px) {
  .cmn-btn-active {
    font-size: 16px;
  }
}

.cmn-btn {
  position: relative;
  color: white;
  background-color: #213483;
  padding: 8px 35px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cmn-btn:focus, .cmn-btn:hover {
  color: white;
}


.custom-btn {
  color: #003367;
  font-size: 14px;
  font-weight: 500;
  z-index: 9;
  transition: all ease 0.5s;
}
.custom-btn:hover {
  color: #213483;
}

.booking-btn{text-align: center;}

.border-btn {
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.3;
  transition: all 0.5s;
  border: 1px solid rgba(222, 229, 234, 0.5);
  margin: 3px;
}
.border-btn.active {
  background-color: #213483;
  color: white;
}
.border-btn:hover {
  background-color: #213483;
  color: white;
}

.small-btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  transition: all 0.5s;
  position: relative;
}
.small-btn::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 51, 103, 0.5);
}
.small-btn::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #213483;
  transition: all 0.5s;
}
.small-btn:hover::after {
  width: 100%;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input, textarea {
  padding: 15px 20px;
}
input::placeholder, textarea::placeholder {
  color: #758b9f;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  border-radius: 15px;
  margin-bottom: 10px;
  font-size: 100%;
  color: #758b9f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

label {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 10px;
  display: block;
  text-align: right;
}

/*--------Nice Select----------*/
.nice-select {
  background-color: #213483;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 30px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 25px;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: none;
  outline: none;
  z-index: 99;
}

.nice-select::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 75px;
  min-height: 50px;
  max-height: 200px;
}
.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select .option {
  cursor: pointer;
  line-height: 40px;
  font-size: 14px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option.disabled:after {
  border-color: #cccccc;
}
.nice-select .option:hover {
  background-color: #3d4461;
  color: white;
}
.nice-select .option.selected.focus:hover {
  color: #003367;
}
.nice-select .current {
  display: block;
  color: white;
}

.form-group {margin: 0;}
.form-btn button {
  padding: 8px 20px;
  font-size: 15px;
  color: #fff;
  background: #213483;
  font-weight: bold;
  border-radius: 20px;
}
/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
body.loader{
  overflow: hidden;
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1100;
}

.heartbeatloader {
  position: absolute;
  width: 10vmin;
  height: 10vmin;
  z-index: -2;
  margin: auto;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
}
.svgdraw {
  top:0px;
  left:0px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  z-index: 3;
}
.path {
  stroke: #fff;
  stroke-width: 4;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;    
  animation: draw 1.5s infinite forwards normal linear;
  animation-delay: 0.1s;
  position: relative;
}
.innercircle img {
  width: 30px;
  margin: 3px 0px;
}
@keyframes draw {
to {
  stroke-dashoffset: 0;
}
}
.innercircle {
  width: 100%;
  text-align: center;
  height: 100%;
  border-radius: 50%;
  background-color: #fff !important;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  opacity: 0.9;
  animation: innerbeat 1.5s infinite linear forwards;
}
@keyframes innerbeat {
  0% {transform: scale(1);}
  10% {transform: scale(1);}
  50% {transform: scale(1.15);}
  60% {transform: scale(1.05);}
  75% {transform: scale(1.2);}
}
.outercircle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #21348390;
  box-shadow: 0 0 40px 20px #fff;
  position: absolute;
  z-index: -1;
  opacity: 0.9;
  top:0;
  left: 0;
  transform: scale(1.2);
  animation: outerbeat 1.5s infinite linear forwards;
}
@keyframes outerbeat {
  0% {transform: scale(1.2);}
  10% {transform: scale(1.2);}
  50% {transform: scale(1.3);}
  60% {transform: scale(1.25);}
  75% {transform: scale(1.3);}
}

::selection {
  background-color: #213483;
  color: white;
}

@media (min-width: 1680px) {
  .custom-container {
    max-width: 1550px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1170px) {
  .custom-container {
    max-width: 1230px;
    padding-right: 15px;
    z-index: 10000000000;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1170px) {
  .custom-container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}


.header {
  background-color: #fff;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-section.header-fixed .header-bottom-area {
  padding-top: 0;
}

.header-bottom-area {
  position: relative;
  background: transparent;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1700px) {
  .header-bottom-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-bottom-area .header-bottom-action .cmn-btn {
  padding: 8px 20px;
  font-size: 0.95vw;
  margin-left: 10px;
}

.header-bottom-area .navbar-expand-lg {
  z-index: 10;
  padding: 0 !important;
}


.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  margin-right: 40px;
}
@media only screen and (max-width: 1700px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    text-align: right;
    margin-right: 20px;
  }
}
.show-dro{
  display: block !important;
}
.header-bottom-area .navbar-collapse .main-menu .dropdown:hover .sub-menu {display: block;visibility: visible;top: 80%;}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  /* transform: translateY(2px); */
  margin-left: 5px;
}

.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0 30px 0;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 0.95vw;
  align-items: center;
  display: inline-block;
  font-family: "Cairo", sans-serif;
}
.header-bottom-area .navbar-collapse .main-menu .btn-group button {
    font-size: 0.95vw !important;
    color: #000 !important;
    font-weight: bold !important;
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
  position: absolute;
  content: '';
  bottom: 20px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #213483;
  transition: all 0.5s;
}

.header-bottom-area .navbar-collapse .main-menu li.active  a {
  color: #213483;
  font-weight: bold;
}
.header-bottom-area .navbar-collapse .main-menu li:hover link {
  color: #213483;
}
.header-bottom-area .navbar-collapse .main-menu li.active a::after {
  width: 30px;
}
.header-bottom-area .navbar-collapse .main-menu li:hover link::after {
  width: 30px;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
.page-link{
padding: 5px 10px;
    color: #333 !important;
    cursor: pointer !important;
    margin: 3px !important;
    background-color: #fff0 !important;
    border: none !important;
}
.page-item.active .page-link{
background-color: #003367 !important;
    color: #fff !important;
    border-radius: 7px !important;}

@media (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
  .language-select .nice-select,
  .header-bottom-area .header-bottom-action .cmn-btn
  {
      font-size: 1.8vw !important;
  }
  .header-bottom-action {
      width: max-content !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 100%;
  text-align: right;
  left: 0;
  width: 250px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 20px 0px;
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
  border-left: 3px solid #213483;
  border-radius: 3px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(0, 51, 103, 0.1);
  margin-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li::before {
  /* position: absolute; */
  /* content: ''; */
  /* top: 0; */
  left: 0;
  width: 0;
  height: 100%;
  background-color: #213483;
  transition: all 0.5s;
  z-index: -1;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover::before {
  width: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #003367;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: black !important;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
.brand-item{
  width: 120px;
  height: 120px;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-section-two {
  position: relative;
}
.header-section-two .header-bottom-area {
  padding-top: 0;
}

.header-top-search-area {
  position: absolute;
  top: 100%;
  width: 350px;
  right: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .header-top-search-area {
    width: 100%;
  }
}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.header-search-form input {
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-family: var(--para-font);
  border: none;
  color: #758b9f;
}
.header-search-form input::placeholder {
  color: #758b9f;
}
.header-search-form .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  padding: 0 20px;
  background-color: #213483;
  color: white;
}

.header-right .search-bar {
  border-left: 1px solid #e5e5e5;
}

.search-bar a {
  margin-left: 10px;
  font-size: 16px;
  color: #003367;
  border: 2px dashed #213483;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

.account a {
  margin-left: 10px;
  font-size: 18px;
  color: white;
  border: 2px dashed white;
  width: 45px;
  height: 45px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.language-select {
  position: relative;
  z-index: 99;
  margin-left: 20px;
}



.language-thumb i {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.login-thumb i {
  font-size: 18px;
  font-weight: 600;
}

.login-bar-two {
  margin-left: 30px;
}

.language-select .nice-select {
  padding-right: 10px;
  font-size: 0.95vw;
  background: transparent;
  font-weight: bold;
  border: none;
  width: auto;
  margin-right: 20px;
}

.language-select .nice-select span {
  color: #213483;
}
.language-select .nice-select .option {
  font-weight: 600;
  font-size: 14px;
  /* width: 100px; */
}
.language-select .nice-select .option:hover {
  color: white;
}
.language-select .nice-select .option.selected.focus:hover {
  color: #003367;
}

.language-select .nice-select:after {
  border-style: solid;
  border-width: 7px 7px;
  border-color: #213483 transparent transparent;
  transform: rotate(0);
  /* left: 1px; */
}

.site-logo img {
  max-width: 50px;
}

.card-body h5{text-align: center;}

.login-bar span {
  margin-left: 10px;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #213483;
  font-size: 30px;
}


.header-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 112;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-form.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-form .skip {
  position: absolute;
  top: 150px;
  right: 80px;
  font-size: 20px;
  color: #003367;
  cursor: pointer;
}

.header-form .header-form-area {
  width: 100%;
  max-width: 720px;
  margin: 15px;
  position: relative;
}

.header-form .header-form-area input {
  height: 50px;
  background: transparent;
  color: #758b9f;
  border: 1px solid transparent;
  width: 100%;
  border-bottom: 1px solid #213483;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.header-form .header-form-area input::placeholder {
  color: #758b9f;
}

.header-form .header-form-area button, .header-form .header-form-area input[type="button"], .header-form .header-form-area input[type="reset"], .header-form .header-form-area input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 40px;
  border: none;
  background: transparent;
  color: #213483;
  font-size: 18px;
  text-align: right;
}

@media (max-width: 1199px) {
  .header-right .search-bar a {
    margin-right: 14px;
    padding: 31px 3px;
  }

  .header-top-area {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-bottom-area-two {
    padding: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu li a,
  .header-bottom-area .navbar-collapse .main-menu .btn-group button
  {
      font-size: 1.8vw !important;
  }
  
  .header-bottom-area .navbar-collapse .main-menu li a::after {
    bottom: 5px;
    right: 15px;
  }

  .header-bottom-area {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .header-right .search-bar {
    display: none;
  }

  .language-select-two {
    display: none;
  }

  .login-bar-two {
    display: none;
  }

  .header-action {
    margin-top: 20px;
  }
}

.section-header p {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}


.title-border {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.title-border::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -50px;
  height: 2px;
  width: 40px;
  background-color: #213483;
}
.title-border::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -50px;
  height: 2px;
  width: 40px;
  background-color: #213483;
}

.title-border-left {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
.title-border-left::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 70px;
  border: 1px solid #213483;
  border-radius: 30px;
  overflow: hidden;
}
.title-border-left::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 5px;
  width: 35px;
  background-color: #213483;
  animation: divider-effect 5s linear infinite;
}
.coming h1 ,.coming p{
text-align: center;
color: #11101D;
font-family: "Cairo", sans-serif;
}
.card-coming{
  background: white;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0px 3px 6px #00000028;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
/*-------------------------------------------------
    [ ## Pagination ]
*/

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.banner {
  /* height: 90vh; */
  position: relative;
}

.banner-section {
  position: relative;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: white;
}
.banner .banner-section{
  height: 90vh;
}

.marquee-2,.marquee-3{
  display: none !important;
}
marquee{
    padding: 0!important;
}
.modal-header .close{
  margin: 0;
  padding: 0;
}
.modal-body p{
  margin-bottom: 5px;
}
.control  input{
  float: right;
  width: 23px;
  margin-bottom: 0;
  margin-top: 8px;
}
.modal-footer button,.modal-footer button:hover{
  border-radius: 30px;
  background-color:#213483;
  font-size: 13px;
  font-weight: 600;
}
  .apexcharts-text tspan {
        font-family: inherit !important;
        font-size: 12px !important;
        font-weight: bold !important;
        color: black !important;
    }
    

.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color: #11101D;
}

.banner-section .banner-content p {
  width: 88%;
  margin: 0 auto;
      text-align:center;

}
.banner-section .banner-btn {
  margin-top: 30px;
}

.inner-banner-section {
  padding-top: 180px !important;
  padding-bottom: 205px !important;
}
.inner-banner-section::after {
  display: none;
}
.inner-banner-section .banner-content .title {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.inner-banner-section  h1{
  font-size: 45px;
  margin: 0;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  justify-content: center;
}

.breadcrumb li {
  color: #213483;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: #003367;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active::before {
  content: "\f101";
  transform: scale(-1,1);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #213483;
  font-size: 16px;
  right: 0px;
}

@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  .pd-t-120 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
  
  .header-bottom-area .navbar-collapse .main-menu .btn-group {
    margin-right: 6px !important;
  }

  h3 {
    font-size: 20px;
  }

  .banner-section .banner-content p {
    width: 100%;
  }
}
.banner-slider {
  overflow: hidden;
  height: 90vh;
  display: flex;
}
.banner-slider .swiper-slide-active .banner-section .banner-content .title {
  animation: fadeInDown 2s;
  -webkit-animation: fadeInDown 2s;
}
.banner-slider .swiper-slide-active .banner-section .banner-content p {
  animation: fadeInUp 5s;
  color: #11101D;
  font-weight: 700;
  font-size: 17px;
}
.banner-slider .swiper-slide-active .banner-section .banner-content .banner-btn {
  animation: fadeInUp 7s;
}
.banner-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  bottom: 4%;
    left: 0;
    width: 100%;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet{
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #213483;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet-active{
  width: 30px;
}

.banner-social-area {
  position: absolute !important;
  display: flex;
  flex-wrap: wrap;
  top: 50%;
  right: -38px;
  transform: rotate(90deg) translateY(-50%);
  z-index: 9;
  -moz-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  -webkit-transform: rotate(90deg) translateY(-50%);
}


.banner-social-area span {
  position: relative;
  color: #003367;
  font-size: 16px;
  padding-right: 30px;
  display: inline;
}

.banner-social-area span::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #003367;
}

.banner-social {
  margin-left: 10px;
}

.banner-social li {
  display: inline-block;
}

.banner-social li a {
  border-radius: 50%;
  display: inline-block;
  padding-left: 0 !important;
  color: #003367;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-social li + li {
  margin-left: 10px;
}

.ruddra-next, .ruddra-prev {
  position: absolute !important;
  top: 50%;
  text-align: center;
  outline: none;
  transition: all 300ms ease;
  display: inline-block;
  font-size: 20px;
  background: transparent;
  border: 1px solid #213483;
  color: #213483;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 99;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ruddra-next:hover, .ruddra-prev:hover {
  background-color: #213483;
  color: white;
}

.ruddra-prev {
  left: -10px;
}


.ruddra-next {
  right: -10px;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
.team-item {
  border: 1px solid rgba(222, 229, 234, 0.5);
  -webkit-box-shadow: 0 0 15px #CBC9C9;
  box-shadow: 0 0 15px #CBC9C9;
  padding: 10px;
  border-radius: 20px;
  transition: all 0.5s;
  background: #fff;
}

.team-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.team-item:hover .team-thumb .social-icon {
  visibility: visible;
  opacity: 1;
}
.team-item:hover .team-thumb .team-thumb-overlay {
  transform: scale(1);
  opacity: 1;
}

.team-thumb {
  position: relative;
  width: 315px;
  border-radius: 20px;
}

.team-thumb .team-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 700ms ease;
  transform: scale(0);
  background: rgba(61, 68, 97, 0.85);
}
.team-thumb img {
  width: 100%;
  border-radius: 20px;
}
.team-thumb .social-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.team-thumb .social-icon li {
  display: inline-block;
}
.team-thumb .social-icon li + li {
  margin-left: 10px;
}
.team-thumb .social-icon a i {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  transition: 0.3s all ease;
  margin: 0;
}

.team-content {
  padding-right: 20px;
  text-align: right;
}

.team-content .title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.team-content p {
  font-size: 13px;
}
.team-content .team-list li {
  font-size: 13px;
}
.team-content .team-list li i {
  margin-right: 5px;
  color: #213483;
}

/*--------------------------------------------------------------
    [ ## Project ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.client-section {
  position: relative;
  background-color: #F5F8F9;
}
.client-section .section-header p {
  width: 60%;
}

.client-section .client-element-one {
  position: absolute;
  top: 30%;
  left: 12%;
  animation: giraffe 3s linear infinite;
}
.client-section .client-element-two {
  position: absolute;
  bottom: 15%;
  right: 12%;
  animation: giraffe2 3s linear infinite;
}

.client-slider {
  overflow: hidden;
}

.client-item:hover .client-content::before {
  left: 0;
  right: 0;
}

.client-content {
  background-color: white;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.client-content::before {
  position: absolute;
  left: 115px;
  bottom: -2px;
  right: 115px;
  height: 2px;
  background: #213483;
  content: "";
  transition: all 500ms ease;
}
.client-content .client-icon {
  position: absolute;
  z-index: -1;
  top: 10%;
  font-size: 60px;
  line-height: 1em;
  opacity: .3;
}
.client-content .client-icon i {
  display: inline-block;
  text-align: center;
  color: #213483;
}
.client-content p {
  font-size: 15px;
  font-style: italic;
}

.client-thumb {
  margin-top: -40px;
  position: relative;
  z-index: 9;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.client-footer {
  margin-top: 10px;
}
.client-footer .title {
  font-weight: 500;
  margin-bottom: 0;
  font-weight: 600;
}
.client-footer .sub-title {
  font-size: 14px;
  font-style: italic;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*
/*-------------------------------------------------
    [ ### news Block ]
*/
.dropdown-menu{
  width: 250px;
  padding: 10px;
}
.dropdown-menu li{
  font-size: 15px !important;
  margin-right: 0 !important;
  text-align: right;
}
.dropdown-menu li:hover{
font-size: 15px !important;
font-weight:bold !important;
}

.statistics{
  width: 100%;
  height: 100px;
  padding: 10px;
  border-radius: 15px;
  background-color:#ffff;
  box-shadow: 0px 3px 6px #00000028;
}
.card-organizational{
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  background-color:#ffff;
  box-shadow: 0px 3px 6px #00000028;
}
.statistics:hover{
  background-color:#213483;
  color: white;
}
.statistics:hover h3,.statistics:hover h4{
  color: white;
}

.statistics-bar{
  width: 100%;
  height: 100%;
  padding:20px 10px;
  border-radius: 15px;
  background-color:#ffff;
  box-shadow: 0px 3px 6px #00000028;
}
.text-statistics{
  float:right;
  padding-top: 7px;
}
.icon-statistics{
  font-size: 45px;
  float: left;
  opacity: 0.8;
}
.title-Patent{
  color: #003367;
  margin-bottom: 10px;
  text-align: right;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.Patent{
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 15px;
  background-color:#ffff;
  box-shadow: 0px 3px 6px #00000028;
}
.table-staff{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color:#ffff;
  box-shadow: 0px 3px 6px #00000028;
}
.staff-content{
  padding: 20px;

}

.staff-card .staff-content .list li{
  text-align: right;
  font-size: 16px;
  color: #212529;
  margin-bottom: 5px;
  font-weight: bold;
}
.staff-card .staff-content .list li span{
  font-weight: 600;
  margin-right: 5px;
}
.show-entries{
  float: right;
}
.show-entries span{
  font-size: 14px;
}
.show-entries select.form-control {
  width: 60px;
  margin: 0 5px;
  text-align: center;
}

.table-filter .filter-group:nth-of-type(odd) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-filter input, .table-filter select {
height: 34px;
border-radius: 3px;
border-color: #ddd;
  box-shadow: none;
}
.table-filter {padding: 5px 0 15px;margin-bottom: 5px;}
.table-filter .btn {height: 34px;padding: 5px 10px;color: #fff;float: left;background: #213483;border-radius: 9px;}
.table-filter label {font-weight: bold;color:black;font-size: 14px;float: right;line-height: 35px;min-width: max-content !important}
.table-filter select, .table-filter input {display: inline-block;margin-right: 5px;}
.table-filter input {border-radius: 10px;float: right;display: inline-block;}
.table-filter button {margin-right: 10px; margin-bottom: 10px;}
.filter-group select.form-control {
  border-radius: 10px;
  line-height: 20px;
}
.filter-icon {
  float: right;
  margin-top: 7px;
}
.filter-icon i {
  font-size: 18px;
  opacity: 0.7;
}
.Patent .icon{
  background:#003367;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  float: right;
  font-size: 13px;
  padding: 2px 9px;
  border-radius: 50%;
  color:#fff;
}
.Patent p{
  font-weight: 700;
  text-align:center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #11101D;
}
.Patent .date{
  font-weight: bold;
  color:#003367;
  text-align: center;
  font-size: 18px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.Patent  .card-foote{
  position: absolute;
  bottom:  10px;
  left:0;
  width: 100%;
  /* height: 100%; */
  padding: 0;
}
.blog-item {
  transition: all 0.5s;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000028;
  height: 510px;
}
.blog-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog-item .blog-thumb {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.blog-item .blog-thumb img {
  height: 300px;
  border-radius: 20px 20px 0 0;
  VARIANT: JIS04;
  FONT-VARIANT: JIS04;
  padding: 10px 10px 0px 10px;
}
.blog-item .blog-thumb .blog-cat {
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: #3d4461;
  color: white;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 10px;
}
.blog-item .blog-content {
  padding: 10px;
  border-radius: 0 0 20px 20px;
}
.blog-item .blog-content .title {
  font-weight: bold;
  transition: all 0.3s;
  font-size: 15px;
  height: 36px;
  overflow: hidden;
}
.blog-item .blog-content .title:hover {
  color: #213483;
}
.blog-item .blog-content p {
  font-size: 15px;
  text-align: right;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.blog-item .blog-content h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-item .blog-content .blog-btn {
  margin-top: 20px;
}
.tui-pagination{
  margin: auto !important;
}
.tui-pagination .tui-first, .tui-pagination .tui-prev, .tui-pagination .tui-next, .tui-pagination .tui-last, .tui-pagination .tui-prev-is-ellip, .tui-pagination .tui-next-is-ellip{
  transform: scale(-1,1) !important;
}
.tui-pagination .tui-is-selected:hover,.tui-pagination .tui-is-selected, .tui-pagination strong{
  background-color:#213483!important;
  border-radius: 5px;
}
.tui-page-btn{
  margin-left: 3px !important;
  margin-right: 3px; 
  border:none !important;
}
.simple-pagination ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
  border-radius: 7px;

}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 7px;
  background: transparent;
  border: none;
}

.simple-pagination .current {
  color: #FFF;
  background-color: #213483;
  border-radius: 7px;
}

 
.awrard-card{
  background-color:#fff;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: 1px 2px 1px #00000033;
}
.awrard-card .img{
  overflow: hidden;
  margin-bottom: 10px;
  height: 220px;
}
.awrard-card .title i{
  font-size: 15px;
}
 .fas ,.fa{
  padding: 0;
}
.awrard-card .img img{border-radius: 10px;height: 100%;width:100%;}
.ribbon {
  display: none;
  font: bold 15px sans-serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-230deg);
  position: relative;
  padding: 5px 0;
  bottom: 195px;
  left: -228px;
  width: 90px;
  background-color: #000;
  color: #fff;
}
.awrard-card .title{
  font-size: 17px;
  font-weight: bold;
}
.awrard-card .sub-title{
  color: #003367;
  font-size:17px;
  font-weight: bold;
  font-family: "Cairo", sans-serif;
}
.awrard-card .sub-title i{
  padding-left: 5px;
}
.awrard-card p{
  color: #11101D;
  font-size: 16px;
  font-weight: bold;
}
.awrard-card .date{
  float: left;
}
.pagination {
  width: 75%;
  margin: 1em auto;
  text-align: center;
}

.pagination-button {
  display: inline-block;
  padding: 5px 10px;
  color: #333;
  cursor: pointer;
  margin:3px
}

  .pagination-button:hover, .pagination-button.active {
    background-color: #003367;
    color: #fff;
    border-radius: 7px;

  }
  .table-conventions td{
padding: 5px;
  }
#maxRows{
  width: 60px;
  float: right;
  text-align: center;
}
.scientific thead{margin-bottom: 1;margin-bottom: 10px;border-radius: 10px;}

.scientific thead th{border:none !important;font-size: 15px;text-align: center;vertical-align: middle;}
.scientific td{border:none !important;text-align: center;}
.table-conventions{
  background-color:#ffff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000028;
}
.table tbody td:last-child  {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px
}

.table tbody td:first-child{
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.img-table{
  height: 95px;
    width: 95px;
    border-radius: 15px;
    margin-left: 5px;
}
.banner-section-about{
  height: 90vh !important;
}
/*-------------------------------------------------
    [ ### Call To Action ]
*/
.call-to-action-section {
  float: left;
  width: 100%;
  /* height: 100%; */
  position: relative;
  z-index: 9;
  top: 0;
  transform: translate(0,-20%);
}

.call-to-action-area {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 645px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 15px 50px;
  -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.2);
}

.call-to-action-area .call-info {
  float: left;
  width: auto;
}
ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div h3,
ol.organizational-chart li > div h4,
ol.organizational-chart li > div h5 {
    position: relative;
    text-align: center;
    font-size: 18px;
    margin: 0;
    color: #fff;
}
.organizational-chart .header-chart::before{
  display: none;
}
.header-chart h3{
  font-size: 20px !important;
}
ol.organizational-chart li > div h4{
  font-family: "Cairo", sans-serif;
  font-size: 18px;
}
.text-about h4{
  font-size: 20px;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}
ol.organizational-chart .icon {
  background: #003367;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  float: right;
  font-size: 15px;
  padding: 1px 9px;
  border-radius: 50%;
  color: #fff;
}
ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0px;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 10px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #213483;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
  display: none;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #758b9f;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #0000FF;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        width: 100%;
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        right: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        right: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        right: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}
@media only screen and (max-width: 767px) {
  .call-to-action-area .call-info {
    width: 100%;
    text-align: center;
  }
}
.call-to-action-area .call-info .call-info-thumb {
  float: left;
  width: auto;
  margin: 0 20px 0 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .call-info .call-info-thumb {
    margin: 0;
    width: 100%;
  }
}
.call-to-action-area .call-info .call-info-thumb img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .call-info .call-info-thumb img {
    width: auto;
    margin: 0 auto;
  }
  
  .staff-card-edit .staff-img-edit img {
      height: 460px !important;
  }
}
.call-to-action-area .call-info .call-info-content {
  overflow: hidden;
  padding: 0 0 0 20px;
  margin-left: 20px;
  border-left: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .call-info .call-info-content {
    width: 100%;
    text-align: center;
    border: 0;
    clear: both;
    float: left;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
  }
}
.call-to-action-area .call-info .call-info-content .title {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.call-to-action-area .call-info .call-info-content .title span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.call-to-action-area .call-info .call-info-content .title a {
  display: block;
  color: #213483;
}
.call-to-action-area .dc-or-text {
  margin: 10px 0;
  font-size: 14px;
  display: block;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .dc-or-text {
    display: none;
  }
}
.call-to-action-area .mail-info {
  float: right;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .mail-info {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}
.call-to-action-area .mail-info .mail-info-thumb {
  float: right;
  margin: 0 0 0 20px;
  width: auto;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .mail-info .mail-info-thumb {
    float: left;
    margin: 0;
    width: 100%;
  }
}
.call-to-action-area .mail-info .mail-info-thumb img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .mail-info .mail-info-thumb img {
    width: auto;
    margin: 0 auto;
  }
}
.call-to-action-area .mail-info .mail-info-content {
  border: 0;
  text-align: right;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #ddd;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area .mail-info .mail-info-content {
    width: 100%;
    text-align: center;
    border: 0;
    clear: both;
    float: left;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
  }
}
.call-to-action-area .mail-info .mail-info-content .title {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.call-to-action-area .mail-info .mail-info-content .title span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.call-to-action-area .mail-info .mail-info-content .title a {
  display: block;
  color: #213483;
}

.brand-section .brand-wrapper {
  overflow: hidden;
}

.choose-section {
  background-color: #F5F8F9;
}

.choose-left-content .title {
  font-weight: 500;
  margin-bottom: 20px;
}
.choose-left-content .choose-btn {
  margin-top: 40px;
}

.choose-right-content .right-column-two {
  margin-top: 80px;
  margin-left: -100px;
}
@media only screen and (max-width: 991px) {
  .choose-right-content .right-column-two {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .choose-right-content .right-column-two {
    margin-left: 0;
  }
}

.choose-item {
  width: 250px;
  background-color: white;
  padding: 45px 40px;
  border-radius: 20px;
  margin: 0 35px;
  text-align: center;
  border: 1px solid rgba(222, 229, 234, 0.5);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.choose-item:hover {
  -webkit-box-shadow: 0 0 15px #CBC9C9;
  box-shadow: 0 0 15px #CBC9C9;
}
@media only screen and (max-width: 991px) {
  .choose-item {
    margin: 0;
    width: 100%;
  }
}
.choose-item:nth-child(2) {
  margin-top: 40px;
}
.choose-item .choose-content {
  margin-top: 15px;
}
.choose-item .choose-content p {
  font-size: 14px;
}

.choose-slider {
  overflow: hidden;
  position: relative;
}
.choose-slider .swiper-pagination {
  display: flex;
  position: absolute;
  left: -30%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .choose-slider .swiper-pagination {
    margin-top: 60px;
    position: relative;
    left: 0;
  }

}
.choose-slider .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
}
.choose-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #213483;
  width: 30px;
}

.google-map-section iframe {
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.map{
  height: 100% !important;
  max-height: 400px;

}
iframe{
  -webkit-filter: grayscale(100%);

}
.clinic-item,.contact-item{
  background:#fff;
  border-radius:20px;
  padding: 10px;
  box-shadow: 1px 2px 1px  #00000033;
}
.clinic-item .clinic-icon{
  border-radius:15px;
  background-color: #f0f2f5;
  padding: 5px;
  width:25%;
  text-align: center;
  height: 50px;
  margin-bottom: 10px;
}
.clinic-text{
  text-align: right;
  color:#000
}
.clinic-text h2{
  font-size: 22px;
}
.clinic-item .clinic-icon i{
  font-size: 27px;
  line-height: 40px;
}
.booking-section .section-header {
  margin-bottom: 30px;
}

.booking-item ,.staff-card {
  border: 1px solid rgba(222, 229, 234, 0.5);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  background: white;
  box-shadow: 1px 2px 1px #00000033;
  /* padding: 10px; */
  transition: all 0.3s;
}
.booking-item:hover {
  -webkit-box-shadow: 0 0 15px #CBC9C9;
}
.booking-item:hover .booking-thumb .fav-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.booking-item .booking-thumb ,.staff-card .staff-img {
  position: relative;
  padding: 10px;
}
.booking-item .booking-thumb img,.staff-card .staff-img img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}
.booking-item .booking-thumb .doc-deg {
  position: absolute;
  top: 10%;
  left: 5%;
  background-color: #213483;
  color: white;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 10px;
}
.booking-item .booking-thumb .fav-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10%;
  right: 5%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 3px;
  color: #2E3842;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.booking-item .booking-thumb .fav-btn:hover {
  background-color: #213483;
  color: white;
}
.booking-item .booking-content {
  padding: 20px;
  text-align: right;
}
.booking-item .booking-content .sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.booking-item .booking-content .sub-title i {
  font-size: 16px;
  float:right;
  line-height: 24px;
  padding-left: 5px;
}
.booking-item .booking-content .title {
  margin-bottom: 2px;
  font-weight: bold;
  text-align: right;
}
.booking-item .booking-content .title i {
  margin-left: 5px;
  font-size: 12px;
  float: right;
  line-height: 23px;
}
.booking-item .booking-content P {
  font-size: 17px;
  margin-bottom: 2px;
}
.booking-item .booking-content .booking-ratings i {
  font-size: 12px;
  color: #ffd57f;
}
.booking-item .booking-content .booking-ratings .feedback {
  font-size: 12px;
}
.booking-item .booking-content .booking-list {
  margin-top: 5px;
}
.booking-item .booking-content .booking-list li {
  font-size: 17px;
  color: #11101D;
  font-weight: 600;
  margin-bottom: 5px;
}
.booking-item .booking-content .booking-list li i {
  margin-left: 5px;
}
.booking-item .booking-content .booking-list li span {
  color: #213483;
}
.booking-item .booking-content .booking-btn {
  margin-top: 20px;
}
 .booking-btn .cmn-btn {
  padding: 5px 15px;
  font-size: 12px;
}
.category{
  width: 95%;
  margin: auto;
}
.booking-slider,.labbooking-slider,.Clinic-slider,.lab-slider {
  overflow: hidden;
  height: 100%;
  padding-bottom: 20px;
}
.booking-slider .ruddra-next,.labbooking-slider .ruddra-next,.lab-slider .ruddra-next,.Clinic-slider  .ruddra-next{
  transform: translate(-30%, -100%);
  top: -30px;
  right: 85%;
}
.booking-slider .ruddra-prev,.labbooking-slider .ruddra-prev,.lab-slider .ruddra-prev,.Clinic-slider  .ruddra-prev{
  left: 5%;
  transform: translate(10px, -100%);
  top: -30px;
}
.labbooking-slider img{
  height: 200px;
}

.lab{
  width: 100%;
}
.lab-item{
  background:#fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 1px 2px 1px #00000033;
}
.lab-item .booking-btn{
}
.lab-item .booking-btn .cmn-btn{
  padding: 10px 15px;
  font-size: 15px;
}
.lab-img{
  text-align: center;
}
.lab-img img{
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  }
.News-section img{
height: 180px;
}
.blog-btn{
  text-align: left;
}
.blog-btn a{
  font-weight: 600;
  font-size: 14px;
  font-weight: bold;
}
.news{
  background: #213483;
  width: 75px;
  color: white;
}
.news-scroll a{
  margin-left: 10px;
  margin-right: 10px;
}


.booking-section-two .booking-right .booking-content{
  width: 100% !important;
}

.booking-right-area {
  width: 100%;
  margin-right: 0;

}

.booking-section-two .booking-item {
  padding: 10px;
position: relative;
top: -25%;
}
@media only screen and (max-width: 767px) {
  .booking-section-two .booking-item {
    display: block !important;
  }
  .booking-section-two .booking-left {
    display: block !important;
  }
  .booking-section-two .booking-item .booking-thumb{
    width: 100% !important;
  }
  .booking-section-two .booking-item .booking-content {
    width: 100% !important;
    margin-top: 20px;
    padding-left: 0 !important;
  }
}

.booking-section-two .booking-item .booking-thumb img {
  border-radius: 20px;
}
.booking-section-two .booking-item .booking-content {
  padding: 0;
  padding-left: 20px;
}
.booking-section-two .booking-tag {
  margin-top: 20px;
}
.booking-section-two .booking-tag li {
  display: inline-block;
}
.booking-section-two .booking-tag li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(222, 229, 234, 0.5);
  border-radius: 5px;
  font-size: 16px;
}
.booking-section-two .booking-tag li:hover a {
  background-color: #213483;
  color: white;
}
.booking-section-two .booking-tag li + li {
  margin-left: 5px;
}

.overview-area {
  border: 1px solid rgba(222, 229, 234, 0.5);
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}

.overview-tab-wrapper .tab-menu {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  text-align: center;
}
.overview-tab-wrapper .tab-menu li {
  color: #003367;
  padding: 0 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border: none;
  outline: none;
  padding-bottom: 10px;
  margin: 0 80px 0 0;
  transition: all 0.3s;
}
.overview-tab-wrapper .tab-menu li.active {
  border-bottom: 2px solid #213483;
  color: #213483;
}
@media only screen and (max-width: 1199px) {
  .overview-tab-wrapper .tab-menu li {
    margin: 0;
    padding: 0 4px 8px 4px;
    font-size: 14px;
  }
}

.overview-content {
  padding-bottom: 30px;
}
.overview-content h5 {
  margin-bottom: 15px;
}
.overview-content .overview-box {
  position: relative;
}
.overview-content .overview-box::before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}
.overview-content .overview-list {
  position: relative;
  float: right;
}
.overview-content .overview-list li {
  position: relative;
}
.overview-content .overview-list li .overview-user {
  background: #fff;
  height: 10px;
  right: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}
.overview-content .overview-list li .overview-user .before-circle {
  background-color: rgba(255, 134, 134, 0.2);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 2px solid #213483;
}
.overview-content .overview-list li .overview-details {
  margin: 0px 20px 20px 0px;
  text-align: right;
  padding: 0;
  position: relative;
}
.overview-content .overview-list li .overview-details .title {
  margin-bottom: 5px;
}
.overview-content .overview-list li .overview-details span {
  font-size: 14px;
}
.overview-content .overview-footer-area {
  width: 60%;
}
.overview-content .overview-footer-list li {
  font-size: 14px;
}
.overview-content .overview-footer-list li i {
  margin-right: 5px;
}

.overview-booking-list li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-right: 30px;
}
.overview-booking-list li::before {
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 3px;
}
.overview-booking-list .available::before {
  border: 1px solid #e5e5e5;
  background-color: #e9e9e9;
}
.overview-booking-list .booked::before {
  background-color: #ee0730;
}
.overview-booking-list .selected::before {
  background-color: #3d4461;
}

.overview-booking-area {
  border: 1px solid rgba(222, 229, 234, 0.5);
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.overview-booking-area .clearfix {
  margin-bottom: -10px;
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}
.overview-booking-area .clearfix li {
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.overview-booking-area .clearfix li a {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  display: block !important;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 3px 20px;
  text-align: center;
  position: relative;
}
.overview-booking-area .clearfix li a:hover {
  background-color: transparent;
}
.overview-booking-area .clearfix li a.active {
  background-color: #3d4461;
  color: white;
}
.overview-booking-area .clearfix li a.disabled {
  background-color: #ee0730;
  color: white;
  cursor: not-allowed;
}

.booking-appoint-area {
  margin-top: 30px;
}
.booking-appoint-area .booking-appoint-form-area .title {
  text-align: right;
  margin-bottom: 20px;
}
.booking-appoint-area .booking-appoint-form-area .booking-appoint-form input {
  font-size: 14px;
  border-radius: 10px;
  padding: 10px 15px;
}
.booking-appoint-area .booking-appoint-form-area .booking-appoint-form textarea {
  font-size: 14px;
  border-radius: 10px;
  padding: 10px 15px;
}
.booking-appoint-form-area .cmn-btn {
  padding: 8px 30px;
  font-size: 14px;
  margin-top: 10px;
}
.booking-banner{height: 40vh;}
.booking-confirm-area .title {
  margin-bottom: 20px;
  text-align: right;
}
.booking-confirm-area .booking-confirm-list li {
  padding-bottom: 10px;
  text-align: right;
}
.booking-confirm-area .booking-confirm-list li span {
  color: #213483;
  font-weight: 600;
}
.booking-confirm-area .booking-confirm-btn {
  margin-top: 20px;
}
.booking-confirm-area .booking-confirm-btn a {
  padding: 8px 30px;
  font-size: 14px;
  margin-right: 10px;
}

.appoint-content .title {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.appoint-content p {
  font-size: 17px;
  color: #11101D;
  text-align: center;
}
.appoint-content .appoint-form {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.appoint-content .appoint-form .appoint-icon {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #758b9f;
  font-size: 15px;
}
.appoint-content .appoint-form input {
  border-radius: 10px;
  border: 1px solid rgba(222, 229, 234, 0.5);
  padding-left: 40px;
}
.appoint-content .appoint-form .search-location {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}
@media only screen and (max-width: 991px) {
  .appoint-content .appoint-form .search-location {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
  }
}
.appoint-content .appoint-form .appoint-select {
  width: 100%;
  position: relative;
  text-align: left;
}
.appoint-content .appoint-form .appoint-select select {
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 30px 10px 20px;
}
.appoint-content .appoint-form .appoint-select .chosen-container {
  border: 0;
  height: 45px;
  outline: none;
  font-size: 14px;
  background: #fff;
  border-radius: 10px !important;
  box-shadow: none;
  line-height: 18px;
  border-radius: 5px;
  width: 100% !important;
}
.appoint-content .appoint-form .appoint-select .chosen-container .chosen-single {
  margin: 0;
  z-index: 2;
  color: #758b9f;
  width: 100%;
  height: 45px;
  outline: none;
  background: none;
  font-size: 16px;
  box-shadow: none;
  line-height: 18px;
  padding: 10px 18px;
  border-radius: 10px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(222, 229, 234, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.appoint-content .appoint-form .appoint-select .chosen-container .chosen-single span {
  margin: 0;
  color: #758b9f;
  width: 100%;
  text-align: right;
  line-height: 25px;
}
.appoint-content .appoint-form .appoint-select .chosen-container .chosen-search input {
  height: 40px;
  border-color: #ddd;
  border-radius: 10px;
}
.text-results{
  padding-top: 40px;
}
.appoint-content .appoint-form .appoint-select .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #767676;
  line-height: 34px;
}
.appoint-content .appoint-form .appoint-select .chosen-container .chosen-drop {
  border-radius: 10px;
}
.appoint-content .appoint-form .search-info {
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  margin-right: 12px;
  position: relative;
  width: 490px;
}
@media only screen and (max-width: 991px) {
  .appoint-content .appoint-form .search-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
  }
}
.appoint-content .appoint-form .search-btn {
  width: 45px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  height: 45px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .appoint-content .appoint-form .search-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .appoint-content .appoint-form .search-btn {
    height: 45px;
  }
}

.faq-section .section-header {
  margin-bottom: 20px;
}

.faq-wrapper {
  margin: -7px 0;
}
.faq-wrapper .faq-item {
  padding: 15px 0;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 20px;
  margin-top: -7px;
  margin-bottom: -7px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  border: 1px solid rgba(222, 229, 234, 0.5);
  border-radius: 10px;
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  padding: 15px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.faq-wrapper .faq-item.open .right-icon::before {
  background-color: #213483;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::after {
  background-color: #213483;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-content {
  display: none;
}
.faq-wrapper .faq-content p {
  margin-top: 25px;
  padding-left: 20px;
  font-size: 15px;
}
.faq-wrapper .faq-content p:last-child {
  margin-bottom: -7px;
}
.faq-wrapper .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  right: 20px;
}
.faq-wrapper .right-icon::before, .faq-wrapper .right-icon::after {
  position: absolute;
  content: '';
  background: #003367;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.payment-item {
  border: 1px solid rgba(222, 229, 234, 0.5);
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px #CBC9C9;
  box-shadow: 0 0 15px #CBC9C9;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .payment-item {
    display: block !important;
    text-align: center;
  }
}
.payment-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.payment-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(222, 229, 234, 0.5);
}
@media only screen and (max-width: 1199px) {
  .payment-item::after {
    display: none;
  }
}
.payment-item .payment-badge {
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  position: absolute;
  border-right: 60px solid #213483;
  border-bottom: 60px solid transparent;
}
.payment-item .payment-badge i {
  right: -52px;
  top: 5px;
  color: #fff;
  bottom: auto;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
}
.payment-item .payment-thumb {
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .payment-item .payment-thumb {
    width: 100%;
  }
}
.payment-item .payment-thumb img {
  width: 100%;
}
.payment-item .payment-content {
  width: calc(100% - 290px);
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .payment-item .payment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.payment-item .payment-content .payment-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(222, 229, 234, 0.5);
  font-size: 14px;
}
.payment-item .payment-content .payment-list li span {
  font-weight: 600;
}
.payment-item .payment-content .payment-btn {
  margin-top: 20px;
}
.payment-item .payment-content .payment-btn a {
  padding: 8px 30px;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .payment-item .payment-content .payment-btn a {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .payment-preview-section .payment-item {
    display: block !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 1199px) {
  .payment-preview-section .payment-item {
    display: flex !important;
    text-align: left;
  }
}
.payment-preview-section .payment-item::after {
  left: 35%;
}
.payment-preview-section .payment-item .payment-thumb {
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .payment-preview-section .payment-item .payment-thumb {
    width: 100%;
  }
}
.payment-preview-section .payment-item .payment-content {
  width: calc(100% - 325px);
}
@media only screen and (max-width: 767px) {
  .payment-preview-section .payment-item .payment-content {
    width: 100%;
  }
}
.payment-preview-section .payment-item .payment-content .payment-btn a {
  width: 100%;
  text-align: center;
}


.contact-form-area .section-header {
  margin-bottom: 15px;
}
.contact-form-area .section-header .section-title {
  font-size: 22px;
  font-weight: 600;
  font-family:"Cairo", sans-serif ;
}
.contact-form-area .section-header p {
  width: 100%;
  font-size: 16px;
  color: #212529;
}
.contact-form-area .contact-form input {
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
}
.contact-form-area .contact-form textarea {
  border-radius: 10px;
  min-height: 100px;
  padding: 12px 15px;
  font-size: 14px;
}
.contact-form-area .contact-form .submit-btn {
  background-color: #213483;
  color: white;
  padding: 12px 35px;
  border-radius: 30px;
  width: 100%;
  font-size: 14px;
}
.contact-item-list{
    text-align: right;
}

.contact-item .contact-item-list li {
  font-size: 15px;
  text-align: center;
}

.contact-item-icon{
  width: 50px;
}



.contact-item-icon i{
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #213483;
  font-size: 20px;
  border-radius: 10px;
  background-color:#c9c9c926 ;
  

}

.contact-item-details{
  width: calc(100% - 50px);
  padding-right: 5px;
}



.map-section{
  overflow: hidden;
}

.map-area{
  border: 1px solid rgba(222, 229, 234, 0.5);
  padding: 30px;
  border-radius: 10px;
}

.maps {
  height: 400px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog-details-section {
  background-color: #F5F8F9;
}
.blog-details-section .blog-item {
  background-color: white;
  border-radius: 20px;
}
.blog-details-section .blog-item .blog-thumb {
  border-radius: 17px 17px 0 0;
  padding: 0px;
  margin-bottom: 10px;
}
.blog-details-section .blog-item .blog-content {
  border: none;
  padding-top: 0;
  background: #fff;
}
.blog-details-content-header .blog-details-date{
  font-size: 14px;
  font-style: italic;
  margin-top: -5px
}
.blog-details-content-header .blog-details-date i{
  margin-right: 2px;
}
.blog-details-section .sidebar {
  position: sticky;
}
.blog-details-section .widget-box {
  background-color: white;
  padding: 20px;
  border: 1px solid rgba(222, 229, 234, 0.5);
  border-radius: 20px;
}
.blog-details-section .widget-box .widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.blog-details-section .search-option input {
  border: 1px solid rgba(222, 229, 234, 0.5);
  color: #003367;
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 14px;
}
.blog-details-section .search-option input::placeholder {
  color: #003367;
}
.blog-details-section .search-submit {
  position: absolute;
  right: 0;
  margin-top: -50px;
  width: 100px;
  height: 54px;
  color: #758b9f;
  background-color: transparent;
}
.blog-details-section .category-content li {
  font-size: 14px;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.blog-details-section .category-content li:hover {
  color: #213483;
}
.blog-details-section .category-content li:last-child {
  padding-bottom: 0;
}
.blog-details-section .category-content li a {
  display: block !important;
}
.blog-details-section .category-content li span {
  float: right;
}
.blog-details-section .popular-widget-box {
  margin-bottom: -10px;
}
.blog-details-section .single-popular-item {
  margin-bottom: 10px;
}
.blog-details-section .single-popular-item .popular-item-thumb {
  width: 90px;
}
.blog-details-section .single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-right: 10px;
}
.blog-details-section .single-popular-item .popular-item-content .title {
  font-size: 16px;
  margin-bottom: 0;
}
@media(max-width: 575px){
  .blog-details-section .single-popular-item .popular-item-content .title {
    font-size: 14px;
  }
}
.blog-details-section .single-popular-item .popular-item-content .blog-date {
  font-size: 12px;
  font-style: italic;
}

.blog-details-section .tag-item-wrapper {
  margin: -5px;
}
.blog-details-section .tag-item-wrapper .tag-item {
  padding: 5px 8px;
  font-size: 14px;
  margin: 5px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(222, 229, 234, 0.5);
  color: #003367;
  transition: all 0.3s;
}
.blog-details-section .tag-item-wrapper .tag-item:hover {
  background-color: #213483;
  color: white;
}

.comments-section {
  background-color: white;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px;
  margin-top: 50px;
}
.comments-section .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}
.comments-section .comment-wrapper {
  margin: 0;
  padding: 0;
}
.comments-section .comment-item {
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  background-color: rgba(3, 26, 85,1) !important;
  position: relative;
}

.footer-widget ul li {
  padding: 6px 0;
  font-size: 14px;
  color: white;
  text-align: right;
  transition: all 0.3s;
}
.footer-widget ul li i  {
  margin-right: 10px;
  font-size: 14px;
  line-height: 30px;

}
.footer-widget ul li .fa-long-arrow-alt-right{
 float: left;
 transform: scale(-1,1);

}
.footer-widget {
  margin-top: -25px;
}
.footer-widget p {
  color: white;
  font-weight: 400;
  text-align: right;
  font-size: 14px;
}

.footer-section .widget-title {
  position: relative;
  color: white;
  padding-top: 122px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.footer-widget ul li:last-child {
  padding: 6px 0 0 0;
}

.footer-form {
  position: relative;
  margin-bottom: 30px;
}
.footer-form input {
  border: none;
  width: 100%;
  color: #758b9f;
  height: 45px;

}
.footer-form input::placeholder {
  color: #758b9f;
}
.footer-form .submit-btn {
  position: absolute;
  left: 0;
  border-radius: 10px 0px 0px 10px;
  height: 45px;
  width: 50px;
  background-color: #213483;
  color: white;
}
.icon-arrow-right:before{
  content: "\e629";

}

.footer-logo {
  margin-bottom: 20px;
  text-align: right;
}

.footer-payment-area {
  margin-top: 20px;
}
.footer-payment-area .footer-payment li {
  display: inline-block;
}

.footer-social {
  margin-top: 30px;
}

.footer-social li {
  display: inline-block;
  color: #213483!important;
}

.footer-social li a {
  position: relative;
  color: white !important;
  border-radius: 50%;
  font-size: 18px !important;
  text-align: center;
  display: inline-block;
  padding-left: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.footer-social li a:hover, .footer-social li a.active {
  color: #213483!important;
}

.footer-social li a i {
  margin-right: 0 !important;
  color: white;
  font-size: 18px;
}

.footer-social li  {
  margin-left: 10px;
}
.map p{
  color: #fff;
  padding-top: 40px;
}
.map i{
  color: #213483;
  padding-right: 5px;
}
map iframe{
  height: 100px;
}
.privacy-area {
  display: none;
  position: relative;
  padding: 20px 0;
  background-color: #343b54;
}
.privacy-area p {
  color: white;
  font-size: 14px;
}
.privacy-area p a {
  color: #213483;
}

.privacy-area-two p {
  color: #003367;
}
.overview-date-area {
  border-bottom: 1px solid rgba(222, 229, 234, 0.5);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media(max-width: 575px){
  .overview-date-area{
    display: block !important;
  }
  .overview-date-select .date-select{
    width: auto;
    font-size: 14px;
    margin-top: 15px;
  }
}
.overview-date-header .title {
  margin-bottom: 0;
}

.custom-color {
  color: #003367 !important;
  font-weight: 400 !important;
}

.date-select,
.date-select:focus {
  background-color: #213483;
  color: white;
  border-color: #213483;
}
.date-select:focus {
  box-shadow: none;
}

.date-select option {
  background-color: #ffffff;
  color: #003367;
}

.bg-site-color {
  background-color: #213483;
}

.payment-confirm-section .payment-item::after{
  left: 50%;
}

.nicClassMission *{
  color: #fff !important;
}
.nicClassVision *{
  color: #000 !important;
}

.ticket-button{
  color: #213483;
  background-color: #fff;
}
.ticket-close-confirm-btn{
  background-color: #23272B;
}

.file-upload-wrapper:before {
content: 'Upload';
position: absolute;
top: 0;
right: 0;
display: inline-block;
height: 100%;
background: #213483;
color: #fff;
font-weight: 500;
z-index: 25;
font-size: 14px;
line-height: 40px;
padding: 0 15px;
pointer-events: none;
border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:after {
content: attr(data-text);
font-size: 14px;
position: absolute;
top: 0;
left: 0;
background: #fff;
padding: 0 15px;
display: block;
width: calc(100% - 40px);
pointer-events: none;
z-index: 20;
height: 100%;
line-height: 40px;
color: #777777;
border-radius: 5px;
font-weight: 300;
border: 1px solid #e5e5e5;
}
.file-upload-wrapper {
position: relative;
width: 100%;
height: 40px;
}
.file-upload-wrapper input {
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
height: 40px;
margin: 0;
padding: 0;
display: block;
cursor: pointer;
width: 100%;
}
.card-header{
  background-color: #213483;
}

.card-title{
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.close-button{
  display: inline-block;
  color: #213483;
  background-color: #fff;
  line-height: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 0;
  width: unset;
  height: 30px;
  font-size: 12px;
  padding: 5px 10px;
}

.card-header .btn-link{
  color: #fff;
}

.card-body .form-group .btn-round{
  margin-top: 35px;
}

.reply-btn{
  margin-top: 30px;
  line-height: 20px;
  border-radius: 5px;
  font-size: 14px !important;
  height: unset;
}

@media (max-width:767px){
  .card-body .form-group .btn-round{
      margin-top: 18px;
      float: right;
      margin-bottom: -30px;
      padding: 4px 5px;
      font-size: 14px;
      line-height: 0;
      position: relative;
      z-index: 1;
  }
  .reply-btn{
      margin-top: 5px;
  }
}

.card-body input{
  overflow: hidden;
}

.submit-button{
  width: auto;
  background-color: #213483;
  padding: 8px 10px;
  font-size: 18px;
  margin-top: 37px !important;
  color: white;
}

.submit-button:hover{
  color: #fff;
}

.admin-reply-section{
  background-color: #21348329;
}

.all-sections{
  min-height: calc(100vh - 559px);
}

.text-color{
  color: #213483;
}

.booking-search-area{
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.overview-date-select select{
  appearance: auto;
  -webkit-appearance: auto;
}
.logo-results{
padding-top: 30px ;
}
.results .category , .laed .category{
  width: 70%;
}


.laed .form-check-input {
  margin-right: -5rem;
  right: 0;
}
.results h4{
  text-align: center;
  padding: 0 10px;
  font-size: 17px;
}
.logo-results img{
  height: 120px;
}
.lab-results{
  background-color:#f3f3f3;
  padding: 10px;
  width: 100%;
  margin-bottom: 2px;
}
.results .lab-results p{text-align: left;color: #11101D;font-size: 15px;font-weight: 600;}
.lab-results p span{color: #c3c4c5;padding: 0 1;}
.lab-pcr{
  background-color: #213483;
padding: 10px;
border-radius: 10px 0 10px 0;
}
.lab-pcr h4{
  color:#fff;
  margin:0;
  text-align: left;
}
.lab-Negative{
  padding: 15px 10px;
  border-radius: 10px 0 10px 0;
  background:#029746;

}
.lab-Negative h4 , .lab-Negative p{
  margin: 0 !important;
  color:#fff;
  text-align: left;
  padding: 0 !important;
}
.lab-Negative h4 {
  font-size: 22px;
}
.lab-Negative i{
  margin: 0;
  color:#fff;
  padding-top: 10px;
  font-size:55px
}

.table {text-align: left !important;margin-bottom: 0px;}
.table thead th{

    font-weight: bold;
    color: black;
    font-size: 16px;
}
.table td, .table th{
  border: none !important;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
  color: black;
}
.DR-results{
  font-weight:800 ;
  text-align: left !important;
  font-size: 16px !important;
}
.Qr p{
  text-align: left !important;
  margin: 0;
  color: #11101D;font-size: 15px;
}
.dr-p{
  color: #11101D;font-size: 13px;font-weight: 600;

}
.img-qr{
  width: 140px;
  height: 140px;
}
.img-qr img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.img-on{
  width: 80px;
}
.ptb-20{
  padding:20px 0
}

.footer-results{
  padding-top: 10%;
  background-color: #fff !important;
}
.footer-results .footer-area{
  border-top: solid 4px ;
}
.footer-results .footer-area p{
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.border-results{
  border-top: solid 4px ;
  width: 100%;
  margin-bottom: 10px;
}
.print{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color:#FFF;
  background-color:#213483;
  border-radius: 7px;
}
@media print {
.lab-Negative {
background-color:red
}
}
@media (max-width: 1024px){
  .lap{
    padding: 0%;
  }

  .innercircle img {
    width: 25px;
  }
  .header-bottom-area .header-bottom-action .cmn-btn {
    padding: 6px 17px;
    font-size: 0.95vw;
    margin-left: 10px;
}
.language-select .nice-select span{
  line-height: 26px;
}
.clinic-item .clinic-icon{
  width: 25%;
  height: 40px;
  border-radius: 17px;
}
.clinic-item .clinic-icon i{
  font-size: 25px;
  line-height: 30px;
}
  .clinic-text h2{
    font-size: 21px;
  }
  .cmn-btn-active{
    padding: 6px 25px;
  }
  .header-bottom-area .navbar-collapse .main-menu li a{
    font-size: 0.95vw;
  }
  .team-item{
    padding: 10px;
    border-radius: 15px;
  }
  .banner-section .banner-content .title{
    font-size: 38px;
  }
  .banner-slider .swiper-slide-active .banner-section .banner-content p{
    font-size: 16px;
  }
  .cmn-btn{
    font-size: 15px;
  }
  .text-statistics{
    padding-top: 17px;
  }
  .text-statistics h3{
    font-size:20px ;
    font-family: sans-serif;
  }
   h4{
    font-size:18px ;
  }
  .icon-statistics{
    font-size: 50px;
  }
  .booking-slider .ruddra-prev, .labbooking-slider .ruddra-prev, .lab-slider .ruddra-prev,.Clinic-slider  .ruddra-prev{
    left: 3%;
  }
  .appoint-content .title{
    font-size: 28px;
  }
  .appoint-content p{
    font-size: 17px;
  }
  .appoint-content .appoint-form .search-location {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 10px;
    width: 200px;
}
ol.organizational-chart li > div h3{
  font-size: 20px;
}
.appoint-content .appoint-form .search-info {
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  margin-right: 10px;
  width: 420px;
}
.appoint-content .appoint-form .search-btn {
  width: 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
}
.results .category{
width:80% 
}
.DR-results{
 
  font-size: 15px !important;
}
.results .lab-results p, .Qr p{
font-size:15px ;
}
.results h4{
font-size:17px ;
}
.lab-Negative h3{
font-size:20px ;
}
.lab-Negative p{
  font-size: 15px;
}
.lab-Negative i {
font-size:50px ;
}
.footer-results .footer-area p{
  font-size: 21px;
}
.title-Patent{
  font-size: 24px;
}


}
/* media(768) */
@media (max-width: 768px){
  h2 {
    font-size: 23px;

}
.booking-section-two .booking-item .booking-content {
    width: 100% !important;
    margin-top: 20px;
    padding-left: 0 !important;
}
.booking-section-two .booking-item .booking-thumb {
    width: 100% !important;
}
  .header-bottom-action{
      width: auto !important;
  }
  .header-bottom-area .header-bottom-action .cmn-btn {
    padding: 6px 12px;
    font-size: 0.95vw;
    margin-left: 10px;
    width: max-content;
}
.laed .form-check-input{
  margin-right: -3rem;
}
.banner .banner-section{
  height:90vh ;
}
.table td, .table th{
  font-size: 13px;
}
.scientific thead th{
  font-size: 14px;
}
ol.organizational-chart > li > ol:after {
  width: 50%;
}
ol.organizational-chart > li > ol:before{
  right: 50%;
}
.clinic-item .booking-btn .cmn-btn {
  padding: 3px 11px;
  font-size: 11px;
}
.clinic-item .clinic-icon{
  height:35px;
  margin-bottom: 7px;
  width: 18%;
  float: right;
  border-radius: 13px;

}
.booking-item .booking-content .booking-list li,.booking-item .booking-content .title{
  font-size: 15px;
}
.clinic-item .clinic-icon i{
  font-size: 20px;
  line-height: 25px;
}
.clinic-text{
  width: 82%;
  float: right;
}
.clinic-text h2{
  font-size: 19px;
  padding: 10px;
}
.header-bottom-area .header-bottom-action .cmn-btn{
  margin-bottom: 0px;
}
.header-bottom-area .header-bottom-action {
text-align: left;}
  .header-bottom-area .navbar-collapse .main-menu .dropdown:hover .sub-menu{
    display: none;
  }
  .show-dro {
    display: block !important;
}
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: white;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #003367 !important;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
  .header-bottom-area .navbar-collapse .main-menu li{
    text-align: right;
  }
  .title-Patent{
    font-size: 22px;
  }
  .header-section-two .header-bottom-area{
    padding: 0;
  }
  .site-logo {
    width: 20%;
  }
  .site-logo img {
    height: 65px;
    float: right;
}
.inner-banner-section h1{
  font-size: 35px;
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
  bottom: 5px;
  right:15px;
}
.ruddra-next, .ruddra-prev{
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.language-select{
  width: max-content !important;
}
.navbar-toggler{
  padding: 0;
}
.ml-auto, .mx-auto{
  margin-right: auto !important;
  margin-left: 0 !important;
}
  .team-item {
    display: block !important;
  }
  .team-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .team-thumb {
    width: 100%;
  }
  .banner-section {
    padding-top: 150px;}
  .banner-section .banner-content .title{
    font-size: 36px;
    margin-bottom: 25px;
  }
  .banner-slider .swiper-slide-active .banner-section .banner-content p{
    font-size: 15px;
  }
  .cmn-btn{
    font-size: 14px;
  }
  .simple-marquee-container{
    height: 40px !important;

  }
  .simple-marquee-container .marquee-sibling{
    font-size: 15px !important;
    height: 40px !important;
    width: 60px !important;
  }
  .simple-marquee-container .marquee-content-items li{
    line-height: 32px !important;
  }
  .simple-marquee-container .marquee-content-items{
    height: 40px !important;
  }
  input, select, textarea{
    border-radius: 12px;
    padding: 15px;
  }
  .statistics{
    height: 90px;
    border-radius: 12px;
  }
  .text-statistics{
    padding-top: 15px;
  }
  .text-statistics h3{font-size: 19px;  }
  h4{
    font-size:17px ;
  }
  .icon-statistics{
    font-size: 45px;
  }
  .appoint-content .title{
    font-size: 26px;
  }
  .appoint-content p{
    font-size: 16px;
  }
  .appoint-content .appoint-form .search-location {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 8px;
    width: 150px;
}
.appoint-content .appoint-form .search-info {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin-right: 8px;
  width: 250px;
}
.appoint-content .appoint-form .search-btn {
  width: 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
}
.team-item{
  padding: 10px;
  border-radius: 12px;
}
.team-thumb img{
  border-radius: 12px 12px 0 0;

}
.team-content p,.blog-item .blog-content p{
  font-size: 14px;
}
.results .category{
width:90% 
}
.results .lab-results p, .Qr p{
font-size:14px ;
}
.results h4{
font-size:16px ;
}

.DR-results{
 
  font-size: 14px !important;
}
.lab-Negative h3{
font-size:18px ;
}
.lab-Negative i {
font-size:20px ;
}
.lab-Negative i {
  font-size:45px ;
  }
  .footer-results .footer-area p{
    font-size: 19px;
  }
}
@media (max-width: 425px){
    .footer-section .widget-title{
        padding-top: 40px;
    }
    .pagination{
width:100%
}
.page-item.active .page-link{
    border-radius: 4px !important;
}
.page-link{
    margin: 2px;
        font-size: 11px;
    padding: 5px 6px;
}

    .table-conventions td {
    background-color: #ffff;
    padding: 10px 20px 10px 20px;
}
    .apexcharts-text tspan,.apexcha5rts-text tspan{font-size: 12px !important;}
.apexcharts-xaxis-texts-g{        transform: translate(30px, 4px);}

  .innercircle img{
    width: 20px;
    margin: 5px 12px;
  }
  .laed .form-check-input{
    margin-right: -4.5rem;
  }
  .statistics-bar text{
    margin-top: 10px;
    text-anchor: initial;
    transform: rotate(-45deg,90,351) !important;
  }
  .scrollToTop{
    
width: 35px;
    
height: 35px;
    
left: 20px;
    
line-height: 35px;
    
font-size: 19px;
  }
  .contact-item-details h5{
    font-size:17px ;
  }
  .contact-item .contact-item-list li{
    text-align: center;
  }
  .language-select .nice-select{
    font-size: 0.95vw;
  }
  .section-header {
    margin-bottom: 10px;
}

  .header-section-two .header-bottom-area{
    padding: 0;
  }
  ol.organizational-chart li > div h3{
    font-size: 18px;
  }
  .language-select{
    width: 35%;
  }
  .header-bottom-action{
      width: 29%!important;
  }
  .language-select .nice-select{
    margin-right: 0;
  }
  .navbar-toggler span {
    width: 35px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #213483;
    font-size: 30px;
}
.title-Patent{
  font-size: 20px;
  text-align: center;
}
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height: 80vh;
  }
  .booking-item .booking-content .sub-title,.booking-item .booking-content .title{
    margin-bottom: 5px;
  }
  .banner-section {
    padding-top: 100px;
    padding-bottom:120px
  
  }
  .banner-slider .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
  }
  .banner-section .banner-content .title{
    font-size: 34px;
    margin-bottom: 25px;
  }
  .banner-slider .swiper-slide-active .banner-section .banner-content p{
    font-size: 15px;
  }
  .cmn-btn{
    font-size: 13px;
  }
  .simple-marquee-container{
    height: 40px !important;

  }
  .simple-marquee-container .marquee-sibling{
    font-size: 15px !important;
    height: 40px !important;
    width: 60px !important;
  }
  .simple-marquee-container .marquee-content-items li{
    line-height: 25px !important;
    font-size: 12px;
  }
  .simple-marquee-container .marquee-content-items{
    height: 40px !important;
  }
  input, select, textarea{
    border-radius: 12px;
    padding: 10px 10px;
    font-size: 14px;
  }
  .clinic-text h2{
    font-size: 20px;
  }
  .booking-slider .ruddra-next, .labbooking-slider .ruddra-next, .lab-slider .ruddra-next ,.Clinic-slider  .ruddra-next{
    right: 75%;
  }
  .statistics{
    height: 80px;
    border-radius: 12px;
  }
  .text-statistics{
    padding-top: 5px;
  }
  .text-statistics h3{font-size: 13px;}
  h4{
    font-size:14px;
  }
  h5{
    font-size: 13px;
  }
  .card-body h5{
    font-size: 17px;
  }
  .icon-statistics{
    font-size: 28px;
  }
  .appoint-content .title{
    font-size: 24px;
  }
  .appoint-content p{
    font-size: 15px;
  }
  .appoint-content .appoint-form .search-location {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
    width: 100%;
}
.appoint-content .appoint-form .search-info {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 8px;
  width: 100%;
}
.appoint-content .appoint-form .search-btn {
  width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 40px;
}
.results .category{
width:95% 
}
.clinic-item .clinic-icon{
  width: 18%;
  float: right;
}
.section-title{
  font-size: 27px;
}
.clinic-text{
  float: right;
  width: 82%;
}
.clinic-text h2{
  font-size: 20px;
  padding: 8px;
}
.logo-results{
  text-align: center !important;
  padding-top: 15px;
}
.logo-results img{
  height: 90px;
}
.img-qr{
  width: 100px;
  height: 100px;
}
.table thead th{
  font-size: 10px;
}
.table td{
  font-size: 12px;
}
#table-id,#table-scop {
  border: 0;
    }
    #table-id caption ,#table-scop caption {
  font-size: 1.3em;
    }
    #table-id thead ,#table-scop thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  }
                                #table-id ,#table-scop {
  display: block;
  margin-bottom: .625em;
  }
            #table-id td , #table-scop td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 14px;
  text-align: right;
  }
                #table-id td::before , #table-scop td:before {
content: attr(data-label);
        font-weight: bold;
        padding-left: 5px;
            text-transform: uppercase;
              }
              #table-id td:last-child , #table-scop td:last-child {
  border-bottom: 0;
    }
    #maxRows{
      display: none;
    }
.results .lab-results p, .Qr p{
font-size:13px ;
}
.DR-results,.lab-Negative p{
 
  font-size: 13px !important;
}
.results h4{
font-size:15px ;
}
.lab-Negative h3{
font-size:16px ;
}
.lab-Negative i {
  font-size:40px ;
  padding: 0;
  }
  .footer-results .footer-area p{
    font-size: 17px;
  }
  .print{
    padding: 6px;
    font-size: 12px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px){
  .site-logo img{
    max-width: 45px;

  }
  .page-link{
    margin: 1px;
        font-size: 10px;
    padding: 4px 5px;
}
.apexcharts-xaxis-texts-g{    transform: translate(5px, 20px);}
  .innercircle img {
    width: 19px;
    margin: 3px 0px;
}
  .header-section-two .header-bottom-area{
    padding: 0;
  }
  .navbar-toggler span {
    width: 30px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    color: #213483;
    font-size: 25px;
}
.section-header{
  margin-bottom: 15px;
}
.clinic-item .clinic-icon{
  width: 18%;
}
.section-title{
  font-size: 27px;
}
.clinic-text{
  width: 82%;
}
.clinic-text h2{
  font-size: 20px;
}
.cmn-btn-active{
  padding: 5px 20px;
  font-size: 14px;}
  .appoint-content .appoint-form .search-location {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin-bottom: 5px;
    width: 80%;
}
.appoint-content .appoint-form .search-info {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  margin-bottom: 5px;
  width: 80%;
}
.appoint-content .appoint-form .search-btn {
  width: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  height: 40px;
}
  .banner-section .banner-content .title{
    font-size: 28px;
  }
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height: 90vh;
  }
.col-xs-12{
  flex: 0 0 100%;
  max-width: 100%;
}
.ruddra-next, .ruddra-prev{
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 16px;
}
  .language-select{
    width: 30%;
  }
  .header-bottom-action{
      width: 29%!important;
  }
}
@media (max-width: 320px){
  .page-link {
    margin: 1px;
    padding: 4px 3px;
}
  .innercircle img {
    width: 17px;
    margin: 2px 0px;
}
  .language-select{
    width: 22%;
  }
  .header-bottom-action{
      width: 36%!important;
  }
  .banner-section .banner-content .title{
    font-size: 25px;
  }
  .col-xxs-12{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .statistics{
    height: 65px;
    border-radius: 12px;
  }
  .text-statistics{
    padding-top: 3px;
  }
  .text-statistics h3{font-size: 12px;}
  h4{
    font-size:13px ;
  }
  .icon-statistics{
    font-size: 20px;
  }
  .title-Patent{
    font-size: 19px;
    text-align: center;
  }
  .booking-item .booking-content{
    padding: 10px;
  }
  .blog-item .blog-content p,.team-content p{
    font-size: 12px;
  }
  .booking-item .booking-content .title i{
    line-height: 20px;
  }
  .booking-item .booking-content .sub-title i{
    font-size: 15px;
  }
  .booking-item .booking-content .booking-list li{
    font-size: 15px;
  }
  .booking-item .booking-content .sub-title {
    font-size: 15px;
  }
  .booking-slider .ruddra-next, .labbooking-slider .ruddra-next, .lab-slider .ruddra-next,.Clinic-slider  .ruddra-next{
    right: 70%;
  }

  }
  #chart-conventions-3 .apexcharts-xaxis-texts-g{
          transform: translate(-100px, 89px);
  }
  .separator{
      width: 70%;
      margin: auto;
  }
  .title-2{
          font-weight: bold;
  }
  @media (max-width: 667px) {
    .language-select .nice-select,
    .header-bottom-area .header-bottom-action .cmn-btn,
    .header-bottom-area .navbar-collapse .main-menu li a, .header-bottom-area .navbar-collapse .main-menu .btn-group button {
        font-size: 2.6vw !important;
    }
  }
  
  @media (max-width: 667px) {
    .language-select .nice-select,
    .header-bottom-area .header-bottom-action .cmn-btn,
    .header-bottom-area .navbar-collapse .main-menu li a, .header-bottom-area .navbar-collapse .main-menu .btn-group button {
        font-size: 3.4vw !important;
    }
  }
  
  @media (min-width: 1200px) {
    .staff-edit {
        max-width: 1430px !important;
    }
  }
  
  .staff-card-edit .staff-img-edit img {
      height: 29vw;
  }
  
  .header-bottom-area .navbar-collapse .main-menu .dropdown-menu li.active a::after {
    position: absolute;
    content: '';
    right: 20px;
    height: 2px;
    background-color: #213483;
    transition: all 0.5s;
    width: 30px;
    bottom: 7px;
  }
  
  .mr-10 {
    margin-right: 2vw;
  }
  
  .filter-group .labeltwo-divece {
      min-width: unset !important;
      margin-right: 10px !important;
      
  }
  
  @media (max-width: 767px) {
      .filter-group .labeltwo-divece {
          min-width: 11vw !important;
          margin-right: unset !important;
      }
  }
  
  @media (max-width: 768px)
  {
      .header-bottom-area .navbar-collapse .main-menu .show .sub-menu {
        display: block !important;
        visibility: visible;
        height: 130px;
        overflow-x: hidden;
        right: 0;
        position: absolute;
      }
  }
  
  .text-center {
    text-align: center!important;
    font-weight: bold;
    color: black;
    }
    
  
    .project-filter .table-filter .filter-group .btn {
        margin-right: 10px;
        margin-top: -9px;
    }
    
    .staff-main-pro .staff-content {
        height: 160px;
    }
    
    @media (max-width: 991px) and (min-width: 767px) {
        .staff-main-pro .staff-content {
            height: 200px;
        }
        .booking-item .booking-thumb img {
        height: 350px;
        
    }
     .booking-item .booking-content P {
        position: relative;
        padding-bottom: 10px;
        
    }
     .booking-item .booking-content .booking-list li {
       padding-bottom:5px;
        position: relative;
   
    }
    }
    
    
    
   
    
   
    
    .booking-item .booking-content .title {
        height: 41px;
    }
  
  html,body {
      overflow-x: hidden !important;
  }
  
  .blog-details-e .blog-content p {
    height: auto !important;
    overflow: unset !important;
} 

.banner-social {
    margin-right: 10px;
}

.blog-details-e {
    height: max-content !important;
}

.table-filter .filter-group:nth-of-type(odd) {
    display: inline-flex !important;
    box-sizing: border-box;
    width: 100%;
}



.filter-group form {
    width: 100%; 
}

form.en-search-edit {
    display: inherit;
}

.blog-details-section .blog-item .blog-content {
    background: #fff;
}

.table-filter .search{width:85%}
.table-filter .btn{
width:10%}
.genetic-img img{
   height: 275px !important;
}
.nav-link{
    padding: 0 !important;}
.footer-area .row{
    margin-left: -10px;
    margin-right: -10px;
}
