/* ----------------------------------



/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #323232;
  /*! font-weight: bold; */
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  /*! text-align: justify; */
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

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

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #676767;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #098988;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #153463 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #0cb8b6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #0cb8b6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}

.btn-md {
  padding: 10px 20px 10px;
  border-radius: 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn.btn-light.border {
  border: 2px solid #ffffff;
  color: #464646;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  /*! border: 2px solid #ffffff !important; */
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn-theme.border {
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #0a0789;
}

.btn-theme.border:hover {
  background-color: #0cb8b6;
  color: #ffffff !important;
  border: 2px solid #0cb8b6;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #0cb8b6 none repeat scroll 0 0;
  border: 2px solid #0cb8b6;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #0cb8b6 none repeat scroll 0 0;
  border: 2px solid #0cb8b6;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #0cb8b6;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #0cb8b6;
}

.site-heading h2 span {
  color: #0cb8b6;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: #0cb8b6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::before {
  background: #0cb8b6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #0400c9;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 200px 0 115px;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 38px;
  padding-top: 6px;
  margin: 0;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #0cb8b6;
  text-decoration: underline;
}

/* ============================================================== 
     # Topbar Area 
=================================================================== */
.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area {
  overflow: hidden;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li .icon, .top-bar-area li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area li .info span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #232323;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
}

.top-bar-area li .icon i {
  font-size: 30px;
  color: #0cb8b6;
  margin-right: 15px;
}

.top-bar-area li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area li:last-child::after {
  display: none;
}

.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar-area.inline .info li {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.top-bar-area .info li::after {
  position: absolute;
  right: 0;
  top: -10px;
  content: "";
  height: 100px;
  width: 1px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  background: #e7e7e7;
}

.top-bar-area.double-info .social {
  padding: 25px 15px;
}

.top-bar-area.bg-theme .info li::after,
.top-bar-area.bg-dark .info li::after {
  background: rgba(255, 255, 255, 0.2);
}

.top-bar-area .social {
  padding: 15px 0;
  z-index: 1;
}

.top-bar-area.bg-theme li .icon i {
  color: #ffffff;
}

.top-bar-area.bg-theme li .info span {
  color: #ffffff;
}

.top-bar-area.bg-theme .info li {
  color: #ffffff;
}

.top-bar-area.bg-theme {
  position: relative;
  z-index: 1;
}

.top-bar-area.bg-theme::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
}

.top-bar-area.inline .info li i {
  margin-right: 10px;
  color: #0cb8b6;
  font-size: 20px;
}

.top-bar-area.inline.bg-theme .info li i,
.top-bar-area.inline.bg-dark .info li i {
  color: #ffffff;
}

.top-bar-area .social.text-right ul li {
  margin-right: 0;
  margin-left: 20px;
}

.top-bar-area .social ul li a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}

.top-bar-area.bg-theme .social ul li a {
  color: #ffffff;
}

.top-bar-area .bar-btn a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 15px;
  color: #fff;
  background: #098988;
  display: inline-block;
  letter-spacing: 1px;
}


/* ============================================================== 
     # lp css 
=================================================================== */

.lpmain .custom-container{
  max-width: 72vw;
  margin: 0px auto;
}

.lpmain .main-banner {
  height: 762px;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
}

.lpmain nav.navbar.bootsnav .navbar-brand {
  padding: 20px 0px;
}

.lpmain .banner-heading{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-top: 220px;
}

.lpmain .banner-info {
   padding-left: 20px;
}

.lpmain .banner-info li{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    list-style: disc;
    font-weight: 500;
    line-height: 48px;
}

.lpmain .lpnav {
  position: relative !important;
}

.lpmain .menu-main {
  background-color: #eeeef6;
    display: flow-root;
    padding-left: 128px;
    padding-right: 150px;
    height: 132px;
    position: absolute;
    width: 72%;
    right: 0px;
}

.lpmain .menu-main::before{
  content: "";
  width: 176px;
  height: 132px;
  background-image: url(../img/white-curve.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -77px;
}

.lpmain .navbar-header {
  float: left;
  padding-left: 136px;
  padding-right: 90px;
  position: relative;
  width: 28%;
  overflow: hidden;
}

.lpmain .navbar-header::after{
  content: "";
  width: 60px;
  height: 110px;
  background-image: url(../img/blue-curve.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
}

.lpmain nav.navbar.bootsnav ul.nav > li > a{
    color: #373737;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 14px 10px;
    text-transform: capitalize;
  }

  .lpmain .top-contact-bar{
    text-align: right;
  }

  .lpmain .top-contact-bar .contact-btn {
    padding: 6px 10px;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 6px;
}

.lpmain .top-contact-bar .contact-btn a{
  font-family: 'Montserrat', sans-serif;
  color: #161569;
  font-size: 18px;
  font-weight: normal;
  margin-left: 8px;
}

.lpmain .enquire-btn a{
  background-color: #0400c9;
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  border: 2px solid #fff;
  padding: 9px 22px 9px 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 6px;
}

.lpmain .banner-form .apply-form-inner{
  background-color: rgb(35, 77, 143, 0.8);
  padding: 26px;
  margin-top: 100px;
}

.lpmain .banner-form .apply-form-inner h2{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.lpmain .banner-form .apply-form-inner .form-field {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #1099ec;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;

}

.lpmain .banner-form .apply-form-inner .select-field {
  color: #7395d2;
  font-weight: normal;
}

.lpmain .banner-form .apply-form-inner .nice-select:after{
  border-bottom: 2px solid #7395d2;
  border-right: 2px solid #7395d2;
}

.lpmain .banner-form .apply-form-inner .nice-select .option.selected {
  font-weight: normal;
}

.lpmain .banner-form .apply-form-inner .form-field::placeholder {
  color: #7395d2;
  opacity: 1; /* Firefox */
}

.lpmain .banner-form .apply-form-inner .form-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #7395d2;
}

.lpmain .banner-form .apply-form-inner .form-field::-ms-input-placeholder { /* Microsoft Edge */
 color: #7395d2;
}

.lpmain .banner-form .apply-form-inner .submit-query {
  background-color: #fff;
  border: 0px;
  width: 80%;
  margin: 0px auto;
  display: block;
  padding: 14px 0 14px 0px;
  font-size: 20px;
  color: #1b1977;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-top: 16px;

}

.lpmain .banner-form .apply-form-inner .submit-query:hover{
  background-color: #1b1977;
  color: #fff;
}

.lpmain .about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lpmain .about-section .heading-title {
  font-family: 'Montserrat', sans-serif;
  color: #1b1977;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
}

.lpmain .about-section .about-inner {
  display: flex;
}

.lpmain .about-section .about-text-block {
  width: 50%;
  padding-left: 13vw;
  padding-top: 50px;
}

.lpmain .about-section .about-img-block {
  width: 50%;
}

.lpmain .about-section .about-text-block h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #373737;
}

.lpmain .about-section .icon-list {
  padding-left: 42px;
}

.lpmain .about-section .icon-list li{
  list-style: none;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.lpmain .about-section .icon-list li::before{
  content: "";
    background-image: url(../img/list-icon.png);
    width: 28px;
    height: 12px;
    position: absolute;
    left: -42px;
    top: 6px;
}

.lpmain .about-section .about-img-block img{
  width: 100%;
}

.lpmain .about-section .about-inner-2{
  flex-direction: row-reverse;
}

.lpmain .about-section .about-inner-2 .text-block-2 {
  padding-left: 50px;
  padding-right: 12vw;
}

.lpmain .about-section .list-box-inner {
  background-color: #eeeef6;
  border: 1px solid #c0c0c0;
  padding: 28px 26px;
  min-height: 320px;
}

.lpmain .about-section .list-box {
  padding-top: 40px;
  padding-bottom: 20px;
}

.lpmain .about-section .list-box-inner h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #373737;
}

.lpmain .affilation-section {
  background-color: #eeeef6;
  padding-top: 40px;
  padding-bottom: 40px;

}

.lpmain .affilation-section .section-title {
    color: #1b1977;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.lpmain .affilation-section  .affilation-logo-box {
  text-align: center;
  padding: 20px;

}

.lpmain .affilation-logo-inner {
  display: flex;
  justify-content: center;
}

.lpmain .eligilibilty-section{
    padding-top: 60px;
    padding-bottom: 60px;

}

.lpmain .eligilibilty-section .section-title {
    color: #1b1977;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-align: left;
}

.lpmain .eligilibilty-section  .eligilibilty-info {
  background-color: #eeeef6;
  padding: 30px 30px 0 30px;
  position: relative;
  margin-top: 40px;

}

.lpmain .eligilibilty-section .eligilibilty-info::after{
  content: "";
  position: absolute;
  width: 556px;
  height: 150px;
  background-image: url(../img/blue-cloud.png);
  background-size: 100%;
  background-repeat: no-repeat;
  right: 28px;
  bottom: 0px;
}

.lpmain .eligilibilty-section .eligibilty-inner {
  display: flex;
}

.lpmain .eligilibilty-section .eligibilty-inner .doctor-img {
  position: relative;
  z-index: 1;
  margin-top: -134px;
}

.lpmain .eligilibilty-section .eligibilty-inner .eligibility-list {
  width: 64%;
  padding-left: 30px;
}

.lpmain .eligilibilty-section .eligilibilty-info h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #373737;

}

.lpmain .eligilibilty-section .eligibilty-inner .eligibility-list li{
  list-style: none;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.lpmain .eligilibilty-section .eligibilty-inner .eligibility-list li::before{
  content: "";
  background-image: url(../img/list-icon-2.png);
  width: 12px;
  height: 13px;
  position: absolute;
  left: -30px;
  top: 6px;
}

.lpmain .recurector-section{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lpmain .recurector-section .section-title {
  color: #1b1977;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

.lpmain .recurector-section p{
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

.lpmain .recurector-section .logo-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 26px;
  margin-top: 50px;

}

.lpmain .recurector-section .logo-section .logo-box{
  width: 23%;
  height: 150px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgb(134 156 226 / 28%);
}

.lpmain .why-choose-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lpmain .why-choose-section .reserch-center img{
  width: 100%;

}

.lpmain .why-choose-section .section-title {
  color: #1b1977;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}


.lpmain .why-choose-section  .sub-heading {
  color: #1b1977;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;

}


.lpmain .why-choose-section p{
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

.lpmain .why-choose-section .eligibility-list {
  padding-left: 48px;
  padding-top: 86px;
}

.lpmain .why-choose-section .eligibility-list li{
  list-style: none;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.lpmain .why-choose-section .eligibility-list li::before{
  content: "";
  background-image: url(../img/list-icon-2.png);
  width: 12px;
  height: 13px;
  position: absolute;
  left: -30px;
  top: 6px;
}


.lpmain .testimonial-sec {
  background-color: #fbfbfb;
  display: flex;
}

.lpmain .testimonial-sec .testimonial-block {
  width: 50%;
}

.lpmain .testimonial-sec .testimonial-block .quote-icon{
  width: 88px;
  margin-bottom: -46px;
  margin-left: 146px;
}

.lpmain .testimonial-sec .testimonial-block .testimoanila-img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.lpmain .testimonial-sec .testimonial-block .student-testimonial {
  width: 100%;
  padding: 20px;
  margin: 0px auto;
  padding-left: 14vw;
  padding-right: 15px;
}

.lpmain .testimonial-sec .testimonial-block .section-title {
    color: #1b1977;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-align: left;
    padding: 70px 0 20px 12vw;
}

.lpmain .testimonial-sec .testimonial-block .info h4{
   color: #1b1977;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.lpmain .testimonial-sec .testimonial-block .info{
  padding-left: 132px;
  padding-top: 30px;
}

.lpmain .testimonial-sec .testimonial-block .content p{
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
  width: 80%;
}

.lpmain .testimonial-sec .testimonial-block .content p .checked{
  color: #e3c104;
}

.lpmain .testimonial-sec .testimonial-block .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -106px;
  right: 0px;
}

.lpmain .testimonial-sec .testimonial-block .owl-nav .owl-prev {
  background-color: #fbfbfb;
  color: #D6D6D6;
  font-size: 34px;
}

.lpmain .testimonial-sec .testimonial-block .owl-nav .owl-next {
  background-color: #fbfbfb;
  color: #D6D6D6;
  font-size: 34px;
}

.lpmain .testimonial-sec .footer-form-block {
  background-color: #476bac;
  padding: 66px;
  padding-right: 13vw;
  width: 50%;
}

.lpmain .testimonial-sec .footer-form-block h2{
   color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner {
    width: 90%;
    margin: 0px auto;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .form-field {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #1099ec;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .textarea {
  height: 162px;
}


.lpmain .testimonial-sec .footer-form-block  .apply-form-inner .submit-query {
  background-color: #fff;
  border: 0px;
  width: 80%;
  margin: 0px auto;
  display: block;
  padding: 14px 0 14px 0px;
  font-size: 20px;
  color: #1b1977;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-top: 16px;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .submit-query:hover{
    background-color: #1b1977;
    color: #fff;
    
}


.lpmain .testimonial-sec .footer-form-block  .apply-form-inner .select-field {
  color: #7395d2;
  font-weight: normal;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .nice-select:after{
  border-bottom: 2px solid #7395d2;
  border-right: 2px solid #7395d2;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .nice-select .option.selected {
  font-weight: normal;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .form-field::placeholder {
  color: #7395d2;
  opacity: 1; /* Firefox */
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .form-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #7395d2;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .form-field::-ms-input-placeholder { /* Microsoft Edge */
 color: #7395d2;
}


.lpmain footer.bg-dark .f-item.contact li p span{
  display: inline-block;
}

/* ============================================================== 
     # Banner 
=================================================================== */






/* ============================================================== 
     # Appoinment
=================================================================== */

.appoinment-box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #ffffff;
}

.appoinment .heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.appoinment .heading p:last-child {
  margin-bottom: 0;
}

.appoinment .heading::after {
  background: #0cb8b6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.appoinment .heading::before {
  background: #0cb8b6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.appoinment form input {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  padding: 15px;
  color: #232323;
  font-weight: bold;
}

.appoinment form textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  padding: 15px;
  min-height: 19px;
  border-radius: inherit;
}

.appoinment form button {
  background: transparent;
  padding: 10px 35px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #232323;
  border: 2px solid #0cb8b6;
  background: transparent;
}

.appoinment form button:hover {
  background: #0cb8b6;
  color: #ffffff;
  border: 2px solid transparent;
}

.appoinment form button i {
  margin-left: 3px;
}

.department-tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.appoinment h4 {
  color: #666666;
  text-transform: uppercase;
}

.appoinment h2,
.appoinment h3 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}


/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* Banner Appoinment */
.banner-area .appoinment-box {
  position: relative;
  z-index: 1;
  background: transparent;
}

.banner-area .appoinment-box::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.banner-area .appoinment-box input, 
.banner-area .appoinment-box .nice-select {
  border-color: #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.banner-area .appoinment-box .nice-select span {
  color: #666666;
}

.banner-area .appoinment-box h2 {
  color: #232323;
}

.banner-area .appoinment-box .heading::after {
  background: #232323;
}

.banner-area .appoinment-box .heading::before {
  background: #232323;
}

.banner-area .appoinment-box button {
  background: #0cb8b6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
}


/* ============================================================== 
     # Footer 
=================================================================== */

footer .f-items img {
  margin-bottom: 30px;
}

footer .f-item h2 {
  font-weight: 800;
  color: #0400c9;
  border: 1px solid;
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
}

footer .f-item h2 i {
  margin-right: 5px;
}

footer .f-item h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

footer .f-item h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: #0cb8b6;
}

footer .f-item h4::before {
  position: absolute;
  left: 33px;
  bottom: 0;
  content: "";
  height: 2px;
  width: 5px;
  background: #0cb8b6;
}

footer.bg-dark p, 
footer.bg-dark {
  color: #cccccc;
}

footer .f-item h5 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
}


/* Footer Top */

footer .footer-top .item-box {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  text-align: center;
}

footer .footer-top .item {
  border-right: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 15px;
}

footer .footer-top .item:last-child {
  border: medium none;
}

footer .footer-top .item span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer .footer-top .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 15px;
  color: #0cb8b6;
}

footer .f-item .opening-info li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer.bg-dark .f-item .opening-info li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .opening-info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

footer .f-item .opening-info li .closed {
  background: #0cb8b6;
  color: #ffffff;
  padding: 2px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 18px;
}

footer .f-item li a {
  display: inline-block;
  color: #666666;
}

footer.bg-dark .f-item li a {
  color: #cccccc;
}

footer .f-item.link li a i {
  margin-right: 6px;
  font-size: 10px;
}

footer .f-item li a:hover {
  color: #0cb8b6;
}

footer.bg-dark .f-item li a:hover {
  color: #ffffff;
}

footer .f-item.link li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .f-items {
  float: left;
  width: 100%;
  overflow: hidden;
}

footer.active-first .f-items .item:first-child .f-item {
  position: relative;
  padding: 0 30px;
  z-index: 1;
}

footer.active-first .f-items .item:first-child .f-item a, 
footer.active-first .f-items .item:first-child .f-item p, 
footer.active-first .f-items .item:first-child .f-item li, 
footer.active-first .f-items .item:first-child .f-item h5 {
  color: #ffffff;
}

footer.active-first .f-items .item:first-child .f-item::after {
  position: absolute;
  left: 0;
  top: -25%;
  content: "";
  height: 150%;
  width: 100%;
  background: #0cb8b6;
  z-index: -1;
  margin-top: -4px;
}

footer.active-first .f-items .item:first-child .f-item h4 {
  color: #ffffff;
}

footer.active-first .f-items .item:first-child .f-item h4::after, 
footer.active-first .f-items .item:first-child .f-item h4::before {
  background: #ffffff;
}

footer.active-first .f-items .item:first-child .f-item .opening-info li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer.active-first .f-items .item:first-child .f-item .opening-info li:last-child {
  border: none;
}

footer.active-first .f-items .item:first-child .f-item .opening-info li .closed {
  background: #ffffff;
  color: #232323;
}

/* Recent Post */

footer .f-item.recent-post .meta-title, 
footer .f-item.recent-post .meta-title a {
  color: #666666;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  text-transform: uppercase !important;
}

footer.bg-dark .f-item.recent-post .meta-title, 
footer.bg-dark .f-item.recent-post .meta-title a {
  color: #ffffff;
}

footer.bg-dark .f-item.recent-post .meta-title a {
  color: #0cb8b6;
}

footer .f-item.recent-post .meta-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}

footer .f-item.recent-post li a span {
  display: inline-block;
  color: #cdd0d3;
}

footer .f-item.recent-post li span {
  display: inline-block;
}

footer .f-item.recent-post li span i {
  margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
  text-transform: capitalize;
}

footer .f-item.recent-post li {
  color: #cdd0d3;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

footer.bg-dark .f-item.recent-post li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.recent-post li .thumb {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}

footer .equal-height {
  padding-right: 30px;
}

footer .equal-height:last-child {
  padding-right: 15px;
}

footer .f-item .item {
  display: flex;
}

footer .f-item .item i {
  font-size: 30px;
  color: #0cb8b6;
}

footer .f-item .item .info {
  padding-left: 20px;
}

footer .f-item .item .info h3 {
}

footer .f-item .item .info h5 {
  margin-top: 0;
  margin-bottom: 15px;
}

footer .f-item.emergency li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

footer .f-item.emergency li p {
  margin: 0;
}

footer .f-item.emergency li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .footer-bottom li {
  display: inline-block;
}

footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom.bg-light p {
  color: #666666;
}

footer .footer-bottom p a {
  color: #0cb8b6;
}

footer .footer-bottom .text-right li {
  margin-left: 20px;
}

footer .footer-bottom.bg-light li a {
  color: #232323;
}

footer .footer-bottom li a:hover {
  color: #0cb8b6;
}

footer .f-item.contact li i, footer .f-item.contact li p {
  display: table-cell;
  vertical-align: top;
}

footer .f-item.contact li p {
  margin: 0;
  color: #232323;
  padding-left: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

footer.bg-dark .f-item.contact li p {
  color: #ffffff;
}

footer .f-item.contact li i {
  font-size: 25px;
  padding-top: 5px;
  color: #0cb8b6;
}

footer .f-item.contact li p span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  text-transform: none;
}

footer.bg-dark .f-item.contact li p span {
  color: #cccccc;
}

footer .f-item.contact li p a {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
}

footer.bg-dark .f-item.contact li p a {
  color: #cccccc;
}

footer .f-item.contact li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

footer .f-item.contact li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer form {
  width: 100%;
  position: relative;
  z-index: 1;
}

footer form .input-group {
  width: 100%;
}

footer .f-item.contact form input {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

footer form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: #0cb8b6;
  color: #ffffff;
  z-index: 9;
  border: none;
  line-height: 50px;
  min-width: 50px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

footer .f-item.twitter-widget .twitter-contentx {
  color: #0cb8b6;
}

footer .f-item .twitter-context i {
  color: #0cb8b6;
}

footer .f-item .twitter-item {
  margin-bottom: 30px;
}

footer .f-item .twitter-item:last-child {
  margin: 0;
}

footer .footer-bottom .social li a {
  color: #0cb8b6;
}

footer .footer-bottom .social li a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
    
.lpmain .navbar-header{
    width: 100%;
}

.lpmain .banner-info li {
    font-size: 26px;
   line-height: 30px;
}

.lpmain .banner-form .apply-form-inner{
    margin-top: 28px;
}

.lpmain .menu-main {
   
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    position: relative;
    width: 100%;
    right: 0px;
}

.lpmain .top-contact-bar {
    text-align: left;
}

.lpmain .menu-main::before{
    display: none;
}

.lpmain .navbar-header::after{
    display: none;
}

.lpmain .navbar-header {
    width: 100%;
}

.lpmain .top-contact-bar .contact-btn a{
    font-size: 14px;
}

.lpmain .enquire-btn a {
        padding: 5px 22px 5px 22px;
        font-size: 14px;
}

.lpmain .banner-heading {
    font-size: 26px;
    margin-top: 32px;
}

.lpmain .banner-form .apply-form-inner .submit-query {
    padding: 10px 0 10px 0px;
    font-size: 16px;
}

.lpmain .about-section .heading-title {
    font-size: 22px;
}

.lpmain .about-section .about-inner {
    display: flex;
    flex-wrap: wrap;
}

.lpmain .about-section .about-text-block {
    width: 100%;
    padding-left: 8vw;
    padding-top: 26px;
    padding-right: 15px;
}

.lpmain .about-section .about-img-block {
    width: 100%;
}

.lpmain .about-section .list-box-inner h2 {
    font-size: 15px;
}

.lpmain .about-section .list-box-inner {
    margin-top:20px;
}

.lpmain .affilation-section .section-title {
    font-size: 18px;
}

.lpmain .eligilibilty-section .section-title {
    font-size: 22px;
}

.lpmain .eligilibilty-section .eligibilty-inner .eligibility-list {
    width: 100%;
}

.lpmain .eligilibilty-section .eligilibilty-info::after{
    width: 280px;
    height: 68px;
}

.lpmain .eligilibilty-section .eligibilty-inner {
    display: flex;
    flex-direction: column;
}

.lpmain .eligilibilty-section .eligibilty-inner .doctor-img {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.lpmain .recurector-section .section-title {
        font-size: 22px;
}

.lpmain .recurector-section .logo-section .logo-box {
    width: 28%;
    height: auto;
}

.lpmain .why-choose-section .section-title {
        font-size: 22px;
}

.lpmain .testimonial-sec {
      flex-direction: column;
}

.lpmain .testimonial-sec .testimonial-block {
    width: 100%;
}

.lpmain .testimonial-sec .footer-form-block {
    
    padding: 24px;
    padding-right: 8vw;
    width: 100%;
}

.lpmain .testimonial-sec .testimonial-block .section-title {
    font-size: 26px;
     padding: 18px 0 20px 9vw;
}

.lpmain .testimonial-sec .testimonial-block .testimoanila-img {
    width: 140px;
    height: 140px;
}

.lpmain .about-section .about-text-block h2 {
    font-size: 20px;
}

.lpmain .testimonial-sec .testimonial-block .quote-icon {
    width: 56px;
    margin-bottom: -46px;
    margin-left: 118px;
}

.lpmain .testimonial-sec .testimonial-block .info {
    padding-left: 28px;
}

.lpmain .testimonial-sec .testimonial-block .info h4 {
     font-size: 17px;
}

.lpmain .testimonial-sec .testimonial-block .content p {
   font-size: 15px;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.lpmain .testimonial-sec .footer-form-block h2{
    font-size: 22px;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .textarea {
    height: 84px;
}

.lpmain .testimonial-sec .footer-form-block .apply-form-inner .submit-query {
    font-size: 16px;
}



.lpmain .why-choose-section {
    padding-top: 22px;
}

.lpmain .why-choose-section .eligibility-list {
    padding-left: 40px;
    padding-top: 20px;
}
  
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    
.lpmain .navbar-header {
    width: auto;
}

.lpmain .navbar-header::after {
    display:none;
}

.lpmain .menu-main::before{
    display: none;
}

.lpmain .navbar-collapse {
         margin-bottom: 0px !important;
}

.lpmain .banner-heading {
    font-size: 34px;
}

.lpmain .about-section .about-text-block {
     padding-left: 6vw;
}

.lpmain .about-section .about-inner-2 .text-block-2 {
    padding-left: 30px;
    padding-right: 5vw;
}


.lpmain .about-section .about-text-block h2 {
    font-size: 22px;
}

.lpmain .about-section .list-box-inner h2 {
        font-size: 20px;
}
.lpmain .menu-main {
    padding-left: 20px;
    padding-right: 20px;
    height:auto;
    position: relative;
    width: 100%;
}
.lpmain .about-section .list-box-inner {
        margin-top: 40px;
}

.lpmain .eligilibilty-section .eligilibilty-info::after {
    width: 300px;
    height: 76px;
}

.lpmain .eligilibilty-section .eligibilty-inner .doctor-img {
    margin-top: -44px;
}

.lpmain .recurector-section .logo-section .logo-box {
    width: 21%;
}

.lpmain .testimonial-sec .testimonial-block .section-title {
    font-size: 29px;
    
    padding: 70px 0 20px 3vw;
}

.lpmain .testimonial-sec .testimonial-block .student-testimonial {
    padding-left: 7vw;
}

.lpmain .testimonial-sec .footer-form-block {
    background-color: #476bac;
    padding: 30px;
    padding-right: 6vw;
}


.lpmain .testimonial-sec .testimonial-block .testimoanila-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.lpmain .testimonial-sec .testimonial-block .quote-icon {
    width: 55px;
    margin-bottom: -46px;
    margin-left: 120px;
}

.lpmain .testimonial-sec .testimonial-block .content p {
   
    font-size: 16px;
    margin-top: 20px;
     width: 98%;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.lpmain .top-contact-bar {
    text-align: left;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
.lpmain .top-contact-bar {
    text-align: right;
}

.lpmain .top-contact-bar .contact-btn a{
        font-size: 13px;
}

.lpmain .menu-main {
    padding-left: 100px;
    padding-right: 22px;
}

.lpmain nav.navbar.bootsnav ul.nav > li > a {
    padding: 20px 5px !important;
}

.lpmain .top-contact-bar .contact-btn a{
        font-size: 13px;
}

.lpmain .enquire-btn a {
    font-size: 13px;
}

.lpmain .menu-main {
    height: 116px;
}

.lpmain .menu-main::before {
    height: 116px;
}

.lpmain .recurector-section .logo-section .logo-box {
    width: 22%;
    height: 150px;
}

}