body {
  padding: 0;

  margin: 0;

  font-family: "Open Sans", sans-serif;
}

p {
    font-size: 16px !important;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;

  height: auto;
}

section {
    overflow:hidden;
}

.logo {
  display: inline-block;

  padding: 10px 0;
}

.logo img {
  width: auto;

  height: 100px;
}

/* header sectione ends */

/* online course section starts */

.form-section,
.testimonial-section,
.thanks-section,
.syllabus-section,
.online-course-section {
  background-color: #2481c2;
}

.all-sec-padding {
  padding: 40px 0;
}

.title-wrapper,
.online-course-title {
  text-align: center;

  margin-bottom: 40px;
}

.thanks-wrapper h1,
.title-wrapper h2
{
  font-size: 60px;

  color: #fff;

  font-weight: 700;

  margin-bottom: 30px;
}
.online-course-title h1 {
  font-size: 60px;

  color: #fff;

  font-weight: 700;

  margin-bottom: 30px;
  
  margin-top:30px;
}

.thanks-wrapper p,
.online-course-title p {
  font-size: 20px;
  text-align: left;
  color: #fff;
  padding: 0 40px;
}

.online-course-paragraph p {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  color: #fff;
}


.online-content-side ul li {
  display: block;

  margin-bottom: 5px;

  font-size: 16px;

  color: #fff;

  position: relative;
}

.online-content-side ul li::before {
  content: "-";

  position: absolute;

  left: -15px;

  font-size: 20px;

  color: #fff;
}
.online-link {
  
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin: 0 auto;

}
.online-btn {
  display: block;

  max-width: 600px;

  text-align: center;

  background-color: #cac83d;

  color: #2481c2;

  font-size: 20px;

  font-weight: 800;

  margin: 0 auto;

  margin-top: 40px;

  padding: 10px;
}

/* online course section ends */

/* career progress section starts */

.career-title-wrapper h2 {
  font-size: 50px;

  font-weight: 700;

  color: #000;

  margin-bottom: 30px;
}

.title-wrapper p,
.career-title-wrapper p {
  text-align: left;

  font-weight: 500;
}

.career-title-wrapper {
  margin-bottom: 40px;
}

.career-content h3 {
  font-size: 21px;

  font-weight: 700;

  margin-bottom: 30px;
}

.career-icon {
  font-size: 51px;

  color: #0e9ae5;

  margin-right: 30px;
}

.career-wrapper {
  display: flex;
}

.career-content {
  padding-top: 20px;
}

.career-content ul li,
.career-content p {
  color: rgb(104, 98, 98);

  font-size: 16px;
}

.career-content ul li {
  position: relative;

  list-style: none;
}

.career-content ul li::before {
  content: "-";

  position: absolute;

  left: -15px;

  font-size: 16px;

  color: rgb(104, 98, 98);
}

.title-wrapper p {
  color: #fff;
}

.syllabus-wrapper {
  padding: 0;
}

.syllabus-wrapper li {
  list-style: none;

  color: #fff;

  font-weight: 500;
  
  line-height: 30px;
}

.syllabus-section p {
  color: #fff;
}

.syllabus-btn {
  max-width: 700px;
}

/* syllabus section ends */

/* why section starts */

.why-title h2 {
  color: #000;

  font-size: 43px;
}

ul.why-wapper {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  padding: 0;
}

.why-wapper li {
  text-align: center;

  width: 33.33%;

  list-style: none;

  padding: 0 29px;

  margin-bottom: 30px;
}

.why-wapper li:nth-child(4),
.why-wapper li:nth-child(5) {
  margin-bottom: 0;
}

.why-wapper li p {
  font-weight: 500;

  font-size: 15px;
}

.why-wapper li img {
  width: 70px;

  margin-bottom: 15px;
}

/* why section ends */

/* video section starts */

.video-wrapper {
  text-align: center;
}

.single-logo-section img {
  height: 150px;

  width: auto;
}

.form-title p {
  max-width: 700px;

  margin: 0 auto;

  text-align: center;

  font-size: 18px;
}

.form-wrapper {
  background-color: #fff;

  padding: 30px;

  max-width: 600px;

  margin: 0 auto;

  margin-bottom: 40px;
}

.form-wrapper label {
  font-size: 14px;

  font-weight: 800;

  margin-bottom: 5px;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper button {
  display: block;

  width: 100%;

  padding: 7px;

  margin-bottom: 10px;

  border-radius: 3px;

  outline: none;

  border: 1px solid #cecece;

  font-size: 14px;
}

.form-wrapper button a {
  color: #fff;
}

.form-wrapper button {
  background-color: #8cae60;

  font-weight: 800;

  font-size: 18px;

  letter-spacing: 1px;

  color: #fff;

  padding: 10px;
}

.checkbox-wrapper {
  display: flex;

  align-items: center;

  margin: 20px 0;
}

.checkbox-wrapper input[type="checkbox"] {
  width: auto;

  margin: 0;

  margin-right: 10px;

  cursor: pointer;
}

.checkbox-wrapper p {
  font-size: 12px;

  margin: 0;
}

.policy-wrapper {
  text-align: center;
}

.policy-wrapper a,
.policy-wrapper p {
  color: #fff;
}

.policy-wrapper a {
  font-size: 14px;

  margin-bottom: 15px;

  display: block;
}

.policy-wrapper p {
  font-weight: 500;

  font-size: 18px;
}

.policy-wrapper p:last-child {
  margin: 0;
}

#button {
  display: inline-block;

  background-color: #cac83d;

  width: 35px;

  height: 35px;
  border-radius: 50%;

  text-align: center;

  position: fixed;

  bottom: 100px;

  line-height: 72px;

  right: 30px;

  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;

  opacity: 0;

  visibility: hidden;

  z-index: 8;

}

#button::after {
  content: "\f077";

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  font-size: 14px;


  color: #fff;
  
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#button:hover {
  cursor: pointer;

  background-color: #c81a38;
}

#button:active {
  background-color: #47a0ff;
}

#button.show {
  opacity: 1;

  visibility: visible;
}

.form-group {
  position: relative;
}

.error {
  color: #e45400;
}

#number-error,
#course-error,
#number-error,
#email-error,
#name-error,
#policy-error,
#campus-error {
  position: absolute;

  right: 103%;

  font-size: 11px;

  font-weight: 600;

  background: #fff;

  padding: 4px;

  border-radius: 5px;

  border: 1px solid #e45400;

  border-right: 25px solid #e45400;

  top: 70%;

  transform: translate(0, -50%);

  text-align: center;

  width: 90px;

  z-index: 2;
}

#number-error::before,
#course-error::before,
#number-error::before,
#email-error::before,
#name-error::before,
#policy-error::before,
#campus-error::before {
  content: "!";

  font-size: 11px;

  color: #e45400;

  background-color: #fff;

  width: 15px;

  height: 15px;

  border-radius: 50%;

  line-height: 15px;

  text-align: center;

  right: -20px;

  display: block;

  position: absolute;

  top: 50%;

  transform: translate(0px, -50%);

  font-weight: 600;
}

#number-error::after,
#course-error::after,
#number-error::after,
#email-error::after,
#name-error::after,
#policy-error::after,
#campus-error::after {
  top: 0;

  content: "";

  position: absolute;

  left: 100%;

  z-index: -1;

  border-style: solid;

  border-width: 13px 0 12px 34px;

  border-color: transparent transparent transparent #e45400;
}

/* thanks page starts */

.thanks-wrapper p {
  font-size: 22px;

  margin-bottom: 60px;
}

.thanks-wrapper {
  padding-left: 50px;
}

.image-button-wrapper {
  justify-content: space-around;
  margin-bottom: 90px;
  padding-left: 40px;
}

.image-button-wrapper img {
  width: 350px;

  height: auto;
}

.apply-btn2 {
  background: #cac83d;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  border-radius: 8px;
}

.apply-btn2:hover {
  color: #fff;
}

.social-icons {
  text-align: center;

  margin-bottom: 60px;

  padding: 0;
}

.social-icons li {
  display: inline-block;

  list-style: none;

  margin: 0 20px;
}

.social-icons li a {
  display: block;
}

.social-icons li a img {
  width: 60px;

  height: auto;
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
} */

#_form_5_ {
  font-size: 14px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}
#_form_5_ * {
  outline: 0;
}
._form_hide {
  display: none;
  visibility: hidden;
}
._form_show {
  display: block;
  visibility: visible;
}
#_form_5_._form-top {
  top: 0;
}
#_form_5_._form-bottom {
  bottom: 0;
}
#_form_5_._form-left {
  left: 0;
}
#_form_5_._form-right {
  right: 0;
}
#_form_5_ input[type="text"],
#_form_5_ input[type="date"],
#_form_5_ textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
  -webkit-boxsizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#_form_5_ textarea {
  resize: none;
}
#_form_5_ ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #c8c949 !important;
  border: 0 !important;
  -moz-borderradius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 10px !important;
}
#_form_5_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-closedark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}
#_form_5_ ._close-icon:before {
  position: relative;
}
#_form_5_ ._form-body {
  margin-bottom: 30px;
}
#_form_5_ ._form-image-left {
  width: 150px;
  float: left;
}
#_form_5_ ._form-content-right {
  margin-left: 164px;
}
#_form_5_ ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}
#_form_5_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png ");
  background-size: 130px auto;
  background-repeat: no-repeat;
}
#_form_5_ ._form-label,
#_form_5_ ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
#_form_5_._dark ._form-branding {
  color: #333;
}
#_form_5_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}
#_form_5_ ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}
#_form_5_ ._form_element * {
  font-size: 14px;
}

#_form_5_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}
#_form_5_ ._form_element._clear:after {
  clear: left;
}
#_form_5_ ._form_element input[type="text"],
#_form_5_ ._form_element input[type="date"],
#_form_5_ ._form_element select,
#_form_5_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#_form_5_ ._field-wrapper {
  position: relative;
}
#_form_5_ ._inline-style {
  float: left;
}
#_form_5_ ._inline-style input[type="text"] {
  width: 150px;
}
#_form_5_ ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px;
}
#_form_5_ ._form_element img._form-image {
  max-width: 100%;
}
#_form_5_ ._clear-element {
  clear: left;
}
#_form_5_ ._full_width {
  width: 100%;
}
#_form_5_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#_form_5_ input[type="text"]._has_error,
#_form_5_ textarea._has_error {
  border: #f37c7b 1px solid;
}
#_form_5_ input[type="checkbox"]._has_error {
  outline: #f37c7b 1px solid;
}
#_form_5_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
}
#_form_5_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}
#_form_5_ ._error._below {
  padding-top: 4px;
  top: 100%;
  right: 0;
}
#_form_5_ ._error._above ._error-arrow {
  bottom: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f37c7b;
}
#_form_5_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b;
}
#_form_5_ ._error-inner {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#_form_5_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}
#_form_5_ ._button-wrapper ._error-inner._form_error {
  position: static;
}
#_form_5_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}
#_form_5_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
#_form_5_ ._error-html {
  margin-bottom: 10px;
}
.pika-single {
  z-index: 10000001 !important;
}
#_form_5_ input[type="text"].datetime_date {
  width: 69%;
  display: inline;
}
#_form_5_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}
@media all and (min-width: 320px) and (max-width: 667px) {
  ::-webkitscrollbar {
    display: none;
  }
  #_form_5_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #_form_5_ * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
  }
  #_form_5_ ._form-content {
    margin: 0;
    width: 100%;
  }
  #_form_5_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  #_form_5_ ._form-title,
  #_form_5_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  #_form_5_ ._form-title {
    font-size: 1.2em;
  }
  #_form_5_ ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  #_form_5_ ._form-element,
  #_form_5_ ._inline-style,
  #_form_5_ input[type="text"],
  #_form_5_ label,
  #_form_5_ p,
  #_form_5_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_5_ ._row._checkbox-radio label {
    display: inline;
  }
  #_form_5_ ._row,
  #_form_5_ p,
  #_form_5_ label {
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_5_ ._row input[type="checkbox"],
  #_form_5_ ._row input[type="radio"] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_5_ ._row input[type="checkbox"] + span label {
    display: inline;
  }
  #_form_5_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  #_form_5_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  #_form_5_ input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }
  #_form_5_ input[type="radio"],
  #_form_5_ input[type="checkbox"] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3 em 0 0;
    vertical-align: baseline;
  }
  #_form_5_ button[type="submit"] {
    padding: 20px;
    font-size: 1.5em;
  }
  #_form_5_ ._inline-style {
    margin: 20px 0 0 !important;
  }
}
#_form_5_ {
  position: relative;
  text-align: left;
  margin: 25px auto 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #fff !important;
  border: 0px solid #b0b0b0 !important;
  width: 500px;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #000 !important;
}
#_form_5_ ._form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
#_form_5_:before,
#_form_5_:after {
  content: " ";
  display: table;
}
#_form_5_:after {
  clear: both;
}
#_form_5_._inline-style {
  width: auto;
  display: inline-block;
}
#_form_5_._inline-style input[type="text"],
#_form_5_._inline-style input[type="date"] {
  padding: 10px 12px;
}
#_form_5_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}
#_form_5_._inline-style p {
  margin: 0;
}
#_form_5_._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5 px 0 20px;
}
#_form_5_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}
@media all and (min-width: 320px) and (max-width: 667px) {
  #_form_5_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
}

/* 
NEW UI
*/

/* header */
.top_back {
  background-color: #eeecec;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.header_list li {
  font-size: 13px;
  display: inline-block;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}

.header_list li a {
  color: #4a3838;
}

ul.header_list li a i {
  line-height: 15px;
  color: #1381c4;
  padding: 3px 5px;
  border-radius: 50%;
}

.pull-right {
  float: right;
}

.right_buttons li {
  display: inline-block;
  margin-right: 5px;
}

.right_buttons li a {
  border-bottom: 2px solid #000;
}

.right_buttons li .btn {
  padding: 5px;
  border-radius: 0 0 3px 3px;
}

.right_buttons li a:hover {
  transition: .3s;
  border-bottom: 2px solid transparent;
}

.btn_one {
  color: #fff;
  border-bottom: 2px solid #000;
  background-color: #8dad5b;
}

.btn_five {
  color: #fff;
  border-bottom: 2px solid #000;
  background-color: #ffeb3b;
}

.btn_two {
  color: #fff;
  border-bottom: 2px solid #000;
  background-color: #3394c6;
}

.btn_three {
  color: #fff;
  border-bottom: 2px solid #000;
  background-color: #cabb13;
}

.logo_section {
  background-color: #fff;
  padding: 15px 0 10px;
}

.main_logo img {
  max-width: 255px;
  vertical-align: middle;
}

ul.dental_nursing.pull-right {
  margin-top: 16px;
}

/* slider */

.slider_caption {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(9,33,47,.7);
}

.slider_caption h2 {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

.owl-nav {
  position: absolute;
  right: 6%;
  bottom: 31px;
  bottom: 70px;
}

.home_banner.owl-carousel .owl-nav button.owl-prev, .home_banner.owl-carousel .owl-nav button.owl-next {
  padding: 5px 10px;
  color: #fff;
}

.home_banner.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  right: 70px;
}

.home_banner.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
}

.home_banner.owl-carousel .owl-nav button.owl-prev .fa, .home_banner.owl-carousel .owl-nav button.owl-next .fa {
  font-size: 36px;
}

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

/* Footer */
.footer_section {
  background-color: #1282bf;
  border-top: 1px solid #eeeeee73;
}

.p_tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.all_footer {
  padding-top: 20px;
}

.footer-social-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer_section p {
  margin: 5px 0;
}

span.copyrights-text, span.copyrights-text a {
  color: #fff;
}

.social_background i {
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #0a699b!important;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
}

.font_20 {
  font-size: 20px;
}

.mc-field-group {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 8px;
}

.subscribe-form .form-control {
  font-size: 13px;
  border-radius: 0;
}

.mc-field-group.input-group ul li {
  font-family: 'Open Sans',sans-serif!important;
  font-size: 12px;
  font-weight: 400!important;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2px 0 2px 20px;
  border: none!important;
  background: none!important;
}

.mc-field-group.input-group ul li input[type='radio'], .mc-field-group.input-group ul li input[type='checkbox'] {
  position: absolute;
  top: 4px;
  left: 2px;
  margin: 0;
}

.mc-field-group.input-group ul li label {
  font-family: 'Open Sans',sans-serif!important;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}

.subscribe-form label {
  color: #fff;
}

.subscribe-form .clear input {
  background: #8dad5b;
  color: #fff;
}

.font_13 {
  font-size: 13px;
}

.footer-link li {
  margin-bottom: 10px;
}

.footer-link a {
  color: #fff;
  font-size: 14px;
}

/* home */
.heading-primary {
  font-weight: 600;
  font-size: 40px;
  color: #212529;
}

.heading-secondary {
  font-size: 14px;
  color: #2481c2;
  margin-bottom: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.description {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}

.btn-read-more {
  background-color: #2481c2;
  color: #fff;
  padding: 7px 20px;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.btn-read-more:hover,
.btn-read-more:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
  background-color: #0a699b;
}
.slider_caption h2 {
    text-align: center;
}

/* RESPONSIVE MEDIA */
@media (max-width: 1200px) {
  .whatsapp-link {
      display: none!important;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .header_list li {
      padding: 0;
  }

  .right_buttons li .btn {
    padding: 2px;
  }

}

@media (max-width: 992px) {
  .header_list li {
      font-size: 12px;
  }

  .slider_caption {
    position: unset;
  }
}

@media (max-width: 991px) {
  /*.home_slider .owl-nav {*/
  /*    position: relative;*/
  /*    left: -73%;*/
  /*    right: 0;*/
  /*    bottom: 35px;*/
  /*}*/

  .home_banner.owl-carousel .owl-nav button.owl-prev .fa, .home_banner.owl-carousel .owl-nav button.owl-next .fa {
    font-size: 30px;
  }

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

@media (min-width: 300px) and (max-width: 768px) {
  .header_list li a {
      color: #4a3838;
      font-size: 10px;
  }

  .right_buttons li .btn {
    padding: 2px;
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  ul.header_list {
      text-align: center;
  }

  .top_back {
    padding-bottom:5px;
  }

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

@media (max-width: 380px) {
  .right_buttons.pull-right {
      float: unset;
      text-align: center;
  }

  /*.home_slider .owl-nav {*/
  /*  left: -60%;*/
  /*}*/
  
}

.home_slider {
    position: relative;
}

.home_slider .home_owl_slider {
    position: relative;
}

.home_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    width: 100%;
    display: flex;
    justify-content: space-between;
}


.home_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
}


.home_slider .owl-carousel .owl-nav button {
    background-color: rgba(0,0,0,0.5) !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

    width: 50px;
    height: 50px;
}

.home_slider .owl-carousel .owl-nav button:hover {
    background: #2481c2 !important;
}

.home_slider .owl-carousel .owl-nav button.owl-prev {
    left: 40px;
}

.home_slider .owl-carousel .owl-nav button.owl-next {
    right: 40px;
}

@media screen and (min-width: 1200px) {
    .home_slider .owl-nav {
        top: 60%;
    }
}

@media screen and (max-width: 576px) {
    .home_slider .owl-nav {
        top: 40%;
    }
    
    .home_slider .owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
    }
    
    .home_banner.owl-carousel .owl-nav button .fa {
        font-size: 16px;
    }
    
    .home_slider .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    
    .home_slider .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}



/* inner css */
.course_page {
    width: 100%;
    padding: 40px 0;
}

.coursepagelft {
    display: block;
    background: #fff;
    box-shadow: 0 0 13px #ccc;
    overflow: hidden;
}

.leftcourses h1, .leftcourses h2, .leftcourses h3, .leftcourses h4 {
    color: #fff;
    padding: 11px 12px;
    background: #2b4857;
    font-size: 20px;
    font-weight: bold;
}

.courseinfo h1 {
    background: #1282bf !important;
}

.recentblogs h1, .recentblogs h2, .recentblogs h3, .recentblogs h4, .recentblogs h5, .leftcourses h1, .leftcourses h2, .leftcourses h3, .leftcourses h4 {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    padding: 11px 12px;
    background: #2b4857;
    font-size: 20px;
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.courseinfo ul li {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 19px;
    border-bottom: 1px solid #e5ecf3;
}

.courseinfo li:nth-child(2n+2) {
    background: rgba(68, 141, 222, 0.1);
}

.apply {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    float: left !important;
    width: 100% !important;
    font-family: 'Poppins', sans-serif !important;
    background: #1382bf !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 20px 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: none !important;
}

a.apply:last-child {
    background: #53af60 !important;
}

.m_t35 {
    margin-top: 35px;
}

.insidepageform {
    display: block;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 8px #ccc;
}

.insidepageform #mc_embed_signup {
    padding: 15px;
}

.mc-field-group {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}

.insidepageform input[type="text"], .insidepageform input[type="email"], .insidepageform input[type="tel"], .insidepageform select {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background: transparent;
    color: #333;
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0px;
    font-size: 12px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.insidepageform select {
    background: url(https://www.schoolofdentalnursing.com/assets/front/images/arrowbottomblack.png) no-repeat 97% 46% !important;
}

.mc-field-group.input-group strong {
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 3px 0;
}

.mc-field-group.input-group strong .asterisk {
 color: red;   
}

.insidepageform input[type="submit"] {
    background: #1381c4;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.course_tab {
    padding: 0 15px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.course_tab .current_menu {
    margin-bottom: -1px;
    background: #2e404c;
}

li.nav-item {
    padding: 0;
    border-right: 0;
}

.course_tab li {
    border: none;
}

.course_tab .nav-tabs .nav-link.active {
    border: 1px solid #52af5f;
}

.course_tab .nav-tabs .nav-item.show .nav-link, .course_tab .nav-tabs .nav-link.active {
    background: #52af5f !important;
    transition: 0.5s;
    color: #fff !important;
}

.course_tab .nav-tabs .nav-link {
    border-radius: 0;
}

.course_tab .nav-item a {
    padding: 10px;
    font-size: 15px;
}

.nav-item a {
    padding: 15px;
    transition: .5s;
    color: #fff;
}

.tab_map {
    background-color: #2e404c;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    border-radius: 0;
    text-align: center;
}


.course_tab .nav-tabs .nav-link:focus, .course_tab .nav-tabs .nav-link:hover {
    border: 1px solid #52af5f;
}

.course_tab .nav-link.active::before {
    content: " ";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #52af5f;
    bottom: -14px;
    left: 40%;
    color: white;
    position: absolute;
    z-index: 0;
    transform: rotate(0deg);
    transition: 0.5s;
    display: block;
}

.course_tab .nav-item:hover, .course_tab .nav-item a:hover, .course_tab .nav-item.active, .course_tab .nav-item.active:focus, .course_tab .nav-item.active:hover .course_tab .nav-item.active {
    background: #52af5f !important;
    transition: 0.5s;
    color: #fff !important;
}

.tab_detail {
    padding: 25px 0;
}

.coursepagecontent h1:nth-child(1) {
    margin: 0 0 10px 0;
}

.coursepagecontent h1, .coursepagecontent h2, .coursepagecontent h3, .coursepagecontent h4, .coursepagecontent h5 {
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    color: #1282bf;
    margin: 20px 0 10px 0;
}

.coursepagecontent p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.coursepagecontent iframe {
    width: 100%;
    height: 400px;
}

.coursepagecontent p a, .coursepagecontent p a, .studylocations p a {
    color: darkblue;
    font-weight: 600;
}

.coursepagecontent a {
    text-decoration: underline !important;
}

.studylocations ul li, .coursepagecontent ul li, .coursepagecontent p ul li {
    display: block;
    font-size: 14px;
    padding: 7px 10px 7px 20px;
    line-height: 24px;
    position: relative;
}

.studylocations ul li:before, .coursepagecontent ul li:before, .coursepagecontent p ul li:before, .coursepagecontent h1 ul li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0px;
    font-weight: bold;
    top: 7px;
    font-size: 18px;
    color: #464f7e;
}

.course_tab li {
    border: none;
}


.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.p_tb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.nav-item {
    padding: 0;
    border-right: 0;
}

.course_tab li {
    border: none;
}

.active_menu, .course_tab .nav-item .active {
    background: #52af5f !important;
}

@media (max-width: 991px) {
.nav>li {
    position: relative;
    width: 100%;
}

.nav-item {
    text-align: left;
}
}

#st-1.st-animated {
    -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: left;
    z-index: 94034;
}


#st-1 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-right: 8px;
    padding: 0 12px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

#st-1 .st-btn[data-network='facebook'] {
    background-color: #4267B2;
}


#st-1 .st-btn > img {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 12px;
    vertical-align: top;
}


#st-1 .st-btn[data-network='twitter'] {
    background-color: #55acee;
}

#st-1 .st-btn[data-network='email'] {
    background-color: #7d7d7d;
}

#st-1 .st-btn[data-network='sharethis'] {
    background-color: #95D03A;
}

#st-1 .st-btn:last-child {
    margin-right: 0;
}

#st-1 .st-btn:hover {
    opacity: .8;
    top: -4px;
}

@media (max-width: 768px) {
    .coursepagecontent iframe {
        width: 100%;
        height: 300px;
    }
}

#sticky-social {
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 25%;
}

#sticky-social ul li {
    list-style: none;
}

#sticky-social a {
    font: 16px 'Open Sans',sans-serif;
    line-height: 35px;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #333;
}

#sticky-social a span {
    line-height: 35px;
    position: absolute;
    right: -120px;
    width: 120px;
    text-align: center;
}

#sticky-social a:hover span {
    right: 100%;
}

#sticky-social a[class*='facebook'], #sticky-social a[class*='facebook']:hover, #sticky-social a[class*='facebook'] span {
    background: #3b5998;
}

#sticky-social a[class*='linkedin'], #sticky-social a[class*='linkedin']:hover, #sticky-social a[class*='linkedin'] span {
    background: #007bb6;
}

#sticky-social a[class*='instagram'], #sticky-social a[class*='instagram']:hover, #sticky-social a[class*='instagram'] span {
    background: #517fa4;
}

#sticky-social a[class*='twitter'], #sticky-social a[class*='twitter']:hover, #sticky-social a[class*='twitter'] span {
    background: #00aced;
}

.entypo-youtube {
    color: #fff;
    background-color: red!important;
}

.entypo-youtube span {
    background-color: red;
}

#sticky-social a[class*='linkedin'], #sticky-social a[class*='linkedin']:hover, #sticky-social a[class*='linkedin'] span {
    background: #007bb6;
}

.equal_height {
    display: flex;
    flex-wrap: wrap;
}

.m_b15 {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .welcome_box {
        padding: 20px;
        box-shadow: 2px 0 9px rgb(0 0 0 / 20%);
    }
    
    .nopaddingleft {
        padding-left: 0!important;
    }
    
    .why_back {
        background: #f1f1f1;
    }
}

.height_manage {
    height: 100%!important;
}

.welcome_title {
    margin-bottom: 15px;
    background: #1381c4;
}

.welcome_title h2 {
    font-size: 20px;
    padding: 7px 18px;
    color: #fff;
}

.studyblocks, .usefullinksblocks, .videoblog, .contactdetailblog {
    width: 100%;
}

.about p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #3c3737;
}

.insideblocks.whychoose {
    min-height: 370px;
    padding: 20px;
}

.insideblocks h1 {
    font-size: 20px;
    padding: 7px 10px;
    color: #fff;
}

.whychoose h1 {
    background: #cac83d;
}

.whychoose ul li:first-child {
    border-top: none;
}

.usefullinks ul li, .whychoose ul li {
    position: relative;
    display: block;
    margin-top: 22px;
    margin-bottom: 26px;
    padding-left: 30px;
}

.whychoose ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 17px;
    content: '';
    background: url(https://dizzylight.com/assets/front/images/icontooth.png) no-repeat;
}

.whychoose ul li a {
    font-size: 17px;
    line-height: 20px;
    display: block;
    padding: 0;
    color: #3d3a3a;
}

.whychoose ul li a:hover {
    text-decoration: none;
}

.continue_reading a {
    font-size: 16px;
    color: #1381c4;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #1381c4;
    padding: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*.continue_reading a:hover {*/
/*    background-color: #1381c4;*/
/*    color: #fff;*/
/*    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 15%);*/
/*    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);*/
/*    -webkit-transform: translateY(-2px);*/
/*    transform: translateY(-2px);*/
/*}*/



.slider-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px 15px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}

.slider-list li::after {
    position: absolute;
    content: url(../images/tooth2.png);
    width: 17px;
    left: 0;
    top: 3px;
    /*font-family: "FontAwesome";*/
    /*color: #1381c4;*/
    /*font-weight: 900;*/
}

.slider-list-title {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
}

.enroll {
    margin-top: 20px;
}

.enroll h5 {
    margin-left: 30px;
}

.btn-enroll {
    background: #1381c4;
    color: #fff;
    border-radius: 20px;
    padding: 7px 20px;
    margin-top: 20px;
}

.btn-enroll:hover {
    background: #cac83d !important;
}

.home_banner {
    background-image: url('../images/slider/dental-nursing.jpg');
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog_section {
    width: 100%;
 
    background: #e0e4e6;
    padding: 45px 0;
}

.recentblogs {
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(33 30 25 / 10%);
}

.recentblogs ul li {
    list-style:none;
}

.recentblogs h1, 
.recentblogs h2, 
.recentblogs h3, 
.recentblogs h4, 
.recentblogs h5, 
.leftcourses h1, 
.leftcourses h2, 
.leftcourses h3, 
.leftcourses h4 {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    padding: 11px 12px;
    background: #2b4857;
    font-size: 20px;
    font-weight: bold;
}

.leftcourses ul li:first-child a {
    border-top: none;
}
.recentblogs ul li a {
    color: #000 !important;
}
.leftcourses ul li a {
    display: block;
    padding: 16px 21px;
    color: #2b4856;
    line-height: 21px;
    font-size: 14px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.recentblogs ul li a:hover {
    color: #1282bf !important;
}

.bloglistsmainsec {
    background: #fff none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 13px solid #c4c8ca;
    padding: 25px;
}
.blogdetailssec {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #343536 !important;
     
}
.blogdetailssec h1, 
.blogdetailssec h2, 
.blogdetailssec h3, 
.blogdetailssec h4, 
.blogdetailssec h5, 
.blogdetailssec h6 {
     
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 600;
    line-height: 31px;
    color: #337ab7;
}
.calendersec {
    display: block;
    margin-bottom: 14px;
    margin-top: 20px;
    overflow: hidden;
}

.calendersec ul {
    display: inline-block;
    vertical-align: middle;
    background: #d0dae8;
    padding: 5px 12px;
}
.calendersec li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: 2px;
    color: #435179;
    margin-right: 25px;
    text-transform: uppercase;
    vertical-align: middle;
}

.calendersec li i {
    margin-right: 10px;
}
.blogdetailssec p {
    margin: 15px 0 10px 0 !important;
}
.blogdetailssec img {
    display: block;
    width: 100%;
    height: auto;
}
.blogdetailssec p {
    /*margin: 15px 0 10px 0 !important;*/
    margin: 10px 0 0 0 !important;
}




/* contact page css  */
.contact_section{
    width: 100%;
     
    background: #edf3f7;
    padding: 35px 0;
}
.contactdetailssection {
    display: block;
    background: #25313f;
    overflow: hidden;
    padding: 0;
    min-height: 460px;
}

.cntblockssecond, .cntblocks {
    padding: 40px 45px 14px 45px;
    min-height: 481px;
}
.cntblockssecond h1, .cntblocks h1 {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.noblocks li {
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 10px 0px;
    font-size: 17px;
    letter-spacing: 0.8px;
}
.secnewlistcnt li {
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 10px 0px 10px 20px;
    line-height: 22px;
    position: relative;
    letter-spacing: 0.7px;
}
.secnewlistcnt li::before {
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    left: 0px;
    font-weight: bold;
    top: 10px;
    font-size: 13px;
    color: #fff;
}
.noblocks li a {
    color: #fff;
}
.cntblockssecond {
    background: #1380c5;
}
.maps .nav-tabs{
    padding: 15px;
}
.tab_map{
    background-color: #2e404c;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    border-radius: 0;
    text-align: center;
}

.course_tab  .current_menu {
    margin-bottom: -1px;
    background: #2e404c;
}
.active_menu,
.course_tab  .nav-item .active
{
    background: #52af5f !important;
}
 
.maps li{
    border: none;
}

.maps .nav-tabs .nav-link{
     border-radius: 0;
}
.maps li:hover, 
.maps li a:hover, 
.maps li.active, 
.maps li.active:focus, 
.maps li.active:hover 
.maps li.active {
    background: #52af5f !important;
    transition: 0.5s;
    color: #fff !important;
}

.maps .nav-tabs .nav-item.show .nav-link, 
.maps .nav-tabs .nav-link.active{
    background: #52af5f !important;
    transition: 0.5s;
    color: #fff !important;
}
.maps .nav-link::before{
    display: none;
}
.maps .nav-link.active::before {
    content: " ";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #52af5f;
    bottom: -14px;
    left: 45%;
    color: white;
    position: absolute;
    z-index: 0;
    transform: rotate(0deg);
    transition: 0.5s;
    display: block;
}
@media(max-width: 575px){
    .cntblockssecond, .cntblocks{
        padding: 15px;
    }
}

/* course section css */
.course_page {
    width: 100%;
     
    padding: 40px 0;
}

.coursepagelft {
    display: block;
    background: #fff;
    box-shadow: 0 0 13px #ccc;
    overflow: hidden;
}
.courseinfo h1 {
    background: #1282bf !important;
}
.courseinfo ul li {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 19px;
    border-bottom: 1px solid #e5ecf3;
}

.courseinfo li:nth-child(2n+2) {
    background: rgba(68, 141, 222, 0.1);
}
a.apply:last-child {
    background: #53af60 !important;
}
.apply {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    float: left !important;
    width: 100% !important;
    font-family: 'Poppins', sans-serif !important;
    background: #1382bf !important;
    text-align: center !important;
    text-transform: uppercase !important;
    padding: 20px 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: none !important;
}
.insidepageform {
    display: block;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 8px #ccc;
}

.insidepageform #mc_embed_signup {
    padding: 15px;
}
.insidepageform input[type="text"], .insidepageform input[type="email"], .insidepageform input[type="tel"], .insidepageform select {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background: transparent;
    color: #333;
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0px;
    font-size: 12px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.insidepageform input[type="text"], .insidepageform input[type="email"], .insidepageform input[type="tel"], .insidepageform select {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background: transparent;
    color: #333;
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0px;
    font-size: 12px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.insidepageform select {
    background: url(../images/arrowbottomblack.png) no-repeat 97% 46% !important;
}
.insidepageform input[type="submit"] {
    background: #1381c4;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}
.course_tab li{
    border: none;
}
.course_tab .nav-tabs .nav-link{
     border-radius: 0;
}
.course_tab .nav-item:hover, 
.course_tab .nav-item a:hover, 
.course_tab .nav-item.active, 
.course_tab .nav-item.active:focus, 
.course_tab .nav-item.active:hover 
.course_tab .nav-item.active {
    background: #52af5f !important;
    transition: 0.5s;
    color: #fff !important;
}

.course_tab .nav-tabs .nav-item.show .nav-link, 
.course_tab .nav-tabs .nav-link.active{
    background: #52af5f !important;
    transition: 0.5s;
    color: #fff !important;
}
.course_tab .nav-link::before{
    display: none;
}
.course_tab .nav-link.active::before {
    content: " ";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #52af5f;
 
    bottom: -14px;
    left: 40%;
    color: white;
    position: absolute;
    z-index: 0;
    transform: rotate(0deg);
    transition: 0.5s;
    display: block;
}

.course_tab .nav-item a{
    padding: 10px;
    font-size: 15px;
}

.course_tab .nav-tabs .nav-item.show .nav-link{
    border:  1px solid #2e404c ;
}
.course_tab .nav-tabs .nav-link.active{
    border:  1px solid #52af5f ;
}
.course_tab .nav-tabs .nav-link:focus, 
.course_tab .nav-tabs .nav-link:hover{
     border:  1px solid #52af5f ;
}
.tab_detail {
    padding: 25px 0;
}
.coursepagecontent h1, 
.coursepagecontent h2, 
.coursepagecontent h3, 
.coursepagecontent h4, 
.coursepagecontent h5 {
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    color: #1282bf;
    margin: 20px 0 10px 0;
}
.coursepagecontent h1:nth-child(1){
    margin: 0 0 10px 0;
}
.course_tab {
    padding: 0 15px;
}
.coursepagecontent p img,
.coursepagecontent img{
    width: 100%;
}

.coursepagecontent p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.coursepagecontent a {
    color: blue;
    text-decoration: underline !important;
}

.studylocations ul li, 

.coursepagecontent ul li,
.coursepagecontent p ul li{
    display: block;
    font-size: 14px;
    padding: 7px 10px 7px 20px;
    line-height: 24px;
    position: relative;
}
.coursepagecontent p a,
.coursepagecontent p a,
.studylocations p a {
    color:darkblue;
    font-weight: 600;
}
.studylocations ul li:before, 

/*.coursepagecontent ul li:before,*/
.coursepagecontent p ul li:before
/*.coursepagecontent h1 ul li:before {*/
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0px;
    font-weight: bold;
    top: 7px;
    font-size: 18px;
    color: #464f7e;
}

.locations_header{
    border-left: 2px solid #1381c4;
    /*width: 20%;*/
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
    margin-top: 20px;
}

/*inside pages*/

.insidepages {
    width: 100%;
 
    padding: 40px 0;
}

  
.leftcourses h1, 
.leftcourses h2, 
.leftcourses h3, 
.leftcourses h4 {
     
    color: #fff;
    padding: 11px 12px;
    background: #1381c4;
    font-size: 20px;
    font-weight: bold;
}

.studylocations h1, 
.studylocations h2, 
.studylocations h3, 
.studylocations h4, 
.studylocations h5 {
    font-size: 29px;
    font-family: 'Dosis';
    padding: 15px 0 10px 0;
    color: #226eaf;
}
a {
    color: #337ab7;
    text-decoration: none;
}



/* about page */
.studylocations img,
.studylocations p img {
    width: 100%;
}


 .studylocations h1,
.studylocations h2, 
.studylocations h3, 
.studylocations h4, 
.studylocations h5{
    margin: 0;
    padding: 0;
}



/* frequenthly asked questions */
.listinformations {
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.listinformations span.accordion {
    color: #36424c;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
    padding: 16px 0;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    display: block;
    overflow: hidden;
    font-weight: 700;
}
.listinformations span.accordion .fa {
    margin-right: 10px;
}
 
.contentinfo {
    padding: 0px 32px;
    background-color: white;
    display: none;
    transition: max-height 0.2s ease-out;
    font-size: 16px;
    cursor: auto;
}
 
span.accordion.active, span.accordion:hover {
     color: #256dab; 
}
.contentinfo p {
    position: relative;
    /*padding: 8px 27px 8px 18px;*/
    font-size: 16px;
    letter-spacing: 0.5px;
}
.contentinfo p {
    /*font-size: 14px;*/
    font-family: 'Open Sans', sans-serif !important;
    line-height: 24px;
}

.contentinfo ul li {
    font-size: 16px !important;
}

/*.contentinfo p:before {*/
/*    font-family: 'FontAwesome';*/
/*    content: '\f105';*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    font-weight: bold;*/
/*    top: 22%;*/
/*    font-size: 18px;*/
/*    color: #464f7e;*/
/*}*/


/*apply now page section starts here*/
.contactformsec {
    background: #1282bf;
    padding: 20px 36px 36px 36px !important;
    width: 100%;
}
.gform_wrapper {
    margin: 0px !important;
}
.gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px;
}
.contactformsec .gform_body {
    width: 100% !important;
    float: left !important;
}
.contactformsec .gform_wrapper ul.gform_fields li.gfield {
    padding: 0px !important;
    width: 100% !important;
    float: left !important;
    margin: 8px 0 0 0 !important;
}
.studylocations .gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px;
    font-size: 42px;
    color: white;
}

.contactformsec label {
    width: 100% !important;
    float: left !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 13px !important;
    margin: 0 0 8px 0 !important;
    padding: 0px !important;
}

.contactformsec .ginput_complex, .subscribenow .ginput_complex {
    margin: 0px !important;
}
.contactformsec input#input_2_1_6, .contactformsec input#input_2_1_3 {
    width: 100% !important;
}
.contactformsec .gform_wrapper.gf_browser_chrome select, 
.contactformsec .gform_wrapper.gf_browser_gecko select, 
.contactformsec input {
    height: 30px !important;
    line-height: 30px !important;
    font-family: 'Open Sans', sans-serif !important;
    /*width: 100% !important;*/
    font-size: 13px !important;
    color: #000 !important;
    padding: 0 0 0 10px !important;
    background: #fff !important;
    border-radius: 0px !important;
    margin: 0 0 0px 0 !important;
    border: none !important;
    border-radius: 0px !important;
}



.applynowformsigle_page {
    margin: 0;
}
.why_study_with_us p{
    position: relative;
    padding-left: 15px;
}
.why_study_with_us p::before{
    position: absolute;
    left: 0;
    top: 0px;
     
    color: #1381c4;
    font-family: 'FontAwesome';
    content: '\f054';
}
.studylocations h1 a {
    color:#1381c4;
}

.blogdetailssec p a,
.blogdetailssec h1 a,
.blogdetailssec h2 a,
.blogdetailssec h3 a,
.blogdetailssec h4 a,
.blogdetailssec a{
    color:#1381c4;
}
.applynowformsigle_page input[type='submit'] {
    width: 170px !important;
}

.how_to_apply a{
    color: blue;
    text-decoration: underline !important;
}

.coursepagecontent p iframe {
    width: 100%;
    height: 400px;
}
@media(max-width: 768px){
    .coursepagecontent p iframe {
    width: 100%;
    height: 300px;
}
}

.listinformations .contentinfo ul li {
    display: list-item !important;
}

/* @@@@@@@@@@@@@  Blog Section Start Here  @@@@@@@@@@@@@@ */
.blog-section {
    background: #ebf4fe;    
}

.blog-section.style-1 {
  background: #fff;
}
.blog-section.style-1 .pattan-shape {
  left: 0;
  z-index: 1;
}
.blog-section.style-1 .section-wrapper {
  z-index: 1;
}
@media (min-width: 992px) {
  .blog-section.style-1 .section-wrapper {
    margin: -20px -15px 0;
  }
}
.blog-section.style-1 .section-wrapper .text-center .lab-btn {
  margin-top: 35px;
}
.blog-section.style-2 {
  background: url(../images/bg-pat.png);
}
@media (min-width: 992px) {
  .blog-section.style-2 .section-header {
    margin-bottom: 40px;
  }
}
.blog-section.style-2 .section-wrapper .post-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 25px;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner:hover .post-thumb a img {
  transform: scale(1.06);
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content {
  padding: 30px 30px 15px;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content h5 a:hover, .blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content h4 a:hover {
  color: #80bf63;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .lab-btn.style-2 {
  border-color: #80bf63;
  box-shadow: none;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn {
  font-weight: 700;
  color: #2d334d;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover {
  color: #80bf63;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
  color: #80bf63;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn i {
  opacity: 0;
  margin-left: -15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments i {
  font-size: 24px;
  color: #b2b2b2;
}
.blog-section.style-2 .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -8px;
  left: 50%;
  font-size: 12px;
  text-align: center;
  background: #80bf63;
  color: #fff;
  transform: translateX(-50%);
  display: inline-block;
}
.blog-section.style-2 .section-wrapper .left {
  margin: -15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blog-section.style-2 .section-wrapper .left {
    margin-bottom: 0;
  }
}
.blog-section.style-2 .section-wrapper .left .post-item {
  margin-bottom: 0;
}
.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner {
  margin: 15px;
}
@media (min-width: 992px) {
  .blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-thumb {
    height: 314px;
  }
}
.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-thumb a {
  height: 100%;
}
.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-thumb a img {
  width: 100%;
  height: 100%;
}
.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-content .entry-meta .date {
  margin-bottom: 15px;
}
.blog-section.style-2 .section-wrapper .left .post-item .post-item-inner .post-content .lab-btn {
  margin-top: 15px;
}
.blog-section.style-2 .section-wrapper .right {
  justify-content: center;
  margin: -15px;
}
.blog-section.style-2 .section-wrapper .right .post-item {
  margin-bottom: 0;
  width: calc(100% / 1);
}
@media (min-width: 576px) {
  .blog-section.style-2 .section-wrapper .right .post-item {
    width: calc(100% / 2);
  }
}
.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner {
  margin: 15px;
}
.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner .post-content {
  background: #fff;
  padding: 25px 20px;
}
.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner .post-content h6 {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section.style-2 .section-wrapper .right .post-item .post-item-inner .post-content h6:hover a {
  color: #80bf63;
}
.blog-section.blog-page .section-wrapper {
  margin-bottom: -30px;
}
.blog-section.blog-page .section-wrapper .post-item-2 {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 30px;
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner:hover {
  transform: scale(1);
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner:hover .post-thumb a img {
  transform: scale(1.06);
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 280px;
  object-fit: cover;
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content {
  padding: 20px 20px 10px;
}
@media (min-width: 576px) {
  .blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content {
    padding: 30px 30px 15px;
  }
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content h4 a:hover, .blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content h3 a:hover {
  color: #80bf63;
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn {
  font-weight: 700;
  color: #2d334d;
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn:hover {
  color: #80bf63;
}.s
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
  color: #80bf63;
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .text-btn i {
  opacity: 0;
  margin-left: -15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments i {
  font-size: 24px;
  color: #b2b2b2;
}
.blog-section.blog-page .section-wrapper .post-item-2 .post-item-inner .post-content .post-footer .comments span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -8px;
  left: 50%;
  font-size: 12px;
  text-align: center;
  background: #80bf63;
  color: #fff;
  transform: translateX(-50%);
  display: inline-block;
}
.blog-section.blog-page .section-wrapper .paginations {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .blog-section.blog-page .section-wrapper .paginations {
    margin-top: 0;
  }
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-thumb img {
  width: 100%;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content {
  padding: 25px 25px 50px;
  background: #fff;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content {
    padding: 50px 30px;
  }
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content h3 {
  margin-bottom: 10px;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .meta-post {
  margin-bottom: 15px;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .meta-post ul li a i {
  padding-right: 5px;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .meta-post ul li a.admin {
  padding-right: 20px;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content p, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content img, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content iframe {
  margin-bottom: 20px;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content iframe {
  width: 100%;
  height: 370px;
  border: none;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote {
  color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  background: #80bf63;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote::before {
  width: 40px;
  height: 40px;
  color: #fff;
  content: "";
  font-size: 30px;
  font-family: IcoFont !important;
}
@media (max-width: 767px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote::before {
    display: none;
  }
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote p {
    padding-left: 60px;
    font-size: 18px;
    line-height: 30px;
  }
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote cite {
  display: block;
  text-align: right;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content blockquote cite a {
  color: #fff;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content img {
  width: 100%;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section {
  justify-content: space-between;
  align-items: center;
  margin: 40px -30px -25px;
  padding: 23px 30px 0;
  border-top: 1px solid #f6f9fb;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags {
  margin: 0;
  width: calc(100% / 1);
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags {
    width: calc(100% / 2);
  }
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li {
  margin: 5px;
  padding: 0;
}
@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li:first-child {
    margin-left: 0;
  }
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li a {
  padding: 5px 14px;
  border: 1px solid #f6f9fb;
  color: #2d334d;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li a:hover, .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .tags li a .active {
  background: #80bf63;
  color: #fff;
  border-color: #80bf63;
}
.blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .scocial-media {
  margin-bottom: 0;
  text-align: center;
  width: calc(100% / 1);
  margin-top: 20px;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .scocial-media {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item-2 .post-item-inner .post-content .tags-section .scocial-media {
    width: calc(100% / 2);
  }
}
.blog-section.blog-single .section-wrapper .title-border {
  font-size: 22px;
  color: #000f3a;
  margin: 0 0 28px 0;
  padding: 20px 30px;
  border-bottom: 1px solid #f6f9fb;
}
@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .title-border {
    padding: 20px 30px;
  }
}
.blog-section.blog-single .section-wrapper .navigations-part {
  justify-content: space-between;
  padding: 25px;
  margin: 30px 0;
}
.blog-section.blog-single .section-wrapper .navigations-part .left {
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .left {
    width: calc(100% / 2);
  }
}
.blog-section.blog-single .section-wrapper .navigations-part .right {
  text-align: right;
  margin: 0;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    width: calc(100% / 2);
  }
}
.blog-section.blog-single .section-wrapper .navigations-part .left .title, .blog-section.blog-single .section-wrapper .navigations-part .right .title {
  color: #555555;
}
.blog-section.blog-single .section-wrapper .navigations-part .left .title:hover, .blog-section.blog-single .section-wrapper .navigations-part .left .title .active, .blog-section.blog-single .section-wrapper .navigations-part .right .title:hover, .blog-section.blog-single .section-wrapper .navigations-part .right .title .active {
  color: #80bf63;
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .left .title, .blog-section.blog-single .section-wrapper .navigations-part .right .title {
    max-width: 90%;
  }
}
.blog-section.blog-single .section-wrapper .navigations-part .left .next, .blog-section.blog-single .section-wrapper .navigations-part .left .prev, .blog-section.blog-single .section-wrapper .navigations-part .right .next, .blog-section.blog-single .section-wrapper .navigations-part .right .prev {
  color: #2d334d;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.blog-section.blog-single .section-wrapper .navigations-part .left .next:hover, .blog-section.blog-single .section-wrapper .navigations-part .left .next .active, .blog-section.blog-single .section-wrapper .navigations-part .left .prev:hover, .blog-section.blog-single .section-wrapper .navigations-part .left .prev .active, .blog-section.blog-single .section-wrapper .navigations-part .right .next:hover, .blog-section.blog-single .section-wrapper .navigations-part .right .next .active, .blog-section.blog-single .section-wrapper .navigations-part .right .prev:hover, .blog-section.blog-single .section-wrapper .navigations-part .right .prev .active {
  color: #80bf63;
}
.blog-section.blog-single .section-wrapper .authors {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  margin: 30px 0;
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .authors {
    justify-content: center;
  }
}
.blog-section.blog-single .section-wrapper .authors .author-thumb {
  width: 160px;
  text-align: center;
}
.blog-section.blog-single .section-wrapper .authors .author-thumb a {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.blog-section.blog-single .section-wrapper .authors .author-thumb a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.blog-section.blog-single .section-wrapper .authors .author-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .authors .author-content {
    width: calc(100% - 170px);
    margin-top: 0;
    text-align: left;
  }
}
.blog-section.blog-single .section-wrapper .authors .author-content h6 {
  margin-bottom: 5px;
}
.blog-section.blog-single .section-wrapper .authors .author-content p {
  margin-bottom: 10px;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media {
  margin-bottom: 0;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a i {
  color: inherit;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.facebook {
  color: #3b5998;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.twitter {
  color: #55acee;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.linkedin {
  color: #007bb5;
}
.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.vimeo {
  color: #3b5998;
}
.blog-section.blog-single .section-wrapper .comments {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.blog-section.blog-single .section-wrapper .comments .comment-list {
  margin: 0;
  padding: 20px;
}
@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list {
    margin: 0;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment {
  justify-content: space-between;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    height: 80px;
    width: 80px;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  width: calc(100% - 100px);
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
    width: 100%;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child {
  border-bottom: none;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 {
  margin: 0;
  font-size: 18px;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
  color: #2d334d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
  color: #80bf63;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
  color: #2d334d;
  font-weight: 600;
  font-size: 14px;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
  color: #80bf63;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
  margin-bottom: 0;
  line-height: 24px;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
  padding-right: 0;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
    padding: 0px;
  }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
  list-style: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
  border: none;
  padding-bottom: 0px;
}
.blog-section.blog-single .section-wrapper .comment-respond {
  margin: 30px 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
  padding: 10px 20px 40px;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment {
    padding: 10px 30px 40px;
  }
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
  justify-content: space-between;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text] {
  color: #555555;
  padding: 10px 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text] {
    width: calc(100% / 2 - 15px);
  }
}
@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type=text]:nth-child(3) {
    width: 100% !important;
  }
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input, .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  outline: none;
  margin-bottom: 20px;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  padding: 15px;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent {
  width: 100%;
  display: flex;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent input {
  margin-right: 10px;
  width: auto;
  margin-bottom: 0;
  transform: translateY(5px);
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent label {
  margin-bottom: 0;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn {
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #80bf63;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn:hover {
  background: #44a6f1;
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn span {
  font-weight: 500;
}

/*@@@@@@@@@@@@@@   Blog Widget start here  @@@@@@@@@@@@@@@@@*/
.widget {
  padding: 25px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-header {
  padding: 25px 15px 0;
  border-bottom: 1px solid #f6f9fb;
}
.widget .widget-header h5 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.widget .widget-wrapper {
  margin: 0;
  padding: 15px 0;
}
.widget .widget-wrapper li {
  list-style: none;
  border-bottom: 1px solid #f6f9fb;
  padding: 25px;
}
.widget .widget-wrapper li:last-child {
  border-bottom: none;
}
.widget.widget-search {
  background: #fff;
}
@media (max-width: 991px) {
  .widget.widget-search {
    margin-top: 30px;
  }
}
.widget.widget-search .search-wrapper input {
  background: #fafafa;
  height: 50px;
  padding-left: 10px;
  line-height: 50px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  outline: none;
}
.widget.widget-search .search-wrapper button {
  padding: 0;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background: #fafafa;
}
.widget.widget-archive, .widget.widget-category {
  padding: 0;
}
.widget.widget-archive .widget-wrapper li, .widget.widget-category .widget-wrapper li {
  padding: 0;
}
.widget.widget-archive .widget-wrapper li a, .widget.widget-category .widget-wrapper li a {
  color: #2d334d;
  padding: 15px 25px;
}
.widget.widget-archive .widget-wrapper li a i, .widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
}
.widget.widget-archive .widget-wrapper li a.active, .widget.widget-archive .widget-wrapper li a:hover, .widget.widget-category .widget-wrapper li a.active, .widget.widget-category .widget-wrapper li a:hover {
  padding-left: 30px;
  color: #80bf63;
}
.widget.widget-post {
  padding: 0;
}
.widget.widget-post ul.widget-wrapper {
  padding: 0;
}
@media (min-width: 576px) {
  .widget.widget-post ul.widget-wrapper li {
    flex-direction: row-reverse;
  }
}
.widget.widget-post ul.widget-wrapper li .post-thumb {
  width: 90px;
  height: 80px;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a {
  display: inline-flex;
  height: 100%;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a img {
  width: 100%;
}
.widget.widget-post ul.widget-wrapper li .post-content {
  width: calc(100% - 110px);
}
.widget.widget-post ul.widget-wrapper li .post-content a h6 {
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget-post ul.widget-wrapper li .post-content a h6:hover {
  color: #80bf63;
}
.widget.widget-post ul.widget-wrapper li .post-content p {
  margin: 0;
}
.widget.widget-instagram {
  padding: 0;
}
.widget.widget-instagram ul.widget-wrapper {
  padding: 25px 20px;
}
.widget.widget-instagram ul.widget-wrapper li {
  width: calc(100% / 3);
  padding: 0;
  border: none;
}
.widget.widget-instagram ul.widget-wrapper li a {
  margin: 5px;
  display: block;
}
.widget.widget-instagram ul.widget-wrapper li a img {
  width: 100%;
}
.widget.widget-tags {
  padding: 0;
}
.widget.widget-tags ul.widget-wrapper {
  padding: 20px;
  justify-content: center;
}
.widget.widget-tags ul.widget-wrapper li {
  border: none;
  padding: 0;
}
.widget.widget-tags ul.widget-wrapper li a {
  padding: 3px 10px;
  color: #372f25;
  border: 1px solid #f6f9fb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px;
  font-size: 16px;
  display: inline-block;
}
.widget.widget-tags ul.widget-wrapper li a.active, .widget.widget-tags ul.widget-wrapper li a:hover {
  background: #80bf63;
  color: #fff;
  border-color: #fff;
}
.widget.recipe-categori {
  padding: 0;
}
.widget.recipe-categori .widget-wrapper {
  padding: 25px 15px;
}
.widget.recipe-categori .widget-wrapper .recipe-item {
  border: 1px dotted #f6f9fb;
  border-width: 1px;
  border-top: none;
  border-right: none;
  margin: 5px;
}
.widget.shop-widget {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-top: 35px;
  padding: 0;
}
.widget.shop-widget .widget-wrapper .shop-menu {
  margin: 0;
}
.widget.shop-widget .widget-wrapper .shop-menu li {
  list-style: none;
  border-bottom: 1px solid #f6f9fb;
  padding: 12px 15px;
}
.widget.shop-widget .widget-wrapper .shop-menu li:last-child {
  border-bottom: none;
}
.widget.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children {
  margin-right: 0;
}
.widget.shop-widget .widget-wrapper .shop-menu li.open > a {
  color: #80bf63;
}
.widget.shop-widget .widget-wrapper .shop-menu li a {
  display: block;
  font-weight: 500;
  color: #2d334d;
  width: 100%;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  margin: 0;
  padding-left: 15px;
  padding-top: 5px;
  display: none;
  width: 100%;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
  padding: 2px 0;
  border-bottom: none;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open > a {
  color: #80bf63;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
  color: #2d334d;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active, .widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
  color: #80bf63;
}
.widget.letest-product {
  margin-top: 35px;
  padding: 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.widget.letest-product .widget-wrapper ul {
  margin: 0;
}
.widget.letest-product .widget-wrapper ul li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid #f6f9fb;
}
.widget.letest-product .widget-wrapper ul li:last-child {
  border-bottom: none;
}
.widget.letest-product .widget-wrapper ul li:hover .product-thumb img {
  transform: scale(1.1);
}
.widget.letest-product .widget-wrapper ul li:hover .product-content h6 a {
  color: #80bf63;
}
.widget.letest-product .widget-wrapper ul li .product-thumb {
  width: 70px;
  height: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.letest-product .widget-wrapper ul li .product-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
}
.widget.letest-product .widget-wrapper ul li .product-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.letest-product .widget-wrapper ul li .product-content {
  padding-left: 15px;
  width: calc(100% - 70px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.letest-product .widget-wrapper ul li .product-content {
    width: 100%;
    margin-bottom: 15px;
  }
}
.widget.letest-product .widget-wrapper ul li .product-content h6 {
  margin: 0;
}
.widget.letest-product .widget-wrapper ul li .product-content h6 a {
  color: #2d334d;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.letest-product .widget-wrapper ul li .product-content p {
  margin-bottom: 0;
}
.widget.letest-product .widget-wrapper ul li .product-content p i {
  font-size: 12px;
  color: #e9ba17;
}
.widget.letest-product .widget-wrapper ul li .product-content p span {
  font-size: 14px;
}
/* Blog Inner */
.blog-section {
    padding: 40px 0;
}

.single-blog {
    /*background: #f0f0f0;*/
    box-shadow: 0 0 30px 0 rgb(33 30 25 / 10%);
    margin-bottom: 20px;
}

.single-blog-content {
    padding-top: 20px;
}

.single-blog-content .date {
    margin-bottom: 10px;
}

.single-blog-content .date i {
    color: #097ec8;
}

.single-blog-content .date span {
    font-size: 13px;
}

.single-blog-content .title {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    padding: 5px 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
}

.single-blog-content .title a {
    color: #00365f;
}

.single-blog-content a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none;
  
}

.single-blog-content .excerpt {
    font-size: 14px;
    color: #000;
    line-height: 1.9;
}

.three-line {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.single-blog-content .read-more {
    color: #1381c4;
    display: block;
    font-size: 15px;
    margin: 10px 0;
}

.single-blog-content .read-more:hover {
    color: #f75e45;
}

.stickthis {
  width: 100%;
  height: 38rem;
}

aside.stickthis {
  top: 0;
  height: 75rem;
}

.blog-pagination {
    margin-top: 20px;
}

.blog-pagination .pagination {
    justify-content: center;
    border-radius: 0;
}

.blog-pagination .page-item {
    margin-bottom: 10px;
    font-size: 14px;
}

.blog-pagination .page-link {
        color: #24324a;
}

.blog-pagination .page-item.active .page-link {
    background: #1282bf;
}

.blog-pagination .page-link {
    border: 0;
    padding: .75rem 1rem;
}

.sharethis-inline-share-buttons {
    margin-top: 20px;
}

.blogdetailssec p {
    line-height: 30px;
}

.st-btn:not(:last-child) {
    margin-right: 5px !important;
}

@media screen and (max-width: 1024px) {
    .home_banner img {
        height: 50vh;
        object-fit: cover;
    }
    
    .home_banner {
        height: 50vh;
    }

}

@media (max-width: 768px) {
    #sticky-social a {
        line-height: 25px!important;
        width: 25px!important;
        height: 25px!important;
    }
    

}


@media screen and (max-width: 576px) {
    .career-icon {
        margin-right: 0;
    }
    
    .insideblocks.whychoose {
         padding: 0; 
    }
    
    .online-btn {
        margin-top: 0;
    }
    
    .slider-list li {
        margin: 5px 0px;
        font-size: 13px;
        line-height: 16px;
    }
    
    .slider-list-title {
        font-size: 32px;
    }
    
    .btn-enroll {
        margin-top: 0;
    }
    
    .home_banner {
        height: 40vh;
    }
}


.single-blog .card-img {
    /*width: 100%;*/
    border-radius: calc(0.25rem - 1px);
    height: auto;
}




/*New Css Added*/
.newqeform{
    width: 500px;
    border:0px solid #b0b0b0;
    padding:20px;
    margin:0 auto;
    float:none;
}
.newqeform label{
    font-weight:bold;
    margin-bottom:5px;
    font-size:14px;
    color:#000;
}
.newqeform input,.newqeform select{
    padding:6px!important;
    border:1px solid #979797!important;
    border-radius:4px!important;
    font-size:14px!important;
    height:38px!important;
    color:#333!important;
}
.newqeform input::-webkit-input-placeholder { /* Edge */
    font-weight:500;
    font-size:14px;
    color:#333!important;
}

.newqeform input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    font-weight:500;
    font-size:14px;
    color:#333!important;
}

.newqeform input::placeholder{
    font-weight:500;
    font-size:14px;
    color:#333!important;
}
.newqeform select{
   font-weight:500;
    font-size:14px;
    color:#333!important;
}
.newqeform ul li{
    padding:12px 0 1px 22px!important;
}
.newbtn input{
   font-size:14px!important; 
   background:#c8c949!important;
   border-radius: 4px!important;
    color: #fff!important;
    padding: 10px!important;
    text-transform:capitalize!important;
    line-height:1.5!important;
    height:42px!important;
    width: 125px!important;
    border: 1px solid #c8c949!important;
    font-weight: normal!important;
}
.newbtn{
    width:150px;
}
@media (max-width: 767px) {
    .newqeform{
        width:100%;
    }
    
    
}