@font-face {
  font-family: "bebasregular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/bebas.woff2") format("woff2"), url("../fonts/bebas.woff") format("woff"); }

@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700; }

html,
body {
   
	font-family: "Raleway", sans-serif !important;
    height: 100%;
    max-width: 100%;
    margin: auto;
	color: #000;
	font-size:13px;
}

.lami {
    font-size: 18px;
    line-height: 25px;
    
    padding: 20px;
    /*min-height: 230px!important;*/
}
.abc
{
    padding:20px;
}
iframe.iframe-size {
    width: 307px;
    height: 264px;
}

.container-cl {
    height: auto;
   
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.slick-slide:focus {
    outline: none !important;
}

.slick-prev,
.slick-next {
    width: 25px !important;
    height: 35px !important;
}

.slick-next img,
.slick-prev img {
    width: 25px !important;
    height: 25px !important;
}

.callarequest {
    position: fixed;
    display: none;
    top: 30%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
    transform-origin: 84% 0 0;
}

.error {
    font-size: 15px;
}

.callarequest>a.callarequest-navigation-link {
    padding: 14px 22px;
    color: #fff;
    background-color: #37383b;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 8px;
}

.callnow {
    position: fixed;
    top: 58%;
    display: none;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
    transform-origin: 69% 0 0;
}

.callnow>a.callnow-navigation-link {
    padding: 14px 22px;
    color: black;
    background-color: #ffdbb9;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
}

.callrequest-display {
    display: block;
}

* {
    box-sizing: border-box;
	
}
h1{
    color: #6b7a8f;
font-size: 24px;
text-transform: uppercase;

font-weight: normal;
line-height: 1.2;
}
h4{
    color: #6b7a8f;

text-transform: uppercase;


}


/*.menu {
    position: relative;
    width: 100%;
}
*/

.menu_start_div {
    width: 100%;
    animation: menu-animation 0.4s;
    -webkit-animation: menu-animation 0.4s;
    /*position: fixed;*/
	position: absolute;
    z-index: 5;
    height: 82px;
    width: 100%;
    background: #6b7a8f;
    top: 0px;
    box-shadow: 0px 5px 5px #d8d5d58c;
}

.menu {
    max-width: 1100px;
}

.main_header_fixed {
    position: fixed;
    z-index: 5;
    height: 110px;
    background: #fff;
    top: 0px;
    max-width: 1100px;
    animation: menu-animation 0.4s;
    -webkit-animation: menu-animation 0.4s;
    box-shadow: 0px 5px 5px #d8d5d58c;
}

picture img {
    max-width: 100%;
}

@keyframes menu-animation {
    0% {
        opacity: 0.1;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0.1;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.logo {
    padding: 0;
    display: inline-block;
}

.logo img {
    display: inline-block;
    /*padding-left: 30px;*/
	padding-top: 12px;
    width: 100%;
}

/*.calling-number {
    float: right;
    padding: 15px;
    padding-right: 4%;
    position: relative;
    bottom: -35px;
}*/

.calling-number {
    float: right;
    padding: 10px;
    position: relative;
    color: #fff;
}

.calling-number img {
    width: auto;
    z-index: 2;
    height: 35px;
    display: inline-block;
}

.onlynumber {
    display: none;
	padding: 0px;
}

#scrollUp {
    background-image: url(img/top.png);
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#home {
    background: #e6e2e1;
    /*min-height:650px;*/
    /*min-height:520px;*/
    height: auto;
    margin: auto;
    margin-top: 82px;
    /*max-width: 1100px;*/
    width: 100%;
}

.slider-background {
    /*background: #e6e2e1;*/
}

.greenback-thankyou {
    background: #286ca4;
    border-bottom: 1px solid #fff;
}

.thankyou-text {
    color: #fff;
}

.greenback {
    /*background: #e6e2e1;*/
    /*background: #e9556624;*/
    background: #286ca4;
    /*background: #37383b;*/
    margin-top: 10px;
}

.removeleftmargin {
    margin-left: 0px;
}

.removerightmargin {
    margin-right: 0px;
}

.allmarginremove {
    margin-left: 0px;
    margin-right: 0px;
}

.ckbirlaoffer {
    padding: 50px 70px 50px 70px;
    background: #efefed;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}


/*! form */

.g-recaptcha>div {
    margin: auto;
}

.inner-page-container {
    margin: 20px 0px;
    padding-left: 0px;
    padding-right: 20px;
}

.form-background {
    background: #286ca4;
}

.appointment {
    text-align: center;
    padding-right: 20px;
    padding-top: 10px;
}

.consult {
    font-size: 26px;
    color: #fff;
}

.inner-page-container .form-cont .grid .textbox {
    width: 100%;
    margin: 0px;
    padding: 2px 0 2px 10px;
    /*font-family: brandan;*/
    color: #fff;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #286ca4;
    margin-top: 4.5px;
    margin-bottom: 18px;
}

.inner-page-container .form-cont .grid .textbox:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.inner-page-container .form-cont .grid {
    width: 100%;
    margin: 0px 0;
    /*font-family: brandan;*/
    color: #fff;
    padding: 0px;
    /*background: #1a75cb;*/
    background: #286ca4;
}

.inner-page-container .form-cont .grid .textarea {
    width: 100%;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 0 2px 5px;
    /*font-family: brandan;*/
    color: #fff;
    border: 1px solid #fff;
    resize: none;
    height: 70px;
    background: #286ca4;
}

.contact {
    background: #286ca4;
    padding: 0 20px 5px 40px;
}

.textbox::placeholder {
    color: #fff;
}

.textarea::placeholder {
    color: #fff;
}

.enquire {
    background: #fff;
    border: none;
    text-align: center;
    color: #286ca4;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 20px;
    width: 100%;
    margin-top: 25px;
}
.enquire2 {
    background: #f7882f ;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 20px;
    width: 100%;
    margin-top: 25px;
	border-radius: 20px;
}
.enquire2:hover {
    background: #6b7a8f ;
    border: none;
    text-align: center;
    color: #fff;
}


/*! form end*/

/*! our achivements */

#ourachivements {
    position: relative;
    width: 100%;
    max-width: 1100px;
    /*background: url('../img/hosptial-background.jpg') no-repeat;*/
    background: #37383b;
    background-size: cover;
    min-height: 200px;
    margin: 0 auto;
    height: auto;
}

#ourachivements>div.container-cl {
    /*background: rgba(225, 71, 95, 0.68);*/
    min-height: 200px;
    overflow: hidden;
}

.achivement-list {
    list-style-type: none;
    padding-inline-start: 0px;
    margin: 0 auto;
    /*padding: 60px 10px;*/
    padding: 60px 10px 60px 20px;
}

.achivement-list li {
    display: inline-block;
    width: 19%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    position: relative
}

.achivement-list li span {
    display: block;
}

.numbers-achivement {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0px;
}

ul.achivement-list li::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    height: 80px;
    background: #fff;
    right: 0;
    top: 0px;
    border-right: 2px solid #fff;
}

ul.achivement-list li:nth-child(5)::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    height: 80px;
    background: #fff;
    right: 0;
    top: 0px;
    border-right: none;
}

li span.break-achivement {
    /*display: inline-block;*/
    display: block;
}


/*! our achivements end */

/* gynaissue issue */

#gynaissue {
    position: relative;
    width: 100%;
    max-width: 1100px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    height: auto;
    overflow: hidden;
}

#gynaissue>div.container-cl {
    /*    padding: 30px 20px 60px 20px;*/
    /*padding: 10px 40px 40px 40px;*/
    padding: 0px 40px 0px 40px;
}

.icon-display {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gynoicon {
    margin: 6px 10px;
}

.issue-icon img {
    display: inline;
}

.issue-text {
    color: #000;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 20px;
    line-height: 25px;
    text-align: left;
    /*display: inline-grid;*/
    display: inline-block;
}

.span-bullet {
    font-size: 26px;
    line-height: 1px;
}

.breakissue {
    display: inline-block;
}

.gynaissue-list {
    padding-inline-start: 20px;
}

.gynaissue-list li {
    font-size: 18px;
    line-height: 25px;
    margin: 18px 0px;
}

.gynaissue-text-section {
    text-align: left;
}

.only-mobile-gyna {
    display: none;
    width: 100%;
    margin: 0 auto;
}


/* gynaissue issue end*/


/* our care team */

#ourcareteam {
    position: relative;
    width: 100%;
    max-width: 1100px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.ourcareteam-text {
    font-size: 18px;
    line-height: 25px;
    background: #efefef;
    padding: 20px;
    min-height: 230px !important;
}

.ourcareteam-name.name {
    font-size: 20px;
    margin-top: 10px;
}

.designation {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}

.ourcareteam-name {
    margin-bottom: 0px !important;
}

.ourcareteam-name span.namebox-border {
    border: none;
}

.ourdoctor-img img {
    margin: 0 auto;
}

.ourcareteam-slider {
    padding: 20px 40px;
}


/* our care team end */


/*! patient testimonial */

#testimonial {
    position: relative;
    width: 100%;
    max-width: 1100px;
    text-align: center;
   
    margin: 0 auto;
    text-align: center;
}

#testimonial>div.container-cl {
    padding: 0px 40px 20px 40px;
}

.text-testimonial,
.video-testimonial {
    margin: 20px 40px 0px 40px;
    /*border: 2px solid #37383b;*/
    border: none;
    text-align: center;
    padding-bottom: 20px;
}


/*.text-testimonial {
    text-align: left;
    box-shadow: 2px 5px 12px #0000001f;
    border-radius: 5px;
    background-color: #fff;
}
*/

.text-testimonial-blocks {
    box-shadow: 2px 5px 12px #0000001f;
    border-radius: 5px;
    background: #fff;
    text-align: left;
}

.text-testimonial-blocks p {
    font-style: italic;
}

.arrow2 {
    height: 25px;
}

.video-testimonial {
    margin: 20px 30px 0px 30px;
    border: none;
    background-color: transparent;
}

.testimonial-video-slider iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    height: 350px;
    border-radius: 5px;
}

.testimonial-slider-fontsize {
    min-height: 200px;
    font-size: 18px;
    line-height: 25px;
    /*padding: 20px 20px;
    margin-bottom: 10px;*/
    margin-right: 20px;
    margin-left: 20px;
}

.testimonial-limit {
    /*height: 120px;*/
    overflow: hidden;
}

.showmore {
    background: orange;
    color: #fff;
    padding: 10px;
}


/*.name {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px;
}
*/

.name {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px;
    letter-spacing: 0.5px;
}

.namebox-border {
    display: inline-block;
    padding: 10px 0px;
    width: 200px;
    /*border: 1px solid #37383b;*/
    color: #37383b;
}


/*! patient testimonial end */


/*department and ck birla */

#departofgyna {
    position: relative;
    width: 100%;
    max-width: 1100px;
    text-align: left;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 30px 10px 40px;
}

.gynolist {
    padding-inline-start: 20px;
}

.gynolist li {
    margin: 5px 0px;
}


/* department and ck birla */


/*! why choose ck birla */

#whychoose {
    position: relative;
    width: 100%;
    max-width: 1100px;
    text-align: center;
   
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

#whychoose>div.container-cl {
    /*    padding: 30px 20px 60px 20px;*/
    /*padding: 10px 40px 40px 40px;*/
    padding: 0px 40px 10px 40px;
}

.only-mobile {
    display: none;
}

.whychoose-row1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.why-choose-text-section {
    text-align: left;
}

.whychoose-list {
    padding-inline-start: 20px;
    list-style-type: none;
}

.whychoose-list li {
    font-size: 18px;
    line-height: 25px;
    margin: 18px 0px;
}

ul.whychoose-list li:before {
    content: '\2713\0020';
}

.why-choose-text-section .only-mobile {
    width: 100%;
    margin: 0 auto;
}

.delayrowspace {
    /*margin-top: 40px;*/
    margin: 40px 0px 10px 0px;
}

.choose-icon img {
    margin: 0 auto;
    height: 80px;
}

.choose-icon {
    text-align: center;
}

span.choose-text {
    display: inline-flex;
}

span.choose-text-breakcase {
    display: block;
}

.choose-text {
    margin-top: 5px;
    font-weight: normal;
    font-size: 18px;
    padding: 20px;
    color: #000;
}


/*.span-br {
    display: block;
}
*/

.col-centered-altered {
    /* margin-bottom: 20px !important;*/
    margin-bottom: 25px !important;
    width: 33%;
}

.col-centered {
    float: none;
    margin: 0 auto;
    display: inline-block;
}


/*! why choose ck birla end */


/*! about ck birla */

#aboutckbirla {
    position: relative;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

#aboutckbirla>div.container-cl {
    padding: 0px 40px 10px 40px;
}

.about-heading {
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 0px;
    position: relative;
    color: #37383b;
}

.about-heading-left {
    text-align: left;
    padding: 0 14px;
}

span.birlagroup {
    display: inline-block;
    padding: 0px 5px;
    position: relative;
}

.birlagroup {
    font-weight: bold;
}


/*
.birlagroup:after {
    content: '';
    position: relative;
    display: block;
    top: 102%;
    left: -1%;
    width: 102%;
    outline: 1px solid #1a75cb;
}
*/

.cloudtext {
    padding: 20px 20px 10px 20px;
    /*font-size: 18px;*/
    line-height: 25px;
    text-align: left;
}


/*! about ck birla end */

.footer {
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
    /*min-height: 200px;
    padding-top: 30px;*/
	min-height: 80px;
padding-top: 10px;
    background: #2A4468;
    color: #fff;
}

.container-cl {
    height: auto;
    max-width: 100%;
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 768px) {
  .col-xs-4 {
    width:100% !important;
  }
  .col-xs-6 {
    width:50% !important;
  }
  
  
}


.address {
    padding-top: 20px;
    font-size: 22px;
}

.address>p:nth-child(1) {
    margin-bottom: 0;
}

.contactadd {
    font-size: 26px;
}

.social {
    margin-top: 20px;
    margin-bottom: 20px;
    left: 0px;
}

.socialicon {
    padding-inline-start: 0px;
}

.socialicon li {
    display: inline;
}

.socialicon li a img {
    height: 40px;
    width: auto;
}

.contact {
    font-size: 20px;
}

.copyright {
    margin-top: 20px;
    bottom: 0;
    font-size: 12px;
    padding-bottom: 30px;
}


/* footer end */

.thankyou {
    display: none;
}

.loader {
    position: absolute;
    height: 100%;
    width: 95%;
    background: #ffffffab;
    margin: 0 auto;
    z-index: 9999999999;
    display: none;
    top: 0;
}

.loader img {
    position: absolute;
    margin-left: 39%;
    top: 34%;
    width: 25%;
}

.fixedbutton {
    display: none;
    width: 100%;
    max-width: 1100px;
    position: fixed;
    bottom: 0;
}

.fixedbutton-button {
    width: 100% !important;
    font-weight: normal;
    max-width: 1100px;
}

.submitbutondiv {
    text-align: center;
}

.submitbutondiv #enquire {
    width: 50%;
}

.mybuttongnew {
    background: #f27489;
    color: #fff;
    border: none;
}

.mybuttongnew:hover {
    background: #f27489;
    color: #fff;
    border: none;
}

.fixedbutton-button {
    font-size: 18px;
}

.leftpadding-remove {
    padding-left: 0px !important;
}

.rightpadding-remove {
    padding-right: 0px !important;
}

.removeleftpadding {
    padding-left: 0px !important;
}


/*.removerightpadding {
    padding-right: 14px;
}
*/

.removerightpadding {
    padding-right: 0px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

.slick-prev.slick-arrow {
    left: -35px;
}

.slick-next.slick-arrow {
    right: -35px;
}

.slick-next.slick-video {
    right: -25px;
}

.slick-prev.slick-arrow-careteam {
    left: -8px;
}

.slick-next.slick-arrow-careteam {
    right: -5px;
}
@media (min-width:768px) {
.mobile-tip, body.appointment .mobile-tip {
  display: none; }
  
  }
  
  

@media(max-width:1120px) {
    .contact {
        background: #286ca4;
        padding: 0 20px 5px 20px;
    }
    .inner-page-container .form-cont .grid .textbox {
        margin-top: 4.5px;
        margin-bottom: 8px;
    }
}

@media(max-width:1100px) {
    #ourcareteam {
        padding-left: 40px;
        padding-right: 40px;
    }
    .pinkbg {
        background: url(../img/gynoissue.png) no-repeat center center;
    }
    .issue-bg {
        /*background: #37383b !important;*/
        width: 100%;
        opacity: 0.9;
        background: #fff;
    }
    .pinkbg .col-xs-3 {
        width: 49.5%;
    }
    .pinkbg .col-xs-6 {
        width: 35%;
    }
    .gynoissue-bgimg img {
        display: none;
    }
    .slick-prev.slick-arrow-careteam {
        left: -10px;
    }
    .slick-next.slick-arrow-careteam {
        right: -10px;
    }
    .ourcareteam-slider {
        padding: 20px;
    }
}

@media(max-width:1050px) {
    li span.break-achivement {
        display: block;
    }
    iframe.iframe-size {
        width: 270px;
        height: 230px;
    }
}


/*
@media(max-width:950px) {
    .issue-text {
        display: block;
    }
}



@media (max-width:991px) {
    .doctorname {
        left: 30%;
    }
    .expert-designation {
        padding: 10px 40px;
    }
}
*/

@media(max-width:992px) {
    .testimonial-slider-fontsize {
        min-height: 240px;
    }
}

@media (max-width:767px) {
.footer {

    padding-bottom: 100px;
	text-align: center;
}
.mobile-tip {
    width: 100%;
    display: flex;
    background: #fff;
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
    z-index: 999;
    text-align: center;
    border-top: solid 1px #e6e6e6;
    justify-content: center;
    align-items: center;
}
    iframe.iframe-size {
        width: 270px;
        height: 240px;
    }
    .appointment {
        padding-top: 0px;
    }
    .consult {
        font-size: 22px;
    }
    .inner-page-container {
        margin: 10px 0px;
    }
    .inner-page-container .form-cont .grid .textbox {
        height: 38px;
        margin-bottom: 4px;
    }
    .g-recaptcha {
        margin-top: 8px !important;
    }
    .enquire {
        margin-top: 12px;
    }
    .testimonial-slider-fontsize {
        min-height: 140px;
    }
    .break-mobile {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none;
    }
    ul.achivement-list li:after {
        border-right: none;
    }
    ul.achivement-list li::after {
        right: -8px;
    }
    ul.achivement-list li:nth-child(2)::after {
        border-right: none;
    }
    /*li span.break-achivement {
        display: inline-block;
    }*/
    .achivement-list li {
        width: 48.5%;
    }
    ul.achivement-list li:nth-child(3),
    ul.achivement-list li:nth-child(4),
    ul.achivement-list li:nth-child(5) {
        margin-top: 30px;
    }
    ul.achivement-list li:nth-child(5) {
        width: 100%;
    }
    .achivement-list {
        padding: 40px 30px;
    }
    .whychoose-list li {
        font-size: 18px;
        line-height: 25px;
        margin: 14px 0px;
    }
    .gynaissue-list li {
        font-size: 18px;
        line-height: 25px;
        margin: 14px 0px;
    }
    .about-heading {
        margin-top: 20px;
        font-size: 22px;
        position: relative;
        color: #37383b;
    }
    #scrollUp {
        bottom: 72px;
    }
    .fixedbutton {
        display: none !important;
    }
    .quick-button {
        width: 100%;
        max-width: 1100px;
        position: fixed;
        bottom: 0;
        display: flex;
        background: none;
        z-index: 2;
        min-height: auto;
        justify-content: center;
        padding: 0px 10px 10px 10px;
    }
    .callarequest {
        position: relative;
        top: 0%;
        width: 49.5%;
        display: inline-flex;
        right: 0;
        transform: translateY(0) rotate(0deg);
        z-index: 1;
        transform-origin: 0;
        border: none;
        background: transparent;
        /* box-shadow: 2px 3px 11px 2px #463c3c96; */
        /* box-shadow: 2px 1px 4px 2px #463c3c96; */
        padding: 5px 0px;
        margin: 0px;
        border-radius: 0px;
    }
    .callarequest>a.callarequest-navigation-link {
        color: black;
        font-size: 18px;
        line-height: inherit;
        font-weight: 300;
        border: 1px solid #fff;
        letter-spacing: 1px;
        width: 100%;
        letter-spacing: 1px;
        background: #ffdbb9;
        text-align: center;
        display: block;
        border-radius: 0px;
        border-top-right-radius: 26px;
        border-bottom-right-radius: 26px;
        padding: 5px 0px;
    }
    .callnow {
        position: relative;
        top: 0%;
        width: 49.5%;
        display: inline-flex;
        right: 0;
        transform: translateY(0) rotate(0deg);
        z-index: 1;
        transform-origin: 0;
        border: none;
        background: none;
        /* box-shadow: 2px 3px 11px 2px #463c3c96; */
        /* box-shadow: 2px 1px 4px 2px #463c3c96; */
        padding: 5px 0px;
        margin: 0px;
        border-radius: 0px;
    }
    .callnow>a.callnow-navigation-link {
        color: black;
        font-size: 18px;
        line-height: inherit;
        font-weight: 300;
        border: 1px solid #fff;
        letter-spacing: 1px;
        width: 100%;
        background: #ffdbb9;
        text-align: center;
        display: block;
        border-radius: 0px;
        border-top-left-radius: 26px;
        border-bottom-left-radius: 26px;
        padding: 18px 0px 5px 0px;
    }
    #departofgyna {
        padding: 0 20px;
    }
    .col-centered {
        float: left;
        margin: 0 auto;
        display: inline-block;
    }
    .delayrowspace {
        margin-top: 2px;
    }
    .ckbirlaoffer {
        padding: 50px 30px 50px 30px
    }
    .fullnumber {
        display: none;
    }
    .calling-number {
        bottom: -12px;
    }
    .onlynumber {
        display: block;
    }
    .onlynumber img {
        height: 34px;
    }
    .fixedbutton {
        display: block;
    }
    .delay-text {
        padding: 20px 20px;
    }
    .col-centered {
        padding: 14px 0px;
    }
    .copyright {
        padding-bottom: 44px;
    }
    .slick-prev.slick-video {
        left: -15px;
    }
    .slick-next.slick-video {
        right: -10px;
    }
    .video-testimonial {
        margin: 20px 20px 0px 20px;
        border: none;
    }
    .doctorname {
        left: 24%;
    }
    .expert-designation {
        padding: 10px 40px;
    }
    .span-br {
        display: inline;
    }
    .slick-next.slick-whychoose {
        top: 32%;
    }
    .slick-prev.slick-whychoose {
        top: 32%;
    }
    #whychoose>div.container-cl {
        padding: 0px 40px 20px 40px;
    }
    #gynaissue>div.container-cl {
        padding: 0px 40px 20px 40px;
    }
    .span-bullet-2 {
        top: -18px;
        position: relative;
    }
}

@media (max-width:652px) {
    /*.span-bullet {
        display: none;
    }
    */
	
    .issue-icon {
        text-align: left;
    }
    .issue-text {
        /*display: list-item;*/
        display: inline-block;
        line-height: 20px;
    }
}

@media (max-width:576px) {
    .span-bullet-2 {
        top: -18px;
        position: relative;
    }
    .only-mobile-gyna {
        display: block;
    }
    .only-desktop-gyna {
        display: none;
    }
    .calling-number.onlynumber {
        padding-right: 5%;
    }
    .departofgyna {
        margin-bottom: 20px;
    }
    #testimonial>div.container-cl {
        margin: 0px;
        /*padding: 0px;*/
    }
    #testimonial>div.container-cl {
        padding: 0px 30px 20px 30px;
    }
    #ourspecialities {
        padding-bottom: 0px;
    }
    .calling-number.onlynumber {
        padding-right: 1%;
    }
    .issue-text {
        display: inline-block;
        font-size: 18px;
    }
    .about-heading-left {
        text-align: left;
        padding: 0 5px;
    }
    .ourcareteam-name {
        text-align: center !important;
    }
    .testimonial-slider {
        min-height: 200px;
        text-align: left;
    }
    .ourcareteam-name {
        text-align: center !important;
    }
    .ourcareteam-name .namebox-border {
        color: #000;
        text-align: center;
        display: inline-block;
    }
    .namebox-border {
        display: block;
        padding: 0px 0px;
        border: none;
        color: #37383b;
    }
    .col-centered {
        padding: 14px 30px;
    }
    .testimonial-slider-fontsize {
        min-height: 200px;
        font-size: 18px;
        line-height: 25px;
        /*padding: 20px 20px;
        margin-bottom: 20px;*/
    }
    .slick-prev.slick-arrow {
        left: -29px;
    }
    .slick-next.slick-arrow {
        right: -29px;
    }
    .slick-prev.slick-arrow-careteam {
        left: -10px;
    }
    .slick-next.slick-arrow-careteam {
        right: -7px;
    }
    .slick-prev.slick-whychoose {
        left: -15px;
    }
    .slick-next.slick-whychoose {
        right: -15px;
    }
    .expert-designation {
        padding: 10px 10px;
        margin-top: 40px;
    }
    .doctorname {
        left: 0;
        position: relative;
        top: -40px;
    }
    .expert-block-1 {
        margin-top: 2px;
    }
    .cloudtext {
        padding: 20px 10px 10px 10px;
    }
    .delay-text {
        padding: 10px 10px;
    }
    .experience-text {
        font-size: 18px;
        line-height: 25px;
        margin: 20px 0;
        padding: 10px 10px;
    }
    .address {
        padding-top: 20px;
        font-size: 22px;
        padding: 10px;
    }
    .delayrowspace .col-xs-3 {
        width: 49.1%;
    }
    .choose-text {
        padding: 10px;
    }
    .text-testimonial,
    .video-testimonial {
        margin: 20px 20px 0px 20px;
        border: none;
    }
    #aboutckbirla>div.container-cl {
        padding: 0px 20px 10px 20px;
    }
    .callnow,
    .callarequest {
        margin: 0px;
        width: 49.5%;
        padding: 5px 0px;
        /*box-shadow: 2px 3px 11px 2px #231818bf;*/
    }
    .callnow>a.callnow-navigation-link {
        font-size: 18px;
    }
    .callarequest>a.callarequest-navigation-link {
        font-size: 18px;
    }
    .text-testimonial,
    .video-testimonial {
        padding-bottom: 10px;
    }
}

@media(max-width: 480px) {
    .span-bullet-2 {
        top: -18px;
        position: relative;
    }
    .testimonial-slider-fontsize {
        min-height: 220px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .testimonial-slider-fontsize {
        min-height: 240px;
    }
    .ourcareteam-slider {
        padding: 10px 4px;
    }
}

@media(max-width: 375px) {
    .icon-display {
        padding: 10px 0px;
    }
    .gynoicon {
        margin: 6px 2px;
    }
}

@media(max-width:370px) {
    .testimonial-slider-fontsize {
        min-height: 250px;
    }
    .col-centered {
        padding: 14px 10px;
    }
    .issue-text {
        font-size: 17px;
    }
}

@media(max-width:340px) {
    .testimonial-slider-fontsize {
        min-height: 260px;
    }
    .logo img {
        display: inline-block;
        /*padding-left: 30px;*/
		padding-top: 0px;
        width: 190px;
    }
    .calling-number.onlynumber {
        padding-right: 6%;
    }
    .callnow,
    .callarequest {
        width: 46.5%;
    }
    .issue-text {
        font-size: 15px;
    }
}