/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10;
}

.sticky-padded {
    padding-top: 106px;
}

@media only screen and (max-width: 600px) {
    .sticky-padded {
        padding-top: 82px;
    }
}

.modal-content {
	height: 90vh;
}

.modal-content .modal-body {
	height: auto;
	width: auto;
}

.bg-image-center {
	background-position: center;
}

.bg-image-cover {
	background-position: center;
	background-size: cover;
}

.bottom-right {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.invalid-input {
	background-color: rgba(255, 0, 0, .3);
}

.rotate-icon {
	animation: crCycling 2s infinite;
}

.ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/* CHECKOUT */
.border-custom {
	border-color: dodgerblue !important;
	border-width: thick !important;
}

.arrow_box {
	position: relative;
	z-index: 1;
}

.arrow_box:after,
.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: white;
	border-width: 25px;
	margin-top: -25px;
}

.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: dodgerblue;
	border-width: 31px;
	margin-top: -31px;
}

.active_arrow_box {
	color: white;
	background-color: dodgerblue;
	position: relative;
}

.active_arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.active_arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: dodgerblue;
	border-width: 31px;
	margin-top: -31px;
}

/* ==========================
BLOG
============================= */
.rs-news-1 {
  position: relative;
  background-color: rgba(153, 153, 153, 0.1); }
  .rs-news-1 .media-box {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: rgba(41, 171, 226, 0.6); }
    .rs-news-1 .media-box img {
      -webkit-transition: 0.4s all linear;
      transition: 0.4s all linear; }
    .rs-news-1 .media-box:before {
      content: "\f0c1";
      font-family: FontAwesome;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      text-align: center;
      z-index: 9;
      color: #ffffff;
      font-size: 30px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all ease .25s;
      transition: all ease .25s; }
  .rs-news-1 .meta-date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    background-color: #03a8f3;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    padding-top: 5px;
    z-index: 2;
    text-transform: uppercase; }
    .rs-news-1 .meta-date span {
      display: block;
      font-size: 24px;
      font-weight: 700; }
  .rs-news-1 .body-box {
    position: relative;
    padding: 20px 30px 30px; }
    .rs-news-1 .body-box .title {
      }
      .rs-news-1 .body-box .title a {
        font-size: 18px;
        font-weight: 700;
        color: #222; }
        .rs-news-1 .body-box .title a:hover {
          color: #29ABE2; }
    .rs-news-1 .body-box .title {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 700;
      color: #29ABE2; }
  .rs-news-1:hover .body-box:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .rs-news-1:hover .media-box {
    border-color: #19202E; }
    .rs-news-1:hover .media-box img {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
    .rs-news-1:hover .media-box:before {
      top: 50%;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }

/* ==========================
BOX TEAM
============================= */
.rs-team-1 {
  position: relative;
  margin-bottom: 0;
  text-align: center; }
  .rs-team-1 .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .rs-team-1 .media {
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; }
  .rs-team-1:hover .desc {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  .rs-team-1:hover .media img {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .rs-team-1 .body {
    overflow: hidden;
    color: #999999; }
  .rs-team-1 .title {
    margin-bottom: 5px;
    color: #222; }
  .rs-team-1 .position {
    font-size: 14px;
    color: #29ABE2; }
    .rs-team-1 .position:before, .rs-team-1 .position:after {
      content: ' - '; }
  .rs-team-1 .sosmed-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    margin-top: 10px; }
    .rs-team-1 .sosmed-icon li {
      list-style: none;
      /*padding: 0 10px;*/ }
      .rs-team-1 .sosmed-icon li a {
        background-color: #29ABE2;
        color: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-left: 2px;
        margin-right: 2px; }
        .rs-team-1 .sosmed-icon li a:hover {
          background-color: #19202E; }
  .rs-team-1.hiring .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 2;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    color: #ffffff; }
  .rs-team-1.hiring:hover .media img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }

.rs-team-2 {
  position: relative;
  text-align: center; }
  .rs-team-2 .body {
    color: #999999; }
  .rs-team-2 .title {
    margin-bottom: 5px;
    color: #222; }
    .rs-team-2 .title a {
      color: #ffffff; }
  .rs-team-2 .position {
    color: #29ABE2;
    margin-bottom: 20px;
   
    font-style: italic; }
    .rs-team-2 .position:before, .rs-team-2 .position:after {
      content: ' - '; }
  .rs-team-2 .media-box {
    background-color: transparent; }
  .rs-team-2 .sosmed-icon a {
    background-color: #ffffff;
    color: #29ABE2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 2px; }
    .rs-team-2 .sosmed-icon a:hover {
      color: #ffffff;
      background-color: #29ABE2; }

.rs-team-single .media-box {
  position: relative; }
.rs-team-single .body {
  overflow: hidden;
  color: #999999; }
.rs-team-single .title {
  margin-bottom: 5px;
  color: #19202E; }
  .rs-team-single .title a {
    color: #19202E; }
.rs-team-single .position {
  font-size: 14px;
  color: #29ABE2;
  margin-bottom: 20px;
 
  font-style: italic; }
.rs-team-single .overlap-btn {
  text-align: center;
  position: relative;
  top: -80px; }

/* ==========================
BOX ICON
============================= */
.rs-icon-1 .icon {
  display: table-cell;
  color: #29ABE2;
  font-size: 27px;
  line-height: 2.2;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  text-align: center; }
  .rs-icon-1 .icon.no-bg {
    background-color: transparent; }
.rs-icon-1 .body-content {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 400;
  color: #677eac; }
  .rs-icon-1 .body-content .heading {
    font-weight: 700;
    color: #19202E; }

.banner-page {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center; }
  .banner-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.3); }
  .banner-page .content-wrap {
    padding: 60px 0; }
  .banner-page .title-page {
    text-align: center;
    margin-bottom: 0;
    color: #29ABE2; }
  .banner-page .breadcrumb-container {
    background-color: transparent; }
  .banner-page .breadcrumb {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: transparent;
    font-style: italic;
    color: #ffffff; }
    .banner-page .breadcrumb > .active,
    .banner-page .breadcrumb a {
      color: white; }
      .banner-page .breadcrumb > .active:hover,
      .banner-page .breadcrumb a:hover {
        color: #29ABE2; }

.banner-page .title-page {

    text-align: center;
    margin-bottom: 0;
    color: #29ABE2;

}
.pos-relative {
    position: relative;
}

.rs-icon-info-2 {
  display: flex;
  align-items: flex-start;
 margin-bottom:30px;
  }
  .rs-icon-info-2 .info-icon {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .rs-icon-info-2 .fa {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    color: #29ABE2;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 18px;
    font-size: 30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .rs-icon-info-2 .body-text {
    position: relative; }

	 .rs-icon-info-2 .fa.fa-phone{
    transform: rotate(90deg);
}
.border-line{
	height:1px;
	background:#ddd;
	margin:15px 0;	
}
blockquote {
    padding: 15px 20px;
    background-color: #f6f6f6;
    margin: 0 0 20px;
    border-left: 5px solid #29ABE2;
    font-style: italic;
}
.latest-post-item .date {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    color: #29ABE2;
}
.in-service{
	min-height:310px;
}
	
@media only screen and (max-width: 575px) {
    .arrow_box:after {
        border-width: 20px;
        margin-top: -20px;
    }
    .arrow_box:before {
        border-width: 26px;
        margin-top: -26px;
    }
    .active_arrow_box:after {
        border-width: 26px;
        margin-top: -26px;
    }
}

.field-icon-wrap {
	position: relative;
}

.field-icon-wrap .form-control {
	position: relative;
	padding-right: 40px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.field-icon-wrap .icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	z-index: 2;
}

.banner-mobile {
  height: 135px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  background-position: 65%;
}