@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=McLaren&display=swap');
body{
margin: 0px;
padding: 0px;
background-color: #fff!important;
font-family: 'Baloo 2', cursive
}
/* Breakpoint XS */
h1,h2  {
font-family: 'Baloo 2', cursive
}
@media (min-width: 376px) and (max-width: 991px)
{
.hide-xs
{
 display: none ;
 }
}
@media (min-width: 992px) and (max-width: 1799px) {
.hide-lg {
display: none ;
}
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 991px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 
}
/*# sourceMappingURL=bootstrap.css.map */
/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}
.container-area {
	width: 90%;
	margin: 0px auto;
}
.header {
	display: flex;
	padding: 0px 50px;
}

.header ul {
	margin:35px 0px;
	padding: 0px;
	display: inline-flex
}
.header ul li {
	list-style: none;
	padding: 0px;
	margin: 0px 3px;
}
.header ul li i {
	color: #fff;
	text-align: center;
	padding-top: 8px;
}
.call {
	background: #ff6f96;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	
}
.fb {
	background: #3b5998;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
}
.whatsap {
	background: #26d100;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
}
/* .menu {
	border-bottom: solid 1px #870d85;
		border-top: solid 1px #870d85;
	padding: 10px;
	margin-top: 3%;

}
  */
.menu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}
.menu ul li {
	margin: 0px 2%;
	padding: 0px;
	list-style: none;
	justify-content: center;
	display: inline-flex;
}
.menu ul li a {
	color: #32355d;
	font-size: 16px;
	font-weight: 700;
	
}
.menu ul li a:hover {
	color: #a33386;
	font-size: 16px;
	font-weight: 700;
	
}
.mainimage img {
	width: 100%;
	height: auto;
}
.maintxt p {
	color: #32355d;
	font-size: 22px;
	font-weight: 700;
}
.homebtns a{
	background:#a33386;
	border-radius: 40px;
	padding: 8px 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-right: 5px;
}
.homebtns a:hover{
	background:#ee1280;
	border-radius: 40px;
	padding: 8px 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.cu_checkbox i {
	float: left;
}
.cu_checkbox div {
	float: left;
	width: 75%;
}

}
@media (max-width: 768px){

}
@media only screen and (min-width: 768px) {

}

@media (max-width: 991px){
	.form-w65 {
	width: 100%!important;
}
	.dw-75 {
	width: 100%;
	margin: 0px auto;
}
	.header {
	background: #fff;

	display: flex;
	padding: 0px 20px;
}
	.logo img {
		width: 45%;
	}
  
.menu ul li {
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
	justify-content: center;
	display: inline-flex;
}
	.menu ul li a {
	color: #32355d;
	font-size: 12px;
	font-weight: 700;
	
}
.menu ul li a:hover {
	color: #a33386;
	font-size: 12px;
	font-weight: 700;
	
}
	.menu ul li a img {
	/*	width: 80%;*/
		height: auto;
	}
	.homebtns a{
	background:#a33386;
	border-radius: 40px;
	padding: 8px 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
		display: block;
		margin-bottom: 20px;
}
.homebtns a:hover{
	background:#ee1280;
	border-radius: 40px;
	padding: 8px 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}
	.homebtns {
		text-align: center;
	}
	.maintxt {
		text-align: center;
	}
	
	.m-block {
		display: block!important;
	}
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #f8f9fa!important;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 0px 8px #888888;
}

.sidenav a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #81007f;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ee0f7f;
}

.sidenav::-webkit-scrollbar { 
  display: none; 
} 
  .animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  
  .animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  
  .animated-icon span {
  background: #000;
  }
  
  .animated-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
  }
  
  .animated-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  }
  
  .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
  }
  button {border:none !important;}
  button:focus{outline: none;}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.headerimage {
position: relative;
margin: -6% 0px 0px 16%;
}
.bgmain {
    background: url(../images/Background_01.jpg) no-repeat;
    background-position:0px 100px;
    background-size: cover;
    margin-top: -40px;
    padding-bottom: 100px;
}
.newcontainer {
    padding: 0px 50px;
    width: 100%;
}
.headerleft {
    padding-top: 8%;
    margin-bottom: 8%;
}
.headerleft h2 {
    color:#242F91;
    font-size: 7vw;
    font-weight: 800;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    margin-bottom: 0px;
}
.headerleft h1 {
    color:#FF7676;
    font-size: 7vw;
    font-weight: 800;
    font-family: "Baloo Bhaijaan 2", sans-serif;
   
}
.headerleft h4 {
    color:#242F91;
    font-size: 2.5vw;
    font-weight: 700;
    font-family: "Baloo Bhaijaan 2", sans-serif;
}
.headerleft p {
    color:#1E1E1E;
    font-size: 1.5vw;
    font-weight: 400;
    font-family: "Baloo Bhaijaan 2", sans-serif;
}
.btn-pink {
    background: #F04C92;
    border-radius: 10px;
    color: #fff;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 10px 10px;
    border:solid 1px #F04C92;
    width: 160px;
    margin: 0px 0px;
}
.btn-pink:hover {
    background: #fff;
    border-radius: 10px;
    color: #F04C92;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 10px 10px;
    border:solid 1px #F04C92;
    width: 160px;
    margin: 0px 0px;
}
.btn-pinkline {
    background: #fff;
    border-radius: 10px;
    color: #F04C92;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 10px 20px;
    border:solid 1px #F04C92;
    width: 130px;
}
.btn-pinkline:hover {
    background: #F04C92;
    border-radius: 10px;
    color: #fff;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 10px 20px;
    border:solid 1px #F04C92;
    width: 130px;
}
.btn-pinkline2 {
    background: #fff;
    border-radius: 10px;
    color: #F04C92;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 10px 20px;
    border:solid 1px #F04C92;
    width: 200px;
}
.btn-pinkline2:hover {
    background: #F04C92;
    border-radius: 10px;
    color: #fff;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    padding: 10px 20px;
    border:solid 1px #F04C92;
    width: 200px;
}

.btn-pink2 {
  background: #F04C92;
  border-radius: 10px;
  color: #fff;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 10px;
  border:solid 1px #F04C92;

}
.btn-pink2:hover {
  background: #fff;
  border-radius: 10px;
  color: #F04C92;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 10px;
  border:solid 1px #F04C92;
 
}
.ml-2 {
    margin-left: 20px;
}
.banner img {
    width: 100%;
    height: auto;;
}
.congratstxt {
    font-family: "McLaren", sans-serif;
    font-weight: 600;
   color:#8A93E2 ;
   font-size: 3.5vw;
   padding-top: 8px;
   text-align: right;
}
.seeking {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    color:#000000;
    text-align: right;
    padding-top: 15px;
}
.smily1 img {
    width: 40%;
    height: auto;
}
.whitebox {
    background: #fff;
    box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.30);
    padding: 8px 0px;


}
.whitebox img {
    width: 70%;
    height: auto;
}
.iconbox h4 {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1.5vw;
    padding-top: 15px;
    color:#000000;
    margin-bottom: 0px;
}
.iconbox p {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1vw;
    
    color:#000000;
    margin-bottom: 0px;
}
.smily2 img{
width: 6%;
}
.smily2 {
    padding-left:100px;
    padding-top: 25px;
}
.whynanny {
    text-align: center;
}
.whynanny h2{
color:#EC6498;
font-family: "Baloo Bhaijaan 2", sans-serif;
font-size: 3vw;
font-weight: 800;

}
.whynanny hr {
    width: 15%;
    margin: -10px auto 0px auto;
    border-bottom: 3px solid #ec6498;
    opacity: 1;

}
.whynanny p {
  font-size: 22px;
}
  .iconheartbox {
    background: url(../images/image67.png);
    background-repeat: no-repeat;
    color: #fff;
    height: 200px;
    background-position: top center;
    background-size: contain;
  }

  .iconheartbox2 {
    background: url(../images/image68.png);
    background-repeat: no-repeat;
    color: #fff;
    height: 200px;
    background-position: top center;
    background-size: contain;
  }
  .iconheartbox3 {
    background: url(../images/image69.png);
    background-repeat: no-repeat;
    color: #fff;
    height: 200px;
    background-position: top center;
    background-size: contain;
    
  }
  .alephabet {
    font-family: "Baloo Bhaijaan 2", sans-serif;
font-size:30px;
    color: #EC6498;
    font-size: 30px;
    font-weight: 500;
    transform: rotate(-20deg);
    padding-right: 5px;
    padding-top: 5px;
    

  }
  .iconheartbox h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    
  }
  .iconheartbox p {
    line-height: 20px;
    padding-left: 20px;
  padding-right: 20px;
  }
  .iconheartbox2 h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: #70312E;
  }
  .iconheartbox2 p {
    line-height: 20px;
    padding-left: 20px;
  padding-right: 20px;
  color: #70312E;
  }
  .iconheartbox3 h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .iconheartbox3 p {
    line-height: 20px;
    padding-left: 20px;
  padding-right: 20px;
  }
  .oval {
    background: url(../images/circle.png) no-repeat;
    width: 50px;
    height: 51px;
    margin-top: 6px;
    margin-left: 8%;
    
  }
  .mrt-15 {
    margin-top: -15px;;
  }
  .mrt-20{
    margin-top: -20px;;
  }
  .mt-6 {
    margin-top: 60px;
  }
  .mt-7 {
    margin-top: 70px;
  }
  .thanksmain {
    background: url(../images/Group22.png), url(../images/Group25.png), url(../images/Group24.png), url(../images/Group24.png); 
    background-repeat: no-repeat;
    background-position: top left, top center, top right, bottom left ;
    margin-top: 50px;
  }
  .thanksmain h2 {
    text-align: center;
    padding-top: 80px;
    color: #EC6498;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 2.6vw;
    font-weight: 800;
  }

  .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  .card {
    background-color:rgba(137, 147, 226, 0.3);
    height: 100%;
  }
  .card-body {
    text-align: center;
  }
  .author img{
    margin-top: -60px;
   
  }
  .card-title {
    padding-top: 8px;
  }
  .rating i{
    color: #edbd41;
  }
  .carousel-control-prev, .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color:inherit!important;
    border:solid 5px #ec6498!important;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  .carousel-control-prev i,.carousel-control-next i {
    color: #ec6498;
  }
.runeed {
    margin-top: 12%;
    text-align: center;
    background: url(../images/image44.png), url(../images/image45.png); 
    background-repeat: no-repeat;
    background-position: top left,  bottom right ;
  
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.runeed h5 {
    color: #242F91;
    font-size: 2vw;
}
.runeed p  {
    width: 70%;
    margin: 0px auto;
    padding-top: 25px;
    font-size:22px;
}
footer {
    margin-top: 50px;
    padding-bottom: 25px;
}
footer ul {
    margin: 0px ;
    padding: 0px;
}
footer ul li{
    margin: 0px ;
    padding:2px 0px;
    list-style: none;
}
footer ul li a {
    color: #000;
    text-decoration: none;
}
footer ul li a:hover {
    color: #ec6498;
    text-decoration: none;
}
.socialmedia {
    margin-top: 20px;
}
.socialmedia i {
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    text-align: center;
    padding-top: 9px;
    margin-right: 5px;
}
.socialmedia i:hover {
    background: #ec6498;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    text-align: center;
    padding-top: 9px;
    margin-right: 5px;
}
.contact {
    display: flex;
}
.contact div i {
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    text-align: center;
    padding-top: 9px;
    margin-right: 5px;
    margin-top: 8px;
}
.copy {
    border-top:solid 1px #D4D4D4;
    padding: 20px 0px;
    text-align: center;
    margin-top: 15px;
}
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }

  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
 
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  

@media (max-width: 991px){
    .headerleft h2 {
   font-size: 45px;
    }
        
    .headerleft h1 {

        font-size: 53px;
    }
}
@media (max-width: 768px){
  .carousel-control-prev {
    left: -18px!important;
  }
  .carousel-control-next {
    right: -18px;
  }
  .runeed p  {
    width: 90%;
    margin: 0px auto;
    padding-top: 25px;
    font-size: 22px;
}
    .newcontainer {
        padding: 0px 10px;
        width: 100%;
    }
 
    .headerleft h4 {
      font-size: 4.5vw;
    }
    .headerleft p {
      font-size: 3.2vw;
    }
    .btn-pinkline {
      font-size: 4vw;
      width: 160px;
      margin-top: 5px;
    }
    .btn-pinkline:hover {
      font-size: 4vw;
      width: 160px;
      margin-top: 5px;
    }
    .btn-pink:hover {
      background: #fff;
      border-radius: 10px;
      color: #F04C92;
      font-family: "Baloo Bhaijaan 2", sans-serif;
      font-size: 4vw;
      font-weight: 700;
      padding: 10px 10px;
      border: solid 1px #F04C92;
      width: 160px;
      margin: 0px 0px!important;
    }
    .whynanny p {
      font-size:22px;
    }
    .runeed h5 {
      font-size:21px;
    }
    .runeed p {
      font-size:22px;
    }
    .btn-pinkline2 {
      font-size: 4vw;
      margin-top: 5px;
    }
    .btn-pinkline2:hover {
      font-size: 4vw;
    }
    .bgmain {
      background: url(../images/Background_01.jpg) no-repeat;
      background-position:0px 100px;
      background-size: cover;
      margin-top: 0px;
      padding-bottom: 2%;
  }
.headerimage img {
    width: 75%;
}
.headerimage {
    position: relative;
    margin: -20% 0px 0px 45%;
    }
    .headerleft h2 {
        
        font-size: 45px;
       
    }
    .headerleft h1 {
       
        font-size: 54px;
       
}
.headerleft {
    background: url(../images/banner_m.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding: 10px!important;
    margin-bottom: 2%;
}

.headerleft h2 {
    padding-top: 2%;
}
    
.headerleft h1 {
    padding-top: 0px;
    font-size: 53px;
}
.congratstxt {

   font-size:5vw;
   text-align: center;
   padding-top: 20px;
 
}
.seeking {
  
    font-size: 4vw;
    text-align: center;
  
}
.iconbox h4 {
    font-size: 4vw;
   
}
.iconbox p {
    font-size: 3vw;

}
.whynanny h2{
    color:#EC6498;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 7.5vw;
    font-weight: 800;
    padding-top: 20px;
    
    }
    .whynanny hr {
        width: 45%;
        margin: -10px auto 0px auto;
        border-bottom: 3px solid #ec6498;
        opacity: 1;
    
    }
    .iconheartbox {
        background-position: center;
        height: 170px;
        width: 200px;
        margin-top: 0px!important;
    }
    .iconheartbox2 {
        background-position: center;
        height: 200px;
        width: 200px;
        width: 200px;
        margin-top: 0px!important;
    }
    .iconheartbox3 {
        background-position: center;
        height: 200px;
        width: 200px;
        width: 200px;
        margin-top: 0px!important;
    }
    .mrt-20{
        margin-top: 0px;;
      }
      .thanksmain {
        background:none; 
        background-repeat: no-repeat;
        background-position: top left, top center, top right, bottom left ;
        margin-top: 10px;
      }
      .thanksmain h2 {
        
        padding-top: 20px;
   
      }
      .runeed {
        margin-top: 12%;
        text-align: center;
        background:inherit; 

        background: url(../images/image44.png), url(../images/image45.png); 
        background-repeat: no-repeat;
        background-position: bottom left,  bottom right ;
        padding-bottom: 45%!important;
      
    }
    footer .col {
        flex: none;
    }
    .socialmain {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .socialmedia {
        padding-left: 20px;
    }
    .footerlinks {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        flex-wrap: wrap;
        
    }
    .footerlinks li {
        padding: 0px 15px 0px 0px;
    }
}


/*page stepprocess start*/
.careprocessleft  {
  background: url(../images/banner.png);
  background-repeat: repeat;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px !important;
  background-position: right;
}
.onboardprocessleft  {
  background: url(../images/contact.png);
  background-repeat: repeat;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px !important;
  background-position: right;
}
.careprocess {
  color:#EC6498!important;
  font-size: 5vw!important;
  font-weight: bold;
  padding:1% 30px;
}
.process_main {
  background: url(../images/process_line.png) no-repeat;
 
  background-position: top center;
margin-top: -2%;
  background-size: 95%;
  padding-bottom: 25%;
}
.stepbg {
  background-color: rgba(255,255,255,0.5);
  padding: 10px;
  min-height: 200px;
}
.step1 {
  background: url(../images/Step1.png) no-repeat;
  background-position: top right;
  background-size: contain;
}
.steptxt h4 {
  text-align: center;
  padding-top:28%;
  font-size: 5vw;
  padding-left: 12%;
}
.steptxt3 h4 {
  text-align: center;
  padding-top:28%;
  font-size: 5vw;
  padding-left: 12%;
}
.stepbg h4 {
  font-size: 3vw;
}
.stepbg p {
  font-size: 1.2vw;
}
.space_between {
  justify-content: space-between;
}
.step1_pad {
  padding-top: 10%;
}
.step2_pad {
  padding-top: 18%;
}
.step2 {
  background: url(../images/Step2.png) no-repeat;
  background-position: top left;
  background-size: contain;
}
.step2txt h4 {
  text-align: center;
  padding-top:30%;
  font-size: 5vw;
  padding-left: 1%;
}
.step3_pad {
  padding-top: 10%;
}
.step3 {
  background: url(../images/Step3.png) no-repeat;
  background-position: top right;
  background-size: contain;
}
.step4_pad {
  padding-top: 8%;
}
.step4 {
  background: url(../images/Step4.png) no-repeat;
  background-position: top left;
  background-size: contain;
}
.step5_pad {
  padding-top: 10%;
}
.step5 {
  background: url(../images/Step5.png) no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 768px){
  .mobile-break { display: none; }

  .m-pad5 {
    padding-top: 15px;
  }
  .careprocess {
    padding: 10px!important;
    font-size: 9vw!important;
   
    display: inline-block;
    
  }
  .contactleft {
    min-height: 300px;
  }
  .contactleft h1 {
    margin-top: 65%!important;
    background-color: rgba(255,255,255,0.8);
  }

  .careprocessleft {
    background: url(../images/banner.png);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    background-repeat: repeat;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25%  20px 20px 20px;
    background-position: center;
    
  }
  .onboardprocessleft {
    background: url(../images/contact_m.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25%  20px 20px 20px;
  background-position: center;
  }
  .onboardprocessleft h1 {
    font-size: 8vw!important;
   
  }
  .banner_stepprocess {
    background: url(../images/step_process_m.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding: 10px !important;
  }

  .banner_Specialized_Care {
    background: url(../images/Specialized_Care_m.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding: 10px !important;
  }
  
  .banner_Corporate_Care {
    background: url(../images/CorporateCare_m.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding:25% 10px !important;
    min-height: 250px;
   
  }
.banner_Corporate_Care h1 {
  font-size: 8vw!important;
}

  
  .stepbg {
    min-height: 100px;
    padding: 4px;
  }
  .stepbg p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .stepbg h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .step2_pad {
    padding-top: 27%;
  }
  .step1_pad {
    padding-top: 27%;
  }
  .process_main {
    background: url(../images/process_line.png) no-repeat;
   
    background-position: top center;
  margin-top: -15%;
    background-size: 100% 100%;
    padding-bottom: 44%;
  }
}

/*page stepprocess end*/

/*page ourprocess start*/
.process_head ul {
  margin: 0px;
  padding: 0px;
  font-family: "Baloo Bhaijaan 2", sans-serif!important
}
.process_head {
  margin: 0px;
  padding: 10px 0px 10px 60px;
  background: url(../images/sun.png) no-repeat left center;
  background-size: auto;
  font-family: "Baloo Bhaijaan 2", sans-serif!important;
  font-size: 3vw;
  font-weight: 700;
}
.process_content ul {
  margin: 0px;
  padding: 0px;
}
.process_content ul li{
  margin: 0px;
  padding: 0px;
  list-style: disc;
  font-size: 1.5vw;
}
.baloon {
  background: url(../images/Balloons2.png), url(../images/Balloons1.png);
  background-position:30% top , 70% bottom ;
  background-repeat: no-repeat;
  background-size: contain contain;
  
}
.bg-white {
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 0px rgba(92,92,92,0.5);
}
.bg-white ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.bg-white ul li{
  margin: 0px;
  padding: 0px;
  list-style: disc;
  font-size: 1.4vw;
}
.process_head2 {
  margin: 0px;
  padding: 10px 0px 10px 0px;

  font-family: "Baloo Bhaijaan 2", sans-serif!important;
  font-size: 2.5vw;
  font-weight: 700;
  color: #EC6498;
}
.tables-page-section .table tr td:first-child {
  background: #f1f1f1;
  font-weight: 700;
  vertical-align: middle;
}
.runeed_process {
  margin-top: 5%;
  text-align: center;
  background: url(../images/image44.png), url(../images/image45.png);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: auto;
  padding-top: 5%;
}
.runeed_process h5{
color: #242F91;
font-weight: bold;
}
.contacttxt h4 {
  font-size: 2.5vw;
}
.contacttxt li {
  font-size: 1.2vw;
}
.contacttxt p {
  font-size: 1.5vw;
}
@media (max-width: 768px){
  .runeed_process{
    padding:8% 15% 0px 15% ;
  }
  .process_content ul li {
    margin: 0px;
    padding: 0px;
    list-style: disc;
    font-size: 4.5vw;
  }
  .process_head {
    font-size: 5vw;
  }
  .process_head2 {
    font-size: 5vw;
  }
  .bg-white ul li {
    font-size: 4.5vw;
  }
  .btn-pink {
    font-size: 4vw;
  }
  .runeed_process {
    margin-top: 5%;
    text-align: center;
    background: url(../images/image44.png), url(../images/image45.png);
      background-position-x: 0%, 0%;
      background-position-y: 0%, 0%;
      background-repeat: repeat, repeat;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right;
    background-size: auto;
    padding-top: 5%;
  }
  .contacttxt h4 {
    font-size: 4.5vw;
  }
  .contacttxt li {
    font-size: 3.5vw;
  }
  .contacttxt p {
    font-size: 3.5vw;
  }
}


/*page ourprocess end*/
/*page story start*/
.hello h4 {
  font-family: "Baloo Bhaijaan 2", sans-serif!important;
  font-size: 30px;
  font-weight: 700;
  color: #EC6498;
}

.hello {
  margin-top: -2%;
  text-align: center;
  background: url(../images/hello.png);
  background-position:20% top ;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5%;
}
.visionbg {
  background: url(../images/vision_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 15% 10%;
  color: #fff;
}
.visionline {
  border-right: solid 1px #fff;
  text-align: center;
}
.visionbg  h4 {
  font-size: 3vw;
  text-align: center;
}
.visionbg p    {
  font-size: 1.5vw;
  text-align: center;
}
.so_enter h4 {
  font-family: "Baloo Bhaijaan 2", sans-serif!important;
  font-size: 2.8vw;
  font-weight: 700;
  color: #EC6498;
}
.so_enter h5 {
  font-family: "Baloo Bhaijaan 2", sans-serif!important;
  font-size: 2.5vw;
  font-weight: 700;
  color: #242F91;
}
.so_enter li {
  font-size: 22px;
  line-height: 40px;
}

.storybox h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 55px;
}
.storybox p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.storybox3 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 55px;
}
.storybox3 p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.storybox2 h4 {
  color: #70312E;
  font-size: 24px;
  font-weight: 700;
  padding-top: 55px;
}
.storybox2 p {
  color: #70312E;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 20%!important;
}
.timelinebaloon {
  background: url(../images/Balloons2.png), url(../images/Balloons1.png);
  background-repeat: no-repeat;
  background-position:10% top, 90% top;
  background-size: contain;
}
@media (max-width: 768px){
.story {
  background: url(../images/story_m.png)!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  padding: 10px!important;
}
.visionbg {
  background: url(../images/vision_bg_m.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20% 10%;
 
  color: #fff;
}
.visionline {
  border-bottom: solid 1px #fff;
  border-right: solid 0px #fff;
}
.visionline h4 {
  padding-top: 25px;
}
.storybox h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 35px;
}
.storybox3 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 55px;
}
.timelinebaloon {
  background: url(../images/Balloons2.png), url(../images/Balloons1.png);
  background-repeat: no-repeat;
  background-position:10% top, 90% bottom;
  background-size: auto;
}
.so_enter h4 {
  font-family: "Baloo Bhaijaan 2", sans-serif!important;
  font-size: 5vw;
  font-weight: 700;
  
}
.so_enter h5 {
  font-family: "Baloo Bhaijaan 2", sans-serif!important;
  font-size: 5vw;
  font-weight: 700;

}
.so_enter li {
  font-size: 4vw;
  line-height: 20px;
}
}


 .ps-timeline-sec {
	 position: relative;

}
 .ps-timeline-sec .container {
	 position: relative;
   padding: 0px 50px;
}
 @media screen and (max-width: 767px) {
	 .ps-timeline-sec .container ol:before {
	
    content : "";
    position: absolute;
    right    : 0;
    z-index: 100;
    top  : 0;
    width  : 3px;

	}
  .ps-timeline-sec .container ol.ps-timeline li {
    z-index: 100;
  }
	 .ps-timeline-sec .container ol:after {
		
		 content: "";
		 width: 10px;
		 height: 10px;
		 border-radius: 100%;
		 position: absolute;
		 top: inherit !important;
		 left: 36px;
	}
  .timeline_border {
    width: 80%;
  
    height: 1px;
    
    border-top: 0px dashed #000000;
    rotate: 90deg;
    margin-left: 10px;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
    min-height: 50px!important;
  }
	 .ps-timeline-sec .container ol.ps-timeline {
		 margin: 10px 0 !important;
		 border-left: 0px dashed #000;
		 padding-left: 0 !important;
		 padding-top: 0px !important;
		 border-top: 0 !important;
		 margin-left: 0% !important;
	}
 
	 .ps-timeline-sec .container ol.ps-timeline li {
		
		 width: inherit !important;
		/* &:nth-child(2) {
			 .img-handler-bot {
				 img {
					 width: 70px;
				}
			}
		}
		 */
	}
	 .ps-timeline-sec .container ol.ps-timeline li:last-child {
		 margin: 0;
		 bottom: 0 !important;
		
	}
	 .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
		 margin-bottom: 0 !important;
		 top: 20px;
		 width: 50% !important;
	}
	 .ps-timeline-sec .container ol.ps-timeline li span {
		 left: 0 !important;
	}
	 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
		 content: none !important;
	}
	 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
		 content: none !important;
	}
	 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
		 content: none !important;
	}
	 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
		 content: none !important;
	}
	 .ps-timeline-sec .container ol.ps-timeline li p {
		 text-align: left !important;
		 width: 100% !important;
		 margin: 0 auto !important;
		 margin-top: -20px !important;
	}
	 .ps-timeline-sec .container ol.ps-timeline li .ps-top {
		 width: 90% !important;
		 float: right !important;
		 right: 0;
		 top: -10px;
	}
	 .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
		 width: 90% !important;
		 float: right !important;
		 right: 0;
		 top: -60px;
   
	}
  .ps-timeline-sec .container ol.ps-timeline li h4 {
    font-size: 21px!important;
    color: #333333;
    
    font-weight: 700;
    position: absolute;
   margin-left: -68%;
   margin-top: 20px;
 }
 .ps-timeline-sec .container ol.ps-timeline li .ps-bot {

  margin-top: 40px;
  text-align: left!important;
  padding-left: 30px;
  
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot::before {
  content : "";
  position: absolute;
  left    : 5px;
  z-index: 100;
  top  : 8px;
  height  : 1px;
  width   : 12%;  /* or 100px */
  background:none;
}
.ps-timeline-sec .container ol.ps-timeline::before {
  content : "";
  position: absolute;
  left    : 50px;
  z-index: 100;
  top  : 0px;
  width  : 1px;
  height   : 90%;  /* or 100px */
border-left: dashed 0px #000;;
}
}
 .ps-timeline-sec .container ol:before {

	 border-radius: 100%;
	 position: absolute;
	 left: 8px;
	 top: 49.5%;
}
 .ps-timeline-sec .container ol:after {

	 border-radius: 100%;
	 position: absolute;
	 right: 8px;
	 top: 49.5%;
}
 .ps-timeline-sec .container ol.ps-timeline {
	 margin: 0px 0px 30px 0px;
	 padding: 0;
	 border-top: 0px dashed #000000;
	 list-style: none;
}
.timeline_border {
  width: 80%;

  height: 1px;
  margin: 0px auto;
  border-top: 2px dashed #000000;
}
 .ps-timeline-sec .container ol.ps-timeline li {
	 float: left;
	 width: 20%;
	 padding-top: 30px;
	 position: relative;

   font-size: 21px;
}
.ps-sp-bot img {
  width: 70%;
  margin-top: 15%;
}
 .ps-timeline-sec .container ol.ps-timeline li h5 {
	 text-align: center;
	 margin: -30px 0 -40px 50px;
	 font-weight: 700px;
	 color: maroon;
}
 .ps-timeline-sec .container ol.ps-timeline li span {
	 width: 70px;
	 height: 70px;
	 margin-left: -25px;
	 background: #fff;
	/* border-left-color: 4px solid $brand-color-g;
	 border-right-color: transparent;
	 border-top: 4px solid $brand-color-g;
	 border-bottom-color: transparent;
	 */
	 border-radius: 50%;
	 box-shadow: 0 0 0 0px #fff;
	 text-align: center;
	 line-height: 50px -10;
	 color: #df8625;
	 font-size: 2em;
	 font-style: normal;
	 position: absolute;
	 top: -26px;
	 left: 50%;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol.ps-timeline li span {
    width: 60px;
    height: 60px;
  }
  .ps-sp-bot img {
    margin-top: 15%;
  }
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
	 border-top: 4px solid #348e80;
}

 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
	 content: '';
	 color: #348e80;
	 width: 2px;
	 height: 50px;
	 background: #348e80;
	 position: absolute;
	 top: -50px;
	 left: 50%;
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
	 content: '';
	 color: #348e80;
	 width: 8px;
	 height: 8px;
	 background: #348e80;
	 position: absolute;
	 bottom: 90px;
	 left: 44%;
	 border-radius: 100%;
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
	 border: 1px solid #000;
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
	 content: '';
	 color: #348e80;
	 width: 2px;
	 height: 50px;
	
	 position: absolute;
	 bottom: -50px;
	 left: 50%;
   border-left: dashed 2px #000;
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
	 content: '';
	 color: #348e80;
	 width: 8px;
	 height: 8px;
	 background: #000;
	 position: absolute;
	 top: 116px;
	 left: 44%;
	 border-radius: 100%;
}
 .ps-timeline-sec .container ol.ps-timeline li p {
	 text-align: center;
	 width: 100%;
	 margin: 5 auto;
   
}
 .ps-timeline-sec .container ol.ps-timeline li h4 {
	 font-size: 35px;
	 color: #333333;
	 
   font-weight: 700;

}
 .ps-timeline-sec .container ol.ps-timeline li .ps-top {
	 position: absolute;
	 bottom: 0;
	 margin-bottom: 105px;
}
 .ps-timeline-sec .container ol.ps-timeline li .ps-bot {

	 margin-top: 65px;
   text-align: center;
}
 .ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
	 position: absolute;
	 margin: 5px;
	 text-align: center;
}
 
/*page story end*/
/*page news start*/
.news h3 {
  color: #EC6498 !important;
  font-size: 40px !important;
  text-align: center;
  font-weight: 700;
  padding: 20px 0px;
}
.whitebox {
  box-shadow: 1px 1px 5px 0px rgba(82,82,82,1);
  border-radius: 8px;
  background: #fff;
  padding: 10px 10px;
  display: flex;
 
 

}
.whitebox img {
  width:100%;
  height:auto ;
}
.whitebox p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .whitebox img {
    width:100%;
    height:auto ;
    max-height: 160px;
    object-fit: cover;
  }
}
.whitebox ul {
margin: 0px;
padding: 0px;

justify-content: space-between;

}
.whitebox ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #757575;
  }
  .authorimg {
    width:50px;
    height: 50px;
    border-radius: 100%;
    padding-right:10px!important;
    float: left;
   
  }

  .authorimg img {
    width: 100%;
    margin-top: 5px;
    object-fit: cover;
    border-radius: 100%;
   
  }
  .author {
    font-weight: 700;
    font-size: 16px;
    color: #757575;
  }
  .author span i {
    padding-right: 5px;
  }
  .author span  {
    color: #757575;
  }
.showmore a {
  color: #70312E;
  font-weight: 700;
  font-size: 26px;
  text-decoration: underline;
}
.showmore a i {
  padding-right: 8px;
}
.video {
  border-radius: 20px;
}
.video iframe{
  border-radius: 20px;
}
.videotitle {
  font-weight: 700;
  margin-bottom: 2px;
}
.videopost {
  color: #B3B3B3;
}
.p-2 {
  padding: 20px;
}
.p-3 {
  padding: 30px;
}
  @media screen and (max-width: 767px) {
    .visionbg  h4 {
      font-size: 30px;
      text-align: center;
    }
    .visionbg p    {
      font-size: 15px;
      text-align: center;
    }
  }
/*page news end*/

/*page faq start*/

.accordion{
  margin: 40px 0;
  background: #fff;
  box-shadow: 1px 1px 5px 0px rgba(82,82,82,0.4);
}
.accordion .item {

    margin-bottom: 15px;
    background: none;
    
    border-radius: 12px;
 
}
.collapse {
  border:solid 1px #ddd;
  border-radius:0px 0px 12px 12px;
  font-size: 20px;
}
.t-p{
  color: #000;
  padding: 0px 30px 10px 30px;
  background: #fff;
  border-radius: 12px;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #F04C92;
    color: #fff;
    border-radius: 0px;
  
    font-size: 22px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
    border-radius: 12px 12px 0px 0px;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 0px 0px;
   
}
.accordion .item .collapsed {
  border-radius: 12px!important ;
  background: #fff!important ;
  color: #000!important;
  border:0px!important;
}
.accordion .item .collapsed i {
  color: #000!important;
}
.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: left;
    font-size: 26px;
    color: #fff;
   
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
 
}

button.btn.btn-link.collapsed i {
    transform: rotate(-90deg);
}

button.btn.btn-link i {
    transform: rotate(360deg);
    transition: 0.5s;
}
.item-header p {
  margin-bottom: 0px;
}
.contactleft {
  padding-top: 10%!important;
}
.contactleft h2 {
  color:#242F91;
  font-size: 70px;
  font-weight: 800;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  margin-bottom: 0px;
}
.contactleft h1 {
  color:#FF7676;
  font-size: 80px;
  font-weight: 800;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  padding-left: 10%;
  
}
.contactleft p{
  padding-left: 10%;
}
.contactleft a {
  margin-left: 10%;  
}
.contact ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
.contact ul li {
  margin: 0px;
  padding:3px 0px;
  list-style: none;
  font-weight: normal;
}
.contact ul li i {
  background: #000;
  color: #fff;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  padding: 6px;
  font-size: 14px;
  text-align: center;
}
.conttxt {
  font-size: 18px;
  font-weight: 700;
}
.contactform {
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px 5px 0px rgba(82,82,82,0.4);
}
.height100 {
  height:100%;
}
.contact2 ul {
  margin: 0px;
  padding: 0px;
}
.contact2 ul li{
  margin: 0px;
  padding:12px 0px;
  list-style: none;
}
.contact2 ul li i {
  display: block;
  float: left;
  background-color: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 5px;
  text-align: center;
  padding-top: 6px;
}
.contact2 a {
  color:#FF7676;
}

.travel_nanny {
  padding-top: 8%;
}
.travel_nanny h2 {
  color:#242F91;
  font-size: 70px;
  font-weight: 800;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  margin-bottom: 0px;
}
.travel_nanny h1 {
  color:#FF7676;
  font-size: 80px;
  font-weight: 800;
  font-family: "Baloo Bhaijaan 2", sans-serif;
}
.fluidimg img {
  width: 100%;
  height: auto;
}
.tavelimg {
  background: url(../images/Aeroplane2.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.housekeepingbox {
  display: flex;
  justify-content: space-between;
}
.whitebox2 {
  background: #fff;
  box-shadow: 1px 1px 5px 0px rgba(82,82,82,0.4);
  padding: 15px;
  height: 100%;
  font-size: 1.3vw;
}
.whitebox2 h4 {
  color: #70312E;
  font-size: 2vw;
}
.housekeeping p{
  font-size: 1.4vw;
}
.hk_table {
  
  margin: 0px auto;
}
.hk_table th {
  background: #EC6498 !important;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.pricetable h3{
color: #EC6498;
font-weight: 700;
}
.picetablle_head {
  background: #EC6498;
  border-radius: 15px 15px 0px 0px;
  color: #fff;
  text-align: left;
  padding: 10px;
  width: 100%;
  margin: 0px auto;
  font-weight: 700;
  font-size: 22px;
}
.hk_table td {
  background: #fff;
  color: #000;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .accordion .item .item-header h2 button.btn.btn-link {
    background: #fff;
    color: #000;
    border-radius: 0px;
 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}
.accordion .item .item-header h2 i{
  display: flex;
}
.item-header p {
  display: flex;
}
.btn-link {
background: #EC6498!important;
border-radius: 10px 10px 0px 0px!important;
}
.collapsed{
  background: #fff!important;
  border-radius: 10px 10px 0px 0px!important;
  }
  .contactleft {
    background: url(../images/contact_m.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px !important;
    background-position: center;
  }
  .travel_nanny {
    background: url(../images/travel_nanny_m.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px !important;
    background-position: center;
  }
  .whitebox2 {
    font-size: 4vw;
    border-radius: 10px;
  }
  .whitebox2 h4{
    font-size: 4.3vw;
  }
  .housekeeping p{
    font-size: 4vw;
  }
  .accordion .item .item-header h2 button.btn.btn-link{
    color: #fff!important;
  }
  .accordion .item .collapsed p {
    color: #000!important;
  }
}

/*page faq end*/
@media screen and (max-width: 576px) {
.iconheartbox {
  margin-left:15%;

}
.iconheartbox2 {
  margin-left:15%;
}
.iconheartbox3 {
  margin-left:15%;
}

}
@media (min-width: 578px) and (max-width: 768px) {
  .iconheartbox p {
    padding-left: 66px;
  padding-right: 61px;
  }
  .iconheartbox2 p {
    padding-left: 66px;
  padding-right: 61px;
  }
}
.Specialized_Care h3 {
  font-size: 50px;
  font-weight: 700;
 text-align: center;
}
.Specialized_Care h3 a{
  float: right!important;
}
.Specialized_Care p {
  font-size: 22px;
}
.pl-3 {
  padding-left: 30px;
}
.pl-4 {
  padding-left: 40px;
}

#childcare-target-1 {



}

.float_l {
  float: left;

}
#childcare-target-2 {
 

  display:none;
 
}
#confinementcare-target-2 {
 

  display:none;
 
}
#educarer-target-2 {
 

  display:none;
 
}
#confincarernew-target-2 {
 

  display:none;
 
}

.hide
{
  display:none;
}

/*  added this - not working  */

.hide-1-yes
{
  display:none;
}

.hide-2-yes
{
  display:none;
}

/* .show {
  display: block ruby!important;
}
*/
.childcareimage {
  background: url(../images/CareChildren2.png) no-repeat;
  background-size: cover;

}

.confinementcareimage {
  background: url(../images/confinementcare2.png) no-repeat;
  background-size: cover;


}
.educarerimage {
  background: url(../images/educarer2.png) no-repeat;
  background-size: cover;

}
.CorporateHotel {
  background: url(../images/corporate_hotel_Care2.png) no-repeat;
  background-size: contain;
  padding:5% 10%;

}
.EducarerNew {
  background: url(../images/Educarer_new2.png) no-repeat;
  background-size: cover;

}
.target2 h3 {
  padding: 20% 50px;
  font-size: 50px;
  color: #242F91;
 font-weight: 700;
  filter: blur(0px)!important;
}
.CorporateHotel h3 {
  padding: 30% 0px!important;
}
.confinementcareimage h3 {
  padding: 30% 50px !important;
}
.educarerimage h3 {
  padding: 30% 50px!important;
}
.EducarerNew h3 {
  padding: 30% 50px!important;
}
.float_l p {
  padding-top: 5%;
}
.collapsearrow h3 i {
  border:solid 0px #70312E;
  border-radius: 100%;
  padding:6px 10px;
  font-size: 22px;
  font-weight: 700;


}
.imagearrow i {
  border:solid 2px #70312E;
  border-radius: 100%;
  padding:6px 11px;
  font-size: 22px;
  font-weight: 700;
  color:#70312E!important;
}
.collapsearrow  {
  color:#70312E ;
   font-size: 22px;
  font-weight: 700;
 
} 
.collapsearrow:hover  {
  color:#70312E ;
   font-size: 22px;
  font-weight: 700;
 
} 
.arrow i {
  border:solid 2px #70312E;
  border-radius: 100%;
  padding:9px 10px;
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}
.arrow {
  color:#70312E ;
   font-size: 22px;
  font-weight: 700;
 
} 
.arrow:hover  {
  color:#70312E ;
   font-size: 22px;
  font-weight: 700;
}


@media screen and (max-width:768px) {

.childcareimage {

  background-size: contain;

}

.confinementcareimage {

  background-size: contain;


}
.educarerimage {

  background-size: contain;

}
.CorporateHotel {

  background-size: contain;

}
.EducarerNew {
  background-size: contain;
}
.target2 h3 {
  padding: 20% 50px;
  font-size: 3.0vh;
  color: #242F91;
 font-weight: 700;
  filter: blur(0px)!important;
}

}
.d-cont {
  display: inline-block!important;
}

@media (min-width: 2000px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 2550px;
  }
  .btn-pink {
    width: 220px;
  }
  .steptxt h4 {
    text-align: right;
    padding-top:18%;
    font-size: 60px;
    padding-right:18%;
  }
  .steptxt3 h4 {
    text-align: right;
    padding-top:23%;
    font-size: 60px;
    padding-right:20%;
  }
  .step2txt h4 {
    text-align: left;
    padding-top: 30%;
    font-size: 60px;
    padding-left: 22%;
  }
  .process_main {
    background: url(../images/process_line.png) no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
    background-position: top center;
    margin-top: -2%;
    background-size:100%;
    padding-bottom: 20%;
  }
  .step2_pad {
    padding-top: 34%;
  }
  .step3_pad {
    padding-top: 18%;
  }
  .step4_pad {
    padding-top: 26%;
  }
  .step5_pad {
    padding-top: 29%;
  }
  .runeed {
    margin-top: 6%;
  }
}
.pr-4 {
  padding-right: 40px;
}
.storyt p{
  font-size: 22px;
}
.so_enter li {
  font-size: 22px;
  line-height: 30px;
}
.table  {
  font-size: 22px;
}
.runeed_process p {
  font-size: 22px;
}
.runeed_process h5 {
  font-size: 30px;
}
@media screen and (min-device-width: 1800px) and (max-device-width: 2600px) { 

  .btn-pinkline {
    width: 220px;
  }
  .btn-pink {
    width: 280px;
  }
  .btn-pinkline2 {
    width: 280px;
  }
  .iconheartbox {
    height: 250px;
  }
  .iconheartbox2 {
    height: 250px;
  }
  .iconheartbox3 {
    height: 250px;
  }
  .iconheartbox h4 {
    font-size: 40px;
  }
  .iconheartbox p {
    font-size: 25px;
    padding-left: 60px;
  padding-right: 60px;
  line-height: 30px;
  }
  .iconheartbox2 h4 {
    font-size: 40px;
  }
  .iconheartbox2 p {
    font-size: 25px;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 30px;
  }
  .iconheartbox3 h4 {
    font-size: 40px;
  }
  .iconheartbox3 p {
    font-size: 25px;
  }
  .oval {
    margin-left: 30%;
  }
  .iconbox  {
    margin: 0px 10px;
  }
  .storybox h4 {
    padding-left: 30%;
    padding-right: 30%;
  }
  .storybox p {
    padding-left: 35%;
    padding-right: 35%;
  }
  .storybox2 h4 {
    padding-left: 33%;
    padding-right: 33%;
    padding-top: 48px;
  }
  .storybox2 p {
    padding-left: 33%!important;
    padding-right: 33%!important;
    line-height: 23px;
  }
  .storybox3 h4 {
    padding-left: 30%;
    padding-right: 30%;
  }
  .storybox3 p {
    padding-left: 32%;
    padding-right: 32%;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 18%;
    padding-top: 30px;
    position: relative;
    min-height: 250px;
  }
  .so_enter li {
    font-size: 22px;
    line-height: 40px;
  }
  .storyt .hello{
margin-top: 0px;
  }
  .storyt p{
    font-size: 22px;
  }
  .runeed_process h5 {
    font-size: 30px;
  }
  .runeed_process p {
    font-size: 22px;
  }
  .videotitle {
    font-size: 22px;
  }
  .videopost {
    font-size: 18px; 
  }
  .hk_table td {
 
    font-size: 22px;
  }
  .t-p {
    font-size: 20px;
  }
  .item-header p {
    font-size: 22px;
  }
  .accordion .item .item-header h2 i {
    margin-top: 8px;
    font-size: 32px;
  
  }
  .contact2 ul li i {
    width: 56px;
  height: 56px;
  padding-top: 12px;
  margin-right: 10px;

  }
  .contact2 ul li {
    padding-right: 10px;
  }
  .contact ul li i {
    width: 42px;
    height: 42px;
    padding: 8px 10px;
  font-size: 25px;
  }
  .stepbg p {
    font-size: 1.5vw;
  }
  .ps-timeline-sec .container ol.ps-timeline li h4 {
    font-size: 47px;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    width: 80px;
  height: 80px;
 
  }
  .ps-sp-bot img {
    margin-top: 15%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot::after {
    top: 122px;
  left: 46%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 58px;
    text-align: center;
  }
  .Specialized_Care p {
    font-size: 22px;
  }
  .table  {
    font-size: 22px;
  }
 
  /* STYLES HERE */
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) { 
  .storyt p{
    font-size: 16px;
    padding: 2px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {

    margin-top: 0px;
    text-align: center;
 }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
    position: absolute;
    margin: 5px;
    text-align: center;
 }
 .ps-timeline-sec .container ol.ps-timeline li h4 {
  margin-top: 0px;
 }
 .ps-timeline-sec .container ol.ps-timeline li span {
  top: -0px !important;
 }
 .ps-timeline-sec .container ol.ps-timeline li h4 {
  margin-left: -73%;
 }
 .ps-timeline-sec .container ol.ps-timeline li {
  font-size: 22.0px;
  padding-bottom: 25px;
}
.so_enter h4 {
  font-family: "Baloo Bhaijaan 2", sans-serif !important;
  font-size: 30px;
  font-weight: 700;
}

}
