/**Global css Start**/


html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

a.side-modals-close img {
    width: 59%;
}

.sisCornImg img {
    display: block;
    width: 100%;
    border-radius: 80px 0;
    margin-bottom: 15px;
    border: 2px solid #e50000;
}

.uprightGroup {
    background-color: #fff;
    padding: 80px 0;
}

a.brandGrid {
    display: block;
    margin: 20px 0;
}

a.brandGrid img {
    display: block;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0 0 10px #444;
    border-radius: 10px;
    transition-duration: 0.2s;
}

a.brandGrid img:hover{
    transform: scale(1.05);
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

.mainFooter p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide{
    display: none;
}

/**Global css End**/

.desktophide{
    display: none;
}

.sideBarCtg {
    background-color: #1964b3;
}

.sideBarCtg li a {
    color: #fff!important;
}


/**Header css Start**/

a.tapTopbtn {
    color: #fff;
    width: 58px;
    background-color: rgb(34 99 141);
    display: none;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    padding: 15px 0px;
    position: fixed;
    bottom: 10%;
    right: 1%;
    transition-duration: 0.3s;
}

a.tapTopShow {
    display: block;
}

a.tapTopbtn:hover {
    background-color: #000;
    color: #fff;
}

.topHeader{
    background-color: #1964b3;
}

ul.phoemaInfo{
    
}

ul.phoemaInfo li {
    display: inline-block;
}

ul.phoemaInfo li a{
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 6px 0px;
    margin-right: 20px;
}

ul.aboutSocial {
    list-style-type: none;
    float: right;
}

ul.aboutSocial li{
    display: inline-block;
}

ul.aboutSocial li a{
    font-size: 21px;
    color: #fff;
    padding: 0px 5px 0;
    margin-right: 2px;
}

.header-menu ul{
    float: right;
}

.header-menu ul li {
    float: left;
    position: static;
}

.header-menu ul li a {
    color: #c91919;
    padding: 5px 10px;
    margin: 13px 0;
    display: block;
    font-size: 14px;
    transition-duration: 0.3s;
}

.header-menu ul li:hover > a {
    background-color: #1aa3c9;
    color: #fff;
}

.homeMedia {
    padding-top: 80px;
}

.groupGallery
 {
    background-color: #ebebeb;
    padding: 70px 0;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 230px;
    z-index: 999;
    top: 55px;
    background: #1964b3;
}

.header-menu ul li ul li a{
    padding: 7px 10px;
    font-size: 13px;
    letter-spacing: unset;
    color: #fff;
    margin: 0;
    transition-duration: 0.2s;
}

.header-menu ul li ul li a:hover{
    color: #c5c5c5;
    background-color: #565656;
}

.header-menu ul li:hover > ul{
    display: block;
}

.header-menu ul li:hover > .mega-menus{
    display: block;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li ul li {
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    position: relative;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}

ul.subsubItems {
    left: 0;
    top: 0!important;
    margin-left: 100%;
}

.logo a img {
    width: 84%;
    margin: 0px;
}

/**Header css End**/


.aboutDoctor {
    padding: 50px 0px;
    background-color: #ebebeb;
}

.doctorImage{
    
}

.doctorImage img{
    display: block;
    width: 100%;
    margin: 20px 0;
    border-radius: 5px;
}

.doctorDetails{
    padding: 35px;
    background-color: #0055af;
    color: #fff;
    border-radius: 5px;
}

.doctorDetails h2{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.doctorDetails h4{
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.doctorDetails h5{
    margin: 10px 0px;
    font-size: 16px;
}

.doctorDetails p{
    font-size: 14px;
    margin: 20px 0 0;
    line-height: 26px;
    text-align: justify;
}

.appoinmentPart {
    padding: 50px 0px;
    background-color: #eee;
}

.formBox {
    background-color: #1964b3;
    color: #fff;
    padding: 30px;
}

.formBox h2{
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.formBox p{
    text-align: center;
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: 1px;
}

.formBox input{
    width: 100%;
    font-size: 14px;
    border: none;
    padding: 13px 15px;
    margin: 10px 0px;
}

.formBox select{
    width: 100%;
    font-size: 14px;
    border: none;
    padding: 13px 15px;
    margin: 10px 0px;
}

button.appoinmentSubmit {
    display: block;
    border: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px;
    background-color: #222222;
    color: #fff;
    text-transform: uppercase;
    transition-duration: 0.2s;
}

button.appoinmentSubmit:hover{
    background-color: darkred;
    transform: scale(1.05);
}

.specialitiesPart {
    padding: 100px 0px;
    text-align: center;
}

.specialitiesPart h2{
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.specialitiesPart p{
    margin: 0 0 30px;
}

.specialitiesPart .slick-box img{
    box-shadow: 0px 0px 10px #f3f3f3;
    display: block;
    width: 75%;
    margin: 10px auto;
    background-color: #ebebeb;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 50%;
}

.carousel-caption.d-none.d-md-block.aos-init.aos-animate {
    background-color: #0224ff96;
    bottom: 30%;
    padding: 50px 0;
    border-radius: 10px;
}

.carousel-caption.d-none.d-md-block.aos-init.aos-animate h5{
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-caption.d-none.d-md-block.aos-init.aos-animate p{
    margin: 0;
    font-size: 23px;
    letter-spacing: 12px;
}

.questionBox {
    padding: 50px 0px;
    background-color: #eee;
}

.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: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
  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(233, 30, 99, 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: #3B566E;
  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: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  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;
  }
}


.pageviewContent {
    padding: 50px 0px;
}

a.newsGrid {
    text-decoration: none;
    transition-duration: 0.3s;
    display: block;
    margin: 15px 0px;
}

a.newsGrid:hover{
    transform: scale(1.05);
}

a.newsGrid:hover .card-body {
    background-color: #fff;
    transition-duration: 0.3s;
}

a.newsGrid .card-body {
    background-color: #ebebeb;
}

a.newsGrid img{
    display: block;
    width: 100%;
}

a.newsGrid h5{
    color: #444;
    font-size: 17px;
    line-height: 25px;
}

a.newsGrid p{
    font-size: 13px;
    color: #838383;
    margin: 0;
}

.gallery-page{
    margin-top: 20px;
}

.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {
    margin: 0px 0;
    box-shadow: -3px 3px 20px 0px #6ebdd7;
    position: relative;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}
.galley_inner .row > div {
  margin: 15px 0;
}
.galley_inner {
  text-align: center;
}
.testi_list {
  list-style: none;
}
.testi_list li {
  margin: 36px 0;
}
.testi_list .testimonials_sec {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}

.overlayTitle {
    padding: 40px 0px;
    background-color: #000000c9;
}

.overlayTitle h2{
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.blogDetailsPage{
    
}

.blogDetailsPage h3{
    font-size: 20px;
    font-weight: bold;
    color: #1964b3;
}

.blogDetailsPage p{
    margin: 15px 0px;
    font-size: 14px;
    color: #444;
}

.leftBoxBlog {
    padding: 25px;
    background-color: #eee;
    border-radius: 5px;
}

.blogDetailsPage img{
    display: block;
    width: 100%;
}

.slideBarHere {
    background-color: #ddd;
    padding: 15px;
}

.slideBarHere img{
    margin-bottom: 15px;
}

.descriptionBox {
    background-color: #1964b3;
    padding: 20px;
    margin-top: 20px;
}

.descriptionBox p{
    color: #fff!important;
}

/*contact css start*/

.contact-page {
    padding: 50px 0px;
}

.contact-form {
    margin-top: 30px;
}

.form-info {
    background-color: #1964b3;
    padding: 50px;
    color: #fff;
    border-radius: 10px;
}

.form-info .form-control{
    border-radius: 0;
    font-size: 13px;
    height: auto;
    padding: 10px 20px;
    margin-bottom: 25px;
}

button.btn.submitbutton {
    background-color: #fff;
    border-radius: 0;
    padding: 6px 50px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #004976;
    transition-duration: 0.2s;
}

button.btn.submitbutton:hover{
    background-color: #444;
    color: #fff;
}

.website-info{
    background-color: #1964b3;
    padding: 25px 20px 23px;
    color: #fff;
    margin: 15px 0;
    border-radius: 5px;
}

.website-info i{
    width: 35px;
    font-size: 25px;
}

.website-info h5{
    font-size: 18px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    color: #fff;
}

.website-info p{
    margin: 0;
    font-size: 14px;
}

/* contact css end*/




/* footer css start*/

.mainFooter {
    background-color: #00385c;
    padding: 50px 0px;
}

.mainFooter h4{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ff9200;
    display: block;
    margin-bottom: 20px;
}

.mainFooter h5 a:hover{
    background-color: #444;
    color: #fff;
}

a.footerLogo img{
    display: block;
    width: 100%;
    margin: 20px auto;
}

ul.footerList{
    list-style-type: none;
}

ul.footerList li{
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
}

ul.footerList li a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0;
    transition-duration: 0.2s;
}

ul.footerList li a:hover{
    padding-left: 5px;
}

a.footerLogo img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

ul.footerListSocial {
    list-style-type: none;
    margin-bottom: 30px;
}

ul.footerListSocial li{
    display: inline-block;
}

ul.footerListSocial li a{
    padding: 6px 10px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #eee;
    margin-right: 5px;
    transition-duration: 0.2s;
    color: #444;
}

ul.footerListSocial li a:hover{
    background-color: #444;
    color: #fff;
}

.bottom-footer {
    background-color: #282828;
    padding: 10px 20px;
}

.copyright p{
	margin: 0px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.copyright a {
    color: #1d86c8;
    font-weight: bold;
}

/*footer css end*/

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    padding: 5px 0px;
    background-color: #fff;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #444;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
    padding: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}



/**Matis Menu multi larvel css Start**/

.primarymenu {
    padding:0px;
}

.multi-lavel ul li {
    padding:0px;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li{
    display: none;
}

ul.submenu li{
    border: 0px;
}

ul#submenutwo{
    padding: 0;
    background: #e7e7e7;
}

ul#menu li a {
    border-bottom: 1px solid #d6d4d4;
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    color: #585858;
    width: 100%;
}

ul#menu li a:hover {
    background-color: #444;
}

/**Matis Menu multi larvel css End**/


/**Side Modals css Start**/

    .side-modals.right {
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .cart_media {
        padding: 0px;
        background-color: #fff;
    }

    .side-modals {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right.open-side {
        right: 0;
    }

    .side-modals.open-side {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #000000a3;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.open-side .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #ececec;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        color: #fff;
        background-color: #26648e;
        border-bottom: 1px solid #000;
    }
    
    span.apparels {
        display: block;
        position: absolute;
        font-size: 11px;
        top: 55px;
        left: 166px;
        color: #fff;
    }

/**Side Modals css End**/

/**For Laptop/ testop Large deviece**/

@media only screen and (max-width: 1199px) {

    
}

/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 1024px){
    
    
    
}

@media only screen and (max-width: 991px) {

    .mobilemodehide{
        display: none;
    }
}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    span.moble-menus-models {
        float: right;
        margin-top: 10px;
        font-size: 35px;
        color: #29a8cc;
    }
    
    .mainFooter {
        text-align: center;
    }
    
    .mainFooter h4
     {
        margin-top: 30px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .overlayTitle {
        padding: 35px 0px;
        text-align: center;
    }
    
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu{
        display: none;
    }
    
    .form-info {
        padding: 30px;
        margin-bottom: 5px;
    }
    
    .logo a img {
        width: 75%;
        margin: 6px 0;
    }
    
    .desktophide{
        display: block;
    }
    
    .topHeader {
        display: none;
    }
    
    .madImagPart img {
        width: 100%;
    }
    
    .overlayTitle h2 {
        font-size: 25px;
    }
    
    .doctorDetails {
        padding: 20px;
    }
    
    
}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {
    
    .pageviewContent img{
        margin: 5px 0 0px!important;
    }
    
}
