.ttm-bgcolor-darkgrey{
	background-color:#121c52;
}

/*services*/
.blue-section-subtitle-2 {
    font-weight: 600;
    font-size: 22px;
    color:#e12454;
    /*font-family: open sans,sans-serif;*/
}
.blue-section-subtitle-2::before {
    content: "";
    background-color: #e12454;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.blue-section-subtitle-2::after {
    content: "";
    background-color: #e12454;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}
.section-title-2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    font-family: poppins,sans-serif;
    color: #1b1a1a;
}

.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: uppercase;
    position:absolute;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    border-radius: 8px;
    background: #121c52;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
}

.theme-btn::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #e12454;
    z-index: -1;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover::before {
    width: 105%;
    height: 105%;
}
.theme-btn i {
    margin-left: 8px;
}

/*services-area*/
.services-area .service-item .post-item-wrap {
    box-shadow: 0 10px 20px rgba(0,0,0,.06);
}

.services-area .service-item:hover .post-item-wrap {
    box-shadow: 0 20px 20px rgba(0,0,0,.13);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.services-area .service-item:hover .post-item-wrap {
    box-shadow: 0 30px 35px rgba(0,0,0,.13);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.services-area .service-item .post-item-wrap {
    background-color: #fff;
    box-shadow: 0 20px 35px rgba(0,0,0,.06);
    padding: 40px 20px 20px;
    text-align: center;
    margin-top:15px;
}

.services-area .service-item .post-item-wrap .post-icon-wrap {
    position: relative;
    width: 116px;
    height: 116px;
    margin: 0 auto 30px;
}

.services-area .service-item .post-item-wrap .post-icon-wrap .post-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.services-area .service-item .post-item-wrap .post-icon-wrap .post-icon {
    position: relative;
    z-index: 1;
}

.services-area .service-item .post-item-wrap .post-icon i {
    display: inline-block;
    position: relative;
    font-size: 56px;
    width: 116px;
    height: 116px;
    line-height: 99px;
    border-radius: 50%;
}

.services-area .service-item .post-item-wrap .post-info {
    padding: 0 5px 25px;
}

.services-area .service-item .post-item-wrap .post-info .post-title {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.services-area .service-item .post-item-wrap .post-info .post-read-more {
    margin-top: 30px;
}

.services-area .service-item .post-item-wrap .post-info .post-read-more a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #eee;
    padding: 0 30px;
    height: 50px;
    line-height: 46px;
    width: 100%;
}
.services-area .service-item .post-item-wrap .post-info .post-read-more a:hover {
    color: #e12454;
}
.services-area .service-item .post-item-wrap .post-info .post-read-more .btn-icon {
    font-size: 12px;
    margin-left: 5px;
}
.services-area.style-icon-dotted .service-item:hover .post-icon-overlay {
    border: 2px dotted #ff875f;
}
.services-area.style-icon-dotted .post-icon-overlay {
    border: 58px dotted #fdf2f5;
}
.services-area .service-item:hover .post-icon i{
    background-color: rgba(225,36,84,0.06);
}
.services-area .service-item:hover .post-icon i{
  color: #E12454;
}
.services-area .post-item-wrap{
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.services-area .post-icon-overlay{
	-webkit-transition: all .7s ease;
     transition: all .7s ease;
}
/*services-area*/

/*about area*/
.about-area .about-right-item .about-top-img{
	padding-bottom:45px;
}
.about-area .about-right-item .about__img-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about__img-text-box img {
    max-width: inherit;
}
.about-experience{
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
}
.about__img-title-sm {
    font-size: 40px;
    font-weight: 600;
    color: #32409a;
    font-style: italic;
    margin-bottom: 0;
}
.about__img-title-sm span {
    font-size: 32px;
}
.about-area .about-two-box{
   width: 100%;
   max-width: 700px;
  /* margin-right: auto;
   padding-left: 70px;*/
}
.about-area .about-two-box .about-box{
    border-radius: 5px;
    background-color:#fff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 49px 25px;
}
.about-area .about-two-box .about-box i{
    font-size: 60px;
    color: #033b72;
}
.about-area .about-two-box .about-box .about-box-title {
    margin: 0;
    font-size: 22px;
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.about-area .about-two-box .about-box .about-box-title a {
    color: #e12454;
}
.about-area .about-two-box .about-box .about-box-text {
    font-size: 17px;
    line-height: 26px;
    color: #5F666D;
    margin: 0;
}
.about-two-box [class*=col-]:last-child {
    margin-top: 30px;
}
.about-box + .about-box {
    margin-top: 30px;
}
/*about area*/

/*appointment form*/
.ttm-grey{
	background-color:#f6fbff;
}
.appointment-two__form {
  margin-right: 87px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.appointment-two__form-top {
  padding: 30px;
  background-color: #3156a3;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.appointment-two__form-icon {
  color: #fff;
  font-size: 36px;
}
.appointment-two__form-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.appointment-two__form-text {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}
.appointment-two__form-bottom {
  background-color: #fff;
  padding: 30px;
}
.appointment-two__form-field {
  width: 100%;
  position: relative;
  height: 60px;
  background-color: #F7F7F7;
}
.appointment-two__form-field input {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 25px;
  color: rgba(15, 68, 105, 0.8);
  width: 100%;
  height: 100%;
}
.appointment-two__form-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(15, 68, 105, 0.8);
}
.appointment-two__form-field-icon {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.appointment-two__form-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 100%;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle {
  color: rgba(15, 68, 105, 0.8);
  height: 100%;
  line-height: 1em;
  padding: 20px 25px;
  background-color: #F7F7F7;
}
.appointment-two__form-field .bootstrap-select > .dropdown-toggle:after {
  border: none;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  font-size: 24px;
  margin: 0;
  color: #0f4469;
  opacity: .7;
}
.appointment-two__form-field + .appointment-two__form-field {
  margin-top: 20px;
}
.appointment-two__form-field select{
	border: 1px solid transparent;
    background-color: #f9fafa;
    color: #9dabaf;
    width: 100%;
    padding: 21px 15px;
    /*padding-left: 33px;*/
    font-size: 13px;
    letter-spacing: 1px;
}

.appointment-two__form-field_btn button {
    width: 100%;
    position: relative;
    height: 60px;
    margin-top:20px;
}
@media (max-width: 1199px){
.appointment-two__form {
    margin-right: 30px;
}
}
.appointment-two__feature-single {
    margin-top: 30px;
    position: relative;
}
.appointment-two__feature-icon {
    width: 30px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
}
.appointment-two__feature-icon i {
    color: #0384CE;
    font-size: 21px;
}
.appointment-two__feature-content {
    width: 100%;
    padding-left: 29px;
}
.appointment-two__feature-title {
    color: #0f4469;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}
.appointment-two__feature-text {
    color: #5F666D;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}
/*appointment form*/

/*footer*/
.footer{
	background-color:#1b1b1b;
}
.footer .primary-footer{
    color: #ffffff;
}
.footer-2 .primary-footer h5 {
    color: #ffffff;
}
.text-theme {
    color: #e12454;
}
.primary-footer {
    padding: 80px 0;
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-2 .footer-list li {
    border-color: rgba(255,255,255,0.2);
}
.footer-list li {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    text-transform: capitalize;
}
.footer-2 .primary-footer a {
    color: #ffffff;
}
.footer-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.footer .media-icon p{
  background-color:#e12454;
  padding:10px;
  border-radius:10px;
}
.media-icon li {
    padding-left: 40px;
    position: relative;
    margin-bottom:20px;
}
.media-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #e12454;
    font-weight: normal;
    line-height: 24px;
}
.footer-2 .secondary-footer {
    background: #e12454;
}
.secondary-footer {
    /*padding: 15px 0;*/
    background: #191919;
    color: #ffffff;
}
.secondary-footer span a {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.footer .footer-logo img{
  width:150px;
}
/*footer*/

/*contact page*/
.contact-wrapper {
    padding: 50px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: relative;
}
.contact-form {
    padding: 0 40px;
}
.contact-content {
    margin-bottom: 50px;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    /*margin-bottom: 10px;*/
}
.contact-info-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(29,191,204,.5);*/
}
.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 10px;
    background: #e12e57;
}
.contact-info h5 {
    color: #204066;
    margin-bottom: 5px;
}
.contact-info p {
    color: #204066;
}
/*contact page */

/*doctor page*/
.team-single-wrapper {
    background: #f6fcfe;
    border-radius: 10px;
    padding: 20px;
}
.team-single-img img {
    border-radius: 10px;
}
.team-single-content {
    padding-left: 15px;
}
.team-single-info {
    margin-top: 20px;
}
.team-single-info ul{
  list-style:none;
}
.team-single-info li {
    margin: 10px 0;
}
.team-single-info-left {
    font-weight: 600;
    color: #0f4469;
}
.team-single-info-right {
    margin-left: 10px;
}
.team-single-content .team-single-name h3{
  margin-top:10px;
}
@media only screen and (max-width: 980px) {
   .team-single-img img{
    width:400px;
    height:auto;
  }
}
/*doctopr page*/

/*map*/
.map iframe{
  width:100%;
  height:400px;
}
/*map*/