* {
    margin: 0;
    padding: 0;
    }

body{
    font-size:15px;
    font-family: 'Montserrat', sans-serif;  
     font-weight: 350;
    line-height: 25px;
    color: #666;
    letter-spacing: 1px;
    background-color: #fff;
   -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
     overflow-x: hidden!important;
      scroll-behavior: smooth;
  }
html{
    overflow-x: hidden!important;
}
.logo img {
    width: 200px;
}

.logo  {
    width: 200px;
}
@media only screen and(max-width: 769px){

   .login  {
    display: none!important;
} 
}


.h-111{
    height: 80px;
}

/*p{
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}*/
.desc p{
    font-size:17!important;
    font-weight:300 ;
    line-height: 24px;
}

.radius1{
    border-radius: 20px;
}
.text-green{
    color:#0a8943;
}
.formb{
    margin-bottom: -130px;
}
.cwform{
     margin-bottom: -130px;
}
a {
    color: #5dc286;
    text-decoration: none;
    background-color: transparent;
}
a:hover{
    text-decoration: none !important;
    color: #000000;
}
.btn2 {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);
    border-radius: 50px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
}
.line {
    height: 3px;
    width: 150px;
    background-color: #5dc286;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 10px;
}

.linel {
    height: 3px;
    width: 150px;
    background-color: #5dc286;
    margin: 0 ;
    margin-top: 18px;
    margin-bottom: 10px;
}

.close {
    float: right;
    font-size: 25px!important;
    font-weight: 700;
    line-height: 1;
    color: #fd0303!important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    outline: 0!important;
}
.fline {
    height: 2px;
    width: 60px;
    background-color: #ffffff;
    margin-top: 18px;
    margin-bottom: 10px;
    margin-top: 12px;
    animation: linear 8s infinite;
}
.box1{
    background-color: #ffffff;
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
     border-radius: 20px;
     margin-left: -65px;
     padding: 25px;
}
.provider1{
    background-color: #ffffff;
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
     border-radius: 20px;
     margin-left: -65px;
     padding: 25px;
}

.accordion {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 8.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul:hover li { width: 5%; }
.accordion ul:hover li:hover { width: 100%; }
 .accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

 .sldr1 {
        height: 300px;
        margin:30px auto;
        z-index: 777;
    }

    .sldr1 ul {
      
}
.sldr1 .carousel{
 box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
}
.sldr1ul li {
         transition: width .5s, height .5s, top .5s, left .5s;
            -webkit-transition: width .5s, height .5s, top .5s, left .5s;
            
            border:1px solid #fff;
            box-shadow: 10px 10px 30px -5px rgb(0 0 0 / 10%)!important; 

    }

    .sldr1 ul li img {
       box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);   
    }

    .left {
        cursor: pointer;
       padding-top: 5%;
       padding-left: 100px;
      opacity: 0;
     
    }

 .right {
        cursor: pointer;
       padding-top: 5%;
       padding-right: 100px;  
      opacity: 0;
    }


.optcard{
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);

}



.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 13px!important;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
     border-bottom:none!important; 
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.box3{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin: 10px 5px 5px 10px;

}
.box3:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  bottom: 131px;
  line-height: 100px;
  left: 10px;
 font-size: 70px;
   color: #99acc0;
 }
.box3:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -59px;
  line-height: 100px;
  right: 10px;
  font-size: 70px;
  color: #99acc0;
 }


.box4{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin: 10px 5px 5px 10px;
    /*width: 315px;*/
    height: 320px;
}


.box4:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  bottom: 230px;
  line-height: 100px;
  left: 10px;
 font-size: 70px;
   color: #99acc0;
 }
.box4:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -45px;
  line-height: 100px;
  right: 10px;
  font-size: 70px;
  color: #99acc0;
 }

.box2 img{
    width: 100px;
}
.hereworks{
    background-color: #f47f6d;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 15px;
    margin-top: -27%;
}

.corporate{
   /*box-shadow: 0 2px 20px 1px rgb(0 0 0 / 11%);*/
    margin-top: 10px;
    margin-bottom: 10px;
   
}

.testimonialsbg{
style="background-image:url('../images/healthcmpbg.png');
background-position: right top;
 background-repeat: no-repeat;
 background-size:66%;"
}

.footerbgprovider{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 200px;
    background-position: 92% 7%;
    background-color: #ffffff;
}

.agentmain{
    background-image:url('../images/agentmain.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 88%; height: 500px;
}


header{
    background-color: #ffffff;
}

.head{
     font-family: 'Montserrat', sans-serif;  
}



.head2 {
        font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 auto !important;
    color: #413f40;
}
.head3 {
        font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 auto !important;
    color: #413f40;
}
.bold1{
    font-size: 15px;
    font-weight: 600;
}
.darkb{
    color: #272b2e;
}
.darkb1{
    color: #1d2728;
}
.darkb2{
    color: #0f5fc2!important;
}
.pcnt{
    margin-top: -13%;
    font-size: 34px;
}
/*.fa{
    font-size: 16px;
    font-weight: 300!important;
}*/

.pl-109{
    padding-left: 109px;
}
.pl-148{
    padding-left: 148px;
}

.pl-123{
    padding-left: 123px;
}
.ulli{
   /* font-size: 15px;*/
   /* text-indent: 20px;*/
    color:#0863bd;
}
.bgblue{
    background-color: #014181;
}
.faq{
    background-image: url('../images/faq-background.png');
      background-position: 0% 80%;
    background-size: 64%;
    background-repeat: no-repeat;
      height: auto;
    background-color: #faf5f4;
}
.healthcarepartner{
    background-image: url('images/healthcarepartner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.corporate-wellnessbg{
     background-image: url('../images/corporate-wellnessbnr.jpg');
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100%; 
     height: 600px;
}
.getstartedbg {
    background-image:url('../images/arrow.png');
    background-position:94% 53%;
    background-repeat: no-repeat; 
    background-size: 89%;
}
.getstarted {
    background-color: #eaf9ff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin: auto;
   }
.getstarted img{
    width: 150px;
    height: 150px;
   padding: 15px;
}
.icon{
    width: 130px;
}
.icon:hover{
    width: 130px;
    animation: bounce 1s linear;
}
.cardimg img{
    height: 217px;
}

/*.camp:hover{
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px #f1f8f4;
    height: 200px;
    margin-top: -50px;

}*/

.agent-circle{
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px #f1f8f4;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 5px;
   margin: auto;
   
}
.agent-circle img{
    width: 90px;
    padding: 20px;
        }
.pt-6{
    padding-top: 5rem;
}
.pt-7{
    padding-top: 6rem;
}
.pt-8{
    padding-top: 7rem;
}

.pt-9{
    padding-top: 8rem;
}

.pb-6{
    padding-bottom:5rem;
}
.pb-7{
    padding-bottom:6rem;
}
.pl-6{
    padding-left: 5rem;
}
.pl-7{
    padding-left: 6rem;
}

.mt-6{
    margin-top: 4.3rem!important;
}
.mt-7{
    margin-top: 5rem!important;
}
.mt-8{
    margin-top: 6rem!important;
}

.mt-9{
    margin-top: 7rem!important;
}
.mt-10{
    margin-top: 8rem!important;
}
.mt-40{
    margin-top: -55px!important;
}
.disc1{
    color: #eab275;
}
.disc2{
    color: #58cbd0;
}
.disc3{
    color: #e5a299;
}
.disc4{
    color: #9898d6;
}
/* Topbar */
.topbar {
    background-color: #2e2751;
}

/* Fingertips Section */
.fingr-inner-1, .fingr-inner-2, .fingr-inner-3{
    border: 1px solid #d3f3e1;
}
.btn1 {
    background: #0a8943;
    color: #ffffff!important;
  /*  box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);*/
    border-radius: 50px;
    width: 120px;
   font-weight: 700;
   text-align: center;
   padding: 10px;  
   margin-left: 15px;
}

.btn1:hover{
    background: #004182!important;
    color: #fff!important;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);
    border-radius: 50px;
    padding: 10px;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-decoration: none;
}

.btn-black {
    background:#000000;
    color: #ffffff!important;
  /*  box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);*/
    border-radius: 50px;
    width: 120px;
   font-weight: 700;
   text-align: center;
   padding: 10px;  
   margin-left: 15px;
}
.btn-black:hover {
    background: #004182!important;
    color: #fff!important;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);
    border-radius: 50px;
    padding: 10px;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-decoration: none;
}



.fingr-inner-2{
    background-image: url(../images/fingertips.png);
    background-color: #e2f8f5;
    background-position: center bottom;
}

.fingr-inner-3{
    background-image: url(../images/designedaround.png);
    background-color: #f2fbf6;
    background-position: center bottom;
}

.fingr-wrapper h2{
    margin-bottom: 10px;
    font-weight: 700;
    color: #231f20;
    font-size: 26px;
    }
   .fingr-wrapper:hover{
    transform: scale(1.05);
}

.fingr-wrapper:hover.fingr-inner-1{
    background-position: bottom -40px right -10px !important;
}
.fingr-wrapper:hover.fingr-inner-2, .fingr-wrapper:hover.fingr-inner-3{
    background-position: center bottom -70px !important;
}
.fingr-wrapper:hover.fingr-inner-1, .fingr-wrapper:hover.fingr-inner-2, .fingr-wrapper:hover.fingr-inner-3{
    filter: drop-shadow(0 35px 20px rgba(161,161,255,0.14));
    text-decoration: none;
}
.card-1{
    background-color: #fbefd9;
}
.card-2{
    background-color: #ddfbfd;
}
.card-3{
    background-color: #fff0ed;
}
.card-4{
    background-color: #edecfe;
}
.card-info p{
    font-weight: 350;
}
.card-info h3{
    font-weight: 700;
}

.card-info h3 span{
    font-weight: 500;
}
.flex-cr-gap{
    /* column-gap: 30px; */
    row-gap: 30px;
}

.bggrey{
    background-color: #f1fbfd;
}
.bggrey1{
    background-color: #ebfaff;
    margin-top: -122px!important;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}
.bggrey2{
background-color:#75d6df;
}
.bggrey3{
    background-color: #ebfaff;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}
.slide{
    border: 3px solid #dddddd;
    border-radius: 10px;
    background-color: #ffffff;
    height: 120px;
}
.slide img{
    width: 250px;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.slick-slide{
    margin: 0px 20px;
}

.slick-slide img{
    width: 70%;
    margin: 0 auto;
}

.slick-slider{
    position: relative;
    display: flex;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
  
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
  
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
  .slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}
.slick-arrow{
    background: transparent;
    color: #00408a;
    font-weight: 900;
    font-size: 20px;
    background-color: transparent;
    padding: 10px;
    border: none;
    outline: 0!important;
}
.slick-arrow:focus-visible{
  outline: none;
}
.text-circle2{
    color: #83ccc1;
}
.border-green{
    background-color: #0a8943;
    color:#ffffff;
}
/*.border-green1:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: relative;
   font-size: 28px;
    right: 14px;
    color: #ffffff;
    z-index: 1;
   float: right;
}*/

.border-green1:hover{
      background: #45d878;
    color: #ffffff !important;
}
.border-green: hover{
    background-color: #45d878;
    color:#ffffff;
}
.btn-class:hover {
    background: #45d878;
    color: #ffffff !important;
}
.btn-active{
    background-color: var(--anchor);
    color: #ffffff !important;
}
.btn-active:hover{
    background-color: var(--btn-unactive-hover);
     color: #ffffff !important;
}
.wonderwhatmade {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: transparent;
}

.wonderwhatmade svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 204px;
    transform: rotateY(180deg);
  }
.wonderwhatmade .shape-fill {
    fill: #f3f9f5;
}

/*new css*/

@charset "UTF-8";

li {
    list-style: none;
}
.justify-space-between {
    justify-content: space-between;
}
.mt-8{
    margin-top: 80px;
}
.w-100{
    width: 100%;
}
.font-50{
    font-size: 50px;
}
.font-18{
    font-size: 18px;
}
.pr-activate{
    padding-right: 80px;
}

.mt-80{margin-top: 80px;}

.mt-100{margin-top: 100px;} 

.mt-120{margin-top: 120px;}


/* complimentary */

.complimentary{
    background-color: var(--light-green);
    padding-top: 80px;
    padding-bottom: 80px;
}

.max-life:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.fortis:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.medall:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.apolloclinic:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.srl:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.miracles-healthcare:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.lalpath:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.express-clinic:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.east:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.west:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.north:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

.south:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}


@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.4);}
  100% { transform: scale(1); }
  }


/* Activate */

.activate{
    /*padding-top: 10px;*/
   /*background-color: #0f5fc2;*/
   border-radius: 20px;
}
/* Fingertips Section */

.fingr-inner-1, .fingr-inner-2, .fingr-inner-3{
    border: 1px solid #d3f3e1;
}

.fingr-inner-1{
    background-image: url(../images/health-network.png);
    background-color: #ffedd9;
    background-position: right bottom;
}
.fingr-inner-3{
    background-image: url(../images/designedaround.png);
    background-color: #e9e2f2;
    background-position: center bottom;
}


.fingr-wrapper:hover.fingr-inner-1{
    background-position: bottom -40px right -10px !important;
}

.fingr-wrapper:hover.fingr-inner-2, .fingr-wrapper:hover.fingr-inner-3{
    background-position: center bottom -70px !important;
}

.fingr-wrapper:hover.fingr-inner-1, .fingr-wrapper:hover.fingr-inner-2, .fingr-wrapper:hover.fingr-inner-3{
    filter: drop-shadow(0 35px 20px rgba(161,161,255,0.14));
}

/* App Scrolling Section */

.a-s1-ss2{
    background-color: #e6f3fb;
}

.a-circle{
    background-color: var(--bg-color);
}

/* Start Using Our Service Section */

.start-service-section{
    position: relative;
}
.start-service-section{
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}

.form-group {
    margin-bottom: 1rem!important;
}

/* Bringing Health Section */


.column-gap-50{
    column-gap: 50%;
}

.column-gap-20{
    column-gap: 20%;
}

.mt-rvrs50{
    margin-top: -50px;
}

/* Get To know Cards Section */


.get-know-cards a{
    padding: 0px 10px 2px 10px !important;
    font-size: 14px !important;
    border-radius: 50px !important;
}

.get-know-cards .card-info h4{
    font-size: 24px;
}

.get-know-cards .card-0, .get-know-cards .card-3 .card-info{
    background-color: #ffe4e1;
}

.get-know-cards .card-1{
    background-color: #74C8EC;
}

.get-know-cards .card-2{
    background-color: #C9E7E5;
   /* background-color: transparent;*/
}
.get-know-cards .card-3{
    background-color: transparent !important;
}
.get-know-cards .card-3 .card-info{
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 30px 30px;
    display: flex;
   /* justify-content: center;*/   
    align-items: center; 
}
.blued-btn{
    color: white !important;
    background-color: var(--bg-color);
    font-weight: 500;
    display: inline-block;
    padding: 2px 10px 2px 10px !important;
}

.white-btn{
    background-color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

.blue-btn{
    background-color: #4285f4;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    width: 115px;
    margin: auto;
   text-align: center;
}

.blue-text-color{
    color: #74C8EC !important;
}

.get-know-cards .card-info{
    padding-left: 10px;
    padding-right: 10px;
}

/* As Seen In Section */

.slick-slide{
    margin: 0px 20px;
}

.slick-slide img{
    width: 70%;
    margin: 0 auto;
}

.slick-slider{
    position: relative;
    display: flex;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
  
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
  
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}
  
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}

/* Footer Section */

.footer a{
    color: #ffffff;
}

.footer p{
    background-color: #242021;
    color: #ffffff;
     padding: 20px 0;
     font-weight: 300;
}
.footer-16 p{
    font-size: 15px;
}

.f_social_links{
    display: flex;
    column-gap: 30px;
    font-size: 20px;
}
.specialists_links{
    font-size: 16px;
}

/* Agents Section */
.agents-wrapper{
    background-image: url(../images/MainBanner.jpg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    height: 600px;
}

.corporate-wellness-container-image{
    background-image: url(../images/CMainBanner.jpg);
}
.bg-reset{
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    height: 600px;
}

.agents-page-padding{
    padding: 80px 30px;
}
.ag_heading{
    font-size: 40px;
    color: var(--bg-color);
    font-weight: 700;
}
.ag_heading span{
    color: var(--anchor);
}
.agents-page-form-1{
    padding: 50px 20px;
    background-color: #EBFAFF;
    border-radius: 30px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
    text-align: center;
    max-width: 500px;
    transform: translateY(-200px);
}
.transform-0{
    transform: translateY(0);
}
.padding-corporate-form{
    padding-top: 80px;
}
.agents-page-form-1 h3{
    color: var(--bg-color);
    font-size: 30px;
    font-weight: 700;
}
.agents-form input:not(input[type="submit"]){
    background-color: white;
    padding: 15px;
    border-radius: 100px;
    border: none;
    outline: none;
    font-size: 20px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
}
.form-submit{
    background-color: var(--anchor);
    padding: 15px;
    border-radius: 100px;
    color: white;
    border: none;
    font-size: 20px;
}
.inner-icons-lists{
    display: flex;
    column-gap: 50px;
    width: 350px;
    max-width: 350px;
    align-items: center;
}

.img-shadow{
    height: 100px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
    max-width: 100px;
    padding: 20px;
    border-radius: 100px;
    width: 100px;
}
.inner-img-icons{
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.inner-icons-lists .inner-img1{
    background-image: url(../images/providers.png);
}

.inner-icons-lists .inner-img2{
    background-image: url(../images/cities.png);
}
.inner-icons-lists .inner-img3{
    background-image: url(../images/lives-impacted.png);
}

.inner-icons-info h2{
    color: var(--bg-color);
    font-weight: 700;
    font-size: 28px;
}

.inner-icons-info p{
    color: #232323;
    font-weight: 600;
}

/* Primary Case Section */

.agents-card{
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.15);
    width: 32%;
}

.care-section-1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 30px;
}

.agents-card img{
    width: 25%;
    margin-bottom: 20px;
}

.agents-card h3{
    font-size: 25px;
    color: var(--bg-color);
    font-weight: 600;
}

.agents-card p{
    font-weight: 500;
    color: rgb(82, 82, 82);
}

.page-cards-ro-gap{
    margin-top: 35px;
}

.benefits-img1{
    background-image: url(../images/High-Revenue.png);
}

.benefits-img2{
    background-image: url(../images/Personal-Assistance.png);
}

.benefits-img3{
    background-image: url(../images/Best-In-Class.png);
}

.benefits-img4{
    background-image: url(../images/Best-In-Technology.png);
}

.benefits-img5{
    background-image: url(../images/Reward-&-Recognition.png);
}

.benefits-cards-wrapper{
    display: flex;
    justify-content: space-between;
}

.benefits-cards-wrapper h3{
    font-size: 20px;
    margin-top: 25px;
    color: var(--bg-color);
    font-weight: 700;
    text-align: center;
}

.benefits-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*   Agents New Icons Start */

.agents-pg-half-icons{
    display: flex;
    align-items: center;
    gap: 50px;
}
._agnts_icons{
    height: 80px;
    width: 80px;
    padding: 20px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
    border-radius: 100px;
}
.inner_img_icons{
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.inner-img01 {
    background-image: url(../images/providers.png);
}
.inner-img02 {
    background-image: url(../images/cities.png);
}
.inner-img03 {
    background-image: url(../images/lives-impacted.png);
}

._c_inner-img01{
    background-image: url(../images/Comprehensive-HealthCare.png);
}

._c_inner-img02{
    background-image: url(../images/24X7-support.png);
}

._c_inner-img03{
    background-image: url(../images/Easy-Onboarding.png);
}
._c_inner-img04{
    background-image: url(../images/Technology-enabled.png);
}
._inner_icons_info h2{
    font-size: 32px;
    color: var(--bg-color);
    font-weight: 700;
}
._inner_icons_info p{
    font-size: 18px;
    font-weight: 600;
}

/* Wonders What Section */

.wonders-what-section{
    padding: 50px 0;
    background-image: url(../images/Wonder-What-MadeThem-Banner.png);
    background-position: center center;
    background-size: cover;
    height: 850px;
}

.agents-bottom-margin{
    margin: 300px 0px 0px 150px;
}

.wonders-what-wrapper{
    padding: 80px 0;
    background-color: #F3F9F5;
}
.corporate-wellness-container-image-2{
    background-image: url(../images/Wonder-What-MadeThem-Banner.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 850px;
    background-color: #A5D4E6;
}
.cs-bold-heading{
    font-size: 18px;
    font-weight: 800;
    color: var(--bg-color);
    padding-left: 10px;
}

.cs-medium-subs{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.content-slider p{
    font-size: 16px;
    margin-bottom: 0;
}

.custom-content-slide{
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
    border-radius: 20px;
    margin: 10px 0;
}

.slider-scroller{
    height: 250px;
    max-height: 250px;
    overflow-y: scroll;
    padding: 0px 20px 0px 10px;
}

.slider-scroller::-webkit-scrollbar {
    width: 10px;
    background-color: #e6e7e9;
    border-radius: 20px;
}

.slider-scroller::-webkit-scrollbar-track {
   scrollbar-width: none;
   background-color: #e6e7e9;
   border: none;
   border-radius: 20px;
}

.slider-scroller::-webkit-scrollbar-thumb {
    background-color: #d2f3fc;
     outline: none;
     border-radius: 20px
}

.cardrds{
    border-radius: 36px;
    /*border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;*/
}

.cardlrds{
    border-radius: 36px;
    /*border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;*/
}
 
.cardlsrds{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}





@media only screen and (max-width: 575px){

/*.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    margin: auto;
}*/

.activate1{
    display: none;
}
.textlr{
    text-align: center;
}
.agentbggrey{
    background-color: #ebfaff;
    margin-top: 0px!important;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}

/*.fingr-content{
    font-size: 17px;
    transform: translateY(100px);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #666;
    font-weight: 600;
    margin-top: -90px;
}*/
.fingr-content{
    font-size: 17px;
   /* transform: translateY(100px);*/
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #666;
   
    /*margin-top: -90px;*/
}
.fingr-wrapper:hover .fingr-content{
    opacity: 1;
    transform: translateY(0px);
}
}



@media only screen and (min-width: 575.50px){
.activate2{
    display: none;
}
.textlr{
    text-align: left;
}

.agentbggrey{
    background-color: #ebfaff;
     margin-top: -122px!important;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}

.agentbottombg{
    background-image:url('../images/agentbg1.png');
     background-repeat: no-repeat;
      background-size:100%;
      }
 .fingr-content{
    font-size: 17px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #666;
    font-weight: 500;
}
.fingr-wrapper:hover .fingr-content{
    opacity: 1;
    transform: translateY(0px);
}





}




@media only screen and (max-width: 768px){
    .formspace{
    margin-right: 0px;
   }
   .formrds {
    display: block;
    width: 100%;
    height: calc(1.3em + .75rem + 2px);
    padding: 1rem 1rem;
    font-size: 1rem;
    font-weight: 350;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.5rem;
   box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.formrds1 {
    display: block!important;
    width: 100%!important;
    height: calc(1.3em + .75rem + 2px)!important;
    padding: 1rem 1rem!important;
    font-size: 1rem!important;
    font-weight: 350!important;
    line-height: 1.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
    border-radius: 1.5rem!important;
   box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%)!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}
.provider1{
    background-color: #ffffff;
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
     border-radius: 20px;
     padding: 25px;
     margin-left: 5px;
}
.main-timeline5 .title{
    font-size:16px;
    font-weight:600;
    color:#fff;
}
.loginp{
    padding-left: 0px;
}
}

@media only screen and (min-width: 768.50px){
    .formspace{
    margin-right: 4rem;
   }
   .formrds {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 350;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.5rem;
   box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.provider1{
    background-color: #ffffff;
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
     border-radius: 20px;
     margin-left: -65px;
     padding: 25px;
}

.main-timeline5 .title{
    font-size:17px;
    letter-spacing: 1px;
    font-weight:600;
    color:#fff;
   /* margin:0 0 10px;*/
}
.loginp{
    padding-left: 3rem;
}

}






@media only screen and (max-width: 350px){

.ml-4, .mx-4 {
    margin-left: 1rem!important;
}
.head1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto !important;
    color: #413f40;
}
.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
}
.card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.near{
    font-size:15px;
     color:#666; 
     margin-left:-11px; 
     font-weight:350;
     width: 80px;
}
.connect{
    padding: 10px 20px!important;
    font-size: 20px!important;
    border-radius: 50px!important;
}
.footerbg404 {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 147px;
    background-position: 92% 7%;
    background-color: #f1fbfd;
}
.footerbg {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 147px;
    background-position: 92% 7%;
    background-color: #fff;
}
.footerblue{
    text-align: left;
    padding-top: 15px;  
    margin-left: 1rem!important;
}
h1{
    font-size: 23px;
}
h2{
    font-size: 21px;
    line-height: 28px;
}
.sliderb{
    width: 336px;
    height: 225px;
   /* padding-right: 87px;*/
  /*  margin-top: 25px;*/
}
.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 100%;
}
.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 100%;
}
.corporate-wellnessbtm{
    background-image: url('../images/corporate-wellnessbg.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.rotation-animations, .static-banner-headline {
   line-height: 30px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: letf;
    color: #0f5fc2;
}

.footeragent{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 147px;
    background-position: 92% 7%;
    background-color:#f1fbfd;
}
.footercorp{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 200px;
    background-position: 92% 7%;
    background-color: #a4d4e5;
}
.agentbottombg{
    background-image:url('../images/agentbg1.png');
     background-repeat: no-repeat;
      background-size:100%;
     /* background-color: #f2f9f5;*/
}
.ecosys{
    margin-top: -190px!important;
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
   /*width: 138px;*/
   text-align: center;
}
.border-blue1{
    padding: 14px 25px;
     font-size: 17px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.static-banner-headline {
    color: #212529;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 350;
}

/*.rotation-animations{
    color: #0f5fc2;
    line-height: 48px;
    font-size: 39px;
    margin-top: 30px;
}*/
.dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}
.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 19%;
}
.btn-class{
    padding: 7px 5px 7px 6px;
    font-size: 12px;
   border-radius: 19px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 200px;
    text-align: center;
    margin: auto;
}

.testi img{
    width: 80px!important;
    
}
.testimon{
    text-align: center;
}
.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -6%;
    margin-top: -66%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle1 h3{
    font-size: 15px;
    line-height:20px ;
}
.max-life{
    margin-top: -534px;
    margin-left: 16px;
    width: 70px;
}
.fortis{
     margin-top: -666px;
     margin-left: 40%;
    width: 70px;
 }
 .srl{
    margin-top: -295px;
    margin-left: 5%;
     width: 70px;
}
.miracles-healthcare{
    margin-top: -690px;
    margin-left: 44%;
    width: 70px;
}
.medall{
     margin-top: -665px;
     width: 70px;
     margin-left: -3%;
}
.apolloclinic{
    margin-top: -640px;
    margin-left: -3%;
     width: 70px;
}
.lalpath{
    margin-top: -625px;
    margin-left: 68%;
     width: 70px;
}

.express-clinic{
    margin-top: -559px;
    margin-left: 52%;
   width: 70px;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -473px;
    margin-left: 59%;
    width: 160px;
}

.west{
     font-size: 12px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -366px;
      margin-left: -14%;
    width: 160px;

}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -563px;
    margin-left: 6%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -245px;
    margin-left: 18%;
}

.mainhead{
  padding-top: 30px;
    }

.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 23%;
    margin-top: -24%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 60%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 63%;
    margin-top: -63%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 280px;
    /*height: 115px;*/
    border-radius: 13px;
    padding-top: 15px;
    /*text-align: left;*/
    margin-left: 11%;
    height: auto;
}

.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px!important;
    text-align: left;
}

.healthcampbox h5{
    color: #0f5fc2;
}

.pl-88{
    padding-left:88px;
}
}



@media only screen and (min-width: 351px){

.head1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto !important;
    color: #413f40;
}

.near{
    font-size:15px;
     color:#666; 
     margin-left:-11px; 
     font-weight:350;
}
h1{
    font-size: 25px;
}
.rotation-animations, .static-banner-headline{
    font-size: 25px;
    color: #0f5fc2;
    font-weight: 700;
}

.connect{
    padding: 10px 20px!important;
    font-size: 20px!important;
    border-radius: 50px!important;
}

.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}


h2{
    font-size: 23px;
}
.pl-88{
    padding-left:88px;
}

.static-banner-headline {
    color: #212529;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 350;
}

.mainhead{
  padding-top: 30px;
    }
.sliderb{
    width: 336px;
    height: 225px;
   /* padding-right: 87px;*/
  /*  margin-top: 25px;*/
}
.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 100%;
}
.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 55%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.corporate-wellnessbtm{
    background-image: url('../images/corporate-wellnessbg.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.testi img{
     width: 80px!important;
   
}
.testimon{
    text-align: center;
}

.border-blue1{
    padding: 14px 25px;
     font-size: 17px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}


.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

.footerbg404{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 200px;
    background-position: 92% 7%;
    background-color: #f1fbfd;
}


.footerbg{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 200px;
    background-position: 92% 7%;
    background-color: #fff;
}

.footerins{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 200px;
    background-position: 92% 7%;
    background-color: #eff9fb;
}

.footeragent{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 200px;
    background-position: 92% 7%;
    background-color:#f1fbfd;
}

.footercorp{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 115%;
    padding-top: 200px;
    background-position: 92% 7%;
    background-color: #a4d4e5;
}

.agentbottombg{
    background-image:url('../images/agentbg1.png');
     background-repeat: no-repeat;
      background-size:100%;
     /* background-color: #f2f9f5;*/
}

.footerblue{
    text-align: left;
    padding-top: 20px;
    margin-left: 1.5rem!important;

}

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 29%;

}
     .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}


.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ecosys{
    margin-top: -180px!important;
}

.max-life{
    margin-top: -635px;
    margin-left: 26px;
      width: 70px;
}

.fortis{
     margin-top: -768px;
     margin-left: 40%;
    width: 70px;
 }

.srl{
    margin-top: -312px;
    margin-left: 9%;
      width: 70px;
}

.miracles-healthcare{
    margin-top: -753px;
    margin-left: 50%;
    width: 70px;
}

.medall{
     margin-top: -733px;
     width: 70px;
}

.apolloclinic{
    margin-top: -599px;
    margin-left: 0%;
      width: 70px;
}
.lalpath{
    margin-top: -691px;
    margin-left: 72%;
     width: 70px;
}

.express-clinic{
    margin-top: -666px;
    margin-left: 63%;
   width: 70px;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -511px;
    margin-left: 66%;
    width: 160px;

}
.west{
     font-size: 12px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -423px;
      margin-left: -14%;
    width: 160px;
}

.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -606px;
    margin-left: 9%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -245px;
    margin-left: 18%;
}
.btn-class{
    padding: 7px 5px 7px 6px;
    font-size: 13px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 200px;
    text-align: center;
    margin: auto;
}

.border-blue{
      padding: 7px 5px 7px 6px;
     font-size: 13px!important;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -58%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle1 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 21%;
    margin-top: -20%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 59%;
    margin-top: -26%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 58%;
    margin-top: -58%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
   /* height: 115px;*/
    border-radius: 13px;
    padding-top: 15px;
    /*text-align: left;*/
    margin-left: 9%;
    height: auto;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px!important;
}

.healthcampbox h5{
    color: #0f5fc2;
}

}



@media only screen and (min-width: 401px){

    .head1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto !important;
    color: #413f40;
}

.near{
    font-size:16px;
     color:#666; 
     margin-left:-11px; 
     font-weight:350;
}



.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
  
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}



h1{
    font-size: 28px;
}

.connect{
    padding: 14px 20px!important;
    font-size: 20px!important;
}



.pl-88{
    padding-left:88px;
}
.dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}
.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 27%;

}

.mainhead{
  padding-top: 30px;
    }

 .we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 100%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 64%;
}

.testi img{
    width: 100px!important;
  
}
.testimon{
    text-align: center;
}

.btn-class{
    padding: 7px 5px 7px 6px;
    font-size: 13px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 200px;
    text-align: center;
    margin: auto;
}

.border-blue{
      padding: 7px 5px 7px 6px;
     font-size: 13px!important;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.border-blue1{
    padding: 14px 25px;
     font-size: 17px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footerblue{
    text-align: left;
    padding-top: 20px;
    margin-left: 1.5rem!important;
}


.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
.sliderb{
    width: 400px;
    height: 240px;
   }
.ecosys{
    margin-top: -170px!important;
}
.max-life{
    margin-top: -714px;
    margin-left: 26px;
      width: 80px;
}
.fortis{
     margin-top: -866px;
     margin-left: 40%;
    width: 80px;
 }

.srl{
    margin-top: -331px;
    margin-left: 9%;
    width: 80px;
}

.miracles-healthcare{
       margin-top: -847px;
    margin-left: 48%;
       width: 80px;
}

.medall{
     margin-top: -821px;
     width: 80px;
}

.apolloclinic{
    margin-top: -684px;
    margin-left: 0%;
      width: 80px;
}
.lalpath{
    margin-top: -737px;
    margin-left: 72%;
      width: 80px;
}

.express-clinic{
    margin-top: -666px;
    margin-left: 58%;
   width: 80px;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -555px;
    width: 160px;
}

.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -386px;
      margin-left: -10%;
    width: 160px;
}

.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -649px;
    margin-left: 9%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -253px;
    margin-left: 21%;
}
.circle1{
    background-color: #f3f8e1;
    width: 125px;
    height: 125px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 15px;
    line-height:20px ;

}
.circle2{
    background-color: #caf8f8;
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 50%;
    margin-left: 23%;
    margin-top: -21%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    margin-left: 59%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    margin-left: 64%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
  height: auto;
    border-radius: 13px;
    padding-top: 15px;
   /* text-align: left;*/
    margin-left: 13%;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}
.healthcampbox h5{
    color: #0f5fc2;
}

}




@media only screen and (min-width: 500px){

      .head1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto !important;
    color: #413f40;
}


.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 25%;

}
.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
   
}
   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
 .border-blue{
 padding: 7px 5px 7px 6px;
 font-size: 20px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.pl-88{
    padding-left:88px;
}

.connect{
    padding: 10px 21px;
    font-size: 20px;
}
 h1{
    font-size: 32px;
}

    .dottedbg{
    background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.testi img{
    width: 100px!important;
   
}
.testimon{
    text-align: center;
}

.border-blue1{
    padding: 14px 20px;
     font-size: 17px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

.ecosys{
    margin-top: -160px!important;
}

.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
}

.srl{
    margin-top: -775px;
    margin-left: -30%;
}
.miracles-healthcare{
    margin-top: -693px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
}
.apolloclinic{
    margin-top: -597px;
    margin-left: -165%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}

.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -555px;
    width: 160px;
}

.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -386px;
      margin-left: -10%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -649px;
    margin-left: 9%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -253px;
    margin-left: 21%;
}

.mainhead{
  padding-top: 30px;
    }

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 15px;
    line-height:20px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;
}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
    height: 115px;
    border-radius: 13px;
    padding-top: 15px;
    text-align: left;
    margin-left: -13%;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}

.healthcampbox h5{
    color: #0f5fc2;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}
.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 55%;
}

.footerblue{
    text-align: left;
    padding-top: 15px;
}

.whereu{
    padding-top: 80px;
}



}


@media only screen and (min-width: 600px){

   .head1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto !important;
    color: #413f40;
}


.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 27%;
}
.card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.border-blue{
        padding: 14px 20px;
     font-size: 20px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
 h1{
    font-size: 35px;
}
.pl-88{
    padding-left:88px;
}
.dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}
.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
}

.testi img{
    width: 100px!important;
   
}
.testimon{
    text-align: center;
}
.ecosys{
    margin-top: -150px!important;
}
.max-life{
    margin-top: -819px;
    margin-left: 38px;
}
.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }
.srl{
    margin-top: -775px;
    margin-left: -30%;
}
.miracles-healthcare{
    margin-top: -693px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
}
.apolloclinic{
    margin-top: -597px;
    margin-left: -165%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}

.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -555px;
    width: 160px;
}

.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -386px;
      margin-left: -10%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -649px;
    margin-left: 9%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -253px;
    margin-left: 21%;
}
.mainhead{
  padding-top: 30px;
    }
.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 15px;
   line-height: 20px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 22px;
    line-height:26px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
  font-size: 15px;
   line-height: 20px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 22px;
    line-height:26px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 15px;
   line-height: 20px;
   font-weight: 300;
}

.circle3 h3{
      font-size: 22px;
    line-height:26px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
      font-size: 22px;
    line-height:26px ;

}
.circle4 p{
    font-size: 15px;
   line-height: 20px;
   font-weight: 300;
}


.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
    height: 115px;
    border-radius: 13px;
    padding-top: 15px;
    text-align: left;
    margin-left: -13%;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}

.healthcampbox h5{
    color: #0f5fc2;
}

.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}
.footerblue{
    text-align: left;
    padding-top: 15px;
}
.whereu{
    padding-top: 80px;
}
}



@media only screen and (min-width: 700px){

   .head1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto !important;
    color: #413f40;
}

.near{
    font-size:17px;
     color:#666; 
     margin-left:-11px; 
     font-weight:350;
}
.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 280px;
}
 .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 27%;
}

.border-blue{
        padding: 14px 20px!important;
     font-size: 17px!important;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.btn-class{
    padding: 14px 15px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 1;
}

.mrmns {
    margin-right: -50px;
}

 h1{
    font-size: 27px;
}
.pl-88{
    padding-left:70px;
}

.border-blue1{
    padding: 14px 21px;
     font-size: 17px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

.dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}
.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}


.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 64%;
}

.testi img{
    width: 90px!important;
   
}
.testimon{
    float: right;
    padding-top: 30px;
    padding-left: 25px;
}
.ecosys{
    margin-top: 4rem!important;
}

.max-life{
    margin-top: -498px;
    margin-left: 9px;  
}

.fortis{
     margin-top: -571px;
     margin-left: 11px;
     }

.srl{
      margin-top: -168px;
    margin-left: -274%;
}
.miracles-healthcare{
       margin-top: -527px;
    margin-left: 193%;
}
.medall{
     margin-top: -481px;
     margin-left: -161%;
}
.apolloclinic{
    margin-top: -395px;
    margin-left: -333%; 
}
.lalpath{
    margin-top: -388px;
    margin-left: 262%;
}

.express-clinic{
    margin-top: -276px;
    margin-left: 54%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -325px;
    margin-left: -11%;
    width: 160px;
}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -219px;
      margin-left: -225%;
    width: 160px;
}

.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -374px;
    margin-left: -274%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
   margin-top: -107px;
    margin-left: 30%;
}

.mainhead{
  padding-top: 18px;
    }

.circle1{
    background-color: #f3f8e1;
    width: 240px;
    height: 240px;
    text-align: center;
    border-radius: 50%;
    margin-left: -293px;
}
.circle1 p{
   font-size: 18px;
   font-weight: 300;
}

.circle2 {
    background-color: #caf8f8;
    width: 265px;
    height: 265px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44px;
    margin-top: 10px;
}
.circle2 p{
   font-size: 18px;
   font-weight: 300;
}
.circle3{
    background-color: #f9e4c7;
    width: 210px;
    height: 210px;
    text-align: center;
    border-radius: 50%;
    margin-left: -134%;
    margin-top: 133%;
}
.circle3 p{
   font-size: 18px;
   font-weight: 300;
}

.circle4{
    background-color: #e1e2ff;
    width: 240px;
    height: 240px;
    text-align: center;
    border-radius: 50%;
    margin-left: -31%;
  }
.circle4 p{
   font-size: 18px;
   font-weight: 300;
}
.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
    height: 115px;
    border-radius: 13px;
    padding-top: 15px;
    text-align: left;
    margin-left: -13%;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}

.healthcampbox h5{
    color: #0f5fc2;
}

.footerblue{
    text-align: left;
    padding-top: 15px;
}
.whereu{
    padding-top: 80px;
}


}

@media only screen and (min-width: 800px){
.head1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 auto !important;
    color: #413f40;
}
.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 280px;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.mrmns {
    margin-right: -30px;
}
   h1{
    font-size: 37px;
}
.pl-88{
    padding-left:88px;
}

.wher{
    padding-left: 3.5rem;
}
.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 27%;
}

.border-blue{
        padding: 14px 20px!important;
     font-size: 17px!important;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn-class{
    padding: 14px 15px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 1;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 64%;
}

.testi img{
    width: 90px!important;
}
.testimon{
    float: right;
}

.max-life{
    margin-top: -819px;
    margin-left: 38px;
}
.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }
.srl{
    margin-top: -775px;
    margin-left: -30%;
}
.miracles-healthcare{
    margin-top: -693px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
}
.apolloclinic{
    margin-top: -597px;
    margin-left: -165%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}

.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -338px;
    width: 160px;
}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}

.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}
.mainhead{
  padding-top: 30px;
    }

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 15px;
    line-height:20px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;
}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
    height: 115px;
    border-radius: 13px;
    padding-top: 15px;
    text-align: left;
    margin-left: -13%;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}
.healthcampbox h5{
    color: #0f5fc2;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

.whereu{
    padding-top: 60px;
}

}




@media only screen and (min-width: 900px){

.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 280px;
}
.card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}

.mrmns {
    margin-right: -30px;
}

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 27%;

}
   h1{
    font-size: 34px;
    font-weight: 600;
}

.pl-88{
    padding-left:88px;
}


.border-blue{
        padding: 14px 20px!important;
     font-size: 17px!important;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}


.btn-class{
    padding: 14px 15px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 1;
}

.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

  .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 64%;
}

.near{
    font-size:20px;
     color:#666; 
     margin-left:-11px; 
     font-weight:350;
}

.testi img{
    width: 90px!important;
}
.testimon{
    float: right;
}

.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -775px;
    margin-left: -30%;
}
.miracles-healthcare{
    margin-top: -693px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
}
.apolloclinic{
    margin-top: -597px;
    margin-left: -165%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}

.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -338px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;

}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}
.mainhead{
  padding-top: 30px;
    }

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle1 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
    height: 115px;
    border-radius: 13px;
    padding-top: 15px;
    text-align: left;
    margin-left: -13%;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}

.healthcampbox h5{
    color: #0f5fc2;
}
.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
}





@media only screen and (min-width: 1000px){
.box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 280px;
}
   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
    height: 100%;
}
.mrmns {
    margin-right: -11px;
}
.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 27%;
}

.border-blue{
        padding: 14px 20px!important;
     font-size: 20px!important;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.btn-class{
    padding: 14px 15px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 1;
    width: 50%;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}

h1{
    font-size: 36px;
    font-weight: 600;
}

.pl-88{
    padding-left:24px;
}

.border-blue1{
    padding: 14px 21px;
     font-size: 18px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

  .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
}


.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}


.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}


.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 64%;
}


.testi img{
    width: 90px!important;
}
.testimon{
    float: right;
}
.max-life{
    margin-top: -682px;
    margin-left: 38px;
}
.fortis{
     margin-top: -757px;
     margin-left: 56px;
 }

.srl{
       margin-top: -260px;
    margin-left: -238%;
}
.miracles-healthcare{
    margin-top: -633px;
    margin-left: -167%;
}
.medall{
     margin-top: -614px;
}
.apolloclinic{
    margin-top: -464px;
    margin-left: -173%;
}
.lalpath{
    margin-top: -436px;
    margin-left: 80%;
}

.express-clinic{
    margin-top: -301px;
    margin-left: -148%;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -338px;
    width: 160px;
}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -311px;
      margin-left: -369%;
    width: 160px;
}

.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -467px;
    margin-left: 54%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -48%;
}
.mainhead{
  padding-top: 30px;
    }

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle1 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
    height: 115px;
    border-radius: 13px;
    padding-top: 15px;
    text-align: left;
    margin-left: 2%;
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}
.healthcampbox h5{
    color: #0f5fc2;
}
.whereu{
    padding-top: 60px;
}


}


@media only screen and (min-width: 1100px){



    .box2{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    min-height: auto;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
    height: auto;
}

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 27%;

}
.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
 h1{
    font-size: 38px;
    font-weight: 600;
}
.pl-88{
    padding-left:88px;
}

.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

  .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}


.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 64%;
}


.testi img{
    width: 90px!important;
}
.testimon{
    float: right;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -775px;
    margin-left: -30%;
}
.miracles-healthcare{
    margin-top: -693px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
}
.apolloclinic{
    margin-top: -597px;
    margin-left: -165%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}

.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}


.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -338px;
    width: 160px;

}

.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;

}

.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}

.mainhead{
  padding-top: 30px;
    }

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 15px;
    line-height:20px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 15px;
    line-height:20px ;
}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.healthcampbox{
    background-color: #ffffff;
    color: #000000;
    width: 340px;
    height: 115px;
    border-radius: 13px;
    padding-top: 15px;
    text-align: left;
    margin-left: -13%;
    box-shadow: 0 0 3.76px 0.24px rgb(0 0 0 / 15%);
}
.healthcampbox img{
    background-color:#0f5fc2;
    border-radius: 50%;
    padding: 5px;
    width: 60px;
}
.healthcampbox h5{
    color: #0f5fc2;
}
}



@media only screen and (min-width: 1200px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}
 .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
 h1{
    font-size: 39px;
    font-weight: 600;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}
.dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 40%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 46%;
}


.testi img{
   width: 90px!important;
    border-radius: 1%!important;
}
.testimon{
    float: right;
}

.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -775px;
    margin-left: -30%;
}
.miracles-healthcare{
    margin-top: -693px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
}
.apolloclinic{
    margin-top: -597px;
    margin-left: -165%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}

.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -338px;
    width: 160px;
}

.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;

}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}

.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 60px;
    }

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
 .mainhead1{
        padding-top: 85px;
    }
.footertop{
    padding-top: 180px;
}

.footerlft{
    margin-left: 3rem;
}
.circletspace{
    padding-top: 4rem;
}
.card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 20px;
}
.btn-white {
    background-color:#ffffff;
    color: #135ec3;
    font-weight: 550;
    border-radius: 50px;
    font-size: 20px;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 20px;
    width: 250px;
    text-align: center;
}
.circle1{
    background-color: #f3f8e1;
    width: 275px;
    height: 275px;
    text-align: center;
    border-radius: 50%;
    margin-left: -293px;
    margin-top: -20%;
}

.circle1 p{
   font-size: 18px;
   font-weight: 300;
}

.circle2{
    background-color: #caf8f8;
    width: 330px;
    height: 330px;
    text-align: center;
    border-radius: 50%;
    margin-left: 87%;
    margin-top: -10%;
}
.circle2 p{
   font-size: 18px;
   font-weight: 300;
}
.circle3{
    background-color: #f9e4c7;
    width: 240px;
    height: 240px;
    text-align: center;
    border-radius: 50%;
    margin-left: -118%;
    margin-top: 90%;
}
.circle3 p{
   font-size: 18px;
   font-weight: 300;
}

.circle4{
    background-color: #e1e2ff;
    width: 280px;
    height: 280px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12%;
    margin-top: -30%;
  }

.circle4 p{
   font-size: 18px;
   font-weight: 300;
}


.fingr-wrapper{
    padding: 30px;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: 300px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    margin-bottom: 50px; 
    display: block;
}
.card-info h4{
    font-weight: 600;
    font-size: 28px;
}

 .card-info h5{
    font-size: 27px;
    font-weight: 600;
}
.card-info a.border-btn{
    border: 2px solid #2e2751;
    padding: 11px 20px!important;
    display: inline-block;
    border-radius: 50px;
    color: #2e2751;
    font-weight: 600;
    font-size: 18px!important;
}

.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    /*margin-left: 6%;*/
}

.two-btn-wrapper {
    column-gap: 30px;
}

.sliderb{
    width: 592px;
    height: 500px;
    /*padding-right: 87px;*/
    margin-top: -65px;
}

.head {
  color: #231f20;
    font-size: 39px;
    font-weight: 700;
}
.subhead {
   font-size: 26px;
    font-weight: 350;
    color: #414143;
}
.rotation-animations, .static-banner-headline{
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}


.network img:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2);  Safari 3-8 
  transform: scale(1.2); 
   -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out; 
  }

.static-banner-headline {
    color: #212529;
    letter-spacing: 1px;
    line-height: 45px;
    font-size: 40px;
    font-weight: 900;
    text-align: left;
    width: 510px;
}
.start-service-section {
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}
.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}


.search-box {
    justify-content: space-around;
    background-color: #c1e6ff;
    padding: 10px;
    border-radius: 50px;
    align-items: center;
}
.fa-search:before {
    content: "\f002";
}
.start-service-section{
    position: relative;
}

#input_search_query{
    padding: 20px;
    width: 650px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    outline: 0!important;
}

#input_search_query:focus-visible{
    border: none;
}
.input-search-btn{
    background-color: transparent !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -60px;
    height: 100%;
    border: none;
    margin-top: 5px;
}

.input-search-btn i{
    color: #949599;
    font-size: 30px;
}

.input-submit-btn{
    padding: 10px 30px;
    background-color: #0f5fc2;
    color: white;
    margin-left: 20px;
    border-radius: 50px;
    height: 65px;
    width: 200px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.start-service-section{
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}



/*footer*/

.footer_row_one{
    background-color: #292728;
    padding: 50px 0px 0px 0px;
}
._one h2{
    font-size: 39px;
    color: #45d878;
    font-weight: 700;
}
._one h3{
    color: #fff;
    font-size: 39px;
    font-size: 500;
}
.addr,  .phone, .mail{
    color: white;
    column-gap: 20px;
}
.footer-16 p{
    font-size: 15px;
}
.f_social_links{
    display: flex;
    column-gap: 30px;
    font-size: 20px;
}
.f_social_links a{
    color: white;
}
.f-14{
    font-size: 14px;
}
.footer_quick_links{
    font-size: 16px;
    justify-content: space-around;
}
.footer_quick_links a{
    color: white;
}
.Speciallists_near_you{
    justify-content: flex-end;
}
.flex__right{
    float: right;
}
.specialists_links a{
    color: white;
}

.specialists_links{
    font-size: 16px;
}

}


@media only screen and (min-width: 1300px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}
 .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    text-align:left!important;
}

 h1{
    font-size: 39px;
    font-weight: 600;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}
.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}
.dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 37%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 41%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 47%;
}
.footerbg404 {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 114%;
    padding-top: 241px;
    background-position: 83% 5%;
    background-color: #f1fbfd;
}
.footerbg {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 114%;
    padding-top: 241px;
    background-position: 83% 5%;
    background-color: #fff;
}
.max-life{
    margin-top: -819px;
    margin-left: 38px;
}
.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }
.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -479px;
    margin-left: -100%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}
.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -338px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;

}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}

.mainhead{
  padding-top: 80px;
    }

.card-info h4{
    font-weight: 600;
    font-size: 28px;
}

 .card-info h5{
    font-size: 27px;
    font-weight: 600;
}

.card-info a.border-btn{
    border: 2px solid #2e2751;
    padding: 11px 20px!important;
    display: inline-block;
    border-radius: 50px;
    color: #2e2751;
    font-weight: 600;
    font-size: 18px!important;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.whereu{
    padding-top: 20px;
}

}


@media only screen and (min-width: 1400px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}




.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 35%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 47%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 47%;
}

.card-info h4{
    font-weight: 600;
    font-size: 28px;
}

 .card-info h5{
    font-size: 27px;
    font-weight: 700;
}

.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}






@media only screen and (min-width: 1500px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

 .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 37%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 48%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}





@media only screen and (min-width: 1600px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}


   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}


.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 32%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 45%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 48%;
}

.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}


@media only screen and (min-width: 1700px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}


.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 42%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 56%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 49%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}





@media only screen and (min-width: 1800px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}


.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 37%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 53%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 55%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50%;
}


.footerbg404 {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 117%;
    padding-top: 304px;
    background-position: 83% 5%;
    background-color: #f1fbfd;
}



.footerbg {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 117%;
    padding-top: 304px;
    background-position: 83% 5%;
    background-color: #fff;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}

.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle1 h3{
    font-size: 28px;
    line-height:36px;
}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;
}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;
}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
}


@media only screen and (min-width: 1900px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 27%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 38%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 55%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 48%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}




@media only screen and (min-width: 2000px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}


.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 27%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 36%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 50%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 46%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}




@media only screen and (min-width: 2100px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}


   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 26%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 35%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 45%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 44%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}




@media only screen and (min-width: 2200px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}


   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 24%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 33%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 43%;
}


.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 41%;
}

.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}




@media only screen and (min-width: 2300px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

   .card-wrapper{
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 22%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 32%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 45%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 39%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}
.mainhead{
  padding-top: 70px;
    }
.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}



@media only screen and (min-width: 2400px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 22%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 32%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 45%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 39%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}


.mainhead{
  padding-top: 70px;
    }


.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}


@media only screen and (min-width: 2500px){

.pgreenbtn{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px!important;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
    width: 200px;
    margin-left: 9%;
}

.border-green1{
    background-color: #0a8943;
    color:#ffffff;
    padding: 14px 25px;
    font-size: 17px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    border: 1px;
}
     h1{
    font-size: 40px;
}

.pl-88{
    padding-left:40px;
}
.border-blue1{
    padding: 14px 21px;
     font-size: 15px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue{
    padding: 7px 5px 7px 6px;
     font-size: 13px;
   border-radius: 19px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1{
    padding: 14px 25px;
     font-size: 20px;
   border-radius: 50px;
    background-color: #0f5fc2;
    color: #ffffff;
  font-weight: 550!important;
   transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

 .dottedbg{
        background-image: url('../images/dotted-circle.png');
    background-size: 53%;
    background-repeat: no-repeat;
    background-position: 58% 13%;
}

.whereur{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 22%;
}

.we-take-care{
     background-image: url(../images/get-know-Section-Background.png);
   /* background-position: 0% 80%;*/
    background-repeat: no-repeat;
    background-size: 32%;
}

.get-know-container {
    background-image: url(../images/get-know-Section-Background.png);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 45%;
}

.bringing-section{
    background: url(../images/section-background.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 39%;
}


.max-life{
    margin-top: -819px;
    margin-left: 38px;
}

.fortis{
     margin-top: -908px;
     margin-left: 63px;
 }

.srl{
    margin-top: -275px;
    margin-left: -211%;
}
.miracles-healthcare{
    margin-top: -741px;
    margin-left: -151%;
}
.medall{
     margin-top: -735px;
     margin-left: 1%;
}
.apolloclinic{
    margin-top: -492px;
    margin-left: -125%;
}
.lalpath{
    margin-top: -523px;
    margin-left: 93%;
}
.express-clinic{
    margin-top: -343px;
    margin-left: -142%;
}

.east{
     font-size: 13px;
     line-height: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: -432px;
    width: 160px;

}
.west{
     font-size: 13px;
    line-height: 17px;
     font-weight: 600;
     text-align: center;
      margin-top: -338px;
      margin-left: -352%;
    width: 160px;
}
.north{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-top: -558px;
    margin-left: 87%;
    width: 160px;
    text-align: center;
}
.south{
     font-size: 13px;
     line-height: 17px;
    font-weight: 600;
     text-align: center;
    width: 160px;
    margin-top: -93px;
    margin-left: -18%;
}

.mainhead{
  padding-top: 70px;
    }

.btn-class{
    padding: 14px 21px;
    font-size: 20px;
   border-radius: 50px;
    color: #ffffff;
    font-weight: 550!important;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 250px;
    text-align: center;
    margin:auto;
}

.circle1{
    background-color: #f3f8e1;
    width: 115px;
    height: 115px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -50%;
}
.circle1 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle1 h3{
    font-size: 28px;
    line-height:36px ;

}
.circle2{
    background-color: #caf8f8;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 10%;

}
.circle2 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}
.circle2 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle3{
    background-color: #f9e4c7;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 46%;
    margin-top: -23%;
}
.circle3 p{
   font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

.circle3 h3{
    font-size: 28px;
    line-height:36px ;
}
.circle4{
    background-color: #e1e2ff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin-left: 44%;
    margin-top: -52%;
  }
.circle4 h3{
     font-size: 28px;
    line-height:36px ;

}
.circle4 p{
    font-size: 11px;
   line-height: 14px;
   font-weight: 300;
}

}






@media only screen and (max-width: 768px){
.mdcenter{
    justify-content: center;
}
}




@media only screen and (max-width: 426px){


.mainhead1{
  padding-top: 50px;
    }

.circletspace{
    padding-top: 11px;
}

   .btn-white {
    background-color:#ffffff;
    color: #135ec3;
    font-weight: 550;
    border-radius: 23px;
    font-size: 20px;
    display: inline-block;
    padding: 11px 15px;
    margin-bottom: 20px;
    width: 250px;
    text-align: center;
}


.custom-shape-divider-bottom-1630575888 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: transparent;
}

.custom-shape-divider-bottom-1630575888 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 77px;
    transform: rotateY(180deg);
   /* background-color: #f1fbfd;*/
}
.custom-shape-divider-bottom-1630575888 .shape-fill {
    fill: #292728;
}

.w-14{
    width: 30%;
}
.active1 p {
    font-size: 16px;
    font-weight: 350;
    line-height: 22px;
    color: #666;
}

.fingr-wrapper{
    padding: 30px;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: 300px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    margin-bottom: 20px; 
    display: block;
}


.card-info a.border-btn{
    border: 2px solid #2e2751;
    padding: 7px 13px 7px 13px;
    display: inline-block;
    border-radius: 50px;
    color: #2e2751;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}


.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}


.border-blue1:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}

.two-btn-wrapper {
    column-gap: 8px;
}

.head {
  color: #231f20;
    font-size: 25px;
    font-weight: 700;
}

.subhead {
   font-size: 17px;
    font-weight: 350;
    color: #414143;
    line-height:25px;
}


.start-service-section {
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}
.search-box {
    justify-content: space-around;
    background-color: #c1e6ff;
    padding: 2px;
    border-radius: 50px;
    align-items: center;
}
.fa-search:before {
    content: "\f002";
}
 .start-service-section{
    position: relative;
}
#input_search_query{
    padding: 10px;
    width: 300px;
    border-radius: 50px;
    border: none;
    font-size: 12.5px;
}
#input_search_query:focus-visible{
  outline: none;
}
.input-search-btn{
    background-color: transparent !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -30px;
    height: 100%;
    border: none;
}
.input-search-btn i{
    color: #4285f4;
    font-size: 18px;
    display: none;
}
.input-submit-btn{
    padding: 10px 20px;
    background-color: #4285f4;
    color: #ffffff;
    margin-left: -51px;
    border-radius: 50px;
    height: 44px;
    width: 52px;
    border: none;
}

.start-service-section{
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}

/*footer*/

.footer_row_one{
    background-color: #292728;
    padding: 50px 0px 0px 0px;
}
._one h2{
    font-size: 28px;
    color: #45d878;
    font-weight: 700;
    padding-left: 20px;
}
._one h3{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding-left: 20px;

}
.addr,  .phone, .mail{
    color: white;
    column-gap: 20px;
}
.footer-16 p{
    font-size: 15px;
}

.f_social_links{
    display: flex;
    column-gap: 30px;
    font-size: 20px;
}
.f_social_links a{
    color: white;
}

.f-14{
    font-size: 14px;
}

.footer_quick_links{
    font-size: 15px;
    /*justify-content: space-around;*/
    padding-left: 6%;
}

.footer_quick_links a{
    color: white;
}

.Speciallists_near_you{
    justify-content: flex-end;
}


.specialists_links a{
    color: white;
}

.specialists_links{
    font-size: 16px;
}

}





@media only screen and (min-width: 427px) {

 .footerblue{
    text-align: left;
    padding-top:15px;
}

.mainhead1{
    padding-top: 50px;
    }
  .circletspace{
    padding-top: 20px;
}
 

.btn-white {
    background-color:#ffffff;
    color: #135ec3;
    font-weight: 550;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 20px;
}


/**/

.custom-shape-divider-bottom-1630575888 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: transparent;
}

.custom-shape-divider-bottom-1630575888 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 77px;
    transform: rotateY(180deg);
   /* background-color: #f1fbfd;*/
}

.custom-shape-divider-bottom-1630575888 .shape-fill {
    fill: #292728;
}



.w-14{
    width: 30%;
}

.active1 p {
    font-size: 16px;
    font-weight: 350;
    line-height: 22px;
    color: #666;
}

.fingr-wrapper{
    padding: 30px;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: 300px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    margin-bottom: 20px; 
    display: block;
}

.card-info h4{
    font-weight: 600;
    font-size: 19px;
}

.card-info a.border-btn{
    border: 2px solid #2e2751;
    padding: 7px 13px 7px 13px;
    display: inline-block;
    border-radius: 50px;
    color: #2e2751;
    font-weight: 600;
    font-size: 15px;
}


.two-btn-wrapper {
    column-gap: 8px;
}
.sliderb{
    width: 336px;
    height: 225px;
   /* padding-right: 87px;*/
    margin-top: 25px;
}
.head {
  color: #231f20;
    font-size: 25px;
    font-weight: 700;
}
.subhead {
   font-size: 17px;
    font-weight: 350;
    color: #414143;
    line-height:25px;
}
.static-banner-headline {
    color: #212529;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 900;
}

.rotation-animations, .static-banner-headline {
   line-height: 34px;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
}
.start-service-section {
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}

.search-box {
    justify-content: space-around;
    background-color: #c1e6ff;
    padding: 10px;
    border-radius: 50px;
    align-items: center;
}
.fa-search:before {
    content: "\f002";
}
.start-service-section{
    position: relative;
}
#input_search_query{
    padding: 10px;
    width: 200px;
    border-radius: 50px;
    border: none;
}

#input_search_query:focus-visible{
  outline: none;
}
.input-search-btn{
    background-color: transparent !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -30px;
    height: 100%;
    border: none;
}
.input-search-btn i{
    color: #4285f4;
    font-size: 18px;
}

.input-submit-btn{
    padding: 10px 20px;
    background-color: #4285f4;
    color: #ffffff;
    margin-left: 20px;
    border-radius: 50px;
    height: 50px;
    width: 110px;
    border: none;
}
.start-service-section{
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}

/*footer*/

.footer_row_one{
    background-color: #292728;
    padding: 50px 0px 0px 0px;
}
._one h2{
    font-size: 39px;
    color: #45d878;
    font-weight: 700;
}
._one h3{
    color: #fff;
    font-size: 39px;
    font-size: 500;
}
.addr,  .phone, .mail{
    color: white;
    column-gap: 20px;
}
.footer-16 p{
    font-size: 15px;
}
.f_social_links{
    display: flex;
    column-gap: 30px;
    font-size: 20px;
}
.f_social_links a{
    color: white;
}
.f-14{
    font-size: 14px;
}
.footer_quick_links{
    font-size: 16px;
    justify-content: space-around;
}
.footer_quick_links a{
    color: white;
}
.Speciallists_near_you{
    justify-content: flex-end;
}
.flex__right{
    float: right;
}
.specialists_links a{
    color: white;
}
.specialists_links{
    font-size: 16px;
}

}



@media only screen and (min-width: 575px) {


 .footerblue{
    text-align: left;
    padding-top: 15px;
}
 .mainhead1{
     padding-top: 50px!important;
    }

  .circletspace{
    padding-top: 20px;
}

 .btn-white {
     background-color:#ffffff;
    color: #135ec3;
    font-weight: 550;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 20px;
}

/*.card-info h5{
    font-size: 16px;
    font-weight: 900;
}*/

.custom-shape-divider-bottom-1630575888 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: transparent;
}

.custom-shape-divider-bottom-1630575888 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 77px;
    transform: rotateY(180deg);
   /* background-color: #f1fbfd;*/
}

.custom-shape-divider-bottom-1630575888 .shape-fill {
    fill: #292728;
}

.w-14{
    width: 30%;
}

.active1 p {
    font-size: 16px;
    font-weight: 350;
    line-height: 22px;
    color: #666;
}

.fingr-wrapper{
    padding: 30px;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: 300px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    margin-bottom: 20px; 
    display: block;
}

.card-info h4{
    font-weight: 600;
    font-size: 19px;
}

.card-info a.border-btn{
    border: 2px solid #2e2751;
    padding: 7px 13px 7px 13px;
    display: inline-block;
    border-radius: 50px;
    color: #2e2751;
    font-weight: 600;
    font-size: 15px;
}




.two-btn-wrapper {
    column-gap: 8px;
}

.sliderb{
    width: 336px;
    height: 225px;
   /* padding-right: 87px;*/
    margin-top: 25px;
}

.head {
  color: #231f20;
    font-size: 25px;
    font-weight: 700;
}

.subhead {
   font-size: 17px;
    font-weight: 350;
    color: #414143;
    line-height:25px;
}
.static-banner-headline {
    color: #212529;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 900;
}


.rotation-animations, .static-banner-headline {
   line-height: 34px;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
}
.start-service-section {
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}

.search-box {
    justify-content: space-around;
    background-color: #c1e6ff;
    padding: 10px;
    border-radius: 50px;
    align-items: center;
}
.fa-search:before {
    content: "\f002";
}

.start-service-section{
    position: relative;
}

#input_search_query{
    padding: 10px;
    width: 200px;
    border-radius: 50px;
    border: none;
}

#input_search_query:focus-visible{
  outline: none;
}

.input-search-btn{
    background-color: transparent !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -30px;
    height: 100%;
    border: none;
}

.input-search-btn i{
    color: #4285f4;
    font-size: 18px;
}

.input-submit-btn{
    padding: 10px 20px;
    background-color: #4285f4;
    color: #ffffff;
    margin-left: 20px;
    border-radius: 50px;
    height: 50px;
    width: 110px;
    border: none;
}

.start-service-section{
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}


/*footer*/

.footer_row_one{
    background-color: #292728;
    padding: 50px 0px 0px 0px;
}
._one h2{
    font-size: 39px;
    color: #45d878;
    font-weight: 700;
}
._one h3{
    color: #fff;
    font-size: 39px;
    font-size: 500;
}
.addr,  .phone, .mail{
    color: white;
    column-gap: 20px;
}
.footer-16 p{
    font-size: 15px;
}

.f_social_links{
    display: flex;
    column-gap: 30px;
    font-size: 20px;
}
.f_social_links a{
    color: white;
}

.f-14{
    font-size: 14px;
}

.footer_quick_links{
    font-size: 16px;
    justify-content: space-around;
}

.footer_quick_links a{
    color: white;
}

.Speciallists_near_you{
    justify-content: flex-end;
}

.flex__right{
    float: right;
}

.specialists_links a{
    color: white;
}

.specialists_links{
    font-size: 16px;
}


.border-blue:hover{
    background-color: #0863bd !important;
    color: #ffffff;
}
}


@media only screen and (min-width: 767px) {

      .footerblue{
    text-align: left;
    padding-top:15px;
}
 .mainhead1{

        padding-top: 18px!important;
    }

.circletspace{
    padding-top: 20px;
}



    .btn-white {
    
    background-color:#ffffff;
    color: #135ec3;
    font-weight: 550;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 20px;
}



/*.card-info h5{
    font-size: 16px;
    font-weight: 900;
}*/

/* Footer Section */

.custom-shape-divider-bottom-1630575888 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    background-color: transparent;
}

.custom-shape-divider-bottom-1630575888 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 204px;
    transform: rotateY(180deg);
   background-color: #f2f9f5;
}

.custom-shape-divider-bottom-1630575888 .shape-fill {
    fill: #292728;
}




    .w-14{
    width: 14%;
}


.active1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #666;
}


.fingr-wrapper{
    padding: 30px;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: 300px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    margin-bottom: 20px; 
    display: block;
}

.card-info h4{
    font-weight: 600;
    font-size: 19px;
}

.card-info a.border-btn{
    border: 2px solid #2e2751;
    padding: 7px 13px 7px 13px;
    display: inline-block;
    border-radius: 50px;
    color: #2e2751;
    font-weight: 600;
    font-size: 15px;
}

.two-btn-wrapper {
    column-gap: 8px;
}

.sliderb{
    width: 290px;
    height: 270px;
   /* padding-right: 27px;*/
    margin-top: 25px;
    z-index: 0;
}

.head {
  color: #231f20;
    font-size: 25px;
    font-weight: 700;
}

.subhead {
   font-size: 17px;
    font-weight: 350;
    color: #414143;
    line-height:25px;
}
.static-banner-headline {
    color: #212529;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 900;
}
.rotation-animations, .static-banner-headline {
   line-height: 41px;
    font-size: 33px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
    width: 425px;
    z-index: 15;
}
.start-service-section {
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}
.search-box {
    justify-content: space-around;
    background-color: #c1e6ff;
    padding: 6px;
    border-radius: 50px;
    align-items: center;
}
.fa-search:before {
    content: "\f002";
}
.start-service-section{
    position: relative;
}

#input_search_query{
    padding: 12px;
    width: 500px;
    border-radius: 50px;
    border: none;
}

#input_search_query:focus-visible{
  outline: none;
}
.input-search-btn{
    background-color: transparent !important;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    margin-left: -30px;
    height: 100%;
    outline: 0px!important;
}

.input-search-btn i{
    color: #4285f4;
    font-size: 18px;
}

.input-submit-btn{
    padding: 0px 1px;
    background-color: #4285f4;
    color: #ffffff;
    margin-left: -56px;
    border-radius: 50px;
    height: 42px;
    width: 55px;
    border: none;
}

.start-service-section{
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}




/*footer*/

.footer_row_one{
    background-color: #292728;
    padding: 50px 0px 0px 0px;
}
._one h2{
    font-size: 39px;
    color: #45d878;
    font-weight: 700;
}
._one h3{
    color: #fff;
    font-size: 39px;
    font-size: 500;
}
.addr,  .phone, .mail{
    color: white;
    column-gap: 20px;
}
.footer-16 p{
    font-size: 15px;
}

.f_social_links{
    display: flex;
    column-gap: 30px;
    font-size: 20px;
}
.f_social_links a{
    color: white;
}

.f-14{
    font-size: 14px;
}

.footer_quick_links{
    font-size: 16px;
    justify-content: space-around;
}

.footer_quick_links a{
    color: white;
}

.Speciallists_near_you{
    justify-content: flex-end;
}

.flex__right{
    float: right;
}

.specialists_links a{
    color: white;
}

.specialists_links{
    font-size: 16px;
}

}



@media only screen and (min-width: 992px) {

      .footerblue{
    text-align: right;
    margin-left: 1.6rem!important;
}
.footerlft{
    margin-left: .5rem;

}

.mainhead1{
        padding-top: 50px;
    }

 .circletspace{
    padding-top: 64px;
}


 .btn-white {
    background-color:#ffffff;
    color: #135ec3;
    font-weight: 550;
    border-radius: 50px;
    font-size: 17px;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 20px;
}
   .circle1{
    background-color: #f3f8e1;
    width: 275px;
    height: 275px;
    text-align: center;
    border-radius: 50%;
    margin-left: -293px;
}
.circle1 p{
   font-size: 18px;
   font-weight: 400;
}

.circle2{
    background-color: #caf8f8;
    width: 330px;
    height: 330px;
    text-align: center;
    border-radius: 50%;
    margin-left: 61%;
    margin-top: -26%;

}
.circle2 p{
   font-size: 18px;
   font-weight: 400;
}

.circle3{
    background-color: #f9e4c7;
    width: 250px;
    height: 250px;
    text-align: center;
    border-radius: 50%;
    margin-left: -148%;
    margin-top: 78%;
}

.circle3 p{
   font-size: 18px;
   font-weight: 400;
}

.circle4{
    background-color: #e1e2ff;
    width: 290px;
    height: 290px;
    text-align: center;
    border-radius: 50%;
    margin-left: 2%;
  }
.circle4 p{
   font-size: 18px;
   font-weight: 400;
}

.fingr-wrapper{
    padding: 30px;
    min-height: 420px;
    background-repeat: no-repeat;
    background-size: 300px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    margin-bottom: 50px; 
    display: block;
}
.card-info h4{
    font-weight: 600;
    font-size: 28px;
}
.card-info a.border-btn{
    border: 2px solid #2e2751;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 50px;
    color: #2e2751;
    font-weight: 600;
    font-size: 18px;
}


.two-btn-wrapper {
    column-gap: 30px;
}
.sliderb{
    width: 592px;
    height: 371px;
  /*  padding-right: 87px;*/
    margin-top: -35px;
}

.head {
  color: #231f20;
    font-size: 39px;
    font-weight: 700;
}
.subhead {
   font-size: 26px;
    font-weight: 350;
    color: #414143;
}
.rotation-animations, .static-banner-headline{
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 1px;
}

.static-banner-headline {
    color: #212529;
    letter-spacing: 1px;
    line-height: 32px;
    font-size: 26px;
    font-weight: 350;
    text-align: left;
    width: 450px;
}
.start-service-section {
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}
.search-box {
    justify-content: space-around;
    background-color: #c1e6ff;
    padding: 10px;
    border-radius: 50px;
    align-items: center;
}
.fa-search:before {
    content: "\f002";
}
.start-service-section{
    position: relative;
}

#input_search_query{
    padding: 20px;
    width: 650px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    outline: 0!important;
}

#input_search_query:focus-visible{
    border: none;
}
.input-search-btn{
    background-color: transparent !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -60px;
    height: 100%;
    border: none;
    margin-top: 5px;
}

.input-search-btn i{
    color: #949599;
    font-size: 30px;
}

.input-submit-btn{
    padding: 10px 30px;
    background-color: #0f5fc2;
    color: white;
    margin-left: 20px;
    border-radius: 50px;
    height: 65px;
    width: 200px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.start-service-section{
    background: url(../images/start-section-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 100px;
    margin-bottom: 120px;
}


/*footer*/

.footer_row_one{
    background-color: #292728;
    padding: 50px 0px 0px 0px;
}
._one h2{
    font-size: 39px;
    color: #45d878;
    font-weight: 700;
}
._one h3{
    color: #fff;
    font-size: 39px;
    font-size: 500;
}
.addr,  .phone, .mail{
    color: white;
    column-gap: 20px;
}
.footer-16 p{
    font-size: 15px;
}

.f_social_links{
    display: flex;
    column-gap: 20px;
    font-size: 20px;
}

.f_social_links a{
    color: white;
}

.f-14{
    font-size: 14px;
}

.footer_quick_links{
     font-size: 16px;
    justify-content: left;
    padding-left: 5%;
}
.footer_quick_links a{
    color: white;
}

.Speciallists_near_you{
    justify-content: flex-end;
}

.flex__right{
    float: right;
}
.specialists_links a{
    color: white;
}

.specialists_links{
    font-size: 16px;
}
/*.card-3 {
   height: 250px;
}*/
}


@media only screen and (max-width: 768px) {
    .mbtn{
        margin-bottom: 16px;
 }
}
@media only screen and (max-width: 766px) {
    .mob{
        display: none!important;
}
}
@media only screen and (min-width: 766.50px) {
    .desk{
       display: none!important;
}

}

@media only screen and (max-width: 990px){
  
   .mob1{
        display: none!important;
    }
}


@media only screen and (min-width: 990.50px){
  
   .desk1{
        display: none!important;
    }
}






.shadow-effect {
            background: #fff;
            padding: 20px;
            border-radius: 4px;
            text-align: center;
    border:1px solid #ECECEC;
            box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
        }
        #customers-testimonials .shadow-effect p {
            font-family: inherit;
            font-size: 17px;
            line-height: 1.5;
            margin: 0 0 17px 0;
            font-weight: 300;
        }
       
        #customers-testimonials .item {
            text-align: center;
          /*  padding: 0px;*/
          margin-left: -25px;
           margin-right: -25px;
                margin-bottom:10px;
            opacity: .2;
            -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

         #customers-testimonials .item .healthcampbox {
          opacity: 0;
        }
   
    #customers-testimonials .owl-item.active.center .item .healthcampbox {
          opacity: 1;
        }

   #customers-testimonials .owl-item.active.center .item {
            opacity: 1;
            -webkit-transform: scale3d(1.0, 1.0, 1);
            transform: scale3d(1.0, 1.0, 1);
    }
          #customers-testimonials > .owl-item > .item > .healthcampbox{
            opacity: 0;
             }
   
    .owl-carousel .owl-item img {
            transform-style: preserve-3d;
            max-width: 300px;
            margin: 0 auto 17px;
            }

         .owl-carousel .owl-item img:nth-child(2) {
          height: 100px!important;
            }

          #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
         #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
            background: #3190E7;
            transform: translate3d(0px, -50%, 0px) scale(0.7);
        }
    #customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
        }

     #customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #3190E7;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

.accordion {
   color: #231f20;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: 0!important;
  font-size: 17px;
  transition: 0.4s;
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 border-bottom: 1px #000;
 background-color: transparent;
}

/*.active, .accordion:hover {
  background-color: #ccc;
}*/

/* .accordion:hover {
  background-color: #ccc;
}*/

/*.accordion:after {
  content: '\002B';
color: #231f20;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}
*/
/*.active:after {
  content: "\2212";
}*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/*slider*/

div {
    position: relative;
 }

 .bbb_viewed_title_container {
     border-bottom: none;
 }
  .bbb_viewed_title {
     margin-bottom: 16px;
     margin-top: 8px
 }

 .bbb_viewed_nav_container {
     position: absolute;
     right: -5px;
     bottom: 14px
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 13px
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 .bbb_viewed_name {
     margin-top: 3px
 }

 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }
.item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }
 .item_discount {
     background: #df3b3b;
     margin-right: 5px
 }
 .item_new {
     background: #0e8ce4
 }
.bbb_viewed_item.discount .item_discount {
     display: inline-block
 }
.bbb_viewed_item.is_new .item_new {
     display: inline-block
 }

.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #ED8D8D;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.main-timeline5{overflow:hidden;
    position:relative;}
.main-timeline5 .timeline{
    position:relative;
    margin-top:-79px;
}
.main-timeline5 .timeline:first-child{margin-top:0}
.main-timeline5 .timeline-icon,.main-timeline5 .year{margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;}
.main-timeline5 .timeline:after,.main-timeline5 .timeline:before{
    content:"";
    display:block;
    width:100%;
    clear:both;}
.main-timeline5 .timeline:before{content:"";
width:100%; 
box-shadow:-8px 0 5px -5px rgba(0,0,0,.5) inset;
position:absolute;
top:0;
right:0;
z-index:2;
}
.main-timeline5 .timeline-icon{
    width:127px;
    height:127px;
    border-radius:50%;
    border:20px solid transparent;
    border-top-color:#f44556;
    border-right-color:#f44556;
    z-index:1;
    transform:rotate(45deg);}
.main-timeline5 .year{
    display:block;
    width:75px;
    height:75px;
    line-height:32px;
    border-radius:50%;
    background:#f44556;
    box-shadow:0 0 20px rgba(0,0,0,.4);
    font-size:30px;
    font-weight:700;
    color:#f44556;
    text-align:center;
    transform:rotate(-45deg);
    padding: 18px;
}
.main-timeline5 .timeline-content{
    width:35%;
    float:right;
    background:#f44556;
    padding:20px 20px;
    margin:50px 0;
    z-index:1;
    position:relative;
    border-radius: 15px;
}
.main-timeline5 .timeline-content:before{content:"";
width:20%;
height:15px;
background:#f44556;
position:absolute;
top:50%;
left:-20%;
z-index:-1;
transform:translateY(-50%);}


.main-timeline5 .description{font-size:16px;
    color:#fff;
    line-height:24px;
    margin:0;
}
.main-timeline5 .timeline:nth-child(2n):before{box-shadow:8px 0 5px -5px rgba(0,0,0,.5) inset}
.main-timeline5 .timeline:nth-child(2n) .timeline-icon{
    transform:rotate(-135deg);
    border-top-color:#f44556;
    border-right-color:#f44556;
    margin-top: 33px;
}
.main-timeline5 .timeline:nth-child(2n) .year{transform:rotate(135deg);
    color:#e97e2e;}
.main-timeline5 .timeline:nth-child(2n) .timeline-content{float:left}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{
    left:auto;right:-20%;
}
.main-timeline5 .timeline:nth-child(2n) .timeline-content,.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{
    background:#f44556;
}
.main-timeline5 .timeline:nth-child(3n) .timeline-icon{
    border-top-color:#f44556;
    border-right-color:#f44556;
    margin-top: 39px;
}
.main-timeline5 .timeline:nth-child(3n) .year{color:#13afae}
.main-timeline5 .timeline:nth-child(3n) .timeline-content,.main-timeline5 .timeline:nth-child(3n) .timeline-content:before{
    background:#f44556;
}
.main-timeline5 .timeline:nth-child(4n) .timeline-icon{border-top-color:#f44556;
    border-right-color:#f44556;
    margin-top: 27px;
}
.main-timeline5 .timeline:nth-child(4n) .year{color:#105572}
.main-timeline5 .timeline:nth-child(4n) .timeline-content,.main-timeline5 .timeline:nth-child(4n) .timeline-content:before{
    background:#f44556;
}
@media only screen and (max-width:1199px){.main-timeline5 .timeline{
    margin-top:-103px;
}
.main-timeline5 .timeline-content:before{left:-18%;}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{
    right:-18%;
}
}
@media only screen and (max-width:990px){.main-timeline5 .timeline{
    margin-top:-127px;
}
.main-timeline5 .timeline-content:before{left:-2%}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{
    right:-2%;
}
}
@media only screen and (max-width:767px){
    .main-timeline5 .timeline{
        margin-top:0;
        overflow:hidden;
    }
.main-timeline5 .timeline:before,.main-timeline5 .timeline:nth-child(2n):before{
    box-shadow:none;
}
.main-timeline5 .timeline-icon,.main-timeline5 .timeline:nth-child(2n) .timeline-icon{
    margin-top:-30px;
    margin-bottom:20px;
    position:relative;
    transform:rotate(135deg);
}
.main-timeline5 .timeline:nth-child(2n) .year,.main-timeline5 .year{
    transform:rotate(-135deg);
}
.main-timeline5 .timeline-content,.main-timeline5 .timeline:nth-child(2n) .timeline-content{
    width:100%;
    float:none;
    border-radius:0 0 20px 20px;
    text-align:center;
    padding:25px 20px;
    margin:0 auto;}
.main-timeline5 .timeline-content:before,.main-timeline5 .timeline:nth-child(2n) .timeline-content:before{
    width:15px;
    height:25px;
    position:absolute;
    top:-22px;
    left:50%;
    z-index:-1;
    transform:translate(-50%,0);
}
}
.navbar{
     background: #fff;
     padding-top: 0;
     padding-bottom: 0;   
}



@media only screen (max-width: 768.50px){
 .navbar-light .navbar-brand {
     color: #2196F3;
     margin: auto;
}
    }



 .navbar-light .navbar-nav .nav-link {
     color: #000000;
     font-weight: 500;
     font-size: 18px;

}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #231f20;
     background-color: #f5f7f8;
}
 .navbar-light .navbar-nav .nav-link{
     transition: 0.3s;
     padding-left: 24px;
     padding-right: 24px;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     /*background: #1ebdc2;*/
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#231f20;
    text-decoration: none;
    background-color:#f5f7f8 !important;
   /* text-align: justify;*/
   text-align: center;

}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
        white-space: none;
        text-align: center;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}


.navbar-expand-lg .navbar-nav .dropdown-menu{
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
     width: 240px;
     }

.dropdown-menu{
    margin-right: 20%!important;

}






.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}



.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;

   /* visibility: hidden!important;*/
}


.navgation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 200px;
    border-top: 2px solid #78bd46;
}



/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {

/*  background-color: #555;*/
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
 /*position: fixed;*/
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    
  display: none;
 /* position: fixed;*/
  position: absolute;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;


}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 12px;
  margin: 5px 0 15px 0;
  border: none;
  background: #f1f1f1;
  border-radius: 30px;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: .375rem 1.5rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wecare {
    color: #666;
    font-weight: 350;
    font-size: 17px;
    line-height: 30px;
}




.post-slide{
    overflow: hidden;
    margin-right: 15px;
    background-color:#fff !important;
}
.post-slide .post-img {
    float: left;
    width:50%;
    position: relative;
    margin-right: 30px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{
    background: #ec3c6a;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:20px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
    font-size:11px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #38cfd8;
}
.post-slide:hover .post-review{
    border-top-color:#ec3c6a;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-size:12px;
    line-height:21px;
    color:#444454;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}
@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
}


.post-slide2{
    /*margin: 0 15px;*/
    /*box-shadow: 0 1px 2px rgba(43,59,93,0.30);*/
    margin-bottom:2em;
}
.post-slide2 .post-img{
    overflow: hidden;
}
.post-slide2 .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    transform: scale(1.08);
}
.post-slide2 .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide2 .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide2 .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after{
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide2 .read-more:hover{
    background: #333;
    text-decoration: none;
}

button :focus {
outline: 0;
}

.bluesec1{
    background-color:#0f5fc2;
      border-radius:20px;
    }
.bluesec{
    background-color:#0f5fc2;
      border-top-right-radius: 20px;
       border-top-left-radius:20px;
}
.benitem {
            text-align: center;
            color: #5336ca;
            margin:4px;
          padding: 5px;
           max-width:300px;
        }
      .benitem  img {
            width: 90px;
           padding: 5px 5px 5px 5px;
           
        }
       .benitem p {
            font-weight:400;
            color: #ffffff;
            font-size:20px;
            text-align: center;
            padding-top:25px;
        }
   .benitem p b {
            font-weight: 600;
            color: #ffffff;
            font-size: 17px;
            
         }
    .benitem  p.sub {
            font-weight: 400;
            font-size: 90%;
        }
.benitem1 img {
    width:140px!important;}

@media only screen and (max-width:750px ){
    
.benitem1{
    text-align:center;
}
}

@media only screen and (max-width: 750px) {
    .benitem1 img {
    width:140px!important;
    padding: 5px 5px 5px 5px;
    float:center;
}    
}
@media only screen and (min-width: 751px) {
    .benitem1 img {
    width:140px!important;
    padding: 5px 5px 5px 5px;
    float:left;
}    
}
.agent-about img {
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    box-shadow:0 0 30px rgb(255 255 255);
}
.card-title{
    font-size:16px;
    font-weight:600;
}


@media only screen and (max-width:400px) {
.strip1{
    display: none;
} 
}
@media only screen and (min-width:400px) {
.strip2{
    display:none;  
}
}