@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

/*=========================================*/
/**************tab css**********************/
/*=========================================*/

#businessCycle {
  margin-bottom: 165px;
}


@media all and (min-width: 768px) {
  #businessCycle .svg-piece {
      display:none
  }
}

#businessCycle .flex__container {
  position: relative;
  bottom: -165px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.title_h1{
  color: #c2242d;
  position: relative;
  right: -160px;
  z-index: 10;
}
.title_h1 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
}
@media all and (max-width: 1299px) {
  #businessCycle .flex__container {
      bottom:0;
      -webkit-box-orient: vertical;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

#businessCycle .watch__block {
  background-image: url(http://delanosolutions.com/static/img/watch.png);
  background-repeat: no-repeat;
  background-position-y: 95px;
  width: 30%
}

@media all and (max-width: 1299px) {
  #businessCycle .watch__block {
      margin-bottom:25px
  }
}
.rest__title_h4 {
  color: #414042;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.47222;
}

.rest__title_h4 span{
  color: #414042;
   font-weight: 500;
}

@media all and (max-width: 1299px) {
  #businessCycle .watch__block {
      background:0;
      width: 100%;
      text-align: center;
      display:none;
  }
}

#businessCycle .watch__block .title_h1 {
  color: #c2242d;
  position: relative;
  right: -160px;
  z-index: 10
}

@media all and (max-width: 1299px) {
  #businessCycle .watch__block .title_h1 {
      right:auto;
      z-index: auto
  }
}

#businessCycle .wrapper-slider {
  width: 70%
}

@media all and (max-width: 1299px) {
  #businessCycle .wrapper-slider {
      width:100%
  }
}

#businessCycle .wrapper-slider .slider-circle {
  background: linear-gradient(135deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgba(215,193,143,1) 75%,rgba(172,138,91,1) 100%);
  width: 450px;
  height: 450px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 100px 100px 0 rgba(42,46,78,0.06);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-justify-content: center;
  -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center
}

.icon-img-cls{
    position: relative;
    top: 1px;
    left: -250px;
    max-width: 818px;
    z-index: -9;
/*    display: none;*/
}




@media all and (min-width: 768px) and (max-width:1299px) {
  #businessCycle .wrapper-slider .slider-circle {
      margin:0 auto;
      top: 150px;
  }

  #businessCycle .wrapper-slider .slider-circle {
    background: linear-gradient(135deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgba(215,193,143,1) 75%,rgba(172,138,91,1) 100%);
    width: 400px;
    height: 400px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 100px 100px 0 rgba(42,46,78,0.06);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

  .icon-img-cls {
    position: relative;
    top: 14px;
    left: -219px;
    max-width: 700px;
    z-index: -9;
}

}

@media all and (max-width: 560px){
#businessCycle .wrapper-slider .slider-circle {
  background: linear-gradient(135deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgba(215,193,143,1) 75%,rgba(172,138,91,1) 100%);
  width: 250px;
  height: 250px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 100px 100px 0 rgba(42,46,78,0.06);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-justify-content: center;
  -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center
}

}



#businessCycle .wrapper-slider .slider-circle .slide-item {
  position: absolute;
  opacity: 0;
  max-width: 300px;
  z-index: 10;
  left: 87px;
  top: -150px;
  transition: all .2s
}

@media all and (max-width: 1100px){
   #businessCycle .wrapper-slider .slider-circle .slide-item {
/*    top: 0px;*/
    max-width: 300px;
}

}



#businessCycle .wrapper-slider .slider-circle .slide-item .icon {
  width: 46px;
  height: 46px;
  background: url(http://delanosolutions.com/static/img/sprite.svg) no-repeat;
  background-size: 1200% 1282%;
  position: absolute;
  top: 150px;
  left: 120px;
 
}

#businessCycle .wrapper-slider .slider-circle .slide-item .icon h6 {
  padding-top: 8px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #f4dda8;
}

#businessCycle .wrapper-slider .slider-circle .slide-item .icon::after {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  border-radius: 100%;
  background-color: #383838;
  height: 56px;
  width: 56px;
  z-index: -1;

}



@media all and (max-width: 992px){
  .icon-img-cls {
    position: relative;
    top: 55px;
    left: -125px;
    max-width: 550px;
    z-index: -9;
    /* display: none; */
}
}



.step-info-cls-subhead{
    font-size: 18px;
    font-weight: 600;
    color: #414042;
}




#businessCycle .wrapper-slider .slider-circle .slide-item .icon-rocket {
  background-position: 0 53.4687%
}

#businessCycle .wrapper-slider .slider-circle .slide-item .icon-schedule {
  background-position: 9.09091% 53.4687%
}

#businessCycle .wrapper-slider .slider-circle .slide-item .icon-growth {
  background-position: 18.18182% 53.4687%
}

#businessCycle .wrapper-slider .slider-circle .slide-item .icon-portfolio {
  background-position: 27.27273% 53.4687%
}

#businessCycle .wrapper-slider .slider-circle .slide-item .icon-idea {
  background-position: 36.36364% 53.4687%
}

#businessCycle .wrapper-slider .slider-circle .slide-item .description_small {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #414042;
  margin-bottom: 10px;
}

#businessCycle .wrapper-slider .slider-circle .slide-item .link {
  color: #c41c26;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875
}

#businessCycle .wrapper-slider .slider-circle .slide-item.active {
  opacity: 1;
  z-index: 60
}

#businessCycle .wrapper-slider .slider-circle .navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20
}

#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn {
  position: absolute;
  transition: all .5s;
  opacity: 0;
/*  width: 125px;*/
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn .circle-text {
  transform-origin: -17% 13px;
  font-weight:  500;
  font-size: 14px;
  color: #414042;
}



#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn.active {
  cursor: default;
  opacity: 0
}

#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn::after {
  content: '';
  position: absolute;
  background: #80807f;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  left: -25px;
  top: 4px;
  opacity: 0;
}
#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn:nth-child(1) {
  left: 309px;
  position: absolute;
  top: 33px;

}

#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn:nth-child(2) {
  right: -95px;
  top: 157px;
  
}

#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn:nth-child(3) {
  right: -125px;
  bottom: 110px;
}

#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn:nth-child(4) {
  bottom: 79px;
  left: 110px;

}

#businessCycle .wrapper-slider .slider-circle .navigation .slide-btn:nth-child(5) {
  left: 62px;
  bottom: 275px;
}


#businessCycle .wrapper-slider .slider-circle .slide-circle {
  position: absolute;
  width: 86%;
  height: 86%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(0);
  border-radius: 100%;
  border: 2px solid #979797;
  background: transparent;
}

@media all and (max-width: 767px) {
  #businessCycle .wrapper-slider .slider-circle .slide-circle {
      display:none
  }
}

#businessCycle .wrapper-slider .slider-circle .slide-circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 100%;
  background: transparent;
  width: 99.4%;
  height: 99.4%
}


#businessCycle .wrapper-slider .slider-circle .next {
  position: absolute;
  background: url(http://delanosolutions.com/static/img/sprite.svg) no-repeat;
  background-size: 666.66667% 2136.66667%;
  background-position: .19608% 83.63339%;
  width: 90px;
  height: 30px;
  right: 209px;
  top: 31px;
  z-index: 99;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg)
}


#businessCycle .wrapper-slider .btn-left,#businessCycle .wrapper-slider .btn-right {
  padding: 10px 15px;
  position: absolute;
  top: 7%;
  transform: translate(-35%,-20%)
}

#businessCycle .wrapper-slider .btn-left span,#businessCycle .wrapper-slider .btn-right span {
  display: block;
  background: url(http://delanosolutions.com/static/img/sprite.svg) no-repeat;
  background-size: 5454.54545% 3205%
}

#businessCycle .wrapper-slider .btn-left {
  left: 30%
}

#businessCycle .wrapper-slider .btn-left span {
  background-position: 5.7725% 58.9372%;
  width: 11px;
  height: 20px
}

#businessCycle .wrapper-slider .btn-right {
  right: 30%;
  transform: translate(35%,-20%)
}

#businessCycle .wrapper-slider .btn-right span {
  background-position: 7.97963% 58.9372%;
  width: 11px;
  height: 20px
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px !important;
    height: 10px !important;
    margin: 2px 3px !important;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}


.owl-circle-subheding-cls-al{
   font-size: 18px;
   font-weight: 500;
   color: #414042;
}

.owl-circle-subheding-cls-al span{
   font-size: 18px;
   font-weight: 500;
   color: #414042;
}


.main-all-heading{
    font-family: 'Roboto',sans-serif !important;
    font-size: 26px;
    color: #cba574;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.main-all-heading-color-ch{
    font-family: 'Roboto',sans-serif !important;
    font-size: 26px;
    color: #58585b;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.all-main-para{
    font-family: 'Roboto',sans-serif !important;
    font-size: 16px;
    color: #414042;
    text-align: justify;
}

.subheding-for-all-cls{
    font-size: 21px;
    color: #343a40;
}

.two-colors-cls-heading{
    font-size: 23px;
    color: #414042;
    font-weight: 500;
}

.two-colors-cls-heading span{
    color: #cba574;
    font-weight: 500;
}

.why-homeopathy-list{
/*    list-style: disc;*/
    list-style-image: url('/themes/custom/batra_uae/images/dermatologist/list-style.png');
    margin-left: 0;
    padding-left: 22px;
}


.why-homeopathy-list li{
   font-size: 16px;
   margin-bottom: 10px;
   padding-left: 5px;
}

.why-homeopathy-list li::marker{
    font-size: 10px;
}


.gold-bg-cls{
    background: url(/themes/custom/batra_uae/images/dermatologist/gold-bg.png) center center no-repeat;
    background-size: cover;
}

.secont-color-para-gold{
    font-family: 'Roboto',sans-serif !important;
    font-size: 16px;
    color: #343a40;
    text-align: justify;
}


.doctor-fade-bg{
    background: url(/themes/custom/batra_uae/images/dermatologist/doctor-fade-bg.png) center center no-repeat;
    background-size: cover;
}


@media all and (max-width: 560px){

  .doctor-fade-bg{
    background: url(/themes/custom/batra_uae/images/dermatologist/doctor-fade-bg-mob-new.png) center center no-repeat;
    background-size: cover;
}


.secont-color-para-gold{
    text-align: center;
}

.subheding-for-all-cls{
  text-align: center;
  font-size: 18px;
}


 .main-all-heading{
    font-size: 20px;
    text-align: center;
  }

  .two-colors-cls-heading{
    font-size: 18px;
    text-align: center;
}


  .main-all-heading-color-ch{
    font-size: 20px;
    text-align: center;
 }

}


/**************** How it works css start *************/


.how-it-model-cls{
  border-radius: 50%;
  border: 5px solid #383938;
}

.how-it-heading{
  font-size: 21px;
  color:  #cba574;
}

.golden-border-gradint {
  background-color: #fff;
  background-clip: padding-box;
  border: solid 3px transparent;
  border-radius: 5em;
}
.golden-border-gradint:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: linear-gradient(90deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgb(255 255 255) 75%,rgb(255 255 255) 100%);
}

@media all and (max-width: 560px){
   .golden-border-gradint{
    padding: 10px 30px;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 2em;
  }

  .golden-border-gradint:before{
    background: linear-gradient(360deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgb(255 255 255) 75%,rgb(255 255 255) 100%);
  }

  .how-it-heading{
  font-size: 18px;
}


}



/**************** How it works css end *************/


/**************** tabb css start *************/

ul.nptabbs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
/*  height: 100px;*/
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
}

ul.nptabbs li {
  float: left;
  margin: 0;
  width: 20%;
  cursor: pointer;
  padding: 25px 21px 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 31px;
  border-top: 1px solid #c1a36f;
  border-left: 1px solid #c1a36f;
  border-bottom: 1px solid #c1a36f;
  background-color: #fff;
  color: #414042;
  overflow: hidden;
  position: relative;
}

.tabb_last {
  border-right: 1px solid #c1a36f;
}

ul.nptabbs li:hover {
  background: linear-gradient(90deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgba(215,193,143,1) 75%,rgba(172,138,91,1) 100%);
  color: #414042;
  text-align: center;
}

ul.nptabbs li.active {
  background: linear-gradient(90deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgba(215,193,143,1) 75%,rgba(172,138,91,1) 100%);
  color: #414042;
  display: block;
}


.tabb-heading-all{
  padding-top: 30px;
  font-size: 22px;
  color: #cba574;
  font-weight: 500;
  text-transform: uppercase;
}

.gold-img-tabb-cls{
  position: absolute;
    z-index: 1;
    top: 75px;
    left: 65px;
}

.gold-img-tabb-cls-01{
  position: absolute;
    z-index: 1;
    top: 75px;
    left: 225px;
}

.gold-img-tabb-cls-02{
  position: absolute;
    z-index: 1;
    top: 75px;
    left: 380px;
}

.gold-img-tabb-cls-03{
  position: absolute;
    z-index: 1;
    top: 75px;
    left: 540px;
}

.gold-img-tabb-cls-04{
  position: absolute;
    z-index: 1;
    top: 75px;
    left: 700px;
}


.tabb-black-img-cls{
  position: absolute;
  top: 75px;
  left: 65px;
  z-index: 2;
}

.tabb-black-img-cls-01{
  position: absolute;
  top: 75px;
  left: 225px;
  z-index: 2;
}

.tabb-black-img-cls-02{
  position: absolute;
  top: 75px;
  left: 380px;
  z-index: 2;
}

.tabb-black-img-cls-03{
  position: absolute;
  top: 75px;
  left: 540px;
  z-index: 2;
}


.tabb-black-img-cls-04{
  position: absolute;
  top: 75px;
  left: 700px;
  z-index: 2;
}

@media screen and (max-width: 1199px){
 

.gold-img-tabb-cls{
  position: absolute;
    z-index: 9999;
    top: 75px;
    left: 50px;
}

.gold-img-tabb-cls-01{
  position: absolute;
    z-index: 9999;
    top: 75px;
    left: 185px;
}

.gold-img-tabb-cls-02{
  position: absolute;
    z-index: 9999;
    top: 75px;
    left: 315px;
}

.gold-img-tabb-cls-03{
  position: absolute;
    z-index: 9999;
    top: 75px;
    left: 445px;
}

.gold-img-tabb-cls-04{
  position: absolute;
    z-index: 9999;
    top: 75px;
    left: 575px;
}


.tabb-black-img-cls{
  position: absolute;
  top: 75px;
  left: 50px;
  z-index: 99999;
}

.tabb-black-img-cls-01{
  position: absolute;
  top: 75px;
  left: 185px;
  z-index: 99999;
}

.tabb-black-img-cls-02{
  position: absolute;
  top: 75px;
  left: 315px;
  z-index: 99999;
}

.tabb-black-img-cls-03{
  position: absolute;
  top: 75px;
  left: 445px;
  z-index: 99999;
}


.tabb-black-img-cls-04{
  position: absolute;
  top: 75px;
  left: 575px;
  z-index: 99999;
}


}

.tabb_container {
  border: 1px solid #cdcdcd;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tabb_content {
  padding: 20px;
  display: none;
}

.tabb_drawer_heading {
  display: none;
}



@media screen and (max-width: 560px) {
  .nptabbs {
    display: none;
  }
  .tabb_drawer_heading {
     /* background: #fff; */
    color: #414042;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-top: 1px solid #c1a36f;
    margin: 0;
    padding: 10px 20px !important;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background: linear-gradient(90deg,rgba(185,152,99,1) 0%,rgba(224,205,152,1) 25%,rgba(248,237,184,1) 50%,rgba(215,193,143,1) 75%,rgba(172,138,91,1) 100%);
    color: #414042 !important;
    font-weight: 500 !important;
  }

  .tabb-heading-all{
    padding-top: 5px;
    font-size: 18px;
  }

  .tabb_drawer_heading img{
    display: inline;
    padding-right: 10px;
  }

  


}




/**************** tabb css end *************/