

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}


.mr_top_t{margin-top: 1.95rem}
.color_black{color: #212529;}
.color_green{color: #006f62;}
.agree-condition {
    font-size: 11px;
    line-height: 18px;
    display: inline;
    float: right;
    width: 90%;
}
.carousel-indicators{bottom: 0px;}
.desktop_unique {
  display: block !important;
}

.mobile_unique {
  display: none !important;
}


/*MODAL POPUP CSS START HERE*/

.lp_modal .modal-header {
  padding: 0rem 1rem;
  border-bottom: unset;
}

.lp_modal .modal-header .close {
  font-size: 2rem;
}

#subscribe_form .form-control {
  padding: 0.5rem 7rem 0.5rem 0.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: unset;
}

.sub_submit {
  text-transform: capitalize !important;
  background: #01315C;
  color: #fff;
  font-size: 0.8em;
  padding: 0.55rem 1rem;
  border-radius: unset !important;
}

.lp_modal .modal-content {
  background: #A9232A;
  border: 2px solid #d1d1d1;
}

.lp_modal .modal-body {
  padding: 2rem 1.5rem;
}


/*MODAL POPUP CSS END HERE*/

/*PHARMACY CSS START HERE*/
.testimonials{
  background-color: #f3f3f3;
  position: relative;
  padding-top: 80px;
  &:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #ddd;
  }
}
#customers-testimonials {
  .item-details{
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
    h5{
      margin: 0 0 15px;
      font-size: 18px;
      line-height: 18px;
      span{
        color: red;
        float:right;
        padding-right: 20px;
      }
    }
    p{
      font-size: 14px;
    }
  }
  .item {
      text-align: center;
      // padding: 20px;
      margin-bottom:80px;
  }
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}


.red-color {
    font-size: 20px;
    color: #006f62;
}

.fnt-deg2 {
    font-weight: bold;
    font-size: 1.333rem;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff!important;
  background-color: #006f62;
  border-color: transparent transparent #f3f3f3;
  font-size: 20px
}

#tabs .nav-tabs .nav-link {
  border: 1px solid #006f62;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #111;
  font-size: 1.2rem;
  margin-right: 15px;
  font-weight: 700;
}

.nav-tabs {
  border-bottom: unset
}
.tabs-programoverveiw {
  padding-top: 40px
}

.tabs-programoverveiw nav>.nav.nav-tabs {
  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0
}

.adm-impordate a {
    background: #404040;
    padding: 6px 0;
    color: #fff;
    border: 1px solid #404040;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    display: block;
}




.tabs-programoverveiw nav>div a.nav-item.nav-link {
  border: none;
  padding: 18px 25px;
  color: #fff;
  background: #272e38;
  border-radius: 0
}

.tabs-programoverveiw nav>div a.active {
  border: none;
  padding: 18px 25px;
  color: #fff;
  background: #272e38;
  border-radius: 0
}

.tabs-programoverveiw nav>div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -59px;
  left: -23%;
  border: 15px solid transparent;
  border-top-color: #006f62
}

.tabs-programoverveiw nav>div a.nav-item.nav-link:hover,
.tabs-programoverveiw nav>div a.nav-item.nav-link:focus {
  border: none;
  background: #e74c3c;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear
}
/*PHARMACY CSS END HERE*/
a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover,
a:focus {
  color: #fcbd20;
}

.carousel-item {
/*  height: 600px;
  min-height: 300px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
}

.carousel-caption {
  text-align: left;
  top: 40%;
}

.carousel-caption h3 {
  color: #a8222c;
  font-size: 38px;
}

.carousel-caption h4 {
  color: #01315c;
  font-weight: bold;
  font-size: 38px;
}


/*FORM CSS START*/

.bg_blue {
    /*background-color: rgb(70 70 70 / 52%);*/
    /*margin-top: 58px;*/
    /*border-radius: 0;*/
    /*border: 1px solid #929292;*/
    
    
    background-color: rgb(215 211 211 / 92%);
    margin-top: 58px;
    border-radius: 0;
    border: 1px solid #929292;
    
}

.banner_form {
  position: absolute;
  right: 50px;
  top: -30px;
}

.banner_head {
  text-align: center;
  color: white;
  padding: 20px 20px 10px;
}

.form-control {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control option {
  color: #000;
}

.submit-btn {
  background: transparent;
  /* border: 2px solid #A9232A; */
  padding: 1px 16px !important;
  color: #fff !important;
  border-radius: 0.25rem;
  font-size: 0.85rem !important;
  margin-top: 15px;
  border: 1px solid;
  margin: 0 auto;
  display: block;
}

.submit-btn:hover {
  background: #073342;
  border: 1px solid #fff;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #f0f1f3;
  outline: 0;
}

.enquiry-form ::-webkit-input-placeholder {
  color: #fff;
}

.enquiry-form ::-moz-placeholder {
  color: #fff;
}

.enquiry-form :-ms-input-placeholder {
  color: #fff;
}

.enquiry-form :-moz-placeholder {
  color: #fff;
}

input[type="text"].name-class::-webkit-input-placeholder,
input[type="email"].email-class::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

input[type="text"].name-class::-moz-placeholder,
input[type="email"].email-class::-moz-placeholder,
.textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input[type="text"].name-class:-ms-input-placeholder,
input[type="email"].email-class::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

input[type="text"].name-class:-moz-placeholder,
input[type="email"].email-class::-moz-placeholder,
.textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}


/*FORM CSS START END*/


/*MOBILE FORM CSS*/

.btn-blue {
  background: #01396a;
  color: #fff;
  font-size: 1.4rem;
  padding: 7px;
}

.bg_blue_mobile {
  background-color:#01396a;
}

/*.modal(    z-index: 9999999;)*/


/*MOBILE FORM CSS END*/

.banner_form .form-group {
  margin-bottom: 10px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
  /*  letter-spacing: 1px;
*/
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-weight: 200;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-light .navbar-nav .nav-link {
  display: inline-block;
  padding: 20px 0px;
  margin: 0px 10px;
  color: #505050;
  font-weight: 800;
  font-size: 16px;
  position: relative;
  opacity: 1;
}

.nav-link:hover {
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #b22d30;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #b22d30;
}

.navbar-brand {
  width: 28%;
}

.navbar-brand img {
  width:74%;
}

.section-p {
  padding: 2em 0em 3em;
}

.section-about {
  background: #d8d8d8;
  /* fallback for old browsers */
}

.hightlights {
  background: linear-gradient(top, #01315c 0%, #a8222c 100%);
}

.hightlights ul li {
  font-size: 24px;
  color: #01315c;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 31px;
}

.hightlights ul li span {
  display: block;
  color: #a8222c;
  font-weight: 400;
}

.hightlights p {
  padding-bottom: 35px;
  font-size: 1.1rem;
}

.hightlights .section-heading {
  margin-bottom: 5px;
}

.subscribe-btn {
  background: #A9232A;
  /* border: 2px solid #A9232A; */
  padding: 4px 14px !important;
  color: #fff !important;
  border-radius: 0.25rem;
  font-size: 0.95rem !important;
  margin-top: 15px;
}

.top30 {
  margin-top:83px;
}

.section-heading {
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  margin-top: 0px;
}

.section-heading span {
  font-weight: 1000;
}

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

.owl-carousel .owl-nav .owl-next {
  float: right;
  top: calc(20% - 18px);
  position: absolute;
  right: -50px;
}

.owl-carousel .owl-nav .owl-prev {
  float: left;
  top: calc(20% - 18px);
  position: absolute;
  left: -50px;
  font: normal !important;
}

.colab-logos {}

.colab-logos .owl-nav .owl-prev {
  top: calc(40% - 18px) !important;
  font-size: 20px !important;
  color: #000 !important;
  display: block;
  background: #434141 !important;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}

.colab-logos .owl-nav .owl-prev a {
  color: #fff;
}

.colab-logos .owl-nav .owl-next {
  top: calc(40% - 18px) !important;
  font-size: 20px !important;
  color: #000 !important;
  display: block;
  background: #434141 !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.colab-logos .owl-nav .owl-next a {
  color: #fff;
}



.student {
  background: rgb(5, 36, 46);
  background: linear-gradient(90deg, rgba(5, 36, 46, 1) 0%, rgba(7, 54, 69, 1) 15%, rgba(16, 108, 138, 1) 100%);
}

.student p {
  color: #fff;
  font-size: 1.1rem;
}

.student h2 {
  color: #fff;
}

.logo-ov {
    display: block;

    min-height: 240px;
}
.logo-ov img{display: block;margin:0 auto; text-align: center;}

.logo-ov  .owl-carousel .owl-item img{width: auto !important;}
.bordr .border { border:1px solid #139931!important;}

.sb {
    float: left;
    margin-bottom: 0.5rem;
    position: relative;
    width: 100%;
}
.sb small {
    background: slategray;
    color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, .15);
    font-size: 1.2rem;
    left: 50%;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    transform: translate(-50%, 0);
    transition: opacity 1s ease-out, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
}
/* Section Break 1 */
.section-break-1 {
    background-color: transparent;
    border: 0;
    border-top: 3px double #c8c8c8;
    height: 3px;
    margin: 2rem auto;
    width: 30%;
}
.section-break-1:before {
    background-color: snow;
    color: #c8c8c8;
    content: '\22A1';
    font-size: 20px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-indent: -2px;
    text-rendering: geometricPrecision;
    transform: translate(-50%, -65%);
    width: 10px;
}
footer {
  margin: 0px;
  background:#404040;
  border-top: 2px solid #b5b5b5;
  padding: 1em 0em 0em;
  font-size: 15px;
}

footer .icon {
  font-size: 20px;
  float: left;
  display: block;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  list-style: none;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
}

footer ul li i {
  margin-right: 10px;
}

footer h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

footer .subscribe-btn {
  background: #A9232A;
  /* border: 2px solid #A9232A; */
  padding: 9px 77px !important;
  color: #fff !important;
  border-radius: 0.25rem;
  font-size: 1.2rem !important;
  margin-top: 15px;
  text-align: center;
}

footer a {
  color: #353535;
}

footer a:hover {
  color: #A9232A;
}

.color_red {
  color: #d1a894;
  font-size: 20px;
}

.color_red:hover {
  color: #000;
}

.ml-20 {
  margin-left: 35px;
}

.foo-strip {
 background: #404040;  
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #b22d30;
}
.high-light-inner {
    min-height: 260px !important;

  }
.high-light {
    min-height: 260px;
    margin-bottom: 30px;
}
.high-light .fa {
    font-size: 46px;
    color:#006f62;
    padding: 12px;
}
.high-light p {
    font-size: 0.9rem;
}
.tab-content .border{ border:1px solid #6dbb7f!important; }


.sec-programs {}

.sec-programs h3 {
  text-transform: uppercase;
  font-size: 24px;
}

.sec-programs h3 span {
  font-weight: 1000;
}

.sec-programs h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.sec-programs .nav-tabs .nav-link {
  color: #212529;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 15px;
  border-bottom: 1px solid #b5b5b5;
  font-weight: 800;
}

.sec-programs .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.sec-programs .nav-tabs .nav-item.show .nav-link,
.sec-programs .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0px;
    border: 2px solid #d0ffda;
    background: #006f62;
    box-shadow: inset 0 0 0 #222, 0px 10px 20px -10px #222;
}


.sec-programs .nav-tabs .nav-item {
  border-bottom: 1px solid transparent;
}

.sec-programs .nav-tabs {
  border-bottom: 0px;
  display: block;
}

.sticky-tabs {
  position: sticky;
  display: block;
  top: 60px;
  width: 100%;
}

.text-orange {
  color: #006f62 !important;
}

.text-red {
  color: #d8363c !important;
}

.text-redlight {
  color: #d1c7c2 !important;
}

.btn-dwn{background-color: #1e5631 !important; font-size: 1rem; border-radius: 0px !important; border:1px solid #ccc !important;}

.top-rect .owl-carousel .owl-item img{width: 90% !important; display: block;text-align:  center;margin: 0 auto;}

.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
  max-height: auto !important;
  border: 1px solid #fff;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
  padding: 28% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;
}

.gallery-p figure.softeffect h4 img {
  filter: unset;
  opacity: 1;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  min-height: auto;
}

.gallery-p figure.softeffect h4 i {
  font-weight: lighter;
}

.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
  background: #f1f1f1;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  /*min-height: 185px;
  max-height: 190px;*/
}

figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 24px;
  color: #0e214b;
  font-weight: 600;
  border: 1px solid #ddd;
  top: 30px;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #0d3817;
  color: #fff;
  border-color: #0d3817;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
  color: #87ffa3;
}

.wizard .nav-tabs>li.active>a h4 {
  color: #87ffa3;
}

.wizard .nav-tabs>li {
  width: 25%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs>li a i {
  position: absolute;
  top: -25px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(30%, -50%);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.wizard .table {
  color: #fff;
}

.wizard .nav-tabs>li a h4 {
  position: absolute;
  top: 5px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-40%, -50%);
  font-weight: 500;
  color: #fff;
  font-size: 17px;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}

.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.next-step {
  background-color: #6f1a52;
}

.skip-btn {
  background-color: #cec12d;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}
  #feedback-enquiry {
      position: fixed;
      top: 38%;
      right: 0;
      z-index: 9999;
      bottom: auto;
      /* height: 66px; */
      margin-left: -3px;
      margin-bottom: -3px;
      display: block;
  }
 #feedback-tab-enquiry {
    float: right;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    background-color: #006f62 !important;
    margin-right: -57px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:5px 5px 0px 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0px;
    margin-top: 100px;
}
 #feedback-tab-enquiry:hover
 {
  text-decoration: none;
 }
  .blink-text{
    background: #000;
    font-weight: bold;
    font-size: 2rem;
    animation: blinkingText 2s infinite;
  }
  @keyframes blinkingText{
    0%    { background: #d2222b;}
    25%   { background: #7a2828;}
    50%   { background: #d2222b;}
    75%   { background: #7a2828;}
    100%  { background: #d2222b;}
  }

.thank-u {
    padding: 60px 0;
    border-top: 60px solid #dcdada;
    border-bottom: 60px solid #dcdada;
        text-align: center;
}
.thank-u h2 {
    font-size: 52px;
    font-weight: 1000;
    color: #424042;
    letter-spacing: 4px;
 
}
.thank-u h4 {
    color: #162E55;
    margin: 6px 0 20px;
    font-size: 22px;
}
.mg-btn {
    margin-bottom: 48px;
}
.thank-u a {
    margin: 40px 0;
    letter-spacing: 2px;
    padding: 4px 12px;
    color: #fff;
}
.btn-redback {
 background-color: #0f6e0c!important;
    border-color: #0f6e0c!important;
}


#cookieModal{}

 #cookieModal .modal-dialog {
   margin-top: 0rem;
   max-width: 100%;
}
#cookieModal .modal-dialog .modal-content {
    border-radius: 0rem;
    position: fixed;
    top: auto;
    bottom: 0px;
}

 #cookieModal .modal-dialog .buttons .btn {
   margin: 0.2rem;
   font-size: 16px;
}
.btn-secondary{background-color: #703232;}

#button {
  display: inline-block;
  background-color: #b22d30;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button .fa{
font-size: 1.4em;
  line-height: 50px;
  color: #fff;}

#button::after {
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* Responsive Styles */

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    margin: 0px 8px;
  }
}

@media(max-width:991px) {}

@media(max-width:767px) {
.connecting-line{top:108px;}
.banner_form{position: relative !important; margin-top: 10px !important; right: auto !important;}
.mob-bnner-height{height: 70vh;}
.owl-carousel .owl-nav .owl-next{  right: 10px;}
.owl-carousel .owl-nav .owl-prev{  left: 6px;}

.top-rect .owl-carousel .owl-item img{width: 60% !important; display: block;text-align:  center;margin: 0 auto;}
.high-light{min-height: auto !important; margin-bottom: 0px !important;}


  .btn-dwn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
  .top30 { margin-top: 62px;  }

  #button{    width: 44px;height: 44px;bottom: 58px;}
#button .fa { font-size: 1em;    line-height: 43px;}
.cookie-text{font-size: 14px; line-height: 23px;}
.cookie-text br{display: none;}
#cookieModal .modal-dialog .buttons .btn {
    margin: 0.2rem;
    border-radius: 8px;
    font-size: 11px;
    padding: 4px 20px;
}

}

@media(max-width:767px) {
  .desktop_unique {
    display: none !important;
  }
  .mobile_unique {
    display: block !important;
  }
  #mainNav .navbar-brand {
    display: contents;
  }
  .navbar-brand img {
    width: 70%;
  }
  .carousel-item {
    height: auto;
/*    min-height: 200px;*/
  }
  .section-p {
    padding: 2em 0em;
  }
  .hightlights ul li {
    font-size: 16px;
  }
  .section-heading {
    font-size: 20px;
  }

  #about h4{font-size: 1.2rem;}
  
  .sec-programs h3{font-size: 20px;}
  .wizard h4{font-size: 16px;}
  .tab-block .tab-mnu li {
    float: none;
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    font-size: 18px;
  }
  .foo-strip {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .carousel-caption {
    text-align: left;
    top: 33%;
  }
  .carousel-caption h3 {
    font-size: 14px;
  }
  .carousel-caption h4 {
    font-size: 11px;
  }
  .stu-intern {
    background-position: right;
  }
  footer h4 {
    margin-top: 20px;
  }
  .sign-content h3 {
    font-size: 40px;
  }
  .wizard .nav-tabs>li a i,
  .wizard .nav-tabs>li a h4 {
  margin-top: 51px;
    font-size: 10px;
  }
  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area {
    margin-top: 0;
  }
  .signup-logo-header .header-flex {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 5px 0px;
  }
  .navbar-nav {
    border-top: 1px solid #333;
    margin-top: 20px;
  }
  .gallery-p figure.softeffect img {
    max-height: 100%;
    min-height: auto;
  }
  .wizard>div.wizard-inner{margin-bottom: 82px;}
  .wizard .nav-tabs>li {
    width: 20%;
  }
  span.round-tab {
    width: 65px;
    height: 65px;
    line-height: 65px;
        top:78px;
  }
#feedback-enquiry{top:21%;}
}