@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Roboto Flex', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
    color: #01a453;
    font-weight: 500;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list, ul.listno
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li, ul.listno li
{
    color: #000;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 24px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 15px;
    background: url(../images/tick.svg) center center no-repeat;
    background-size: contain;
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
	text-align:center;
}
ul.list li strong, ul.listno li strong
{
	color:#000;
}
ul.list li span, ul.listno li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
}
.footer
{
	
}
.header
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index:99999;
	background:#fff;
}
.nav-shrink
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-top
{
	padding:0px 50px;
}
.header-top h1
{
    margin: 10px 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-top h1 a
{
	display:block;
}
.nav
{
	margin:30px
	 0;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav ul li
{
	list-style: none;
    position: relative;
	float:left;
	margin:0 5px;
}
.nav ul li a
{
    color: #01a453;
	background:#fff;
	border:solid 1px #01a453;
    font-size: 16px;
    font-weight: 300;
    display: block;
    position: relative;
    padding: 10px 18px;
    border-radius: 30px;
}
.nav ul li:nth-of-type(2) a
{
    color: #fff;
	background:#fa7f1f;
	border:solid 1px #fa7f1f;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	
}
.header-contact
{
    margin: 34px 0 34px 30px;
}
.header-contact a
{
    display: block;
    background: url(../images/phone.svg) left center no-repeat;
    background-size: contain;
    padding-left: 42px;
}
.header-contact a span
{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.header-contact a span small
{
    display: block;
    color: #65615b;
    font-size: 14px;
    font-weight: 400;
}
.banner
{
    width: 100%;
	height:100vh;
	background:url(../images/bg.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	padding:20px 50px;
    display: flex;
    align-items: center;
    z-index: 9;
}
.banner:after
{
	content:" ";
	position:absolute;
	top:0;
	bottom:-1px;
	left:0;
	right:0;
	background:url(../images/Shape.svg) bottom center no-repeat;
	background-size:contain;
    z-index: -8;
}
.banner aside
{
    width: 50%;
}
.banner aside h3
{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    opacity: 0.8;
}
.banner aside h2
{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.banner aside a
{
    display: inline-block;
    background: #01a453;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 30px;
    border-radius: 3px;
}
.banner aside a small
{
    font-size: 14px;
    font-weight: 400;
}
.banner fieldset
{
	width:40%;
	background:#fff;
	padding:20px;
	border-radius:10px;
	margin-left:auto;
	margin-top:150px;
}
.container
{
	padding:35px 50px;
}
.equalheight
{
	display:flex;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.container h2
{
    font-size: 30px;
    line-height: 46px;
    position: relative;
    color: #fa7f1f;
    font-weight: 600;
}
.container h3
{
    color: #fa7f1f;
    font-size: 16px;
    text-transform: uppercase;
}
a.linkbox
{
    display: inline-block;
    font-size: 16px;
    border: solid 1px #fa7f1f;
    color: #fa7f1f;
    font-weight: 500;
    padding: 15px 46px;
    border-radius: 30px;
    position: relative;
    margin: 15px 0;
    z-index: 9;
	overflow:hidden;
}
a.linkbox:hover
{
    color: #fff;
}
a.linkbox:before
{
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #fa7f1f;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 30px;
	z-index:-8;
}
a.linkbox:hover:before
{
    width: 102%;
    height: 102%;
}
.formfields
{
	
}
.formfields h3
{
	color:#fa7f1f;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}
.formfields label
{
    position: relative;
    display: block;
    color: #65615b;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 5px;
}
.formfields label span{color: red;}
.form-split
{
	width:48%;
}
.formfields input[type="text"], .formfields input[type="number"], .formfields input[type="email"], .formfields input[type="password"], .formfields input[type="date"], .formfields input[type="time"],  .formfields input[type="file"]
{
    background: #fff;
    border-top: 1px solid #d6d2cb;
    border-left: 1px solid #d6d2cb;
    border-bottom: 2px solid #d6d2cb;
    border-right: 2px solid #d6d2cb;
    padding: 10px;
    font-family: 'Roboto Flex', sans-serif;
    color: #000;
    font-size: 14px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
}
.formfields textarea
{
    background: #fff;
    border-top: 1px solid #d6d2cb;
    border-left: 1px solid #d6d2cb;
    border-bottom: 2px solid #d6d2cb;
    border-right: 2px solid #d6d2cb;
    padding: 13px;
    font-family: 'Roboto Flex', sans-serif;
    color: #000;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
}
.formfields input::-webkit-outer-spin-button,
.formfields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formfields input[type=number] {
  -moz-appearance: textfield;
}
/*.formfields input#session-date, .formfields input#session-time {
      display: inline-block;
      position: relative;
  }
.formfields input[type="date"]::-webkit-calendar-picker-indicator,
.formfields input[type="time"]::-webkit-calendar-picker-indicator {
      background: transparent;
      bottom: 0;
      color: transparent;
      cursor: pointer;
      height: auto;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
  }*/
.custom-select, .custom-select dd {
    position: relative;
		width:100%;
}

  .custom-select select option {
     padding: 6px 6px;
  }
    .custom-select select {
        display: inline-block;
    border-top: 1px solid #d6d2cb;
    border-left: 1px solid #d6d2cb;
    border-bottom: 2px solid #d6d2cb;
    border-right: 2px solid #d6d2cb;
    padding: 12px 13px;
    margin: 0;
    font: inherit;
    outline: none;
    line-height: 1.2;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .custom-select select:focus {
		
}
.custom-select dd:after
{
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 46px;
    padding: 0 12px;
    background: #fff;
    color: #65615b;
    border-top: 1px solid #d6d2cb;
    border-bottom: 2px solid #d6d2cb;
    border-right: 2px solid #d6d2cb;
    border-left: none;
    pointer-events: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: none;
    height: 0;
}
    /*.select-focused.custom-select > dd:after {
    color: #56b4ef;
    border-color: #56b4ef;
    }*/
.formfields input[type="submit"]
{
    background: #01a453;
    border: none;
    font-family: 'Roboto Flex', sans-serif;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}
.formfields input[type="reset"]
{
    background: red;
    border: none;
    font-family: 'Roboto Flex', sans-serif;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}
.fields input[type="submit"] {
    background: #01a453;
    border: none;
    font-family: 'Roboto Flex', sans-serif;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    width: 100%;
     margin-top: 0px; 
    padding: 0;
}
.submit-sm
{
	display:inline-block;
    width: auto !important;
}
.formfields p
{
    color: #65615b;
    font-size: 14px;
    line-height: 18px;
	margin-bottom:0;
}
.formfields p a
{
    color: #01a453;
}
.password
{
	position:relative;
}
.password button
{
    /*background: url(../images/Password-View.svg) center center no-repeat;*/
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 20px;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: #fff;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999;
}
.modal-1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999;
}

.modal-content {
  position: relative;
  top: 50%;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 36%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 50px;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  overflow: auto;
}

.modal-content h2 {
  margin: 0;
    font-size: 30px;
    position: relative;
    color: #fa7f1f;
    font-weight: 600;
	text-align:center;
}
.modal-content a {
	margin:10px 0 0 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    xopacity: 0
  }

  to {
    opacity: 1
  }
}

.close {
  color: #000;
  font-size: 66px;
  font-weight: 100;
  position: absolute;
  top: 0;
  right: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.social-button
{
	margin:35px 0 0 0;
}
.social-button h4
{
	text-align:center;
	display:block;
}
.social-button button
{
    background: #eaeaea;
    border: solid 1px #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 16px 20px 16px 35px;
    color: #000;
    font-size: 14px;
    width: 33.333333%;
    float: left;
    border-radius: 10px;
    outline: 0;
    margin-top: 20px;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.social-button button:focus
{
	
}
.social-button button:before
{
  content: " ";
  background: url(../images/Google.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
    top: 14px;
    left: 10px;
    width: 20px;
    height: 20px;
}
.social-button button:nth-of-type(2):before
{
  background: url(../images/facebook.svg) center center no-repeat;
  background-size: contain;
}
.social-button button:nth-of-type(3):before
{
  background: url(../images/Apple.svg) center center no-repeat;
  background-size: contain;
}
.otp
{
	text-align:center;
}
.otp p
{
	
}
.otp input[type="number"]
{
	width:50px;
	display:inline-block;
	text-align:center;
	margin-top:15px;
}

#svg_form_time {
  height: 15px;
  max-width: 80%;
  margin: 40px auto 20px;
  display: block;
}

#svg_form_time circle,
#svg_form_time rect {
  fill: white;
}
.button
{
    background: #01a453;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px;
}
.disabled
{
  display:none;
}
.findyourspecial
{
    background: #fa7f1f;
}
.findyourspecial h2
{
	color:#fff;
	text-align:center;
}
.findyourspecial ul
{
    padding: 0;
    margin: 30px 0 0 0;
}
.findyourspecial ul li
{
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 0 30px;
    position: relative;
}
.findyourspecial ul li:after
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 22px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.findyourspecial ul li:first-of-type:after
{
	display:none;
}
.findyourspecial ul li img
{
    width: 75px;
    height: 75px;
    background: #cb6211;
    padding: 15px;
    border-radius: 3px;
}
.findyourspecial ul li h3
{
    color: #fff;
    font-weight: 600;
    text-transform: none;
    font-size: 22px;
}
.findyourspecial ul li p
{
    margin-bottom: 0;
    color: #fff;
}
.brides-grooms
{
	text-align:center;
}
.brides-grooms
{
	text-align:center;
}
.brides-grooms .bridesgrooms
{
	margin:30px 0;
}
.brides-grooms .item figure
{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.brides-grooms .item figure img
{
    object-fit: cover;
}
.brides-grooms .item figcaption
{
	
}
.brides-grooms .item figcaption h4
{
    margin-top: 10px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.brides-grooms .item figcaption h4 small
{
    color: #65615b;
	display:block;
    font-size: 14px;
    font-weight: 400;
}
.get-started
{
	background:url(../images/marriage.jpg) center center no-repeat;
	background-size:cover;
    padding:35px 50px;
	position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:9;
	margin:50px;
	border-radius:30px;
	overflow:hidden;
}
.get-started:after
{
    content:" ";
    position: absolute;
	top:0;
	left:0;
    bottom: 0;
    right: 0;
	background:linear-gradient(90deg,rgba(250,127,31,0.6),rgba(1,163,82,0.6));
	z-index:-8;
}
.get-started h2
{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.get-started a
{
    padding: 18px 18px;
    margin: 15px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    background: #fa7f1f;
    color: #fff;
	text-transform:uppercase;
}
.get-started a:nth-of-type(2)
{
    background: #1c63cd;
}
.strip
{
    background: #eae7e1;
    padding-top: 15px;
    padding-bottom: 15px;
}
.strip ul
{
    padding: 0;
    margin: 0;
}
.strip ul li
{
    float: left;
    width: 33.333333%;
    display: flex;
    align-items: center;
}
.strip ul li figure
{
    width: 62px;
    height: 62px;
    border: solid 1px #01a453;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.strip ul li figure img
{
    width: 30px;
}
.strip ul li h4
{
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.footer
{
	padding:35px 50px 20px 50px;
	background:#01a352;
	position:relative;
	padding:0;
}
.footer h3
{
    color: #ffe77aff;
    font-weight: 500;
    font-size: 18px;
	position:relative;
}
.footer p
{
    color: #fff;
}
.footer article
{
	padding:35px 50px;
}
.footer article aside
{
    margin-right:13%;
}
.footer article aside:nth-of-type(3)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
	position:relative;
	margin-bottom:5px;
}
.footer article aside ul li a:hover
{
    color: #866ed4;
}
.footer p strong
{
    color: #fa7f1f;
    font-weight: 500;
    display: block;
}
.social-media
{
	
}
.social-media a
{
    display: block;
    margin-right: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fa7f1f;
    line-height: 42px;
    float: left;
    border-radius: 6px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
	position:relative;
	padding:35px 50px;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom p
{
	margin:0;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.show
{
	display:block;
}
.hide
{
	display:none;
}
.wow
{
	visibility: hidden;
}
.register
{
	display:flex;
	background:url(../images/register.jpg) center center no-repeat;
	background-size:cover;
	padding-bottom:50px;
}
.register aside
{
	width:40%;
	padding:50px;
	text-align:center;
}
.register aside img
{
	height:250px;
}
.register aside h2
{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.register fieldset
{
	width:60%;
	background:#fff;
	padding:50px 0;
	border-radius:0 0 0 30px;
}
.register fieldset form
{
	width:500px;
	margin:auto;
}
.siblings
{
	position:relative;
}
.siblings .add-more-btn
{
    background: #01a453;
    border-radius: 5px;
    display: inline-block;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 12px;
    position: absolute;
    top: 33px;
    right: -70px;
}
.page-title
{
    padding:50px 50px;
	position:relative;
	margin-top:100px;
	background:url(../images/bannerheading.jpg) center center no-repeat;
	background-size:cover;
	z-index:9;
	text-align:center;
}
.page-title:before
{
	content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
	right:0;
    background: #fa7f1f;
	opacity:0.8;
	z-index:-8;
}
.page-title h2
{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
	margin:0;
}
.page-title h2:after
{
	content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 100px;
    background: #fa7f1f;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -8;
	display:none;
}
.aboutus, .success-stories
{
	
}
.aboutus aside, .success-stories aside
{
    width: 55%;
}
.aboutus fieldset, .success-stories fieldset
{
    width: 40%;
    background: #EEE;
    padding: 20px;
    border-radius: 10px;
}
.cont
{
	width:1000px;
	margin:auto;
	counter-reset: item;
}
.cont h3
{
    color: #545454;
    font-size: 22px;
    text-transform: none;
	position:relative;
	display:inline-block;
}
.cont h3:after
{
	content:" ";
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
	height:3px;
    background: #fa7f1f;
}

.accordion
{
    font-family: 'Roboto Flex', sans-serif;
    color: #545454;
    font-size: 20px;
    text-transform: none;
  cursor: pointer;
  width: 100%;
  border: none;
  background:none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding:25px 0;
position:relative;
}
.accordion:before
{
    counter-increment: item;
    content: counter(item) "";
    position: absolute;
    border: solid 1px #fa7f1f;
    color: #fa7f1f;
    width: 50px;
    height: 50px;
    top: 12px;
    left: -60px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active, .accordion:hover {
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  display:none;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.contact
{
	padding:0;
    display: flex;
}
.map
{
	width:75%;
	overflow:hidden;
	position:relative;
}
.contact-address
{
    background: #fff;
    position: absolute;
    top: 0px;
	bottom:0;
    right: 0px;
    padding: 35px 50px;
}
.contact-address:before
{
	content:" ";
    background: url(../images/Shapewhite.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -120px;
    width: 120px;
}
.contact-address h2
{
    font-size: 28px;
}
.contact-address p
{
    position: relative;
    padding-left: 38px;
}
.contact-address p strong
{
	display:block;
	color:#523d2b;
}
.contact-address p i
{
    width: 28px;
    height: 28px;
    border: solid 1px #eb8f26;
    border-radius: 50%;
    font-size: 18px;
    color: #523d2b;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    line-height: 28px;
}
.contact figure
{
	width:25%;
    background: url(../images/contactus.jpg) center center no-repeat;
    background-size: cover;
}
.row
{
	width:1200px;
	margin:auto;
}
.sidenav
{
	width:30%;
    background: #fa7f1f;
	padding:20px;
	border-radius:30px;
	margin:15px 0;
}
.sidenav h2
{
	color:#fff;
	margin-top:0;
    font-size: 24px;
    line-height: 24px;
}
.sidenav ul
{
	padding:;
	margin:0;
    background: #fff;
	border-radius:20px;
}
.sidenav ul li
{
	border-bottom:solid 1px #fa7f1f;
}
.sidenav ul li a
{
	display:block;
	padding:15px 20px;
	color:#181716;
	position:relative;
}
.sidenav ul li a:after
{
    content: " ";
    top: 0;
    right: -0;
    margin: auto;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #fa7f1f;
    border-width: 23px;
    z-index: -8;
	opacity:0;
}
.sidenav ul li:hover > a, .sidenav ul li.active > a 
{
    color: #01a453;
}
.sidenav ul li:hover>a:after,.sidenav ul li.active>a:after
{
    right: -62px;
	opacity:1;
}
.content
{
	width:65%;
}

.ratingstar {
    position: relative;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
	margin-top:15px;
}
.ratingstar div{
    border: 1px solid #d6d2cb;
	padding:5px;
	border-radius:30px;
	margin-left:15px;
}

.ratingstar input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}

.ratingstar label {
  position: relative;
  float: right;
  color: #C8C8C8;
    margin-top: 0;
    margin-bottom: 0;
}

.ratingstar label:before {
  margin: 5px;
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.5em;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ratingstar input:checked ~ label:before {
  color: #fa7f1f;
}

.ratingstar label:hover ~ label:before {
  color: #fa7f1f;
}

.ratingstar label:hover:before {
  color: #fa7f1f;
}
.custom-file-upload {
	
    background: #fff;
    border-top: 1px solid #d6d2cb;
    border-left: 1px solid #d6d2cb;
    border-bottom: 2px solid #d6d2cb;
    border-right: 2px solid #d6d2cb;
    padding: 13px;
    font-family: 'Roboto Flex', sans-serif;
    color: #000;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
  cursor: pointer;
}
.success-stories aside
{
	
}
.success-stories aside article
{
    border: solid 1px #CCC;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
	margin-bottom:15px;
}
.success-stories aside article figure
{
	width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.success-stories aside article aside
{
    width: 70%;
    padding: 20px;
}
.success-stories aside article aside h3
{
	margin-top:0;
}
.success-stories aside article aside p
{
	margin:0;
    line-height: 24px;
    font-size: 15px;
}
.my-account
{
	
}
/*.my-account article
{
    background: #EEE;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}*/
.my-account article{
    border: solid 1px #CCC;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.my-account article figure, .my-matches article div figure
{
    width: 30%;
}
.my-account article aside, .my-matches article div aside
{
    width: 70%;
    padding: 20px;
}
.my-account article aside p, .my-profile article p, .my-matches article p
{
	margin:0;
}
.my-account article aside p strong, .my-profile article p strong, .my-matches article p strong
{
    width:170px;
    display:inline-block;
    position:relative;
    margin-right:20px;
}
.raagu article p strong {
    width: 140px;
    display: inline-block;
    position: relative;
    margin-right: 10px;}

.matcheslist article p strong {
    width: 200px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
/*.my-account article aside p strong, .my-profile article p strong, .my-matches article p strong
{
	width:200px;
	display:inline-block;
	position:relative;
	margin-right:20px;
}*/
.my-account article aside p strong:after, .my-profile article p strong:after, .my-matches article p strong:after
{
	content:":";
	position:absolute;
	top:0;
	right:0;
}
.my-account aside
{
    width:50%;
}
.my-account aside h4
{
    display: inline-block;
    border: solid 1px #fa7f1f;
    color: #fa7f1f;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 30px;
}
.my-profile
{
	
}
.my-profile article, .my-matches article
{
    border: solid 1px #CCC;
    border-radius: 30px;
	padding:20px;
    margin-bottom: 30px;
	position:relative;
}
.my-profile article h3
{
    position: absolute;
    top: -22px;
    background: #fff;
}
.my-profile article a, .my-matches article a
{
    display: inline-block;
    position: absolute;
    right: 20px;
    border: solid 1px #01a453;
    padding: 3px 12px;
    border-radius: 30px;
}
.delete-profile
{
	text-align:center;
}
.delete-profile a
{
    color: #01a453;
    background: #fff;
    border: solid 1px #01a453;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 30px;
}
.delete-profile a:nth-of-type(2)
{
    color: #fff;
    background: #fa7f1f;
    border: solid 1px #fa7f1f;
}
.checkbox
{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 15px 0;
    line-height: 25px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: none;
    border: solid 1px #d6d2cb;
    border-radius: 50%;
}
.checkbox:hover input ~ .checkmark {
    background: none;
    border: solid 1px #d6d2cb;
}
.checkbox input:checked ~ .checkmark {
    border: solid 1px #fa7f1f;
    background: #fa7f1f;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.my-matches
{
	
}
.my-matches article a
{
	position:static;
}
.my-matches article h4
{
	background:url(../images/date-time.svg) left center no-repeat;
	background-size:contain;
	padding:5px 0 5px 36px;
}
.my-matches article div
{
    display: flex;
	margin-bottom:15px;
}
.my-matches article div h3
{
	margin-top:0;
}
.my-matches article div aside
{
	padding:0 20px;
}
.photo-gallery
{
	
}
.photo-gallery h2
{
	margin:30px 0;
}
.photo-gallery ul
{
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 33.333333%;
    overflow: hidden;
	position:relative;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    margin: 10px;
}
.photo-gallery ul li a:hover
{
	
}
.photo-gallery ul li a:before
{
    content:" ";
    position: absolute;
	bottom:-150%;
	left:-150%;
	z-index:9;
	width:100%;
	height:100%;
    background: rgba(1,163,82,0.3);
	-webkti-transform:rotate(33deg) scale(2);
	transform:rotate(33deg) scale(2);
}
.photo-gallery ul li a:hover:before
{
	bottom:-50%;
	left:-50%;
}
.photo-gallery ul li a:after
{
    content:" ";
    position: absolute;
	top:-150%;
	right:-150%;
	z-index:9;
	width:100%;
	height:100%;
    background: rgba(87,86,86,0.3);
	-webkti-transform:rotate(33deg) scale(2);
	transform:rotate(33deg) scale(2);
}
.photo-gallery ul li a:hover:after
{
	top:-50%;
	right:-50%;
}
.photo-gallery ul li a span
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    padding: 8px 0;
	z-index:9999;
	-webkit-transform:translateY(-30px);
	transform:translateY(-30px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
}
.photo-gallery ul li a:hover span
{
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1;
}
.photo-gallery ul li a span:after
{
    content: "\f00e";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 32px;
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.my-membership
{
	
}
.my-membership table, .my-membership table th, .my-membership table td
{
	border:solid 1px #fff;
}
.my-membership table
{
    color: #38363d;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
}
.my-membership table th
{
    background: #dceee5;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.my-membership table td
{
	border:solid 1px #E1E1E1;
	padding:10px;
}
.my-membership table td:nth-of-type(even)
{
	
}

/*New*/
form .error {color: red;}
.user-profile{
    min-height: 215px;
    max-height: 215px;
}
.story-img{
    min-height: 190px;
    max-height: 190px;
}
.success-stories article p {
    margin: 0;
}
.success-stories article p strong {
    width: 140px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.success-stories article p strong:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
}
.alert-success {
    padding-left: 20px !important;
    background: #FFF;
    color: green;
    border-left: 5px solid green;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    padding: 18px;
    width: 30%;
    z-index: 999999999999 !important;
    /*padding-left: 20px !important;
    background: #FFF;
    color: green;
    border-left: 5px solid #00c292;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);*/
}
.alert-danger {
    padding-left: 20px !important;
    background: #FFF;
    color: red;
    border-left: 5px solid #ee3e0ad6;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    padding: 18px;
    width: 30%;
    z-index: 999999999999 !important;
}
.alert .close {
    background: unset;
    border: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 999999999999 !important;
    color: red;
}
.my-img{min-height: 200px;max-height: 200px;}
.matches p span{color: #fa7f1f;font-weight: 600;}
.my-imgs {
    width: 100%;
    height: auto;
}

/*.my-imgs {*/
/*    min-height: 200px;*/
/*    max-height: 200px;*/
/*    width: 100%;*/
/*    height: 160px;*/
/*}*/
.matches h3{font-weight: 600}
.matches article a{border: none;}
.logout{color: #01a453 !important;
    background: #fff !important;
    border: solid 1px #01a453 !important;}
.fausers, .fa-sign-out{font-size: 18px;
    margin-right: 10px;
    color: #f97e1f;}
.nav ul li span{font-weight: 600;}
.fancybox-container {z-index: 9999999 !important;}
hr.s1 {
  height:5px;
  border-top:1px solid #CCC;
  border-bottom:2px solid #CCC;
}
.photo-gallery ul li{text-align: center;}
.photo-gallery ul li .addphoto{
    text-align: center;
    color: #fa7f1f;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
}
/*.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}*/

.fav-icon{
    position: absolute;
    right: 20px;
    font-size: 18px;
    opacity: 0;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 50px;
}
.matches article:hover{
    border: 1px solid #fa7f1f;
}
.matches article:hover .fav-icon {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.fav-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid #fa7f1f;
    padding: 5px;
    border-radius: 50px;
}
.terms
{
    background: #fff;
    box-shadow: 10px 10px 10px 5px #fa7f1f94;
    border-radius: 15px;
    width: 80%;
    display: block;
    margin: 25px auto;
}
/*.terms
{
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}*/
.terms p
{
    font-size: 14px;
    line-height: 25px;
}
.terms p:nth-of-type(2) {
    font-size: 12px;
}
.terms p:nth-of-type(3) {
    font-size: 12px;
}
.terms p:nth-of-type(4) {
    font-size: 12px;
}
.terms p i{ 
    color: orange;
    font-size: 18px;
    margin-right: 5px;
}

    .select_box_area {
  position: relative;
  display: inline-block;
}
.select_box_area p {
  margin-bottom: 0px;
  min-width: 345px;
  max-width: 345px;
  background: #fff;
  border: 1px solid #d6d2cb;
  line-height: 24px;
  padding: 12px 13px;
  cursor: pointer;
  margin: 0;
}
.select_box_area p em {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 20px;
  transition: all 0.3s linear;
}
.select_box_area p em.angle-up {
  transform: rotate(180deg);
}
.select_box_area p .option {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.select_box_area p .option::after {
  content: ",";
  position: absolute;
  right: 5px;
  top: 0;
}
.select_box_area p .option:last-of-type {
  padding-right: 0px;
}
.select_box_area p .option:last-of-type::after {
  display: none;
}

.filter_list {
  padding: 0px;
  background: #2b4e88;
  border: 1px solid #999999;
  border-top: none;
  display: none;
  position: absolute;
  z-index: 2;
  height: 280px;
  overflow: hidden;
  overflow-y: scroll;
}
.filter_list li {
  list-style: none;
}
.filter_list li label {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px;
  font-size: 14px;
  cursor: pointer;
    background: #fff;
}
.filter_list li input[type=checkbox] {
  margin-right: 5px;
}
.filter_list li + li {
  border-top: 1px solid #999999;
}

.custom-selects {
  display: none;
}
.deactive{
    text-align: center;
    font-size: 25px;
    text-transform: capitalize;
    color: #fa7f1f;
    padding: 35px 50px;
}
.matches  h2{width: 100%;}
.matches .regno{
    padding: 150px 0;
    text-align: center;
    color: red;
    font-size: 19px;
    text-transform: capitalize;
}
.forgot a{text-align: center;display: block;color: #01a352;font-size: 20px;}

/*Pagination*/
.list-item {
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #fa7f1f;
    border-color: #fa7f1f;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #fa7f1f;
}
#pagination-container{margin-bottom: 40px;}

.aboutus p {
    color: #000;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0;
}

.history
{
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.history ul
{
    padding: 0;
    margin: 0;
}
.history ul li
{
    float: left;
    width: 30.333333%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-left: 15px;
}

.history ul li img
{
    width: 100%;
    box-shadow: -1px -1px 18px #e8e8e8;
    background: #fff;
    padding: 10px;
}

.marquee{
    color: #000;
    font-size: 17px;
    width: 100%;
    padding: 10px 0;
}
.marquee span{color: #fa7f1f;font-weight: 600;}

.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}
.pricepackage{
  display: flex;
  width: 100%;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
  width: 100%;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #40cbb4;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 50px;
  color: #40cbb4;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
}


.pricing-block .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "FontAwesome";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:#40cbb4;
  background:none;
  border-radius:0px;
  border-color:#40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
  background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#ffc20b;
  background:none;
  border-radius:0px;
  border-color:#ffc20b;
}

.btn-back{
    float: right;
    background: #fff;
    display: inline-block;
    border: solid 1px #fa7f1f;
    color: #fa7f1f;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 30px;
    margin:10px 0 0 0;
    font-size: 16px;
    cursor: pointer;
}
.btn-back:hover {background-color: #fa7f1f; color: #fff;border: 1px solid #fff;}
.namepackage{
    color: #01a352;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 20px 0;
}
.viewcontact{
    color: #01a453 !important;
    background: #fff !important;
    border: solid 1px #01a453;
    font-size: 14px;
    font-weight: 300;
    display: block;
    position: relative;
    padding: 5px 18px;
    border-radius: 30px;
    margin: 5px auto;
}

.admins{font-size: 17px;
    color: red;
    font-weight: 600;
    text-align: center;}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {height: 15px !important;}
@media (max-width: 768px){
    .mobileheight{min-height: 210px;margin-bottom: 15px;}
    .my-account article aside p strong, .my-profile article p strong, .my-matches article p strong {
    width: 100px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}
.history ul li {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-left: 15px;
}
.pricepackage{
  display: block;
} 
}
.renew_membership {
    border: none;
    margin: 15px 0px;
    padding: 10px 30px;
    font-weight: 800;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fa8032;
    color: #fff;
}


.font-tamil{
    padding: 10px 9px 11px 10px;
text-align: center;
font-size: x-large;
color: #fa7f1f;
font-weight: 600;
}
.span-tamil{
    color: green;
font-size: 20px;
}
.span-font{
    font-size: 15px;
}		


@media only screen and (max-width: 768px) {
    #desktop {display: none;}
    
    }