
/* High priority notification */
.notification-list li.high-priority {
    position: relative;
    font-weight: 600;
    background: #fff8e1;
    border-left: 4px solid #ff9800;
    padding-left: 10px;
}

/* NEW badge */
.new-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(45deg, #ff5722, #ff9800);
    border-radius: 4px;
    animation: pulseGlow 1.5s infinite;
}

/* Subtle animation */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 rgba(255,152,0, 0.7);
    }
    70% {
        box-shadow: 0 0 8px rgba(255,152,0, 0.9);
    }
    100% {
        box-shadow: 0 0 0 rgba(255,152,0, 0.7);
    }
}

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card-title {
  color: #094583;
}
/* Slider image */
.slider-image-wrapper {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Text on image */
.slider-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    max-width: 70%;
    animation: fadeUp 1s ease;
}

.slider-caption h3 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffd24d;
}

.slider-caption p {
    font-size: 14px;
    margin: 0;
}

/* Notification box */
.notification-box {
    background: #ffffff;
    padding: 20px;
    height: 450px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.notification-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #094583;
    text-align: center;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-list li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.notification-list .date {
    display: block;
    font-size: 12px;
    color: #777;
    float: right;
}

.view-all {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile fix */
@media (max-width: 768px) {
    .slider-caption {
        max-width: 90%;
        left: 15px;
        bottom: 15px;
    }

    .notification-box {
        margin-top: 20px;
        height: auto;
    }
}
.map-responsive {
    position: relative;
    width: 97%;
    padding-bottom: 75%; /* height ratio */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile */
@media (max-width: 576px) {
    .map-responsive {
        padding-bottom: 65%;
    }
}

/*rgba(0, 0, 0, 0.05)*/
#pbhover:hover{
	
	background-color: #eee;
}
/* The loginmodal (background) */
.loginmodal {
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
  padding-top: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	display: none;
z-index: 1027;
  overflow-y: auto;
}

#pbhover{
	padding:2%;
	
}
.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	border-radius: 3px 0 0 3px;
}
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}
#Instructor{
margin-top: 2%;

}
.objective-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
}

.objective-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.objective-number {
    font-size: 20px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 10px;
}

.objective-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.profile-image-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
}

.profile-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-size: 0.85rem;
}
.navcss{
	 
	 font-size: 16px;color: #000!important;
 }
html {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 100%;
}
  .navbar-nav .nav-link {
    font-weight: 500;
  }

  .top-banner {
    background-color: #f3f3f3;
 font-size: small;
	   
  }
  .top-banner .btn {
    margin-left: 10px;
  }

  @media (max-width: 991.98px) {
    .navbar-end-logo {
      margin-top: 15px;
    }
  }
.new-blink-badge {
  animation: blinker 1s linear infinite;
  background-color: #ffc107 !important;
  color: #000;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 4px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
    .side-button {
    position: fixed;
    top: 70%; /* Adjust as needed */
    left: 0;
    z-index: 1050;
    transform: rotate(-90deg);
    transform-origin: left top;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 0 0.5rem 0.5rem 0;
	margin-left: 2px;
  }

  @media (max-width: 768px) {
    .side-button {
      font-size: 12px;
      padding: 4px 10px;
    }
  }
  .custom-btn {
    background-color: #0056b3;
    color: #fff;
  }
  .objectives-section {
        background: linear-gradient(135deg, #f8fbfd, #e6f0f3);
        border-radius: 15px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
        padding: 40px 30px;
        margin: 2% 3%;
        scroll-margin-top: 100px;
    }

    .objectives-section h1 span {
        font-size: 2.5rem;
    }

    .objectives-section .feature-icon {
        height: 60px;
        margin-bottom: 12px;
        transition: transform 0.3s ease;
    }

    .objectives-section .feature-icon:hover {
        transform: scale(1.1);
    }

    .objective-text {
        text-align: center;
       
        color: #333;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .objectives-section {
            padding: 20px 15px;
        }

        .objectives-section h1 span {
            font-size: 2rem;
        }
    }
.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #0033cd;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;

  background-color: #0033cd;
}
#ObjectText{
	font-weight:600;
	
}
 
.height {
    height: 10px;
}
 
/* Image-container design */
.image-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}
 
.next {
    right: 0;
}
 
/* Next and previous icon design */
.previous,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px;
    margin-top: -25px;
}
 
/* caption decorate */
.captionText {
    color: #000000;
    font-size: 14px;
    position: absolute;
    padding: 12px 12px;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
 
/* Slider image number */
.slideNumber {
    background-color: #5574C5;
    color: white;
    border-radius: 25px;
    right: 0;
    opacity: .5;
    margin: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
}
 
.fa {
    font-size: 32px;
}
 
.fa:hover {
    transform: rotate(360deg);
    transition: 1s;
    color: white;
}
 
.footerdot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}
 
.active_1,
.footerdot:hover {
    background-color: black;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }
.checked {
  color: orange;
}

#tooltip .tooltiptext {
  visibility: hidden;
 width: 100%;
  background-color: #5b5b5b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
 padding: 28px 19px;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
#tooltip_1 .tooltiptext_1 {
  visibility: hidden;
  color: #fff;
  text-align: center;
  border-radius: 6px;
 padding: 28px 19px;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
#tooltip:hover .tooltiptext_1 {
  visibility: visible;
}
#tooltip {
	height:120px;padding: 5%;color: white;font-size: 1.2rem;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  background-color: darkslategray;
}
#tooltip_1:hover .tooltiptext_1 {
  visibility: visible;
}
#tooltip_1 {

}
#Header-text{
	margin-top:1%; font-weight:600; font-size: xx-large;
			font-family: inherit;margin-bottom: auto;
}
.rounded-circle {
  border-radius: 0% !important;
}
#Header-text-descrpt{
	text-align: justify;
  text-justify: inter-word;
}
#Instructors_logo{
	border-radius: 50% !important;
	height: 30px;
  width: 30px;
}
.cors_highlight {
  width: 80%;
  height: auto;
  background-color: #eeeeec;
  margin: auto;
  margin-top: -4%;
  margin-bottom: 1%;
  border-radius: 10px;
}

.ratingText, .ratingText1 {
  font-size: 14px;
}
.ratingText{
	border-right: 3px solid #1a5db3;text-align: center;margin: 14% 0px 0px 0px;
}
.MudDes1{
	height: 200px;background-color: #fbfbfb;margin: 5%;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;cursor: pointer;text-align: center;
	
}
.MudDes2{
	height: 200px;background-color: #fbfbfb;margin: 5%;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;cursor: pointer;text-align: center;
	
}
.MudDes3{
	height: 200px;background-color: #fbfbfb;margin: 5%;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;cursor: pointer;text-align: center;
	
}
.MudDes4{
	height: 200px;background-color: #fbfbfb;margin: 5%;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;cursor: pointer;text-align: center;
	
}
.MudDes5{
	height: 200px;background-color: #fbfbfb;margin: 5%;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;cursor: pointer;text-align: center;
	
}
.MudDes6{
	height: 200px;background-color: #fbfbfb;margin: 5%;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;cursor: pointer;text-align: center;
	
}
.MudDes7{
	height: 200px;background-color: #fbfbfb;margin: 5%;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;cursor: pointer;text-align: center;
	
}

@keyframes fadeIn {
    from {
        background-color: rgba(30, 30, 30, 0);
    }
    to {
        background-color: rgba(30, 30, 30, 0.65);
    }
}

@keyframes slideZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.85) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}





.model_11.active{
	  display: block;
}
.model_11{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_12{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_12.active{
	  display: block;
}
.model_13{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_13.active{
	  display: block;
}
.model_14{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_14.active{
	  display: block;
}
.Object_des{
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.model_15{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_15.active{
	  display: block;
}
.model_16{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_16.active{
	  display: block;
}
.model_17{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_17.active{
	  display: block;
}
.model_18{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.model_18.active{
	  display: block;
}
.Object_des p{
margin: 2%;
  text-align: justify;
  text-justify: inter-word;

}
#more {display: none;}


.nav-fostrap_1 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #def1f0;
}
.nav-fostrap_1 li a {
  padding: 10px 11px;
  font-size: 19px;
  color: #080808;
  display: inline-block;
  outline: 0;
  font-weight: 600;
  text-transform: capitalize !important;
  text-decoration: none;
}
.nav-fostrap_1 li a:hover{
	text-decoration: underline;
	background-color: white;
}
.testimonial-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.checked {
  color: #ffc107;
}
.hover-shadow:hover {
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.3);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
#mainNavbar {
  transition: background-color 0.3s ease;
}

#mainNavbar.scrolled {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  background-image: linear-gradient(to left, #f2f2f2, #fdfdfd);
}

#mainNavbar1 {
  transition: background-color 0.3s ease;
}

#mainNavbar1.scrolled1 {
  background-color: #fff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.8s ease;
}
.popover .popover-body .custom-popover {
  background-color: #f0f9ff; /* Light blue background */
  padding: 2px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}

/* Optional: Adjust popover width */
.popover {
  max-width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Optional: Style the image inside the popover */
.custom-popover img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  background-color: #fff;
  padding: 1px;
}
.custom-popover1 img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  padding: 4px;
}
.custom-popover1 p{
font-size: 8px;
text-align:center;
margin:5px 7px 0px 0px;

}
.custombackground {
 background-color: #f0f9ff; 
}
/* Nav buttons */
.nav-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    color: #333;
}

.nav-btn:hover {
    background: #f1f3f5;
    color: #007bff;
}
#header-des {
  position: relative;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
}
.objective-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
}

#header-des::after {
  content: "";
  position: absolute;
  width: 35px; /* underline width */
  height: 3px;
  background-color: #3f81f8; /* blue accent */
  left: 0;
  bottom: -5px; /* small gap below text */
  border-radius: 2px;
}


/* Help dropdown */
.help-dropdown {
    min-width: 260px;
    border-radius: 12px;
}

/* Buttons inside dropdown */
.custom-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #333;
    padding: 5px 12px;
    transition: all 0.3s ease;
}

.profile-image-wrapper:hover .profile-image-overlay {
  opacity: 1;
}

.profile-img-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.profile-img-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.btn-hover:hover {
  transform: scale(1.05);
}


 .faq-container {

            margin-top: 20px;

        }
.spinnermodal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(208, 208, 208, 0.8) url("loader.gif") center no-repeat;
}
.loader_gif1{
    
    position: fixed; z-index: 10001; top: 29%; left: 36%; height:30px
}


        .faq-item {

            background-color: #f8f9fa;

            border-radius: 5px;

            margin-bottom: 10px;

        }


        .faq-header {

            padding: 15px;

            cursor: pointer;

            display: flex;

            align-items: center;

            justify-content: space-between;

            border-bottom: 1px solid #dee2e6;

        }


        .faq-header h5 {

            margin: 0;

        }


        .faq-header i {

            font-size: 1.2rem;

            transition: transform 0.2s ease-in-out;

        }


        .faq-header i.fa-angle-down {

            transform: rotate(90deg);

        }


        .faq-content {

            padding: 15px;
            display: none;
			background-color: beige;
			letter-spacing: 1.3px;

        }
    .left-content {

            width: 50%;

            padding: 20px;

        }


        h1 {

            font-size: 3em;

            margin-bottom: 10px;

        }


        p {

            line-height: 1.5;

            margin-bottom: 20px;

        }


        .right-content {

            width: 50%;

            text-align: center;

            padding: 20px;

        }


        .powered-by {

            display: flex;

            align-items: center;

            justify-content: center;

            margin-top: 20px;

        }


        .powered-by img {

            width: 50px;

            height: auto;

            margin-right: 10px;

        }
.modTypes{


 /* height: 500px;*/
}
#Instructors_logo{
	border-radius: 50% !important;
	height: 30px;
  width: 30px;
}
.mod_function{
 background: lightyellow;
   
    padding: 10px;
    font-weight: bold;
    text-align: center;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 2%;
}
.CourseContheader2{
	background-color: #0d6efd;
	font-size: 22px;
}
.CourseContheader2Sub{
	
	background-color: #a4e7d4;
  font-size: 20px;
  padding: 1%;
  color: darkblue;
}
.CourseContnt{
	background-color: #f1f1f1;
  padding: 4%;
	
}
 .orngs{background-color:#faaa08 !important;}
.conductedby{
	
	color: #131d56;
    font-weight: 600;
}
.myon{
height: 25px;
  width: 25px;
}
.myon2 {
  height: 25px;
  width: 25px;
}
.side_notice{
background-color:#fff;width: 100%;height: 385px;margin-bottom: 20px;
}
#course_header{
	font-size: 26px;
  font-weight: 600;
  color: #1515e8;
  text-shadow: 0px 0px 1px #b393d3, 0px 0px 30px #b393d3, 0px 0px 1px #b393d3, 0px 0px 30px #b393d3;
  background-clip: text;
  background-image: conic-gradient(#553c9a 30%, #ee4b2b 40%, #ee4b2b 70%, #00c2cb 80%, #553c9a);
	
}
.showans{
	background-color: #f7f7f7;
   /*animation: animate23 2s cubic-bezier(.18,.89,.32,1.28) forwards;*/
   
	display:none;
}
@keyframes animate23 {
  0% { 
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
ins {
	color: green;
  font-size: 23px;
  font-weight: 600;
	
	}
	#Notifiy{
		font-size:20px;
	}
#worngans {
	color: red;
  font-size: 23px;
  font-weight: 600;

	}
.side_notice h3{
  text-align: center;
}
.side_notice marquee{
  width: 100%;
  height: 80%;
}
.side_notice p{
  padding: 1.7rem;
  text-align: center;

}
.side_notice{
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}
  .grey{background-color:grey !important;}
  .secondary-navigation {
    display: block;
    list-style-type: none;
    margin: 3px 0px 0px 0px;
    padding: 0px;
}
.secondary-navigation li a.menu-item {
    display: block;
    margin: 0px 0px 1px 0px;
    padding: 0px;
  font-size: large;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: .35px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
   /* text-transform: uppercase;*/
    text-decoration: none;
    background-color: #00008b;
box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.module-nav {
    display: block;
    list-style-type: none;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.mod_bar lhi{

  background:#1a74fb;
  color:white;
  font-weight:bold;
  width:280px;
  height:50px;
  border:1px solid white;
  display: inline-block;
  text-align: center;
  margin: 0px 0px 1px 0px;
   padding: 2%;
}

input.parsley-success,
 select.parsley-success,
 textarea.parsley-success {
   color: #468847;
   background-color: #DFF0D8;
   border: 1px solid #D6E9C6;
 }

 input.parsley-error,
 select.parsley-error,
 textarea.parsley-error {
   color: #B94A48;
   background-color: #F2DEDE;
   border: 1px solid #EED3D7;
 }

 .parsley-errors-list {
   margin: 2px 0 3px;
   padding: 0;
   list-style-type: none;
   font-size: 0.9em;
   line-height: 0.9em;
   opacity: 0;

   transition: all .3s ease-in;
   -o-transition: all .3s ease-in;
   -moz-transition: all .3s ease-in;
   -webkit-transition: all .3s ease-in;
 }

 .parsley-errors-list.filled {
   opacity: 1;
 }
 
 .parsley-type,
 .parsley-required,
 .parsley-equalto,
 .parsley-pattern,
 .parsley-urlstrict,
 .parsley-length,
 .parsley-checkemail{
  color:#ff0000;
 }
.login_container_full{
margin: 0 auto;
width: 100%;
max-width: 1497px;
background: #fff;
box-shadow: 0 -1px 7px 0 #555;
}

.issue, .note,.note_sky,.note_sun,.note_org, .example, .advisement, blockquote {
    padding: .5em;
    border: .5em;
        border-left-style: none;
    border-left-style: solid;
    page-break-inside: avoid;
}
button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtnlogin {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imglogin_container {
  text-align: center;
  position: relative;
margin-bottom: 1%;
}
#login-design{
box-shadow: rgba(48, 193, 255, 0.12) 0px 2px 4px 0px, rgb(255, 255, 255) 0px 2px 16px 0px;
  background-image: linear-gradient(to left, #094583, #464646);
  margin-top: 8%;
}
#login-design2{
  box-shadow: rgba(48, 193, 255, 0.12) 0px 2px 4px, rgb(255, 255, 255) 0px 2px 16px;
  background-image: linear-gradient(to left, #464646, #464646);
  color: #fff;
  margin: 8% auto;
  border-radius: 10px;
  width: 90%;
  max-width: 450px;
  position: relative;
}

.login_container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}


/* Modal Content/Box */
.loginmodal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.clcose {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.login_cover{
width: 100%;
margin: auto;
min-width: -moz-fit-content;
}

.clcose:hover,
.clcose:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
 
  .cancelbtnloginlogin {
     width: 100%;
  }
}
/* Login model css close*/
/*Registration error*/
#reglabel{
font-size: 1.0rem;
    color: #2584d7;
  }
  .Logindiv {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.closelogin {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closelogin:hover,
.closelogin:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rgsuccess {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
 color: #fff;
  float: right;
  font-size: 19px;
  font-weight: bold;
  background-color: #ff3c00;
  padding: 3px;
  width: 32px;
  text-align: center;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.required-star{

  color: red;
}
.form_error{

  color: red;
  
}
.note_sky{

  border-color: #00DBFF;
background: #E9FBE9;
overflow: auto;
}
.note_sun{
border-color: #E6FF36;
background: #E9FBE9;
overflow: auto;

}
.note_org{

  border-color: #EFCA37;
background: #E9FBE9;
overflow: auto;
}
.basic_detail_cover .tab {
 overflow: hidden;
border: 1px solid #e7e7e7;
background-color: #707070;
margin-top: 8%;
color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tab #tabdetail_text{


 color: #fff;
  font-size: 1.4rem;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #143980;
 float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 15px;
font-size: 24px;
text-align: left;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #0d6dfb;
overflow: hidden;
width: -moz-available;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #0d6dfb;
  width: -moz-available;
  width: -webkit-fill-available;
}
.tab button.active p{
	
	
}

/* Style the tab content */
.tabfullcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.NHSCD_content_des{

background-image: linear-gradient(to top, #fff, #ade5f5);
padding: 8%;
height: 150px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;

}
.NHSCD_content_des:hover{
transform: scale(1.06);
  transform-origin: 50% 50%;
}
.research-dtl{

  background-color: red;
}
#research-dtl-1{
  width: 100%;
background-color: #2087c5;

}
#research-dtl-2{
  width: 100%;
background-color: #fbfbfb;

  
}
#research-dtl-3{
  width: 100%;
background-color: #e6e4e4;
  
}
#research-dtl-4{
margin-bottom: 2%;
width: 100%;
 
  
}
#research-txt{

  margin-bottom: 0px;
  padding: 9px;
}
#research-txt1{

  margin-bottom: 0px;
  padding: 9px;
  color: beige;
}

#NHSCD_cont_full{
text-align: center;
line-height: 0.6rem;
 	font-size: 18px;
  background-image: conic-gradient(#000  30%, #000  40%, #000  70%, #000  80%, #000 );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.objtext{
	text-align: center;
  line-height: 1.4rem;
  font-size: 18px;
  font-weight: 600;
  background-image: conic-gradient(#000 30%, #000 40%, #000 70%, #000 80%, #000 );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
	
}
/* content descrption close*/
#content_info{
margin: auto;
padding: 2%;
}
#content_info h3{
	font-size: 40px;
  font-weight: 600;
  background-image: conic-gradient(#000 30%, #ff5a39 40%, #ee4b2b 70%, #6d06c3 80%, #392279);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
#content_info #dtl_1{
color: black;
}
#content_info  ul{
color: white;
list-style-type: none;
}
content_info_3{

margin: auto;
padding: 2%;
}
#content_info_3 #dtl_1{
color: white;
}
#content_info_3  ul{
list-style-type: none;
}
#content_info_NHSCD{
}
#content_info_NHSCD ul{
  font-size: 1.1rem;
 list-style-type: none;
}
#NHSCD_imgs{
	height: 32px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12%;
}
#content_info_NHSCD p{
	text-align: justify;
   color: #000;
}
.NHSCD_content_des span{
	text-align: center;
  margin: 0px;
}
.note {
    border-color: #52E052;
    background: #E9FBE9;
    overflow: auto;
	
}


.shadow-lg {
    box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}
.notification-updates{

background-color: #fff;
padding: 35px 0 20px;
position: relative;
}
.container_notification{


width: 1170px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.tabs-container .tabs-menu {
    background-color: #094583;
    float: left;
    width: 375px;
    list-style: none;
    margin: 0;
    padding: 30px 40px 40px;
    height: 463px;
}
.tabs-container {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    margin: 0 0 20px;
    background-color: #f9fcff;
}
.tabs-container .tabs-menu li.active a {
  color: #fff;
  position: relative;
  background-color: darkblue;
  padding: 2% 0% 5% 6%;
}
.tabs-container .tabs-menu li a {
    font-weight: normal;
    display: block;
    color: #82c1ff;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #82c1ff;
	text-decoration: none;
}
#navigation {
  display: none; /* Hidden by default */
 position: fixed;
  bottom: 20px;
  right: 29px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #555860;
  color: white;
  cursor: pointer;
  padding: 7px;
  border-radius: 0px;
  font-size: 21px;
}

#navigation:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* Create an active/current tablink class */

/* Style the tab content */
.tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
}
.tabs-container .tab {
    width: calc(100% - 375px);
    background-color: #f9fcff;
    float: left;
    height: 463px;
    overflow-y: scroll;
}
.tabs-container .tab .tab-content ul {
    padding: 0;
    margin: 0;
}
.tabs-container .tab .tab-content ul li {
    list-style: none;
    overflow: hidden;
    padding: 12px 20px;
    border-bottom: 1px solid #ccc;
}
//Slider script
#myCarousel_1 .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel_1 h4{
	font-size: 50px;
  margin-bottom: 15px;
  background-image: conic-gradient(#406345 30%, #54044b 40%, #54044b 70%, #2c0d46 80%, #35168c);
  color: transparent;
  line-height: 118%;
 
  font-weight: 600;
  margin-top: 4%;
  -webkit-background-clip: text;
  font-family: 'Arial Black';
}
.card.card-custom:hover {
transform: scale(1.06);
}
#myCarousel_1 p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel_1 .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel_1 .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel_1 .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel_1 .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel_1 .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel_1 .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel_1 h4, #myCarousel_1 p, #myCarousel_1 a, #myCarousel_1 .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel_1 .container {max-width: 1430px;  }
#myCarousel_1 .carousel-item{height:100%; min-height:436px; }
#myCarousel_1{position:relative; z-index:0; background-image: linear-gradient(to left, #fff, #fff); background-size:cover;margin-bottom: 1%; }

//FirstDiv
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:37px;
	margin-bottom:15px;
	color:#000;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:460px; }
#myCarousel{position:relative; z-index:0;}


.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}



//Slider script close
/*.tabcontent {
  animation: fadeEffect 1s;  Fading effect takes 1 second */
}

/* Go from zero to full opacity 
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
*/
   /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

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

        .jssora061 {display:block;position:absolute;cursor:pointer;}
        .jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
        .jssora061:hover {opacity:.8;}
        .jssora061.jssora061dn {opacity:.5;}
        .jssora061.jssora061ds {opacity:.3;pointer-events:none;}
.message_container{

  margin-top: 14%;
}

#navbar{
width: 100%;
margin: 0 auto;

}
.row{
margin: 0;
padding: 0;

}
.container_full{
	margin: 0 auto;
width: 100%;
max-width: 1497px;
background: #fff;
box-shadow: 0 -1px 7px 0 #555;
}
.web-define-footer ul{

  text-align:center;
  padding: 5px;
  margin-bottom: auto;
}


.title h1 {
color: #000;
  margin-bottom: 0;
font-weight: 550;
  font-size: 17px;
  line-height: 0.75cm;


 
}
.title h2 {
    color: #003E2D;
margin-bottom: 0;
font-weight: 600;
font-size: 18px;
}
.changeLink:hover {
    background-color: #8f8e8e;
    color: white;
    font-size: 17px;
    padding: 5px;
}
.fullsidenav{
	background-image: linear-gradient(to left, #094583, #515055);
height: 92%;
box-shadow: 0 2px 5px 0
rgb(0, 0, 0);
	
	}
	.sidenav {
width: 241px;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
padding-top: 20px;
margin-top: 20px;
border-radius: 3px;
display: block;
width: 100%;
}
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  text-transform: capitalize !important;
  font-family: Segoe UI;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  
  color: #f1f1f1;
}
.active {
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color:rgba(105, 106, 84, 0.31);
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;margin-bottom: 5%;}
  .sidenav a {font-size: 18px;}

}
.left-sidebar {
    flex: 1 1 auto;
    margin-left: 40px;
    width: calc(25% - 40px);
    margin-bottom: rhythm(1);
}
.left-sidebar .sidebar {
    max-width: 316px;
}
.left-sidebar ul.menu {
    padding-left: 0;
}
.left-sidebar .menu__item:first-child {
    border-top: 1px solid 
    rgba(147,149,152,0.3);
}
.sidebar-first .page-content .left-sidebar .menu__item {
    position: relative;
    border-bottom: 1px solid 
    rgba(147,149,152,0.3);
    line-height: 1.3em;
    list-style: none;
}
.sidebar-first .page-content .left-sidebar .menu__item {
    position: relative;
    border-bottom: 1px solid 
    rgba(147,149,152,0.3);
    line-height: 1.3em;
    list-style: none;
}
.sidebar-first .page-content .left-sidebar .menu__item {
    line-height: 1.3em;
    list-style: none;
}
.sidebar-first .page-content .left-sidebar .menu__item a {
    color: 
    #008F54;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 19px 40px 19px 20px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
.media_body:hover{
	background-color:#E9FBE9;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	}
	#onactive{
		
		font-family: Segoe UI;
		color:#FFF;
		margin-left: 20px;
font-weight: 600;
		
		}
		ul.media_points{
			list-style-type: circle;
			font-family: Segoe UI;
			
			}
      .footer-query-form{
        padding: 10%;
        background-color: #1f1f1e4a;
        margin-bottom: 0%;
      }
			
      .footer-query-form #query_label{

        color: white;
      }

.footeraddation_1{
      background-color: #FFF;
border-radius: 13px;
padding: 0%;
margin-left: 1%;
}
.footeraddation_2{
padding: initial;
margin-top: 2%;
}
			
/*from index page*/
	/*.asterisk::-webkit-input-placeholder 
	{
		color:    #f00;
	}*/
	.asterisk:-moz-placeholder {
	   color:    #f00;
	   opacity:  1;
	}
	.asterisk::-moz-placeholder {
	   color:    #f00;
	   opacity:  1;
	}
	.asterisk:-ms-input-placeholder {
	   color:    #f00;
	}
	.error{
		margin-bottom: 5px;
		color: red;
		font-size:13px;
	}
	.success_message .success {
		color: green;
		margin-bottom: 5px;
	}
	.success_message .error {
		color: red;
		margin-bottom: 5px;
	}
	#modal1 {
			  z-index: 2147483647;
			}
	#modal2 {
			  z-index: 2147483647;
			}
			#ft_algin{
				color:#85aea0;
				
				}
				.row-container1 ul {
   padding: 10px;
width: 100%;
float: left;
color:
white;
font-size: 1.5rem;
margin-bottom: 0px;
font-family: Segoe UI;
}
.row-container1 ul li {
    list-style: none;
    line-height: 1.4;
}
.row-container1 a{
text-decoration: none;
color:#FFF;
}
.row-container1 a:hover{
text-decoration: none;
background-color:#556a5e;
color:#112e39;
}
#myBtn {

    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: 

#006666;

color:

    white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}
#myBtn:hover {

    background-color: #555;

}
.register {
   /*background: -webkit-linear-gradient(left, #003E2D, rgb(16, 77, 163));*/
   background: url(/sites/default/themes/custom/images/homepage-banner.png) no-repeat right bottom;
    background-size: auto 100%;
   background-image:url(images/banner.jpg);
   background-repeat:round;
   background-position:center;   
	margin-top:2%;
	background-color:#999;
}
.content_colrlogin {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(15, 120, 91, 0.35);
    width: 100%;
}

.register_left{
	padding: 10%;
background: #fffffd;
float: right;
margin-top: 19%;
height: 526px;

	
}

.modal-content_1{
padding: 10%;
background: #f8f9fa;
float: right;
margin-top: 6%;
margin-right: -5%;
margin-bottom: 6%;
height:526px;

}
.modal-content_2{
padding: 10%;
background: #f8f9fa;
margin-top: 6%;
margin-bottom: 6%;
height:526px;

}
.btnRegister{
	margin-top: 0%;
border: none;
border-radius: 1.5rem;
padding: 1%;
background: #0062cc;
color: #fff;
font-weight: 600;
width: 17%;
}
	

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
text-align: center;
  position: relative;
  padding: 4% 1% 0% 1%;
}
.imgcontainer1 {
  text-align: center;
  position: relative;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 72%;
  margin-bottom: 15px;
  margin: auto;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
padding: 10px;
outline: none;

}
.loginbtn {
  background-color: dodgerblue;
color: white;
padding: 11px 0px;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
margin-bottom: 6%;
}

.loginbtn:hover {
  opacity: 1;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}



span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */

/* Modal Content/Box */
.modal-content {
 background-color:#fefefe;
margin: 0% auto 15% auto;
border: 1px solid #888;
width: 80%;
}

/* The Close Button (x) */

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
.form-control.tempActive{
	color: #cfcfcf;
	
}

		/*Estimator css*/
/* On mouse-over */
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

/* Optional: Style the caret down icon */
/* Some media queries for responsiveness */

.newsevents1 .smartActive{
	    background-color: #407ea9;
    color: white;
    font-weight: 600;
	
	}

/* Change styles for span and cancel button on extra small screens */
#figure_header{
	color: #5b5bff;
	
	}
	.table_cont{
		padding-left: 3%;
		 font-family: Segoe UI;
		}
		
		.media-headingPtag_bground{
    
color:cornflowerblue;
  font-family: Segoe UI;

}



.title {
}
.nav-logo-title{
margin-top: 1%;

}
.dept-info{
height: 500px;width: 100%;
background-position: center;
background-size: contain;
background-repeat: repeat;
}
#dept-info-d1{

}
#dept-info-d1-detail-des{

background-color: pink;
 margin: 1%;
  height: 450px;

}
#dept-info-d1-detail{

  background-color: black;
  margin: 2%;
  height: 450px;
}


.home-content-02-section {
    margin-top: 15px;
	background-color: #faf8f5;
}
.container-02 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}
.home-what-we-do h2 {
    margin-top: 0;
    font-size: 3rem;
    line-height: 73px;
    color: #003E2D;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: Segoe UI;
}
.home-what-we-do .view-content-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: 33px;
    margin-top: -20px;
    width: 100%;
}
.home-what-we-do .view-content-02 .views-row {
    flex: 0 1 calc(20% - 40px);
    flex-basis: calc(20% - 40px);
    margin-left: 40px;
    margin-top: 20px;
}S
.home-what-we-do .view-content-02 .views-row figure {
    margin: 0;
}
element.style {
    height: 317px;
}
.home-what-we-do .view-content-02 .views-row {
    flex: 0 1 calc(20% - 40px);
    flex-basis: calc(20% - 40px);
    margin-left: 19px;
    margin-top: 20px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div {
    display: block;
}
	
  .changeLink:hover
  {
	background-color: #8f8e8e;
	color: white;
	font-size:17px;
	padding:5px;
  }
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  padding-left: 15px;
padding-right: 15px;
}

/* The Modal (background) */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: rgba(73, 67, 67, 0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
}

/* The Close Button */

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: black;

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: black;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#wapper_2 {
    height: 427px;
    width: 90%;
	margin-left:19px;
}
.wapper_2_1 {
    margin-left: 0px;
    margin-top: 20px;
    height: 66px;
     width: auto;
    background-color: #096b6c;
}
.wapper_2_3 {
    margin-left: auto;
    margin-top: 14px;
    height: 66px;
    width: auto;
    background-color: 
    #323333;
    border-radius: 7px;
}
.wapper_1_2 {
    height: 270px;
    width: 100%;
    border-right: solid;
    border-left: solid;
    background-color: #fff;
	border-bottom-style: inset;
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px;
}
#wapper_1_1_id {
    color:#FFF;
margin-left: 5px;
position: absolute;
margin-top: 9px;
font-family: Segoe UI;
font-size: 2.375rem;
font-weight: 600;
font-family: Segoe UI;
}
#wapper_1_1_2_id {
    color: #FFF;
    font-size: 22px;
    margin-left: 5px;
    position: absolute;
    margin-top: 11px;
	font-family: Segoe UI;
}
span.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 12px;
    right: -12px;
    /* content: ''; */
}
.wapper_2_3:hover  {
    background: #08543f;
color: #FFF !important;
}
.title-description{

margin-left: 10px;
font-weight: 600;
color: #282828;
font-size: 1.500rem;
margin-bottom: 25px;
opacity: 0.75;
font-family: Segoe UI;
color:
#282828;
}

	.basic-content__content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 3.75rem;
    line-height: 73px;
    color: #003E2D;
    font-weight: 700;
    word-break: break-word;
	font-family: Segoe UI;
}
.home-banner01 .container01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.home-banner01 .container01 .home-banner01__left {
    width: 50%;
    padding: 65px 0;
}
.container01 {
    margin: 0 auto;
    
}
/*body {
    font-family: futura-pt,sans-serif;
    color: #58595b;
    background: #ffffff;
    overflow: hidden;
}*/
.home-banner01 .container01 .home-banner01__left p {
    font-size: 2.000rem;
color:
#000;
margin-bottom: 25px;
opacity: 0.75;
font-family: Segoe UI;
}
@media (max-width: 1960px)
.home-banner01 {
    background-position: calc(30% + 600px) bottom;
}
.container01 {
    background: url(/sites/default/themes/custom/images/homepage-banner.png) no-repeat right bottom;
    background-size: auto 100%;
   
	background-image:url(images/home_cover.png);
	height:522px;
	margin-bottom: 10px;
	
}
.home-banner01 .container01 .home-banner01__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 50%;
  padding-top: 65px;
    padding-bottom: 65px;
    overflow: hidden;
}
.quicklinks {
 background: #FFFFFF;
    box-shadow: 5px 8px 30px rgba(51,49,50,0.2);
    border-radius: 10px;
    width: 65%;
    padding: 5% 3%;
    margin-left: 31%;
    margin-top: 4%;
}
.home-banner01 .container01 .home-banner01__right .quicklinks h3 {
  color:
#fff;
font-size: 2.375rem;
margin-top: 0px;
font-weight: 600;
font-family: Segoe UI;
}
.text p {
    margin: 0 0 15px;
    font-size: 2.00rem;
    font-weight: 400;
    color: #000;
    line-height: 28px;
	font-family: Segoe UI;
}
#update1{
background-color:
lavender;
font-size: 15px;
font-weight: 600;
color: #282828;
font-size: 2.000rem;
color:
#333132;
margin-bottom: 25px;
opacity: 0.75;
font-family: Segoe UI;
}


/* Change background color of buttons on hover */
.tab_home button:hover {
  background-color: rgb(85, 106, 94);
}

/* Create an active/current "tab button" class */
.tab_home button.active {
  background-color:#08543f;
}

/* Style the tab content */
.content_colr{
bottom: 0;
background: rgb(0, 0, 0);
background:rgba(0, 0, 0, 0.5);
color:#f1f1f1;
width: 100%;
padding: 20px;
height: 522px;
	
	}
	.newsevents p {
   font-family: Segoe UI;
font-size: 16px;
text-align: justify;
line-height: 1.9em;
font-size: 16.5px;
}
p {
margin: 0 0 15px;
font-weight: 400;
color: #000;
}
.newsevents h3{
    margin: 0 0 15px;
    font-size: 2.00rem;
    font-weight: 400;
    color: #FFF;
    line-height: 28px;
	font-family: Segoe UI;
}
.tabcontent h3{
	color: #FFF;
    background-color: #08543f;
    padding: 8px;
	font-family: Segoe UI;
	}
	
	.newseventsmarquue p {
    margin: 0 0 15px;
font-size: 2.00rem;
font-weight: 400;
color: #FFF;
line-height: 28px;
font-family: Segoe UI;
}
.tabcontent {
    width: 100%;
    border-left: none;
    height: 341px;
}
.tab_home button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
}

	.tabcontentestimator{
		margin: 3%;
		
		}
	#Inpatient button {
    background-color: #4b6a6a;
border-color: #08543f;
font-weight: 600;
color: white;
padding: 5px 11px;
margin: 8px 0;
border: none;
cursor: pointer;
border-radius: 7px;

}

#estimator p {
    margin: 0 0 10px;
    font-size: 2.00rem;
    font-weight: 400;
    color: #FFF;
    line-height: 28px;
    font-family: Segoe UI;
}
.basic-content__content p{
	margin: 0 0 15px;
font-size: 2.00rem;
font-weight: 400;
color: #000;
line-height: 28px;
font-family: Segoe UI;
	
	
	
	}
	#homewhatwedo{
		margin: 0 0 15px;
font-size: 2.00rem;
font-weight: 400;
color: #000;
line-height: 28px;
font-family: Segoe UI;
		
		
		}
	.showoutput P{
		color:#FFF;
		
		
		}
		.modal-content_pic {
    position: relative;
    padding: 0;
    width: 85%;
    margin-top: 6%;
	margin-top: 6%;
    margin-left: 7%;
}
#myModal .close {
    position: absolute;
    right: 0px;
    top: 17px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    background-color: #666;
    width: 35px;
    height: 39px;
}
.model_12.active{
	  display: block;
}
.model_12{
  display: none;position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 67, 67, 0.4);	
}
.popup-overlay_1 {
  background: #ffffff;
  width: 31%;
  margin: 10% auto 0px auto;
  position: relative;
}

.popup-overlay_1.active {
  visibility: visible;
  text-align: center;
}
.bg {
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
================================================
================================================
*/

/*
-------------------------------------
General
-------------------------------------
*/

.responsive-testimonials { display: flex; font-family: sans-serif; color: #333; text-align: left; }
.responsive-testimonials + .responsive-testimonials { margin-top: 40px; }
.responsive-testimonials__list { display: flex; flex-wrap: wrap; justify-content: center; margin-top: -40px; margin-left: -40px; }
.responsive-testimonials__item { display: flex; flex: 1 1 100%; flex-direction: column; position: relative; margin-top: 40px; margin-left: 40px; max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.responsive-testimonials__aside {}
.responsive-testimonials__img-box { overflow: hidden; margin: 8px; box-shadow: 0 0 0 4px #fff, 0 0 0 8px #eee; }
.responsive-testimonials__img { display: inline-block; vertical-align: middle; }
.responsive-testimonials__content { display: flex; flex-direction: column; justify-content: center; flex: 1 1 auto; position: relative; padding: 20px; background-color: #f5f5f5; box-shadow: 0 0 30px rgba(0, 0, 0, 0.025); border: 1px solid #eee; }
.responsive-testimonials__content::before,
.responsive-testimonials__content::after { position: absolute; pointer-events: none; content: ' '; width: 0; height: 0; border-style: solid; }
.responsive-testimonials__content-body {}
.responsive-testimonials__content-body::after { position: absolute; pointer-events: none; z-index: 1; top: 14px; right: 17px; content: '\201D'; font-family: Georgia, serif; font-size: 66px; line-height: 1; color: #ccc; }
.responsive-testimonials__title { margin: 0 0 10px 0; padding: 0 40px 0 0; font-size: 16px; font-weight: bold; line-height: 1.375; }
.responsive-testimonials__subtitle { margin: 0 0 10px 0; padding: 0 40px 0 0; font-size: 16px; color: #666; line-height: 1.375; }
.responsive-testimonials__title + .responsive-testimonials__subtitle { margin-top: -10px; }
.responsive-testimonials__desc { font-size: 16px; margin: 0; padding: 0; line-height: 1.375; }
.responsive-testimonials__desc::before { display: block; float: right; content: ' '; width: 34px; height: 1em; }
.responsive-testimonials__desc:after { display: block; content: ' '; clear: both; }
.responsive-testimonials__title + .responsive-testimonials__desc::before,
.responsive-testimonials__subtitle + .responsive-testimonials__desc::before { display: none; }

/*
-------------------------------------
List Alignment
-------------------------------------
*/

.responsive-testimonials__list--align-h-left { justify-content: flex-start; }
.responsive-testimonials__list--align-h-center { justify-content: center; }
.responsive-testimonials__list--align-h-right { justify-content: flex-end; }

.responsive-testimonials__list--align-v-top { align-items: flex-start; }
.responsive-testimonials__list--align-v-center { align-items: center; }
.responsive-testimonials__list--align-v-bottom { align-items: flex-end; }
.responsive-testimonials__list--align-v-stretch { align-items: stretch; }


/*
-------------------------------------
Aside Alignment
-------------------------------------
*/

.responsive-testimonials__item--layout-order-1 .responsive-testimonials__aside { order: 0; }
.responsive-testimonials__item--layout-order-2 .responsive-testimonials__aside { order: 1; }

.responsive-testimonials__item--align-aside-start .responsive-testimonials__aside { align-self: flex-start; }
.responsive-testimonials__item--align-aside-center .responsive-testimonials__aside { align-self: center; }
.responsive-testimonials__item--align-aside-end .responsive-testimonials__aside { align-self: flex-end; }


/*
-------------------------------------
Content Alignment
-------------------------------------
*/

/* Content Alignment – Horizontal */
.responsive-testimonials__content--align-h-left { text-align: left; }
.responsive-testimonials__content--align-h-center { text-align: center; }
.responsive-testimonials__content--align-h-right { text-align: right; }
.responsive-testimonials__content--align-h-justify { text-align: justify; }

.responsive-testimonials__content--align-h-right .responsive-testimonials__title,
.responsive-testimonials__content--align-h-justify .responsive-testimonials__title { padding-right: 40px; }
.responsive-testimonials__content--align-h-right .responsive-testimonials__subtitle,
.responsive-testimonials__content--align-h-justify .responsive-testimonials__subtitle { padding-right: 40px; }

/* Content Alignment – Vertical */
.responsive-testimonials__content--align-v-top { justify-content: flex-start; }
.responsive-testimonials__content--align-v-center { justify-content: center; }
.responsive-testimonials__content--align-v-bottom { justify-content: flex-end; }


/*
-------------------------------------
Layout Alignment (Col & Row)
-------------------------------------
*/

.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1 .responsive-testimonials__aside { margin-bottom: 20px; }
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2 .responsive-testimonials__aside { margin-top: 20px; }

.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item { flex-direction: row; flex: 1 1 auto; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1 .responsive-testimonials__aside { margin-top: 0; margin-bottom: 0; margin-right: 20px; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2 .responsive-testimonials__aside { margin-top: 0; margin-bottom: 0; margin-left: 20px; }
.responsive-testimonials--mq-992.responsive-testimonials--layout-row .responsive-testimonials__item { flex-grow: 1; flex-shrink: 1; flex-basis: calc(50% - 40px); }
.responsive-testimonials--mq-1664.responsive-testimonials--layout-row .responsive-testimonials__item { flex-grow: 0; flex-shrink: 1; flex-basis: calc(33.3333333333% - 40px); }
.responsive-testimonials--mq-1888.responsive-testimonials--layout-row .responsive-testimonials__item { flex-grow: 0; flex-shrink: 1; flex-basis: calc(25% - 40px); }

.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-1 .responsive-testimonials__aside { margin-bottom: 20px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-2 .responsive-testimonials__aside { margin-top: 20px; }

.responsive-testimonials--mq-768.responsive-testimonials--layout-col .responsive-testimonials__item { flex-grow: 0; flex-shrink: 1; flex-basis: calc(50% - 40px); }
.responsive-testimonials--mq-992.responsive-testimonials--layout-col .responsive-testimonials__item { flex-grow: 0; flex-shrink: 1; flex-basis: calc(33.3333333333% - 40px); }
.responsive-testimonials--mq-1440.responsive-testimonials--layout-col .responsive-testimonials__item { flex-grow: 0; flex-shrink: 1; flex-basis: calc(25% - 40px); }


/*
-------------------------------------
Layout Alignment – Caret (Col & Row)
-------------------------------------
*/

.responsive-testimonials__item--layout-order-1 .responsive-testimonials__content::before { border-width: 0 10px 10px 10px; border-color: transparent transparent #eee transparent; }
.responsive-testimonials__item--layout-order-1 .responsive-testimonials__content::after { border-width: 0 12px 12px 12px; border-color: transparent transparent #f5f5f5 transparent; }
.responsive-testimonials__item--layout-order-2 .responsive-testimonials__content::before { border-width: 10px 10px 0 10px; border-color: #eee transparent transparent transparent; }
.responsive-testimonials__item--layout-order-2 .responsive-testimonials__content::after { border-width: 12px 12px 0 12px; border-color: #f5f5f5 transparent transparent transparent; }

.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::before,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::before { top: -11px; left: 70px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::after,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::after { top: -10px; left: 68px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::before,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::before { bottom: -11px; left: 70px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::after,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::after { bottom: -10px; left: 68px; }

.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::before,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::before { top: -11px; left: 50%; margin-left: -5px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::after,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::after { top: -10px; left: 50%; margin-left: -7px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::before,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::before { bottom: -11px; left: 50%; margin-left: -5px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::after,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::after { bottom: -10px; left: 50%; margin-left: -7px; }

.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::before,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::before { top: -11px; right: 70px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::after,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::after { top: -10px; right: 68px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::before,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::before { bottom: -11px; right: 70px; }
.responsive-testimonials--layout-col .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::after,
.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::after { bottom: -10px; right: 68px; }

.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1 .responsive-testimonials__content::before { border-width: 10px 10px 10px 0; border-color: transparent #eee transparent transparent; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1 .responsive-testimonials__content::after { border-width: 12px 12px 12px 0; border-color: transparent #f5f5f5 transparent transparent; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2 .responsive-testimonials__content::before { border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #eee; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2 .responsive-testimonials__content::after { border-width: 12px 0 12px 12px; border-color: transparent transparent transparent #f5f5f5; }

.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::before { right: auto; bottom: auto; top: 70px; left: -11px; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::after { right: auto; bottom: auto; top: 68px; left: -10px; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::before { left: auto; bottom: auto; top: 70px; right: -11px; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-start .responsive-testimonials__content::after { left: auto; bottom: auto; top: 68px; right: -10px; }

.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::before { right: auto; bottom: auto; top: 50%; left: -11px; margin-top: -5px; margin-left: 0; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::after { right: auto; bottom: auto; top: 50%; left: -10px; margin-top: -7px; margin-left: 0; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::before { left: auto; bottom: auto; top: 50%; right: -11px; margin-top: -5px; margin-left: 0; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-center .responsive-testimonials__content::after { left: auto; bottom: auto; top: 50%; right: -10px; margin-top: -7px; margin-left: 0; }

.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::before { right: auto; top: auto; bottom: 70px; left: -11px; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-1.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::after { right: auto; top: auto; bottom: 68px; left: -10px; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::before { left: auto; top: auto; bottom: 70px; right: -11px; }
.responsive-testimonials--mq-480.responsive-testimonials--layout-row .responsive-testimonials__item--layout-order-2.responsive-testimonials__item--align-aside-end .responsive-testimonials__content::after { left: auto; top: auto; bottom: 68px; right: -10px; }


/*
-------------------------------------
Rounded
-------------------------------------
*/

.responsive-testimonials__rounded-1 { border-radius: 1px; }
.responsive-testimonials__rounded-2 { border-radius: 2px; }
.responsive-testimonials__rounded-3 { border-radius: 3px; }
.responsive-testimonials__rounded-4 { border-radius: 4px; }
.responsive-testimonials__rounded-5 { border-radius: 5px; }
.responsive-testimonials__rounded-6 { border-radius: 6px; }
.responsive-testimonials__rounded-7 { border-radius: 7px; }
.responsive-testimonials__rounded-8 { border-radius: 8px; }
.responsive-testimonials__rounded-9 { border-radius: 9px; }
.responsive-testimonials__rounded-10 { border-radius: 10px; }
.responsive-testimonials__rounded-11 { border-radius: 11px; }
.responsive-testimonials__rounded-12 { border-radius: 12px; }
.responsive-testimonials__rounded-13 { border-radius: 13px; }
.responsive-testimonials__rounded-14 { border-radius: 14px; }
.responsive-testimonials__rounded-15 { border-radius: 15px; }
.responsive-testimonials__rounded-16 { border-radius: 16px; }
.responsive-testimonials__rounded-17 { border-radius: 17px; }
.responsive-testimonials__rounded-18 { border-radius: 18px; }
.responsive-testimonials__rounded-19 { border-radius: 19px; }
.responsive-testimonials__rounded-20 { border-radius: 20px; }
.responsive-testimonials__rounded-full { border-radius: 999px; }

