* {
    padding: 0;
    margin: 0;
    font-family: var(--pop);
}

/* font family 

font-family: 'poptserrat', sans-serif;
font-family: 'Poppins', sans-serif;

*/


* {
    --btngrad: linear-gradient(90deg, #4171b7, #9a58a2);
    ;
    --blue: #0e0139;
    --dark: #0c0130;
    --pop: 'Poppins', sans-serif;
    ;
}

p {
    margin-bottom: 0px;
}

/* upper header start here */


.without_border {
    border: none !important;
}

.top_nav {
    background-color: var(--blue);
    padding: 8px 0px;
}

.top_nav ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.top_nav .left_list {
    font-family: var(--pop);
    font-weight: 500;
}

.top_nav .left_list li {
    border-right: 1px solid #ddd;
    padding: 0px 8px 0px 0px;
    font-size: 13px;
    color: #f2f2f2;
}

.top_nav .left_list li a {
    color: #fff;
    text-decoration: none;
}

.top_nav .inner_top_nav .right_list li i {
    color: rgba(255, 255, 255, 0.548);
    font-size: 13px;
}

.top_nav .inner_top_nav .right_list li a {
    color: #f2f2f2;
    text-decoration: none;
    font-family: var(--pop);
    margin: 0px 3px;
    font-weight: 500;
    font-size: 13px;
}

/* upper header end here */

/* main header start here */
.main_header {
    padding: 15px 5px;
}

nav .in_nav li .nav-link {
    color: #000 !important;
    font-family: var(--pop);
    font-weight: 400;
    font-size: 16px;

}

nav .in_nav li .nav-link:hover {
    color: var(--blue) !important;
    font-weight: 700;
    text-decoration: underline;
}

.main_header .btn {
    background-image: var(--btngrad);
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.main_header .navbar-brand img {
    max-width: 105px;
}



/* main header end here */

/* carousel start here */

.hero_section {
    background-color: var(--blue);
    padding: 60px 20px 0 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
}

.hero_section .carousel-item img {
    max-height: 400px;
}

.hero_section .carousel-item .d-flex {
    height: 100%;
}

.hero_section .img_area {
    display: flex;
    align-items: end;
    justify-content: end;
}

.hero_section .carousel-item h3 {
    font-size: 44px;
    font-family: var(--pop);
    font-weight: 900;
    color: #fff;
    line-height: 53px;
    margin-bottom: 25px;
}

.hero_section .carousel-item p {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: var(--pop);
}

.hero_section .carousel-item .btn {
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 20px !important;
    margin: 0 15px 20px 0;
}

.hero_section section .shape1 {
    position: absolute;
    left: -60px;
    top: 125px;
    height: 120px;
    z-index: 1;
}

.hero_section section .shape2 {
    position: absolute;
    right: 30px;
    bottom: 50px;
    height: 100px;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    z-index: 1000;
}


/* carousel end here */



/* footer css start here */


.footer_code {
    background-color: var(--blue);
    padding: 60px 20px;
    color: #fff;
    font-family: var(--pop);
}

.blankline {
    border-bottom: 3px solid #fff;
    margin: 15px 0px 20px 0px;
    width: 80px;
}

.footer_code .inner_footer_code {
    margin-top: 10px;
    padding: 20px 30px;
}

.footer_code .inner_footer_code h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.footer_code .inner_footer_code h5 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.footer_code .inner_footer_code p {
    margin-top: 10px;
    color: var(--grey);
    font-size: 15px;
}

.footer_code .inner_footer_code i {
    color: var(--green);
    margin: 8px 10px 8px 0;
    font-size: 20px;
}

.footer_code .inner_footer_code li {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer_code .inner_footer_code .list-inline .list-item {
    color: var(--grey) !important;
}

.footer_code .inner_footer_code .list-group .list-item {
    color: var(--green)
}

.footer_code .inner_footer_code li a {
    text-decoration: none;
    color: var(--grey);
    transition: 0.8s;
}

.footer_code .inner_footer_code li a:hover {
    color: var(--green);
}

/*  footer end here */
/* under footer start here */
.under_footer_code {
    border-top: 2px solid #ddd;
    background-color: var(--dark);
    padding: 15px 0px;
}

.under_footer_code .inner_under_footer p {
    font-size: 14px;
    color: #fff;
    font-family: var(--pop);
}

.under_footer_code .inner_under_footer li a {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}

.inner_under_footer a {
    color: red;
    text-decoration: none;
}

.under_footer_code .inner_footer_code ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0;
    padding-top: 10px;
}

/* under footer end here */



/* footer css end here */



/* braudcumb css start here */

.braud_cumb_section {
    background-image: url('../images/braud.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.inner_brud {
    background-color: #f5f8fbc9;
    padding: 100px 10px;
}

.inner_brud h3 {
    font-size: 32px;
    font-weight: 900;
    font-family: var(--pop);
}

.inner_brud p {
    font-size: 18px;
    font-weight: 400;
}

.about_section {
    padding: 30px 0px;
}

.inner_about_text_div h6 {
    font-size: 18px;
    font-weight: 600;
}

.inner_about_text_div h3 {
    font-size: 32px;
    font-weight: 800;
}

.inner_about_text_div p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px;
}

/* braudcumb css end here */



/* paginaion */

.pagination .active{
    color:#fff !important;
    background-color: #069292;
}
.check_page{
    display: none !important;
}
.Show_check_page{
    display: block !important;
}
.pagination li {
    margin:0px 5px;
    display: inline;
}
.pagination{
    /* justify-content: center !important; */
    margin-top:30px;
    /* display: flex !important; */
}
.pagination li{
    background:#333;
    color:#fff;
    font-size: 14px;
    padding:10px 18px;
    transition:0.8s;
    border-radius: 4px;
}
.pagination li:hover{
    background:var(--primaryone);
}
.pagination li a{
    color:#fff;
}
.active_page_show {
    background-color: var(--primaryone);
    padding:5px 15px;
    border-radius:4px;
    list-style: none;
    color:#fff;
    /* display: flex !important; */
    margin-top:25px;
    width: fit-content;
}

.pagination_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:50px;
}



/* contact page css start */

.contactPage{
    padding:60px 20px;
}

.contactPageForm, .contactPageOtherSide{
    background-color: #f5f8fb;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 40px 30px 73px 30px;
    border-radius: 8px;
}
.contactPageForm label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color:#666;
}

.contactPageForm input{
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    font-size:14px;
}
.contactPageForm input:focus{
    border:1px solid #cecece;
}
.contactPageForm textarea:focus{
    border:1px solid #cecece;
}
.contactPageForm input[type=button]{
    font-size: 14px;
    font-weight: 400;
    height:47px;
    background-color: var(--blue);
    border-radius: 4px;
    width: 150px;
    color:#fff;
    transition: 0.8s;
}
.contactPageForm input[type=button]:hover{
    font-weight: 800;
    background-color:transparent;
    color:var(--blue);
    border:2px solid var(--blue);
}
.contactPageForm textarea{
    font-size:14px;
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
}
.contactPageForm form div div{
    margin-bottom: 20px;
}
.contactPageForm iframe{
    border-radius: 8px;
    margin-bottom: 25px;
}
.contactPageForm form{
    padding: 35px;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.form-control:focus {
    color: #212529;
    background-color: #f9f9f9;
    box-shadow: 0 0 0 0;
}

.widjets_section h4{
    font-size: 18px;
    font-weight: 800;
}
.widjets_section p{
    font-size: 14px;
    font-weight: 400;
}
.widjets_section a{
    color:#000;
    font-weight: 400;
    text-decoration: none;
}
.appointmentcontant h4{
    font-weight: 800;
    font-size: 18px;
}
.appointmentcontant h2{
    font-weight: 800;
    font-size: 28px;
}
.appointmentcontant p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 25px;
}
.appointmentcontant a{
    color: var(--blue);
    text-align: center;
    text-decoration: none;
    border:2px solid var(--blue);
    border-radius: 4px;
    padding:8px 25px;
    font-weight: 600;
}
.appointmentcontant a i{
    margin-right:5px;
}
/* contact page css end */


/* about page css start */
.aboutMain{
    padding:60px 20px;
}
.inner_textAbout h2{
    font-weight: 200;
    font-size: 28px;
    color:#555;
}
.inner_textAbout h3{
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
    color:var(--blue);
}
.inner_textAbout p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.inner_imgAbout{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.inner_imgAbout img {
    width: 90%;
    border-radius: 8px;
}



.moreLove{
    padding:60px 20px;
}
.moreLove h3{
    font-size: 28px;
    font-family: var(--pop);
    font-weight: 900;
    text-align: center;
}
.moreLoveDiv{
    margin-top:30px;
}
.innerlovediv{
    display: flex;
    padding:20px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 25px;
}
.innerlovediv img{
    width:80px;
    height: 80px;
    margin-right:25px;
}
.innerlovediv h4{
    font-size: 18px;
    font-weight: 800;
    font-family: var(--pop);
}
.innerlovediv p{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--pop);
}
.serviceHeadText{
    font-size: 14px;
    font-family: var(--pop);
    text-align: center;
}

.apointflex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* about page css end */


/* blog page css */

.blog_section {
    padding: 60px 20px;
}
.blog_section h4, .service_section h4 {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}
.blog_section h3 {
    text-align: center;
    color: var(--blue);
    font-size: 18px;
    font-weight: 900;
}


.blog_section {
    background-color: #ddd3;
}

.inner_blog p {
    font-family: var(--fontfamily);
    color: var(--black);
    font-size: 14px;
    margin-top: 15px;
    height: 65px;
    margin-bottom: 10px;
    overflow: hidden;
}
.inner_blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff6;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}
.inner_blog img{
    width:80%;
    border-radius: 8px;
    height: 220px;
    margin-bottom: 25px;
}
/* blog page css */

/* doctor page css start */


.doctorPage{
    padding:60px 20px;
}
.innerStaff{
    background-color: #f5f8fb;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    margin-bottom: 25px;
}
.innerStaff img{
    width: 90%;
    height: 240px;
    border-radius: 4px;
    border:4px solid #fff;
}
.innerStaff h3{
    font-size: 20px;
    font-weight: 800;
    color: var(--blue);
    margin-top:15px;
}
.innerStaff p{
    font-size: 14px;
    font-weight: 400;
    color: var(--blue);
}
.innerStaff a{
    background-color: var(--blue);
    color:#fff;
    border-radius: 4px;
    padding:5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
/* doctor page css end */

/* service page css start */

.serviceSection{
    background-color: #f9f9f9;
    /* padding:20px; */
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;

}
.serviceSection div{
    padding:25px 20px;
}
.serviceSection img{
    width:30%;
    margin-right:20px;
    border-radius: 8px;
}
.serviceSection h3{
    font-size: 18px;
    font-weight: 800;
}
.servicePage{
    padding:60px 20px;
}
.serviceSection p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom:15px;
}

.serviceSection a{
    font-weight: 400;
    font-size: 14px;
    padding:5px 20px;
    background-color: transparent;
    border:2px solid var(--blue);
    border-radius: 8px;
    color:var(--blue);
}

/* service page css end */



/* view blog css */

.do_course{
    color:#414141;
    font-size: 14px;
    padding:40px 20px 80px;
    border-bottom: 0.25px solid #ddd;
}

.about_course_section{
    padding:20px;
}

.blog_preview img{
    width:100%;
    height:400px;
}
.blog_preview h3{
    font-size: 20px;
    font-weight: 800;
    margin:20px 10px;
}
.blog_preview ul{
    margin-bottom: 20px;
    margin-left:10px;
}
.blog_preview p{
    margin-left:10px;
}

.details_name{
    border-top:1px solid #ddd;
    padding:10px;
    margin-bottom: 20px;
    font-weight: 800;
    border-bottom:1px solid #ddd;
}
/* view blog css end */



/* doctor details css start */
.doctor_de{
    background-color: #ddd;
    padding:30px 20px;
}
.doctor_de h3{
    font-weight: 800;
    font-size: 22px;
}
.doctor_de p{
    font-weight: 400;
    font-size: 16px;
}
.staffView {
    margin-bottom: 25px;
    padding:0px 20px;
}
.staffView h3{
    font-size: 22px;
    font-weight: 800;
    color:var(--blue);
}
.staffView p{
    font-size: 16px;
    font-weight: 400;
    color:#333;
}

.line{
    border-top: 1px dotted #555;
    margin: 15px 0px;
    position: relative;
    width:75%;
}
.inline{
    background: var(--blue);
    width: 70px;
    height: 6px;
    position: absolute;
    top: -4px;
}

/* doctor details css edn */




/* admin page css */

.contact {
    background-image: url("../../admin.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.inner_contact_admin{
    background-color: #f5f8fbad;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_contact_form{
    background: #fff;
    border-radius: 8px;
    padding: 60px 20px;
}
.inner_contact_form h4{
    font-size:28px;
    font-weight: 800;
    color: var(--blue);
}
.inner_contact_form form{
    margin-top:30px;
}

.inner_contact_form form label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #666;
}

.inner_contact_form form input {
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 25px;
}

.inner_contact_form form select {
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 25px;
}

.inner_contact_form form .submitbtn{
    width:100%;
    background-color: transparent;
    color:var(--blue);
    font-weight: 800;
    font-size: 16px;
    font-family: var(--pop);
    border-radius: 4px;
    border:2px solid var(--blue); 
    transition: 0.8s;   
}
.inner_contact_form form .submitbtn:hover{
    background-color: var(--blue);
    color:#fff;
    border:2px solid var(--blue);    
}
.inner_contact_form form p{
    text-align: center;
    font-size: 14px;
}


/* admin page css end */

.appointment_section{
    background-color: #f5f8fb;
    padding:60px 20px;
}

.appointment_section p{
    font-size: 16px;
    font-weight: 400;
}
.appointment_section h3{
    font-weight: 800;
    font-size: 28px;
    margin:5px 0px 20px;
    color:var(--blue);
}
.appointment_section form{
    margin-top: 30px;
}

.appointment_section input, .appointment_section select{
    border:none;
    background-color: transparent;
    width:90%;
    margin-bottom: 25px;
    border-bottom:1px solid  rgba(0, 0, 0, 0.15);
    padding:10px;
    height:47px;
    color:#999;
}
.appointment_section select option{
    color:#999;
}
.appointment_section form input[type=button]{
    width:90%;
    font-weight: 800;
    font-size: 16px;
    font-family: var(--pop);
    border-radius: 4px;
    transition: 0.8s;   
    background-color: var(--blue);
    color:#fff;
    border:2px solid var(--blue);    
}
.dropdownliststyle{
    text-align: center;
    margin-top: 10px;
    width: 100%;
}


.innerblog_home img{
    width:100%;
}
.innerblog_home{
    display: flex;
    justify-content: left;
}
.innerblog_home h3{
    text-align: left;
}

.useringo{
    /* background-color: var(--blue); */
    width:100%;
    border-radius: 8px;
    /* color:#fff; */
    padding:10px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.service_section {
    padding: 50px 20px;
}
.service_section h4 {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}
 .service_section h3 {
    color: var(--blue);
    font-size: 18px;
    font-weight: 800;
}
.service_section p {
    font-size: 15px;
    font-weight: 400;
}
.inner_service_div {
    border:1px solid #cecece;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.blog_section {
    background-color: #ddd3;
}
  /* service home end */

  .serviceHeadText{
      font-size: 16px;
      font-family: var(--pop);
      text-align: center;
  }

  .faq_section{
    padding:60px 20px;
}
.accordion-item{
    margin-bottom: 25px;
}

.faq_section h3{
    font-size: 28px;
    font-family: var(--pop);
    font-weight: 900;
    text-align: center;
}
.faq_section .serviceHeadText{
  margin-bottom: 40px;
}

.accordion-button:not(.collapsed) {
  color: var(--dark);
  background-color: #e7f1ff5e;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


/* 
  ================
    doctor home us page css
  ================
*/

.our_doctors{
    background-color: #f5f8fb;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 40px 30px 73px 30px;
    border-radius: 8px;
}

.start{
    padding:40px 20px;
}
.start h3{
    font-size: 32px;
    font-weight: 900;
    font-family: var(--mon);
    color: var(--blue);
}
.start p{
    font-size: 14px;
    color: var(--dark);
}
.doctordiv{
    padding: 35px;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-top-right-radius: 8px;
    border-bottom: 5px solid var(--dark);
}

.drimgdiv img{
    border-radius: 50px;
}

/* 
  ================
    doctor home us page css end
  ================
*/
.counsling {
    background-color: #f5f8fb;
    padding:60px 20px;
}
.counsling h3{
    font-size: 28px;
    font-weight: 800;
    font-family: var(--pop);
}

.otherSer{
    background-color: #ddd3;
}


.serviceDetails{
    height:60px;
    overflow: hidden;
}


/* registration page css */

.registrationSection{
    background-color: #f5f8fb;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 60px 20px;
    border-radius: 8px;
}
.registrationSection form{
    padding: 35px;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.registrationSection form h2{
    font-size: 18px;
    font-weight: 800;
}
.registrationSection form label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #666;
}
.registrationSection form input{
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 20px;    
}
.registrationSection textarea {
    font-size: 14px;
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 2px;
}
.submitbtn{
    font-size: 14px;
    font-weight: 400;
    height: 47px;
    background-color: var(--blue) !important;
    border-radius: 4px !important;
    width: 150px;
    color: #fff !important;
    transition: 0.8s;
}
.registrationSection form p {
    font-size: 12px;
    font-weight: 800;
    color:red;
    margin-bottom: 20px;
}
/* registration page css end */
.errorMsg{
    font-size: 12px;
    font-weight: 800;
    color:red;
    margin-top: 20px;
}

.paymentDiv{
    background-color: #fff;
    border-radius: 8px;
    padding:20px;
}

.divpay input{
    padding: 13px 18px;
    max-width: 100%;
    font-weight: 800;
    color: #333;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    font-size: 14px;
    margin-top:15px;
}