/* @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,700;1,900&display=swap'); */

html {
    overflow-x: hidden !important;
scroll-behavior: smooth;
}

html,
body,
h1,
h2,
h3,
p,
ul,
li {
margin: 0;
padding: 0;
}

*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

*:hover,
*:focus,
*:visited {
outline: 0;
}  

:root {
    --white: #ffffff;
    --darkgray: #151515;
    --lightblack:#b8b8b8;
    --black: #000;
    --darkorange: #d8463c;
    --lightorange: #d27734;
    --green: #15726D;
    --lightgreen: #22AA8E;
    --lightGray: #EBEBEB;
    --darkgreen: #115C58 ;
}

 
body {
margin: 0 auto;
font-weight: 400;
color: #000;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
background-color: var(--white);
overflow-x: hidden !important;
}

img {
width: 100%;
line-height: 0;
height: auto;
}

a {
text-decoration: none;
color: var(--black);
}

.clearboth {
clear: both;
}

.mHide {
display: block !important;
}

.dHide {
display: none !important;
}

p {
margin: 0;
line-height: 165%;
font-weight: 400;
}

.container {
width: 1160px;
max-width: 93%;
margin: 0 auto;
}

.wrapper {
width: 100%;
margin: 0 auto;
overflow-x: hidden;
}

.bannerSliderInside{
    position: relative;
}
.paddingTopBottom{
    padding: 60px 0px;
}

.flexDisplay{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.comBtn{
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;      
    letter-spacing: 2px;
    cursor: pointer;
}
.comBtn button{
    width: 100%;
    border: 0;
    padding: 7px 0px;
    background: linear-gradient(90deg, var(--darkorange), var(--lightorange));
    background-color: transparent;
    color: var(--white);
    font-size: 15px; 
    border-radius: 5px; 
    text-transform: uppercase;
    font-weight: 600;  
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.comBtn a{
    width: 100%;
    border: 0;
    padding: 10px 20px;
    background: linear-gradient(90deg, var(--darkorange), var(--lightorange));
    border-radius: 5px;
}
.btnwidth{
    width: 28% !important;
}
.headerMain {
width: 100%;
background-color: var(--white);
position: absolute;
top: 0;
z-index: 9999;
}

.headerFixed{
    position: fixed;
    box-shadow: 1px 1px 3px #00000014;
}
.header{
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; */
    background-color: var(--white);
    padding: 10px 0px 8px 0px;
}
.header .logo{
    width: 100%;
}
.header .menuIcon{
    width: 33px;
    max-width: 90%;
    cursor: pointer;
}


/* side navbar */
.sideNavbar{
    position: fixed;
    right: -1000px;
    top: 87px;
    height: 100vh;
    background-color: var(--white);
    padding: 20px 40px 20px 50px;
    transition: all ease-in-out 500ms;
}

.sideNavbar.sideNavbarOpen{
    right: 0;
    transition: all ease-in-out 500ms;
}
.sideNavbar ul {
    list-style: none;
}

.sideNavbar ul li{
   margin: 18px 0px;
   font-size: 18px;
   font-weight: 600;
}

.sideNavbar ul li a{
    color: var(--green);
}




/* side navbar closed */
.banner{
    position: relative;
    min-height: 65vh;
}
.banner .absoluteContainer{
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
}
.banner .bannerAbsoluteText{
    position: absolute;
    right: auto;
    left: 5%;
    top: 60%;
    transform: translateY(-50%);
    color: var(--white);
}
.banner .bannerAbsoluteText h2{
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Libre Baskerville', serif;
}

/* .banner .bannerAbsoluteText h1{
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Libre Baskerville', serif;
} */

.banner .bannerAbsoluteText p{
    font-size: 20px;
    color: var(--lightblack);
}
.bannerForm{
    width: 430px;
    max-width: 80%;
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
}

.popup h2,
.bannerForm h2{
    color: var(--green);
    font-size: 20px;
    text-align: center;
    font-weight: 600;
font-family: 'Libre Baskerville', serif;
}
.inqureLabel{
    margin-top: 15px !important;
}
.formEnquire{
    margin-top: 5px;
}
.popup input, .popup label,
.bannerForm input, .bannerForm label{
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: var(--darkgray);
}

.inquiryOptions .self,
.inquiryOptions .someone{
    margin-top: 8px;
    margin-bottom: 15px;   
}
.popup input,
.bannerForm input{
   outline: 0;
   border: 1px solid var(--lightblack);
   padding: 5px 0px 5px 10px;
   border-radius: 5px;
   margin-top: 8px;
   margin-bottom: 15px;
}
.yesNoBtn button,
.inquiryOptionsBtn button{
    width: 100%;
    border: 0;
    color: var(--darkgray);
    background: transparent;
    font-size: 14px;
    padding: 5px 0px;
    border-radius: 5px;
    border: 1px solid var(--lightblack);
    cursor: pointer;
}
.popup .submit,
.bannerForm .submit{
    width: 100%; 
    margin-top: 20px;
}

.inquiryOptions{
    justify-content: center;
    gap: 0px 10px;
    font-size: 13px;
}
.inquiryOptions > div{
    width: 50%;
    cursor: pointer;
}

.inquiryOptions .someone,
.inquiryOptions .self{
  text-align: center;
}
.yesNoBtn.yesNoBtnActive button,
.inquiryOptionsBtn.inquiryOptionsBtnActive button{
    background:linear-gradient(90deg, var(--darkorange), var(--lightorange));
    border: 0;
    color: var(--white);
}
.yesNoBtn{
    margin-top: 7px;
}

/* form css closed */

.fourPointsInside{
    width: 25%;
    padding: 0px 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid var(--lightblack);
}

.fourPointsInside:last-child{
    border-right: 0;
}
.fourPointsInside .iCon{
    width: 25%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.fourPointsInside .fourPointsdata{
    text-align: center;
    color: var(--darkgray);
}

.fourPointsInside .fourPointsdata h6{
    color: var(--green);
    font-size: 20px;
}

.jslokDBSSurgery{
    background: linear-gradient(90deg, var(--darkorange), var(--lightorange));
    position: relative;
}
.contactIcon{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0px;
    z-index: 9999;
}
.bottomStickyButton{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}
.bottomStickyButton button{
    font-size: 18px;
    padding: 18px 0px;
    cursor: pointer;
    border-radius: 0;
}

.contactIconInside{
    background-color: var(--green);
    padding: 10px;
}

.contactNumber{
    background-color: var(--lightgreen);
}
.jslokDBSSurgeryFlex{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--white);
}
.rightBox{
    width: 55%;
}
.rightBox h1{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Libre Baskerville', serif;
}

.atJaslokFlex{
    /* display: flex;
    flex-direction: row;
    align-items: center; */
    justify-content:flex-start;
    gap: 0px 30px;
    margin-top: 20px;
}
.atJaslokInside{
    /* display: flex;
    flex-direction: row;
    align-items: center; */
    justify-content: flex-start;
    padding: 0px 30px 0px 0px;
}
.atJaslok h4{
    font-size: 25px;
    margin-top: 30px;
}
.atJaslokInside p{
    margin-left: 10px;
}
.atJaslokInside:first-child{
    border-right: 1px solid var(--white);
}
.atJaslokInsideCircle{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: linear-gradient(90deg, var(--green), var(--lightgreen));
    padding:16px 21px;
    border: 0;
}
.leftBox{
    width: 34%;
    margin-left: 150px;
}
.leftBox h2{
    position: relative;
    line-height: 160%;
    font-size: 27px;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}

.leftBox h2::before{
    content:url("../img/comma1.svg");
    color: #ffffff64;
    left: -65px;
    top: -19px;
}

.leftBox h2::after{
    content:url("../img/comma2.svg");
    color: #ffffff64;
    bottom: -30px;
    right: 161px;
}

.leftBox h2::before, .leftBox h2::after{
    position: absolute;
}

.greyBg{
    background-color: var(--lightGray);
    padding: 40px 0px;
}

.patientSpeekBtn{
    width: 200px;
    margin: 0 auto;
    max-width: 95%;
}

.patientSpeekBtn a{
    color: var(--white);
}
.sectionHeading h2{
    font-size: 33px;
    color: var(--green);
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    text-align: center;
}

.marginTop{
    margin-top: 20px;
}

.optforDBSFlexInside{
    width: 26%;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
}
.darkBg1{
    background-color: var(--darkgreen);
}
.darkBg2{
    background-color: var(--green);
}
.darkBg3{
    background-color: #1d9f8b;
}
.darkBg4{
    background-color: var(--lightgreen);
}
.darkBg5{
    background-color: #49bea6;
}
.optforDBSFlexInsideImgOutside{
    width: 140px;
    height: 140px;
    border-radius: 140px;
}
.optforDBSFlexInsideImg{
    width: 140px;
    height: 140px;
    border-radius: 140px;
    box-shadow: 0px 0px 12px 0px #4c4848a6;
    background-color: var(--white);
    padding: 20px;
    cursor: pointer;
    transition: all ease-in-out 10ms;
}
.optforDBSFlexInsideImg:hover img{
    transform: scale(1.1);
    transition: all ease-in-out 500ms;
}
.optforDBSFlexInside p{
    width: 74%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 140%;
}

.appointBtn{
    margin-top: 40px;
}

.changeYourLife{
    background-color: var(--lightGray);
    padding-bottom: 230px;
}

.changeYourLife p{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20PX;

}
.patientCatogoryBtn{
    display: flex !important;
    justify-content: center;
    gap: 0px 50px;
    cursor: pointer;
    margin-top: 30px;
}

.catogoryBtn{
    width: 17%;
    color: var(--darkgray);
    font-weight: 700;
    background: transparent;
    border: 1px solid #4c4848a6; 
    padding: 10px 0px;  
    border-radius: 5px;
}
#youngPatient,
#earlyPatient,
#elderlyPatient{
    display: none;
}
.active_Btn{
    border: 0;
    color: var(--white);
    background: linear-gradient(90deg, var(--darkorange), var(--lightorange));
}
.visibleFaqBox{
    display: block !important;
}

.patientInfo{
    background-color: var(--white);
    box-shadow: 0px 0px 12px 0px #82828257;
    margin-top: -190px;
    padding: 40px 40px 30px 40px;
}
.patientData{
    width: 25%;
}
.patientData h4{
    color: var(--green);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.patientData h6{
    color: var(--darkgray);
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px 20px;
}
.patientData p{
    color: var(--darkgray);
    font-size: 15px;
    font-weight: 400;
}
.patientVideo{
    width: 32%;
}
.patientVideo iframe{
    width: 100%;
    height: 220px;
}

.patientVideo p{
    text-align: center;
    font-size: 16px;
    color: var(--green);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}


.neurosurgeon{
    /* color: #d6d6d6; */
    /* background: url("../img/neurosurgeonBg.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* margin: 60px auto; */
}
.neurosurgeon.visible {
    background: url("../img/neurosurgeonBg.jpg");
}

.neurosurgeonInsideRightImg{
    line-height: 0;
    width: 100%;
}
.neurosurgeonInsideRight{
    width: 35%;
    flex-direction: column;
}

.neurosurgeonInsideLeft{
    width: 60%;
    color: var(--white);
}

.neurosurgeonInfo{
    border-radius: 0px;
    letter-spacing: 0px;
    background:linear-gradient(90deg, var(--darkorange), var(--lightorange));
    padding: 10px 0px;
}

.neurosurgeonInfo h4{
    font-size: 25px;
}
.neurosurgeonInfo p{
    width: 94%;
    margin: 0 auto;
    font-size: 15px;
    text-transform: none;
}


/* accordion css */


.card-header img {
    width: 15px;
  }
  
  .accordian {
    max-width: 100%;
    display: block;
    margin: 0px auto;
  }
  
  .accordian .card {
    float: left;
    width: 100%;
    border: 0px solid #fff;
    border-radius: 0px;
    border-bottom: 1px solid var(--lightblack);
    background-color: transparent;
  }
  
  .accordian .card:first-child{
    border-top: 1px solid var(--lightblack);
  }

  .accordian .card .card-header h3 {
    cursor: pointer;
    color: var(--headblue);
    position: relative;
    margin: 0;
    padding: 0px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 16px;
    padding-right: 30px;
  }
  
  .accordian .card .card-header {
    position: relative;
    background-color: transparent;
  }
  
  .accordian .card .card-header img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 25px;
  }
  
  .accordian .card .card-body {
    padding: 0px 40px 25px 20px;
  }
  
  .accordian .card .card-body {
    display: none;
  }

  .accordian .card .card-body ul li {
    margin-bottom: 10px;
    padding-left: 1.28571429em;
    text-indent: -1.28571429em 
  }
  
  .accordian .card .card-body ul {
    padding: 0;
    list-style: disc inside none;
    margin-bottom: 0;
    padding-left: 0;
  }
  /*open one card by default*/

  .accordian .card:nth-child(1) .card-body {
    display: block;
  }
  
  .accordian .card .card-body p {
    margin: 0px;
    text-align: justify;
  }
  
  .accordian .card .card-header:nth-child(1) .card-body {
    padding-top: 0px;
  }
  
  .card-header {
    padding: 20px 40px 20px 20px;
    margin-bottom: 0;
    background-color: none;
    border-bottom: 0px;
  }

  /* accordion closed  */

  .drspecific p{
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    margin-top: 55px;
    position: relative;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
  }


  .drspecific p::before{
    content:url("../img/commawhite1.svg");
    color: #ffffff64;
    left: -19px;
    top: -7px;
}

.drspecific p::after{
    content:url("../img/commawhite2.svg");
    color: #ffffff64;
    bottom: -11px;
    right: 28px;
}

.drspecific p::before, .drspecific p::after{
    position: absolute;
}

.patientFeedbackInside{
    /* border: 1px solid #616161; */
    /* padding: 50px 20px 60px; */
    text-align: center;
}

/* .patientFeedbackSliderInside .patientImg{
    width: 12%;
    margin: 0 auto;
} */
.patientFeedbackSliderInside iframe{
    width: 100%;
    height: 500px;
}
.patientFeedbackSliderInside p{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    color: var(--green);
    font-weight: 600;
}
/* .patientFeedbackSliderInside h3{
text-transform: uppercase;
color: var(--green);
margin: 20px auto 15px;
} */

/* .patientFeedbackSliderInside p{
    width: 80%;
    margin: 0 auto;
    position: relative;
} */

/* .patientFeedbackSliderInside p::before{
    content:url("../img/commagreen1.svg");
    color: #ffffff64;
    left: -19px;
    top: -7px;
}

.patientFeedbackSliderInside p::after{
    content:url("../img/commagreen2.svg");
    color: #ffffff64;
    bottom: -11px;
    right: 28px;
}

.patientFeedbackSliderInside p::before, .patientFeedbackSliderInside p::after{
    position: absolute;
} */

.patientFeedbackSlider .prevArrow, .patientFeedbackSlider .nextArrow{
position: absolute;
bottom: -60px;
cursor: pointer;
}

.slide-numbers{
    font-size: 17px;
    color: var(--green);
    margin-top: 28px;
}

.slide-numbers span{
    font-size: 30px;
    font-weight: 500;
}

.current-slide {
    font-size: 50px;
    font-weight: 500;
}

.patientFeedbackSlider .prevArrow{
    left: 40%;
}

.patientFeedbackSlider .nextArrow{
    left: auto;
    right: 40%;
}

.newsSliderInside img{
    width: 95%;    
    border: 1px solid var(--darkgray);
}

/* slici dots */

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
    margin-top: 20px;
	padding: 4px 0;
	list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
        font-size: 0; 
    width: 11px;
    height: 11px;
    padding: 0;        
    border: none;
    border-radius: 100%;
    background-color: var(--lightblack);
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--darkorange);
}


/* slick dots css closed */


.faqs{
    /* background: url("../img/faqbg.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white);
}
.faqs.visible {
    background: url("../img/faqbg.jpg");
}

.faqs .sectionHeading h2{
    color: var(--white);
}

.FaqAccordionMain{
    margin-top: 40px;
}

.FaqAccordionMain .card-body p{
    font-weight: 300;
}

.haveMoreQustion{
    margin-top: 50px;
}

.haveMoreQustion p{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.haveMoreQustion .appointBtn{
    margin-top: 15px;
}

.knowledgecenterInside {
    
    text-align: center;
}
.knowledgecenterInside p{
    margin: 15px auto;
}

.knowledgecenterInside a{
    font-size: 15px;
    color: var(--green);
    text-align: center !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
}

.getInTouch{
    background-color: var(--lightGray);
}

.getInTouchInside .map iframe{
    height: 420px;
    width: 100%;
}

.getInTouchInside .map{
    width: 40%;
}
.getInTouchInside .FooterEnquireForm{
    width: 25%;
}
.getInTouchInside .contactInfo{
    width: 28%;
    margin: 0 auto;
    color: var(--darkgray);
}

.FooterEnquireForm .bannerForm{
    width: 100% !important;
    max-width: 100%;
}

.contactInfoComFlex{
    justify-content: flex-start;
    gap: 0px 20px;
}
.supportCall{
    margin: 25px auto;
}

.contactInfo hr{
    margin: 40px auto;
}
.contactInfo span{
    color: var(--lightblack);
}

.socialMedia{
    width: 80%;
    margin: 0 auto;
}

.socialMedia img{
    cursor: pointer;
}
.socialMediaInside{
    justify-content: flex-start;
    gap: 0px 10px;
    margin-top: 5px;
}
.socialMediaInside > div{
width: 13%;
}
.subscribeNewsLetter{
    background-color: var(--darkgray);
    color: var(--white);
}
.subscribeNewsLetterInside{
    justify-content: flex-start;
    gap: 0px 100px;
}

.subscribeNewsLetterLeft {
    width: 35%;
}
.subscribeNewsLetterLeft .subscribeBtn{
    width: 40%;
    max-width: 40%;
}
.subscribeNewsLetterLeft input{
    width: 100%;
    padding: 10px 0px 10px 10px;
    outline: none;
    border: 1px solid var(--lightblack);
    border-radius: 5px;
    background: #ffffff2d;
    margin-bottom: 20px;
    font-weight: 300;
    color: var(--white);
}
.subscribeNewsLetterRight h2{
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}
.subscribeNewsLetterRight p{
    font-weight: 400;
    font-size: 17px;
    color: var(--lightblack);
}
.footerEnd{
    background-color: var(--green);
    padding: 20px 0px ;
}
.footerEnd p{
    text-align: center;
    color: var(--lightGray);
}

.copyrights a{
    color: var(--white);
}

/* news sliders New */
.yearWiseNewsBackLine{
    border-bottom: 1px solid var(--darkgray);
    margin: 60px 0px 80px;
}
.yearWiseNewsSlider{
    width: 100%;
    margin: 0 auto;
}
.yearWiseNewsSliderInside{
    width: 170px !important;
    margin: 0px 10px;
    padding: 10px 2px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid var(--darkgray);
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--white);

}
.yearWiseNewsSliderInside.slick-current  {
   background:  linear-gradient(90deg, var(--darkorange), var(--lightorange));
   color: var(--white);
   border: 0;
}

.marginMinus{
    margin-top: -100px;
    margin-bottom: 50px;
}


/* popup form styling */

 .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 999999;
  }

  .popup {
    width: 300px;
    max-width: 90%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    padding-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
  }

  .closeForm {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 35px;
    cursor: pointer;
  }
  
/* popup form styling closed */


@media screen and (max-width:1600px) {
    /* .inquiryOptions .someone, .inquiryOptions .self {
        padding: 6px 20px;
    } */
    .inquiryOptions .self, .inquiryOptions .someone, .bannerForm input{
        margin-bottom: 7px;
    }
    .bannerForm{
        padding: 20px 20px;
    }
    
}

@media screen and (max-width:1440px) {
        
    .contactIconInside{
        background-color: var(--green);
        padding: 8px 0px 8px 10px;
    }
    .contactNumber{
        background-color: var(--lightgreen);
    }

    .contactIconInside img{
        width: 70%;
    }
    .banner .bannerAbsoluteText h2 {
        font-size: 36px;
    }
    
}
@media screen and (max-width:1368px) {
    .sideNavbar{
        top:80px
    }
    .sideNavbar ul li {
    font-size: 16px;
    }
    .banner .absoluteContainer{
    transform: translate(20%, -50%);
    }
    
    .bannerForm{
        max-width: 60%;
    }
    
    .header .logo{
        width: 90%;
    }
    .leftBox{
        margin-left: 100px;
    }
    .sectionHeading h2{
        font-size: 31px;
    }
    
}


@media screen and (max-width:800px) {
    
    .mHide {
    display: none !important;
    }
    
    .dHide {
    display: block !important;
    }
    .inquiryOptions{
        flex-direction: row !important;
    }

    .sideNavbar {
        top: 69px;
    }
    .header{
        flex-direction: row !important;
    }
    .header .logo {
        width: 75%;
    }
    .paddingTopBottom{
        padding: 30px 0px;
    }
    .banner .bannerAbsoluteText {
        top: 20%;
    }
    .banner .bannerAbsoluteText h2{
        font-size: 28px;
    }
    .banner .bannerAbsoluteText p {
    font-size: 17px;
    }
    .flexDisplay{
        flex-direction: column;
    }
    .fourPointsInside{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--lightblack);
        padding: 0px 20px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px 0px;
    }
    .fourPointsInside .iCon{
        margin: 0;
        width: 20%;
    }

    .fourPointsInside .iCon img{
        width:70px;
        height:70px;
    }


    .fourPointsInside .fourPointsdata{
        text-align: left;
        margin-left: 20px;
    }
    .fourPointsInside:last-child{
        border-bottom: 0;
    }
    .jslokDBSSurgeryFlex{
        flex-direction: column;
    }
    .rightBox{
        width: 95%;
        margin: 0 auto;;
    }
    .leftBox{
        width: 80%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px;
        margin-left: 70px;
    }
    .atJaslok{
        width: 100%;
    }
    .atJaslokInside{
        width: 100%;
        flex-direction: row;

    }
    .atJaslokInside:first-child{
        border-right: 0;
        margin-bottom: 30px;
    }
    .leftBox h2 {
    font-size: 20px;
    }
    .leftBox h2::after {
        right: 90px;
    }    
    .rightBox h1{
        text-align: center;
        line-height: 160%;
    }
    .sectionHeading h2{
        font-size: 28px;
    }
    .optforDBSFlexInside{
        width: 100%;
        flex-direction: row;
        padding: 20px 20px;
    }
    .optforDBSFlexInsideImgOutside{        
        width:80px;
        height: 80px;
    border-radius: 80px;    
    }
    .optforDBSFlexInsideImg{
        width:80px;
        height: 80px;
    border-radius: 80px;
    padding: 10px;
    }
    .optforDBSFlexInside p{
        width: 100%;
        font-size: 13px;
        text-align: left;
        margin-top: 0;
        margin-left: 15px;
    }
    .neurosurgeon{
        /* background: url("../img/neurosurgeonBgM.jpg"); */
        padding-bottom: 40px;
    }

    .neurosurgeon.visible {
        background: url("../img/neurosurgeonBgM.jpg");
    }

    .neurosurgeonInsideRight{
        width: 100%;
    }
    .neurosurgeon .container{
        width: 100%;
        max-width: 100%;
    }
    
    .neurosurgeonInsideLeft{
        width: 90%;
        margin-top: 30px;
    }
    .patientFeedbackSliderInside iframe{
        height: 260px;
    }
    .patientFeedbackSlider{
        position: relative;
    }
    .patientFeedbackSlider .prevArrow,
    .patientFeedbackSlider .nextArrow{
        bottom: -80px;
    }

    .patientFeedbackSlider .prevArrow{
        left: 20%;
    }
    .patientFeedbackSlider .nextArrow{
        right: 20%;
    }
    .slide-numbers{
        margin-top: 46px;
    }
    .patientFeedbackInside{
        padding-bottom: 40px;
    }
    .btnwidth{
        width: 90% !important;
    }
    .changeYourLifeAccordion{
        margin-top: 30px;
    }
    .changeYourLifeAccordion .accordian .card .card-header{
        background: linear-gradient(90deg, var(--darkorange), var(--lightorange));
        color: var(--white);
        margin-bottom: 18px;
        padding: 15px 40px 15px 20px;
    }
    .changeYourLifeAccordion .accordian .card .card-header img{
        right: 15px;
    }
    .changeYourLifeAccordion .accordian .card .card-body{
        padding: 0px;
        padding-bottom: 30px;
    }
    .patientData{
        width: 100%;
    }
    .patientVideo{
        width: 100%;
        margin-top: 20px;
    }
    .changeYourLifeAccordion .accordian .card .card-body p{
        text-align: center;
        width: 100%;
    }
    .txtLeftAlign{
        text-align: left !important;
    }
    .changeYourLifeAccordion .accordian .card{
        border: 0;
    }


    /* drop down menus css starts */

    .pr-price {
        width: 100%;
        opacity: 0;
        height: 0;
        margin-top: 0px;
        line-height: 0;
    }
    
    .pr-price.active {
        opacity: 1;
        height: auto;
        line-height: 100%;
        margin-top: 20px;
    }
    
    ul.navBar {
        border: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }
    
    a.ActiveListItem {
        position: relative;
    }
    
    ul.navBar li a.ActiveListItem {
        color: #fff !important;
        background:linear-gradient(90deg, var(--darkorange), var(--lightorange));
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0;
        width: 100%;
        margin-bottom: 0px;
        padding-left: 20px;
    }
    a.ActiveListItem:before {
        content: "\f107";
        font-family: "FontAwesome";
        right: 20px;
        position: absolute;
        top: 10px;
    }
    ul.navBar li {
        position: relative;
        width: 100%;
        list-style: none;
        line-height: 35px;
    }
    
    ul.navBar li a {
        display: block;
        color: #ffffff !important;
        padding: 10px 5px;
        text-decoration: none;
        transition: all 0.1s ease-in;
    }
    
    ul.navBar li a:hover,
    ul.navBar li:hover > a {
        background:linear-gradient(90deg, var(--darkorange), var(--lightorange));
        color: #ffffff !important;
    }
    
    ul.navBar li ul {
        background:linear-gradient(90deg, var(--darkorange), var(--lightorange));
        margin-top: 0px;
        display: none;
        z-index: 99;
    }
    
    ul.innerDropMenu li:first-child{
        border-top: 1px solid #fff;
    }
    ul.innerDropMenu li {
        border-bottom: 1px solid #fff;
    }
    
    ul.innerDropMenu li a {
        padding-left: 20px;
    }
    
    ul.innerDropMenu li:last-child {
        border-bottom: none;
    }
    
    .hiddens {
        display: none;
    }
    
    /* drop down menus css closed */
    
    .getInTouchInside .map{
        width: 100%;
    }
    .getInTouch .container{
        width: 100%;
        max-width: 100%;
    }
    .getInTouchInside .contactInfo{
        width: 90%;
    }
    .contactInfoComFlex{
        flex-direction: row;
        margin-top: 40px;
    }
    .socialMedia{
        width: 100%;
    }
    .socialMediaInside{
        flex-direction: row;
    }
    .getInTouchInside .FooterEnquireForm{
        width: 90%;
        margin-top: 20px;
    }
    .contactInfo hr{
        margin: 20px auto;
    }
    .FooterEnquireForm .bannerForm{
        box-shadow:0px 0px 8px 0px #9c9c9c75;
    }
    .subscribeNewsLetterRight h2{
        text-align: center;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .subscribeNewsLetterRight p{
        text-align: center;
        line-height: 150%;
    }
    .subscribeNewsLetterLeft{
        width: 100%;
        margin-top: 20px;
    }
    .subscribeNewsLetterLeft .subscribeBtn{
        margin: 0 auto;
        width:60%;
        max-width: 50%;
    }
    .footerEnd{
        padding-bottom: 80px;
    }
    .footerEnd p{
        font-size: 13px;
    }
    .newsSliderInside img{
        width: 100%;
    }
}