@charset "utf-8";
@font-face {
	font-family: "ubuntu";
	src: url(../fonts/Ubuntu-Regular.ttf);
}
@font-face {
	font-family: "ubuntuM";
	src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
	font-family: "ubuntuB";
	src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
	font-family: "pacifico";
	src: url(../fonts/Pacifico-Regular.ttf);
}
@font-face {
	font-family: "pacifico";
	src: url(../fonts/Pacifico-Regular.eot);
}
header {
	background:#fff url(../images/header-bg.jpg) bottom center repeat-x;
}
header .container {
	position:relative
}
.brand {
	padding:10px 0;
	float:left;
}
.header-right {
	float:right;
}
.header-right .connect, .header-right .top-links {
	width:100%;
}
.header-right .connect {
	padding-top:20px;
	padding-bottom:5px;
	display:inline-block
}
.header-right .connect ul li {
	float:left;
	padding-left: 20px;
    color:#666;
	font-size: 16px
}
.header-right .connect ul li:hover {
	color:#333;
}
.header-right .connect ul li i {
	padding-right:5px;
}
.btn-top {
	display: inline-block;
	padding:8px 17px;
	margin-left:10px;
	background:#f44b81;
	border:0;
	float:right;
	font-family: ubuntuB;
    text-transform: uppercase;
    font-size: 13px;
	color:#fff;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-top:hover {
	background:#f44b81
}


@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.btn-left {
	display: inline-block;
	padding:8px 17px;
	margin-left:10px;
	background:#000;
	border:0;
	float:right;
	font-family: ubuntuB;
    text-transform: uppercase;
    font-size: 13px;
	color:#fff;
	border-radius: 4px;
	width:400px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-left:hover {
	background:#f44b81
}




.navigation {
	background:#f44b81;
}
.caption {
	position:absolute;
	right:15px;
	bottom:0;
	background:#fba883;
	color:#fff;
	font-family:pacifico;
	font-size:18px;
	padding:12px 25px;
	
	
	
	
	
	
}




/*select new RKR  */
 /* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} 


/*select new RKR  */





.hdr_title a{color: #222; font-size:11px; text-decoration:none; padding:7px 13px; font-weight:bold;
	background: url(../images/active_bg.png) repeat-x center; cursor:pointer;
}
.hdr_title a:hover, .hdr_title a.active{ background:#8A694D; color:#FFFFFF;}

.hdr_title2 { font-weight: normal;	color: #FFFFFF;	padding: 5px 10px;}

.hdr_title3 { font-weight: normal;	color: #FFFFFF;	padding: 5px 10px; position:relative; top:-7px; right:-10px; float:right;}

.hdr_title6 {color: #222; font-size:11px; text-decoration:none; padding:7px 13px; font-weight:bold;
	background: url(../images/active_bg.png) repeat-x center; cursor:pointer; border:1px solid #ccc; margin-bottom:50px;}
	
	.hdr_title7{ background:#FFF; padding:6px; border:1px solid #CCCCCC;}

.hdr_title2 a{color: #222; font-size:11px; text-decoration:none; padding:7px 13px; font-weight:bold;
	background: url(../images/active_bg.png) repeat-x center; cursor:pointer; border:1px solid #ccc;}
.hdr_title2 a:hover, .hdr_title2 a.active{ background:#8A694D; color:#FFFFFF;}

.caption span {
	width:13px;
	height:13px;
	background:url(../images/corner.png) no-repeat;
	display: block;
    position: absolute;
    left: -7px;
    top: 0;
	
	
	 animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: blinker;
    animation-timing-function: linear;
    font-weight: bold;
}

.quick-search {
	background:url(../images/search-bg.jpg) center top no-repeat;
	background-size:cover;
	padding:14px 15px;
	text-align:center;
	margin-top:1px
}

.quick-search ul {
	display:inline-block;
	color:#fff;
}

.quick-search ul li {
	padding:0 10px;
	display:inline-block;
	text-align:left;
	float:left
}
.quick-search ul li .middle-bx {
	padding-top:29px;
}
.quick-search ul li .middle-btn {
	padding-top:25px;
}
.quick-search ul li .txt-block {
	float:left;
	padding-right:10px
}
.quick-search ul li input[type=radio] {
	margin-right:5px;
	margin-bottom:-4px
}
.quick-search ul li .radio-block {
	float:left
}
.quick-search ul li .select-block {
	float:left
}
.quick-search ul li .right-10 {
	padding-right:10px;
}
.head-light {
	font-family:pacifico;
	color:#fff;
}
.head-light strong {
	font-weight:normal;
	color:#f44b81;
}
.head-dark {
	font-family:pacifico;
	color:#333;
}
.head-dark strong {
	font-weight:normal;
	color:#f44b81;
}
.search-id {
	display:inline-block;
	background:rgba(255,255,255,0.14);
	padding:15px 30px;
	border-radius:4px;
	margin-top:25px;
	color:#fff;
	width: 100%;
    max-width: 500px
}
.search-id label {
	padding-top:6px
}
.search-id .btn {
	width:100%;
}
.search-id .col-sm-3, .search-id .col-sm-6 {
	padding-right: 5px;
    padding-left: 5px;
}
.vip-profile {
	background: url(../images/symphonynew.png) repeat;
	padding-top:70px;
	padding-bottom:70px
}
.border-line:after {
    height: 12px;
    margin: 16px 0;
    background-image: url(../images/border-line.png);
    background-position: top center;
    background-repeat: no-repeat;
    content: "";
    display: block;
}
.list-img {
	margin-top:-8px
}
.list-img ul {
	text-align:center;
	max-width:800px;
	margin:0 auto;
	bottom:55px;
	
	
}
.list-img ul li {
	display:inline-block;
	padding:0 15px;
}
.list-img ul li img {
	width:100%;
	max-width:250px;
	border-radius:100%;
	border:1px solid #333;
	margin:0 auto
}
.list-img ul li h4 {
	font-family:ubuntuB;
	font-size:16px
}
.featured-profile-bx {
	background: url(../images/symphony.png) repeat;
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	padding: 70px 0;
}
.featured-profile-bx h2 {
	font-family: "pacifico";
	font-size: 30px;
	text-align: center;
	margin: 0;
}
.featured-profile-bx .grid {
	width: 20%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px
}
.featured-profile-bx .grid .name {
	font-family: "ubuntuB";
	font-size: 14px;
	color: #333;
	text-align: center;
	padding-top: 10px;
}
.featured-profile-bx .grid .bg {
	text-align:center
}
.featured-profile-bx .grid .bg img {
	border-radius:100%;
	border:1px solid #333;
	width:100%;
	max-width:204px
}
.sms-alert-bx {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
}
.parallax-1 {
	background-image: url(../images/middle-bg.jpg);
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	color:#fff;
}
.sms-alert-bx .head-light {
	margin-top:70px;
}
.btn-rounded {
	background:#f44b81;
	padding:12px 40px;
	border-radius:20px;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	display:inline-block;
	border:1px solid #fff;
}
.sa-txt {
	padding-top:25px;
	padding-bottom:25px;
}
.phone-bx {
	margin-top:20px;
	width:357px;
	height:433px;
	background:url(../images/iphone-hand.png) center bottom no-repeat;
	padding: 38px 168px 0 65px;
    color: #333;
    font-size: 12px;
}
.phone-bx h4 {
	font-family:ubuntuB;
	padding-left:22px;
	font-size:16px;
	margin: 8px 0 9px
}
.why-choose-bx {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	padding: 70px 0;
}
.why-choose-bx .grid {
	/*min-height: 200px;*/
	background-color: #eeeeee;
	border-radius: 10px;
	padding: 9px;
	text-align: center;
	color: #333;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.why-choose-bx .grid:hover {
	background-color: #f44b81;
	color: #fff;
}
.why-choose-bx .grid:hover .head-dark {
	color:#fff;
}
.why-choose-bx .wc-txt {
	padding-bottom:25px;
	width:100%;
	max-width:800px;
	margin:0 auto
}
.why-choose-bx .grid .reg-icon {
	width: 62px;
	height: 64px;
	display: inline-block;
	text-align: center;
	background-image: url(../images/reg-icon.png);
}
.why-choose-bx .grid:hover .reg-icon {
	background-image: url(../images/reg-icon-white.png);
}
.why-choose-bx .grid .find-icon {
	width: 64px;
	height: 64px;
	display: inline-block;
	text-align: center;
	background-image: url(../images/find-icon.png);
}
.why-choose-bx .grid:hover .find-icon {
	background-image: url(../images/find-icon-white.png);
}
.why-choose-bx .grid .security-icon {
	width: 50px;
	height: 64px;
	display: inline-block;
	text-align: center;
	background-image: url(../images/security-icon.png);
}
.why-choose-bx .grid:hover .security-icon {
	width: 50px;
	height: 64px;
	display: inline-block;
	text-align: center;
	background-image: url(../images/security-icon-white.png);
}
.consultation-area {
	position: relative;
}
.consultation-area:before, .consultation-area:after {
	background: rgba(0, 0, 0, 0) url("../images/story.jpg") no-repeat scroll 0 0;
	background-size:cover;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.consultation-area:after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.ca-bg-right:before, .ca-bg-right:after {
	background: rgba(0, 0, 0, 0) url("../images/story-bg.jpg") no-repeat scroll 0 0;
	background-size:cover;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index:-1
}
.ca-bg-right:after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.list-success-img {
	margin-top:50px
}
.list-success-img ul {
	text-align:center;
	max-width:800px;
	margin:0 auto;
	bottom : 35px;
	

}
.list-success-img ul li {
	display:inline-block;
	padding:0 15px;
}
.list-success-img ul li img {
	width:100%;
	max-width:210px;
	border-radius:100%;
	border:1px solid #333;
	margin:0 auto
}
.list-success-img ul li h4 {
	font-family:ubuntuB;
	font-size:16px;
	margin: 15px 0 5px;
}
.list-success-img ul li .ls-txt {
	text-align:center;
	width:100%;
	max-width:400px;
	margin:0 auto;
	padding-bottom:50px
}
.counter-bx {
	width: 100%;
	height: auto;
	float: left;
	padding: 39px 0;
	background: #fafafa url(../images/counter-bg.png) center bottom no-repeat;
	background-position: bottom center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
}
.dmm-count span {
	display: block;
}
.dmm-count span.text {
	font-family:ubuntuB;
	margin:10px 0;
	color:#FFF;
}
.dmm-count .num {
	background-color: #f44b81;
	color: #fff;
	font-family:ubuntuB;
	font-size:24px;
	display: inline-block;
	padding: 2px 20px;
	border-radius: 5px;
}
.footer {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/footer-bg.jpg) center top no-repeat;
	background-size:cover;
	padding: 50px 0;
}
.links h4, .enquiry h4 {
	color: #f44b81;
	font-family:pacifico;
}
.enquiry .btn {
	margin-left:5px;
}
.links li a:hover {
	color: #f44b81;
}
.enquiry .input-full {
	width: 100%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
.enquiry .input-half {
	width: 50%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px
}
.enquiry input, .enquiry textarea {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background:transparent
}
.bottom-bx {
	width: 100%;
	height: auto;
	float: left;
	background-color: #f44b81;
	padding: 15px 0;
}
.bottom-bx .copyright {
	float: left;
	color: #fff;
}
.bottom-bx .right {
	float: right;
	color: #fff;
}
.download-app {
	float: right;
	margin-left: 15px;
}
.social-icons {
	float: right;
}
.btn-dark {
	background:#333;
	color:#fff;
	font-family:ubuntuB;
	text-transform:uppercase;
	font-size:13px;
}
.btn-dark:hover {
	background:#f44b81;
	color:#fff;
}
.ad-footer img {
	display: block;
    max-width: 100%;
    height: auto;
}


/*tab*/
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs {
  border-bottom: 2px solid #f4f4f4;
}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none;  color: #696969;
    font-size: 14px;
    font-weight: 600; background: #f4f4f4; margin-right: 8px; }
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border: none; color: #ffffff !important; background:#f44b81; }
      .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 0px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:0}

.card {background: #e6e4e9  none repeat scroll 0% 0%;  padding:15px 15px 15px 15px ; box-shadow: none; margin-bottom: 30px;  }
/**/


@media (max-width: 1200px) {
.brand img {
	width:340px;
}
.caption {
    padding: 12px 14px;
}
.navbar-default .navbar-nav>li>a {
    padding: 8px 13px;
}
.header-right .connect {
    padding-top: 12px;
    padding-bottom: 3px;
}
.header-right .top-links {
	padding-top:0px
}
.quick-search ul li {
    padding: 0 7px;
}
.featured-profile-bx .grid {
    width: 25%;
}
}
@media (max-width: 992px) {
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}
.show {
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.hide {
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.brand img {
    width: 300px;
}
.header-right .top-links {
	padding-top:30px
}
.quick-search {
    padding: 20px 15px;
}
.quick-search ul li {
    padding: 16px 10px;
    width: 33.3333%;
    background: rgba(255,255,255,0.08);
    border: 1px solid #181713;
    text-align: center;
}
.quick-search ul li .select-block, .quick-search ul li .txt-block, .quick-search ul li .radio-block {
    float: none;
    display: inline-block;
}
.quick-search ul li .right-10 {
    padding-right: 5px;
}
.list-img ul li img {
	max-width:200px;
}
.vip-profile {
    padding-top: 50px;
    padding-bottom: 50px;
}
.featured-profile-bx {
    padding: 40px 0;
}
.why-choose-bx {
    padding: 40px 0;
}
.consultation-area:before, .consultation-area:after, .ca-bg-right:before, .ca-bg-right:after {
	background: none;
}
.consultation-area {
    background: url(../images/story-bg.jpg) center top no-repeat;
	background-size:cover
}
.list-success-img {
    margin-top: 20px;
}
.list-success-img ul li .ls-txt {
    padding-bottom: 30px;
}
.list-success-img ul li img {
	max-width:190px;
}
.bottom-bx .copyright {
    width: 100%;
    float: none;
    text-align: center;
}
.bottom-bx .right {
    float: none;
    margin: 15px auto 0;
    text-align: center;
    display: table;
}
.download-app {
    float: none;
    margin-left: 0;
}
.social-icons {
    float: none;
	margin-top:15px
}
}

@media (max-width: 700px) {
.quick-search ul li {
    padding: 16px 0px
}


ul.listing-ul li {
  margin-bottom: 30px;
  float: left;
  height:auto;
}

}

@media (max-width: 640px) {
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	width: 100% !important;
	float: none !important;
}

ul.listing-ul li {
  margin-bottom: 30px;
  float: left;
  height:auto;
}

.header-right .top-links {
    padding-top: 10px;
    max-width: 120px;
}
/*.caption {
	display:block
}*/



.list-img ul {
    bottom: 55px;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}


.list-success-img ul {
    bottom: 35px;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
	
}

.caption {
	position:inherit;
	right:1px;
	left:1px;
	bottom:0;
	background:#f44b81;
	color:#fff;
	font-family:pacifico;
	font-size:14px;
	padding:22px 1px;
	top: 12px;
	
	width:100%;
	
	
	
	
}
.caption span {
	display:none;
	/*width:13px;
	height:13px;
	background:url(../images/corner.png) no-repeat;
	display: block;
    position: relative;
    left: -7px;*/
    
}


.btn-left {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: ubuntuB;
    font-size: 13px;
    margin-left: 10px;
    padding: 8px 17px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
  width: 100%;
}

.btn-top {
    width: 117px;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 0;
    background: #eee;
    font-family: ubuntuB;
    color: #f44b81;
    border-radius: 0;
}
.btn-top:hover {
    color: #fff;
}


.img-responsive
{
	
	max-width:100%
}



.quick-search ul li {
    padding: 16px 8px;
    width: 50%;
}
.search-id {
    padding: 15px 15px;
	border-radius:0;
	margin-top:10px
}
.search-id label, .search-id input[type=text] {
	margin-bottom:10px
}
.vip-profile {
    padding-top: 30px;
    padding-bottom: 30px;
}
.featured-profile-bx .grid {
    width: 33.3333%;
}
.phone-bx {
    float: right;
}
.phone-bx {
    width: 380px;
    height: 433px;
    background: url(../images/iphone-hand.png) left bottom no-repeat;
    padding: 39px 71px 0 62px;
	margin-right: -15px
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 65px;
	width:140px;
	left:40px;
	
}


.counter-bx {
    background: #fafafa url("../images/counter-bg-mob.png") no-repeat scroll center bottom;
    border-bottom: 1px solid #cccccc;
    float: left;
    height: auto;
    padding: 39px 0;
    width: 100%;
}





.counter-bx .col-xs-4 {
	width:33.33333333% !important;
	float:left !important
}
.counter-bx {
    padding: 20px 0;
}
.footer .links {
	width:50% !important;
	float:left !important
}
.footer .links {
	width:50% !important;
	float:left !important;
}
.footer .enquiry {
	margin-top:15px;
	display:inline-block
}
}
@media (max-width: 480px) {
.brand img {
    width: 230px;
}
.header-right .top-links {
    padding-top: 7px;
}
.btn-top {
    padding: 4px 10px;
}
.quick-search ul li {
    padding: 14px 12px;
    width: 100%;
}
.quick-search ul li .middle-bx, .quick-search ul li .middle-btn {
    padding-top: 0;
}
.quick-search ul li .btn-danger {
    padding: 12px 24px;
    width: 100%;
}
.featured-profile-bx .grid {
    width: 50%;
}
}

@media (max-width: 400px) {
.header-right {
    float: none;
    display: inline-block;
    width: 100%;
}
.header-right .top-links {
    padding-top: 7px;
    width: 100%;
    float: none;
    display: inline;
}
.btn-top {
    width: 50%;
    float: left;
}
.header-right .top-links a:first-child {
	background: #f44b81;
	color:#fff;
}
.counter-bx .col-xs-4 {
	width:100% !important;
	float:none !important;
	margin-bottom:15px
}
}










/*start-contact-form*/
.inner-content{
	/*background: url(../images/login-new.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 480px;*/
  padding-top: 7px;
  padding-bottom: 90px;
}
.inner-content-register{
	/*background: url(../images/bgtexture1.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
height: 100%;
position: relative;
width: 100%;
 padding-top: 7px;
 padding-bottom: 80px;

}
.inner-content-all{

 padding-top: 40px;
 padding-bottom: 80px;

}

.contact_form {
	width: 83%;
	background: url("../images/border.png") no-repeat 331px 77px;
	float: left;
	position: relative;
}
.contact-form{


	position: relative;

}
.contact-form h1 {
background: #e4e4e4 none repeat scroll 0 0;
border: 0 none;
border-radius: 4px;
color: #696969;
font-size: 20px;
font-weight: 500;
line-height: normal;
margin: 0 0 30px;
padding: 10px 16px;
width: 76%;
}
.contact-form .forgot-width{
width: 85%;
}
.contact_form ul {
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	position:relative;
} 
	/* form element visual styles */
	.contact_form li{ 
		float: left;
		outline: none;
		border: 1px solid #DDDDDD;
		font-size: 14px;
		color: #000;
		width: 85%;
		font-weight: 600;
		margin-top: 10px;
		position: relative;
		height: 42px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
	}
	.contact_form li:hover{ 
		border: 1px solid #f44b81;
		color:#f44b81;
	}
	.contact_form input {
		float: left;
		font-size: 14px;

		padding: 10px 14px;
		width: 100%;
		border: 0;
		
		color:#000;

	}
	.contact_form p {
		float: right;
		padding: 8px 7px;
		width: 9.3%;
		cursor: pointer;
	}
	.contact_form input[type="submit"] {
		border: none;
		outline: none;
		cursor: pointer;
		color: #fff;
		background: #f44b81;
		width: 85%;
		padding: 12px;
		font-size: 16px;
		letter-spacing:1px;
		margin: 28px 0 30px;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		text-transform: uppercase;
		font-weight: bold;
	}	
.contact_form input[type="submit"]:hover {
	background:#333;
}	
.contact_form input[type="checkbox"] {
	width: auto;
	vertical-align: middle;
	padding: 5px;
	float:left;
}
.contact_form i{
	font-size:16px;
	color:#B6B6B6;
	float: left;
}
.contact_form label.checkbox{
	padding-left: 20px;
	float: right;
	margin-top: 0;
	color: #000;
}
.forgot{
	float: left;

}
.forgot a{
	color:#000;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.forgot a:hover{
	color:#f4f4f4;
}
/* === Form hints === */
.form_hint {
	color: #fff;
	text-align: center;
	background:#f44b81;
	border-radius: 3px 3px 3px 3px;
	font-size:1.2em;
	margin-left: 8px;
	padding: 6px 23px;
	z-index: 999;
	position: absolute;
	right:-224px;
	bottom: 3px;
	font-weight:100;
	display: none;
}
.form_hint::before {
	content: '';
	position: absolute;
	bottom: 9px;
	left: -9px;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f44b81;
	border-top: 10px solid transparent;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {color: #000;
	background: #f44b81;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
/*end-contact-form*/
/*start-account*/
.account{
	float:right;
	width: 36%;
}
.account h2 a{
	color:#71B8E4;
	display: block;
	font-size: 1.3em;
	font-weight: 400;
	text-align:right;
	margin-top: 3px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.account h2 a:hover{
	color:#f44b81;
}
.span {
	margin-top: 130px;
	display: block;
	width: 100%;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	float: left;
}
.span img {
	background:#354F88;
	padding: 7px;
	float: left;
}
.pack-div {
  border-right: 1px solid #e4e4e4;
  margin-right: 50px;
}
.span i {
  color: #ffffff;
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 14px;
}
#center-line {
  background: #dddddd none repeat scroll 0 0;
  border: 4px solid #dddddd;
  border-radius: 20px;
  position: absolute;
  right: 34px;
  top: 50%;
}
.wrap-full {
  margin: 0;
}
.span:hover {
	background:#354F88;
}
.span1 {
	margin-top: 9%;
	width: 100%;
	background: #45B0E3;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.span1 img {
	background: #40A2D1;
	padding: 7px;
	float: left;
}
.span1 i {
	color: #fff;
	padding: 9px 20px;
	float: left;
	font-size: 1.6em;
	font-weight: 400;
}
.span1:hover {
	background:#40A2D1;
}
.span2 {
	margin-top: 9%;
	width: 100%;
	background: #DE4C34;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.span2 img {
	background: #CE3E26;
	padding: 7px;
	float: left;
}
.span2 i {
	color: #fff;
	padding: 9px 17px;
	float: left;
	font-size: 1.6em;
	font-weight: 400;
}
.span2:hover {
	background: #CE3E26;
}
.whyJoinContainer {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffadad;
  display: inline;
  float: left;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
.whyJoinContainer h1 {
color: #f44b81;
font-family: pacifico;
font-size: 22px;
font-weight: 500;
margin-top: 0;
}
.whyJoinContainer h2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
}
.whyJoinContainer input[type="submit"] {
  background: #f44b81 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  outline: medium none;
  padding: 12px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.whyJoinContainer input[type="submit"]:hover{
	background: #333333;
}
.whyJoinContainer > p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 6px;
  overflow: hidden;
}
.whyJoinContainer > p span {
  float: left;
  padding-left: 10px;
  width: 89%;
}
.whyJoinContainer > p i {
  color: #f44b81;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  top: 5px;
}

.register-form input.form-control{
border: 1px solid #d3d2d2;
box-shadow: none;
}
.register-form select.form-control{
border: 1px solid #e4e4e4;
width: 100%;
}

/*.register-form .btn {
  border: 1px solid #e9eaee;
 
}
*/

.register-form .help-block{
	display: none;
}
.register-form  .form-horizontal .control-label{
	text-align: left;
}
.register-form legend {
  background: #e4e4e4 none repeat scroll 0 0;
  border-radius: 4px;
  color: #696969;
  font-family: pacifico;
  font-size: 25px;
  font-weight: 300;
  margin: 0 0 30px;
  padding: 6px 16px;
  border: 0;
}

.inner-body footer{
	border-top: 2px solid #e4e4e4;
}
.register-form input[type="submit"] {
  background: #f44b81 none repeat scroll 0 0;
  border: medium none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0 0;
  outline: medium none;
  padding: 5px 28px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: auto;
}
.register-form input[type="submit"]:hover {
  background: #333333 none repeat scroll 0 0;
}



.register-form .button {
  border: 2px solid;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 53px;
  padding: 0 46px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}
.register-form .file-input {
  border-width: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 2px;
  overflow: hidden;
  padding: 0 17px;
  position: relative;
}
.register-form .file-input input[type="file"] {
  background: #ffffff none repeat scroll 0 0;
  cursor: inherit;
  display: block;
  font-size: 100px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  outline: medium none;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.register-form .file-input-selection {
  color: #616d75;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  line-height: 45px;
  margin-left: 12px;
}

.register-form .button.marron {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  border-radius: 6px;
  color: #333333;
  font-weight: 600;
}


.title-all-bar {
  background: #f44b81 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 17px;
  padding: 7px 16px;
}
.sidebar input.form-control{
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
	box-shadow: none;
}
.sidebar select{
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.sidebar .btn {
  border: 1px solid #e9eaee;
  margin-bottom: 10px;
 
}
.left-cc{
	width: 40%;
	float: left;
}
.right-cc{
	width: 40%;
	float: right;
}
.center-cc {
  float: left;
  text-align: center;
  width: 20%;
  position: relative;
  top: 4px;
}
.select-wrapper .bootstrap-select.btn-group .dropdown-menu.inner{
	border: 1px solid #e4e4e4;
	margin-top: -2px;
}
.sidebar{
	margin-bottom: 30px;
}
.clearfix.sidebar {
  padding: 0 4px;
}
.sidebar .bottom-no{
margin-bottom: 0;
}
.sidebar input[type="submit"] {
  background: #f44b81 none repeat scroll 0 0;
  border: medium none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  outline: medium none;
  padding: 4px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: auto;
}

.sidebar input[type="submit"]:hover{
	background: #333;
}


ul.follow-us{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.follow-us li {
  display: inline-block;
  float: left;
  line-height: normal;
  vertical-align: middle;
  line-height: 0;
}
ul.follow-us li a{
	font-size: 40px;
	color: #f44b81;
	margin-right: 10px;
}
ul.follow-us li a:hover{
	color: #333;
}
.profile-full {
  border: 2px solid #ffadad;
  display: block;
  padding: 15px 15px 25px;
  overflow: hidden;
}

.profile-full .pad-8{
	padding-left: 8px;
	padding-right: 8px;
}
.profile-full a {
  background: #f44b81 none repeat scroll 0 0;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-top: 10px;
  /*padding: 7px 4px;*/  /* rkr */
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.profile-full .profile-id {
  color: #888888;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 7px;
}
.profile-full .profile-all {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
ul.listing-ul li{
	margin-bottom: 30px;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #f44b81 ;
  border-color: #f44b81 ;
}
.pagination > li > a, .pagination > li > span {
  color:  #f44b81;
}


ul.listing-ul li {
  margin-bottom: 30px;
  float: left;
  height:270px;
}
.profile-full .col-sm-4 {
width: 33.3333%;
 float: left;
}
.profile-full .col-sm-8 {
  width: 66.6667%;
   float: left;

}

.sub-banner.contact-new {
  background: rgba(0, 0, 0, 0) url("../images/contact-new.jpg") no-repeat scroll center center / cover ;
  text-align: center;
}
.sub-banner h3 {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  color: #f44b81 ;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0;
  padding: 4px 20px;
  text-transform: uppercase;
}
.sub-banner .overlay {
  min-height: 210px;
  padding: 110px 0 0;
}
.sub-banner h3 span {
  color: #000000;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:18.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.main-breadcum {
  background: #f4f4f4;
  margin-bottom: 30px;
}
.main-breadcum .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-bottom: 0;
  padding: 14px 0;
}


.main-breadcum .breadcrumb li {
  color: #f44b81;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-breadcum .breadcrumb li a{
  color: #000;
}



.contact-us-page {
  padding: 20px 0 60px;
}
.contact-us-page #map{
  height:440px;
  margin-bottom:50px;
}


.contact-us-page #contact_form {
  text-align: center;
}
.contact .error {
  border: 1px solid red !important;
}
.contact-us-page .error:before {
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 0px;
  color: #0096ff;
  padding: 0px;
  padding: 0px 13px;
  float: right;
  font-size: 12px;
  position: absolute;
}
.contact-us-page .success-msg {
  background: #fff;
  border: 1px solid #ABD0A8;
  color: #589051;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 11px 16px;
  border-radius: 4px;
  display: none;
}
.contact-us-page .success-msg i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #ABD0A8;
  margin-right: 10px;
}
#contact_form li {
  margin-bottom: 10px;
  text-align: left;
}
#contact_form ul{
  list-style-type: none;
  padding: 0;
}
.contact-info ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#contact_form li input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
 text-transform: none;
}
#contact_form li .form-control {
  height: 40px;
  border: none;
  border-bottom:1px solid #e5e5e5;
  box-shadow: none;
  display:inline-block;
  width:100%;
  background:none;
  border-radius: 0px;
}
#contact_form li textarea {
  height: 150px !important;
  display:inline-block;
  width:100%;
  position:relative;
  padding:5px 10px;
   text-transform: none;
}
#contact_form li .btn {
  background: #f44b81;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  margin-top: 0;
  padding: 0 23px;
}
#contact_form li .btn:hover{
	background: #333;
}
.contact-form {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
.contact-form .tittle {
  text-align: center;
}
.contact-form .tittle hr {
  width: 28px;
  height: 5px;
  margin: 15px auto;
  background: #448aff;
  border: none;
}
.contact-form .tittle p {
  text-transform: none;
  font-size: 16px;
}
.contact-form .tittle h2:before {
  display: none;
}
.contact-form label {
  font-weight: 400;
  color: #777777;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}
.contact-us-page .form-control:focus{
  border:1px solid #f44b81  !important;
}
.contact-us-page .contact-info .icon {
  background: #f44b81 none repeat scroll 0 0;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
    margin-left: 8px;
}
.contact-us-page .contact-info h6 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.contact_page_new .title-all-bar {
  font-size: 24px;
  padding: 10px 14px;
}
.contact-us-page .contact-info p{
  color:#777777;
  line-height:22px;
  font-size:16px;
  margin-bottom:0px;
}
.contact-us-page .contact-info li{
  display:inline-block;
  width:100%;
  margin-bottom:0px;
}
.contact-us-page .contact-info hr{
  height:1px;
  width:100%;
  background:#e8e8e8;
  border:none;
  margin:0px;
  margin-top:10px;
  margin-bottom:20px;
}
.contact-us-page .contact-info a{
  color: #f44b81 ;
}
.contact_page_new h1 {
  color: #f44b81;
  font-family: pacifico;
  font-size: 30px;
  margin-bottom: 30px;
}
.testi-center {
  color: #666666;
  font-family: pacifico;
  font-size: 24px;
  margin: 0 auto 40px;
  max-width: 800px;
  text-align: center;
  width: 100%;
  display: block;
}
ul.testimonial{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.testimonial li {
  border-bottom: 3px dashed #e4e4e4;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 30px;
}
ul.testimonial li:last-child{
	border-bottom: 0;
}
ul.testimonial li img{
	border-radius: 20px;
}
.testimonial h4 {
  color: #f44b81;
/*  font-family: pacifico;*/
font-family: 'meeraregular';
  font-size: 20px;
}
.testimonial p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.full-testimonial{
	border-bottom: 1px solid #cccccc;
}


.blog h4
{
color:#F00;	
font-size:20px;
line-height:34px;
}


.blog p
{
text-align:justify;
font-size:16px;
}







.left-testi {
  float: left;
  margin-right: 2%;
  width: 16%;
}
.right-testi{
	width: 82%;
	 float: left;
}
.mnky_person-info {
  border: 2px solid #e4e4e4;
  border-radius: 0;
  display: inline-block;
  float: right;
  margin-bottom: 40px;
  margin-left: 20px;
  padding: 15px;
  width: 210px;
  text-align: center;
}
.mnky_person-info h5 {
  font-size: 18px;
  color: #f44b81;
  font-weight: 600;
  margin-bottom: 0;
}
.mnky_person-info span{
	font-weight: bold;
	color: #000;
}
.mnky_person-info img{
	width: 100%;
}
.address-info-left{
	width: 16.6667%;
	 float: left;
}
.address-info-right{
	width: 83.3333%;
	 float: right;
}
.height-cc {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px dashed #cbcbcb;
  height: 10px;
  margin-bottom: 20px;
}
.description-text{
	border: 1px solid #e4e4e4;
padding: 10px;
width: 100%;
}

.left-div {
  float: left;
  margin-right: 4px;
  padding-top: 5px;
  vertical-align: middle;
  width: 36%;
}
.left-div-new {
  float: left;
  margin-right: 4px;
  padding-top: 5px;
  vertical-align: middle;
  width: 23%;
}
.right-div {
  float: left;
  width: 60%;
}
.right-div-new {
  float: left;
  width: 68%;
}
.form-group select {
  border: 1px solid rgb(228, 228, 228);
  padding: 0 6px;
}
.width-compact{
	width: 20%;
	float: left;
}
.from-div{
	width: 34%;
	float: left;
}
.from-div-new{
	width: 50%;
	float: left;
}
.sidebar ul.cate {
  background: #f4f4f4 none repeat scroll 0 0;
  list-style-type: none;
  margin: 0;
  padding: 4px 20px;
}
.sidebar .cate li {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0 10px 10px;
}
.sidebar .cate li a {
  color: #000000;
}
.sidebar .cate li a:hover{
	color: #f44b81;
}
.sidebar .cate li::before {
  color: #f44b81;
  content: "";
  float: left;
  font-family: "FontAwesome";
  left: -10px;
  position: relative;
}
.sidebar .cate li:last-child {
  border-bottom: 0 none;
}
.title-all-bar-inner {
  background: #f44b81 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 18px 0;
  padding: 8px 16px;
}
.profile-image img {
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  width: 100%;
}
.inner-pad {
  line-height: 26px;
  padding: 0 14px;
}
.message-button button.btn-message {
  background: #f44b81 none repeat scroll 0 0;
  border: medium none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0 0;
  outline: medium none;
  padding: 5px 28px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: auto;
  margin-bottom: 30px;
}
.message-button button.btn-message:hover{
	background: #333;
}
.all-offer-heading {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 4px;
  color: #363636;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 6px 16px;
}
.package-all p{
	margin-bottom: 20px;
}
.inner-pad-subscriprion {
  padding: 0 16px 20px;
}

.easy-step input[type="submit"] {
  background: #f44b81 none repeat scroll 0 0;
  border: medium none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0 0;
  outline: medium none;
  padding: 5px 28px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: auto;
}
.easy-step input[type="submit"]:hover {
  background: #333333 none repeat scroll 0 0;
}
.plan-div th{
	background: #f44b81;
	color: #ffffff;
}
.plan-div table{
	border: 1px solid #e4e4e4;
}
.select-ul{
	text-align: center;
}
.select-ul li {
  display: inline-block;
  margin: 4px 8px;
}
.select-ul li a {
  background: #e4e4e4 none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  padding: 8px 20px;
}
.select-ul li.active a{
	background: #f44b81;
	color: #ffffff;

}

@media (max-width: 991px) {
.testimonial p {
  font-size: 14px;
}
.left-testi {
  margin-right: 6%;
  width: 30%;
  float: left;
}
.clearfix.inner-pad {
  display: inline-block;
  margin: auto;
  overflow: hidden;
  width: 90%;
}
.left-div-image{
	width: 20%;
}
}

@media (max-width: 767px) {

#adremove
{
 
 display:none;

}


ul.listing-ul li {
  margin-bottom: 30px;
  float: left;
  height:auto;
}



.right-div-image{
	width: 80%;
	float: left;
}
.right-div-new {
  float: left;
  width: 64%;
  padding: 0 4px;
}
.from-div {
  float: left;
  width: 48%;
}
.from-div-new {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.address-info-left {
  float: left;
  width: 21.667%;
}
.width-compact {
  float: left;
  padding: 0 4px;
  width: 25%;
}
.address-info-right {
  float: right;
  width: 78.333%;
}
.mnky_person-info {
  display: inline-block;
  float: none;
  margin-left: 0;
}
.right-testi {
  width: 64%;
}
.sub-banner h3 {
  font-size: 20px;
}
.sub-banner .overlay {
  min-height: 176px;
  padding: 76px 0 0;
}
ul.listing-ul li {
  float: left;
  width: 100%;
}
.profile-full .col-sm-4 {
  width: 118px;
}
.profile-full .col-sm-8 {

  width: 42.667%;
}
.pagination{
	margin-bottom: 60px;
}
.pack-div{
	border-right: 0;
	margin-right: 0;
}
.contact_form li{
	width: 100%;
}
.contact_form input[type="submit"]{
	width: 100%;
}
#center-line {
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  margin-bottom: 20px;
}

.contact_form input{
	width: auto;
}
.whyJoinContainer{
	width: auto;
}
.contact-form h1 {
  padding: 10px 20px;
  width: 100%;
}
.span {
  display: inline-block;
  margin-bottom: 20px;
margin-top: 0;
width: auto;
}
.account {
  width: 100%;
}
.contact_form {

  width: 100%;
}
}

@media (max-width: 480px) {
.profile-full .col-sm-4 {
  width: 118px;
}
.profile-full .col-sm-8 {

  width: 42.667%;
}
.left-testi {
  margin-right: 0;
  width: 100%;
  float: left;
}

.left-div-image{
	width: 100%;
}
}