 /* Color Swicher CSS */
.header-hd.blogtitle {
    font-size: 50px;
    text-transform: uppercase;
}
p.slogan {
    text-align: center;
    margin-top: 20px;
}
.smllogo {
    width: 165px;
    float: none;
    margin-right: 50px;
}
.drictext h2, p {
    padding-left: 10px;
}
.our-blog img {
    width: 100%;
	 
	margin:auto;
}
.btn-danger {
    color: #fff;
    background-color: #9d2d2e !important;
    border-color: #9d2d2e !important;
}
.blog-img {
    height:200px;
	background-color:#fafafa;
    align-items: center;
    vertical-align: middle !important;
}




@media (min-width: 768px)
{
	.header-hd.blogtitle {
    font-size: 40px;
    text-transform: uppercase;
    background-color: #0000009c !important;
    padding-top: 20px !important;
}


.modal-dialog {
   
    margin: 100px auto !important;
}
.post-text {
    padding: 10px;
    height: 150px;
}
}

@media (max-width: 600px)
{
	.header-hd.blogtitle {
    font-size: 20px;
    text-transform: uppercase;
    background-color: #0000009c !important;
    padding-top: 20px !important;
	color:white;
}
.modal-dialog {
    top: 140px !important;
}

.post-text {
    padding: 10px;
    height: 240px;
}


}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.fade:not(.show) {
    opacity: 1 !important;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
 body {
 
font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 1.42857143;
   background-color: #fff;
 }

 .readmore{
   background-color: #9d2d2e;
    color: #fff;
    border-radius: 15px 0px 15px 0px ;
    padding:10px;
 }

 .dricon img {
    height: 30px !important;
    margin-top: 9px !important;
}
 :root {
  --textblue: #c39024;
  --white: #ffffff;
  --textred:#9d2d2e;
}


 /*********fonts**************************/
 @font-face {
  font-family: 'helvetica_lt_stdbold';

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_lt_stdBdCn';
  
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_lt_stdlight';
  
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_lt_stdroman';
 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
 
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'helvetica_lt_stdBlkCn';
  
  font-weight: normal;
  font-style: normal;
}
 /********fonts-end***********************/

 p{font-family: "Poppins", sans-serif !important;}

 .swichermainbx {
   max-width: 1140px;
   margin: 155px auto 0px auto;
   border-radius: 6px;
   background-color: rgba(0, 0, 0, 0.45);
   padding: 32px;
 }

 .swichermainleft {
   width: 50%;
   float: left;
   margin-bottom: 25px;
 }

 .swichermainright {
   width: 50%;
   float: left;
   margin-bottom: 25px;
 }

 .swichermainright.swichertxt {
   width: 100%;
   float: none;
   margin-bottom: 25px;
 }

 .swichertxt02 {
   font-size: 15px;
   margin-bottom: 15px;
   color: #fff;
 }

 .wscolorcode:hover {
   color: #fff;
   text-decoration: none;
 }

 .wscolorcode {
   width: 12.5%;
   margin: 0px;
   color: #fff;
   float: left;
   padding: 4px 12px 4px 12px;
   margin: 0px;
   height: 30px;
   line-height: 22px;
   background-color: #333;
   font-size: 13px;
   text-transform: uppercase;
   text-align: center;
   /*border-bottom: solid 2px #fff;*/
 }

 .wscolorcode.cblack {
   width: 16.66%;
 }

 .wscolorcode.active {
   border-bottom: solid 2px #333;
   opacity: 1;
 }

 .wscolorcode.cblack.active {
   border-bottom: solid 2px #da4b38;
   opacity: 1;
 }

 .wscolorcode i {
   font-size: 15px;
   color: #fff;
 }

 .wscolorcode.cblue {
   background-color: #1991eb;
 }

 .wscolorcode.corange {
   background-color: #fb872b;
 }

 .wscolorcode.cred {
   background-color: #d7412e;
 }

 .wscolorcode.cpink {
   background-color: #eb65a0;
 }

 .wscolorcode.cgreen {
   background-color: #80c133;
 }

 .wscolorcode.cpurple {
   background-color: #967ADC;
 }

 .wscolorcode.cgry {
   background-color: #ccc;
 }

 .wscolorcode.cyellow {
   background-color: #ffd452;
 }

/* .wscolorcode.grd-green {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49c4a4), to(#97b832));
   background: -webkit-linear-gradient(left, #49c4a4, #97b832);
   background: -moz-linear-gradient(left, #49c4a4, #97b832);
   background: -o-linear-gradient(left, #49c4a4, #97b832);
   background: -ms-linear-gradient(left, #49c4a4, #97b832);
   background: linear-gradient(left, #49c4a4, #97b832);
   background-color: #49c4a4;
 }

 .wscolorcode.grd-blue {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31c8b1), to(#4ec7ff));
   background: -webkit-linear-gradient(left, #31c8b1, #4ec7ff);
   background: -moz-linear-gradient(left, #31c8b1, #4ec7ff);
   background: -o-linear-gradient(left, #31c8b1, #4ec7ff);
   background: -ms-linear-gradient(left, #31c8b1, #4ec7ff);
   background: linear-gradient(left, #31c8b1, #4ec7ff);
   background-color: #4ec7ff;
 }

 .wscolorcode.grd-red {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d90647), to(#eb402c));
   background: -webkit-linear-gradient(left, #d90647, #eb402c);
   background: -moz-linear-gradient(left, #d90647, #eb402c);
   background: -o-linear-gradient(left, #d90647, #eb402c);
   background: -ms-linear-gradient(left, #d90647, #eb402c);
   background: linear-gradient(left, #d90647, #eb402c);
   background-color: #d90647;
 }

 .wscolorcode.grd-light-green {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#29bb92), to(#69cbb0));
   background: -webkit-linear-gradient(left, #29bb92, #69cbb0);
   background: -moz-linear-gradient(left, #29bb92, #69cbb0);
   background: -o-linear-gradient(left, #29bb92, #69cbb0);
   background: -ms-linear-gradient(left, #29bb92, #69cbb0);
   background: linear-gradient(left, #29bb92, #69cbb0);
   background-color: #29bb92;
 }

 .wscolorcode.grd-pink {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c659a7), to(#fd67a0));
   background: -webkit-linear-gradient(left, #c659a7, #fd67a0);
   background: -moz-linear-gradient(left, #c659a7, #fd67a0);
   background: -o-linear-gradient(left, #c659a7, #fd67a0);
   background: -ms-linear-gradient(left, #c659a7, #fd67a0);
   background: linear-gradient(left, #c659a7, #fd67a0);
   background-color: #cc48d4;
 }

 .wscolorcode.grd-orange {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff5183), to(#ff754b));
   background: -webkit-linear-gradient(left, #ff5183, #ff754b);
   background: -moz-linear-gradient(left, #ff5183, #ff754b);
   background: -o-linear-gradient(left, #ff5183, #ff754b);
   background: -ms-linear-gradient(left, #ff5183, #ff754b);
   background: linear-gradient(left, #ff5183, #ff754b);
   background-color: #ff5183;
 }

 .wscolorcode.grd-black {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383d41), to(#5d6069));
   background: -webkit-linear-gradient(left, #383d41, #5d6069);
   background: -moz-linear-gradient(left, #383d41, #5d6069);
   background: -o-linear-gradient(left, #383d41, #5d6069);
   background: -ms-linear-gradient(left, #383d41, #5d6069);
   background: linear-gradient(left, #383d41, #5d6069);
   background-color: #5d6069;
 }

 .wscolorcode.grd-gry {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#e4e4e4));
   background: -webkit-linear-gradient(left, #cccccc, #e4e4e4);
   background: -moz-linear-gradient(left, #cccccc, #e4e4e4);
   background: -o-linear-gradient(left, #cccccc, #e4e4e4);
   background: -ms-linear-gradient(left, #cccccc, #e4e4e4);
   background: linear-gradient(left, #cccccc, #e4e4e4);
   background-color: #cccccc;
 }
*/

 /* End COlor Swicher CSS */
 .header {
   width: 100%;
   display: block;
   min-height: 214px;
   padding-top: 0px;
 }

 .headerwp {
   max-width: 1140px;
   margin: 0 auto;
   padding: 0px;
 }

 .posrlt {
   position: relative;
 }

 .headtoppart {
   display: block;
   width: 100%;
  background-color: #c39024;
   height: 39px;
   margin: 0px auto;
   padding: 0px 0px;
   min-width: 320px;
 }

 .headertopleft {
   width: 50%;
   float: left;
 }

 .headertopright {
   width: 50%;
   float: right;
   text-align: right;
 }

 .headertopright a {
   line-height: 39px;
   color: #fff;
   font-size: 14px;
   padding: 0px 12px;
   float: right;
 }
 .headertopright a:focus, .headertopright a:hover {
  color: #fff;
  text-decoration: underline;
}

 .headertopright a:hover {
   /*background-color: #272B37;*/
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }

 .headertopright a.facebookicon:hover {
   background-color: #3b5998;
   color: #fff;
 }
 .treatment-detail-form .form-control{font-size: 14px;font-family: 'robotoregular';color:#999;}
  #dr-form .form-control.patient-condition{height: 112px;}
 .headertopright a.twittericon:hover {
   background-color: #55acee;
   color: #fff;
 }

 .headertopright a.linkedinicon:hover {
   background-color: #0077b5;
   color: #fff;
 }

 .headertopright a.googleicon:hover {
   background-color: #dd4b39;
   color: #fff;
 }

 .address {
   padding: 7px 0px 0px 0px;
   font-size: 15px;
   color: #b6b6b6;
 }

 .address a {
   color: #fff;
 }
 .address a:hover {
  color: #fff;
}

 .address span {
   margin-right: 9px;
   color: #fff;
 }

 .address i {
   margin-right: 6px;
   margin-left: 6px;
   color: #fff;
 }
 .fa-phone {
  -webkit-transform: rotate(99deg);
  -moz-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  -o-transform: rotate(99deg);
  transform: rotate(99deg);
}

 .norlt {
   position: static;
 }

 .menuwrapper {
   position: relative;
 }

 .show-grid {
   background-color: #fff;
 }
#hd-new ~ .inner-page-hd h1 {
  text-align: center;
  color: #c39024;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: 'robotoregular';
}
 .btn-border {
   border: 2px solid;
   border-radius: 40px;
   display: inline-block;
   font-size: 13px;
   text-transform: uppercase;
   -moz-user-select: none;
   background-image: none;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   color: #fff;
   padding: 15px 40px;
 }

 .btn-border:hover {
   color: #fff;
   text-decoration: none;
   opacity: 0.9;
 }

 .btn-border:focus {
   color: #fff;
   text-decoration: none;
   opacity: 0.9;
 }

 .mobiletext02 {
   display: none;
 }

 @media only screen and (min-width: 230px) and (max-width:991px) {
   .headtoppart {
     display: block;
	 position: fixed;
z-index: 999999;
   }

   .swichermainbx {
     width: 96%;
     margin: 25% 2%;
     display: block;
     background-color: rgba(0, 0, 0, 0.5);
     padding: 15px 25px;
     border-radius: 14px;
   }

   .swichermainleft {
     width: 98%;
     margin: 1% 1%;
   }

   .swichermainright {
     width: 98%;
     margin: 1% 1%;
   }

   .wscolorcode {
     width: 12.5%;
   }

   .swichertxt {
     display: none;
   }

   .swichertxt02 span {
     display: none;
   }
 }
 
 /********************************custome css******************************/
 /***********banner*************/
  /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        /*jssor slider bullet skin 132 css*/
        .jssorb132 {position:absolute;}
        .jssorb132 .i {position:absolute;cursor:pointer;}
        .jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
        .jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
        .jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
        .jssorb132 .i.idn {opacity:0.3;}

        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
		
		/***************page***********/

		.mb-40{margin-bottom:40px;}
		.justify{ text-align:justify;}
		.page-section{width:100%; float:left;}
		.about-hd{font-size:30px; font-weight:700; color:#444;padding-bottom:20px;}
		.about-hd span{color:#064a88;}
		.heading{color: #9d2d2e; font-size: 31px; text-align: left; 
      font-family: 'robotomedium';
    }
    /*.blog-section-text{display:flex; justify-content: space-between; padding-top:30px;align-items: center;}*/
    .view-blog-btn{text-align: right;}
    .view-blog-btn a{
      color: #064a88;
      font-size: 15px; 
      text-align: right;
      /* font-family: 'helvetica_lt_stdroman'; */
    }
		.sub-heading{text-align:center; margin-bottom:40px; color: #333;
      font-size: 14px;}

    @media (max-width:768px){
      .heading {font-size: 28px;}
      .view-blog-btn a {font-size: 18px;}
    }
/*.doctors-box .serviceBox{
    background: linear-gradient(to right bottom,#9F459D, #39166A);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 25px 2px 2px;
    border-radius: 30px;
}
.doctors-box .serviceBox .title{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 10px 20px;
}
.doctors-box .serviceBox .service-content{
    background-color: #fff;
    padding: 35px 20px 20px;
    border-radius: 0 0 28px 28px;
    position: relative;
    z-index: 1;
	min-height: 330px;
}
.doctors-box .serviceBox .service-content:before,
.doctors-box .serviceBox .service-content:after{
    content: '';
    background: linear-gradient(to right bottom, #9F459D, #39166A);
    height: 15px;
    width: 30px;
    border-radius: 0 0 200px 200px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.doctors-box .serviceBox .service-content:after{
    background: #fff;
    height: 50px;
    width: auto;
    border-radius: 0;
    transform: translateX(0);
    left: -2px;
    right: -2px;
    z-index: -1;
}
.doctors-box .serviceBox .service-icon{
    color: #39166A;
    font-size: 60px;
    line-height: 50px;
    margin: 0 0 15px;
}
.doctors-box .service-icon img{width: 120px;}
.doctors-box .serviceBox .description{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.doctors-box .serviceBox.blue,
.doctors-box .serviceBox.blue .service-content:before{
    background: linear-gradient(to right bottom, #60C7CE, #0D8FC3);
}
.doctors-box .serviceBox.blue .service-icon{ color: #0D8FC3; }
.doctors-box .serviceBox.green,
.doctors-box .serviceBox.green .service-content:before{
    background: linear-gradient(to right bottom, #A3CD39, #6DBD42);
}
.doctors-box .serviceBox.green .service-icon{ color: #6DBD42; }
.doctors-box .serviceBox.gray,
.doctors-box .serviceBox.gray .service-content:before{
    background: linear-gradient(to right bottom, #38475C, #354A5F);
}
.doctors-box .serviceBox.gray .service-icon{ color: #354A5F; }
@media only screen and (max-width: 990px){
    .doctors-box .serviceBox{ margin: 0 0 30px; }
}
.doctors-box .treatment{color:#444; font-weight:700;}*/
		
/*************treatment**************/
.treatment-box .serviceBox{
    padding:0px 31px 0px 31px;
    border: 1px solid #f4f4f4;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}
.treatment-box .serviceBox{
background: #ffffff;
    min-height: 287px;
    border-radius: 50px 0px 50px 0px;
    margin-bottom: 20px;
    border: 1px solid #333;
    box-shadow: 8px 4px 7px #eee;
}	}


.treatment-box .serviceBox .service-icon{
    display: inline-block;
    /*width: 80px;*/
    /*height: 80px;*/
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    transition:all 0.3s ease 0s;
}

.treatment-box .serviceBox .title{
    font-size: 20px;
    font-weight: 500;
    color: #c39024;
    text-transform: capitalize;
    margin: 0 0 15px 0;
	text-align:center;
  ///font-family: 'robotomedium';
}
.treatment-box .serviceBox .description{
    font-size: 15px;
    color: #444;
    line-height: 25px;
    margin: 0;
	text-align:left;
}
.treatment-box .description ul.service-list-icon{margin:0px; padding:0px; list-style:none; font-family: 'robotoregular';}
ul.service-list-icon li{
	    list-style: disc;
    font-size: 16px;
    position: relative;
    padding: 0px 0px 0px 0px;
    color: #9d2d2e;
    text-align: left;
    font-family: "Poppins", sans-serif;
}
	
	.img-icons-box img {
    width: 100px !important;
    margin-top: -5px !important;
}


.treatment-box .description ul.service-list-icon li:before{
top: 7px;
background:url(../images/home-icons/plus-icon.png) no-repeat;
content:""; width: 16px; height: 16px; position: absolute; left: 0;
}

@media only screen and (max-width:990px){
    .treatment-box .serviceBox{ margin-bottom: 30px; }
}

/**************tab-slide-section**************/
#tab-slide-section .tab .nav-tabs{
border-bottom: none;
position: relative;
}
#tab-slide-section .tab .nav-tabs li{
margin-right: 15px;
}
.serviceBox-prosess.orange .service-icon.red-icon{background: #9d2d2e;}
.serviceBox-prosess.orange::before {
  border: 3px solid #bd3127;}
#tab-slide-section .tab .nav-tabs li a{
padding: 20px 15px;
font-size: 21px;
color:#9d2d2e;
font-family: "Poppins", sans-serif;
border-radius: 0;
text-transform: uppercase;
margin-right: 0;
border: none;
position: relative;
transition: all 0.5s ease 0s;
 
}
#tab-slide-section .tab .nav-tabs li a:hover{
background: #fff;
}
#tab-slide-section .tab .nav-tabs li a:before{
content: "";
width: 50%;
height: 2px;
background: #9d2d2e;
position: absolute;
bottom: 15px;
left: 25%;
transform: scale(0);
transition: all 700ms ease 0s;
}
#tab-slide-section .tab .nav-tabs li a:after{
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
/*background: #9d2d2e;*/
margin: 0 auto;
position: absolute;
bottom: 2px;
left: 0;
right: 0;
transform: scale(0);
transition: all 700ms ease 0s;
}
#tab-slide-section .tab .nav-tabs li.active a,
#tab-slide-section .tab .nav-tabs li.active a:focus,
#tab-slide-section .tab .nav-tabs li.active a:hover{
border: none;
color:#9d2d2e;
font-family: "Poppins", sans-serif;

}
#tab-slide-section .tab .nav-tabs li a:hover:before,
#tab-slide-section .tab .nav-tabs li.active a:before,
#tab-slide-section .tab .nav-tabs li a:hover:after,
#tab-slide-section .tab .nav-tabs li.active a:after{
transform: scale(1);
}
.form-hd-1{color:#9d2d2e;font-size: 2.5rem;text-align: center; font-family: 'robotomedium';padding-bottom:15px;}
#tab-slide-section .tab .tab-content{
padding: 20px;
background: #fff;
font-size: 14px;
color: #a09d9d;
line-height: 26px;
}
.fileupload-caption{color:#7c7c7c;font-family: 'robotoregular'; font-size:14px;}
#tab-slide-section .tab .tab-content h3{
font-size: 24px;
margin-top: 0;
}
@media only screen and (max-width: 479px){
#tab-slide-section .tab .nav-tabs li{ width: 100%; }
#tab-slide-section .tab .nav-tabs li a{ text-align: center; }
}

.select-categories select.form-control:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
  width:250px;
  margin:0 auto;
  margin-top:20px;
}
.dr-sub-title{font-size:14px;padding-bottom:8px;margin:0px; height:130px;}

/**************process************/
.serviceBox-prosess{
color: #000;
text-align: center;
padding: 0 0 30px 20px;
position: relative;
margin-top:-45px;
}
.serviceBox-prosess:before{
content: "";
border: 6px solid #c39024;
border-top-style: solid;
border-bottom-style: solid;
border-right: none;
border-radius: 20px 0 0 20px;
position: absolute;
width: 45%;
top:90px;
bottom: 30px;
left: 20px;
}
.serviceBox-prosess .service-icon{
width: 60px;
height: 60px;
margin: 0 auto 30px;
border-radius: 50%;
box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
/*border: 3px solid #094d8a;*/
position: relative;
top: 60px;
background: #c39024;
}
.serviceBox-prosess .service-content{
padding: 20px 10px;
border: 3px solid #9d2d2e;
border-radius: 20px;
box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
height: 250px;
}
/*.serviceBox .service-content:before,*/
.serviceBox-prosess .service-content:after{
content: "";
background: #094d8a;
width: 15px;
height: 15px;
border-radius: 50%;
position: absolute;
top: 86px;
left: 50%;
}
.serviceBox-prosess .service-content:after{
border-radius: 50%;
transform: rotate(45deg);
top: auto;
bottom: 26px;
}
.serviceBox-prosess .title{
font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 10px;
    margin-top: 20px;
    color: #1f1f1f;
    font-family: sans-serif;
    font-weight: bold;
}
.serviceBox-prosess .description{
color: #55606c;
font-size: 14px;
line-height: 18px;
text-align: center;
/*font-family: 'robotoregular';*/
font-family:"Helvetica Neue",Helvetica, Arial, sans-serif;
text-align: justify;
}
.serviceBox-prosess.orange{ color: #F97216; }
.serviceBox-prosess.orange:before,
.serviceBox-prosess.orange .service-icon,
.serviceBox-prosess.orange .service-content{
/*border-color: #094d8a;*/
}
.serviceBox-prosess.orange .service-content:before,
.serviceBox-prosess.orange .service-content:after{
background-color: #F97216;
}
.serviceBox-prosess{ color: #0398E0; }
.serviceBox-prosess:before,
.serviceBox-prosess .service-icon,
.serviceBox-prosess .service-content{
/*border-color: #0398E0;*/
}
.serviceBox-prosess .service-content:before,
.serviceBox-prosess .service-content:after{
background-color: #0398E0;
}
.serviceBox-prosess.black{ color: #10222D; }
.serviceBox-prosess.black:before,
.serviceBox-prosess.black .service-icon,
.serviceBox-prosess.black .service-content{
border-color: #10222D;
}
.serviceBox-prosess.black .service-content:before,
.serviceBox-prosess.black .service-content:after{
background-color: #10222D;
}
.process-wrap .col-lg-3{padding-left:0px; padding-right:0px;}
.process-wrap .col-lg-3:last-child{padding-right:20px;}
.process-wrap .col-lg-3:nth-child(4){padding-right:20px;}
@media only screen and (max-width: 990px){
.serviceBox-prosess{ margin: 0 0 -30px; }
}

@media (max-width:768px){
	.serviceBox-prosess .service-content{min-height: 170px;}
	.process-wrap .col-lg-3{padding-right:15px;}
	
}
/*.serviceBox.orange::before{border-color:#094d8a!important;}*/
.serviceBox-prosess.orange .service-content::after{background-color:#9d2d2e;}

.serviceBox-prosess.orange::before{ border: 3px solid #094d8a;border-right: none;}
.serviceBox-prosess.orange::after {
  content: "";
  border: 6px solid #9d2d2e;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left: none;
    border-left-color: currentcolor;
  border-radius: 0 20px 20px 0;
  position: absolute;
  width: 49%;
  top: 90px;
  bottom: 30px;
  right: 0px;
  
}
.service-icon span{color:#fff;font-size:30px; line-height:55px;}

.hd-title{text-align: center;
    margin-top: 30px;
    font-size: 26px;
    color: #c39024;
    font-weight: 600;
    font-family: sans-serif;
}
.timeline_wrap{display:flex; justify-content:center; position:relative;}
.timeline-list:before{
	content:"";
	width:215px;
	height:845px;
	display:block;
	background:url(../images/dr-icon.png) no-repeat;
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
}

.service-icon img {
    height: 70px;
    width: 70px !important;
    border-radius: 50%;
    border: 4px double #fff;
}

.serviceBox .title {
    color: black !important;
    font-family: "Poppins", sans-serif !important;

    font-weight: bold !important;
}


.ml-15{margin-left:15px;}
.text-box{padding: 0 15px;}
.timeline-step-box .content-area{
padding: 15px;
text-align: justify;
background:#9d2d2e17;
margin: 15px;
text-align:right;
min-height: 155px;
}
.heading-line-wrap2 {
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  background: #c39024 none repeat scroll 0 0;
  content: "";
  height: 3px;
  width: 55px;
  margin-bottom: 5px;
}
.heading-line-wrap3 {
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  background: #c2c1c1 none repeat scroll 0 0;
  content: "";
  height: 3px;
  width: 220px;
  margin-bottom: 5px;
}
.heading-line-wrap4{
  content: "";
  background: #9d2d2e none repeat scroll 0 0;
  height: 2px;
  width: 85px;
  position: relative;
top: -1px;
margin-left:102px;
margin-bottom:15px;
}
.heading-line3 {
  content: "";
  background: #c39024 none repeat scroll 0 0;  margin: 0 auto;
  height: 5px;
  width: 65px;
  position: relative;
top: -1px;
}

.timeline-step-box .content-area p{font-size:15px; text-align: right;color:#000;
  font-family: 'robotoregular';
}
.timeline-step-box .content-area p.left-text{text-align:left;}
.timeline-step-box.right-line:after{content: "";
display: block;
position: absolute;
top: 45px;
right: 16px;
background:transparent;
width: 15px;
height: 4px;
}
p {
    margin: 0 0 10px;
    font-size: 15px !important;
}
.timeline-step-box.left-line:before{content: "";
display: block;
position: absolute;
bottom: 45px;
left: 27px;
background:transparent;
width: 22px;
height: 4px;
}

.timeline-step-box.right-line2:after{content: "";
display: block;
position: absolute;
top: 45px;
right: 16px;
background: transparent;
width: 22px;
height: 4px;
}
.timeline-step-box.left-line2:before{content: "";
display: block;
position: absolute;
bottom: 50px;
left: 27px;
background: #c9e3f9;
width: 22px;
height: 4px;
}

.timeline-step-box.right-line3:after{content: "";
display: block;
position: absolute;
top: 60px;
right: 16px;
background: #c9e3f9;
width: 22px;
height: 4px;
}
.timeline-step-box.left-line3:before{content: "";
display: block;
position: absolute;
bottom: 30px;
left: 27px;
background: #c9e3f9;
width: 22px;
height: 4px;

}

.content-area{display:flex; justify-content:space-between;}
.img-icons-box{margin:8px; border:1px solid #fff; background:#fff;width:95px; height:95px;}
.img-icons-box img	{margin-top: 8px;padding: 15px;margin-left: -4px;}
.content-title{font-size:18px;color: #c39024;font-family: sans-serif;}
.left-line .content-area, .left-line2 .content-area, .left-line3 .content-area{text-align:left;}
@media (max-width:992px){
	.timeline-list:before{background:none;}
}

/**************blogs*****************/
.bg-gray-light{background:#f7f7f7;}
.our-team{background:#fff; border:1px solid #d3d3d3; padding:15px; overflow: hidden;}
.our-team img{width:100%; height: auto; border:1px solid #d3d3d3; border-radius:10px;}
.our-team .team-content{ padding:15px 0 15px 5px;}
.our-team .team-title{margin:0 0 10px;}
.our-team .team-title a{font-size:18px;  
  font-family: 'robotomedium';
  display: block; color:#c39023; transition: all 0.50s ease;}
.our-team:hover .team-title a{
  color:#9d2d2e; 
  text-decoration:none;}
.our-team .team-title small{font-size:13px; color:#808080;}
.our-team .description{
  margin-bottom:15px; 
  /* color:#949494;  */
  font-size:14px;
}

h3.blog-title a {
    font-size: 20px;
    font-weight: 100 !important;
    color: #9d2d2e;
}


.our-blog .read{float: left;background: #9d2d2e; color:#fff; padding:4px 12px; border-radius:5px;
  font-family: 'helvetica_lt_stdroman';
}

a.view-all-btn{color:#fff; font-size:18spx; background:#9d2d2e; padding:5px; border-top-left-radius:5px; border-top-right-radius:5px;}
@media only screen and (max-width: 990px) {
    .our-team{
        margin-bottom:20px;
    }
}

/***************step box****************/

.dc-bgcolor{background:#e8f6ff}
.dc-workdetails-holder{position:relative}
.dc-main-section.dc-workdetails-holder{padding-top:0}
.dc-workdetails{float:left;width:100%;text-align:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-webkit-box-orient:vertical;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.dc-workdetails-bordertwo,.dc-workdetails-border{position:relative}
.dc-workdetails-border:after,.dc-workdetails-bordertwo:before{position:absolute;top:0;top:20px;content:'';left:-98px;width:195px;height:100px;background:url(../images/line-02.png);background-repeat:no-repeat;background-size:100% 100%}
/*.dc-workdetails-bordertwo:before{background:url(images/line-02.png);left:-98px}*/
.dc-workdetail{float:left;width:auto;padding:20px;margin-bottom:30px;text-align:center;border-radius:100%;background:url(../images/border-img.png);background-repeat:no-repeat;background-size:100% 100%}
.dc-workdetail figure{width:100px;height:100px;margin:0 auto;background:#fff;border-radius:100%;
-webkit-box-shadow:0 0 6px 0 rgba(153,153,153,0.3);box-shadow:0 0 6px 0 rgba(153,153,153,0.3);text-align:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-webkit-box-orient:vertical;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.dc-workdetail figure img{width:100px;margin:0 auto;display:block}
.dc-workdetails .dc-title span{font-size:16px;display:block;margin-bottom:5px;line-height:20px;font-family:'Poppins',sans-serif}
.dc-workdetails .dc-title h3{margin:0;font-size:26px;line-height:30px}
.dc-workdetails .dc-title h3 a{display:inline-block;vertical-align:middle;color:var(--terthemecolor)}
.dc-ratedecontent{float:left;width:100%;padding:94px 40px 80px}
.dc-ratedecontent .dc-btnarea{margin-top:3px;text-align:center}
.dc-neurosurgeons-img{width:112px;height:112px;background:#fff;border-radius:100%;margin:0 auto 36px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 0 14px rgba(255,255,255,0.3);box-shadow:0 0 0 14px rgba(255,255,255,0.3)}
.dc-neurosurgeons-img img{width:auto;display:block}
.dc-docpostslider{float:left;width:100%}
.dc-docpostslider .owl-stage-outer{padding:67px 0 24px 30px}
.dc-docpostslider .item{float:left;width:100%}
.dc-docfeatured{float:left;widows:100%;margin-top:-30px}
.dc-docfeatured>div>div{margin-top:30px}


.step-box-wrap{width:100%; /*margin:0 auto; 
 content: '';
    display: block;
    clear: both;*/
}
.step-box-wrap .step-box{width:24.6666%; float:left;}
.dc-title span{color: #c39024;}

@media (max-wodth:889px){
	.dc-workdetails-border:after,.dc-workdetails-bordertwo:before{display:none;}
}
@media screen and (max-width:767px){
    .treatment-step .main-timeline .timeline{ margin: 0 0 15px; }
	.step-box-wrap .step-box{width:50%; float:left;}
	.dc-workdetails-border:after,.dc-workdetails-bordertwo:before{display:none;}
}

@media screen and (max-width:669px){
    .treatment-step .main-timeline .timeline{ margin: 0 0 15px; }
	.step-box-wrap .step-box{width:99%; float:left;}
}
ul.step-list-icon li:before {    
	background: transparent url("../images/approved.png") scroll 0 0 no-repeat;
  content:""; width: 16px; height: 16px; position: absolute; left: 0; top: 8px;}
ul.step-list-icon li{list-style: none; position: relative; padding: 5px 0px 5px 27px; text-align:left;}
.shadow-box {
  border-bottom: 0px solid #dfdfdf;
  border-radius: 8px;
  padding: 15px;
  ///column-count: 1;
 // box-shadow: 0 8px 20px rgb(0 102 255 / 12%), 0 3px 5px rgb(81 126 194 / 10%);
  margin-bottom: 20px;
}
/**************footer**************/
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
  
    background: #1d2024 !important; padding-top:20px;
}

#footer h5{
  position: relative;
  font-size:18px;
	/* padding-left: 10px; */
    
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
    font-family: 'robotomedium';
}
#footer h5:after {
  content: "";
  position: absolute;
  background-color: #ff4c60;
  width: 50px;
  height: 3px;
  left: 10%;
  bottom: -76%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer a {
    color: #ccc !important;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.quick-links li{
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.15);

}
#footer ul.quick-links{
  color:#ccc;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
  
}
#footer ul.quick-links li > a:hover{
color: #9d2d2e !important;
transition: all .1s ease;
}
#footer ul.social li a i:hover{
color: #9d2d2e;
background-color: #fff;
padding: 5px;
border-radius: 50%;
}
#footer ul.quick-links li{
	padding: 0px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li a:hover {
  color: #31b8bc;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
@media screen and (max-width:1024px) {
  #footer h5:after{
    left:15%;
  }
}
@media screen and (max-width:567px) {
  #footer h5:after{
    left:50%;
  }
}

.footer-wrap{background:#313b48; width:100%; float:left;}

/*************slider***********************/
.pd20
{
	padding:20px;
}
.schauhan-product-item
{
	background:#fff;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(240,237,240,1);
-moz-box-shadow: 0px 0px 24px 0px rgba(240,237,240,1);
box-shadow: 0px 0px 24px 0px rgba(240,237,240,1);
}
.schauhan-product-slider {
  background: #fff;
  padding: 10px;
}
.schauhan-product-slider .carousel-control {
  width: 5%;
  background:none;
}
.schauhan-product-slider .carousel-control .glyphicon {
	color:#000;
}
	
.schauhan-product-item a {
  color: #333;
}
.schauhan-product-item a:hover {
  text-decoration: none;
}
.schauhan-product-item .schauhan-hline {
  margin: 10px 0;
  height: 1px;
  background: #ccc;
}
@media all and (max-width: 768px) {
  .schauhan-product-item {
    margin-bottom: 30px;
  }
  
   .pd20
{
	padding:20px;
}
  
  .schauhan-product-title h4 a
  {
	 color:#333;
  }
}
.schauhan-product-photo {
  text-align: center;
  height: 120px;
  padding:15px;
  background: #fff;
}
.schauhan-product-photo img {
  height: 100%;
  width:80%;
  display: inline-block;
}
.schauhan-product-info {
  background: #fff;
  padding: 15px;
}
.schauhan-product-title h4 a
{
	 color:#333;
}

.schauhan-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.schauhan-product-rating, .schauhan-product-rating a  {
  color: #333;
  font-size:12px;
}
.schauhan-product-rating .active {
  color: #FFB500;
}
.schauhan-product-price {
  color:#fe4646;
  font-size: 14px;
}

.mybt
{
	padding:5px;
	font-size:12px;
	background:#529cff;
	border:none;
	color:#fff;
}
.carousel-example-generic .carousel-control.left{background-image:none;}

/**************contact********************/
.gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #31b8bc 0%, #064a88 100%);
    background-image: -ms-linear-gradient(0deg, #31b8bc 0%, #064a88 100%);
    color: #fff;
}
.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
}
.contact-info__list span.position-absolute {
    left: 0
}
.z-index-101 {
    z-index: 101;
}
.list-style--none {
    list-style: none;
}
.contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
}
@media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 5rem !important
    }
}
.shadow-lg, .shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}
/* About Us Section
--------------------------------*/
#about {
  padding: 30px 0;
}
#about .about-content {
  padding-top: 40px;
}
#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}
#about .about-content ul {
  list-style: none;
  padding: 0;
}
#about .about-content ul li {
  padding-bottom: 10px;
}
#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}
#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}
#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: 0.5s;
}
#about .about-img img:hover {
  width: 100%;
  transform: scale(1.03);
}
#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
}
#about p{    text-align: justify;}
#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
}
.page-section p{color: #333;
  letter-spacing: 0.8px;
 
  /* font-family: 'robotoregular';  */
  /* font-size:14px; */
}
.inner-page-hd h1 {
  text-align: center;
  color:#9d2d2e;
  font-weight: 600;
  font-size: 24px;
font-family: "Poppins", sans-serif !important;
}
.inner-page-hd h1 span {
  color: #9d2d2e;
}
.bg-text{background:#e4f2ff;}
.bg-text p{padding:35px; margin-top:20px; font-size:14px; 
  /*font-family: 'robotoregular'; */
  font-family: "Poppins", sans-serif !important;
  font-weight:500;}
.heading-line-wrap {
  margin: 0 auto;
    margin-bottom: 0px;
  /* background: #c39024 none repeat scroll 0 0; */
  background: #9d2d2e none repeat scroll 0 0;
  content: "";
  height: 2px;
  width: 82px;
  margin-bottom:1px;
}
.view-all-button {width:135px;margin:0 auto;}
.view-all-button a{color: #b3440d;
    border: 2px solid #b3440d;
    padding: 5px 25px;
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    border-radius: 0px 15px 0px 15px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgb(0 102 255 / 12%), 0 3px 5px rgb(81 126 194 / 10%);
}
.view-all-button a:hover{color:#9d2d2e; border:2px solid #9d2d2e; text-decoration: none; }

.heading-line {
  content: "";
  background: #30afb8 none repeat scroll 0 0;
    background-color: rgb(48, 175, 184);
  background-color: #30afb8;
  margin: 0 auto;
  height: 3px;
  width: 30px;
}
/**************************search****************************/
.hd-1 h3{color: #c39024;font-size:20px; font-weight:500; text-align:center; margin-bottom:15px;font-family: "Poppins", sans-serif !important;}
.hd-1 h1{color: #c39024;font-size:20px; font-weight:500; text-align:center; margin-bottom:15px;
font-family: "Poppins", sans-serif !important;
}
.header-search{	display:flex; justify-content: center;  align-items: center; margin-top:20px;}
.search_box_1{width:60%;}
.header-hd{	    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;}
.breadcrumb-item + .breadcrumb-item::before{display:none}
.bg-white{background:#fff;}
.breadcrumb.arrow-color i{color:#666; font-size:12px;}
.breadcrumb a{padding:0px;margin:0px;color: #c39024;}
/*.inner-page-hd h1{text-align:center; color:#c39024; font-weight:600; font-size: 2.5rem;
  font-family: 'robotoregular';
}*/
.inner-page-hd h1 span{color:#9d2d2e;}
.dr-head i{margin-right:8px;color:#444;}

.pb-80{padding-bottom:80px!important;}
ul.left-menu-bar{margin:0px; padding:0px;}
ul.left-menu-bar li{list-style-type:none; padding:2px; /*padding:5px 0px 5px 0px;*/ border-bottom:1px solid #ddd;}
ul.left-menu-bar li a{color: #c39024; font-size:17px;}
ul.left-menu-bar li a:hover{color:#9d2d2e; text-decoration:none;}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}
.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.search-form button.search-btn{background:#9d2d2e; border:none; border-top-right-radius:50px; border-bottom-right-radius:50px;}
.search-round{border-top-left-radius:50px; border-bottom-left-radius:50px;}
.search-tab .nav-tabs{border-bottom:0px; justify-content:center;
  background: #e6eaec;
width: 220px;
margin: 0 auto;margin-bottom:16px;
border-radius:20px;
font-family: "Poppins", sans-serif !important;
height: 38px;
}
.search-tab .nav-tabs li a {padding:5px 18px 6px 18px;margin:0px; /*background: #e6eaec;*/
  }
  .search-tab .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color:unset;
  }
  .search-tab .nav-tabs > li > a:hover {
    border-color:unset;
  }
.search-tab .nav-tabs > li.active > a{border:none;}
.search-tab select{border:none;box-shadow:none;  height: calc(4rem + 4px) !important;
border-top:1px solid #9d2d2e;border-bottom:1px solid #9d2d2e;
border-radius:none; border-radius: 0px; border-right:1px solid #ddd;}
.search-tab .right-radius-50{border-left:1px solid #9d2d2e; border-top-left-radius:50px;border-bottom-left-radius:50px;}
.search-tab .search-form button.search-btn {height: calc(4rem + 4px) !important;}
.search-tab .nav-tabs > li > a{font-size:19px;color:#b0b0b0;}
.search-tab .tab .nav-tabs li a:hover{background-color:#fff!important;}
.search-tab .nav > li > a:hover{border-radius:20px; background-color:#9d2d2eff!important; color:#fff; text-decoration: underline;}
a:focus{outline: none!important; }
.search-tab .nav-tabs > li.active > a, .search-tab .nav-tabs > li.active > a:focus, .search-tab .nav-tabs > li.active > a:hover {
  color: #fff!important;text-decoration: none; border:none;
  background-color: #9d2d2e!important; padding:5px 18px 6px 18px; border-radius:20px;}
@media only screen and (max-width: 480px){
Â Â Â Â .search-tab .tab .nav-tabs li{ width:100%; }
}
@media (max-width: 767px){
.header-content-wrap{width:100%; float:left; position:relative;        top: -120px;}
.search_box_1{width:80%;}
.header-hd{color:#c39024;font-size:28px;}
.search-form select.form-control{border:1px solid #ccc; margin-bottom:10px;}
.search-form button.search-btn{border-radius:0px;}
.search-round{border-radius:0px;}
.inner-page-hd h1{font-size: 2rem;}
.search-tab .right-radius-50 {border-top-left-radius:0px; border-bottom-left-radius:0px;}

}

/*************************/
.side-menu-stay{position: -webkit-sticky;position: sticky;top: 80px;padding:10px;font-size: 20px;
min-height:600px;
}
.wsmenucontainer{overflow: unset!important;}
@media (max-width:768px){
  .side-menu-stay{ position: relative;top: 20px; min-height:auto;}
          .dr-detail-probox{margin-top:25px;}
          .wsmenucontainer {
            overflow: auto !important;
          }
          .headertopright ul {
            margin: 4px;
           }
}

@media(max-width:768px){
  .blog-section-text .inner-page-hd{padding-bottom: 26px;}
  .blog-section-text .view-blog-btn {
      text-align: right;
      position: absolute;
      right: 5px;}
      .blog-section-text .view-blog-btn a{
          font-size:16px;}

}
/*******************Hospital*****************/
.slider-list-service.owl-carousel .post-slide .post-title a:hover{color:var(--textred)!important;}
.testimonial-list-box .post-slide .post-title a{font-size:16px; font-family: "Poppins", sans-serif !important; line-height: 20px;}
.testimonial-list-box .post-slide .post-title a:hover{color:var(--textred);}
.page-section .p-text{font-size:18px;color:#686868;font-family: "Poppins", sans-serif !important;}
.about-img-border{border:1px solid #074e8c;}
.r-font-ragular{font-family: "Poppins", sans-serif !important;}
/*******************/
.content-box {
  width:250px;
  height: auto;
  margin: 0 auto;
  position: relative; /* So we can position the banner within the box */
  border: 2px solid #074e8c;
  border-radius: 15px;
}
.content-box p{margin-top:25%; padding:15px;}

#ribbon-container {
  position: absolute;
  top: 15px;
  right: -30px;
  overflow: visible; 
  }

#ribbon-container .ribbon-title {
  display:block;
  padding:2px;
  position:relative; /* allows us to position our pseudo-elements properly */
   overflow:visible;
  height:58px;
  margin-left:15px;
  color:#fff;
  text-decoration:none;
}
.mt-L8{margin-top:-8px;}
.apple-icon{position: relative;}
.apple-icon img{display:block;margin:0 auto;}
.apple-text-area{
  position: absolute;
  top: 33%;
  width: 50%;
  left: 26%;
  
}
.apple-text-area p{text-align: center!important;font-size: 18px;
  color:#fff;
font-family: "Poppins", sans-serif !important;}
.mvo-area p{font-size: 18px;color:#686868;font-family: "Poppins", sans-serif !important;text-align: left!important;}
.text-area-bg{font-size:24px;background:#268ae0; border-radius:65px;}
.text-area-bg p{color:#fff; text-align:center!important; padding:10px;font-family: "Poppins", sans-serif !important;}
#ribbon-container .ribbon-title:after { /* this creates the "folded" part of our ribbon */
  content:""; 
  height: 0;
  width: 0;
  display:block;
  position:absolute;
  bottom: 6px;
right: -20px;
border-top: 20px solid #042a4c;
border-right: 37px solid transparent;
}


#ribbon-container .ribbon-title:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
  border-top: 29px solid #009ff1; 
  border-bottom: 29px solid #009ff1;
}

.parallelogram {
  position: relative;
  width: 160px;
  height: 40px;
}
.parallelogram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #074e8c;
  transform: skewX(25deg);
} 
.ribbon-title{position: relative; color:#fff; font-size: 24px;font-family: "Poppins", sans-serif !important;}  
