/*
Theme Name: Developerzones
Theme URI: https://developerzones.com
Version: 2.1
Author: Developerzones Team
Author URI: https://www.developerzones.com
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

html{scroll-behavior: smooth;}

body {
    margin: 0;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    color:#363636;
/*    background: #fbf6f6;*/
}
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}
.lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #256ea7;
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
            animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
            animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.lds-ellipsis span:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
            animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}
@-webkit-keyframes ball-pulse-sync {
    33% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
    66% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
}
@keyframes ball-pulse-sync {
    33% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
    66% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
}

.animated {
    animation-duration: 5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both
}

h1,h2,h3,h4,h5,h6{
	color:#131d3b;
	font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
h1{
  font-family: 'Lato', sans-serif;
}
h5{
  font-size: 21px;
}
p {
    color: #666d81;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-family: 'Open Sans', sans-serif;
}
a{
    color:#25283a;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
	text-decoration:none;
    color: #466fc4;
}
button:focus {
    box-shadow: none;
    outline: none;
}
.col-pd{
    padding: 0;
}
.pd-left{
    padding-left: 0;
}
.pd-right{
    padding-right: 0;
}
.owl-dots {
    margin: 2rem 0 0;
}
button.owl-dot {
    background: #d1d1d1!important;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 100px;
}
button.owl-dot.active {
    background: #02599b!important;
}
/*-------------General css--------------
---------------------------------------*/

section {
    position: relative;
    padding: 60px 0 60px;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.theme-heading-sec {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}
.theme-heading-sec h6 {
    font-size: 18px;
    color: #256ea6;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.2px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.theme-heading-sec h6:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #256ea6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-118%, -50%);
}
.theme-heading-sec h6:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #256ea6;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(119%, -50%);
}
.theme-heading-sec h2 {
    position: relative;
    color: #424242;
    font-size: 32px;
    letter-spacing: -0.5px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

a.theme-btn {
    background: #2ab3dd;
    padding: 0.7rem 1.5rem;
    margin: 0.2rem auto 0;
    color: white;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 50px;
}
a.theme-btn:hover {
    background: #256ea7;
}
.theme-content {
    margin-top: 1.5rem;
}
.theme-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.3px;
}
a.back-to-top {
    background: #045a9b;
    position: fixed;
    bottom: 10px;
    right: 12px;
    color: #46e7dc;
    display: none;
    border-radius: 3px;
    width: 43px;
    height: 43px;
    z-index: 999;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.hvr-bounce-to-right:before {
    background: #466fc4;
    }
a.back-to-top i.fa {
    position: absolute;
    top: 47%;
    left: 47%;
    transform: translate(-50%,-50%);
}
a.back-to-top.bt {
    display: flex!important;
}
a.author-link {
    color: #00b8ee;
    font-weight: 400;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    left:0;
    z-index: -1;
}
.owl-nav button {
    width: 43px;
    height: 45px;
    background: transparent;
    display: flex;
    color: #757575!important;
    font-size: 31px!important;
    justify-content: center;
    align-items: center;
    position: relative;
    border: solid 1px rgb(128 128 128 / 72%)!important;
    border-radius: 6px;
    transition: 0.3s ease;
}
button.owl-next:hover, button.owl-prev:hover {
    background: #2c509a!important;
    color: white!important;
}
section.inner-banner-sec {
    width: 100%;
    max-height: 350px!important;
    height: 100vh!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.inner-banner-sec h2 {
    color: white;
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    text-shadow: 3px 2px 2px rgb(0 0 0 / 13%);
}

@media screen and (max-width: 1200px) {
.theme-heading-sec h2 {
    font-size: 40px;
}
}

@media screen and (max-width: 576px) {
.theme-heading-sec h2 {
    font-size: 31px;
    line-height: 37px;
    letter-spacing: -0.1px;
}
.theme-heading-sec h2 br{
        display: none;
    }
    a.back-to-top {
   mix-blend-mode:unset; 
}
section{
    padding: 45px 0 45px;
}
}


/*------------Topbar area css------------
---------------------------------------*/

.topbar-sec {
    padding: 0px;
    background: #256ea7;
    height: 55px;
    display: flex;
    align-items: center;
}
section.topbar-sec .row {
    justify-content: space-between;
    align-items: center;
}
.top-left-sec {
    display: flex;
}
.topbar-right{
    display: flex;
}
.topbar-sec .email-wrapper, .topbar-sec .call-wrapper {
    padding: 0 0rem 0 2.5rem;
    position: relative;
    color: #f1f1f1;
}
.topbar-sec .email-wrapper:hover a {
    color: #2ce5d6;
}
.topbar-sec .address-wrapper {
    margin-right: 1rem;
    color: white;
}
.topbar-sec .email-wrapper a, .topbar-sec .call-wrapper a, .topbar-sec .address-wrapper a {
    color: #f1f1f1;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.topbar-sec .email-wrapper span, .topbar-sec .call-wrapper span, .topbar-sec .address-wrapper span {
    margin-right: 6px;
    color: #2fd3c6;
}
.topbar-sec .social-sec {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 0;
    background: #ffffff;
    padding: 7px 5px 7px 7px;
    box-shadow: 0 2px 20px -7px rgb(0 0 0 / 20%);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: solid 1px rgb(128 128 128 / 26%);
    border-right: none;
}
.topbar-sec .social-sec a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 1px;
    color: #343434;
    font-size: 18px;
    transition: 0.3s ease;
    height: 32px;
    width: 22px;
}
.social-sec a:hover {
    color: #246ca4;
}
.topbar-sec .social-sec span {
    color: #ebeff1;
    margin-right: 9px;
    letter-spacing: 0.7px;
    font-size: 15px;
}
.mob-call{
    display: none;
}
.topbar-logo{
    display: none;
}

@media screen and (max-width: 992px) {
.topbar-sec .email-wrapper {
    margin: 0 1rem 0 0;
}
.topbar-sec .social-sec {
    padding-left: 0.3rem;
}
}
@media screen and (max-width: 576px) {

.topbar-sec {
    padding: 5px 0 15px;
    height: auto;
}
.mob-call{
    display: block;
}
.topbar-sec .email-wrapper {
    margin: 0 0rem 0 0;
    padding: 0.3rem 0rem 0.1rem;
    display: block;
    line-height: 18px;
    font-size: 14px;
}
.call-wrapper {
    display: block;
    line-height: 18px;
    font-size: 14px;
    padding: 0!important;
}

.topbar-sec .social-sec {
    border-left: none;
    padding: 7px 3px;
}

section.topbar-sec .row {
    justify-content: space-between;
    padding: 0;
}
.topbar-sec .address-wrapper {
    display: none;
}
.email-wrapper a, .call-wrapper a {
    font-size: 14px!important;
    letter-spacing: -0.5px;
    margin-left: 3px;
}
.call-wrapper i {
    font-size: 20px;
}
.top-left-sec {
    display: block;
    width: 100%;
    text-align: center;
}
.link-wrapper {
    display: none;
}

.topbar-sec .email-wrapper:after {
    right: 0px;
}
}



/*------------Header area css------------
---------------------------------------*/

header {
    transition: 0.5s ease;
    position: sticky;
    top: 0;
    z-index: 999;
    height: 90px;
    width: 100%;
    border-bottom: solid 1px rgb(255 255 255 / 0%);
    background: white;
    box-shadow: 0px 0px 29px -1px rgb(0 0 0 / 17%);
}
.theme-inner-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 90px;
    height: 100vh;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

/*.navbar-brand {
    display: inline-block;
    padding: 1rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
}*/
.navbar-brand {
background: #256ea6;
    display: table;
    position: absolute;
    top: 0;
    transform: translateY(-36%);
    transition: 0.3s ease;
}
a.navbar-brand img {
    width: 123px;
    padding: 10px;
    transition: 0.3s ease;
}
.logo2 {
    height: 90px;
    background: #f3e9e9;
    padding: 7px;
    margin-left: 1.5rem;
}
.header-fixed a.navbar-brand, .header-fixed a.navbar-brand img{
    height: 66px;
}

nav.nav-menu {
    width:100%;
    height: 100%;
}
.nav-menu > ul {
    display: block;
    height: 100%;
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.nav-menu ul li {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
nav.nav-menu ul li.active:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #2ab3dd;
    position: absolute;
    bottom: 0px;
}
.nav-menu > ul li.appointment {
    margin-left: 1rem;
}
.nav-menu > ul li.appointment a {
    border: solid 2px #466fc4;
    border-radius: 100px;
    padding: 9px 18px!important;
    color: #466fc4!important;
    background: #eeeeee;
    box-shadow: 0px 3px 13px -3px rgb(15 21 31 / 34%);
}
.nav-menu > ul li.appointment a:hover {
    color: #eeeeee!important;
    background: #466fc4;
}
.nav-menu a {
    display: block;
    position: relative;
    transition: 0.3s;
    font-weight: 500;
    color: #464646;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    padding: 9px 9px!important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.nav-menu .active a {
    color: #2ab3dd!important;
}
.nav-menu a:hover, .nav-menu li:hover > a {
  color: #00b8ee;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.nav-menu li.drop-down {
    position: relative;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 90%;
  visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 215px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 12px 14px!important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #505050;
    border-bottom: solid 1px rgb(17 61 135 / 12%);
    width: 100%;
    text-align: left;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a {
  color: #b39960;
}

.nav-menu .drop-down ul li:hover > a {
    color: #ffffff!important;
    background: #466fc4;
}

.nav-menu .drop-down > a:after {
padding-left: 5px;
    font-family: "fontawesome";
    font-weight: 100;
    content: "\f078";
    font-size: 9px;
    color: #505050;
    top: -2px;
    position: relative;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\F0d7";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
}



@media screen and (max-width: 1200px) {
.nav-menu a {
    padding: 9px 8px!important;
}
nav.nav-menu {
    margin: 0 0rem 0 0rem;
}
.nav-call-wrapper:after {
    left: -50px;
}
.nav-call-wrapper:before {
    left: -42px;
    font-size: 33px;
}
}
@media screen and (max-width: 992px) {
    header .row{
        justify-content: space-between;
        align-items: center;    
    }
header .theme-inner-header {
    width: 100%;
}
.nav-call-wrapper:after {
    display: none;
}
}

@media screen and (max-width: 576px) {

.theme-inner-header {
    padding: 0.5rem;     
    justify-content: flex-start;
}
a.navbar-brand {
    margin: 0 0.5rem;
    padding: 0;
    padding: 0;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
}
.nav-call-wrapper {
    display: none;
}
.mob-menu-area {
    position: absolute;
    right: 13px!important;
}
a.navbar-brand img {
    width: 70px;
    padding: 0;
}
.logo2 {
    height: 76px;
    background: #f3e9e9;
    padding: 8px;
    margin-left: -0.5rem;
}
}

/* Mobile Navigation */
.mobile-nav-toggle {
    z-index: 9998;
    border: 0;
    background: #045a9b;
    font-size: 20px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    padding: 0.65rem 0.75rem;
    border-radius: 0px;
}
.mob-menu-area .mobile-nav-toggle:after {
    content: "Menu";
    font-size: 16px;
    padding-left: 7px;
    color: #f1f1f1;
}

.mobile-nav-toggle i {
    color: #f0f2f7;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: 0.7s ease;
  opacity: 1;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  transform: translateY(-120%);
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #00b8ee;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\F0d7";
    position: absolute;
    right: 15px;
    font-family: "fontawesome";
    font-weight: 900;
}
.mobile-nav .active.drop-down > a:after {
    content: "\F0d8";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------Banner section----------
---------------------------------*/

section.banner-sec {
    padding: 0;
}
.caption-container {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.caption-wrapper {
    position: relative;
    background-color: #256da6;
    background-size: cover;
    background-position: center;
    background: linear-gradient(
128deg, rgb(47 210 197) -81%, rgb(37 109 166) 100%);
}

.caption-wrapper .container, .caption-wrapper .row {
    height: 100%;
}
.carousel-inner {
position: relative;
}
.carousel-item {
    position: relative;
    height: 75vh;
    background-size: cover;
    background-position: center center;
} 
.carousel-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-control-btn-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 98%;
    justify-content: space-between;
    z-index: 2;
}
.carousel-control-prev, .carousel-control-next {
    width: 41px;
    height: 51px;
    background: #0680e6;
    position: relative;
    margin: 5px 0;
    opacity: 1;
    transition: 0.3s ease;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    background: white;
    color: #0680e6;
}
.carousel-control-next i, .carousel-control-prev i {
    padding: 14px 18px;
    border-radius: 100px;
}
.carousel-item .container {
    position: relative;
    height: 100%;
}
.banner-caption {
    width:84%;
}
.banner-sec .container h1 {
    z-index: 1;
    width: 50%;
    font-size: 46px;
    font-weight: 700;
    color: white;
    letter-spacing: -0.9px;
}
section.banner-sec p {
    width: 51%;
    color: white;
    padding: 1rem 0;
}
.banner-sec a.theme-btn {
    margin: 0rem auto 0;
    background: #0a548f;
    color: #ffffff;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 18px;
    padding: 0.7rem 1.2rem;
    border: solid 4px rgb(46 197 192 / 86%);
}
.banner-sec a.theme-btn:hover {
	background: #ffffff;
    color: #288daf;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 4px transparent;
    opacity: 1;
    margin: 7px 0;
}
.carousel-indicators .active {
    background-color: #04456d;
    box-shadow: 0px 0px 0px 0.1px #04456d;
}


@media screen and (max-width: 1200px) {
.banner-caption {
    top: 57%;
}
.banner-caption h1 {
    width: 100%;
}
.banner-caption p {
    width: 90%;
}
}
@media screen and (max-width: 992px) {
.banner-caption {
    top: 55%;
}
.banner-caption h1 {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -0.4px;
}
}
@media screen and (max-width: 576px) {
.container.caption-container {
    display: none;
}
.carousel-item {
    height: 70vh;
}
.banner-caption {
    padding-left: 0rem;
    text-align: center;
    top:50%;
}
.banner-caption h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}
.banner-caption h1 span {
    -webkit-text-stroke: 0.8px white;
}
.banner-caption p {
    font-size: 14px;
    width: 100%;
    line-height: 22px;
}
.carousel-control-prev {
    left: 0px;
    display: none;
}
.carousel-control-next {
    right: 0px;
    display: none;
}
.carousel-indicators {
    bottom: 40px;
}
ul.carousel-indicators {
    margin: 0;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
}
}




/*---------About section-----------
---------------------------------*/


section.about-sec .theme-heading-sec {
    text-align: left;
    width: 70%;
    margin: 2.5rem 0 1.5rem;
}
.about-title-wrapper {
    text-align: center;
    padding: 0.7rem;
    background: whitesmoke;
}
.about-title-wrapper h5 {
    margin-bottom: 4px;
    letter-spacing: -0.7px;
    color: #256ea6;
}
.about-title-wrapper p {
    margin: 0;
    color: #424242;
    font-weight: 600;
    letter-spacing: -0.4px;
}

@media screen and (max-width: 576px) {
    section.about-sec .theme-heading-sec {
    width: 100%;
}
}

/*---------Service section-----------
------------------------------------*/


.service-wrapper {
    padding: 18px 18px 15px;
}
.service-carousel .service-wrapper {
    background:#e8e8ee;
}

.service-title-wrapper h4 {
    margin: 0;
    padding: 1rem 0 0;
    text-align: center;
    letter-spacing: -0.7px;
    font-size: 20px;
}








section.tender-sec {
    padding: 0;
}
section.tender-sec:after {
    content: "";
    background-image: url(https://www.hurleymc.com/images/banners/surgical-services.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    opacity: 0.2;
    background-image: url('assets/img/tender-bg.jpg');
    filter: blur(3px);
}
.bg-blue {
    background: #256da6;
}
.bg-cyan {
    background: #2ab3dd;
}
section.tender-sec .theme-heading-sec {
    text-align: left;
    margin-bottom: 3rem;
}
section.tender-sec .theme-heading-sec h2 {
    color: white;
}
.tender-wrapper, .helpline-wrapper {
    padding: 3rem 5rem;
    position: relative;
    z-index: 1;
}
.tender-wrapper ul, .helpline-wrapper ul {
    padding: 0;
    list-style: none;
}
.tender-wrapper ul li, .helpline-wrapper ul li {
    color: white;
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1px #a9d7e7;
    padding: 0.6rem 0.3rem 0.6em;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.4px;
    margin-bottom: 0.4rem;
}
.tender-wrapper ul li i.fa {
    color: #e2f0fb;
    font-size: 24px;
}
.helpline-wrapper ul {
    column-count: 2;
}
.tender-wrapper ul li, .helpline-wrapper ul li {
    display: inline-flex;
    width: 96%;
}

@media screen and (max-width: 576px) {

.tender-wrapper, .helpline-wrapper {
        padding: 3rem 1rem;
        position: relative;
        z-index: 1;
    }
.helpline-wrapper ul {
    column-count: 1;
}
section.tender-sec .theme-heading-sec {
    text-align: left;
    margin-bottom: 1.5rem;
}


}

/*------------Staff section-----------
------------------------------------*/

.staff-wrapper {
    margin: 6px;
    width: calc(100% / 5 - 12px);
    padding: 20px;
    text-align: center;
}
.staff-box .staff-wrapper:nth-child(odd) {
    background: #e8e8ee;
}
.staff-box .staff-wrapper:nth-child(even) {
    background: #e3e9f6;
}
.staff-sec .theme-heading-sec {
    margin-bottom: 2.5rem;
}
.staff-img img {
    height: 75px;
}
.staff-title-sec h5 {
    margin: 0.9rem 0 0.1rem;
    font-size: 18px;
    letter-spacing: -0.7px;
    padding: 0 0.8rem;
    font-weight: 600;
}
.staff-title-sec p {
    margin: 0;
}
.staff-title-sec a {
    color: #2ab3dd;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-top: 0.1rem;
}
.staff-title-sec a i.fa {
    padding-right: 3px;
}
.staff-wrapper:nth-child(odd):hover,
.staff-wrapper:nth-child(even):hover {
    background: #11548d;
}
.staff-wrapper:hover .staff-title-sec h5 {
    color: #e1e1e1;
}
.staff-wrapper:hover .staff-title-sec p {
    color: white;
}
section.staff-sec {
    text-align: center;
}
section.staff-sec a.theme-btn {
    margin-top: 3rem;
}

@media screen and (max-width: 576px) {
.staff-wrapper {
    margin: 6px;
    width: calc(100% / 1 - 12px);
    padding: 20px;
    text-align: center;
}
}


.appointment-left-sec {
    height: 100%;
}
.appointment-left-sec img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
div#contact-wrapper {
    background: #29689e;
    padding: 2rem 3rem;
}
#contact-wrapper .theme-heading-sec {
    text-align: left;
    margin-bottom: 2rem;
}
.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
#contact-wrapper .theme-heading-sec h2 {
    color: #f3f3f3;
    font-weight: 500;
}
.info-dtls h4 {
    color: #3ee5d8;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.6px;
}
.info-dtls p {
    color: #f3f3f3;
    margin: 0;
}
.info-dtls a {
    color: #f3f3fa;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
@media screen and (max-width: 576px) {
div#contact-wrapper {
    padding: 2rem 1rem;
}
}

/*------------Footer section------------
---------------------------------------*/


footer {
    padding: 1rem 0 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background:#083a60;
}
footer .container {
    position: relative;
    z-index: 1;
}
.copyright-wrapper {
    justify-content: space-between;
}
.copyright-wrapper p {
    margin: 0.2rem 0;
    text-align: center;
    color: #cbcbcb;
    font-weight: 400;
}
.copyright-wrapper p a {
    color: #3cddd4;
}

@media screen and (max-width: 576px) {
.copyright-wrapper {
    justify-content: center;
}
}


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: #424242;
}
.modal-body {
    padding: 0.1rem 0.5rem;
}
.modal .row{
	padding:8px 0;
	border-bottom: 1px solid #dee2e6;
}
.modal .row:last-child {
    border-bottom: none;
}
.modal .staff-title-sec h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    font-weight: 600;
}
.modal .staff-title-sec p {
    color: #666d81;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
    padding-left: 2px;
    text-transform: capitalize;
}
.staff-number-wrapper{
	display:flex;
	align-items:center;
}
.modal a.staff-number{
	color: #1298c1;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.2px;
}
a.staff-number span {
    display: block;
    color: #131d3b;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 14px;
}
.mob-display{
		display:none;
	}
@media screen and (max-width: 576px) {
a.staff-number i.fa {
    margin-right: 8px;
    font-size: 15px;
    position: relative;
    top: 0.4px;
    border-right: solid 1px #bbbbbb;
    padding-right: 6px;
}
	.desk-display{
		display:none;
	}
	.mob-display{
		display:block;
	}
	.modal .staff-title-sec p {
	padding:0 2px;
    display: flex;
    justify-content: space-between;
}
.modal a.staff-number {
    padding: 0;
}
}

/*Gallery Section*/
.gallery-wrapper {
    border: 7px solid #fff;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 19%);
    border-radius: 7px;
}
.gal {
-webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;

}
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {

.gal {
-webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;

}
}
.gal img {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tender-wrapper a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}