@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Rubik:wght@300;400;600;800&display=swap');

* {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	cursor:pointer;
}
input:hover, input:focus, input:visited, textarea:hover, textarea:focus, textarea:visited {
	border:none;
	outline:none;
}
body, p, h1, h2, h3, h4, h5, h6, span, ul, li {
	margin:0;
	padding:0;
	font-family: 'Rubik', sans-serif;
}
body {
	background:#efeef1;
}
p {
	font-size:14px;
	color:#222123;
	line-height:24px;
}
header{
	padding:1.5rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.logo_img {
	max-width:80px;
}
/*sidenav*/
.sidenav {
 height: 100%;
 width: 0;
 position: fixed;
 z-index: 99999;
 top: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.9);
 overflow-x: hidden;
 transition: 0.5s;
 padding-top: 60px;
}
 .sidenav a {
 padding: 8px 8px 8px 32px;
 text-decoration: none;
 font-size: 16px;
 color: #fff;
 display: block;
 transition: 0.3s;
}
.sidenav a i {
	margin-right:7px;
}
 .sidenav a:hover {
 color: #FFD700;
}
 .sidenav .closebtn {
 position: absolute;
 top: 0;
 right: 25px;
 font-size: 36px;
 margin-left: 50px;
}
.contact_but span {
	font-size: 24px;
	float: right;
	margin: 0px 5px;
}
/*sidenav*/

.logo span {
	position: relative;
	top: -5px;
}

/**Location Search**/

/* START SELECT3.css */
.searchSelect3 {
    position: relative;
    color: #000;
    margin-bottom: 10px;
    /*font-size: 16px;*/
}

.searchSelect3_Input {
	width: 250px;
	height: 40px;
	background: #f6f6f6;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	text-indent: 10px;
	padding-right: 20px;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
    
    /*font: 200 16px/1.5 Helvetica, Verdana, sans-serif;*/
}

.searchSelect3_Caret_Down {
    position: absolute;
    top: 10px;
    left: 180px;
    cursor: pointer;
}

.searchSelect3_Times {
    position: absolute;
    top: 10px;
    left: 210px;
    cursor: pointer;
    display: none;
}

.searchSelect3_List {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	  overflow-x: auto;
	overflow-x: hidden;
	width: 250px;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 3px #949494;
	border-radius: 0 0 7px 7px;
}

.searchSelect3_List li {
    list-style-type: none;
    background: #ffffff;
    color: #000000;
}

.searchSelect3_List li:hover {
    cursor: pointer;
    background: #f940a0;
    color: #ffffff;
}


.searchSelect3_List li label {
    padding: 0.5em;
    cursor: pointer;
}

.searchSelect3_List li:hover label {
    color: #ffffff;
}

.searchSelect3_Input::-ms-clear {
display: none;
width: 0;
height: 0;
}

.searchSelect3_Input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.searchSelect3_Input::-webkit-search-decoration,
.searchSelect3_Input::-webkit-search-cancel-button,
.searchSelect3_Input::-webkit-search-results-button,
.searchSelect3_Input::-webkit-search-results-decoration {
    display: none;
}
/* END SELECT3.css */

#wrapper{
  margin-top: 20px;
  margin-left: 300px;
  
}
.crnt_loc {
	display:block;
}

/**Location Search**/

.logo {
	margin-right:2.5rem;
}
.srch_drops {
	display: flex;
	align-items: center;
	gap: 7px;
}
.form-group input {
	background: #f6f6f6;
	border: 1px solid #c0c0c0;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 14px;
	height: 40px;
	padding-right: 27px;
}
.or {
	font-size:14px;
}
.srch_spc button {
	background: #FFD700;
	padding: 7px;
	border: none;
	width: 47px;
	color: #000;
	font-size: 14px;
	border-radius: 0 5px 5px 0;
	height: 40px;
	position: relative;
	left: -5px;
	top: 0px;
} 
.bg_btn {
	background: #FFD700;
	color: #000;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 550;
}
.brdr_btn {
	border: 1px solid #d10a38;
	color: #fff;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 5px;
	font-size: 14px;
	color:#d10a38;
}
.hdr_btns a svg {
	color:#0a0d59;
}
.hdr_btns a svg path  {
	width:50px;
}
.banner {
	background:url(../images/bg_bnr.png) no-repeat left top / 100% 100%;
	position: relative;
	height: 325px;
  display: flex;
  align-items: center;
}
.banner span {
/*	background: #0075bc;*/
	padding: 7px 0px;
	font-size: 26px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 16px;
	display: block;
	width: fit-content;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.banner h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 16px;
}
.banner .srch_spc input {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border-radius: 7px 0 0 7px;
	border: none;
}
.autocomplete {
	width:90%;
}
.banner .srch_spc button {
  background: #FFD700;
  padding: 7px;
  border: none;
  width: 67px;
  color: #000;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  position: relative;
  left: 0px;
  top: 0px;
  height: 50px;
}
.banner img {
	position:relative;
	bottom: 0px;
	max-width:100%;
}
.small_head {
	font-size:26px;
	text-transform:uppercase;
	color:#0a0d59;
	font-weight: 550;
}
.large_head {
	font-size:40px;
	font-weight:bold;
	color:#1b182f;
}
.owl-carousel .owl-item .cat_img img {
	max-width:100%;
	width:auto;
}
.blu_bx {
	background: #edf3f9;
	margin: 10px 10px 14px;
	text-align: center;
	box-shadow: 0px 1px 6px #cfcfcf;
	border-radius: 5px;
	padding: 7px 0px;
}
.blu_bx img {
	margin:0 auto;
}
.cat_img {
	height: 152px;
	margin-bottom:0.7rem;
}
.blu_bx h6 {
	font-size:14px;
	font-weight:550;
	font-family: 'Roboto', sans-serif;
}
.static_blu_bx {
	background: #0a0d59;
	color: #fff;
	margin: 10px 0;
	height: 148px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
}
.static_blu_bx h6 {
	font-size:16px;
}
.serv_txt {
	color: #1b182f;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 21px;
	margin: 14px 0 14px 18px;
	font-weight: bold;
	display: flex;
	gap: 5px;
}
.serv_txt span {
	color:#0a0d59;
}
.serv_bx {
	display: flex;
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 1px 1px 9px #d5d5d5;
}
.serv_ico_txt {
	padding: 1px 12px;
	width: 75px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.serv_ico_txt img {
	max-width: 100%;
	position: relative;
	z-index: 9;
}
.serv_ico_txt::after {
	background: #FFD700;
	position: absolute;
	right: 0;
	top: -19px;
	height: 99px;
	content: "";
	transform: skew(20deg);
	width: 99px;
	border-radius: 100%;
}
/*.serv_bx:hover .serv_ico_txt::after {
    background: #d10a38;
}
.serv_bx:hover .serv_txt span {
	color:#d10a38;
}*/
.large_head span {
	color:#0a0d59;
}
.large_head span img {
	width: 140px;
	margin: 0 8px;
}
.exp_bx img {
	max-width:100%;
	width:100%;
}
.exp_cap, .exp_cap2 {
	z-index: 99;
	padding: 0 0px;
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exp_cap h2, .exp_cap2 h2 {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	color:#fff;
	padding: 0 36px;
}
.a_btn {
	display: block;
	width: 96%;
	background: #FFD700;
	text-align: center;
	padding: 12px 5px;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	font-size: 15px;
	position: absolute;
	bottom: 10px;
	left: 2%;
	font-weight: 550;
}

.exp_bx3  {
	background: #0a0d59;
	height: 100%;
	padding: 1.5rem 14px 10px;
	min-height: 210px;
}
.exp_cap3 h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color:#fff;
}
.exp_cap3 i {
	font-size: 14px;
	color: #ffbd39;
	position: relative;
	top: -4px;
	margin: 0 1px;
}
.exp_bx3 img {
	position: absolute;
	left: -5px;
	top: 45px;
}
.explr {
	background:#f0f7fc;
}
.exp_cap3 ul {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  list-style-type: none;
  line-height: 34px;
}
.exp_cap3 ul li {
	border-bottom: 2px dashed #050606;
	position:relative;
	margin-bottom: 5px;
}
.exp_cap3 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bg-red {
	background:#FFD700;
}
.exp_cap3 ul li img {
  position: absolute;
  top: 0;
  left: -41px;
  width:auto;
}
.ftr_top {
	background: #0a0d59;
}
.ftr_top p {
	color: #fff;
	text-align: center;
}
.ftr_top a {
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #0a0d59;
	font-size: 14px;
	font-weight: 550;
}
footer {
	background:#0058a2;
}
footer h3 {
	font-size:22px;
	color:#fff;
	margin-bottom:1.5rem;
	font-weight: 550;
}
footer ul {
	list-style-type: none;
	font-size: 14px;
}
footer ul.qkl {
	list-style-type: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	font-size: 14px;
}
footer ul li a {
	color:#fff;
	text-decoration:none;
}
footer ul li i {
	margin-right:7px;
}
footer ul li {
	margin-bottom:5px;
	color:#fff;
}
.copy_rit {
	font-size: 12px;
	text-align: center;
	margin-top: 2rem;
	border-top: 1px solid #136fbb;
	padding-top: 20px;
}

.loc_srch {
	position:relative;
}
.loc_srch i {
	position: absolute;
	right: 9px;
	top: 12px;
	font-size: 12px;
	color: #848484;
}
#show_recnt_list, #show_recnt_list2,#show_recnt_list_mob102,#show_recnt_list_mob101 {
	display: none;
	position: absolute;
	left: 0px;
	top: 36px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(193, 193, 193);
	width: 250px;
	border-radius: 5px;
	padding: 5px 5px;
	z-index:9;
}
.crnt_loc {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.crnt_loc img {
	width: 20px;
	height: auto;
}
.crnt_loc p {
	font-size: 15px;
	font-weight: 550;
	line-height: 17px;
}
.crnt_loc p span {
	font-weight: normal;
	font-size: 12px;
	display:block;
}
.rcnt_loc h3 {
	font-size: 15px;
	margin-top: 7px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #979797;
}
.rcnt_loc p a {
	font-size:15px;
	color:#000;
	text-decoration:none;
	display: block;
}
#show_recnt_list ul {
	list-style-type:none;
}
.rcnt_loc {
	padding:5px 5px;
	list-style-type: none;
}
.onchng_loc {
	list-style-type:none;
}
.onchng_loc li {
	list-style-type:none;
	font-size:15px;
}
.onchng_loc li a {
	color:#000;
	text-decoration:none;
}
#show_recnt_list2 {
	z-index:99;
}
.count::after {
	content:"+";
}
.exp_bx  {
	background: #0a0d59;
	height: 100%;
	padding: 1.5rem 14px 64px;
	min-height: 210px;
}
.bx_contnr {
	height:100%;
}
.bx_contnr {
	height:100%;
}
.crnt_loc:hover {
	background:#0075bc;
}
.crnt_loc:hover a, .crnt_loc:hover a p {
	color:#fff;
}
.rcnt_loc p {
	padding:5px 4px;
}
.rcnt_loc p:hover {
	background:#b7d9ee;
}
.onchng_loc li {
	padding:5px 0;
}
.onchng_loc li:hover  {
	background:#b7d9ee;
}
.onchng_loc li a {
	display:block;
	width:100%;
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  gap: 12px;
}
.owl-dots .owl-dot span {
  background: #d6d5dd;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 100%;
}
.owl-dots .owl-dot.active span {
  background: #0a0d59;
}
.hdr_btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.srch_spc form {
	display:flex;
	position:relative;
	width: 100%;
}


/**autocomp**/

.autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  height: 250px;
  overflow-y: auto;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: none;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/**autocomp**/

.logo span {
	cursor:pointer;
}
.mob_img {
	margin: 10px auto 0;
	display: block;
}

#list_auto_comp {
	z-index: 99;
}
#list_auto_comp ul {
	position: absolute;
	left: 0px;
	top: 50px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(193, 193, 193);
	width: 100%;
	border-radius: 5px;
	padding: 5px 5px;
  	list-style-type: none;
}
#list_auto_comp ul li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 18px;
}
#list_auto_comp ul li:hover {
	background: #b7d9ee;
}
.med_hd {
	font-size: 20px;
	text-align: center;
	font-weight: 550;
}
.med_hd span {
	font-size: 27px;
}
.sign_in.sign_in02 label {
  margin-bottom: 4px;
  font-size: 15px;
}
.sign_in input {
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	margin: 0 0 10px;
	border-radius: 7px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	background: #fff;
}
.sign_in textarea {
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	margin: 0 0 10px;
	border-radius: 7px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	background: #fff;
}
.search-btn {
  border-radius: 3px;
  background: #ca1737;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 7px 10px;
  height: 42px;
  width: 100%;
  border: 0;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.sign_in.sign_in02 {
	box-shadow: 0px 1px 6px #b0b0b0;
	padding: 20px 14px;
	border-radius: 10px;
	background: #fff;
	width: 470px;
	margin: 0 auto 4rem;
	max-width: 100%;
}
.upld_photo {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 100%;
	padding: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 7px;
	overflow: hidden;
	position: relative;
	border: 1px solid #0a0d59;
	margin: 0 auto 2rem;
}
.upld_photo h2 {
	font-size: 16px;
	font-weight: 550;
}
.upld_photo a {
	display: block;
	width: 100%;
	height: 100%;
}
.upld_photo a i {
	position: absolute;
	left: 0;
	top: 74px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	font-size: 16px;
	padding: 4px 0;
	background: rgba(0, 0, 0, 0.7);
}
.upld_photo i {
	font-size:1.8rem;
}

/**plan**/

#price {
	text-align: center;
	display: flex;
	gap: 2px;
	width: 90%;
	margin: 0 auto;
}
.plan.plan_feat_hd {
  width: 35%;
}

.plan {
  display: inline-block;
  width: 22%;
}

.plan-inner {
	background: #fff;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	box-shadow: 0px 5px 13px #888;
	border-radius: 12px;
	height:100%;
}

.entry-title {
/*  height: 140px;*/
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.entry-title>h3 {
	background: #0a0b0b;
	font-size: 18px;
	padding: 13px 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	border-radius: 10px 10px 0 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #20BADA;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 20px;
}

.entry-content li:last-child {
  border: none;
}

.btn {
  padding: 3em 0;
  text-align: center;
}

.btn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
.basic .entry-title > h3 {
  background: #17A6A1;
}

.basic .price {
  background: #44CBC6;
}

.standard .entry-title > h3 {
  background: #1d5b95;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title > h3 {
  background: #DD1731;
}

.ultimite .price {
  background: #DD4B5E;
}
.basic li, .standard li, .ultimite li {
	color:#0a0d59;
}
.fstplan_tl h3 {
	text-align:left;
}
.fstplan_tl ul li {
	text-align:left;
}

.button2 {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.button2 label,
.button2 input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.button2 input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.button2 input[type="radio"]:checked + label {
  background: #0a0d59;
  color: #fff;
}
.button2 label:hover {
	background:#0a0d59;
	color: #fff;
}
.button2 label {
	cursor: pointer;
	z-index: 90;
	line-height: 35px;
	padding: 0;
	color: #fff;
	background: #323232;
}
.btn:active, .btn:visited, .btn:focus {
	outline:none;
	border:none;
}

/**plan**/

.form-group03 {
	display: flex;
	justify-content: center;
	margin-bottom: 10px !important;
}
.radio input[type="radio"], input[type="checkbox"] {
	width:auto;
}
.sign_in select {
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  font-size: 15px;
  background:#fff;
}
.inp_ico {
	position: absolute;
	left: 16px;
	top: 12px;
	color: #919191;
}
.inp_ico + input {
	padding-left:42px;
}
.upld_photo input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
}
.entry-content ul li:nth-of-type(odd) {
    background: #f7f7f7;
}
.sel_plan select {
	border: 1px solid #0a0d59;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 14px;
	height: 36px;
	cursor: pointer;
	background: transparent;
	color: #000;
	width: 100%;
}
.sel_plan select option {
	color:#000;
}
_img img {
	max-width:100%;
}
.sign_in input[type="checkbox"] {
	margin-right:5px;
	transform: scale(1.5);
	margin-bottom: 0;
}
.reg_btn_cen {
	width: 106px;
	border-radius: 7px;
	margin: 0 auto;
}

/**image upload**/

.js--image-preview {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url("");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.js--image-preview.js--no-default::after {
  display: none;
}

/**image upload**/

.fstplan_tl li {
	font-weight:550;
}
.bg-gray02 {
	background: #F0F8FB;
	padding: 14px 16px;
	margin-bottom: 14px;
	border-radius: 7px;
	border: 1px solid #0a0d59;
}
.lgin_page_cont {
	width: 100%;
	margin: 0 auto;
}

#show_recnt_list_reg, #show_recnt_list2_reg {
  display: none;
  position: absolute;
  left: 0px;
  top: 36px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(193, 193, 193);
  width: 250px;
  border-radius: 5px;
  padding: 5px 5px;
  z-index:99;
  width:100%;
}
#show_recnt_list2_reg {
	z-index:999;
}
.sel_plan select {
	cursor:pointer;
}
.sel_plan select option {
	cursor:pointer;
}
.y_ch_bx ul {
	padding: 53px 0;
	margin: 0;
	list-style-type: none;
}
.y_ch_bx ul li {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 500;
}
.y_ch_bx ul li i {
	margin-right:10px;
	color:#0a0d59;
}
.y_ch_bx {
display: flex;
justify-content: end;
	/**height: 100%;**/
}
.y_ch_bx ul li img {
	max-width: 23px;
	margin-right: 14px;
}
.user_ico_hd {
	background: #0a0d59;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: end;
	align-items: center;
	justify-content: center;
	font-size: 23px;
    overflow: hidden;
}
.user_ico_hd img {
	max-width: 100%;
}

/**mobile loc**/

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 3rem 2rem;
	border: 1px solid #888;
	width: 84%;
	max-width: 600px;
	border-radius: 2.2rem;
  }
  
  /* The Close Button */
  .modal .close {
	color: #aaa;
	float: right;
	font-size: 21px;
	font-weight: normal;
	position: absolute;
	right: 22px;
	top: 15px;
	background: #d10a38;
	padding: 0 3px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 17px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
  }
  .modal .loc_srch {
	flex: 1;
  }
  .modal .form-group {
	flex:1;
  }

  .modal .close:hover,
  .modal .close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
  }
  .modal-content h2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 14px;
}
.modal .srch_drops.show-mob {
	display:flex;
}
.modal .srch_drops .form-group input {
	background: #f6f6f6;
	border: 1px solid #0a0d59;
	padding: 5px 10px;
	padding-right: 27px;
	border-radius: 7px;
	font-size: 14px;
	height: 45px;
	width: 100%;
  }
  .modal .srch_spc button {
	background: #FFD700;
	padding: 7px;
	border: none;
	width: 47px;
	color: #000;
	font-size: 14px;
	border-radius: 0 5px 5px 0;
	height: 45px;
	position: relative;
	left: -5px;
	top: 0px;
	border: 1px solid #0a0d59;
  }
  .modal .srch_drops {
	margin-top: 20px;
  }
  .modal .srch_spc {
	display: flex;
	align-items: center;
  }
  .modal .or {
	font-size: 18px;
	width: 67px;
	text-align: center;
	display: block;
	margin: 5px 0;
	font-weight: 550;
  }
  #show_recnt_list_mob, #show_recnt_list2_mob {
	display: none;
	position: absolute;
	left: 0px;
	top: 36px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(193, 193, 193);
	width: 250px;
	border-radius: 5px;
	padding: 5px 5px;
	z-index: 99;
  }
  .free_pack {
	width: 320px;
	background: #0a0d59;
	margin: 0 auto;
	border-radius: 1rem;
	box-shadow: 0px 1px 18px #535353;
	padding: 30px 24px;
  }
  .free_pack ul {
	list-style-type: none;
  }
  .free_pack ul li {
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
  }
  .free_pack ul li i {
	color:#FFD700;
	margin-right: 10px;
  }
  .pckg_box ul {
	list-style-type: none;
  }
  .pckg_box ul li {
	color: #000;
	font-size: 15px;
	margin-bottom: 5px;
	display: flex;
	align-items: baseline;
  }
  .pckg_box ul li i {
	background: -webkit-linear-gradient(#B46F46, #EFAA81);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
  }
  .pckg_box.bg-blu ul li i {
	background: -webkit-linear-gradient(#828282, #DADADA);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
  }
  .pckg_box.bg-gold ul li i {
	background: -webkit-linear-gradient(#CF9F39, #F4E070);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
  }
    .bg-sky {
	background: linear-gradient(0deg, #04616B 0%, #00D0E7 100%);
  }
  .bg-blu {
	background: linear-gradient(0deg, #13408F 0%, #1A4DA6 100%);
  }
  .bg-gold {
	background: linear-gradient(0deg, #B58803 0%, #CF9C03 100%);
  }
  .pckg_box {
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: 0px 1px 15px #c6c6c6;
	background: #fff;
	width: 80%;
	margin: 0 auto;
  }
  .pckg_box h3 {
	color: #000;
	font-size: 26px;
	font-weight: 550;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
  }
  .pckg_box .bg-red {
	max-width: fit-content;
	padding: 10px 26px;
	color: #000;
	border-radius: 10px;
	box-shadow: 1px 1px 15px #5e5e5e;
  }
  .blue-btn {
	background: #0a0d59;
	color: #fff;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 550;
  }
  .add_serv_sec {
	margin-bottom: 14px;
  }
  .reg_cont .large_head {
	font-size: 30px;
  }
  .reg_cont .large_head span img {
	width: 102px;
  }
.blue-btn-link {
	color: #000;
	font-size: 18px;
	line-height: 21px;
	font-weight: 550;
}

.sign_in_reg_2 textarea {
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	margin: 0 0 10px;
	border-radius: 7px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	background: #fff;
	height: 6.8rem;
  }
  .sign_in_reg_2 {
	margin:0 auto 4rem 0;
  }

  /**progress bar**/

.progress-bar {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}
.progress-bar {
	float: none;
	width: 60%;
	height: auto;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: none;
}
.progressbar {
	margin: 0 0 55px;
	padding: 0;
	counter-reset: step;
	clear: both;
	display: flex;
	justify-content: center;
}
.progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	font-weight:400;
}
.progressbar li:before {
	width: 45px;
	height: 45px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #d22b2b;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #d22b2b;
	z-index: 2;
	position: relative;
	padding: 5px 0;
	color:#fff;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #d22b2b;
	top: 25px;
	left: -50%;
	z-index: 1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active {
	color: #000;
}
.progressbar li.active:before {
	border-color: #4cbb17;
	background: #4cbb17;
	color: #fff;
}
.progressbar li.active + li:after {
	background-color: #4cbb17;
}

/**progress bar**/

.reg_now_hd {
	width: 200px;
	margin: 0 auto 24px;
	display: block;
}
.verify_btn {
	border: 2px solid #FE0000;
	position: absolute;
	right: 0;
	top: 0;
	height: 43px;
	width: 84px;
	border-radius: 0 7px 7px 0;
	background: #fff;
}
.gray-btn {
	background: #e3e3e3;
	padding: 5px 12px;
	border-radius: 5px;
	color: #000;
}
.gradient-box {
	width: 950px;
	margin: auto;
	position: relative;
	padding: 2em;
	box-sizing: border-box;
	color: #FFF;
	background: #fff;
	background-clip: padding-box;
	/* !importanté */
	border: solid 5px transparent;
	/* !importanté */
	border-radius: 3em;
  }
  .gradient-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -7px;
	/* !importanté */
	border-radius: inherit;
	/* !importanté */
	background: linear-gradient(to right, #0a0d59, #FFD700);
  }
  .brd-wd-box h2 {
	font-size: 26px;
	color: #000;
	font-weight: 550;
  }
  .brd-wd-box span img {
	max-width: 100px;
  }
  .package_ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		list-style-type: none;
		margin-top:17px;
  }
  .package_ul li {
	color: #000;
	font-size: 17px;
	margin-bottom: 8px;
	font-weight: 550;
	display: flex;
	align-items: flex-start;
  }
  .package_ul li i {
	margin-right: 7px;
	font-size: 28px;
  }
  .package_ofr_img img {
	max-width: 98%;
	transform: rotate(10deg);
	margin-top: 2rem;
  }
  .pckage_ofr_btn {
	background: #0a0d59;
	margin: 24px auto 0;
	border-radius: 7px;
	box-shadow: 0px 1px 18px #535353;
	padding: 10px 24px;
	display: block;
	width: fit-content;
	color: #fff;
	font-weight: 550;
  }
  .circle_pckg  {
	width: 135px;
	height: 135px;
	border-radius: 100%;
	overflow: hidden;
	margin: -70px auto 0;
	position: relative;
	top: -33px;
	border: 10px solid #fff;
	box-shadow: 1px -8px 5px #c6c6c6;
  }
  .circle_pckg img {
	max-width: 100%;
  }
  .bg-blue {
	background:#0a0d59;
	color:#fff !important;
  }
  .comn_btn {
	color: #000;
	border-radius: 10px;
	box-shadow: 1px 1px 15px #5e5e5e;
  }
  .comn_btn02_blu {
	color: #000;
	border-radius: 10px;
	background: #FFD700;
	padding: 10px 40px;
	font-weight: 550;
	display: block;
	max-width: fit-content;
	margin: 0 auto;
  }

  /**fancy radio**/

  .radio {
  margin: 0;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
	content: "";
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: 1px;
	margin-right: 0.4rem;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #0a0d59;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
/**fancy radio**/

.inp_ico_02 {
	position: absolute;
	left: 12px;
	top: 0;
	color: #fff;
	font-size: 17px;
	background: #0a0d59;
	height: 40px;
	width: 35px;
	border-radius: 8px 0 0 7px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inp_ico_02 img {
	max-width: 26px;
}

.inp_ico_03 {
	position: absolute;
	left: 0px;
	top: 0;
	color: #fff;
	font-size: 17px;
	background: #0a0d59;
	height: 39px;
	width: 42px;
	border-radius: 8px 0 0 7px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inp_ico_03 img {
	max-width: 26px;
}
.inp_ico_03 + select, .inp_ico_03 + input {
	padding-left: 55px !important;
  }

.border-top2 {
	border-top: 40px solid #0a0d59 !important;
}
.commnt_sec textarea {
	width: 100%;
	border-radius: 14px;
	height: 189px;
	border: 1px solid #0a0d59 ;
	padding: 20px;
}
.or2 {
	text-align: center;
	margin: 0px 0 12px;
	padding: 0 14px;
	position: relative;
	display: flex;
	justify-content: center;
}
.or2::after {
	background: #d2d2d2;
	content: "";
	height: 1px;
	display: block;
	left: 0;
	bottom: 12px;
	position: absolute;
	width: 100%;
	z-index:1;
}
.or2 p {
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #d2d2d2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index:2;
}
.reg_3 select { 
		width: 100%;
		padding: 10px 15px;
		text-align: left;
		border-radius: 7px;
		border: 1px solid #d2d2d2;
		font-size: 15px;
		background: #fff;
		height: 40px;
}
.reg_3 .form-group input {
	width: 100%;
}

/**checkbox**/

.checkbox input[type="checkbox"] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }
.checkbox input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
  }
  
  .checkbox input[type="checkbox"] + label:before {
	content: '';
	appearance: none;
	background-color: transparent;
	border: 1px solid #0a0d59;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
  }
  
  .checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
	width: 7px;
	height: 14px;
	border: solid #0a0d59;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
  }

/**checkbox**/

.inp_ico + select {
	padding-left: 42px;
  }
  hr.line {
	width: 70px;
	margin: 2rem auto;
	height: 4px;
	background: #000;
	border: none;
  }
  .reg_3_img img {
	max-width: 100%;
	height: 271px;
  }
  .reg_3_img { text-align: right;}
  .popup_img {
	width: 350px;
	align-self: end;
	position: relative;
	bottom: -33px;
	max-width: 100%;
  }
  .alph a {
	padding: 4px;
	background: #0a0d59;
	display: block;
	width: 37px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 5px;
  }
  .alph {
	gap: 10px;
  }
  .alph_cat_show {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 18px;
	flex-wrap: wrap;
  }
  .alph_shw_list a {
	color: #000;
	border: 2px solid #0a0d59;
	padding: 11px 25px;
	display: block;
	font-weight: 550;
	border-radius: 12px;
  }
  .alph a.active_alph, .alph a:hover {
	background: #FFD700;
	color: #000;
  }
.lft_side_white_cont {
	background: #fff;
	border: 1px solid #000;
	border-radius: 2rem;
}
.lft_side_white_cont ul {
	list-style-type: none;
	padding: 1.4rem 2rem;
}
.lft_side_white_cont ul li a {
	background: #0a0d59;
	padding: 12px 10px;
	display: block;
	margin: 10px 0;
	border-radius: 7px;
	color: #fff;
	font-size: 16px;
	font-weight: 550;
}
.lft_side_white_cont h3 {
	background: #0a0d59;
	padding: 18px 10px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	border-radius: 31px 31px 0 0px;
}
.panel_list {
	background: #fff;
	border: 1px solid #000;
	border-radius: 2rem;
	padding: 0.6rem 1.5rem;
}
.reg_2_brd_inp input, .reg_2_brd_inp select {
border: 1px solid #0a0d59;
}
.fnsh_btn {
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 28px;
	display: block;
	max-width: fit-content;
	margin: auto 0 auto auto;
}

/**css dropdown**/

.dropdown-cat {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content-cat {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 0px;
	z-index: 1;
	width: 100%;
	border-radius: 0 0 12px 12px;
	border: 2px solid #0a0d59;
	margin-top: -8px;
  }
  .dropdown-content-cat ul {
	list-style-type: none;
  }
  .dropdown-content-cat ul li {
	text-align: left;
	font-size: 16px;
	font-weight: 550;
	padding: 7px 10px;
  }
  .dropdown-content-cat ul li a {
	border: none;
	padding: 0;
  }
  .dropdown-content-cat ul li a i {
	margin-right: 7px;
  }
  .dropdown-cat:hover .dropdown-content-cat {
	display: block;
  }

/**css droopdown**/

/**css dropdown 2**/

.dropdown-cat02 {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content-cat02 {
	position: absolute;
	background-color: #f9f9f9;
	min-width: 260px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 0px;
	z-index: 1;
	width: 350px;
	max-width: 97%;
	border: 2px solid #0a0d59;
	margin-top: -1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2.5rem;
  }
  .dropdown-content-cat02 ul {
	list-style-type: none;
  }
  .dropdown-content-cat02 ul li {
	text-align: left;
	font-size: 16px;
	font-weight: 550;
	padding: 7px 10px;
  }
  .dropdown-content-cat02 ul li a {
	border: none;
	padding: 0;
  }
  .dropdown-content-cat02 ul li a i {
	margin-right: 7px;
  }
  .dropdown-cat02:hover .dropdown-content-cat02 {
	display: block;
  }
  .user_dropdown {
    margin: -50px auto 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #dadada;
  }
  .user_dropdown img {
	max-width: 100%;
  }
  .dropdown-content-cat02 h3 {
	font-size: 20px;
	font-weight: 550;
	text-align: center;
	color: #000;
  }
  .drop_btn_user {
	background: #0a0d59;
	color: #000;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 550;
	width: 87%;
	margin: 0 auto 5px;
	display: block;
	text-align: center;
	color: #fff;
  }
.drop_btn_user img {
	max-width: 22px;
	float: left;
}
/**css droopdown 2**/

.dropdown-content-cat ul li:hover {
	background: #0a0d59;
	color: #fff;
}
.dropdown-content-cat ul li:hover a {
	color: #fff;
}
.upld_photo_sec {
	border: 1px solid #0a0d59;
	position: relative;
	width: 100%;
	padding: 5px 6px;
	border-radius: 7px;
	background: #fbfbfb;
	display: flex;
	gap: 14px;
	font-size: 15px;
	align-items: center;
	font-weight: 550;
}
.upld_photo_sec input {
	opacity: 0;
	position: absolute;
	z-index: 9999;
	cursor: pointer;
}
.upld_photo_sec i {
	font-size: 23px;
}
.panel_list {
	display: flex;
	justify-content: space-between;
	width: 90%;
}
.panel_prof {
	width: 18%;
}
.condet {
	width: 25%;
}
.panel-conts {
	width: 47%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.panel_prof img {
	max-height: 100%
}
.condet img {
	max-width: 54px;
}
.condet p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 550;
	margin: 4px 0;
  }
.condet a {
	border: 1px solid #0a0d59;
	display: flex;
	width: max-content;
	margin: 0 auto;
	padding: 3px 18px 3px 45px;
	border-radius: 5px;
	font-weight: 550;
	color: #000;
	align-items: center;
	position: relative;
}
.blu_ico {
	width: 35px;
	margin: 0 !important;
	position: absolute;
	left: 0;
	background: #0a0d59;
	top: 0;
	height: 30px;
	border-radius: 4px 0 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blu_ico img {
	max-width: 20px;
}
.panel-conts h3 {
	font-size: 20px;
	color: #000;
	font-weight: 550;
	margin-bottom: 5px;
  }
.panel_prof a.btn_prf {
	display: flex;
	align-items: center;
	background: #0a0d59;
	padding: 5px 12px;
	text-align: center;
	justify-content: center;
	width: 100px;
	border-radius: 5px;
	margin: 12px auto 0;
	font-weight: 550;
	color: #fff;
	font-size: 14px;
}
.btn_prf img {
	max-width: 18px;
	margin-right: 10px;
}
.prf_photo {
	width: 62px;
	margin: 0 auto;
	height: 62px;
	overflow: hidden;
	background: #f2f2f2;
}
.panel-conts span {
	display: flex;
}
.panel-conts span, .panel-conts span p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 550;
	margin-bottom: 0px;
}
.loc_pnl {
	font-size: 17px;
	line-height: 24px;
	font-weight: 550;
}
.loc_pnl {
	font-size: 16px;
	line-height: 24px;
	font-weight: 550;
  }
 .dist {
	font-size: 13px;
	color: #646464;
 } 
 .btn_prf i {
	margin-right: 5px;
 }
 .user_ico_fre_vie {
		width: 100px;
		border-radius: 100%;
		overflow: hidden;
		position: relative;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #dadada;
 }
 .user_ico_fre_vie img {
	max-width: 100%;
	 max-height: 100%;
 }
 .flx_spc_01 {
	display: flex;
	gap: 16px;
	align-items: baseline;
 }
 .user_ico_fre_btns_top a {
	background: #0a0d59;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 550;
	color: #fff !important;
	border-radius: 5px;
	width: 47%;
	margin-bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	 word-break: break-all;
  }
 .user_ico_fre_btns_top {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding-top: 33px;
 }
 .crwn img {
	max-width: 100%;
 }
 .crwn {
	width: 80px;
	margin: 0 auto 21px;
 }
 .cr_pstp {
	position: relative;
	top: -26px;
 }
 .elit_mem {
	text-align: center;
 }
 .elit_mem img {
	max-width: 360px;
 }
 .ellite_rbn_btn a {
	background: #0a0d59;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 550;
	color: #fff !important;
	border-radius: 5px;
	width: 47%;
	margin-bottom: 0;
	text-align: center;
 }
 .ellite_rbn_btn {
	width: 77%;
	margin:0 auto;
 }
 .servc_panel {
	background: #fff;
	border: 1px solid #000;
	border-radius: 2rem;
	padding: 1rem 1.5rem;
	height: 537px;
  }
  .servc_panel h2 {
	background: #0a0d59;
	padding: 10px 34px;
	color: #fff;
	font-size: 20px;
	font-weight: 550;
	max-width: fit-content;
	margin: 0 auto 15px;
	border-radius: 7px;
  }
  .my_servs a {
	border: 1px solid #000;
	border-radius: 7px;
	padding: 0.4rem 0.8rem;
	display: block;
	font-size: 15px;
	font-weight: 550;
	color: #000;
	margin-bottom: 7px;
  }
  .my_servs a span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #4d4d4d;
  }

  /**tab**/
  .tab {
	display: flex;
	gap: 16px;
  }
.tab_panel {
	background: #fff;
	border: 1px solid #000;
	border-radius: 1.6rem;
	padding: 1rem 1.5rem;
	margin: 22px 0;
}
.tab_panel p {
	height: 210px;
	overflow-y: auto;
	scrollbar-color: #0a0d59 #e1e1e1;
	scrollbar-width: thin;
	padding-right: 10px;
}
.tab_panel h3 {
	font-size: 20px;
	font-weight: 550;
	margin-bottom: 10px;
}
  .tab a.tbbtn {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab a.tbbtn:hover {
	background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab a.tbbtn.active {
	background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
  }
  /**tab**/

  .my_fee {
	background: #EEEEEE;
	border: 1px solid #000;
	border-radius: 16px;
	padding: 0.7rem 1.5rem 0.7rem 11rem;
	margin: 22px auto;
	width: 77%;
	position: relative;
	font-weight: 550;
	font-size: 18px;
	height: 51px;
  }
  .my_fee span {
	position: absolute;
	left: 0;
	top: 0;
	background: #0a0d59;
	font-size: 18px;
	font-weight: 550;
	color: #fff;
	padding: 4px 42px;
	height: 49px;
	display: flex;
	align-items: center;
	border-radius: 14px;
  }
  .gift_card img {
	max-width: 280px;
	margin: 0 auto;
	display: block;
  }
  .mob_devic {
	position: relative;
	padding: 110px 22px 154px;
	width: 223px;
  }
  .mob_devic_img {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	width: 223px !important;
  }
  .user_testi {
	width: 110px;
	margin: 0 auto 15px;
  }
  .testi_star {
	display: flex;
	list-style-type: none;
	gap: 6px;
	justify-content: center;
	margin: 12px 0 20px;
  }
  .testi_star li {
	width: 24px;
  }
  .mob_devic p {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 22px;
	margin-bottom: 12px;
  }
  .mob_devic span {
	font-weight: 550;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	display: block;
  }
  /**.mob_devic {
	background: url(../images/mob_frame.webp) no-repeat center center;
  }**/

  .help_me_exp a {
	background: #0a0d59;
	padding: 14px 40px;
	font-size: 18px;
	font-weight: 550;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	display: block;
	max-width: fit-content;
	margin: 2rem auto 0;
  }
  .help_me_exp a img {
	width: 27px;
	margin-right: 7px;
  }
  #photo_slider {
	padding: 55px 30px;
  }
  #photo_slider .item {
	border-radius: 24px;
	overflow: hidden;
	border: 4px solid #0a0d59;
  }
  #photo_slider .owl-nav {
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  #photo_slider .owl-prev {
	position: absolute;
	left: -38px;
	font-size: 36px;
  }
  #photo_slider .owl-next {
	position: absolute;
	right: -38px;
	font-size: 36px;
  }
  .rev_textarea textarea {
	background: #fff;
	border: 1px solid #000;
	border-radius: 1.6rem;
	padding: 1rem 1.5rem;
	margin: 0 0 30px;
	width: 100%;
	height: 138px;
  }
  .rev_textarea {
	padding: 0px 30px;
  }
  .rev_textarea button {
	background: #FFD700;
	padding: 9px 40px;
	font-size: 18px;
	font-weight: 550;
	color: #020202;
	border-radius: 7px;
	text-align: center;
	display: block;
	max-width: fit-content;
	margin: 0rem auto 0;
	border: none;
  }
  .user_ico_fre_btns_top a img {
	max-width: 27px;
	margin: 0 9px 0 0;
  }
  .elit_mem h2 {
	position: absolute;
	left: 0;
	top: 68px;
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: 550;
  }
  .scrol_m_servce {
	height: 447px;
	overflow-y: auto;
	scrollbar-color: #0a0d59 #e1e1e1;
	scrollbar-width: thin;
  }
  #testimonial_slider {
	min-height: 449px;
  }
  ::-webkit-scrollbar {
	width: 7px;
  }
  ::-webkit-scrollbar-track {
	background: transparent;
  }
  ::-webkit-scrollbar-thumb {
	background-color: rgba(155, 155, 155, 0.5);
	border-radius: 20px;
	border: transparent;
  }
  .rounded_signup {
	width: 400px;
	background: #fff;
	border-radius: 30px;
	/**box-shadow: 2px 2px 10px #8c8c8c;**/
	padding: 2rem 2rem;
	margin: 0 auto;
  }
  .rounded_signup h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 24px;
	font-weight: 550;
	background: linear-gradient(to right, #0a0d59 0%, #8a8dea 100%);
  background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .rounded_signup .inp_ico + input {
	padding-left: 28px;
  }
  .rounded_signup .inp_ico {
	left: 3px;
	top: 12px;
  }
  .rounded_signup input {
	width: 100%;
	padding: 10px 15px;
	padding-left: 15px;
	padding-left: 15px;
	text-align: left;
	margin: 0 0 10px;
	border-radius: 0;
	border-bottom: 1px solid #0a0d59 !important;
	font-size: 14px;
	background: #fff;
	border: none;
  }
  .rounded_signup p a {
	color: #0a0d59;
  }
  .cus_sign_up {
	background:url(../images/blue_bg.jpg) no-repeat left top / cover;
  }
  .cpe_cont input {
	width: 100%;
	padding: 10px 15px;
	  padding-left: 15px;
	text-align: left;
	margin: 0 0 10px;
	border-radius: 7px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	background: #fff;
  }
  .cpe_cont .inp_ico + input {
	padding-left: 42px;
  }
  .img_cpe img {
	max-width: 100%;
  }
  .cpe_cont h2 {
	font-size: 24px;
	font-weight: 550;
	color: #fff;
  }
  .cpe_cont {
	width: 710px;
	margin: 0 auto;
	border-radius: 50px;
	padding: 2rem 2rem 0;
  }
  .postwork-cont {
	width: 70%;
	margin: 0 auto;
  }
  .gap-10 {
	gap: 4rem;
  }
  .w-253 {
	width: 250px;
  }
  .w-253 input {
	width: 100%;
  }
  .w_r_s input {
	width: 40%;
  }
  .w_r_s input + input {
	width: 55%;
  }
  .gap-26 {
	gap: 5%;
  }
  .reg_3_brd_inp textarea {
	width: 100%;
	border-radius: 14px;
	height: 130px;
	border: 1px solid #0a0d59;
	padding: 20px;
	background: #f6f6f6;
  }
  .pw_cl {
	border: 1px solid #0a0d59;
	display: flex;
	width: 342px;
	padding: 3px 14px 3px 178px;
	border-radius: 5px;
	font-weight: 550;
	color: #000;
	align-items: center;
	position: relative;
	height: 42px;
	font-size: 17px;
  }
  .pw_cl .blu_ico img {
	max-width: 24px;
	margin-right: 7px;
  }
  .pw_cl .blu_ico {
	width: 163px;
	margin: 0 !important;
	position: absolute;
	left: 0;
	background: #0a0d59;
	top: 0;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
  }
  .postwork-cont label {
	font-weight: 550;
  }
  .postwork-cont .checkbox label {
	font-weight: normal;
  }
  .sign_in_bg {
	background: url(../images/sign_bg.png) no-repeat right center / 60%;
	width: 70%;
	margin: 0 auto;
	height: 540px;
	display: flex;
	align-items: center;
  }
  .sigh_in_lft  {
	background: #fff;
	padding: 3rem 2rem;
	border-radius: 1rem;
	box-shadow: -4px 0px 9px #aaa;
  }
  .sigh_in_lft h2 {
	text-decoration: underline;
  }
  .sign_form input {
	box-shadow: 1px 1px 4px #b3b3b3;
	height: 45px;
	border-radius: 7px;
	border: none;
	border-left: 3px solid #0a0d59;
	padding-left: 62px;
	font-size: 14px;
	font-style: italic;
  }
  .sigm_ico {
	position: absolute;
	left: 17px;
	top: 15px;
	border-right: 1px solid #9d9d9d;
	padding-right: 10px;
  }
  .sigm_ico img {
	max-width: 22px;
  }
  .sigh_in_lft label, .frg_p a {
	color: #4f4f4f;
  }
  .frg_p a {
	font-weight: 550;
	text-decoration: underline;
  }
  .sigh_in_lft .checkbox label {
	font-size: 15px;
  }
  .sign_form_btn img {
	margin-right: 5px;
	width: 18px;
  }
  .sign_form_btn button {
	background: #0a0d59;
	border: none;
	border-radius: 5px;
	padding: 10px 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 550;
  }
  .rit_sign_im {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	right: 32px;
  }
  .rit_sign_im h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 2rem;
	line-height: 26px;
  }
  .rit_sign_im h2 span {
	text-transform: uppercase;
	font-weight: 550;
	display: block;
	text-align: center;
	line-height: 31px;
	font-size: 20px;
  }
  .rit_sign_im a {
	background: #0342BD;
	padding: 10px 39px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 7px;
	font-weight: 550;
	font-size: 15px;
  }
  .sub_cat_cont {
	width: 60%;
	background: #fff;
	border-radius: 30px;
	margin: 0 auto;
  }
  .sub_cat_cont ul {
	list-style-type: none;
	padding: 40px;
  }
  .sub_cat_cont ul li {
	margin-bottom: 7px;
  }
  .sub_cat_cont ul li a {
	display: block;
	border: 1px solid #0a0d59;
	padding: 12px 10px;
	text-align: center;
	border-radius: 7px;
	color: #000;
	font-weight: 550;
	font-size: 20px;
  }
  .yellow_bg_sec {
	background: #FFD700;
	border-radius: 28px;
  }
  .yellow_bg_sec {
	background: #FFD700;
	border-radius: 28px;
  }
  .yellow_bg_sec img {
	max-width: 160px;
	position: relative;
	right: 60px;
	margin-top: 5rem;
  }
  .sub_cat_cont ul li a:hover {
	background: #0a0d59;
	color: #fff !important;
  }
  .pw_cl input {
	background: transparent;
	border: none;
  }
  #modal2 .modal-content {
	max-width: 470px;
  }
  .h-100-vh {
	height: 100vh;
  }
  .v_h_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .back_home_close {
		color: #aaa;
		float: right;
		font-size: 21px;
		font-weight: normal;
		position: absolute;
		right: 22px;
		top: 15px;
		background: #d10a38;
		padding: 0 3px;
		border-radius: 100%;
		width: 30px;
		height: 30px;
		color: #fff;
		line-height: 17px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
  }
  .cus_sign_up .container {
	height: 100%;
	display: flex; 
	align-items: center;
  }
  .cont_container {
	width: 710px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 50px;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .lft_cont_cont {
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	flex-direction: column;
	justify-content: center;
  }
  .lft_cont_cont p {
	color: #515151;
	line-height: 18px;
  }
  .cont_adrs {
	list-style-type: none;
  }
  .cont_adrs li a {
	font-size: 14px;
	color: #515151;
  }
  .cont_adrs li {
	display: flex;
	margin-bottom: 14px;
	align-items: baseline;
	color: #515151;
	font-size: 14px;
  }
  .cont_adrs li i {
	margin-right: 10px;
  }
  .rit_sec_cont {
	background: #0a0d59;
	border-radius: 0 48px 48px 0;
	height: 100%;
	padding: 2rem;
  }
  .form-group-inp {
	margin-bottom: 7px;
  }
  .form-group-inp input {
	width: 100%;
	background: transparent;
	border: 1px solid #ececec;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 14px;
	height: 40px;
	color: #fff;
  }
  .form-group-inp textarea {
	height: 120px;
	width: 100%;
	background: transparent;
	border: 1px solid #ececec;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 14px;
	color: #fff;
  }
  .form-group-inp button {
	width: 100%;
	background: transparent;
	border: 1px solid #ececec;
	color: #fff;
	padding: 7px 0;
	border-radius: 40px;
  }
  .cont_bg02 {
	background: url(../images/cont_bg.png) no-repeat left top / cover;
  }
  .cont_man {
	position: absolute;
	right: 22px;
	bottom: -48px;
	width: 13rem;
  }
  .ico_abt img {
	max-width: 55px;
  }
  .about_cont {
	width: 100%;
	margin: 0 auto;
  }
  .abt_rit_sde img {
	max-width: 100%;
  }
  
  /**Accordian**/
  .fq_cont .accordion {
	background-color: #0a0d59;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-weight: 550;
  }
  .fq_cont .active, .fq_cont .accordion:hover {
	background-color: #0a0d59;
  }
  .fq_cont .accordion:after {
	content: '\f078';
	color: #FFD700;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
  }
  .fq_cont .active:after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	rotate: 180deg;
  }
  .fq_cont .panel {
	padding: 0 18px;
	background-color: #0a0d59;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }
  .fq_cont .panel p {
	color:#fff;
	padding: 1rem 0;
  }
.faq_tab {
	margin-bottom: 18px;
	border-radius: 18px;
	overflow: hidden;
}
  /**Accordian**/
.fq_bnr img {
	max-width: 100%;
}
.pay_trm {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 24px;
	text-align: justify;
}
.prm_ico {
	color: #FFD700;
	font-size: 1.8rem;
}
.sb_up {
	padding: 0 50px;
}
.sb_up li {
	margin-bottom: 14px;
	text-align: justify;
}
.sb_sb_ul {
	list-style-type: none;
	padding: 0 60px;
}
.sb_sb_ul li {
	margin-bottom: 14px;
	display: flex;
	align-items: baseline;
	text-align: justify;
}
.sb_sb_ul li i {
	margin-right: 10px;
}
.priv_pol_h3 {
	font-size: 18px;
	font-weight: 550;
	text-decoration: underline;
	padding: 17px 35px 17px;
}
.conts_abt {
	text-align: justify;
}
.terms_cont p {
	margin-bottom: 14px;
	text-align: justify;
}
.trms_sub_hd {
	font-size: 24px;
	font-weight: 550;
	margin: 24px 0 14px;
}
.lst_updated {
	font-size: 14px;
	color: #7b7878;
	margin-bottom: 18px;
	display: block;
}
.edit_prof_freelacr_pge {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.edit_prof_freelacr_pge input {
	position: absolute;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.edit_memb_det {
	flex: 0 0 100%;
	padding: 0 10px;
	display: flex;
	justify-content: flex-end;
}
.edit_memb_det a {
	background: transparent;
	color: #0a0d59;
	padding: 0;
	width: auto;
	border-radius: 0;
}
.edit_modal_input input {
	width: 100%;
	padding: 10px 15px;
	  padding-left: 15px;
	padding-left: 15px;
	text-align: left;
	margin: 0 0 10px;
	border-radius: 7px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	background: #fff;
  }
  .edit_modal_input .inp_ico + input {
	padding-left: 42px;
  }
  .a_edit {
		background: transparent;
		color: #0a0d59 !important;
		padding: 0;
		width: auto;
		border-radius: 0;
		font-weight:550;
  }
  .edit_serv_sec {
	display: flex;
  }
  .edit_serv_sec a {
	border: none;
	width: fit-content;
  }
  .edit_serv_sec {
	position: absolute;
	top: 13px;
	right: 5px;
  }
  .my_servs {
	position: relative;
  }
  .m_fee_edit {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 14px;
  }
  .edit_bg {
	background: #fff;
	padding: 2rem;
	border-radius: 24px;
	box-shadow: 0px 1px 5px #acacac;
  }
  .item_photo img {
	max-width: 100%;
  }
  .item_photo a {
	color: #0a0d59;
	font-size: 13px;
	text-align: center;
	display: block;
	margin: 4px 0;
  }
  .item_photo {
	margin-bottom: 10px;
  }
  .item_photo img {
	border-radius: 7px;
  } 
  .dlt_pic {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 11px;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
  }
  .owl-carousel .owl-stage-outer {
	z-index: 9;
  }
  .owl-nav {
	z-index: 8;
  }
  .text-align-justify {
	text-align: justify;
  }
  .tab_panel h3 span {
	cursor: pointer;
  }
  .back_btn a {
	background: #0a0d59;
	padding: 7px 19px;
	border-radius: 5px;
	margin: 14px 0 0;
	display: block;
	width: max-content;
	color: #fff;
  }
  .user_ico_fre_vie.upld_photo {
	width: 100px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	height: 100px;
	padding: 0;
	border: none;
	margin: 0;
	background: #c9c9c9;
  }
  .user_ico_fre_vie.upld_photo .edit_prof_freelacr_pge {
	padding: 0;
  }
  .qs_lb {
	font-weight: 550;
	background: #0a0d59;
	color: #fff;
	padding: 9px 13px;
	border-radius: 5px;
	display: block;
  }

  #modal-call-alert .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 3rem 2rem;
	border: 1px solid #888;
	width: 84%;
	max-width: 500px;
	border-radius: 2.2rem;
	border: 2px solid #dd9d23;
	margin-top: 5rem;
  }

  .alrt_ico i {
	font-size: 2rem;
	color: #aa7a20;
  }
  .alert_call_bg {
	display: flex;
	align-items: center;
	background: #ffcd6f;
	padding: 16px 24px;
	text-align: left;
	gap: 16px;
	border-radius: 21px;
  }
  .alert_call_bg p {
	font-size: 14px;
	color: #312200;
	line-height: 20px;
  }
.cap_img img {
	max-width: 100%;
}
.gift_card { position: relative;}
.hire_me_txt {
	position: absolute;
	right: 9rem;
	top: 0;
	width: 106px;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
.hire_me_txt h3 {
	font-weight: 550;
	line-height: 26px;
	font-size: 24px;
}
.hire_me_txt h3 a {
	color: #000;
}
.hire_off_txt {
	position: absolute;
	left: 10rem;
	top: 0;
	width: 106px;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
.hire_off_txt h4 {
	font-weight: 550;
	line-height: 26px;
	font-size: 24px;
  }
  .hire_off_txt h4 a {
	color: #fff;
}

/**Start Rating**/

.star-rating {
	display: flex;
	padding: 10px;
	cursor: default;
	width: 100%;
	justify-content: center;
	direction: rtl;
	margin-bottom: 14px;
}
.star-rating input[type=radio] {
  display: none;
}
.star-rating label {
  color: #bbb;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
  color: #f2b600;
}

/**Star Rating**/

.pagination.pagination-sm {
	display: flex;
	justify-content:center;
}
.page-item {
	display: flex;
}
.page-link.page-link-active {
	background: #0058a2;
	color: #fff;	
}
.page-link { color: #000;}
.page-link:hover { background: #0058a2; color: #fff; }

.hde_drop {
	display: none !important;
}
/**27/04**/
.copy_link_inp {
	background: #f2f2f2;
	padding: 9px 14px;
	margin: 7px 0 0 0;
	border-radius: 10px;
	position: relative;
  }
  .copy_link_inp i {
	font-size: 17px;
	color: #9c9c9c;
	border-right: 1px solid #b5b5b5;
	padding-right: 10px;
	margin-right: 9px;
  }
  .copy_link_inp button {
	line-height: 0;
	background: #0a0d59;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 92px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	border-radius: 0 10px 10px 0;
	border:none;
  }
  .copy_link_inp input {
	background: transparent;
	border: none;
	font-size: 14px;
	width: 80%;
  }
/**27/04**/

#show_recnt_list1 {
	border: 1px solid #a7a7a7;
	border-radius: 7px;
	margin: 7px 0;
}
.crnt_loc {
	padding-left: 10px;
	padding-right: 10px;	
}
.grid_cats {
	width: 18%;
}
.bnr_right_slide_img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 590px;
	padding: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}

  /**Responsive**/


@media screen and (min-width: 992px) and (max-width: 1199px) {
.logo {
  margin-right: 0.5rem !important;
}
.yellow_bg_sec img {
	max-width: 160px;
	position: relative;
	right: 60px;
	margin-top: 5rem;
  }
  .hire_off_txt {
	left: 6.4rem;
  }
  .hire_off_txt h4 {
	font-size: 22px;
  }
.serv_txt {
  font-size: 14px;
  margin: 14px 0 13px 6px;
}
.exp_bx3 img {
  position: absolute;
  left: -5px;
  top: 51px;
  width: 71px;
}
.w-reg_3 {
	width: 88% !important;
  }
.user_ico_hd {
	width: 25px;
	height: 25px;
	font-size: 20px;
  }
  .package_ul li {
	display: flex;
  }
  .panel_list {
	width: 100%;
  }
  .user_ico_fre_btns_top a {
	padding: 10px 10px;
	font-size: 14px;
  }
  .user_ico_fre_btns_top a img {
	max-width: 22px;
	margin: 0 7px 0 0;
  }
  .ellite_rbn_btn a {
	font-size: 14px;
  }
  .gift_card img {
	max-width: 230px;
  }
  .mob_devic_img {
	width: 210px !important;
  }
  .mob_devic {
	width: 223px;
  }
  .help_me_exp a {
	margin: 0rem auto 0;
  }
  .freelancer_page_sec .container {
	max-width: 1000px;
  }
  .bnr_right_slide_img {
	width: 460px;
  }
  .banner {
	height: 270px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.srch_drops {
  display: none;
}
.bnr_right_slide_img {
	width: 360px;
}
.banner {
	height: 210px;
}
.elit_mem h2 {
  padding: 0 5rem;
}
.about_cont {
	width: 100%;
  }
  .hire_me_txt {
	right: 2rem;
  }
  .hire_off_txt {
	left: 3.4rem;
  }
.cont_man {
	display: none;
}
.pw_cl {
	width: 44%;
}
.yellow_bg_sec img {
	max-width: 160px;
	right: 60px;
  }
.sub_cat_cont {
	width: 97%;
	background: #fff;
	border-radius: 30px;
	margin: 0 auto;
  }
  .gap-26 {
	gap: 7px;
  }
.rit_sign_im h2 {
	font-size: 16px;
	padding: 0 13px;
	text-align: center;
  }
  .sigh_in_lft {
	padding: 2rem 1.5rem;
  }
.panel-conts span, .panel-conts span p {
	font-size: 15px;
	font-weight: 550;
	margin-bottom: 0px;
  }
  .w_r_s input + input {
	flex: 0 0 100%;
  }
  .postwork-cont .checkbox {
	width: 202px;
	font-size: 15px;
  }
  .gap-10 {
	gap: .75rem;
  }
  .w_r_s input {
	flex: 0 0 100%;
  }
  .blu_ico {
	height: 27px;
  }
  .condet a {
	padding: 3px 6px 3px 45px;
	font-size: 14px;
  }
  .blu_ico img {
	max-width: 17px;
  }
  .condet p {
	font-size: 14px;
	line-height: 15px;
	margin: 4px 0;
  }
  .loc_pnl {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
  }
  .lft_side_white_cont ul {
	padding: 1.4rem 1rem;
  }
  .panel_list {
	width: 100%;
	padding: 0.6rem 1rem;
  }
  .panel_prof {
	width: 92px;
  }
  .panel_prof a.btn_prf {
	padding: 5px 10px;
	width: 75px;
	font-size: 13px;
  }
  .panel-conts {
	width: 525px;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 13px 0;
	padding-left: 14px;
  }
  .panel-conts h3 {
	font-size: 18px;
	margin-bottom: 6px;
	text-align: left;
  }
  .dist {
	font-size: 13px;
	text-align: left;
  }
  .condet {
	width: 130px;
  }
  .panel_list_grp {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
  }
.banner span {
  font-size: 15px;
}
.gradient-box {
	width: 100%;
}
.banner h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
.reg_3_img img {
	height: auto;
  }
.banner span {
  margin-bottom: 10px;
}
.reg_3  {
	align-items: flex-end;
}
.banner .srch_spc input {
  height: 44px;
}
.banner .srch_spc button {
  height: 45px;
}
.serv_bx {
	margin-bottom:14px;
}
.align-center-xs {
	align-items: end;
}
.why_chs p {
	padding-bottom:24px;
}
.exp_cap h2, .exp_cap2 h2 {
  padding: 0 8px;
  font-size: 16px;
}
.exp_cap3 h2 {
  font-size: 16px;
}
.exp_cap3 ul {
  font-size: 14px;
}
.exp_cap3 ul li img {
  top: 6px;
  left: -25px;
  width: 20px;
}
.exp_bx3 img {
  width: 51px;
}
.exp_bx3 {
  padding: 1rem 14px 10px;
}
.exp_cap3 h2 {
  font-size: 16px;
  margin-bottom: 0 !important;
}
.exp_cap3 ul li {
  margin-bottom: 5px;
  line-height: 25px;
}
#price {
  width: 100%;
}
.entry-title > h3 {
  font-size: 18px;
}
.ht_eq {
	height:63px;
}
.sel_plan select {
  width: 120px;
}
.lgin_page_cont {
  width: 100%;
}
.hdden-768 {
	display:none;
}
.lgin_page_cont {
  width: 100%;
  justify-content: center;
}
.login_768 {
	width:60% !important;
}
.pckg_box {
	padding: 1.5rem 15px !important;
  }
  .pckg_box h3 {
	font-size: 20px;
  }
  .pckg_box ul li {
	font-size: 13px;
  }
  .pckg_box ul {
	min-height: 20rem;
  }
  .package_ul li {
	font-size: 16px;
	display: flex;
	align-items: normal;
	margin-top: 12px;
  }
  .package_ofr_img img {
	margin-top: 24px;
  }
  .user_ico_fre_btns_top a {
	width: 100%;
  }
  .ellite_rbn_btn {
	width: 100%;
  }
  .user_ico_fre_btns_top {
	gap: 4px;
  }
  .scrol_m_servce {
	height: 332px;
  }
  .servc_panel {
	height: 422px;
  }
  .my_fee {
	padding: 0.7rem 1.5rem 0.7rem 9rem;
  }
  .my_fee span {
	padding: 4px 30px;
  }
  .mob_devic_img {
	width: 162px !important;
  }
  .mob_devic {
	position: relative;
	padding: 74px 14px;
	width: 162px;
  }
  .user_testi {
	width: 44px;
  }
  .testi_star li {
	width: 11px;
  }
  .mob_devic p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
  }
  .mob_devic span {
	font-weight: 550;
	font-size: 12px;
  }
  #photo_slider {
	padding: 22px 30px;
  }
  #testimonial_slider {
	min-height: 332px;
  }
  .rev_textarea textarea {
	height: 151px;
  }
  .help_me_exp a {
	margin: 1.5rem auto 0;
  }
  .sign_in_bg {
	background: url(../images/sign_bg.png) no-repeat right center / 60%;
	width: 100%;
	height: 463px;
  }
  .grid_cats {
	width: 24%;
  }
  .blu_bx img {
	margin: 0;
	max-width: 100%;
  }
  .cat_img {
	height: 112px;
	padding: 0 5px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.panel_prof {
		width: 28%;
		margin-right: 17px;
	  }
	.elit_mem h2 {
  padding: 0 11rem;
}
.bg_btn {
  padding: 8px 5px;
  font-size: 12px;
}
	header .loc_sel_ico p {
		font-size: 12px;
	}
	.logo_img {
  max-width: 70px !important;
}
	.logo span {
  top: -2px;
	}
	header .loc_sel_ico {
  left: 124px !important;
	}

	  .pw_cl {
		width: 100%;
	}
	.hire_off_txt {
		left: 5.4rem;
	}
	  .postwork-cont .comn_btn02_blu {
		color: #000;
		border-radius: 10px;
		background: #FFD700;
		padding: 10px 20px;
	  }
	  .yellow_bg_sec {
		border-radius: 28px;
		width: 214px;
		margin: 0 0 auto auto;
	  }
	  .yellow_bg_sec img {
		max-width: 69%;
		position: relative;
		right: 50px;
		margin-top: -1rem;
	  }
	  .gift_card {
		position: relative;
		width: 400px;
		margin: 0 auto;
	  }
	  .hire_me_txt {
		right: 4rem;
	  }
	  .user_ico_fre_btns_top {
		gap: 3px;
	  }
	  .lft_side_white_cont {
		border: none;
		margin-bottom: 34px;
	  }
	  .lft_side_white_cont h3 i {
		margin-right: 7px;
		cursor: pointer;
	  }
	  .panel_list {
		display: flex;
		justify-content: space-between;
		width: 100%;
	  }
	  .panel_list {
		display: flex;
		justify-content: space-between;
		width: 100%;
	  }
	  .condet {
		width: 36%;
	  }
	  .panel-conts h3 {
		font-size: 20px;
		margin-bottom: 10px;
	  }
	  .panel-conts h3 {
		font-size: 20px;
		margin-bottom: 10px;
	  }
	  .loc_pnl {
		font-size: 14px;
		line-height: 18px;
	  }
	  .prf_photo {
		width: 75px;
	  }
	  .condet img {
		max-width: 60px;
	  }
	  .condet a {
		font-size: 14px;
	  }
	  .condet p {
		font-size: 14px;
	  }
	  .panel-conts {
		width: 41%;
		margin-right: 6px;
	  }
	  .blu_ico {
		height: 28px;
	  }
	  .blu_ico img {
		max-width: 18px;
	  }
	  .panel-conts span, .panel-conts span p {
		font-size: 14px;
	  }
	  .panel_prof a.btn_prf {
		background: #0a0d59;
		padding: 4px 12px;
		width: 91px;
		margin: 12px auto 0;
		font-size: 14px;
	  }
	  .user_ico_fre_btns_top a {
		padding: 10px 10px;
		font-size: 13px;
	  }
	  .mob_devic_img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	  }
	  .mob_devic {
		margin: 0 auto;
	  }
	  .grid_cats {
		width: 32%;
	  }
}

@media screen and (min-width: 567px) and (max-width: 767px) {
	.elit_mem h2 {
		padding: 0 12rem !important;
	  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.sel_plan select {
  width: 160px;
}
	.elit_mem h2 {
  padding: 0 12rem !important;
}
.cont_man {
	right: 0;
	bottom: -48px;
	width: 9rem;
  }
  .hire_me_txt {
	right: 4.7rem;
	top: 0;
	width: 106px;
  }
  .hire_me_txt h3 {
	line-height: 22px;
	font-size: 21px;
  }
.gift_card {
	position: relative;
	width: 400px;
	margin: 0 auto;
  }
.lgin_page_cont {
  width: 100%;
}
  .postwork-cont .checkbox {
	width: 170px;
  }
  .sign_in_bg {
	background: url(../images/sign_bg.png) no-repeat right center / 60%;
	width: 100%;
	margin: 0px auto;
	height: 550px;
  }
}

@media (max-width: 991px) {
.loc_sel_ico {
	position: absolute;
	left: 154px;
	top: 3px;
	padding: 8px 10px;
	border-radius: 5px;
}
.loc_sel_ico a {
	font-size:12px;
	color:#fff !important;
	cursor:pointer;
}
header  .loc_sel_ico a {
	font-size: 14px;
	color: #000 !important;
	cursor: pointer;
	display: flex;
	align-items: center;
  }
  header .loc_sel_ico a i {
	font-size: 20px;
	color: #0a0d59 !important;
	cursor: pointer;
	margin-right: 5px;
  }
  header .loc_sel_ico {
	position: absolute;
	left: 154px;
	top: 0px;
	padding: 5px 10px;
	border-radius: 5px;
  }
/**mobile loc**/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 3rem 1rem;
	border: 1px solid #888;
	width: 92%;
	max-width: 475px;
}

/* The Close Button */
.modal .close {
  color: #aaa;
  float: right;
  font-size: 21px;
  font-weight: normal;
  position: absolute;
  right: 14px;
  top: 10px;
  background: #d10a38;
  padding: 0 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .close:hover,
.modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.srch_drops .form-group input {
  background: #f6f6f6;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 14px;
  height: 36px;
  width: 100%;
}
.or {
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 5px 0;
}

#show_recnt_list_mob, #show_recnt_list2_mob {
  display: none;
  position: absolute;
  left: 0px;
  top: 36px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(193, 193, 193);
  width: 250px;
  border-radius: 5px;
  padding: 5px 5px;
  z-index:99
}
#show_recnt_list2_mob {
	z-index:999;
}
.fstplan_tl ul li {
	text-align:left;
}
.plan-inner {
  min-width: 142px;
}
.plan {
  display: inline-block;
  width: auto;
}
.entry-content li {
  font-size: 14px;
}
.plan-inner.fstplan_tl {
	min-width:230px;
}
.plan-inner.fstplan_tl h3 {
	font-size:18px;
}

/**mob loc**/ 
#price {
	text-align: center;
	display: flex;
	gap: 2px;
	overflow-x: scroll;
	padding-bottom: 26px;
}
.brdr_btn {
	display:none;
}
.modal-content h2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 14px;
}
header .container {
	position:relative;
}
.srch_spc {
  display: flex;
  align-items: center;
}
.hide_mob {
	display:none;
}
.pckg_box {
	border-radius: 1rem;
	padding: 3rem;
	box-shadow: 0px 1px 9px #808080;
	margin-bottom: 2rem;
	width: 100%;
	margin-top: 2rem;
}
}
@media (min-width: 992px) {
.w-md-90 {
	width:80%;
}
.qs_lb {
	width: 90%;
  }
.logo_snd_srch .logo {
	margin-right: 6rem;
  }
  #pckcCntainer {
	margin-top: 100px !important;
  }
  .w-reg_3 {
	width: 75%;
  }
  .freelancer_page_sec .container {
	max-width: 1140px;
  }
}

@media (max-width: 767px) {
.srch_drops {
	display:none;
}
.banner {
	height: auto;
	align-items: baseline;
  }
.bnr_right_slide_img {
	display: none;
  }
.bnr_right_slide_img_mob {
	width: 100%;
    border-radius: 0;
    overflow: hidden;
    margin: 16px 0 0;
    padding: 0;
}
.banner .container {
	max-width: 100%;
}
.alert_call_bg {
	display: flex;
	align-items: center;
	padding: 16px 16px;
	gap: 16px;
	border-radius: 21px;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
  }
.cont_man {
	display: none;
}
.rit_sec_cont {
	border-radius: 0 0px 48px 48px;
	padding: 2rem;
  }
.pw_bot_btns {
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center !important;
	align-items: center !important;
}
.sub_cat_cont ul {
	padding: 15px;
  }
.yellow_bg_sec img {
	max-width: 100%;
	position: relative;
	right: 68px;
	margin-top: 3rem;
  }
  .sub_cat_cont {
	width: 100%;
	background: #fff;
	border-radius: 30px;
	margin: 0 auto;
  }
.postwork-cont {
	width: 100%;
  }
  .sign_in_bg {
	background: url(../images/sign_bg.png) no-repeat right bottom / 100% 33%;
	width: 100%;
	align-items: baseline;
	height: auto;
  }
  .rit_sign_im {
	right: auto;
	padding-bottom: 24px;
  }
  .rit_sign_im h2 {
	font-size: 16px;
	margin-bottom: 2rem;
	line-height: 24px;
	margin-top: 3rem;
	padding: 0 17px;
	text-align: center;
  }
  .sigh_in_lft {
	padding: 2rem .75rem;
	border-radius: 1rem;
	box-shadow: -4px 0px 9px #aaa;
  }
  .postwork-cont .checkbox {
	width: 222px;
  }
  .postwork-cont label.col-md-5 {
	margin-bottom: 10px;
  }
.banner span {
  font-size: 14px;
}
.banner h2 {
  font-size: 24px;
  margin-bottom: 14px;
}
.banner span {
  font-size: 14px;
  margin-bottom: 16px;
  margin: 11px auto 5px;
}
.package_ofr_img {
	display: none;
}
.banner {
	text-align:center;
}
.serv_bx {
	margin-bottom:14px;
}
.bx_contnr {
	width: 340px;
	margin: 0 auto 17px;
}
.logo {
  margin-right: 0.5rem;
}
.srch_spc form {
  width: 100%;
}
.bx_contnr {
  height: auto;
}
.autocomplete-items {
	border-bottom: none;
	border-top: none;
	height: 269px;
	border-radius: 5px;
	margin-top: 5px;
}
.autocomplete-items div {
  padding: 10px 20px;
  text-align: left;
}
.desk_img {
	display:none;
}
#list_auto_comp {
  text-align: left;
}
.hidden-mob {
	display:none;
}
.upld_photo {
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
}
.loc_sel_ico {
	position: absolute;
	left: 152px;
	top: 0px;
	padding: 6px 7px;
	border-radius: 5px;
}
.loc_sel_ico a i {
	font-size: 20px;
	color: #0a0d59!important;
	cursor: pointer;
	margin-right:5px;
}
.loc_sel_ico a {
	font-size: 14px;
	color: #000 !important;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.srch_drops.show-mob {
	display:block;
}
.modal .srch_drops.show-mob {
	display: block;
  }
  .modal .or {
	width: 100%;
  }
.srch_drops .form-group input {
  background: #f6f6f6;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 14px;
  height: 36px;
  width: 100%;
}
.or {
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 5px 0;
}

#show_recnt_list_mob, #show_recnt_list2_mob {
  display: none;
  position: absolute;
  left: 0px;
  top: 36px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(193, 193, 193);
  width: 250px;
  border-radius: 5px;
  padding: 5px 5px;
  z-index:99
}
#show_recnt_list2_mob {
	z-index:999;
}
.fstplan_tl ul li {
	text-align:left;
}
.plan-inner {
  min-width: 100px;
}
.plan {
  display: inline-block;
  width: auto;
}
.entry-content li {
  font-size: 14px;
}
.plan-inner.fstplan_tl {
	min-width:230px;
}
.entry-title > h3 {
  font-size: 14px;
}
.plan-inner.fstplan_tl h3 {
	font-size:18px;
}

/**mob loc**/ 
#price {
  text-align: center;
  display: flex;
  gap: 2px;
  overflow-x: scroll;
}
.entry-title > h3 {
  height: 45px;
}
.brdr_btn {
	display:none;
}
.modal-content h2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 14px;
}
header .container {
	position:relative;
}
.static_blu_bx {
	height:40px;
}
#price {
  width: 100%;
	padding: 0 14px 30px;
}

.plan.plan_feat_hd {
  width: 237px;
}
.plan-inner.fstplan_tl {
  min-width: 237px;
}
.plan {
  width: 130px;
}
.plan-inner {
  min-width: 130px;
}
.entry-title > h3 {
  padding: 13px 8px;
}
.entry-content li {
  padding: 10px 8px;
}
.sel_plan select {
  font-size: 13px;
  width: 86%;
}
.ht_eq {
  height: 63px;
}

.static_blu_bx {
  flex-direction: unset;
  height: 40px;
}
.blu_bx img {
	margin: 0;
    max-width: 100%;
}
.cat_img {
	height: 112px;
	margin-bottom: 3px;
	padding: 0 5px;
  }
.static_blu_bx h6 br {
  display: none;
}
.y_ch_bx {
  height: auto;
  margin-bottom: 10px;
}
.exp_cap h2, .exp_cap2 h2 {
  font-size: 24px;
  padding: 0 1px;
}
.exp_bx {
  padding: 1.5rem 14px 64px;
  min-height: auto;
}
.y_ch_bx ul li {
	display: flex;
	align-items: flex-start;
	line-height: 19px;
}
.y_ch_bx ul {
	padding: 15px 0;
}
.y_ch_bx {
	justify-content: center;
  }
.logo_img {
  max-width: 94px;
}
.large_head {
  font-size: 30px;
}
.small_head {
  font-size: 22px;
}
.gradient-box {
	width: 100%;
	padding: 1.2em;
}
.package_ul {
	columns: 1;
	  column-width: auto;
	  column-count: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
  }
  .package_ofr_img img {
	margin: 72px 0 24px;
	max-width: 250px;
  }
  .reg_3_img img {
	max-width: 100%;
	height: auto;
  }
  .bg_btn.fnsh_btn {
	padding: 12px 27px;
	font-size: 14px;
	display: block;
	width: fit-content;
	margin: 10px 0 auto auto;
  }

  #tgl_cat {
	display: none;
  }
  .tgl_cat_btn {
	display: block !important;
  }
  .cpe_cont {
	width: 100%;
	padding: 2rem 2rem 0;
  }
  .img_cpe {
	display: none;
  }

}

@media (max-width: 576px) {
.sub_cat_cont { 
	width: 87%;
	padding: 3rem 0;
  }
  .yellow_bg_sec {
	display: none;
}
.count br {
	display: none;
}
}

@media (min-width: 768px) {
.mob_img {
	display:none;
}
#pckcCntainer {
	margin-top: 100px !important;
  }
  .y_ch_bx ul {
	min-width: 374px;
  }
  .lft_side_white_cont h3 i {
	display: none;
  }
  .hidden-desk2 {
	display:none;
}
.bnr_right_slide_img_mob {
	display: none;
}
}

@media (min-width: 992px) {
.hidden-desk {
	display:none;
}
.pckg_box {
	height: 100%;
}
.pckg_box ul {
	min-height: 277px;
  }
.elit_mem h2 {
    padding: 0 12.5rem;
}
}

@media (max-width: 480px) {

.blu_bx.static_blu_bx a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.blu_bx.static_blu_bx a h6 {
  min-height: auto;
}
.loc_sel_ico a p {
	display:none;
}
.loc_disply {
		display: block !important; 
	}
.elit_mem h2 {
	top: 36%;
	width: 100%;
	font-size: 20px;
	padding: 0px 31%;
}
.large_head {
	font-size: 28px;
	text-align: center;
}
.hire_off_txt {
	left: 2rem;
}
.gift_card {
	position: relative;
	width: 300px;
	margin: 0 auto;
  }
  .hire_me_txt {
	right: 1.5rem;
  }
.pw_cl .blu_ico {
	width: 100%;
}
.pw_cl {
	width: 100%;
	padding: 40px 3px 0;
	height: 80px;
	font-size: 17px;
	justify-content: center;
  }
.sb_up {
	padding: 0 22px;
  }
  .sb_sb_ul {
	padding: 0 22px;
  }
  .priv_pol_h3 {
	padding: 17px 10px 17px;
  }
.about_cont {
	width: 100%;
  }
.sub_cat_cont {
	padding: 47px 0;
  }
.pw_cl {
	width: 100%;
}
.yellow_bg_sec {
	border-radius: 28px;
	width: 214px;
	margin: 0 0 auto auto;
  }
  .yellow_bg_sec img {
	max-width: 69%;
	position: relative;
	right: 50px;
	margin-top: -1rem;
  }
.gap-10 {
	gap: 8px;
  }
  .pw_bot_btns {
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
  }
.drop_btn_user {
	padding: 11px 14px;
  }
.alph_shw_list a {
	padding: 8px 6px;
	font-size: 14px;
  }
  .drop_btn_user img {
	position: relative;
	top: -4px;
  }
  .alph_shw_list  {
	width: 48%;
  }
  .alph_cat_show {
	gap: 7px;
  }
.condet img {
	max-width: 42px;
  }
.rounded_signup {
	width: 100%;
  }
.order-mob-3 {
	order:3;
}
.order-mob-4 {
	order:4;
}
.order-mob-5 {
	order:5;
}
.dist {
	font-size: 12px;
}
.condet p {
	font-size: 12px;
	line-height: 15px;
	margin: 4px 0;
  }
  .blu_ico {
	width: 27px;
	height: 24px;
  }
  .blu_ico img {
	max-width: 15px;
  }
  .condet a {
	padding: 3px 6px 3px 38px;
	font-size: 12px;
  }
.lft_side_white_cont h3 i {
	margin-right: 7px;
	cursor: pointer;
}
.gen_sec_mob {
	padding: 0;
	gap: 1rem !important;
}
.package_ofr_img img {
	max-width: 116px;
	transform: rotate(10deg);
	top: 0;
	left: 0rem;
  }
  .package_ofr_img img {
	margin: 45px 0 24px;
	max-width: 250px;
  }
.large_head span img {
  width: 108px;
}
.small_head {
  font-size: 20px;
}
.logo span img {
	width:20px;
}
.logo {
  margin-right: 0;
  width: 115px;
}
.logo img {
	width:60px;
}
.brdr_btn {
  padding: 8px 4px;
  font-size: 12px;
}
.bg_btn {
  padding: 8px 4px;
  font-size: 12px;
}
	.banner .srch_spc input {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border-radius: 5px 0 0 5px;
	text-align: left;
}
.srch_spc {
	display: flex;
	align-items: center;
}
.banner .srch_spc button {
  height: 50px;
}
.hdr_btns {
	display: flex;
	line-height: 13px;
	text-align: center;
	gap: 7px;
	align-items: center;
}
.static_blu_bx {
  flex-direction: unset;
  height: 40px;
}
.blu_bx img {
  max-height: 100%;
}
.static_blu_bx h6 br {
	display:none;
}
.logo {
  display: flex;
  align-items: baseline;
}
header {
  padding: 0.5rem 0;
}
footer ul.qkl {
  margin-bottom: 1.5rem;
}
.cat_img {
	text-align:center;
}
.owl-carousel .owl-item .cat_img img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  max-height: 100%;
}
.cat_img {
	height: 100px;
    margin-bottom: 4px;
  }
.blu_bx {
  text-align: center;
  box-shadow: 0px 1px 6px #cfcfcf;
  border-radius: 5px;
  padding: 7px 0px;
}
.blu_bx h6 {
	font-size: 13px;
    min-height: 20px;
}
.bx_contnr {
  width: 300px;
  margin: 0 auto 17px;
}
header .loc_sel_ico {
  left: 102px;
  top: 3px;
  padding: 0px 9px;
}
.plan.plan_feat_hd {
  width: 175px;
}
.plan-inner.fstplan_tl {
  min-width: 175px;
}
.plan {
  width: 130px;
}
.plan-inner {
  min-width: 130px;
}
.entry-title > h3 {
  padding: 13px 8px;
}
.entry-content li {
  padding: 10px 8px;
}
.sel_plan select {
  font-size: 13px;
  width: 86%;
}
.ht_eq {
	height:63px;
}
.ht_eq_mob {
	height:63px;
}
.lgin_page_cont {
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.form-group03 {
  display: block;
}
.logo span {
	top: -2px;
}
.verify_btn {
	width: 67px;
}

.panel_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0.6rem 0.5rem;
	align-items: center;
  }
  .panel_prof {
	width: 70px;
  }
  .prf_photo {
	width: 60px;
	margin: 0 auto;
  }
  .panel-conts {
	width: 140px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	text-align: left;
	margin: 5px 0 5px 5px;
  }
  .panel-conts h3 {
	font-size: 13px;
	margin-bottom: 2px;
	justify-content: start;
	line-height: 17px;
  }
  .panel_prof img {
	max-width: 55px;
  }
  .loc_pnl {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
  }
  .panel-conts span, .panel-conts span p {
	font-size: 12px;
	margin-bottom: 1px;
	justify-content: start;
	line-height: 17px;
	font-weight: normal;
  }
  .condet {
	width: 115px;
  }
  .lft_side_white_cont {
	margin-bottom: 32px;
  }
  .lft_side_white_cont {
	border: none;
  }
  .user_ico_fre_btns_top a {
	padding: 10px 10px;
	width: 100%;
  }
  .mob_devic_img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .mob_devic {
	margin: 0 auto;
  }
  .user_ico_fre_btns_top {
	gap: 2px;
  }
  .elit_mem img {
	max-width: 100%;
  }
  .ellite_rbn_btn {
	width: 100%;
  }
  .my_fee {
	width: 100%;
  }
  .panel_prof a.btn_prf {
	padding: 5px 5px;
	width: 64px;
	font-size: 12px;
	margin: 5px auto;
  }
  .panel-conts h3 {
	font-size: 16px;
	margin-bottom: 4px;
  }
  .grid_cats {
	width: 48%;
  }
}
@media screen and (min-width: 200px) and (max-width: 380px) {
.loc_sel_ico a p {
	display:none;
}
header .loc_sel_ico {
	left: 110px;
	top: 0px;
	padding: 3px 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.pckg_box {
		width: 95%;
	}
	  .blu_bx img {
		max-width: 100%;
	  }
	  .cat_img {
		height: 128px;
		overflow: hidden;
	  }
	  .blu_bx {
		padding: 0 0px 7px;
	  }
}