/*** Navbar ***/
.site-logo img {
    max-width: 308px;
}

/*** Home Banner ***/
.home-banner .owl-carousel .owl-item img {
	height: 85vh;
	object-fit: cover;
	object-position: top center;
}
.home-banner .header-carousel .owl-carousel-text {
	flex-direction: column;
	color: #fff;
	max-width: 730px;
}
.home-banner .owl-carousel-item.position-relative::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0463FA;
    opacity: .2;
}

/*** About ***/
.text-bg-image {
    position: absolute;
    max-width: 500px;
    top: -55px;
    right: 0;
    z-index: -1;
}

/*** Service ***/
.service-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}
.service-hover-image .fa {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 170px;
}
.service-item:hover .service-hover-image {
    opacity: 0.5;
    top: -8px;
}
.services-icon {
    width: 45px;
    height: 45px;
}
.service-hover-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-hover-image img {
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*** Appointment ***/
.appointment-area-two {
    padding-bottom:180px
   
}
.appointment-item-two {
    background-image:none;
    margin-bottom:30px;
    -webkit-box-shadow:0 0 20px 0 #ddd;
    box-shadow:0 0 20px 0 #ddd;
    padding:80px 65px;
    position:relative
   
}  
.appointment-item-two .appointment-shape {
    position:absolute;
    bottom:-65px;
    left:-74px;
    width:310px;
    -webkit-animation:a-six 5s infinite linear;
    animation:a-six 5s infinite linear
} 
.appointment-item-two-right {
    background-image:url(../img/2.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    padding-top:50px;
    padding-bottom:50px;
    z-index:1;
    position:relative
}
.appointment-item-two-right .appointment-item-content {
    background-color:#e7e7e7;
    padding:95px 30px 100px;
    margin:0 40px;
    border-radius:10px
}
.appointment-item-two-right .appointment-item-content h2 {
    color:#0046c0;
    font-weight:600;
    font-size:24px;
    margin-bottom:30px
}
.appointment-item-two-right .appointment-item-content .content-one {
    display:inline-block
}
.appointment-item-two-right .appointment-item-content .content-one ul {
    margin:0;
    padding:0
}
.appointment-item-two-right .appointment-item-content .content-one ul li {
    list-style-type:none;
    display:block;
    position:relative;
    color:#4a6f8a;
    font-weight:500;
    font-size:14px;
    margin-bottom:10px
}  
.appointment-item-two-right .appointment-item-content .content-one ul li:last-child {
    margin-bottom:0
}
.appointment-item-two-right .appointment-item-content .content-one ul li:before {
    position:absolute;
    content:'';
    width:50px;
    height:1px;
    top:10px;
    left:95px;
    background-color:#b7b2b2
}  
.appointment-item-two-right .appointment-item-content .content-two {
    display:inline-block;
    margin-left:70px
}   
.appointment-item-two-right .appointment-item-content .content-two ul {
    margin:0;
    padding:0
}  
.appointment-item-two-right .appointment-item-content .content-two ul li {
    list-style-type:none;
    display:block;
    font-size:14px;
    font-weight:500;
    color:#4a6f8a;
    margin-bottom:10px
}   
.appointment-item-two-right .appointment-item-content .content-two ul li:last-child {
    margin-bottom:0
}  
.appointment-wrap-two {
    margin-top: -210px;
}  
.appointment-area {
    background-image:url(../img/home-two/6.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding-top:200px
}  
.appointment-item {
    max-width:770px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    padding:80px 100px;
    border-radius:10px;
    background-image:url(../img/home-two/5.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat
}  
.appointment-item h2 {
    color:#0046c0;
    font-weight:600;
    font-size:24px;
    margin-bottom:15px
}  
.appointment-item span {
    display:block;
    color:#4a6f8a;
    font-size:15px;
    font-weight:600;
    margin-bottom:50px
}   
.appointment-item .appointment-form .form-group {
    padding-left:70px;
    position:relative;
    margin-bottom:60px
}  
.appointment-item .appointment-form .form-group i {
    display:inline-block;
    color:#0046c0;
    position:absolute;
    top:11px;
    left:0;
    font-size:50px
} 
.appointment-item .appointment-form .form-group label {
    margin-bottom:10px;
    color:#4a6f8a;
    font-size:15px;
    font-weight:500
}
.appointment-item .appointment-form .form-group .form-control {
    border-radius:0;
    border:0;
    border-bottom:1px solid #0046c09e;
    font-size:15px;
    padding-left:0;
    padding-bottom:8px;
    height:40px;
    background-color:transparent
} 
.appointment-item .appointment-form .form-group .form-control:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
    border-bottom:1px solid #0046c09e
}   
.appointment-item .appointment-form .form-group ::-webkit-input-placeholder {
    color:#4a6f8a
}
.appointment-item .appointment-form .form-group :-ms-input-placeholder {
    color:#4a6f8a
} 
.appointment-item .appointment-form .form-group ::-ms-input-placeholder {
    color:#4a6f8a
}  
.appointment-item .appointment-form .form-group ::placeholder {
    color:#4a6f8a
}
.appointment-item .appointment-form .appointment-btn {
    color:#fff;
    background-color:#0046c0;
    font-weight:500;
    font-size:15px;
    border-radius:5px;
    padding:18px 45px;
    -webkit-transition:.5s all ease;
    transition:.5s all ease
}
.appointment-item .appointment-form .appointment-btn:hover {
    color:#fff;
    background-color:#111
}  
.appointment-header.page-header {
    background-image: url(../img/1.jpg);
    height: 440px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.appointment-header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #0046c0;
}
.appointment-header.page-header .container {
    position: relative;
    z-index: 1;
    text-align: left;
}
.fa-user-doctor::before {
    content: "\f0f0";
}

/*** Our Expertise ***/
.expertise-item {
    text-align:center
}
.expertise-item a {
    display:block
}
.expertise-item .expertise-inner {
    background-color:#0046c0;
    padding:42px 25px 35px;
    border-radius:10px;
    margin-bottom:30px
}
.expertise-item .expertise-inner:hover i {
    -webkit-box-shadow:none;
    box-shadow:none
}
.expertise-item .expertise-inner i {
    display:block;
    width:70px;
    height:70px;
    line-height:70px;
    margin-left:auto;
    margin-right:auto;
    border-radius:50%;
    color:#0046c0;
    font-size:30px;
    margin-bottom:35px;
    -webkit-box-shadow:0 0 0 7px #ffffffa6;
    box-shadow:0 0 0 7px #ffffffa6;
    background-color:#fff;
    -webkit-transition:.5s all ease;
    transition:.5s all ease;
    position:relative;
    top:8px
}
.expertise-item .expertise-inner h3 {
    color:#fff;
    font-weight:600;
    font-size:22px;
    margin-bottom:14px
}
.expertise-item .expertise-inner p {
    margin-bottom:0;
    color:#fff
}
.expertise-item .expertise-right {
    padding-left:80px;
    position:relative
}
.expertise-item .expertise-right:before {
    position:absolute;
    content:'';
    top:-10px;
    left:70px;
    width:430px;
    height:380px;
    z-index:-1;
    border-radius:10px;
    -webkit-animation:a-one 5s infinite linear;
    animation:a-one 5s infinite linear;
    background-color:#0046c0
}
.expertise-item .expertise-right:after {
    position:absolute;
    content:'';
    bottom:-10px;
    right:-10px;
    width:430px;
    height:380px;
    z-index:-1;
    border-radius:10px;
    -webkit-animation:a-two 5s infinite linear;
    animation:a-two 5s infinite linear;
    background-color:#0046c0
}
.expertise-item .expertise-right img.animation-seven {
    width:100%;
    z-index:1;
}

/*** Our Speciality ***/
.section-title-two {
    max-width:430px;
    margin-left:0;
    margin-bottom:40px;
    margin-top:-5px
}
.section-title-two span {
    display:inline-block;
    color:#0046c0;
    font-size:15px;
    font-weight:600;
    margin-bottom:5px
}
.section-title-two h2 {
    font-size:38px;
    font-weight:700;
    color:#232323
}
.speciality-area .section-title-two {
    padding-top:50px;
    padding-left:15px
}
.speciality-item .speciality-inner {
    border-radius:10px;
    -webkit-box-shadow:0 0 20px 0 #dddddda6;
    box-shadow:0 0 20px 0 #dddddda6;
    padding:35px;
    margin-bottom:30px
}
.speciality-item .speciality-inner:hover i {
    color:#fff;
    background-color:#6096fd
}
.speciality-item .speciality-inner i {
    display:block;
    color:#6096fd;
    background-color:#e9eef5;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    font-size:28px;
    margin-bottom:18px;
    -webkit-transition:.5s all ease;
    transition:.5s all ease
}
.speciality-item .speciality-inner h3 {
    font-weight:600;
    font-size:22px;
    margin-bottom:12px
}
.speciality-item .speciality-inner p {
    margin-bottom:0
}
.speciality-right {
    background-image:url(../img/About.jpg);
    background-size:cover;
    background-position:right center;
    background-repeat:no-repeat;
    border-radius:45px 0 0 10px;
    position:relative;
    width:100%;
    height:100%
}
.speciality-right img {
    display:none
}
.speciality-right .speciality-emergency {
    position:absolute;
    bottom:20px;
    left:-70px;
    background-color:#0046c0;
    padding:30px 295px 25px 40px;
    border-radius:10px
}
.speciality-right .speciality-emergency .speciality-icon {
    width:45px;
    height:45px;
    background-color:#fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    display:inline-block;
    position:relative
}
.speciality-right .speciality-emergency .speciality-icon i {
    display:inline-block;
    line-height:45px;
    color:#0046c0;
    text-align:center;
    font-size:20px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    position:absolute;
    top:0;
    left:12px
}
.speciality-right .speciality-emergency h3 {
    font-weight:500;
    color:#fff;
    font-size:24px;
    margin-bottom:8px;
    position:absolute;
    top:23px;
    right:70px
}
.speciality-right .speciality-emergency p {
    margin-bottom:0;
    color:#fff;
    position:absolute;
    right:142px;
    top:56px
}
.speciality-left {
    padding-left:55px;
    padding-right:120px
}

/*** Terms & Conditions ***/
.privacy-item {
    margin-bottom: 50px;
}
.privacy-item h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}
.privacy-item ul {
    margin: 0;
    padding: 0;
}
.privacy-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 18px;
}
.privacy-item ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    bottom: -2px;
}

/*** Doctor Details ***/
.d-table {
    width: 100%;
    height: 100%;
}
.d-table {
    display: table !important;
}
.page-title-three .d-table-cell {
    vertical-align: bottom;
}
.d-table-cell {
    display: table-cell !important;
}
.page-title-area {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:400px;
    text-align:center;
    position:relative
}
.page-title-area:before {
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.5;
    background-color:#0046c0
}
.page-title-three {
    background-image:url(../img/1.jpg);
    height:460px
}
.page-title-three .d-table-cell {
    vertical-align:bottom
}
.page-title-item-two {
    position:relative;
    text-align:left;
    max-width:500px;
    margin-left:auto
}
.page-title-item-two h2 {
    font-weight:700;
    font-size:48px;
    color:#fff;
    margin-bottom:14px
}
.page-title-item-two h3 {
    font-weight:600;
    font-size:32px;
    color:#fefefe;
    margin-bottom:15px
}
.page-title-item-two p {
    margin-bottom:0;
    font-size:20px;
    color:#fefefe;
    padding-bottom:55px
}
.doctor-details-left {
    -webkit-box-shadow:0 0 10px 0 #ddd;
    box-shadow:0 0 10px 0 #ddd;
    border-radius:10px;
    margin-top:-225px;
    position:relative
}
.doctor-details-item {
    margin-bottom:30px
}
.doctor-details-item img {
    width:100%;
    border-radius:10px;
    margin-bottom:60px
}
.doctor-details-item .doctor-details-contact {
    padding-left:65px;
    margin-bottom:50px
}
.doctor-details-item .doctor-details-contact h3 {
    font-weight:600;
    font-size:22px;
    color:#4a6f8a;
    margin-bottom:30px
}
.doctor-details-item .doctor-details-contact ul {
    margin:0;
    padding:0
}
.doctor-details-item .doctor-details-contact ul li {
    list-style-type:none;
    display:block;
    font-weight:500;
    font-size:18px;
    color:#858585;
    margin-bottom:25px
}
.doctor-details-item .doctor-details-contact ul li:last-child {
    margin-bottom:0
}
.doctor-details-item .doctor-details-contact ul li i {
    display:inline-block;
    color:#0046c0;
    margin-right:8px;
    font-size:23px;
    position:relative;
    top:2px
}
.doctor-details-item .doctor-details-work {
    padding-left:65px;
    padding-bottom:60px
}
.doctor-details-item .doctor-details-work h3 {
    font-weight:600;
    font-size:22px;
    color:#4a6f8a;
    margin-bottom:30px
}
.doctor-details-item .doctor-details-work .appointment-item-two-right {
    background-image:none;
    padding-top:0;
    padding-bottom:0
}
.doctor-details-item .doctor-details-work .appointment-item-two-right .appointment-item-content {
    padding:0;
    background-color:transparent;
    margin:0
}
.doctor-details-item .doctor-details-biography {
    padding-left:63px;
    padding-top:70px
}
.doctor-details-item .doctor-details-biography h3 {
    font-weight:600;
    font-size:24px;
    color:#2f60bd;
    margin-bottom:25px
}
.doctor-details-item .doctor-details-biography p {
    margin-bottom:0
}
.doctor-details-item .doctor-details-biography ul {
    margin:0;
    padding:0
}
.doctor-details-item .doctor-details-biography ul li {
    list-style-type:none;
    display:block;
    margin-bottom:15px
}
.doctor-details-item .doctor-details-biography ul li:last-child {
    margin-bottom:0
}
.appointment-area-three {
    padding-bottom:210px
}
.appointment-area-three .appointment-item {
    max-width:565px;
    margin-left:auto;
    margin-right:80px;
    margin-top:50px
}
.appointment-area-three .appointment-item .appointment-shape {
    bottom:0;
    top:-95px;
    left:-74px;
    width:250px
}
.appointment-area-three .speciality-right-three {
    background-image:url(../img/appointment-right-bg.jpg);
}
.speciality-right-two {
    position: relative;
}
.speciality-right-two::before {
    position: absolute;
    content: '';
    top: -25px;
    right: 0;
    width: 405px;
    height: 300px;
    z-index: -1;
    background-color: #0046c0;
}
.dropdown-item {
    white-space: wrap;
    min-width: 380px;
} 

/* F&Q */

.faq-section {
    background: #fdfdfd;
    padding: 40px 0 40px;
}
.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #0463FA;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
    background: rgba(4, 99, 250, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #1B2C51;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq .card .card-header .faq-title .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #0463FA;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}
.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}
.faq .card .card-body p {
    margin-bottom: 14px;
}
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
/* Contact */
.contact-deatils a {
    color: #1B2C51;
}
.contact-deatils a:hover {
    color: #0463FA;
}
.contact-footer a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.contact-footer a:hover {
    color: #0463FA;
}
.emergency-contact a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.emergency-contact a:hover {
    color: #1B2C51;
}

/*  */
.site-logo {
    display: flex;
    gap: 5px;
}
.site-logo img {
    object-fit: contain;
}
.site-logo .logo1 {
    max-width: 70px;
}
.doctor-details-top {
    max-width: 740px;
}
@media only screen and (max-width:767px) {
    .site-logo .logo1 {
        max-width: 50px;
    }
    .site-logo img {
        max-width: 204px;
    }
}

/*** Responsive ***/

@media only screen and (max-width:767px) {
    @-webkit-keyframes a-one {
     50% {
      -webkit-transform:translate(-10px,-10px);
      transform:translate(-10px,-10px)
     }
    }
    @keyframes a-one {
     50% {
      -webkit-transform:translate(-10px,-10px);
      transform:translate(-10px,-10px)
     }
    }
    @-webkit-keyframes a-two {
     50% {
      -webkit-transform:translate(10px,10px);
      transform:translate(10px,10px)
     }
    }
    @keyframes a-two {
     50% {
      -webkit-transform:translate(10px,10px);
      transform:translate(10px,10px)
     }
    }
    .section-title {
        margin-bottom:30px
    }
    .section-title h2 {
        font-size:22px;
         padding-bottom:12px
    }
    .section-title h2:before {
        width:50px;
        height:2px
    }
    .section-title-two {
        margin-bottom:30px;
        max-width:100%
    }
    .section-title-two span {
        font-size:13px
    }
    .section-title-two h2 {
        font-size:22px
    }
    .expertise-item .expertise-inner {
        padding-top:35px;
        padding-bottom:30px
    }
    .expertise-item .expertise-inner i {
        width:60px;
        height:60px;
        line-height:60px;
        font-size:26px;
        margin-bottom:22px;
        -webkit-box-shadow:0 0 0 5px #ffffffa6;
        box-shadow:0 0 0 5px #ffffffa6
    }
    .expertise-item .expertise-inner h3 {
        font-size:18px;
        margin-bottom:10px
    }
    .expertise-item .expertise-right {
        padding-left:0;
        margin-bottom:30px;
    }
    .expertise-item .expertise-right:before {
        display:none;
    }
    .expertise-item .expertise-right:after {
        display:none;
    }
    .expertise-item .expertise-right img {
        width:100%;
        z-index:1;
    }
    .appointment-area-two {
        padding-bottom:160px
    }
    .appointment-item-two {
        padding:30px 15px 40px
    }
    .appointment-item-two-right {
        padding-top:30px;
        padding-bottom:30px
    }
    .appointment-item-two-right .appointment-item-content {
        padding:20px 15px 30px;
        margin:0 10px
    }
    .appointment-item-two-right .appointment-item-content h2 {
        font-size:20px;
        margin-bottom:20px;
    }
    .appointment-item-two-right .appointment-item-content .content-one ul li {
        font-size:13px;
    }
    .appointment-item-two-right .appointment-item-content .content-one ul li:before {
        width:20px;
        left:84px;
    }
    .appointment-item-two-right .appointment-item-content .content-two {
        margin-left:30px;
    }
    .appointment-item-two-right .appointment-item-content .content-two ul li {
        font-size:13px;
    }
    .appointment-wrap-two {
        margin-top:-160px;
    }
    .appointment-area-two {
        padding-top:60px
    }
    .appointment-item-two-right .appointment-item-content .content-one ul li:before {
        display:none
    }
    .appointment-item-two-right .appointment-item-content .content-two {
        margin-left:10px
    }
    .appointment-wrap-two {
        margin:0
    }
    .speciality-area .section-title-two {
        padding-top:0;
        padding-left:15px
    }
    .speciality-item .speciality-inner {
        padding-top:25px;
        padding-left:25px;
        padding-bottom:25px;
        margin-bottom:20px
    }
    .speciality-item .speciality-inner i {
        margin-bottom:15px
    }
    .speciality-item .speciality-inner h3 {
        font-size:18px;
        margin-bottom:8px
    }
    .speciality-right {
        height:auto;
        background-image:unset
    }
    .speciality-right:before {
        display:none
    }
    .speciality-right img {
        display: inline-block;
        max-width: 100%;
    }
    .speciality-right .speciality-emergency {
        left:15px;
        padding:25px 210px 20px 30px
    }
    .speciality-right .speciality-emergency .speciality-icon {
        width:40px;
        height:40px;
        line-height:40px
    }
    .speciality-right .speciality-emergency .speciality-icon i {
        font-size:18px
    }
    .speciality-right .speciality-emergency h3 {
        font-size:18px;
        right:45px
    }
    .speciality-right .speciality-emergency p {
        top:52px;
        font-size:12px;
        right:95px
    }
    .speciality-left {
        padding-left:0;
        padding-right:0
    } 
    .speciality-right-two:before {
        top:-2px
    }
    .privacy-item h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .privacy-item ul li {
        margin-bottom: 15px;
    }
    .page-title-area {
        height:280px
    }
    .page-title-item-two {
        text-align: center;
        max-width: 100%;
    }
    .page-title-item-two h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .page-title-item-two h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .page-title-item-two p {
        font-size: 16px;
    }
    .page-title-three {
        text-align:center
    }
    .doctor-details-left {
        margin-top:50px
    }
    .doctor-details-item img {
        margin-bottom:30px
    }
    .doctor-details-item .doctor-details-contact {
        padding-left:15px;
        margin-bottom:30px
    }
    .doctor-details-item .doctor-details-contact h3 {
        font-size:20px;
        margin-bottom:25px
    }
    .doctor-details-item .doctor-details-contact ul li {
        font-size:14px;
        margin-bottom:15px
    }
    .doctor-details-item .doctor-details-contact ul li i {
        font-size:18px
    }
    .doctor-details-item .doctor-details-work {
        padding-left:15px;
        padding-bottom:35px
    }
    .doctor-details-item .doctor-details-work h3 {
        font-size:20px;
        margin-bottom:25px
    }
    .doctor-details-item .doctor-details-biography {
        padding-left:0;
        padding-top:25px
    }
    .doctor-details-item .doctor-details-biography h3 {
        font-size:20px;
        margin-bottom:15px
    }
    .doctor-details-item .doctor-details-biography ul li {
        margin-bottom:10px
    }
    .appointment-area-three {
        padding-bottom:160px
    }
    .appointment-area-three .appointment-item {
        margin-right:0;
        margin-top:0;
        max-width:100%
    }
    .appointment-area-three .appointment-item .appointment-shape {
        bottom:0;
        top:-95px;
        left:-74px;
        width:250px
    }
    .appointment-area-three .speciality-right-three {
        background-image:unset;
        height:auto
    }
}
@media only screen and (min-width:768px) and (max-width:991px) { 
    @-webkit-keyframes a-one {
     50% {
      -webkit-transform:translate(-10px,10px);
      transform:translate(-10px,10px)
     }
    }
    @keyframes a-one {
     50% {
      -webkit-transform:translate(-10px,10px);
      transform:translate(-10px,10px)
     }
    }
    @-webkit-keyframes a-two {
     50% {
      -webkit-transform:translate(10px,10px);
      transform:translate(10px,10px)
     }
    }
    @keyframes a-two {
     50% {
      -webkit-transform:translate(10px,10px);
      transform:translate(10px,10px)
     }
    }
    .section-title {
        margin-bottom:40px;
    }
    .section-title h2 {
        font-size:26px;
        padding-bottom:12px;
    }
    .section-title h2:before {
        width:70px;
        height:4px;
    }
    .section-title-two {
        max-width:100%
    }
    .section-title-two span {
        font-size:15px
    }
    .section-title-two h2 {
        font-size:26px
    }
    .expertise-item .expertise-inner {
        padding-top:36px;
        padding-bottom:26px
    }
    .expertise-item .expertise-inner i {
        width:65px;
        height:65px;
        line-height:65px;
        font-size:28px;
        margin-bottom:25px;
    }
    .expertise-item .expertise-inner h3 {
        font-size:20px;
        margin-bottom:14px;
    }
    .expertise-item .expertise-inner p {
        margin-bottom:0;
        color:#fff;
        padding-right:25px;
        padding-left:25px;
    }
    .expertise-item .expertise-right {
        padding-left:0;
        margin-bottom:40px;
    }
    .expertise-item .expertise-right:before {
        top:-15px;
        left:-10px;
    }
    .appointment-area-two {
        padding-bottom:180px;
    }
    .appointment-item-two-right .appointment-item-content {
        padding:35px 40px;
    }
    .speciality-area .section-title-two {
        padding-top:0;
        padding-left:15px
    }
    .speciality-item .speciality-inner {
        padding-top:25px;
        padding-left:25px;
        padding-bottom:25px
    }
    .speciality-item .speciality-inner i {
        margin-bottom:15px
    }
    .speciality-item .speciality-inner h3 {
        font-size:20px;
        margin-bottom:8px
    }
    .speciality-right {
        height:auto;
        background-image:unset
    }
    .speciality-right img {
        display:inline-block
    }
    .speciality-right .speciality-emergency {
        left:15px;
        padding:30px 295px 20px 40px
    }
    .speciality-right .speciality-emergency h3 {
        font-size:22px;
        right:80px
    }
    .speciality-right .speciality-emergency p {
        margin-bottom:0;
        color:#fff;
        position:absolute;
        right:142px;
        top:56px
    }
    .speciality-left {
        padding-left:0;
        padding-right:0
    }
    .speciality-right-two:before {
        display:none
    }
    .speciality-right-two:before {
        display:none
    }
    .page-title-item-two {
        text-align: center;
        max-width: 100%;
    }
    .page-title-item-two h2 {
        font-size: 38px;
        margin-bottom: 8px;
    }
    .page-title-item-two h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .page-title-item-two p {
        font-size: 16px;
    }
    .doctor-details-left {
        margin-top:70px
    }
    .doctor-details-item img {
        margin-bottom:40px
    }
    .doctor-details-item .doctor-details-contact {
        padding-left:45px;
        margin-bottom:35px
    }
    .doctor-details-item .doctor-details-contact h3 {
        margin-bottom:24px
    }
    .doctor-details-item .doctor-details-contact ul li {
        font-size:15px;
        margin-bottom:18px
    }
    .doctor-details-item .doctor-details-contact ul li i {
        font-size:18px
    }
    .doctor-details-item .doctor-details-work {
        padding-left:50px;
        padding-bottom:50px
    }
    .doctor-details-item .doctor-details-work h3 {
        margin-bottom:24px
    }
    .doctor-details-item .doctor-details-biography {
        padding-left:0;
        padding-top:30px
    }
    .doctor-details-item .doctor-details-biography h3 {
        font-size:22px;
        margin-bottom:15px
    }
    .appointment-area-three {
        padding-bottom:180px
    }
    .appointment-area-three .appointment-item {
        max-width:100%;
        margin-right:0;
        margin-top:0
    }
    .appointment-area-three .appointment-item .appointment-shape {
        bottom:0;
        top:-95px;
        left:-74px;
        width:250px
    }
    .appointment-area-three .speciality-right-three {
        background-image:unset;
        height:auto
    }
    .appointment-item {
        padding: 50px 60px;
    }
} 
@media only screen and (min-width:992px) and (max-width:1199px) {
    .expertise-item .expertise-right:before {
        width:395px;
        height:355px;
    }
    .expertise-item .expertise-right:after {
        width:395px;
        height:355px;
    }
    .expertise-item .expertise-right img {
        width:100%;
        z-index:1;
    }
    .appointment-item-two-right .appointment-item-content {
        padding:95px 20px 100px;
        margin:0 20px;
    }
    .speciality-left {
        padding-left:30px;
        padding-right:65px
    }
    .speciality-item .speciality-inner {
        padding:15px
    }
    .speciality-item .speciality-inner h3 {
        font-size:20px
    }
    .doctor-details-item .doctor-details-contact ul li {
        font-size:16px
    }
    .appointment-area-three {
        padding-bottom:180px
    }
    .appointment-area-three .appointment-item {
        padding:80px 15px
    }
}
@media only screen and (min-width:1800px) {
    .speciality-left {
        padding-left:0;
        max-width:810px;
        margin-left:auto
    }
    .appointment-area-three .appointment-item {
        max-width:710px
    }
}
@media only screen and (min-width:2700px) {
    .speciality-left {
        max-width:875px
    }
    .appointment-area-three .appointment-item {
        max-width:760px
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        right: 0;
        left: auto;
    }
}