/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/**************************POPUP CSS*/


.otherServer{
    display: none;
}
.open_tgl:before {
    transform: rotate(184deg);
}

div#lottie_success {
    width: 100%;
    height: 300px;
    margin: -60px 0;
}
.mb_10px {
    margin-bottom: 10px !important;
}
/*.paypopup {
    position: fixed;
    z-index: -1;
    background-color: #00000008;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     display: none; 
    align-items: center;
    transition: .5s !important;
    opacity: 0;
    backdrop-filter: blur(20px);
    margin: 0 !important;
    overflow-y: scroll;
    height: 100vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
}*/
 .paypopup {overflow-y: scroll; 
    z-index: -1;
    opacity: 0;
    position: fixed; 
    background-color: #00000008;
    backdrop-filter: blur(20px);
    transition: .5s !important;
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    display: none; 
    align-items: 
    center; 
    transition: .5s !important;
	 margin:0 !important;
}	 

.poppup_box {
    margin: 35px auto 35px !important;
    width: 30%;
    margin: auto;
    display: table;
    padding: 0 2% 15px;
    border-radius: 10px;
    background-color: #fff;
    border: 10px solid #fff;
    position: relative;
    transition: .5s !important;
    transform: scale(0);
    opacity: 1;
}
.poppup_box {
	top: 5%;
}

.pop_close {position: absolute; right: 0; top: 0; width: 40px; height: 40px; text-align: center; font-size: 20px; color: #000; border-radius: 50%; line-height: 37px; cursor: pointer; font-family: cursive; }

.pop_close:before {content: "x"; width: 40px; height: 40px; background-color: #3a67ff; border-radius: 50%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: .5s !important; z-index: 9999; transform: scale(0); }

.pop_close:hover:before {transform: scale(1); color: #fff; }

.field {margin-bottom: 20px; }
.field input, .field select {
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 0px 40px !important;
    border: none;
    width: 100%;
    height: 40px;
    border: 1px solid #BFBFBF;
    color: #667A8C !important;
}
p.field_label {
    padding: 0;
    color: #002140;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Gilory_B;
}


input.project_name {
    background-image: url(https://clone.onlinetestingserver.com/template_hub/wp-content/uploads/2022/08/f_icon2.png);
    background-repeat: no-repeat;
    background-position: 15px 13px;
}
input.new_username {
    background-image: url(https://clone.onlinetestingserver.com/template_hub/wp-content/uploads/2022/08/f_icon3.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
}
input.newPass {
    background-image: url(https://clone.onlinetestingserver.com/template_hub/wp-content/uploads/2022/08/f_icon1.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
}

/**************************POPUP CSS*/



/***********WAIT ME CSS******/
.waitMe{background-color:transparent !important;}
.waitMe_progress.bounce {
    background-image: url(https://clone.onlinetestingserver.com/template_hub/wp-content/uploads/2022/08/output-onlinegiftools.gif);
    height: 100%;
    top: 0;
    background-size: 200px;
    position: fixed !important;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
	background-color:transparent !important;
	backdrop-filter: blur(20px);
}
.waitMe_progress.bounce div, .waitMe_text {
    display: none !important;
}
.swal-overlay {
    background-color: #0000000d;
    backdrop-filter: blur(20px);
}
/***********WAIT ME CSS******/
.list_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.LG_item {
    display: flex;
    align-items: center;
}
p.filer_refine {
    padding: 0;
}
.mr_15px {
    margin-right: 15px;
}



span.cat_counter {
    font-size: 15px;
    float: right;
    color: #61768C;
    font-size: 15px;
    font-family: Gilory_R !important;
    font-weight: 100 !important;
}
.tag_wrap {
/*     display: none; */
}
small.view_count span, small.clone_count span {
    font-size: 13px;
    font-weight: 600;
    color: #3a67ff;
}


h2 {
    font-family: Gilroy-Bold Ã¢ËœÅ¾;
    font-size: 25px;
}
span.ptp_border:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #4670FF;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
    border-radius: 10px;
}

span.ptp_border {
    position: relative;
}
.theme_color {
    color: #002140;
}

.relative {
    position: relative;
    z-index: 9999;
}
.black {
    color: #000;
}
.staus_pending {
    color: #E4A800 !important;
}
.bar_pending {
    background-color: #E4A800 !important;
}
.staus_completed {
    color: #25B809;
}
.bar_completed {
    background-color: #25B809 !important;
}
.setp_wrap {
    background-color: #fff;
    padding: 50px;
    border-radius: 18px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 0px #00000012;
}
span.ptp_border {
    position: relative;
}
span.ptp_border:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #4670FF;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
    border-radius: 10px;
}
.relative {
    position: relative;
    z-index: 9999;
}



.uploading_bar {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 10px 15px;
}
.upload_img {
    width: 60px;
    text-align: center;
    height: 60px;
    /* border: 1px solid #0000003d; */
    margin-right: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px #546eda1a;
}
.uploading_content {
    width: 100%;
}
.file_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
    color: #000000b3;
}
ul.file_upload_percentage {
    margin: 0;
    display: flex;
}
ul.file_upload_percentage li {
    margin: 0 5px;
}
ul.file_upload_percentage li {
    margin: 0 5px;
}
ul.file_upload_percentage li i.fa.fa-times {
    background-color: #EF4D3D;
    color: #fff;
    line-height: 20px;
}
ul.file_upload_percentage li i {
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 22px;
    border-radius: 50%;
}
.file_range_wrap {
    display: inline-block;
    width: 100%;
    background-color: #EFEFEF;
    height: 8px;
    border-radius: 10px;
    position: relative;
}
.file_range_wrap .range_inner {
    display: inline-block;
    width: 0%;
    height: 100%;
    background-color: #3e55ff;
    position: absolute;
    border-radius: 10px;
    transition: .5s;
}
span.file_title {
    font-family: "Gilory_B";
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 7px;
}
span.status {
    font-family: "Gilory_R";
    font-size: 14px;
}
ul.file_upload_percentage li {
    list-style: none;
}
/*******************QUIZ CSS*/


.mySet {/*     position: absolute; */width: 100%;top: 25px;opacity: 0;/* transition: .5s; */pointer-events: none;display: none;}
.setp_wrap {
    position: relative;
}
.active_tab {
    opacity: 1 !important;
    pointer-events: all !important;
    top: 0;
    transition: .5s;
    display: block;
}

/*******************QUIZ CSS*/




div#footer-outer {
    z-index: 99;
}
.couter_wrap {
    margin-bottom: 12px;
    margin-top: 10px;
}










.clm_head .port_title.upload_wrap button {
    padding: 0;
    margin-right: 5px;
}


div#media_image-2 img {
    width: 227px;
}

ul.clm_tags li a:hover {
/*     background-color: #ebebeb;
    border-color: #ebebeb; */
}
.poppup_box h2 {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'GILORY_B';
}
p.field_label {
    padding: 0;
    color: #000;
}
button.theme_btn {
    font-family: Gilory_B !important;
/*     background-color: #3A67FF; */
}

button.theme_btn, a.theme_btn {
/*     font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: rgb(58, 103, 255) !important;
    cursor: pointer !important;
    font-family: 'Gilory_B' !important;
    text-decoration: none !important;
    transition: all 0.5s ease 0s !important;
    padding: 12px 30px !important;
    border-radius: 0px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(58, 103, 255) !important;
    border-image: initial !important; */
}














html body div .go_live_btn span,.theme_btn span{text-transform: uppercase !important;}
html body div .go_live_btn:hover span,.theme_btn:hover span{color:#fff !important;}

html body div .go_live_btn span,.theme_btn span{
	position: relative;
    z-index: 99999;
}
button.theme_btn, a.theme_btn ,html body div .go_live_btn,html body div .go_live_btn{
    margin: auto;
    display: table;
    background-color: transparent !important;
    border: 2px solid #3A67FF;
    color: #3A67FF;
    font-family: Gilory_B !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 0px !important;
    height: 40px;
    width: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 35px;
    border-radius: 5px !important;
    text-transform: capitalize !important;
}
button.theme_btn:before, a.theme_btn:before ,html body div .go_live_btn:before{
    content: "";
    width: 0%;
    height: 100%;
    background-color: #3a67ff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99 !important;
    transition: .5s !important;
}
html body div button.theme_btn:hover:before , html body div a.theme_btn:hover:before, html body div .go_live_btn:hover:before{
    width: 100% !important;
    color: #fff !important;
}





















.field {
    margin-bottom: 10px !important;
}
div#mysearch {
    z-index: 1 !important;
}
#footer-outer #copyright[data-layout="centered"] .col.span_5 {
    float: left !important;
    width: auto !important;
}
div#nav_menu-4 li {
    margin-bottom: 0 !important;
}
#footer-outer #copyright .container div:last-child {
    float: right;
    width: auto;
}
div#text-2 ul li a:before {
    content: "$";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    color: #00213F;
}
div#text-2 ul li:nth-child(1) a:before {
    content: "\f095";
}
div#text-2 ul li:nth-child(2) a:before {
    content: "\f0e0";
}
div#text-2 ul li:nth-child(3) a:before {
    content: "\f041";
}

html body #footer-outer #footer-widgets div#text-2 ul li a {
    position: relative;
    padding-left: 20px !important;
}

div#text-2 {
    margin: auto;
    display: table;
}

div#text-2 li {
    margin: auto;
    display: table;
    width: auto !important;
}

html #footer-outer body div#text-2 ul li a {
    padding-left: 11px !important;
}
/* img.upload_icon:hover {
    background-color: #e3e7ea6b;
} */
div#mysearch .row-bg.using-image {
    background-position: 0px 25px !important;
}
.container-wrap {
    background-image: linear-gradient(#FAFBFF, #ECF0FE,#FAFBFF);
}
button.copy.live_btn {
    width: 30px !important;
    height: 30px !important;
    background-color: #e3e7ea;
    border-radius: 4px;
    padding: 6px;
    filter: unset !important;
    transform: unset !important;
    transition: .5s !important;
}
button.copy.live_btn:hover {
    background-color: #3a67ff;
}

button.copy.live_btn:hover img {
    filter: brightness(0)invert(1);
}

button.copy i:hover {
    background-color: #3a67ff;
    color: #fff;
}
.upload_wrap {
    display: flex;
}
.tag_wrap h6 {
    margin-bottom: 10px;
}
.row-bg.using-bg-color {
    background-color: transparent !important;
}
p.byBlitz {
/*     color: #0b274e; */
}
p.byBlitz {
    color: #000;
}

.f_inner {
    position: relative;
}
.f_inner i {
    position: absolute;
    left: 15px;
    top: 12px;
    cursor: pointer;
    color: #c9c9c9;
    font-size: 15px;
}
.myEyeIcon {
    right: 15px !important;
    left: unset !important;
}

ul.clm_tags {
    margin: 0;
    line-height: 20px;
    height: 50px;
    overflow-y: hidden;
}

ul.clm_tags li {
    display: inline-block;
    margin: 7px 3px 0 0;
    padding: 0px 0px 0px 0px;
    line-height: 1;
}

ul.clm_tags li:after {
    content: ",";
    margin-left: 1px;
}
ul.clm_tags li:last-child:after {
    opacity: 0;
}

ul.clm_tags li a {
        color: #000 !important;
    font-weight: 600;
    font-size: 13px;
/*     border: 1px solid;
    padding: 5px 5px; */
    display: inline-block;
    border-radius: 4px;
    transition: .5s;
	text-transform:capitalize;
}
div#the_parent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
strong.border:before {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #3EBBFE;
    position: absolute;
    left: 0;
    bottom: 11px;
    z-index: -1;
}

strong.border {
    position: relative;
}




p.p0,.paragraph_clm.my_20px p {
    display: none;
}
.my_20px {
    margin: 20px 0;
}
.port_clm .port_img a img {
    margin-bottom: -10px;
}
.product_clm {
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.port_clm .port_img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}


#header-outer.transparent #top nav > .sf-menu > li.sign_up_btn > a:hover, div#mysearch form button:hover {
    color: #fff !important;
    background-color: #6cd360 !important;
}
div#footer-widgets p, div#footer-widgets a {
    font-family: Gilory_r !important;
}
div#footer-outer {
    background-image: linear-gradient(#F2F5FE, #FBFCFF) !important;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
    padding: 50px 0 40px 0 !important;
}
#footer-outer p, #footer-outer a {
    font-size: 16px !important;
}
#header-outer.transparent #top nav > .sf-menu > li.sign_up_btn > a, a.preview,span.pro_tag {
    color: #fff !important;
	transition:.5s !important;
}
#header-outer.transparent #top nav > .sf-menu > li.sign_up_btn > a:hover {
    border-color: #6cd360 !important;
}

a.preview.load_more:hover {
/*     border-color: #6cd360 !important; */
    color: #fff !important;
}

a.preview.load_more {
    float: left;
    background-color: transparent;
    color: #3a67ff !IMPORTANT;
    border: 1px solid #3a67ff;
    padding: 7px 25px;
    height: auto;
    font-size: 15px;
    font-weight: 100;
}
#footer-outer #copyright[data-layout="centered"] {
    padding: 0px 0 !Important;
}
#footer-outer #copyright .container {
    border-top: 1px solid #dfe8fc;
    padding: 20px 0 !important;
}
div#Design_Showcase {
    padding-top: 50px !important;
}
.pro_sidebar_wrap ul li:last-child {
    margin-bottom: 0;
}

div#mysearch form button img {
    margin: 0px 10px 0px 0px;
}


form.search_form input {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 7px !important;
    height: 60px !important;
    padding: 10px 110px 10px 15px !important;
}

form.search_form {
    position: relative;
}

#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a {
    opacity: 1 !important;
}
#header-outer.transparent #top nav > .sf-menu > li.sign_up_btn > a {
    display: inline-block;
    padding: 12px 40px !important;
/*     background: #3a67ff; */
    /*     background: linear-gradient(90deg, #3BC3FE, #4E87FE); */
    color: #000 !important;
    border-radius: 5px;
	border:1px solid #3a67ff;
}


h3 {
    font-family: Gilory_R;
}
h6 {
    font-family: 'Gilory_B';
    margin: 0;
    color: #002140;
}
h5,h4{font-family:Gilory_B !important;}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */

::-webkit-scrollbar-track {
/*   box-shadow: inset 0 0 5px grey;  */
	background-color:#ccc;
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
/*   background-image: linear-gradient(0deg, rgba(109,82,255,1) 0%, rgba(70,203,255,1) 100%);  */
	background:#3a67ff;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
/*   background: #b30000;  */
}



ul.scroll_ul {
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 15px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
button.copy {
    border: none;
    background: none;
}
button.copy i {
    font-size: 14px;
    font-weight: 100;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #E3E7EA;
    border-radius: 4px;
    color: #667A8C;
    transition: .5s;
	position:relative;
	top:0;
}



div#mysearch form input[name="tags1"] {
    /*width: 85%;*/
    /*margin-right: 15px;*/
    background:white;
    border-radius: 0px;
}
.port_title a {
    display: inline-block;
}
a.preview span {
    position: relative;
    z-index: 9999;
}
a.preview:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background-color: #3a67ff;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: 99 !important;
}

a.preview {
    padding: 1px 28px;
    float: right;
    /* background: #3a67ff; */
    /* background: linear-gradient(90deg, #3BC3FE, #4E87FE); */
    border-radius: 4px;
    font-size: 12px;
    position: relative;
    height: 30px;
    border: 1px solid #3BC3FE;
    color: #000 !important;
    overflow: hidden;
	text-transform: uppercase;
}
a.preview:hover:before{
	width:100% !important;
	color:#fff !important;
}
a.preview:hover span{
	color:#fff !important;
}
a.preview span{
	transition:.5s !important;
}
div#mysearch form button {
    position: absolute;
    background: #3a67ff;
    /*     background: linear-gradient(90deg, rgba(109,82,255,1) 0%, rgba(70,203,255,1) 100%); */
    right: 0px;
    top: 0px;
    border-radius: 0px !important;
    bottom: 0;
    border-radius: 7px !important;
    margin: 5px 5px;
    display: flex;
    font-family: 'Gilory_R';
}
div#mysearch form button,.filter_wrap.hide_from_800 form button {
    background: #3a67ff;
    /*     background: linear-gradient(90deg, #3BC3FE, #4E87FE); */
}
span.development_txt:before {
    content: url(https://devu12.onlinetestingserver.com/temlate_hub/wp-content/uploads/2022/06/icon-2-1.png);
    position: absolute;
    top: 0;
}

input.myField {
    width: 100%;
    accent-color: #44cdff;
}
.range_price {
    display: flex;
    justify-content: space-between;
}
/* div#header-outer .col.span_9 nav {
    display: none !important;
} */

ul.myPagination {
    margin: auto;
    display: table;
}

ul.myPagination li {
    display: inline-block;
    margin: 0 5px;
}

ul.myPagination li a {
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    font-size: 17px;
}
ul.myPagination li a.myPage_active{
    background-color: #44cdff;
    color: #fff !important;
}
.col.span_4.port_clm .port_title p {
    color: red !important;
    font-weight: 600;
}

form.search-form {
    width: 300px;
    position: relative;
}
form.search-form  input.search-field {
    background-color: #fff !important;
    border-radius: 30px;
    padding: 8px 10px 8px 50px;
    border: 1px solid #00000014;
}
form.search-form button span.text {
    display: none;
}
form.search-form button {
    position: absolute;
    left: 0;
    background-color: transparent !important;
    top: 0;
    bottom: 0;
    padding: 15px 19px !important;
}
form.search-form button:hover{background: transparent !important;}
form.search-form button span.normal {
    background-color: transparent;
    color: #000;
}
.filters_clm {
    margin-bottom: 25px !important;
}
/* div#header-outer .col.span_9.col_last {
    align-items: center;
    width: 100% !important;
} */
.header-right {
    margin: auto !important;
    display: table !important;
}

span.pro_tag {
    /* display: inline-block; */
    /* text-align: center; */
    /* color: #3EBBFE!important; */
    /* background: #6cd360; */
    /* background: linear-gradient(90deg, #3BC3FE, #4E87FE); */
    padding: 0px 5px;
    /* border: solid 2px #d4d4d4; */
    /* width: 17%; */
    /* float: right; */
    border-radius: 5px;
    width: 60px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #3a67ff !important;
	font-weight:900;
}

.port_img {
    /*border-radius: 20px;*/
    overflow: hidden;
}

.port_img img {
    width: 100% !important;
    height: 180px !important;
/*     object-fit: cover; */
    /*border-radius: 20px !important;*/
    transition: .5s;
}

.port_clm:hover img {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.pro_checkBox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .5s;
  line-height: 25px;
}
.pro_checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pro_mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 5px;
}
.pro_checkBox:hover input ~ .pro_mark {
  background-color: #fff;
}
.pro_checkBox input:checked ~ .pro_mark {
  background-color: #fff;
}
.pro_mark:after {
  content: "";
  position: absolute;
  display: none;
}
.pro_checkBox input:checked ~ .pro_mark:after {
  display: block;
}
.pro_checkBox .pro_mark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #3a67ff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hide_on_desktop {
    display: none;
}




.sorting_btn i.fa.fa-angle-up {
    transform: rotate(180deg);
    font-size: 15px;
}
.openFilter i.fa.fa-angle-up {
    transform: rotate(0deg) !important;
}
.fr {
    float: right;
}
.sorting_btn {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.sorting_btn i {
    transition: .5s;
}
.p0 {
    padding: 0;
}
.filter_wrap {
    margin-top: 20px;
}


.clm_head {
    display: flex;
    justify-content: space-between;
/*     align-items: center; */
}

ul.port_ratings {
    margin: 0;
}

ul.port_ratings li {
    display: inline-block;
    margin: 0 0 0 10px;
}

ul.port_ratings li {}

ul.port_ratings li i.fa.fa-star {
    color: #fdb008;
}
.w100 {
    width: 100% !important;
}

.port_clm {
    background-color: #fff;
    margin-bottom: 25px !important;
    box-shadow: 0px 10px 10px 0px #0000001a;
    border-radius: 5px;
    border-radius: 10px;
}



.m0{margin: 0 !important;}









.purple {
    color: #8B17E9;
}
.txt_color{
    color: #002140;
}

div#mySlider .buttons a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #44cdff;
    position: absolute;
    left: -12px;
    top: -12px;
}

div#mySlider .buttons a:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #44cdff;
    position: absolute;
    right: -12px;
    bottom: -12px;
}



.development_txt {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    position: relative;
    padding-top: 28px;
}
div#mySlider ruby {
    text-shadow: 3px 3px 0px #fdaf05, -2px 2px 6px #44cdff;
}

div#mySlider p:before {
    content: url(https://devu12.onlinetestingserver.com/temlate_hub/wp-content/uploads/2022/06/Group-6279-1.png);
    ;margin-right: 10px;
}
div#mySlider .buttons a {
    padding: 20px 30px !important;
    border-radius: 0px 25px 0 25px !important;
}









/*div#Design_Showcase {
    background-image: url(https://devu12.onlinetestingserver.com/temlate_hub/wp-content/uploads/2022/06/body_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 122%;
}*/
.cat-parent {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
div#sidebar div#woocommerce_product_categories-2 ul.product-categories li.cat-parent ul li a {
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
}
div#sidebar div#woocommerce_product_categories-2 ul.product-categories li.cat-parent ul {margin: 20px 0 20px 0 !important;padding: 0 !important;}
    
.designer_clm {
    padding-left: 2% !important;
}

/*.wpb_widgetised_column,.pro_sidebar_wrap {
    box-shadow: 0px 5px 36px 0px #00000014;
    padding: 25px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 25px;
}*/
.pro_sidebar_wrap ul li {
    list-style: none;
    margin: 15px 0;
    text-transform: capitalize;
}
.pro_sidebar_wrap ul {
    margin: 0px 0 0px 0;
}
/* .pro_sidebar_wrap ul li label {
    color: #61768C;
    font-size: 15px;
    font-family: Gilory_R;
    letter-spacing: 1px;
} */
.pro_sidebar_wrap ul li label {
    color: #000000;
    font-size: 15px;
    font-family: Gilory_R;
    letter-spacing: 1px;
    font-weight: 600;
}
.pro_sidebar_wrap ul li label span {
    color: #61768C !important;
    float: right;
}
.pro_side_clm {
    margin-bottom: 25px;
    border-bottom: 1px solid #d0d7ee;
    /* padding-bottom: 5px; */
    /* background-color: #fff; */
    padding: 0px 0 20px 0;
    /* box-shadow: 0px 0px 10px 0px #0000001a; */
    /* border-radius: 5px; */
}
.pro_side_clm:last-child {
    margin-bottom: 0;
}
p.cat__title {
    padding: 0;
	margin-bottom:10px;
	color: #002140;
    font-size: 17px;
    position: relative;
	cursor:pointer;
}
.cat__wrap h4 {
    margin: 10px 0 20px 0 !important;
}


p.cat__title:before {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: fontawesome;
    transition: .5s;
}

.wpb_widgetised_column:last-child, .pro_sidebar_wrap:last-child {
    margin-bottom: 0;
}

 div#footer-outer {
  /*  background-image: url(https://devu12.onlinetestingserver.com/temlate_hub/wp-content/uploads/2022/06/Rounded-Rectangle-12.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 60px;
    border-radius: 40px;
    padding: 0px 40px;
	 */
	
} 
#footer-outer #footer-widgets h4 {
    font-family: Merriweather sans;
    font-weight: 100 !important;
    text-transform: capitalize !important;
}



div#ajax-content-wrap {
    background-color: #FCFDFF;
/*     background-image: url(https://devu12.onlinetestingserver.com/temlate_hub/wp-content/uploads/2022/06/body_bg.png); */
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
div#copyright {
    background-color: transparent !important;
    padding-top: 0 !important;
}
.txtshadow{
	text-shadow: 3px 3px 0px #fdaf05, -2px 2px 6px #44cdff;}









.waitMe_progress_elem1 {
    background-color: red !important;
}
.waitMe_progress_elem2 {
    background-color: yellow !important;
}
.waitMe_progress_elem3 {
    background-color: green !important;
}

.waitMe_container .waitMe_progress.bounce > div {
    margin: 0 5px !important;
}


html body div .go_live_btn {
    margin: auto;
    display: table;
    background-color: transparent !important;
    border: 2px solid #3A67FF;
    color: #3A67FF;
    font-family: Gilory_B !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 0px !important;
    height: 40px;
    line-height: 3px;
    width: 120px;
    text-transform: uppercase !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
html body div button.go_live_btn:before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #3a67ff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99 !important;
    transition: .5s !important;
}
html body div button.go_live_btn span{
	position:relative;
	z-index:99999;
}
html body div button.go_live_btn:hover:before{
	width: 100% !important;
	color:#fff !important;
}
html body div button.go_live_btn:hover span{
	color:#fff !important;
}
html body div button.go_live_btn span{
	transition:.5s !important;''
}
html body div button.go_live_btn:hover{
	background-color:transparent !important;
	transform:unset !important;
	box-shadow:none !important;
}
div#lottie1 {
    width: 90%;
    height: 200px;
	margin:auto;
}
.tc {
    text-align: center;
}








div#sidebarWrap {
    height: 400px;
/*     width: 310px; */
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    float: left;
}

.in_sidebar {
    width: 270px;
    height: 300px;
    position: absolute;
    /* background:#111; */
}

.in_sidebar.fixed {
    position: fixed;
    top: 50px;
}

.filter {
    display: inline-block;
    max-width: 140px;
    margin-right: 1rem;
    background: transparent !important;
    border: 1px solid #4bb7fe !important;
    font-size: 13px !important;
}

.header-with-filter {
    display: flex;
    justify-content: space-between;
}

.filter-btn {
    display: inline-block;
    padding: 1rem 1rem;
    border: navajowhite;
    background: #4bb7fe;
    color: #fff;
    cursor: pointer;
    transition: .5s;
}

.filter-btn:hover {
    opacity: .8;
}

.header-with-filter h6{margin-bottom:1rem;}


@media(max-width: 1600px){
div#mysearch .row-bg.using-image {
    background-position: center 19px !important;
}
}


@media(max-width: 1366px){
.poppup_box {
    top: 18px !important;
}	
div#lottie1 {
    height: 150px;
}	
div#mysearch {
    padding-top: 150px !important;
}	

div#mysearch .row-bg.using-image {
    background-position: center 100px !important;
    background-size: 100%;
}	
div#mySlider h2 ruby {
    font-size: 80px;
}

div#mySlider h2 {
    line-height: 55px;
}
.port_img img {
    height: 155px !important;
}	
div#ajax-content-wrap {
    background-position: 0% -105px !important;
}	
}


@media(max-width: 1280px){
.port_img img {
    height: 148px !important;
}
}

@media(max-width: 1024px){
.poppup_box {
    width: 60% !important;
}	
/* img.upload_icon {
	height:35px !important;
    width: 35px !important;
    height: 35px !important;
}	 */
/* button.copy i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}	 */
span.pro_tag {
    display: inline-block;
    width: 70px;
    text-align: center;
}	
.port_img img {
    height: 118px !important;
}	
.clm_head {
    /*display: inline-block !important;*/
}
ul.port_ratings li {
    margin: 0 10px 0px 0px;
}   
div#mySlider h2 {
    line-height: 65px !important;
}
div#mySlider h2 ruby {
    font-size: 65px;
}
div#mySlider p:before {
    width: 214px;
    overflow: hidden;
    display: inline-block;
}
div#mySlider .content p span {
    font-size: 18px;
}
.in_sidebar {
/*     width: 230px !important; */
}
#sidebarWrap {
/*     width: 240px !important; */
	display:none;
    }
}




@media(max-width: 800px){
.poppup_box {
    top: 100px !important;
}	
.poppup_box {
    width: 90% !important;
}	
div#mysearch {
    padding-top: 10px !important;
}		
#footer-outer #copyright[data-layout="centered"] .col.span_5 {
    width: 100% !important;
}
#footer-outer #copyright .container div:last-child {
    float: right;
    width: 100%;
}
#footer-outer #copyright[data-layout="centered"] .widget_nav_menu li, #footer-outer #copyright[data-layout="centered"] .widget_pages li {
    margin: 0 5px !important;
}	
#footer-outer a, #footer-outer p {
    font-size: 15px !important;
}	

#footer-outer #copyright .col {
    float: left !important;
    width: 100% !important;
}	
div#Design_Showcase {
    padding-top: 0px !important;
}	
.port_img img {
    height: auto !important;
}	
#header-outer .row .col.span_9 form.search-form {
    display: none;
}    
.hide_from_800 {
    display: none;
}    
div#mySlider h2 {
    line-height: 45px !important;
}
div#mySlider h2 ruby {
    font-size: 48px;
}   
div#footer-outer {
    margin: 0px 40px;
    padding: 0px 40px;
}
div#mySlider p:before {
    width: 164px;
    overflow: hidden;
    display: inline-block;
}
div#mySlider .content p span {
    font-size: 16px;
}
.development_txt {
    font-size: 20px;
    line-height: 16px;
}
div#mySlider .buttons a {
    padding: 16px 22px !important;
    border-radius: 0px 25px 0 25px !important;
    font-size: 15px !important;
}
html body div#slide-out-widget-area .inner-wrap .inner form.search-form button {
    position: relative !important;
    left: 0;
    background-color: white !important;
    top: 25px !important;
    bottom: 0;
    padding: 10px 10px !important;
    display: inline-block !important;
    width: 100%;
    border-radius: 30px !important;
}
div#slide-out-widget-area .inner-wrap .inner form.search-form input.search-field {
    background-color: #fff !important;
    border-radius: 30px;
    padding: 8px 10px 8px 20px;
}
div#slide-out-widget-area {
    padding: 20px !important;
}
form.search-form {
    width: 100% !important;
    position: relative;
} 
html body div#slide-out-widget-area .inner-wrap .inner form.search-form button span.normal.icon-salient-search {
    display: none;
}
form.search-form button span.text {
    display: block !important;
    color: #44cdff;
}
	div#sidebarWrap {
     height: auto;
    }
}







@media(max-width: 480px){

span.development_txt {
    padding-top: 15px;
}
span.development_txt:before {
    transform: scale(0.6);
}	
div#mySlider h2 {
    line-height: 36px !important;
}   
div#footer-outer {
margin: 0px 20px;
padding: 0px 20px;
}
.development_txt {
    font-size: 17px;
    line-height: 16px;
}
div#mySlider h2 ruby {
    font-size: 36px;
}
div#mySlider p:before {
    width: 74px;
    overflow: hidden;
    display: inline-block;
}
.header-with-filter {

    display: inherit;
	margin-bottom: 1rem;
	}
	.filter {   
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
	}
	.filter-btn {
    width: 100%;
	}
}

@media(max-width: 414px){
span.pro_tag {
    width: 65px;
    display: inline-block;
    text-align: center;
}	
div#mysearch h3 {
    font-size: 30px;
}	
.development_txt {
    font-size: 15px;
    line-height: 16px;
}   
div#mySlider h2 ruby {
    font-size: 29px;
}
div#mySlider h2 {
    line-height: 32px !important;
}   
div#mySlider .content p span {
    font-size: 14px;
}   
div#mySlider .buttons a {
    padding: 13px 22px !important;
    border-radius: 0px 25px 0 25px !important;
    font-size: 13px !important;
}
}

