@charset "utf-8";
/* CSS Document */


:root {
  --primary-color: #f4427e;
  --secondary-color: #ee827f;
  --text-color: #555555;
  --header-color: #3d3d40;
  --bg-gradient: linear-gradient(135deg, #f4427e 0%, #ee827f 100%);
  --premium-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  --button-hover: #e68e89;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --card-shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body {
	margin:auto;
	padding:0px;
  	font-size: 18px; 
	color: var(--text-color); 
	font-family: 'Outfit', 'Cuprum', sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{ font-family: 'Cuprum'; font-weight: 500; 
    font-style: normal; color: var(--header-color);}

.text-center { text-align: center !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.max-w-800 { max-width: 800px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
.px-20 { padding-left: 20px !important; padding-right: 20px !important; }
.p-20 { padding: 20px !important; }
.p-40 { padding: 40px !important; }
.bg-light { background: #f8f9fa !important; }
.bg-white { background: #fff !important; }
.rounded-8 { border-radius: 8px !important; }
.shadow-lg { box-shadow: 0 0 20px rgba(0,0,0,0.1) !important; }
.premium-card { background: var(--premium-gradient) !important; color: white !important; }

@keyframes slide-down {
  0% {
         /*opacity: 0;*/
         transform: translateY(-100%);
 }
  100% {
         /*opacity: 0.9;*/
         transform: translateY(0);
 }
 }
 /* ---------------- End sticky header: class="float-panel"  ------------------*/


.cbp-af-header-shrink {
	background-color: var(--glass-bg) !important;
	box-shadow: var(--glass-shadow);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	left: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	z-index: 1000;
	animation: slide-down 0.5s ease-out;
}

.cbp-af-header-shrink .menu .navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

 .site-nav-col.cbp-af-header-shrink {
  min-height: 75px;
}


header {
	background: none;
	float: left;
	width: 100%;
	box-shadow: none;
	/* min-height: 80px; */
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* top: 0; */
	z-index: 5;
}

section {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.site-nav-col .bg-dark {
    background: none !important;
}

.au_heading h2 span {
	color: #f4427e;
}

.au_heading h2 {
	text-align: center;
	color: #3d3d40;
	font-size: 40px;
	font-weight: 500;
	position: relative;
}

.au_heading h2::after {
	position: absolute;
	content: "";
	width: 102px;
	height: 4px;
	background: #f0b1af;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}
.au_heading h2::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 4px;
	background: #ee827f;
	bottom: -11px;
	left: 0;
	right: 55px;
	margin: 0 auto;
	border-radius: 50px;
	z-index: 2;
}

.au_heading p {
	text-align: center;
	padding: 10px 0;
	font-size: 21px;
}

.sec_info {
	padding: 25px 0 0 0;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link {
	color: #616267;
	font-size: 18px;
	padding: 11px 15px;
	transition: all 0.5s ease;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link:hover {
	color: var(--primary-color);
}


.site-nav-col .navbar-dark .navbar-nav .nav-link.bg_mitem {
  background: var(--bg-gradient);
  padding: 5px 14px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  padding-right: 7px;
  margin: 5px 20px 0px 0;
  transition: all 0.5s ease;
}



.site-nav-col .navbar-dark .navbar-nav .nav-link.bg_mitem img {
  margin: 0 0 0 25px;
  position: relative;
  top: -2px;
}
.site-nav-col .navbar-dark .navbar-nav .nav-link.bg_mitem:hover {
  background: #EA6760; color:#fff;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link.sign_mbtn {
  background: #F6F5F5;
  border: solid 1px #D2D1D0;
  padding: 2px 14px;
  color: #F0467E;
  border-radius: 4px;
  margin: 9px 24px 0 20px;
  transition:all 0.5s ease;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link.sign_mbtn:hover{background: #333; border-color:#333;}

.site-nav-col .nav-item.dropdown.resorce_dropdwn .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: 'FontAwesome';
  margin: 0 0 0 0px;
  vertical-align: initial;
}



.form_block {
  background: var(--bg-gradient);
  padding: 25px 0;
}


.form_block {
  background: var(--bg-gradient);
  padding: 25px 0;
}

.hm_form form {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
  padding: 20px;
}

.hm_form .country_fill label {
	display: block;
	margin: 0;
}
.hm_form .country_fill .btn.btn-primary {
  background: #fff;
  color: #555;
  border: solid 1px #CED4DA;
  width: 100%;
  text-align: left;
}
.hm_form .country_fill .btn.btn-primary i {
  float: right;
  margin: 3px 0 0 0;
}


.co_check {
  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;
}

/* Hide the browser's default checkbox */
.co_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.co_check:hover input ~ .checkmark_check {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.co_check input:checked ~ .checkmark_check {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.co_check input:checked ~ .checkmark_check:after {
  display: block;
}

/* Style the checkmark/indicator */
.co_check .checkmark_check::after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 14px;
	border: solid #333;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 1px;
}


/* The cu_radio */
.cu_radio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.5s ease;
	width: 30%;
}

/* Hide the browser's default radio button */
.cu_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;transition:all 0.5s ease;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #eee;
  border-radius: 50%;
  transition:all 0.5s ease;
}
/* On mouse-over, add a grey background color */
.cu_radio:hover input ~ .checkmark {
  background-color: #ccc;transition:all 0.5s ease;
}

/* When the radio button is checked, add a blue background */
.cu_radio input:checked ~ .checkmark {
  background-color: #EE857F;transition:all 0.5s ease;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cu_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cu_radio .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;transition:all 0.5s ease;
}

.form_leftinfos h2 {
	font-size: 33px;
	font-weight: 400;
	line-height: 37px;
	margin: 0 0 25px 0;
}
.form_leftinfos {
	color: #fff;
	padding: 140px 0 0 0;
}
.form_leftinfos h2 strong {
	display: block;
	font-size: 40px;
	font-weight: 500;
}
.form_leftinfos p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
.form_lbtns a {
  background: var(--bg-gradient);
  color: #fff !important;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
  display: inline-block;
}

.form_lbtns a.perfectau_btn {
  background: var(--premium-gradient);
  margin-left: 15px;
}

.form_lbtns a:hover,
.form_lbtns a.perfectau_btn:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-shadow-hover);
  filter: brightness(1.1);
  color: #fff !important;
  text-decoration: none;
}

.form_lbtns {
  padding: 30px 0 0 0;
}

/*****range******/

.ui-widget-header {
  height: 4px !important;
  background: #53b147;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c3c3c3;
  border-radius: 13px;
  background: #fff;
}
.ui-widget-content {
    height: 2px !important;
    border: 0;
    background: #e0e0da;
}
.ui-slider-horizontal .ui-slider-range {
  top: -2px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  cursor: pointer;
}
.ui-slider-handle {
  outline: none;
}
.ui-slider-handle .amount {
  position: absolute;
  left: 0;
  top: 35px;
  display: none;
  width: 130px;
  padding: 10px 0;
  text-align: center;
  margin-left: -55px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  border: 1px solid #53b147;
  background: #53b147;
}
.ui-slider-handle .amount:after {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-bottom: 5px solid #53b147;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  background-color: #fff;
}
.min-range {
  float: left;
  padding-top: 20px;
  font-size: 12px;
  color: #888;
}
.max-range {
  float: right;
  padding-top: 20px;
  font-size: 12px;
  color: #888;
}
.slider-range-wrap {
  position: relative;
  width: 500px;
  height: 200px;
  margin: 0 auto;
  padding: 40px 20px 60px 0;
}

.about_sec .img_box img {
	width: 100%;
}

.about_sec .img_box {
	box-shadow: 0 11px 19px 0 rgba(155,155,155,0.6);
	border: solid 5px #fff;
}

.about_sec .info_box p {
	font-size: 16px;
	font-family: Cuprum;
	letter-spacing: 0.15px;
}

.about_sec .info_box h4 {
	font-size: 24px;
}

.about_sec .info_box a {
	color: #f1357f;
	font-size: 20px;
	font-family: cuprum;
	position: relative;
	padding-right: 13px;
}
.about_sec .info_box a:hover {
	text-decoration: none;
}

.about_sec .info_box a::after {
	position: absolute;
	content: "\f054";
	top: 4px;
	bottom: 0;
	right: 0;
	font-family: 'FontAwesome';
	font-size: 12px;
}

.hw_blocks {
	text-align: center;
	padding: 30px 15px 0 15px;
}

.hw_blocks .icon_box {
	background: #f2d2d1;
	text-align: center;
	height: 110px;
	width: 110px;
	line-height: 110px;
	border-radius: 35px;
	display: inline-block;
	margin: 0 0 20px 0;
	transition: all 0.5s ease;
}
.hw_blocks .icon_box img {
	transition:all 0.5s ease;
}

.hw_blocks:hover .icon_box img {
	padding: 0 0 16px 0;
}


.hw_blocks.bx1 .icon_box{
	background: #a5d0f3;
}
.hw_blocks.bx1:hover .icon_box img {
	padding: 0 0 0 15px;
}

.hw_blocks.bx2 .icon_box{
	background: #f2e2d1;
}
.hw_blocks.bx2:hover .icon_box img {
	padding: 0 0 15px 0;
}

.hw_blocks.bx3 .icon_box{
	background: #d1f2db;
}

.hw_blocks.bx3:hover .icon_box img {
	padding: 0 15px 0 0;
}

.hw_blocks h3 {
	color: #ff485a;
	font-size: 21px;
	margin-bottom: 20px;
}

.hw_blocks.bx1 h3 {
	color: #2196f3;
}

.hw_blocks.bx2 h3 {
	color: #efc356;
}

.hw_blocks.bx3 h3 {
	color: #1bce89;
}


.hw_blocks .box_info p {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

.how_sec {
	background: #f3f3f3;
}


.pricing_sec .pr_imgbox {
	box-shadow: 0 11px 19px 0 rgba(155,155,155,0.6);
	border: solid 5px #fff;
}


.pricing_sec .pr_imgbox img {
	width: 100%;
}

.pricing_sec .flt_right .row {
	display: block;
}

.pricing_sec .right_block {
	float: right;
}

.au_title h2 span {
	color: #f4427e;
}

.au_title h2 {
	color: #3d3d40;
	font-size: 36px;
	font-weight: 500;
	position: relative;
}

.au_title h2::after {
	position: absolute;
	content: "";
	width: 88px;
	height: 4px;
	background: #f0b1af;
	bottom: -8px;
	left: 0;
	margin: 0 auto;
	border-radius: 50px;
}
.au_title h2::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 4px;
	background: #ee827f;
	bottom: -8px;
	left: 0;
	margin: 0 auto;
	border-radius: 50px;
	z-index: 2;
}

.pricing_sec .list_block {
	margin: 30px 0px;
	background: #ee847f;
	border-radius: 5px;
	width: 90%;
}

.pricing_sec .list_block.pb1{
	background: #ea6760;	
}

.pricing_sec .list_block.pb2{
	background: #e7544c;	
}

.pricing_sec .list_block .row {
	display: flex;
}

.pricing_sec .p_info p {
	font-size: 28px;
	color: #fff;
	margin: 0;
	padding: 0 10px 0 15px;
}

.pricing_sec .p_info p span {
	font-weight: 600;
	display: block;
}

.p_btn a {
	color: #ee847f;
	background: #fff;
	padding: 9px 30px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.5s ease;
	font-size: 23px;
}

.p_btn a:hover {
	background: #252121;
	color: #fff;
}

.list_block .col-md-5 {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.p_get h3 {
	color: #ea6760;
	font-size: 30px;
}

.p_get {
	padding: 60px 0 30px 0;
}

.p_get h3 span {
	color: #555;
}

.price_box.txm {
	padding: 0 0px 0 50px;
}

.pricing_sec .txm .list_block.pb2 {
	background: #ea6760;
	margin: 0;
}

.sec_info.flt_right {
	padding: 0;
}

.contact_sec {
	background: url(../images/img4.jpg) left top no-repeat;
	min-height:614px;
	background-size:cover;
	position: relative;
	z-index: 1;
}

.contact_sec::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(238, 133, 127, 0.84);
	z-index: -1;
}

.text_bx {
	margin-bottom: 40px;
}

.text_bx h3 {
	color: #fff;
	font-size: 52px;
	line-height: 60px;
}

.contact_sec .sec_info {
	margin: 40px 0 0 0;
}

.contact_sec .sec_info .col-md-6.ftp {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
}

.text_bx p {
	color: #fff;
	font-size: 20px;
	padding-right: 36%;
	line-height: 28px;
}

.conct_form {
	padding-right: 10%;
}

.conct_form .form-group input {
	background: #eda5a1;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 6px;
}

.conct_form .form-group input:focus {
	box-shadow: 0 0px 3px 2px rgba(231,84,76,0.4);
}
.conct_form .form-group textarea {
	background: #eda5a1;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 6px;
}

.conct_form .form-group textarea:focus {
	box-shadow:  0 0px 3px 2px rgba(231,84,76,0.4);
}

.conct_form .form-group input::placeholder {
  color:#fff;
}
.conct_form .form-group textarea::placeholder {
  color:#fff;
}

.subt_btn {
	text-align: center;
	margin: 30px 40px 0 0;
}

.subt_btn a {
	color: #fff;
	background: #252121;
	padding: 10px 45px 10px 45px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.5s ease;
	box-shadow: 0px 4px 7px 0px rgba(155,155,155,0.4);
}

.subt_btn a:hover {
	background: #ea6760;
}

footer {
	float: left;
	width: 100%;
	background: #f0dddc;
	padding: 40px 0 30px 0;
	text-align: center;
}

.ft_blk1 {
	min-height: 150px;
}

.footer_links {
  padding: 20px 0 0 0;
}
.footer_links a {
    padding: 0 10px;
    color: #616267;
    text-decoration: none;
    transition: all 0.5s ease;
}
.footer_links a:hover {
	color: #F0407E;
}

.foot_logo {
	padding: 0 0 10px 0;
}

.social_links {
	margin: 30px 0 10px 0;
}

.social_links a i {
	color: #f0dddc;
	background: #252121;
	height: 30px;
	width: 32px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	border-radius: 100%;
	margin: 0 5px; transition:all 0.5s ease;
	transition: all 0.5s ease;
}

.social_links a i:hover {
  background: #f4427e;
}

.copy_sec p {
	margin: 0;
	font-size: 21px;
}

.ft_blk1 h3 {
	color: #38393b;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ft_blk1 ul {
	padding: 0;
	list-style: none;
}

.ft_blk1 ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.ft_blk1 ul li a {
	color: #616267;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.5s ease;
}
.ft_blk1 ul li:hover, .ft_blk1 ul li a:hover {
	color: #f4427e;
}

.ft_blk1 ul li::before {
	position: absolute;
	content: "\f054";
	top: 4px;
	bottom: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 12px;
}

.modal-dialog.hmform_mode .search_co input {
  border: solid 1px #CED4DA;
  width: 100%;
  border-radius: 0.25rem;
  height: 40px;
  padding: 0 7px;
}
.search_co {
  position: relative;
}
.modal-dialog.hmform_mode .modal-header {
  display: block;
}
.search_co button {
  position: absolute;
  right: 10px;
  top: 1px;
  background: none;
  border: none;
  padding: 0;
  font-size: 35px;
  line-height: 35px;
  color: #777;
}

.search_colist .s_mainchecksingle {
    background: #555;
    color: #fff;
    border-radius: 4px;
    padding: 7px 7px;
    margin: 0 0 4px 0;
}

.search_colist .s_subchecks .s_mainchecksingle_sub {
    background: #939292;
    color: #fff;
    border-radius: 4px;
    padding: 7px 7px;
    margin: 0 0 4px 0;
}

.search_colist .s_subchecks .s_mainchecksingle_sub.checkbar {
    background:#02B875;
}

.search_colist .s_subchecks {
    padding: 0 0 0 20px;
}

.search_colist .co_check {
	margin-bottom: 0;
	font-size: 18px;
}


.hmform_mode .modal-footer .btn {
  width: 100%;
  background: rgb(240,61,126);
  background: linear-gradient(0deg, rgba(240,61,126,1) 0%, rgba(238,134,127,1) 100%);
  border: none;
}

.hmform_mode .modal-footer {
  border: none;
  padding: 0 1rem 1rem 1rem;
}

.search_colist {
    height: 520px;
    overflow: auto;
}

.date_fill label {

  display: block;
  margin: 0;
}
.date_fill input {
  background: #fff;
  color: #555;
  border: solid 1px #CED4DA;
  width: 100%;
  text-align: left;
  border-radius: 0.25rem;
  padding: .3rem .75rem;
}

/*******/

.checkbox_tog.checbox-switch {
    padding-left: 0;
}

.checkbox_tog.checbox-switch label, .checkbox_tog-inline.checbox-switch {
	display: block;
	position: relative;
	padding-left: 0;
	width: 100%;
}
.checkbox_tog.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox_tog.checbox-switch label span {
	width: 45px;
	border-radius: 20px;
	height: 20px;
	border: 1px solid #dbdbdb;
	background-color: #e1e1e1;
	border-color: #d9d9d9;
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
	display: block;
	margin-right: 5px;
	float: right;
	margin-top: 4px;
}
.checkbox_tog.checbox-switch label span::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgb(255,255,255);
	content: " ";
	top: 0;
	position: relative;
	left: 0px;
	transition: all 0.3s ease;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	top: -2px;
}
.checkbox_tog.checbox-switch label > input:checked + span::before {
	left: 26px;
	top: -2px;
}

/* Switch Primary */
.checkbox_tog.checbox-switch.switch-primary label > input:checked + span {
	background-color: #EE7E7F;
	border-color: #EE7E7F;
	/* box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset; */
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox_tog.checbox-switch.switch-primary label > input:checked:disabled + span {
    background-color: red;
    border-color: red;
   /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}



.hm_submit {
  text-align: center;
  padding: 10px 0 0 0;
}
.hm_submit button,
.btn-primary,
.subt_btn a {
  background: var(--bg-gradient);
  padding: 12px 40px;
  color: #fff !important;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.hm_submit button:hover,
.btn-primary:hover,
.subt_btn a:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
  background: var(--bg-gradient);
  filter: brightness(1.1);
  text-decoration: none;
  color: #fff !important;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.check-list li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--primary-color);
  font-size: 14px;
}

.step-list {
  margin: 40px 0;
}

.step-item {
  background: var(--glass-bg);
  padding: 30px;
  margin-bottom: 20px;
  border-left: 6px solid var(--primary-color);
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
}

.step-item:hover {
  transform: translateX(10px);
  box-shadow: var(--card-shadow-hover);
}

.package-box {
  background: white;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
  height: 100%;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
}

.package-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-shadow-hover);
}

.package-box h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 24px;
}

.package-box ul {
  list-style: none;
  padding: 0;
}

.package-box ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.package-box ul li:last-child {
  border-bottom: none;
}

.comparison-table {
  margin: 40px 0;
  overflow-x: auto;
}

.comparison-table table {
  width: 100%;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.comparison-table th {
  background: var(--bg-gradient);
  color: white;
  padding: 20px;
  text-align: center;
  border: none;
}

.comparison-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.05);
}

.monthly-costs {
  background: #fff3cd;
  padding: 40px;
  border-radius: 16px;
  margin: 40px 0;
  box-shadow: var(--card-shadow);
}


.hm_form .form-group.hm_range {
	padding: 0 16px;
	width: 100%;
}

/****************/


.list_mainblock {
	background: #f9f9f9;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
	margin: 10px;
	float: left;
	width: 100%;
}
.list_mainblock .listimg_box img {
    width: 100%;
    margin: 0;
    border: none;
    padding: 4px;
}
.list_start {
	background: #EF567E;
	padding: 6px 0 6px 10px;
	float: left;
	width: 100%;
}

.listing_infos {
  padding: 10px;
}
.list_start p {
	margin: 0; font-size: 14px; color:#fff;
}

.listing_infos p {
	font-size: 16px;
	line-height: 19px;
	color: #333;
}
.list_start strong {
  color: #fff;
}

.lis_infos h3 {
  font-size: 22px;
  margin: 0 0 0 0;
}

.lis_infos h6 {
  color: #EF527E;
  font-size: 18px;
  margin: 0;
}

.lis_infos h3 {
	font-size: 24px;
	margin: 0 0 0 0;
}
.lis_infos h4 {
    font-size: 15px;
    background: transparent;
    display: inline-block;
    color: #333;
    border-radius: 4px;
    padding: 5px 15px;
    margin: 13px 10px 13px 0;
    border: solid 1px #ddd;
}

.lis_infos h5 {
	font-size: 15px;
	margin: 0 0 6px 0;
	background: transparent;
	display: block;
	color: #EF567E;
	border-radius: 4px;
	padding: 5px 15px;
	margin: 13px 0px 13px 0;
	border: solid 1px #ddd;
	float: right;
}
.lis_infos h6 {
  color: #EF527E;
  font-size: 18px;
  margin: 0;
}
.list_toollist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_toollist ul li a {
	background: red;
	border-radius: 4px;
	padding: 2px 3px 5px 3px;
}
.list_toollist ul li {
	margin: 0 0 4px 0;
	display: inline;
}
.lis_infos {
  position: relative;
  padding: 0 0 24px 0;
}
.list_toollist {
	position: absolute;
	right: 0;

	top: -14px;
	padding-top: 15px;
}
.list_toollist ul li.lt_ms a {
	background: #5A95D5;
}
.list_toollist ul li.lt_au a {
	background: #21B98A;
	padding: 2px 6px 5px 6px;
}
.list_toollist ul li.lt_au a img {
  width: 17px;
}
.list_toollist ul li.lt_vc a {
	background: #EA5660;
	padding: 3px 6px 5px 6px;
}
.list_toollist ul li.lt_vc a img {
  width: 20px;
}

.list_start .list_sleft {
	float: left;
	width: auto;
}

.list_start .list_sright {
	float: right;
	padding: 0 10px 0 0;
}

.lis_infos h4 img {
  width: 22px;
  position: relative;
  top: -2px;
  right: -1px;
}

.lis_infos h5 img {
  width: 22px;
  position: relative;
  top: -2px;
  right: -1px;
}

.listing_infos .smore {
  float: right;
  margin: 10px 0 0 0;
  color: #fff;
  background: #9b8f8f;
  border-radius: 3px;
  padding: 2px 7px;
  font-size: 14px;
  transition: all 0.5s ease;
  text-decoration: none;
}
.listing_infos .smore:hover {
  background: #EE7B7F;
}

.listing_sec {
  background: #f9f9f9;
}
.listing_sec .sec_info {
  padding: 0;
}

.au_heading a {
  color: #EF527E;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.au_heading a:hover {
  color: #3D3D40;
}

/****Select arrow***/

.form-item__element--select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2em;
}

.select-wrap {
	position: relative;
}

.select-wrap::after {
	font-family: FontAwesome;
	font-size: 1em;
	pointer-events: none;
	content: '\f107';
	position: absolute;
	right: 10px;
	top: 4px;
color: #676767;
}

.signfill_block {
	background: #fff;
	padding: 60px;
	margin: 10px 120px;
	box-shadow: 0 -2px 12px 0px rgba(0,0,0,0.05);
}
.signin_btn button {
  background: red;
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin: 0 0 8px 0;
  padding: 10px;
  background: rgb(240,61,126);
  background: linear-gradient( 0deg , rgba(240,61,126,1) 0%, rgba(238,134,127,1) 100%); cursor:pointer;
  transition:all 0.5s ease;
}

.signin_btn button:hover{ opacity:0.8;}


.signin_btn.signin_btnfb button {
  background: rgb(59,89,152);
  background: linear-gradient(0deg, rgba(59,89,152,1) 0%, rgba(78,121,210,1) 100%);
}
.signin_btn.signin_btngoo button {
  background: rgb(234,67,53);
  background: linear-gradient(0deg, rgba(234,67,53,1) 0%, rgba(236,115,105,1) 100%);
}
.signin_btn.signin_btntwit button {
 background: rgb(27,27,27);
background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(48,48,48,1) 100%);
}


.new_account {
	text-align: center;
	padding: 0 0 40px 0;
}
.sign_becomebtns button {
  background: #EE847F;
  color: #fff;
  border-radius: 4px;
  padding: 11px 53px;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
  transition: all 0.5s ease;
  border: none;
  margin: 0 5px; cursor:pointer;
}

.sign_becomebtns button:hover{ opacity:0.8; }

.sign_becomebtns button.sign_ctwo {
  background: #EA6760;
}
.sign_becomebtns {
  padding-top: 10px;
}

.signin_btn button i, .signin_btn button span {
	margin-right: 10px;
	transition:all 0.5s ease;
}

.signin_btn button:hover i, .signin_btn button:hover span {
	margin-right: 5px;
	transition:all 0.5s ease;
}

/*****checkbox***/

.new_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.new_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.new_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.new_check:hover input ~ .new_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.new_check input:checked ~ .new_checkmark {
  background-color: #EE847F;
}

/* Create the new_checkmark/indicator (hidden when not checked) */
.new_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the new_checkmark when checked */
.new_check input:checked ~ .new_checkmark:after {
  display: block;
}

/* Style the new_checkmark/indicator */
.new_check .new_checkmark:after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.form_fills {
  padding: 0 22%;
}
.form-group.form_pass {
  position: relative;
}
.form-group.form_pass span {
  position: absolute;
  right: 1px;
  top: 1px;
  background: #F4F4F4;
  padding: 0px 18px 0px 18px;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  height: 43px;
  line-height: 44px;
  transition: all 0.5s ease; cursor:pointer;
}
.form_fills .form-control {
  height: 45px;
}

.form_fills .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.form_fills .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}

.form_fills .form-control:focus {
	border-color: #EE847F;
	box-shadow: none;
}

.aupairfill_block .form-control:focus {
	border-color: #EE847F;
	box-shadow: none;
}

.aupairfill_block .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.aupairfill_block .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}


.form-group.form_pass span:hover {
  background: #DDD;
}

.signin_btn.sign_becomebtns button {
  display: inline-block;
  width: auto;
  padding: 8px 23px;
}
.signin_btn.sign_becomebtns {
  text-align: center;
}
.sign_info .sign_becomebtns button i {
  margin-right: 0;
}

.forgot_fill a {
  color: #EE847F;
  transition: all 0.5s ease;
}

.forgot_fill a i {
	margin-left: 4px;
}

.forgot_fill {
  text-align: center;
  padding: 20px 0 0 0;
}


/*******radio bg******/

.radio_newbg {
  display: inline-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;
  background: #EE7D7F;
  color: #fff;
  border-radius: 4px;
  padding: 11px 58px;
  font-size: 18px;
  margin: 0 5px;
}

.radio_newbg.radio_newbg2 {
	background: #EF5E7E;
}

/* Hide the browser's default radio button */
.radio_newbg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiob_checkmark {
  position: absolute;
  top: 14px;
  left: 30px;
  height: 19px;
  width: 19px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_newbg:hover input ~ .radiob_checkmark {
  background-color: #FFD8D6;
}

/* When the radio button is checked, add a blue background */
.radio_newbg input:checked ~ .radiob_checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiob_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_newbg input:checked ~ .radiob_checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_newbg .radiob_checkmark:after {
 	top: 4px;
	left: 4px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #EE847F;
 	border: solid 2px #f2f2f2;
}

.form-group.onlylabel {
	margin: 0;
}

.aupairfill_block h3 {
	font-size: 23px;
	color: #EE847F;
}

.aupairfill_block h3 {
	font-size: 23px;
	color: #EE7D7F;
	margin: 10px 0 20px 0;
}

.signfill_block.aupairfill_block {
	padding-top: 50px;
}

.signfill_block.aupairfill_block .new_account {
  padding: 0 0 25px 0;
}


/*******/

.imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.imgupbtn.btn-primary
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
}
.imgUp
{
  margin-bottom:15px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #3D3D40;
	color: #fff;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	text-align: center;
	line-height: 30px;
	margin-top: 0px;
	cursor: pointer;
	font-size: 15px;
}


/*******/

.imgUp .btn-primary {
	background: #EF567E;
	border-color: #EF567E;
}

.upload_main {
	padding-bottom: 25px;
}

.pagination_block {
  padding: 15px 0 0 0;
  text-align: right;
}
.pagination_block .pagination {
  justify-content: flex-end;
}
.pagination_block .pagination .page-link {
  color: #EF567E;
}

.list_detail .list_start {
	width: auto;
}

.list_detail .list_start .list_sright {
	padding: 0 10px 0 40px;
}

.list_outerblock.list_detail .lis_infos h3 {
	font-size: 33px;
}

.list_outerblock.list_detail {
    background: #fff;
    padding: 35px;
    box-shadow: 0 5px 24px 0px rgb(0 0 0 / 10%);
}

.list_outerblock.list_detail .lis_infos h5 {
	float: none;
}

.list_outerblock.list_detail .list_toollist {
	position: inherit;
	left: 0;
	top: 0;
	padding-top: 15px;
}

.list_dinfos {
  border-top: solid 1px #f0f0f0;
  padding-top: 20px;
  margin-top: 30px;
}
.list_dinfos h4 {
  color: #EF567E;
  position: relative;
  display: inline-block;
  padding: 0 0 9px 0;
  margin: 20px 0 28px 0;
}
.list_dinfos h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  background: #e3e0e0;
  content: "";
  height: 4px;
  border-radius: 15px;
  font-size: 13px;
}
.list_dinfos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_dinfos ul li {
  position: relative;
  padding: 0 0 0 21px;
  line-height: 26px;
  margin: 0 0 4px 0;
}
.list_dinfos ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 10px;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #EF567E;
}
.list_dinfos ul.righttick li {
	padding: 4px 0 0 40px;
}

.list_dinfos ul.righttick li::after {
	background: url(../images/tick.png) left top no-repeat;
	width: 32px;
	height: 32px;
	font-family: inherit;
	content: "";
}

.list_dinfos ul.righttick li.xmark::after {
	background: url(../images/cross.png) left top no-repeat;
	width: 32px;
	height: 32px;
	font-family: inherit;
	content: "";
	background-size: 24px 24px;
	top: 4px;
	left: 4px;
}

.tearms_privacy h4 {
    color: #EF567E;
    margin: 0 0 20px 0;
}

.tearms_privacy p {
    font-size: 15px;
    margin: 0 0 40px 0;
}


/*********************************
* Slideshow Styling
*********************************/
#slideshow {
	width: 100%;
	height: 100%;
	margin: 100px auto;

    position:relative;

    overflow: hidden;
}
#slideshow.fullscreen {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
	.img-wrapper {
	    min-width: 100%;
	    min-height: 100%;
		
		position: absolute;
		top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;

	    margin: auto;
	    overflow: hidden;
	    
	    z-index:8;

	    background-size: cover;
	    background-position: center center;
	}
		#slideshow .img-wrapper.active {
		    z-index:10;
		}

		#slideshow .img-wrapper.last-active {
		    z-index:9;
		}

	/*********************************
	* Thumbnail Styling
	*********************************/
	.thumbs-container {
		width: 100%;
		height: 140px;
		position: absolute;
		left: 0;

		z-index: 11;

		background: #222222;
		opacity: .9;
	}
		.thumbs-container.top {
			top: 0;
		}
		.thumbs-container.bottom {
			bottom: 0;
		}
		.prev, .next {
			width: 3%;
			min-width: 40px;
			height: 48px;
			padding: 46px 1%;

			color: #999999;
			cursor: pointer;
		}
		.prev { float: left; }
		.next { float: right; }
			.prev:hover, .next:hover {
				color: #555555;
			}
		ul.thumbs {
			position: absolute;
			top: 0;
			left: 5%;
			right: 5%;
			height: 140px;
			padding: 0;
			margin: 0 5%;
			overflow: hidden;
			white-space: nowrap;
			text-align: center;
		}
			.thumb {
				display: inline-block;
				width: 120px;
				height: 120px;
				margin: 10px;

				overflow: hidden;
				background-size: cover;
	    		background-position: center center;

	    		cursor: pointer;
			}
				.thumb:first-of-type {
					margin-left: 0px;
				}
			.thumb.active {
				width: 116px;
				height: 116px;
				border: 2px solid #FFF;
			}

.listimg_box img {
  width: 100%;
  margin: 15px 0 0 0;
  border: solid 1px #ddd;
  padding: 4px;
}

.list_dtlvid {
	margin: 0 0 20px 0;
}

.signfill_block.forgot_pass .form_fills {
	padding: 0;
}

.signfill_block.forgot_pass {
	padding: 60px;
	margin: 10px auto;
	width: 480px;
	margin-bottom: 120px;
}



/***new media***/

@media (max-width:1600px){
.pricing_sec .p_info p {
	font-size: 24px;
}

.au_title h2 {
	font-size: 32px;
}

.au_heading h2 {
	font-size: 36px;
}

section {
	padding: 50px 0;
}

.p_btn a {
	padding: 7px 20px;
	font-size: 20px;
}
.p_get h3 {
	font-size: 26px;
}

.contact_sec {
	min-height: 544px;
}
.contact_sec .sec_info {
	margin: 40px 0 0 0;
	padding: 0;
}

.text_bx h3 {
	font-size: 47px;
	line-height: 56px;
}

.form_leftinfos h2 strong {
	font-size: 36px;
}

.form_leftinfos h2 {
	font-size: 30px;
	line-height: 36px;
}

.signfill_block.forgot_pass {
	padding: 60px;
	margin: 10px auto;
	width: 480px;
}

}

@media (max-width:1455px){
	
}

@media (max-width:1199px){
		.form_lbtns a {
	padding: 12px 19px;
	font-size: 18px;
}

section {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.hw_blocks .box_info p {
	font-size: 16px;
	line-height: 22px;
}


.contact_sec {
	min-height: 455px;
}

.contact_sec .sec_info .col-md-6.ftp {
	display: block;
}

.text_bx h3 {
	font-size: 40px;
	line-height: 52px;
}

.foot_logo img {
	width: 196px;
}

.signfill_block {
	padding: 20px;
	margin: 10px 0;
}

.signfill_block.aupairfill_block {
	padding-top: 10px;
}

.lis_infos h5 {
	margin: 0 0 6px 0;
	padding: 5px 10px;
	margin: 0px 0px 13px 0;
	border: solid 1px #ddd;
	float: none;
}

.lis_infos h4 {
	font-size: 14px;
	padding: 5px 10px;
}

.lis_infos h6 {
	font-size: 16px;
}

.list_detail .list_start .list_sright {
	padding: 0 60px 0 0px;
	float: none;
	width: 100%;
}

.list_detail .list_start {
	width: 100%;
}

.list_outerblock.list_detail .col-md-5.vidblock {
  flex: 0 0 51%;
  max-width: 51%;
}
.list_outerblock.list_detail .col-md-7.imginfoblock {
  flex: 0 0 49%;
  max-width: 49%;
}
.list_outerblock.list_detail .col-md-3.imgdblock {
  flex: 0 0 35%;
  max-width: 35%;
}
.list_outerblock.list_detail .col-md-9.dtl_block {
  flex: 0 0 65%;
  max-width: 65%;
}

.menu .navbar-brand img {
	width: 180px;
}

}

@media (max-width:991px){
	.menu .navbar-brand img {
	width: 156px;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link {
	font-size: 15px;
	padding: 11px 8px;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link.bg_mitem {
	padding: 5px 9px;
	font-size: 15px;
	padding-right: 3px;
	margin: 5px 7px 0px 0;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link.bg_mitem img {
	margin: 0 3px 0 5px;
}

.site-nav-col .navbar-dark .navbar-nav .nav-link.sign_mbtn {
	padding: 2px 14px;
	margin:5px 13px 10px 9px;
}

.form_leftinfos h2 strong {
	font-size: 30px;
}

.form_leftinfos h2 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 15px;
}

.form_leftinfos p {
	font-size: 16px;
	line-height: 21px;
}

.form_lbtns a {
	padding: 12px 12px;
	font-size: 16px;
}

.hm_form form {
	padding: 10px;
}

.cu_radio {
	padding-left: 21px;
	font-size: 15px;
	width: 31%;
	margin-bottom: 0;
}
.checkmark {
	top: 4px;
	left: 0;
	height: 16px;
	width: 16px;
}

.cu_radio .checkmark::after {
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
}

.pricing_sec .p_info p {
	font-size: 17px;
}

.p_btn a {
	padding: 7px 13px;
	font-size: 15px;
}

.pricing_sec .list_block {
	margin: 0px 0px 15px 0;
	width: 100%;
}

.au_title h2 {
	font-size: 24px;
	margin-bottom: 25px;
}

.p_get {
	padding: 0px 0 10px 0;
}

.p_get h3 {
	font-size: 20px;
}

.text_bx h3 {
	font-size: 32px;
	line-height: 51px;
}

.text_bx p {
	font-size: 18px;
	padding-right: 26%;
	line-height: 24px;
}

.ft_blk1 h3 {
	font-size: 22px;
}

.foot_logo img {
	width: 151px;
	margin: 7px 0 0 0;
}

.ft_blk1 ul li a {
	font-size: 16px;
}

.ft_blk1 ul li {
	padding-left: 14px;
}

.ft_blk1 ul li::before {
	top: 7px;
	font-size: 9px;
}

.hw_blocks h3 {
	font-size: 18px;
	margin-bottom: 10px;
	min-height: 45px;
}

.how_sec .sec_info {
  padding: 0;
}

.au_heading h2 {
	font-size: 30px;
}

.hw_blocks .icon_box img {
	width: 46px;
}

.hw_blocks .icon_box {
	height: 100px;
	width: 100px;
	line-height: 100px;
}

.hw_blocks {
	padding: 15px 5px 0 5px;
}

.list_toollist {
	position: inherit;
	right: 0;
	top: 0;
	padding-top: 15px;
}

.list_start .list_sright {
	float: none;
	padding: 0 10px 0 0;
}

.thumb.active {
	width: 86px;
	height: 86px;
}

.thumbs-container {
	height: 106px;
}

ul.thumbs {
	height: 110px;
}

.thumbs-container .fa-2x {
	font-size: 20px;
}

.prev, .next {
	width: 3%;
	min-width: 40px;
	height: 48px;
	padding: 41px 3%;
}

.next {
	float: right;
	padding-right: 6%;
}

#slideshow.fullscreen {
	height: 400px;
}

.menu .navbar-brand img {
	width: 140px;
}

.list_outerblock.list_detail .col-md-7.imginfoblock {
	flex: 0 0 100%;
	max-width: 100%;
}

.list_outerblock.list_detail .col-md-5.vidblock {
	flex: 0 0 100%;
	max-width: 100%;
}

.list_vid{ margin-top:20px;}

.list_vid video {
	width: 100%;
	height: auto;
}

.thumb {
	width: 86px;
	height: 86px;
}

.list_start .list_sleft {
	float: none;
	width: auto;
}

.list_detail .list_start .list_sright {
	padding: 0;
}



}

@media (max-width:868px){
	
}

@media (max-width:767px){
	.form_leftinfos {
	color: #fff;
	padding: 0px 0 30px 0;
	text-align: center;
}

.about_sec .img_box {
	margin: 0 0 30px 0;
}

.pricing_sec .right_block {
	float: none;
	margin: 0 0 30px 0;
}

.price_box.txm {
	padding: 30px 0px 0 0px;
}

.navbar-dark .navbar-toggler {
	color: #EE837F;
	border-color: #EE837F;
	background: #EE837F;
}

.contact_sec .sec_info {
	margin: 0;
	padding: 0;
}

.au_heading p {
	font-size: 16px;
}

.radio_newbg {
	
	padding: 11px 24px;
	font-size: 16px;
	margin: 0 5px; padding-left: 35px;
}

.radiob_checkmark {	top: 13px;
	left: 10px;
}

.imagePreview {
	width: 100%;
	height: 120px;
}

.listing_infos .smore {
	display: block;
	width: 66px; float:none;
}

.form_fills {
	padding: 0;
}

/****mobile toggle show****/

.navbar-expand-sm .navbar-toggler {
	display: block;
}

.navbar-expand-sm .navbar-collapse {
	display: none !important;
}

.navbar {
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navbar-collapse.collapse.show {
	display: block !important;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center; 
}

.navbar-expand-sm .navbar-collapse {
	flex-basis: 100%;
}

.navbar-expand-sm .navbar-nav {
	flex-direction: column; display: flex;
}
	.site-nav-col .navbar-dark .navbar-nav .nav-link {
	font-size: 15px;
	padding: 4px 8px;
}

.conct_form {
	padding-right: 0;
}

.subt_btn {
	text-align: center;
	margin: 20px 0px 0 0;
}

#slideshow.fullscreen {
	height: 280px;
}

.thumb.active {
	width: 56px;
	height: 56px;
}

.thumb {
	width: 56px;
	height: 56px;
}

.thumbs-container {
	height: 76px;
}

ul.thumbs {
	height: 76px;
}

.prev, .next {
	padding: 24px 3%;
}

.list_outerblock.list_detail .lis_infos h3 {
	font-size: 26px;
}

.list_outerblock.list_detail .listing_infos {
	padding: 0 10px;
}

.list_outerblock.list_detail .listimg_box img {
	margin-top: 0;
}

.list_outerblock.list_detail .col-md-9.dtl_block {
	flex: 0 0 70%;
	max-width: 70%;
	padding: 0;
}

.list_outerblock.list_detail .col-md-3.imgdblock {
	flex: 0 0 30%;
	max-width: 30%;
}


.list_dinfos h4 {
	margin:10px 0 18px 0;
	font-size: 20px;
}

body {
	font-size: 16px;
}

.list_outerblock.list_detail {
	padding: 20px;
}

.list_outerblock.list_detail .col-md-9.dtl_block {
	padding: 0 15px;
}

}

@media (max-width:575px){
	


.col-sm-4.imgUp {
	flex: 0 0 33%;
	max-width: 33%;
}

#slideshow.fullscreen {
	height: 220px;
}

.thumb.active {
	width: 48px;
	height: 48px;
	border: solid 1px #fff;
}

.thumb {
	width: 48px;
	height: 48px;
}

.thumbs-container {
	height: 68px;
}

ul.thumbs {
	height: 68px;
}

.signfill_block.forgot_pass {
	padding: 30px 15px;
	width: 90%;
}
	
}

@media (max-width:480px){
	
	.form_lbtns {
	padding: 0px 0 0 0;
}

	.form_lbtns a {
	display: block;
	margin: 0 0 10px 0;
}

.form_lbtns a.perfectau_btn {
	background: #EA6760;
	margin-left: 0;
}

.col-sm-4.imgUp {
	flex: 0 0 50%;
	max-width: 50%;
}

.imagePreview {
	width: 100%;
	height: 170px;
}

.radio_newbg {
	margin: 0 5px;
	padding-left: 35px;
	width: 100%;
	margin-bottom: 10px;
}

.aupairfill_block .input-group-text {
	display: none;
}


.list_outerblock.list_detail {
	padding: 15px;
}


.thumbs-container .fa-2x {
	font-size: 15px;
}

.prev, .next {
	padding: 19px 3%;
}

.list_outerblock.list_detail .col-md-9.dtl_block {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}

.list_outerblock.list_detail .col-md-3.imgdblock {
	flex: 0 0 100%;
	max-width: 100%;
}

.list_outerblock.list_detail .listing_infos {
	padding: 14px 15px;
}

.listimg_box img {
	width: 170px;
}


}

@media (max-width:440px){
	
	.imagePreview {
	width: 100%;
	height: 140px;
}

}

@media (max-width:375px){
	
	.col-sm-4.imgUp {
	flex: 0 0 100%;
	max-width: 100%;
}

.imagePreview {
	width: 100%;
	height: 250px;
}
	
}


