

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
.carousel-caption{
  text-shadow: 1px 1px #5E7996;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
  h1{color:#3E668A;font-weight:600;}
   h2{color:#3E668A;font-weight:600;}
   h3{color:#3E668A;font-weight:600;}
   h4{color:#3E668A;font-weight:600;}
  
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
}
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{color:#3E668A}
.navbar-expand-lg .navbar-nav .nav-link{
padding-right: 1.7rem;
    padding-left: 1.7rem;
}

.navbar-light .navbar-nav .nav-link {
    color:#3E668A;
	font-weight:bold;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#E1A1BF;
	font-weight:bold;
}
a.dropdown-item{
	color:#3E668A;
	font-weight:bold;
	
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3E668A;
}
.dropdown-menu{border: none;}

/*Intro*/
.site-section .card {
  display: flex;
  max-width: 320px;
  flex-direction: column;
  align-items: center;

  border-radius: 0.5em;

  background-color: white;
  box-shadow: 0 29px 38px -15px rgb(0 0 0 / 43%);
}

.site-section .card-img {
  width: 100%;
  border-radius: 0.3em;
  background-position: center;
  background-size: cover;
}



.cen_txt{position: relative;}
.cen_txt .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3E668A;
}
.cen_txt:hover .overlay {
  opacity: 1;
}

.cen_txt .text {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
	
	.service .paging > .icon img {
    width: 170px;
}
.testimonial img {
    width: 120px;
}
.service1 .paging1 > .icon img {
    width: 250px;
}

div .subheading {
    font-size: 20px;
    font-weight: bold;
	color:#3E668A;
	
}
div .heading {
    font-size: 14px;
	padding-top:5px;
	
    
}
div .small
{
    font-size: 16px;
    font-weight: bold;
	color:#3E668A;
}

  #ContactSec {
       background-color: #3E668A;
       color: #FFFFFF;
       padding-top: 40px;
       padding-bottom: 40px;
       }
	
@media (min-width: 768px) {
.FixedTopBar {
       position: fixed;
       top: 0px;
       left: 0px;
       right: 0px;
       z-index: 9999;
       max-height: 100px;
       background-color: #FFFFFF;
       box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      
       }
.col-4.col-xs-12.img-logo{text-align:center;}
.dropdown-menu{-webkit-box-shadow: 5px 7px 10px 0px rgba(62,103,138,1);
-moz-box-shadow: 5px 7px 10px 0px rgba(62,103,138,1);
box-shadow: 5px 7px 10px 0px rgba(62,103,138,1);}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 1.5rem;
}
.carousel-item{height:100% !important;}
.service1 .paging1 {
    width: 30%;
	
}
.thumb .carousel-inner .carousel-item-end.active,
	.thumb .carousel-inner .carousel-item-next {
		transform: translateX(25%)
	}

	.thumb .carousel-inner .carousel-item-start.active,
	.thumb .carousel-inner .carousel-item-prev {
		transform: translateX(-25%)
	}
}

.main_head{margin-top:17%;}

/*slider*/
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}




.thumb .carousel-inner .carousel-item.active,
.thumb .carousel-inner .carousel-item-next,
.thumb .carousel-inner .carousel-item-prev {
	display: flex
}


.thumb .carousel-inner .carousel-item-end,
.thumb .carousel-inner .carousel-item-start {
	transform: translateX(0)
}



/*tabs*/

/* Basic */

.tab_sec h1{
  color:#3E668A;
  font-weight:600;
  text-align:center;
 
}
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background: #5E7996;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
  font-size:18px;
  font-weight:bold;
}
.panels{
  background:#27323F;
  border-top: 1px solid #3b3d3f;
  box-shadow: 0 2rem 2rem #00000080;
  min-height:200px;
  width:100%;
  max-width:920px;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
  color:#ffffff;
}
.panels p{
	font-size:15px;
  line-height:22px;
}
.pan_ref{
	font-size: 16px;
	line-height:22px;
	text-decoration:underline;
	color:#ffffff;
}
.pan_ref:hover{
	font-size: 16px;
	line-height:22px;
	text-decoration:underline;
	color:#ffffff;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #000;
}




/*about*/
.team {
  /*background: rgb(224,142,180);*/
background: linear-gradient(90deg, #5E7996 35%, #27323F 97%);
  color: white;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  padding: 8rem 13%;
  
}

.abt-section .resr{display:inline-block;padding-left:15px;}
.abt-section .resr li{text-align:left;padding-top:10px;}

.team img{width: 50%;}

.team:hover {
-webkit-box-shadow: inset -2px -17px 21px 0px rgba(0,0,0,1);
-moz-box-shadow: inset -2px -17px 21px 0px rgba(0,0,0,1);
box-shadow: inset -2px -17px 21px 0px rgba(0,0,0,1);
transform: translateY(-10px);
cursor:pointer;
}

/* Blocks */
.img_slider {
  overflow: hidden;
  background-size: cover;
  background-position: top 20% center;
  background-repeat: no-repeat; }
  .img_slider .overlay, .cover.overlay {
    position: relative; }
    .img_slider .overlay:before, {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.2); }
  .img_slider  > .container{
    position: relative;
    z-index: 2; }
  .img_slider , .img_slider  > .container > .row {
    height: 80vh;
   }
  .img_slider  .heading {
    font-size: 50px;
    font-weight: 700;
    color: #fff; }
	.img_slider .btn-primary{background-color:#3E668A;border-color: #3E668A;}
	
/*services*/
.site-section1 .card-body{
	text-align:center;
}

.service-section{
	padding: 40px 0;
background: rgb(155,190,222);
background: linear-gradient(90deg, rgba(155,190,222,1) 35%, rgba(38,73,105,1) 97%);
}
.section-heading .heading{
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  
  .btn.btn-white {
    border-color: #fff;
    color: #3c90f7;
    background: #fff;
}
	
	.btn.btn-white:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.ser_pad li{
	font-size: 17px;
    line-height: 31px;
	
}

.ml-auto{
    margin-left: auto !important;
}


/*caregiver*/

.care-section .resr{display:inline-block;padding-left:0px;}
.care-section li{ list-style: none;text-align:left;padding-top:8px;  }
.care-section li::before{ content: "\00BB"; padding-right:10px; font-size: 22px;color:#3E668A ;font-weight:bold;}



.price_care {
    min-height: 100vh;
    background: url("img/img4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
	 max-width: 1320px;
    
	
}

.price_care .card:hover {
  transform: translateY(-10px);
    box-shadow: 0px 4px 15px #10101040;
	cursor:pointer;
}



.price_care .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1%;
    padding: 12% 0;
	opacity:0.8;
}

.price_care .card {
    padding: 20px;
    background: #000000;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 25px;
	 transition: transform .2s;
}

.price_care .card_title {
    font-weight: normal;
    font-size: 23px;
    text-align:center;
	margin-top:10px;
}

.pricing {
    font-weight: normal;
    font-size: 40px;
	text-align:center;
}

.pricing .small {
    font-size: 18px;
	color:#ffffff;
}

.price_care .grid hr {
    margin-top: 10px;
}

.features {
    margin: 10px 0;
    list-style-position: inside;
}

.features li {
    padding-bottom: 10px;
	list-style-type:none;
}

a.cta_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: rgba(21, 23, 24, 0.7);
    border-radius: 29px;
    padding: 20px 0;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    transition: background .3s ease;
}

a.cta_btn:hover {
    background: #000;
}
.link {
    position: fixed;
    background-color: #D12322;
    padding: 23px 40px;
    right: -99px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .1s ease-in-out;
}

.link i {
    padding-left: 7px;
}

.link:hover {
    text-decoration: underline;
    background-color: black;
}
@media only screen and (max-width: 1024px) {
    .price_care .grid {
        grid-template-columns: 1fr 1fr;
        gap: 2%;

    }
}

@media only screen and (max-width: 425px) {
    .price_care .grid {
        grid-template-columns: 1fr;
        gap: 2%;
        padding-bottom: 25%;
    }

    .container {
        padding: 0 1rem;
    }

    body {
        font-size: 14px;
    }

    .price_care .card {
        padding: 30px;
    }

    .price_care .card_title {
        font-size: 24px;
        margin-bottom: 12px;
		
    }

    .pricing {
        font-size: 52px;
    }

    .price_care hr {
        margin-top: 50px;
    }

    a.cta_btn {
        font-size: 11px;
    }
}


/*physio*/




.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/*.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}*/

/*physio price*/

.plan-container {
  width: 28.75em;
  margin: 30px auto;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  top: 0;
  transition: all 1s;
}
.plan-container:hover {
  cursor: pointer;
  position: relative;
  top: -10px;
  transition: top 1s;
}
.plan-container .plan-header {
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
  background-color: #3E668A;
  text-align: center;
}
.plan-container .plan-header .icon-box {
  margin: 0 auto;
}
.plan-container .plan-header .icon-box .icon {
  font-size: 3.125em;
  color: #447F71;
}
.plan-container .plan-header h2 {
  color: #fff;
  font-weight: lighter;
  margin: 0;
  padding-top: 0.625em;
}
.plan-container .plan-header p {
  margin: 0;
  color: #447F71;
}
.plan-container .plan-details {
  margin: 0 auto;
  padding: 0px 60px;
  
}
.plan-container .plan-details ul {
  padding-left: 0;
  list-style: none;
}
.plan-container .plan-details ul li {
  border-top: 3px solid #e8edef;
  padding: 20px 0;
  font-weight: bold;
  color: #5f5f5f;
}
.plan-container .plan-details ul li:last-child {
  border-bottom: 3px solid #e8edef;
}
.plan-container .plan-details ul li span {
  font-weight: lighter;
  color: #777777;
}
.plan-container .plan-details p {
  background-color: #f4f4f4;
  margin: 2em 0;
  padding: 1.25em;
  font-size: 0.75em;
  line-height: 1.8;
  color: #777777;
}
.plan-container .plan-details button {
  background-color: #FF8939;
  padding: 20px 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  width: 100%;
  border: 0;
}
.plan-container .plan-details button:hover {
  background-color: #e67b33;
}

/*tele medicine*/
.tele1-section .resr{display:inline-block;padding-left:15px;}
.tele1-section .resr li{text-align:left;padding-top:10px;}
.colsell1-section .resr{display:inline-block;padding-left:15px;}
.colsell1-section .resr li{text-align:left;padding-top:10px;}

.pric table{
	width:70%;
	margin:0 auto;
	background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 8px) calc(100% - 8px) no-repeat,
            conic-gradient(from 249deg, #a5b7c8 0%, #30618f 100%);
border-radius: 3px;
padding: 12px;
box-sizing: border-box;
}
.table-bordered>:not(caption)>*>*{
	background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 8px) calc(100% - 8px) no-repeat,
            conic-gradient(from 249deg, #a5b7c8 0%, #30618f 100%);

padding: 20px;
box-sizing: border-box;
}
.pric th{
	font-size:20px;
	text-transform:uppercase;
}
.pric th, tr{
	text-align:center;
}
/*service pricing*/

.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

/*contact section*/

.contact .container{
  width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.contact .container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 600;
  color: #3E668A;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #000000;
}
.contact .container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #000000;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .button input[type="button"]:hover{
  background: #5029bc;
}



/*testimonial*/




.testimonial {
	
	background: rgb(2,0,36);
background: linear-gradient(90deg, #5E7996 35%, #27323F 97%);
  background-size: 200% 200%;
	padding: 30px;
	border-radius: 20px;
	width: 400px;
	position: relative;
	color: white;
	animation: spin 12s infinite 0.2s ease-in-out, shade 12s infinite 0.2s ease-in-out;
}

.testimonial:nth-child(2) {
	//animation-delay: 4s;
}
.testimonial:nth-child(3) {
	//animation-delay: 8s;
}

.testimonial:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -22px;
	right: 0;
	background: rgb(2,0,36);
background: linear-gradient(90deg, #5E7996 35%, #27323F 97%);
	background-size: 200% 200%;
	clip-path: polygon(80% 80%, 90% 100%, 90% 80%);
	animation: shade 12s infinite 0.2s ease-in-out;
}


.testimonial:before { // shadow
	content: "";
	width: 300px;
	height: 50px;
	left: 50px;
	top: 50px;
	position: absolute;
	background: rgb(0 0 0 / 0.2);
	transform: translateY(200px) translateZ(-50px) rotateX(90deg);
	filter: blur(20px);
}



.testimonial h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 15px;
	
}

@keyframes spinnew {
	0% {
		transform: rotateY(90deg) rotateX(0deg);
		//display: block;
		//opacity: 1;
	};
	5% {
		transform: rotateY(38deg) rotateX(8deg);
			
	}
	95% {
		transform: rotateY(-30deg) rotateX(-2deg);	
	}
	100% {
		transform: rotateY(-90deg) rotateX(0deg);
		//display: block;
		//opacity: 1;
	}
}

@keyframes spin {
	0%,
	100% {
		transform: rotateY(-30deg) rotateX(-2deg);		
	}
	50% {
		transform: rotateY(38deg) rotateX(8deg);
	}
}

@keyframes shade {
	0%,
	100% {
		background-position: 0% 100%
	}
	50% {
		background-position: 100% 0%
	}
}
@keyframes showhide {
	// can't animate display!
	0% {
		display: block;
	}
	33.3333% {
		display: block;
	}
	33.3334% {
		display: none;
	}
	100% {
		display: none;
	}
}

/*Form*/
.form-control{
	width:70%;
	font-size: 14px;
}
.form-select{
	width:70%;
	font-size: 14px;
	
}
.btn-primary{background-color:#3E668A;
border:#3E668A;
}

/*Footer*/

.footer-widget ul{padding-left:0px !important;}

.footer-section {
  background: #27323F;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {

  text-align: center;
 
  
}

.footer-social-icon .facebook:hover{color:#3b5998;}
.footer-social-icon .insta:hover{color:#4f5bd5;}
.facebook-bg{
  background: #ffffff;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #3786ce;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 35%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #3786ce;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/*whatapp*/

	.DeskFixed {
    position: fixed;
   
    z-index: 5;
    margin: -5px 0;
    display: block;
    right: 20px;
    bottom: 100px;
}
	.DeskFixed li{
  list-style-type:none;
}
.DeskFixed .Whatapp {
    background: #5aae46;
}
.DeskFixed a {
    text-align: center;
    display: flex;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.DeskFixed a svg {
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    fill: #fff;
}
svg:not(:root) {
    overflow: hidden;
}


@media (max-width: 950px) {
  .contact .container{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .contact .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .contact .container{
    margin: 40px auto;
    height: 100%;
  }
  .contact .container .content{
    flex-direction: column-reverse;
  }
 .contact .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .contact .container .content .left-side::before{
   display: none;
 }
 .contact .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
  .warpper{display:block;}
	.tab{display:block;}
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
  .plan-container{
	  width:100%;
	  padding:0 20px;
  }
  #telemed h1.heading{
	  font-size: 36px;
  }
  .pric table{
	width:100%;
	margin:0 auto;
}
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
  body{font-size:0.9rem;}
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.pricing-table .ptable-status ,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  background: #f6f8fa;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 45px 0;
  width: auto;
  background: #2A293E;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background: #FF6F61;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #2A293E;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FF6F61;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table .ptable-body {
  padding: 20px 0;
}

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}



.pricing-table .ptable-item.featured-item .ptable-action a {
  color: #000000;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #FF6F61;
  background: #2A293E;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
  .cen_txt{
	  display: flex;
    justify-content: center;
  }
  .site-section .card {
  
	min-height:auto;
 
}
}

@media (max-width: 768px) {
	.site-section .card {
  max-width:100% !important;
	min-height:auto;
}
	
	.warpper{display:block;}
	.tab{display:block;}
.dropdown-item {padding: 0.25rem 3rem;}
.thumb .carousel-inner .carousel-item>div {
		display: none
	}

	.thumb .carousel-inner .carousel-item>div:first-child {
		display: block
	}
	.thumb .card{
		max-width:100%;
	}
	.img_slider, .img_slider > .container > .row{
		height: auto;
    min-height: auto;}
	
	#diet .img_slider, .img_slider > .container > .row{
		height: 50vh !important;
    min-height: initial;}
	
	.testimonial {
	width: 100%;
	
}
.form-control{
	width:100%;
	font-size: 14px;
}
.form-select{
	width:100%;
	font-size: 14px;
	
}

}






