@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap');

body {
  margin: 0;
  font-family: 'Montserrat', Arial, Helvetica,  sans-serif;
}

b, strong, .bold{
	font-weight: bold !important;
}

.font-15{
	font-size: 15px;
}

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

.font-20{
	font-size: 20px !important;
}
.font-25{
	font-size: 25px !important;
}

.font-35{
	font-size: 35px;
}

.font-60{
	font-size: 60px;
}

/*menu*/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  color: white;
  background-color: rgba(8,113,175,255); /* Black fallback color */
/*  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 20%; /* 25% from the top */
  width: 100%; /* 100% width */
/*  text-align: center; /* Centered text/links */
/*  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */*/
}

.overlay-content ul{
	list-style:none;
	padding-left: 1rem;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  font-weight: 300;
}

.overlay a.font-20{
	font-weight:500;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: -20vh;
  right: 45px;
  font-size: 60px;
}

.overlay .title > a{
	font-weight: bold;
	font-size: 25px;
}

.overlay .subtitle > a{
	font-size: 18px;
/*	padding: 1rem 0;*/
	font-weight: 500;
}

.disabled > a{
    cursor: default;
    pointer-events: none;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*menu*/

.navbar>div{
	padding:14px ;
}
.navbar-nav{
	flex-direction: row;
}
.navbar a {
  float: left;
  color: #000000;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-left: 20px;
}

.navbar .borderRight{
	border-right: 1px solid black;
}

.navbar a:hover {
/*  background-color: #ddd;*/
  color: black;
}

.navbar a.active {
  color: white;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}

.navbar a:hover img{
	background-color: #0871af;
	border-radius: 50px;
}

.navbar .topnav-centered a:hover img{
	background-color: transparent;
	border-radius: 0;
}

.navbar a.dropdown-item{
	margin-left: 0px;
}

.navbar.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  border-radius: 50px;
  z-index: 99;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}

.hr-blue{
	height: 1px;
	width: 100%;
	display: block;
	background-color: #292B5A;
	margin: 20px auto;
}

#banner{
	background-image: url('../img/hilogic_banner_home.jpg');
	background-size: cover;
	height: 85vh;
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.courseBtn{
	border-color: #A7CA55;
	border-radius: 0;
	border-top-right-radius: 50px;
	background: linear-gradient(to right, #005080 50%, #A7CA55 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.5s ease-out;
}

.courseBtn:hover{
	background-position: left bottom;
}

.courseBtn2{
	border-color: white;
	border-radius: 0;
	border-top-right-radius: 50px;
	background-color: white;
	color: #A7CA55;
}
.courseBtn2:hover{
	color: white;
	background:transparent;
	border-color: white;
}

.popularCoursesIcon{
	bottom: 50%;
    right: 20%;
}

#popularCourses .description{
	min-height: 90px;
	max-height: 90px;
}

#popularCourses .listing{
	min-height: 368px;
	max-height: 368px;
}

.bg-blue{
	background-color: #0871af;
}

.bg-light-green{
	background-color:  #C6D6A1;
}

.bg-dark-blue{
	background-color: #292B5A;
}

.bg-green{
	background:  #A7CA55;
  background-color:  #A7CA55;
  background-color: rgb(167,202,85);
}

.bg-grey{
	background-color:  #f2f2f2;
}

.bg-milky{
	background-color: rgba(247,247,244, 0.8);
}

.text-lightGreen{
	color: #C6D6A1;
}

.text-green{
	color: #A7CA55;
}

.text-lightYellow{
	color: #FDEBAB;
}

.text-gold{
	color: #CE9B3C;
}

.text-darkBlue{
	color: #292B5A;
}
.text-darkGrey{
	color: #58595B;
}

.text-oceanBlue{
	color: #0871AF;
}

#popularCourses{
	background-image: url('../img/popular_courses_background.jpg');
	background-size: cover;
}

#trainingModes{
	background-image: url('../img/training_modes_background.jpg');
	background-size: cover;
}

#trainingModes .extend{
	border-top-right-radius: 100px;
}

.trainingBoxes .inner .img{
	min-width: 150px;
	max-width: 150px;
}
.trainingBoxes .inner .arrow{
	bottom: -5px;
  right: -5px;
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}
.trainingBoxes .inner .arrow img{
	width: 50px;
}

.inner .extend p{
	width: 150%;
}
.extend{
	width: 95%;
	transition: all 0.2s ease-out;
}
.extendText{
	visibility: hidden;
}

.trainingBoxes .inner:hover .extend{
	width: 100%;
}
.trainingBoxes .inner:hover .extendText{
	visibility: visible;
}
.trainingBoxes .inner:hover .arrow{
	transform: rotate(405deg);
}

#upcomingCourses .classroomBoxes .box{
	border:1px solid #292B5A;
	border-top-right-radius: 200px;
}

#upcomingCourses .courseTitle{
	min-height: 105px;
}

.slick-dots{
	bottom: -40px;
}

.sliderNumber{
	border-radius: 50%;
  text-decoration: none;
  color: black;
  border: 1px solid black;
  padding: 5px 10px;
  font-size: 12px;
}

#eLearning{
	background-image: url('../img/self_pace.png');
  background-position-x: 85%;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
	display: flex;
	align-items: center;
}

#eLearning .viewPopularIcon{
  top: -60px;
  left: -125px;
  z-index: 1;
  width: 0px;
}

#eLearning .btn.btn-outline-dark{
	border-radius: 50px;
	border: 2px solid black;
}

.fa-solid.fa-star{
	color:#ffe521;
}

#testimonial .box{
	background-image: url('../img/testimonial_box1.png');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
	flex-direction: column;
	box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
}

#testimonial .textContent{
	min-height: 200px;
}

.footerMenu a{
	text-decoration: none;
	color: #58595B;
}

.footerMenu ul{
	padding-left: 0;
	margin-bottom: 0;
}
.footerMenu ul li{
	list-style: none;
	padding-bottom: 1rem;
}

footer .contact > div{
	display: grid;
  grid-template-columns: 1fr 4fr 2fr;
}

.floater{
	bottom: 10%;
	right: 10px;
	text-align: right;
  width: 50px;
}
.floater .inner a{
	width: 150px;
	border-radius: 50px;
}
.floater .inner{
	opacity: 0;
	right: -100%;
	top: 10px;
	transform: translateX(-100%);
	transition: all	0.5s ease-out;
}
.floater .bookBtn:hover .inner, .floater .enquireBtn:hover .inner{
	opacity: 1;
	top: 10px;
	right: 60px;
	transform: translateX(0%);
} 

.extendText a{
	text-decoration: none;
	color: black;
}
.linkedin{
  background-image: url('../img/linkedin_icon.svg');
  width: 30px;
  height: 30px;
  background-repeat:no-repeat;
}
.linkedin:hover{
  background-image: url('../img/in_icon_hover.svg');
  width: 30px;
  height: 30px;
}
.bottomLinkedin{
  background-image: url('../img/in_icon.svg');
    display: block;
    margin-left: auto;
    position: relative;
    top: 15px;
}

/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 768px){
	.navbar .phoneNo, .navbar .linkedin, .navbar .search{
			display: none;
	}
	#popularCourses .listing{
  	min-height: auto;
    max-height: none;
  }

  .inner .extend p{
  	width: 200px;
  }
  #eLearning{
  	height: auto;
  }
  #eLearning .viewPopularIcon {
    top: -75px;
    left: -50px;
	}
	footer .contact > div{
		grid-template-columns: 1fr;
	}
  .content h4{
    width:95%;
  }
}
@media screen and (max-width: 600px) {
	.navbar .phoneNo, .navbar .linkedin, .navbar .search{
			display: none;
	}
  .navbar a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

#searchCol{
    display: block;
    position: fixed;
    top: 15%;
    width: 100%;
  }
  .bg-light-green{
    background-color: #E7F0D0;
  }
  .bg-brown{
    background-color: #CE9B3C;
  }
  .navbar .borderRight{
    padding-right: 1.5rem;
  }
  .font-40{
    font-size: 40px;
  }
  .overlay{
    max-height: 550px;
  }
  .overlay-content{
    top: 0;
  }
  .overlay .closebtn{
    top: 0px;
    z-index: 999;
  }
  .overlay a, .overlay .subtitle a{
    font-size: 16px;
  }
  .borderRightMenu{
    border-right: 2px solid #A7CA55;
  }
  .borderLeftMenu{
    border-left: 2px solid #A7CA55;
  }
  .arrow-left-large{
    position: absolute;
    right: -3px;
    top: 20%;
    font-size: 50px;
    visibility: hidden;
    font-weight: 100;
  }
  #menu > div{
    cursor: pointer;
  }
  #menu .active{
    color: #A7CA55;
  }
  #menu{
    height: 45vh;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .active .arrow-left-large{
    visibility: visible;
  }
  .arrow-left-large::before{
    font-family: "Font Awesome 5 Free";
/*      font-weight: 300;*/
    content:"\27F5";
    color: #A7CA55;
/*    font-size: 60px;*/
  }
  .mainMenu{
    position: relative;
  }
  .mainMenu a{
    color: #A7CA55;
  }
  .mainMenu .hidden{
    display: none;
  }
  .mainMenu .active{
    display: block;
  }
  .courseBtn3{
    border-radius: 0;
    border-color: #A7CA55;
  }
  .courseBtn3:hover{
    border-color: #A7CA55;
    background: #A7CA55;
  }
  .courseBtn3:hover a{
    color: white;
  }
  .courseBtn3:focus{
    background-color: transparent;
    border: 1px solid #a7ca55;
    box-shadow: none;
  }
  .trainingCatalogue, .trainingCourses, .advisoryServices{
    padding-left: 5rem;
  }
  .classroomMenu, .livewebMenu, .selfpacedMenu, .ppmConsulting, .advisoryService{
    display: flex;
  }
  #trainingModes>.overlayBack{
      background-color:rgba(0,0,0,0.5);
    }
  .classroomMenu::before{
    content:url('../img/menu_icon/classroom_icon.svg');
    display: inline-block;
    width: 8%;
    height: 100%;
    padding: 8px 0;
  }
  .classroomMenu a{
    width: 92%;
    display: inline-block;
    font-weight: bold;
  }
  .classroomMenu a::after{
    display: block;
    font-weight: normal;
    content:'Facilitator led in-person classroom training.';
  }
  .livewebMenu::before{
    content:url('../img/menu_icon/liveweb_icon.svg');
    display: inline-block;
    width: 8%;
    height: 100%;
    padding: 8px 0;
  }
  .livewebMenu a{
    width: 92%;
    display: inline-block;
    font-weight: bold;
  }
  .livewebMenu a::after{
    display: block;
    font-weight: normal;
    content:'Learn from your preferred location with facilitator led online classroom training.';
  }
  .selfpacedMenu::before{
    content:url('../img/menu_icon/selfpaced_icon.svg');
    display: inline-block;
    width: 8%;
    height: 100%;
    padding: 8px 0;
  }
  .selfpacedMenu a{
    width: 92%;
    display: inline-block;
    font-weight: bold;
  }
  .selfpacedMenu a::after{
    display: block;
    font-weight: normal;
    content:'Learn at your own pace and place with our e-learning packages, accessible over a 9 month license period.';
  }
  .ppmConsulting::before{
    content:url('../img/menu_icon/portfolioadvisory_icon.svg');
    display: inline-block;
    width: 8%;
    height: 100%;
    padding: 8px 0;
  }
  .ppmConsulting a{
    width: 92%;
    display: inline-block;
    font-weight: bold;
  }
  .ppmConsulting a::after{
    display: block;
    font-weight: normal;
    content:'Our PPM coaching and advisory services are focused on supporting the achievement of capability goals in project, program, portfolio and change management.';
  }
  .advisoryService::before{
    content:url('../img/menu_icon/agileadvisory_icon.svg');
    display: inline-block;
    width: 8%;
    height: 100%;
    padding: 8px 0;
  }
  .advisoryService a{
    width: 92%;
    display: inline-block;
    font-weight: bold;
  }
  .advisoryService a::after{
    display: block;
    font-weight: normal;
    content:'Our agile coaching and consulting services are designed to support agility aims at team and enterprise levels.';
  }
  #popularCourses .listing {
      min-height: 450px;
      max-height: 450px;
  }
  #eLearning .viewPopularIcon{
    top: -75px;
      left: -10%;
    }
  .overlay .closebtn {
      font-size: 45px;
    }
  @media(max-width: 1200px){
    #popularCourses .description  {
        min-height: 160px;
        max-height: 160px;
    }
    #popularCourses .listing{
      min-height: 580px;
        max-height: 580px;
    }
    #eLearning .viewPopularIcon{
      left: -10%;
    }
    #testimonial .textContent{
      min-height:250px;
    }
    #testimonial .bottomDesc{
      min-height:65px;
    }
  }
  @media(max-width: 1024px){
    #menu{
      height: 100%;
    }
    .trainingCatalogue, .trainingCourses, .advisoryServices{
      padding-left: 1em;
    }
  }
  @media(max-width:768px){
    #myNav.open .mobileMenu .banner{
      position: fixed;
      bottom: 0;
    }
    nav.navbar{
      top: 10px;
    }
    .navbar-nav{
      flex-direction: row;
    }
    #countryIcon span{
      display: none;
    }
    .phoneNo{
      display: block !important;
    }
    #eLearning{
      background-image: none;
    }
    #trainingModes .extend{
      border-top-right-radius: 50px;
    }
    .h-100vh{
      height: 100vh;
    }
    .overlay{
      max-height: none;
    }
    
    .mobileMenu{
      height: 100%;
      display: flex;
        flex-wrap: wrap;
    }
    .mobileMenu .banner{
/*      position: absolute;*/
/*      bottom: 0;*/
      width: 100%;
      margin-top: auto;
/*        margin-bottom: auto;*/
        flex-grow: 1;
        display: flex;
    }
    .overlay .closebtn {
      right: 10px;
        padding-top: 30px;
    }
    #upcomingCourses .classroomBoxes .box{
      border-top-right-radius: 100px;
    }
    #eLearning .viewPopularIcon{
      left: -10%;
    }
    #popularCourses .description  {
        min-height: auto;
        max-height: none;
    }
    #popularCourses .listing{
      min-height: auto;
        max-height: none;
    }
    .mobileMenu .accordion-item{
      border-radius: 0 !important;
    }
    .accordion-item{
      background-color: transparent;
      border: none;
      border-bottom: 1px solid white;
    }
    .accordion .accordion-button{
          background-color: transparent;
          color: white;
          padding: 25px 15px;
          font-size: 25px;
    }
    .accordion .accordion-button::after{
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="%23fff"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"/></svg>');
    }
    .tab input:checked ~ .tab-content{
      max-height: 500vh !important;
    }
  }
  @media(max-width:468px){
    .navbar a{
      padding: 0;
    }
    .navbar > div{
      padding: 15px 5px;
    }
    .navbar .borderRight{
      padding-right: 0;
    }
    .classroomMenu::before{
      width: 18%;
    }
    .livewebMenu::before{
      width: 18%;
    }
    .selfpacedMenu::before{
      width: 18%;
    }
    .ppmConsulting::before{
      width: 18%;
    }
    .advisoryService::before{
      width: 18%;
    }
    #banner{
      height: 100%;
      padding: 100px 0;
    }
    .trainingBoxes .inner .img{
      min-width: 95px;
      max-width: 95px;
    }
    .trainingBoxes .inner .arrow{
      display: none;
    }
    .font-60{
      font-size: 40px;
    }
    #trainingModes{
      background-position-x: 15%;
    }
    .courseDesc>div{
      display: block !important;
    }
    .popularCoursesIcon{
      display: none;
    }
    .extend{
      width: 100%;
    }
    .extendText{
      display: none !important;
    }
  }

  .slick-dots{
    bottom:-40px !important;
  }
  .slick-dots li{
    width: 25px !important;
  }
  #testimonial .slick-track{
    margin-bottom:15px;
  }
  .slick-active a{
    background-color: #292b5a;
    color: white;
  }

  .borderBlue{
    border:1px solid #292b5a;
  }
  .classroomBoxes .boxes:hover{
    background-color: transparent;
    color: #292b5a;
    border:1px solid #292b5a;
  }
  .classroomBoxes .boxes:hover a{
    background-color: transparent;
    color: #292b5a;
  }
  #menu-header-menu-2022-3, #menu-header-menu-2022-2{
    margin-bottom: 0px;
  }
  .border_cat {
    border: 1px solid #0871af;
    min-height: 100px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.hrstyleone {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  #menu{
    height: 100%;
    }
}

.font-30{
  font-size: 30px !important;
}
h2.foundation-title{
  font-weight: bold;
  margin-top:1rem;
}

.text-shadow-black{
  text-shadow: 3px 3px 8px #000000;
}
.content-title h2{
  color: #595a5c;
}
a{
text-decoration: none;
}
nav.navbar.navbar-expand-lg{
  width: 90% !important;
  left:5%;
}
@media(max-width:768px){
  nav.navbar.navbar-expand-lg{
    width: 100% !important;
    left:0;
  } 
}

.breadcrumb {
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 8px 5px;
  list-style: none;
  /*background-color: #f5f5f5;*/
  margin-top: 20px;
  border-radius: 4px;
}
.breadcrumb-padLRoff {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: #000;
}
.breadcrumb > li a:hover {
  color: #FF8400;
  text-decoration:none;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.breadcrumb > .active {
  color: #777;
}
.schedule-title {
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #0871af;
}
.schedule-description {
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #000;
}
.thankYouMessage{
  padding: 60px;
}
.hrstyletitle{
    width: 80px;
    background: #0871af;
    height: 5px;
    border: none;
    margin-left: 0;
}
.adviceTitle{
  font-size: 30px;
    color: #0871af;
    font-weight: 500;
}
.btn-success {
    border-color: #0871af;
    background: #0871af;
    font-family: 'Montserrat',san-serif;
    font-weight: 700 !important;
    color: #fff !important;
    background: #0871af !important;
    width: 100%;
    font-size: 16px !important;
    border-radius: 0;
    margin: 5px auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enquiry-title {
    color: white;
    background: #0871af;
    margin-bottom:15px;
}
.enquiry-title>p{
  margin-bottom:0px;
}
.enquiry-content {
    padding: 30px 40px;
    margin-bottom: 30px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.content-subtitle{
  margin-top:30px;
}

.h3, h3{
  font-size: 24px;
}

.wpcf7-spinner{
  display: block;
}
.form-control{
  color: rgba(33,37,41, 0.6);
}

.secondbox{
position: relative;
}
.secondbox .form-label{
top: 0px;
}
textarea:focus ~ label{
  display: none;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  margin-right: 45px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.checkbox.thankYouMessage{
  padding: 1rem 0;
}
.btn-check:focus+.btn, .btn:focus, .btn:hover{
  border-color: #0871af;
  box-shadow: none;
}
.modal-dialog{
    overflow-y: initial !important
}
#myModal .modal-body{
  height: 80vh;
  overflow-y: auto;
}