/**
* Template Name: eBusiness - v2.1.1
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*kol*/

a:hover {
  text-decoration: none !important;
}

.both-address {
  display: flex;
}
.both-address p {
  width: 50%;
}

/*loader css start*/

.padding-btm {
  padding-bottom: 5px;
}

.pos-btn {
  background: white;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;

  margin: 1% 0%;

  /* padding: 12px 35px;*/
  padding: 12px 94px;

  font-size: 16px;
  border-radius: 10px;
}
.design-text {
  font-weight: 400;
  color: black;
  text-align: left;
}

.side-hidoc-logo-desk {
  display: block;
}

.side-hidoc-logo-mob {
  display: none;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
  /*display:block;*/
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

/*loader css end */

.text-right-side {
  padding-right: 20px;
  color: white;
  text-align: right;
}
.text-right-side span {
  font-family: "Oleo Script", cursive;
  font-size: 2em;
}

.input-group input {
  text-align: center;
  padding: 35px;
  color: #113358;
  background: white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: none;
  font-weight: 700;
  /*font-size: 20px;*/
  font-size: 2em;
}
.search-icon-input {
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: white;
}

.input-group .form-control:focus {
  color: black;
  background-color: white;
  background-color: white;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


.search-icon-input i {
  color: white;
  padding: 10px;
  background: #113358;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
}

.input-group .form-control::placeholder {
  color: #113358;
}

.kol-txt {
      color: black;
    font-weight: 500;
    font-size: 30px;
       
}

.navbar {
  padding: 20px 0px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.text img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.kol-btn {
 background: #113358;
    color: white;
    border: none;
    outline: none !important;
    margin: 1% 1%;
    padding: 6px 20px;
    /* font-size: 16px; */
    font-size: 16px;
    border-radius: 10px;
}
.search-employee {
  height: auto !important;
  border-radius: 10px !important;
  text-align: left !important;
  padding: 10px 10px !important;
  text-align-last: center !important;
  border: 1px solid #bcc1c6 !important;
}

.speaker-image {
  width: 100%;
  height: 270px;
  padding: 17px;
}

.speaker-info h5 {
  font-size: 15px;
  font-weight: 700;
  color: #4d4d4d;
}
.speaker-info p {
}
.cart-footer {
  text-align: center;
  font-size: 12px;
  background: #d9ecf0;
  padding: 6px;
}
.container-width {
  width: 75%;
}
.search-icon {
  font-size: 18px;
  background: #113358;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}
.margin-top {
  margin-top: -10% !important;
}

/* .register-sec {
  padding: 16px;
} */
.main-search {
  /* background: #4d4d4d;
  border-radius: 12px;
  padding: 10px 11px;
  text-align: center; */
  background: #113358;
  border-radius: 12px;
  padding: 10px 11px;
  text-align: center;
  font-size: 17px;
}

.icon-text {
  color: white;
  font-size: 17px;
}
.profile-sections .fa-user-o,
.fa-envelope-o {
  font-size: 20px;
  color: #4d4d4d;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 5rem;
  background-color: #eee;
  text-align: center;
  /* text-transform: capitalize; */
}

.page-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 0.2rem;
  color: #4d4d4d;
}
/*.profile-details .col-md-6{
  padding: 25px 15px;
}*/
.profile-details img {
  width: 100%;

 
}

.profile-details h4 {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
/* .profile-details h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: black;
} */
.profile-details h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: black;

}

.profile-details .speciality {
  overflow-wrap: anywhere;
  /*color: #be7272;*/
  color: #00b7d3;
  font-size: 18px;
  font-weight: 600;
}
.btn-right {
  text-align: right;
}
.doc-information {
  background: #ecf0f1;
  padding: 25px;
}
.doc-information p {
  font-size: 16px;
  line-height: 26px;
}

.position {
  background: #e5f8fc;
  padding: 20px;
}
.video-section h1 {
  font-size: 34px;
  font-weight: 700;
}
.avalibility-btn {
  background: #00b8d4;
  color: white;
  padding: 12px 42px;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  outline: none;
}
.avalibility-btn:focus {
  outline: 1px dotted;
  outline: none;
}

/*end kol*/

.pd {
  padding-left: 42px;
}
.pd-1 {
  padding-left: 22%;
}
.mobile-display {
  display: none;
}
.hidoc-text {
  position: absolute;
  left: 76px;
  top: 79px;
  text-align: start;
}
.vl {
  border-left: 1px solid #739fe5;
}
.vl-2 {
  border-left: 1px solid #d91a5b;
}
.hidoc-text h5 {
  color: white;
}
.hidoc-text h5 span {
  font-weight: 600;
}
.hidoc-text h2 {
  color: #f3b52a;
  font-size: 50px;
  font-weight: 800;
}
.hidoc-text {
}
.line-1 {
  height: 75px;
  width: 2px;
}
/* .web-app-logo {
  width: 242px;
  margin-left: 10px;
} */

.web-app-logo {
  width: 170px;
  margin-left: 10px;
}

.web-app-logo-profile {
  width: 242px;
  margin-left: 10px;
}

.web-nav {
  padding: 0;
}
.explore {
  background: #00b7d3;
  padding: 20px;
}

.explore a {
  color: white;
}
.explore a:hover {
  color: #ffffff;
  text-decoration: none;
}

.section-hr {
  border: 1px solid #33333369;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}
.web-app p {
  font-size: 20px;
  font-weight: 600;
}

.lb-btn {
  background: #b9eaf1;
  padding: 10px 41px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
}

.box-shadow {
  background: white;
  padding: 19px;
  box-shadow: 0 4px 8px 5px #a9d6dd;
  margin-top: 15%;
  height: 294px;
}
.explor-icon {
  width: 46px;
  padding: 6px;
}
.pink {
  font-weight: 600;
  color: #d91a5b;
}
.chat-icon {
  width: 50px;
}

.left-side {
  text-align: end;
}

.left-side h2 {
  font-size: 40px;
  font-weight: 700;
  color: #d91a5b;
}

.left-side p {
  font-size: 25px;
  font-weight: 600;
}

.right-side {
  text-align: start;
}

.right-side h2 {
  font-size: 40px;
  font-weight: 700;
  color: #d91a5b;
}

.right-side p {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
}

.partner-box {
  border: 1px solid #8ab2be;
}

.mobile-img {
  width: 150px;
}
.download-text h1 {
  font-weight: 800;
  color: #d91a5b;
  font-size: 40px;
  line-height: 38px;
}
.play-store {
  width: 113px;
}
.store {
  display: inline-flex;
}
.store p {
  font-size: 17px;
  margin-top: 30px;
}

.download-text {
  padding: 15px;
}
.chat-icon {
  margin-bottom: 10px;
}

.benefit h2 {
  font-size: 28px;
  font-weight: 600;
  padding: 19px 24px;
}

.carousel-control-prev-icon {
  background-image: url("../img/prev-2.png");
  width: 40px;
  height: 40px;
}

.carousel-control-next-icon {
  background-image: url("../img/next-1.png");
  width: 40px;
  height: 40px;
}
/*.prev-icon{
  background-image: url("../img/prev-2.png");
}
.next-icon{
   background-image: url("../img/next-1.png");
}*/
.brand-call h6 {
  font-size: 28px;
  font-weight: 300;
}
.brand-call h2 {
  font-size: 51px;
}

.brand-call h4 {
  color: #ee1e7b;
  font-size: 83px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
.team {
  color: #14b7d4;
  font-weight: 600;
}
.reach-us-btn {
  color: white;
  background: #ee1e7b;
  border-radius: 25px;
  font-weight: 600;
  padding: 10px 63px;
}
.reach-us-btn:hover {
  color: white;
}
.top-mid {
  margin-top: 20px;
}
.brr {
  color: #14b7d4;
  font-weight: 700;
}

.eaop {
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;

  display: block;
}
.doctors {
  background: #3ec1d5;
  color: #181818;
  padding: 14px;
  font-weight: 800;
  border-radius: 25px;
  font-size: 18px;
}
.brands-name li {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 23px;
  font-weight: 500;
  color: #091634;
  text-align: left;
}
.medical-journy {
  position: absolute;
  right: 0px;
  top: 67px;
  background: #14b7d473;
  padding: 150px 65px;
  text-align: justify;
  border-bottom-left-radius: 30%;
  border-top-left-radius: 30%;
}
.medical-journy h4 span {
  font-size: 56px;
  font-weight: 700;
}
.medical-journy h4 {
  font-size: 37px;
  color: white;
  font-weight: 600;
  line-height: 45px;
}
.parterns-slide .row {
  border: 1px solid #c5c6c6;
  margin-right: 40px;
  margin-left: 40px;
}
html,
body {
  height: 100%;
}
.grey-bg {
  background-color: #f9f9f9;
}

.career-img {
  width: 90%;
}
.nha {
  margin-top: 81px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

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

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #091634;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Open Sans', sans-serif;*/
  margin: 0 0 15px;
  color: #4d4d4d;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3ec1d5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: "Open Sans", sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3ec1d5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

/*.about-bt{
  border: 1px solid #c5c5c5;
}*/
.icon-value {
  width: 31px;
}

@media (min-width: 768px) {
  .desk {
    display: block;
  }
  .mob {
    display: none;
  }

  .profile-details img {
    width: 100%;
    margin-top: 0px;
}

.text-info {
  color: #17a2b8 !important;
  margin-top: 0px;
}

  .side-box {
    background-color: #ecf3ff;
    height: auto !important;
    padding: 0px 30px 10px 20px !important;
}

  .padding-benefit-section{
padding: 0px 40px !important;
}
}
@media (max-width: 428px) {
  .padding-benefit-section {
    padding: 30px 00px !important;
}
.profile-details h4 {
  font-size: 22px;
  font-weight: 700;
  color: #113358;
  margin-bottom: 30px!important;
}
}
@media (max-width: 768px) {
  .desk {
    display: none;
  }
  .mob-ad{
    display:none;
}
.text-right-side span {
  font-family: "Oleo Script", cursive;
  font-size: 1em!important;
}

  .padding-benefit-section {
    padding: 0px 00px !important;
}

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}


  .mob {
    display: block;
  }

  .back-to-top {
    bottom: 15px;
  }

  .designation {
    font-size: 11px !important;
  }

  .profile-section {
    margin: 0px 0px !important;
  }
  .footer-text {
    padding-top: 10px !important;
    color: #fff;
  }

  .input-group .form-control {
    font-size: 13px !important;
    padding: 25px !important;
    text-align: center;
    padding-left: 49px !important;
}

  .hidoc-side-mob {
    text-align: center !important;
  }
  .side-box h2 {
    text-align: center !important;
  }

  .recommandedkol h2 {
    text-align: center !important;
  }

  .kol-btn {
    background: #113358 !important;
    margin: 0 auto !important;
    display: flex;
    color: white;
    border: none;
    outline: none !important;
    margin: 0% 0%;
    padding: 12px 10px;
    /* font-size: 16px; */
    font-size: 16px;
    border-radius: 10px;
}

  .footer-text {
    padding: 10px 20px !important;
    color: #fff;
  }

  /* .text {
  
  float: right;
  padding: 0px 10px;
  width: 220px!important;
} */

  .text {
    float: right;
    padding: 0px 10px;
    width: 100%;
  }

  .privacy-policy-container > a:active {
    text-decoration: none;
    color: #000 !important;
  }
}

@media only screen and (max-width: 768px) {
  .web-app-logo-profile {
    width: 180px;
    text-align: center;
    margin-left: 1.5em !important;
  }

  #myModal-register {
    padding-right: 0px !important;
    margin-top: 10%;
  }
}

.back-to-top:focus {
  background: #3ec1d5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

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

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3ec1d5;
  text-shadow: none;
}

::selection {
  background: #3ec1d5;
  text-shadow: none;
}

.area-padding {
  padding: 44px 0px 40px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

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

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
  /* text-transform: capitalize;*/
}

/*.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}*/

.sec-head {
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 18px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.sec-head1 {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 0 18px;

  transition: all 0.4s ease 0s;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #091634;
}

#header.header-scrolled {
  background: #091634;
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
    padding: 10px 0;
    background: #091634;
  }
  #header .logo h1 {
    font-size: 28px;
    padding: 4px 0;
  }
}

.header-bg {
  background: url(../img/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }

  /* .banner-text{

    margin: 0px 50px;

  } */

  /* #docor_list {
    margin: 0px 40px;
  } */

  .text {
    float: right;
    padding: 0px 10px;
    width: 450px !important;
  }

  .padding-right-banner-container{
   padding-right: 0px !important;

  }

  .padding-conatiner{
      padding-right: 40px!important;
  }
}

.button-search {
    padding-top: 30px;
    padding-bottom: 30px;
    /* margin: 0px 40px; */
}
/* 
 .padding-right-banner-container {
    background-image: url('https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1748607106756.png');
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
    color: white;
} */

.home-overly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fafefe;
  padding: 8px 15px 12px 15px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #3ec1d5;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  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: ease all 0.3s;
}

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

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

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #165a64;
}

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

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.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: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #091634;
  transition: 0.4s;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 500;
}

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

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.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-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

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

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #09163494;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.slide-mobile-logo {
  width: 165px;
}
.slide-block-image {
  display: none;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-area {
  color: #333;
  position: relative;
  text-align: center;
}

.slider-content {
  padding: 180px 60px;
}

.nivo-caption::after {
  /* background: #444 none repeat scroll 0 0;*/
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.layer-1-2 {
  margin: 20px 0;
}

.layer-1-1 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.layer-1-2 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.layer-1-3 {
  margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
  color: #fff;
  background: #3ec1d5;
  border: 1px solid #3ec1d5;
  text-decoration: none;
}

.ready-btn.right-btn {
  margin-right: 15px;
  background: #3ec1d5;
  border: 1px solid #3ec1d5 !important;
}

.ready-btn.right-btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.nivo-controlNav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}

.nivo-directionNav {
  display: block;
}

.nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 2px;
  margin: 5px 3px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 20px;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  background: #fff none repeat scroll 0 0;
  border-color: #3ec1d5;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */
@media (min-width: 1400px) and (max-width: 1920px) {
  .slider-content {
    padding: 340px 0;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 144px 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding: 93px 0;
  }
  .layer-1-2 h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 20px;
  }
}

.display-block p {
    padding-right: 30px;
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }

  .footer-icons-container {
    padding: 10px !important;
    margin: 0 auto;
  }

  .pos-btn {
    padding: 12px 9px !important;
  }

  .footer-container.row {
    display: block !important;
    text-align: center;
    padding: 0 !important;
  }

  .icon-grid {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    height: 100px !important;
  }

  .side-box {
    width: 100% !important;
    padding: 0 !important;
  }

  .kol-btn {
    background: #4d4d4d;
    color: white;
    border: none;
    outline: none !important;
    margin: 0% 0%;
        padding: 12px 10px;

    /* font-size: 16px; */
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 20px !important;
  }



  .nivo-directionNav {
    display: none;
  }
  .slider-content {
    padding: 46px 0px;
  }
  .layer-1-2 {
    margin: 10px 0;
  }
  .layer-1-1 h2 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-2 h1 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 10px;
  }
  .layer-1-3 {
    margin: 10px 0 0;
  }
  .nivo-controlNav {
    bottom: -8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content {
    padding: 70px 0px;
  }
  .layer-1-1 h2,
  .layer-1-2 h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 600px !important;
  }
}
/* -------------------------------------
preview-1
---------------------------------------- */
.preview-1 .nivoSlider {
  position: relative;
  background: url(../lib/nivo-slider/img/loading.gif) no-repeat 50% 50%;
}

.preview-1 .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.preview-1 .nivoSlider a {
  border: 0;
  display: block;
}

.preview-1 .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.preview-1 .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../lib/nivo-slider/img/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.preview-1 .nivo-controlNav a.active {
  background-position: 0 -22px;
}

.preview-1 .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../lib/nivo-slider/img/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.preview-1:hover .nivo-directionNav a {
  opacity: 1;
}

.nivo-prevNav {
  left: 15px;
}

.nivo-nextNav {
  right: 15px;
}

.preview-1 a.nivo-nextNav {
  background-position: -30px 0;
}

.preview-1 .nivo-caption {
  /*font-family: Helvetica, Arial, sans-serif;*/
}

.preview-1 .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.preview-1 .nivo-caption a:hover {
  color: #fff;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.preview-1 .nivo-controlNav {
  position: relative;
  z-index: 99999;
  bottom: 68px;
}

.preview-1 .nivo-controlNav a {
  border: 5px solid #fff;
  display: inline-block;
  height: 18px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 18px;
  line-height: 8px;
  background: #3c3c3c;
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  opacity: 0;
  z-index: -999;
}

.preview-1:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover,
.preview-1 .nivo-controlNav a.active {
  background: #000;
  cursor: pointer;
}

/* -------------------------------------
preview-2
---------------------------------------- */
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
  right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  content: "Ã¯â€žâ€ž";
  cursor: pointer;
  font: 300 50px/50px FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  z-index: 9;
  font-weight: 100;
  left: 0px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before,
.preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  border-color: #3ec1d5;
  color: #fff;
  background: #3ec1d5;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  content: "Ã¯â€žâ€¦";
  cursor: pointer;
  font: 100 30px/50px FontAwesome;
  height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
  font-size: 30px;
}

.niceties.preview-2 {
  position: relative;
  height: 100%;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.services-dark {
  background-color: #d1f0f5;
}

.services-light {
  background-color: #e8f7fa;
}
.about-area {
  background-color: #f9f9f9;
}

.single-well > a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3ec1d5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #000000;
  font-size: 21px;
  font-weight: 100;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: #1889c1;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head > h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #3ec1d5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head > h2 {
  color: #333;
}

.single-services > h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services > p {
  color: #333;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg")
    no-repeat fixed center top/cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button > button:hover {
  background: #3ec1d5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3ec1d5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img > a {
  display: block;
}

.team-img > a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3ec1d5;
  background: #3ec1d5;
}

.team-content {
  padding: 10px 0px;
}

.team-content > h4,
.team-content > p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3ec1d5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active,
.project-menu li a:hover {
  border-color: #3ec1d5;
  background: #3ec1d5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img > a::after {
  background: rgb(0 0 0 / 8%) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3ec1d5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3ec1d5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list > button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active > h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active > button {
  background: #3ec1d5 none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  color: #fff;
  transition: 0.4s;
}

.active > button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat
    fixed center top/cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme
  .owl-controls
  .owl-dots
  div.owl-dot
  > span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme
  .owl-controls
  .owl-dots
  div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme
  .owl-controls
  .owl-dots
  div.owl-dot.active
  span {
  background: #3ec1d5;
}

.testimonial-carousel .owl-nav,
.testimonial-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonial-carousel .owl-dot.active {
  background-color: #3ec1d5 !important;
}

.testi-text.text-center > h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev > a {
  color: #3ec1d5;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: #3ec1d5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3ec1d5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3ec1d5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input::focus,
.php-email-form textarea::focus {
  background-color: #3ec1d5;
}

.php-email-form input {
  padding: 20px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: #091634 none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #091634;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type > a,
.date-type,
.blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type > a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #091634;
  background: #091634 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3ec1d5;
  color: #fff;
}

.single-blog .ready-btn-1 {
  border: 1px solid #091634;
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 10px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn-1:hover {
  border: 1px solid #0d607d;
  color: #0d607d;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3ec1d5;
  border: 1px solid #3ec1d5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #3ec1d5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3ec1d5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content > p {
  color: #444;
}

.entry-meta > span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3ec1d5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3ec1d5;
  border-color: #3ec1d5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing > h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3ec1d5;
  border: 1px solid #3ec1d5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3ec1d5;
}

.comment-respond input[type="submit"]:hover {
  border: 1px solid #3ec1d5;
  color: #fff;
  background: #3ec1d5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #091634;
}

/* .footer-head p {
  color: #fffefe;
} */
.footer-head p {
  color: #fffefe;
  font-size: 15px;
}

.footer-head h4 {
  color: #fffefe;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #fffefe;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #fffefe;
  color: #fffefe;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img > a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3ec1d5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: #3ec1d5;
  border: 1px solid #3ec1d5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #091634;
}

.copyright-text a {
  color: #444;
}

.copyright > p {
  margin-bottom: 0;
  color: #091634;
}

.copyright a,
.credits a {
  /*color: #091634;*/
  color: #002780;
  font-weight: 600;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/*--------------------------------------------------------------
# kapil mahakal css
--------------------------------------------------------------*/

.hidoc {
  padding: 6px 9px;
  font-size: 12px;
  background: white;
  color: black;
  border-radius: 25px;
  font-weight: 900;
  border: none;
  position: relative;
  right: -42px;
  top: 5px;
}
.hidoc a {
  color: black;
}
.hidoc:hover {
  color: #fff;
  background-color: #14b7d4;
  border-color: #14b7d4;
}

.full-lg {
  max-width: 100% !important;
}
.service-icon {
}
.services-text {
  text-align: center;
}
.services-text h2 {
  font-size: 27px;
  line-height: 35px;
  font-weight: 900;
}

.know-more-pink {
  color: #ed207b;
  font-weight: 900;
  font-size: medium;
}

.head-h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
}
.about-info {
  font-size: 15px;
  line-height: 27px;
}

.head-h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}
.only-mob-view {
  display: none;
}
.mobile-logo {
  display: none;
}

.download-app {
  background-color: #ee1d42;

  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 8;
  border-radius: 50px;
  /* padding: 1%; */
  -webkit-animation: bounce 2s infinite ease-in-out;
}

.download-app a {
  color: #ffffff;
}

.dr-img {
  background: white;
  height: 156px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dr-img img {
  width: 80px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.pop-title {
  line-height: 23px;
  font-size: 16px;
  font-weight: 600;
}
.pop-btn {
  padding: 10px 31px;
  border-radius: 50px;
  background: #ed217c;
  color: white;
  font-weight: 700;
  border: none;
}
.modal-dialog {
  max-width: 600px;
}

.bd-example-modal-lg h4 {
  color: #333;
}

textarea.form-control {
  margin: 10px 0px;
}

.dr-img p {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.dr-img p:hover {
  color: #3ec1d5;
}
.download-ap {
  background-color: #ee1d42;
  color: white;
  border-radius: 25px;
  padding: 5px 10px;
  -webkit-animation: bounce 2s infinite ease-in-out;
}
.download-ap:hover {
  color: white;
}
.testimonial-dr {
  border-radius: 50%;
}
.title-w3 {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
}
.btn-round {
  color: #fff !important;
  background-color: #091634;
  border-radius: 29px;
}
.bg-yellow {
  background-color: #f28f21;
}
.partner img {
  width: 18%;
  padding: 2%;
}
.email {
  line-height: 12px !important;
}
.email a {
  color: #091634;
}

/*service page*/

.svr-img img {
  width: 100px;
}

.v-m-v {
  height: 306px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.v-m-v h4 {
  font-weight: 800 !important;
}

.v-m-v,
.services-icon {
  margin-top: 15px;
}
.bgline_about {
  background-position: center center;
  background: url(../../assets/img/line.jpg) no-repeat center center;
  /*margin: 10% 0 10% 0;*/
  background-size: 3px 100%;
}
.circle1 {
  border-radius: 50%;
  background-color: #091634;
  margin: 0 auto;
  width: 30px;
  margin-top: 5%;
  height: 30px;
}
.circle2 {
  border-radius: 50%;
  background-color: #091634;
  margin: 0 auto;
  width: 30px;
  margin-top: 5%;
  height: 30px;
}
.circle_left_text1 {
  width: 50%;
  float: left;
  text-align: right;
  font-size: 16px;

  padding-right: 2em;
  margin-top: -7%;
}
.circle_left_text1 img {
  width: 10%;
}

.circle_right_text2 {
  width: 50%;
  float: right;
  text-align: left;
  font-size: 16px;

  position: relative;
  padding-left: 2em;
  margin-top: -7%;
}
.circle_right_text2 img {
  width: 10%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }
  .work-right-text {
    padding: 40px 0;
  }
  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }
  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    width: 40%;
  }
  .team-content.text-center > h4 {
    font-size: 20px;
  }
  .sus-btn {
    margin-left: 0;
  }
  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }
  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text {
    padding: 36px 0;
  }
  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }
  .single-awesome-portfolio {
    width: 33.33%;
  }
  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }
  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }
  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }
  .post-information .entry-meta span a {
    padding: 4px 0;
  }
  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-add-itms {
    width: 50%;
  }
  .left-sidebar-title > h4 {
    font-size: 18px;
  }
  .contact-form {
    margin-top: 0px;
  }
  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .slider-area {
    margin-top: 0px;
  }
  .slider-content {
    padding: 80px 0;
  }
  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }
  .section-headline h2 {
    font-size: 30px;
  }
  .well-middle .single-well {
    margin-top: 30px;
  }
  .single-skill {
    margin-bottom: 40px;
  }
  .tab-menu {
    margin-top: 30px;
  }
  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }
  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }
  .subs-feilds {
    width: 100%;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }
  .section-headline h3 {
    font-size: 25px;
  }
  .well-text > h2 {
    font-size: 18px;
  }
  .well-text p {
    display: none;
  }
  .single-team-member {
    margin-bottom: 30px;
  }
  .service-right {
    width: 100%;
  }
  .service-images:hover .overly-text {
    display: none;
  }
  .portfolio-area {
    padding-top: 0px;
  }
  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }
  .pri_table_list {
    margin-bottom: 30px;
  }
  .single-awesome-project,
  .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .head-team h5 {
    font-size: 22px;
  }
  .footer-content {
    margin-bottom: 30px;
  }
  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .page-area .slider-content {
    padding: 500px 0;
  }
  .search-option input {
    width: 74%;
  }
  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  li.threaded-comments {
    margin-left: 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }
  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }
  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }
  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }
  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}

button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.specilaties-box {
  display: flex;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 15px;
  padding: 10px;
  background-color: white;
  margin: 15px 0px;
}

.first-letter-orange {
  float: left;
  background-color: #fff9f1;
  border-radius: 0px;
  height: 76px !important;
  line-height: 76px !important;
  vertical-align: middle;
  width: 100px !important;
  margin: auto;
  font-size: 30px;
  color: #ff9800;
  text-align: center;
  font-weight: 600;
}


.first-letter-orange-profile {
float: left;
    background-color: #fff9f1;
    border-radius: 0px;
        height: 100px !important;
    line-height: 100px !important;
    vertical-align: middle;
    width: 100% !important;
    margin: auto;
    font-size: 40px;
    color: #ff9800;
    text-align: center;
    font-weight: 600;
}

.first-letter-pink {
  float: left;
  background-color: #fde7f18f;
  border-radius: 15px 0px 0px 15px;
  height: 76px !important;
  line-height: 76px !important;
  vertical-align: middle;
  width: 100px !important;
  margin: auto;
  font-size: 30px;
  color: #ed1e79;
  text-align: center;
  font-weight: 600;
}

.first-letter-blue {
  float: left;
  background-color: #ecf3ff;
  border-radius: 15px 0px 0px 15px;
  height: 76px !important;
  line-height: 76px !important;
  vertical-align: middle;
  width: 100px !important;
  margin: auto;
  font-size: 30px;
  color: #448aff;
  text-align: center;
  font-weight: 600;
}



.first-letter-green {
  float: left;
  background-color: #f5faf5;
  border-radius: 15px 0px 0px 15px;
  height: 76px !important;
  line-height: 76px !important;
  vertical-align: middle;
  width: 100px !important;
  margin: auto;
  font-size: 30px;
  color: #4caf50;
  text-align: center;
  font-weight: 600;
}

.first-letter-red {
  float: left;
  background-color: #feecea;
  border-radius: 15px 0px 0px 15px;
  height: 76px !important;
  line-height: 76px !important;
  vertical-align: middle;
  width: 100px !important;
  margin: auto;
  font-size: 30px;
  color: #f44336;
  text-align: center;
  font-weight: 600;
}

.first-letter-skyblue {
  float: left;
  background-color: #ebf9ff;
  border-radius: 15px 0px 0px 15px;
  height: 76px !important;
  line-height: 76px !important;
  vertical-align: middle;
  width: 100px !important;
  margin: auto;
  font-size: 30px;
  color: #40c4ff;
  text-align: center;
  font-weight: 600;
}

.text {
  float: right;
  padding: 0px 10px;
}

.spaciality-heading {
  font-size: 1.2vw;
  /* font-size: clamp(1rem, 5vw, 1rem); */
  font-weight: 500;
  margin-bottom: 0px;
  color: #4d4d4d;
  margin-bottom: 5px;
}

.designation {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  max-width: 300px;
}
/* 
.discription {
  font-size: 12px;
  margin-bottom: 0px;
} */
.discription {
  font-size: 12px;
  margin-bottom: 0px;
  color: #6c757d;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.side-box {
  background-color: #ecf3ff;
  /* height: 900px;
    max-height: 690px; */
  /* overflow-y: scroll; */
}

.profile-section {
  margin: 0px 50px;
}

#profile {
  box-shadow: none !important;
  padding: 30px !important;
  margin-top: 30px !important;
  border-radius: 10px !important;
}

/* .specilaties-box a{
      width: 20px;
  } */

body.modal-open {
  overflow: hidden !important;
  position: fixed !important;
}

.btn-width {
  width: 50% !important;
}

@media (max-width: 428px) {
  .side-hidoc-logo-desk1 {
    display: none !important;
  }

  .side-hidoc-logo-mob {
    display: block !important;
  }

  .area-padding {
    padding: 18px 0px 15px !important;
  }
}

body.model-open {
  overflow: hidden !important;
  width: 100% !important;
  position: fixed;
}

.side-box {
  background-color: #ecf3ff;
  height: auto !important;
}

@media screen and (max-width: 992px) {
  .privacy-policy-container {
    display: block !important;
    overflow: hidden !important;
  }

  .privacy-policy-container > a:hover {
    text-decoration: none;
    color: #000 !important;
  }
}

#myModal-register h4 {
  color: #ed1e79;
  font-size: 28px;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 500px !important;
  }
}

#myModal-register label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 18px;
}

#myModal-register .modal-content {
  position: relative;
  padding: 0px 25px;
  border-radius: 20px;
}

#myModal-register .search-employee {
  border: 1px solid #808080 !important;
}

#myModal-register .kol-btn-submit {
  background: #ed1e79;
  color: white;
  border: none;
  outline: none !important;
  margin: 1% 1%;
  padding: 5px 30px;
  /* font-size: 16px; */
  font-size: 21px;
  border-radius: 10px;
}

/*CSS for tablet view*/
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .main-search {
    background: #113358;
    border-radius: 12px;
    padding: 10px 11px;
    text-align: center;
    width: max-content !important;
    font-size: 17px;
}

  .input-group {
    width: 100% !important;
  }

  .tab {
    display: block !important;
  }

  .desk-top {
    display: none;
  }
}

@media screen and (min-width: 336px) and (max-width: 768px) {
  .tab {
    display: none;
  }

  .desk-top {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block !important;
  }

  .desk-top {
    display: none !important;
  }
}

@media screen and (min-width: 280px) and (max-width: 653px) {
  .tab {
    display: block;
  }

  .desk-top {
    display: none;
  }

  .main-search {
    background: #113358;
    border-radius: 12px;
    padding: 10px 11px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .tab {
    display: block;
  }

  .desk-top {
    display: none;
  }
}
/*end */

/* 28th April 2025 footer css */

.NewFooter-footer-section {
  width: 100%;
  background-color: #113358;
  color: #fff;
  padding: 2rem 0;
}
.NewFooter-tagline {
  margin-top: 1rem;
}
.NewFooter-social-container{
  margin-bottom: 1rem;
}
.social-icon-link {
  font-size: 1.8em!important;
  padding: 0 12px;
  color: #fff;
}
.social-icon-link.facebook {
  padding-left: 0;
}

.NewFooter-quick-links-container {
padding: 2.2rem 2rem 2rem;
  background-color: #204162;
  border-radius: 8px;
}

.NewFooter-link-col-container {
  border-right: 1px solid #fff;
}

.NewFooter-quick-link-item {
  display: block;
  max-width: 100%;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}

.NewFooter-container p{
color:white;
    font-size: 14px;
}

.NewFooter-container a{
color: white !important;
font-size: 14px;
}

.NewFooter-quick-link-heading {
  color: white !important;
  margin-bottom: 25px;
}

.privacy-policy-container a {
  text-decoration: none;
  color: #000!important;
  font-size: 14px!important;
}
.NewFooter-quick-link-item:hover{
text-decoration: underline!important;
}

@media screen and (min-width: 428px) {
.NewFooter-quick-link-item {
  display: block;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}

}

@media screen and (max-width: 768px) {
  .NewFooter-footer-section {
    display: block;
}

}

@media screen and (max-width: 428px) {
  .click {
    color: black !important;
}

.spaciality-heading {
    font-size: 4vw !important;
    /* font-size: clamp(1rem, 5vw, 1rem); */
    font-weight: 500;
    margin-bottom: 0px;
    color: #4d4d4d;
}

.margin-top-banner{
  margin-top: 50px !important;
}
.NewFooter-footer-section {
  text-align: center;
}
.NewFooter-link-col-container {
  border-right: 0px solid #fff!important;
}
.NewFooter-quick-link-item{
max-width: 100%!important;
}
.NewFooter-footer-section{
    display: block!important;
  }

  .container-fluid {
    padding: 0px 10px !important;
}

.about-area .form-control {
  margin-bottom: 29px!important;}

  .click{
      color:black!important;
  }

  .NewFooter-footer-section a{
      color:white!important;
  }

}


@media screen and (min-width: 428px) {
  .display-block p {
      padding-right: 30px;
  }
  .search-employee {
    appearance: none;               /* Remove default arrow */
    -webkit-appearance: none;       /* Safari/Chrome */
    -moz-appearance: none;          /* Firefox */
    
    background: url("data:image/svg+xml;utf8,<svg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") 
                no-repeat right 10px center; /* Custom arrow, with right spacing */
    background-color: white;
    
    padding: 10px 40px 10px 10px;   /* Leave room for arrow on the right */
    border: 1px solid #ccc;
    border-radius: 4px;
    
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    cursor: pointer;
  }

}
.padding-conatiner {
  padding-right: 40px !important;
}
/* ends here*/

.input-group {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  border-radius: 0px 20px 20px 20px;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
  padding: 10px 10px!important;
}
.choices__inner{
  border-radius: 12px!important;
}
