@charset "UTF-8";
/* 
Theme Name: Water Trade Center
Theme URI: https://webskitters.com/ 
Author: webskitters Team 
Author URI: https://webskitters.com/meet-the-team/ 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}

h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 1.2;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #006FB5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #03A9F4;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus {
    outline: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    color: #76777D;
    border: 1px solid #D0D0D0;
    height: 58px;
    padding: 0 16px;
    outline: none !important;
    /* text-transform: capitalize; */
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    padding: 12px 16px;
    width: 100%;
    color: #76777D;
    height: 220px;
    resize: none;
    outline: none !important;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(assets/images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #006FB5;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 30px;
    padding: 11px 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}

input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #505050;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #505050;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #505050;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #505050;
}

/* images alignment for wordpress content pages */

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(assets/images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #03A9F4;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* custom radio end */
/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #03A9F4;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #03A9F4;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
    padding: 0;
    width: 210px;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 17px 23px;
}

a {
    display: inline-block;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover {
    background: #03a9f5;
}

.navbar-nav>li>a:after {
    /* content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #fff;
}

/* 
        .navbar-nav>li.current-menu-item>a:after,
        .navbar-nav>li>a:hover:after,
        .navbar-nav>li.menu-item-has-children:hover>a:after {
            width: 100%;
        } */
/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #03a9f5;
    color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

/* for push-menu */

.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

ul {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
    margin-bottom: 0;
}

.iner_info_hdr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
    margin-left: auto;
}

.info_right li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 34px;
}

.info_right li:last-child {
    margin-right: 0;
}

.info_right li span {
    width: 40px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.hdr_search_frm .hdr_btn {
    width: 30px;
    height: 30px;
    background: #006FB5 url(assets/images/search.svg) no-repeat center center;
    border-radius: 50%;
    padding: 5px;
    background-size: 13px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.hdr_search_frm .hdr_btn:hover {
    background: #000 url(assets/images/search.svg) no-repeat center center;
    background-size: 13px;
}

.hdr_search_frm input[type="search"] {
    height: 42px;
    border: 1px solid #0177C1;
    border-radius: 10px;
    background: #F7F7F7;
    padding-left: 18px;
    font-size: 12px;
    line-height: 14px;
    color: #505050;
    width: 100%;
    padding-right: 50px;
}

.hdr_search_frm {
    position: relative;
}

.hdr_search {
    margin-right: 45px;
    width: 48%;
}

.info_right li a {
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.info_right li a:hover {
    color: #006FB5;
}

.bottm_hdr .navbar-nav>li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30%;
    background: #fff;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s all ease-in-out;
}

.bottm_hdr .navbar-nav>li:first-child::before {
    right: 1px;
}

.bottm_hdr .navbar-nav>li:hover:before {
    background: #006FB5;
}

.bottm_hdr .navbar-nav>li.menu-item-has-children a {
    padding-right: 35px;
}

.top_hdr_info {
    padding: 10px 0;
    border-top: 2px solid #006FB5;
}

.bottm_hdr {
    background: #006FB5;
    border-bottom: 2px solid #03a9f5;
}

.logo {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 18%;
}

.clickD {
    background: url(assets/images/sort-down.svg) no-repeat center center;
    background-size: 10px;
    right: 14px;
    top: 21px;
    width: 18px;
    height: 16px;
    position: absolute;
    border-radius: 2px;
}

.navbar-nav>li.menu-item-has-children .sub-menu .clickD {
    /* filter: brightness(100) invert(1); */
    top: 10px;
    /* background: #000; */
}

.inner_banner figure img {
    width: 100%;
}

.slider_box {
    position: relative;
}

.banner_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.inner_content {
    max-width: 514px;
}

.slider_box::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: url(assets/images/overlay.png) no-repeat 0 0, url(assets/images/over_img.png) no-repeat 62% center;
    background-size: 100% 100%, 43%;
    top: 0;
    left: 0;
    z-index: 1;
}

.inner_content span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #03a9f5;
    letter-spacing: 2px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.inner_content h1 {
    color: #fff;
}

.inner_content p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

span {
    display: inline-block;
}

.all_btn {
    padding: 17px 40px;
    background: #006FB5;
    color: #fff;
    border-radius: 30px;
}

.all_btn:hover {
    background: #000;
    color: #fff;
}

.inner_banner .slick-dots {
    top: 50%;
    bottom: inherit;
    left: 20%;
}

.inner_banner .slick-dots li button {
    /* background: #fff;
    width: 9px;
    height: 9px;
    border-radius: 50%; */
    z-index: 1;
    opacity: 1;
}

.inner_banner .slick-dots li.slick-active button {
    /* background: #03A9F4; */
    width: 20px;
    height: 20px;
    border: 1px solid #03A9F4;
    border-radius: 50%;
}

.inner_banner .slick-dots li.slick-active button::before {
    background: #03A9F4;
}

.inner_banner .slick-dots li button::before {
    background: #fff;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner_banner .slick-dots li {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

.inner_banner .slick-dots li:last-child {
    margin-bottom: 0;
}

.inner_banner .slick-dots {
    line-height: 1;
    width: auto;
    left: 1%;
    z-index: 1;
    transform: translateY(-50%);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider_box figure {
    margin-bottom: 0;
}

.slick-vertical .slick-slide {
    border: 0;
}

.common_gap {
    padding: 70px 0;
}

.left_iner_box h4 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.left_iner_box span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.left_iner_box strong {
    display: block;
    color: #006FB5;
    font-weight: 500;
    font-size: 14px;
}

.right_bids {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_prodct ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
}

.left_prodct ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.left_prodct ul li figure {
    background: #F8F8F8;
    border-radius: 8px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 80px;
}

.left_prodct ul li .all_btn {
    font-size: 13px;
    padding: 7px 17px;
}

.left_iner_box {
    margin-right: 20px;
}

.left_prodct {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.product_main_cont h3,
.left_prodct h3 {
    background: #0177C1;
    color: #fff;
    padding: 10px 17px;
    margin-bottom: 0;
}

.left_prodct ul {
    padding: 10px;
}

.btm_blog_area.left_prodct ul li .right_bids {
    width: 70%;
    display: block;
}

.btm_blog_area.left_prodct ul li .left_iner_box {
    margin-right: 0;
}

.left_prodct:not(:last-child) {
    margin-bottom: 15px;
}

.blog_last .left_iner_box a {
    font-size: 16px;
    color: #000;
}

.blog_last .left_iner_box a:hover {
    color: #0177C1;
}

.blog_last .left_iner_box span {
    color: #B3B4B5;
    font-size: 13px;
    text-transform: initial;
}

.prdct_mian_cont a {
    text-align: center;
    padding: 10px;
    box-shadow: 0px 4px 30px 0px #0000001A;
    background: #fff;
    display: block;
}

.prdct_mian_cont a figure {
    background: #F8F8F8;
    padding: 10px;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prdct_mian_cont a:hover p {
    color: #006FB5;
}

.prdct_mian_cont a p {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.4s all ease-in-out;
}

.prdct_descptn {
    padding: 10px 10px;
}

.otr_prdct {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.prdct_mian_cont {
    padding: 0 7.50px;
    margin-bottom: 15px;
}

.products_iner_part .product_box {
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.product_box figure {
    background: #f8f8f8;
    padding: 30px 10px;
    border-radius: 10px;
    min-height: 214px;
}

.prdct_mian {
    margin: 0 -7.50px;
}

.product_box {
    padding: 20px;
}

.pagintn {
    text-align: center;
    margin: 30px 0 15px;
}

.inner_offer h3 {
    font-size: 36px;
    color: #fff;
}

.inner_offer h3 mark {
    color: #0177C1;
    background: transparent;
}

.offer_box {
    max-width: 508px;
    position: relative;
    z-index: 1;
}

.inner_offer {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 80px 40px;
}

.inner_offer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: url(assets/images/offer_ovrly.png) no-repeat 0 0;
    background-size: 100% 100%;
    z-index: 1;
}

.offer_box span {
    color: #fff;
    padding: 5px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.offer_box span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0%, 95% 51%, 100% 100%, 17px 100%, 7% 0, 0 0);
    background: #03a9f5;
    z-index: -1;
    left: 0;
    top: 0;
}

.offer_box span::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: #03a9f5;
    z-index: -1;
    border-radius: 50%;
    left: 4px;
    top: -10px;
}

.offer_box p {
    color: #fff;
}

.offer_box mark {
    color: #fff;
    background: transparent;
    font-size: 42px;
    line-height: 1;
    padding: 0;
}

.inner_news h2 {
    text-align: center;
    color: #0177C1;
    text-transform: capitalize;
}

.news_box a {
    display: block;
}

.news_box figure img {
    width: 100%;
}

.news_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 10px 20px;
}

.news_box mark {
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #0177C1;
    text-transform: capitalize;
    padding: 0;
    display: block;
    margin-bottom: 8px;
}

.news_box h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: 0.4s all ease-in-out;
}

.news_box p {
    font-size: 14px;
    color: #484848;
}

.news_box span {
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
}

.news_box a:hover h5 {
    color: #0177C1;
}

.see_all {
    text-align: center;
    margin-top: 50px;
}

.print_box img {
    width: 100%;
}

.print_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.print_box .print_cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(23, 70, 101, 0.87);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
}

.print_cont h3 {
    color: #fff;
}

.print_cont h3 span {
    color: #0177C1;
}

.print_cont p {
    color: #fff;
}

.print_main_cont:last-child .print_box::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/images/print_over_img.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.print_main_cont:last-child .print_box .print_cont {
    background: transparent;
}

.inner_register ul li {
    display: inline-block;
    margin-right: 22px;
}

.inner_register ul li:last-child .all_btn {
    background: #03a9f5;
    text-transform: capitalize;
}

.inner_register ul li:last-child .all_btn:hover {
    color: #fff;
    background: #000;
}

.inner_register ul li:last-child {
    margin-right: 0;
}

.inner_register {
    max-width: 500px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.register_sec {
    position: relative;
    padding: 100px 0;
}

.register_sec::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(assets/images/register_over.png) no-repeat right 0;
    background-size: 100% 100%;
}

.inner_register h2 {
    color: #fff;
}

.inner_register h4 {
    color: #fff;
    font-size: 27px;
    line-height: 1.3em;
}

.inner_register p {
    color: #fff;
}

.fter_main_cont .socail_media li {
    display: inline-block;
    margin-right: 4px;
}

.fter_main_cont .socail_media li:last-child {
    margin-right: 0;
}

.fter_main_cont .socail_media li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006FB5;
    color: #fff;
}

.fter_main_cont .socail_media li a:hover {
    background: #000;
    color: #fff;
}

.fter {
    padding-top: 70px;
    border-bottom: 2px solid #03a9f5;
    position: relative;
}

.fter::before {
    position: absolute;
    content: "";
    width: 11%;
    height: 46%;
    left: 0;
    top: 0;
    background: url(assets/images/fter_shp.png) no-repeat 0 0;
    background-size: contain;
}

.fter_main_cont figure {
    margin-bottom: 20px;
}

.fter_right_links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.fter_right_links .fter_links_box {
    width: 33.33%;
    padding: 0 15px;
}

.fter_links_box ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
}

.fter_links_box ul li.active_ftr a,
.fter_links_box ul li a:hover {
    color: #006FB5;
}

.fter_links_box ul li:not(:last-child) {
    margin-bottom: 15px;
}

.fter_links_box h4 {
    color: #03a9f5;
    text-transform: uppercase;
}

.loaction {
    background: url(assets/images/location.svg) no-repeat 0 5px;
    background-size: 20px;
}

.mail {
    background: url(assets/images/at-the-rate.svg) no-repeat 0 5px;
    background-size: 20px;
}

.phone2 {
    background: url(assets/images/phone.svg) no-repeat 0 5px;
    background-size: 20px;
}

.phone {
    background: url(assets/images/call.svg) no-repeat 0 5px;
    background-size: 20px;
}

.fter_address.fter_links_box ul li {
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.loaction address {
    margin-bottom: 0;
}

.copyright {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid rgba(3, 61, 98, 0.3);
    margin-top: 50px;
}

.active_sec {
    background: #fbfbfb;
}

.active_box {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px;
    transition: 0.4s all ease-in-out;
    position: relative;
}

.active_box figure {
    text-align: center;
}

.active_content p a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
}

.active_content p a:hover {
    color: #03A9F4;
}

.active_content p {
    margin-bottom: 10px;
}

.inner_close h4,
.inner_active h4 {
    color: #03a9f5;
}

.active_content ul {
    display: flex;
    flex-wrap: wrap;
    background: #EFFAFF;
    border-radius: 10px;
    padding: 20px 12px 5px 12px;
    margin-bottom: 15px;
}

.active_content ul li {
    width: 100%;
    max-width: 49.99%;
    margin-bottom: 12px;
}

.active_content ul li strong {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #03a9f5;
}

.active_content ul li span {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.active_box:hover {
    box-shadow: 0px 14px 25px #EEEEEE;
}

.active_content .all_btn {
    padding: 8px 35px;
}

.left_time {
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px 17px;
    background: #03a9f5;
    border-radius: 20px;
    /* position: absolute;
    right: 0;
    top: 0; */
    letter-spacing: 0.2px;
    margin-left: auto;
    display: table;
}

.close_sec .active_box {
    display: flex;
    flex-wrap: wrap;
    background: #EFFAFF;
}

.close_sec .active_box figure {
    width: 40%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 10px;
}

.close_sec .active_box .active_content {
    width: 60%;
    padding-left: 10px;
}

.close_sec .active_content ul {
    padding: 0;
}

.close_sec .active_content ul {
    margin: 0;
}

.bg_color {
    background: #fff;
}

.modal-dialog {
    max-width: 90%;
}

.active_body ul {
    display: flex;
    margin: 0 -15px 34px;
    width: 90%;
}

.active_body ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.active_body ul li input[type="text"],
.active_body ul li select {
    background: #EFFAFF;
    border-radius: 12px;
    font-weight: 500;
    font-size: 24px;
    color: #03A9F4;
    width: 60%;
    height: 70px;
}

.active_body ul li label {
    width: 36%;
    font-size: 18px;
    font-weight: 600;
}

.modal-header .btn-close {
    background: #000 url(assets/images/close.svg) no-repeat center center;
    background-size: 15px;
    opacity: 1;
    border-radius: 50%;
}

.modal-header {
    border-bottom: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    padding: 0;
}

.modal-body {
    padding: 40px 30px;
}

.active_body p {
    color: #AFAFAF;
}

.modal-content {
    border: 0;
    border-radius: 10px;
}

.init_main_cont label {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
}

.init_main_cont select {
    font-size: 14px;
    line-height: 16px;
    color: #232121;
    text-transform: capitalize;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    background: url(assets/images/down-arrow.svg) no-repeat 96% center;
    background-size: 12px;
    height: 54px;
    font-weight: 700;
}

.init_main {
    align-items: flex-end;
}

.init_main input[type="submit"] {
    padding: 16px 90px;
    font-weight: 400;
}

.inner_info h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.info_box ul li {
    padding-left: 30px;
    padding-bottom: 10px;
}

.info_box {
    background: #F8F8F8;
    padding: 20px 15px;
    border-radius: 5px;
}

.info_box ul li a {
    font-size: 26px;
    color: #111111;
}

.info_box ul li a:hover {
    color: #006FB5;
}

.info_box ul li.phone {
    background-size: 23px;
    background-position: 0 8px;
}

.info_box ul li.mail {
    background-size: 23px;
    background-position: 0 11px;
}

.form_main_cont ul li:not(:last-child) {
    margin-bottom: 20px;
}

.form_main_cont ul li label {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    color: #121313;
    margin-bottom: 10px;
}

.form_main_cont iframe {
    width: 100%;
    height: 100%;
    min-height: 698px;
}

.inner_form {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.09);
}

.form_main_cont form {
    padding: 38px 30px;
}

.form_main_cont input[type="submit"] {
    padding: 15px 50px;
}

.contact_form {
    position: relative;
    padding-bottom: 70px;
}

.contact_form::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 73%;
    background: #F8F8F8;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.inner_freelance ul.resp-tabs-list {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #DEECF5;
}

.inner_freelance ul.resp-tabs-list li {
    float: none;
    margin: 0 !important;
}

.grid_itam {
    width: 33.33%;
    float: left;
    display: block;
    padding: 0 8px 16px;
}

.grid {
    margin: 0 -8px;
    width: 100%;
    height: 100%;
    /* display: flex;
        flex-wrap: wrap;
        justify-content: center; */
}

.grid_itam img {
    width: 100%;
    border-radius: 10px;
}

.inner_freelance .resp-tab-content {
    border: 0;
    padding: 0;
}

.inner_freelance .resp-tabs-list li {
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    background: transparent !important;
    padding: 0 60px 30px 60px !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
}

.inner_freelance .resp-tabs-list li.resp-tab-active {
    border-color: #006FB5 !important;
}

.freelance_sec {
    background: #F8F8F8;
}

.freelance_sec .resp-tabs-container {
    background-color: transparent;
}

.cata_left_main {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 24px 17px;
}

.left_cata ul li {
    margin-bottom: 18px;
}

.left_cata ul li a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.left_cata ul li a:hover {
    color: #03a9f5;
}

.left_cata ul li a span {
    color: #8B8B8B;
}

.left_cata ul li:last-child {
    margin-bottom: 0;
}

.left_cata:not(:last-child) {
    margin-bottom: 30px;
}

.date_cata ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.date_cata ul li {
    width: 49.99%;
    padding: 0 6px;
    margin-bottom: 0;
}

.date_cata ul li input {
    height: 32px;
    font-size: 13px;
    line-height: 17px;
    border: 1px solid #ACA4A4;
    border-radius: 4px;
    padding: 0 25px 0 10px;
    color: #000000;
    background: url(assets/images/calender.svg) no-repeat 94% center;
    background-size: 15px;
}

.date_cata ul li input::-webkit-input-placeholder {
    opacity: 1;
}

.date_cata ul li input::-moz-placeholder {
    opacity: 1;
}

.date_cata ul li input::placeholder {
    opacity: 1;
}

.left_cata h5 {
    margin-bottom: 10px;
}

.inr_box {
    background: #fff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.inr_content {
    padding: 15px;
}

.inr_content a {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.inr_content a:hover {
    color: #03a9f5;
}

.inr_content p {
    font-size: 12px;
    line-height: 20px;
    color: #535353;
    margin-bottom: 10px;
}

.posted_time {
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    background: url(assets/images/admin_icon.svg) no-repeat 0 0;
    background-size: 15px;
    padding: 3px 20px 3px 20px;
}

.inr_box figure img {
    width: 100%;
}

.inr_box figure {
    margin-bottom: 0;
}

.news_sec {
    background: #f8f8f8;
}

.banner {
    position: relative;
}

.banner figure {
    margin-bottom: 0;
    position: relative;
}

.banner figure img {
    width: 100%;
}

.banner figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1;
}

.bnr_content {
    position: absolute;
    content: "";
    width: 100%;
    top: 25%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bnr_content h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.3em;
}

.bnr_content.blog_banner h1 {
    font-size: 40px;
}

.inner_bnr_box {
    max-width: 800px;
}

.inner_details figure img {
    width: 100%;
}

.inner_details ul li figure {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
}

.inner_details ul li {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.inner_details ul li span {
    font-weight: 500;
    font-size: 21px;
    color: #000000;
    margin-left: 10px;
}

.inner_details ul li i {
    font-size: 23px;
}

.inner_details ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form_input_radio {
    position: relative;
    margin: 0;
    padding-left: 22px;
}

.form_input_radio span {
    margin: 0;
    padding: 0;
}

.form_input_radio input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 23px;
    height: 21px;
    border: 1px solid #000000;
    /* border-radius: 100%; */
    background: #fff;
}

.form_input_radio input[type="radio"]+span::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(assets/images/checked.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
  
} */

.form_input_radio input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.details_part {
    background: #f8f8f8;
}

.repost_area ul li span,
.repost_area ul li a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.repost_area ul li a img {
    margin-right: 10px;
}

.repost_area ul li i {
    font-size: 23px;
    margin-right: 10px;
}

.repost_area ul li:not(:last-child) {
    margin-right: 60px;
}

.repost_area form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.repost_area ul {
    margin-bottom: 0;
}

.repost_area {
    padding: 34px 0;
    border-top: 1px solid rgba(3, 61, 98, 0.3);
    margin-top: 70px;
}

.repost_btn input[type="submit"] {
    padding: 16px 60px;
}

/* .active {
        display: none;
    } */

.voteing .active {
    display: block;
}

.voteing .normal {
    display: none;
}

.blog_popap ul li:not(:last-child) {
    margin-bottom: 20px;
}

.drop-zone p {
    margin-bottom: 0;
}

.blog_cata_main label,
.blog_popap ul li label {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.drop_zone {
    background: #F8F8F8;
    border-radius: 10px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.file_input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.drop_zone .normal_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preview canvas {
    border-radius: 10px;
    overflow: hidden;
}

.blog_body ul {
    margin-bottom: 30px;
}

.drag_main {
    margin-bottom: 30px;
}

.publish_btn {
    text-align: left;
}

.form_input_check {
    position: relative;
    margin: 0;
    padding-left: 40px;
}

.form_input_check span {
    margin: 0;
    padding: 0;
}

.form_input_check input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 2px;
}

.form_input_check input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(assets/images/checked.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
  
} */

.form_input_check input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog_cata_main_cont .form_input_check span {
    font-size: 12px;
    line-height: 20px;
    color: #535353;
}

.publish_btn input[type="submit"] {
    text-transform: capitalize;
    padding: 14px 45px;
}

.blog_cata_main {
    align-items: center;
}

.inner_sell figure img {
    width: 100%;
}

.inner_sell h4 {
    color: #006FB5;
}

.inner_sell ul {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.inner_sell ul li .form_input_radio input[type="radio"]+span::before {
    width: 100%;
    height: 100%;
    border: 0;
    background: #F0EAEA;
    z-index: -1;
    top: 0;
    left: 0;
}

.inner_sell ul li .form_input_radio span {
    height: 100px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    padding: 20px 30px;
    z-index: 1;
}

.inner_sell ul li .form_input_radio input[type="radio"]+span::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #EFFAFF;
    z-index: -1;
    left: 0;
    top: 0;
}

.inner_sell ul li:not(:last-child) {
    margin-right: 40px;
}

.inner_sell ul li .form_input_radio {
    overflow: hidden;
    border-radius: 12px;
    padding-left: 0;
}

.inner_sell input[type="submit"] {
    padding: 12px 45px;
}

.similar_main_cont figure {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

.similar_main_cont figure img {
    width: 100%;
}

.similar_sec {
    background: #F8F8F8;
}

.inner_sell figure {
    border-radius: 10px;
    overflow: hidden;
}

.inner_similar h2 {
    margin-bottom: 40px;
}

.product_sec .pagintn {
    margin: 50px 0 15px;
}

.prdct_slider {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 20px;
}

.prdct_slider_box a {
    text-align: center;
    display: block;
}

.prdct_slider_box span {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    transition: 0.4s all ease-in-out;
}

.prdct_slider_box a:hover span {
    color: #006FB5;
}

.prdct_slider_box figure img {
    margin: 0 auto;
}

.prdct_slider_box figure {
    min-height: 64px;
}

.prdct_slider.slick-initialized .slick-slide {
    padding: 0 10px;
}

.prdct_slider .slick-next {
    background: url(assets/images/right_arrow.svg) no-repeat center center;
    background-size: contain;
    right: 6px;
}

.prdct_slider .slick-prev {
    background: url(assets/images/left_arrow.svg) no-repeat center center;
    background-size: contain;
    left: 6px;
    z-index: 1;
}

.prdct_slider .slick-arrow {
    width: 34px;
    height: 34px;
    transition: 0.4s all ease-in-out;
}

.prdct_slider button::before {
    display: none;
}

.prdct_slider .slick-arrow.slick-disabled {
    opacity: 0;
}

.multi_main_cont figure {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px 10px;
}

.multi_main {
    align-items: center;
    border-bottom: 1px solid #D7D5D5;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.multi_main:last-child {
    margin-bottom: 0;
}

.prcie {
    font-weight: 500;
    font-size: 27px;
    line-height: 31px;
    color: #0177C1;
    margin-bottom: 10px;
}

.serice_part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serice_part>* {
    width: 49.99%;
}

.left_serice ul li span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0177C1;
}

.multi_main_cont h4 {
    font-weight: 400;
}

.multi_main_cont h4 a {
    color: #000;
}

.multi_main_cont h4 a:hover {
    color: #0177C1;
}

.multi_main_cont ul li {
    margin-bottom: 10px;
}

.right_serice ul li {
    position: relative;
    padding-left: 20px;
}

.right_serice ul li::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #2A79D8;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.search_main .prdct_slider {
    margin-bottom: 50px;
}

.product_sec .cata_left_main ul li a,
.products_search .cata_left_main ul li a {
    color: #403D3D;
}

.product_sec .cata_left_main ul li a:hover,
.products_search .cata_left_main ul li a:hover {
    color: #000;
}

.navbar-nav>li.menu-item-has-children>.clickD {
    top: 18px;
}

.freelance_banner::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: url(assets/images/freelance_overlay.png) no-repeat 0 0;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.freelance_banner .bnr_content {
    z-index: 2;
}

.freelance_banner h1 {
    font-size: 40px;
}

.freelance_banner p {
    color: #fff;
}

.freelance_banner .inner_bnr_box {
    max-width: 520px;
}

.inr_box figure a {
    width: 100%;
}

.products_iner_part .product_box a {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
    min-height: 40px;
}

.products_iner_part .product_box a:hover {
    color: #006FB5;
}

.products_iner_part .product_box span {
    color: #006FB5;
    display: block;
}

/*support 1/11/2022*/
.job_wrap {
    background-color: #fff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.2);
    padding: 35px 15px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.job_wrap h3 {
    font-weight: 700;
    font-size: 24px;
    color: #0177C1;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.job_wrap p {
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.job_wrap .job_specification {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.job_wrap .job_specification li {
    background-color: #EEF6FC;
    border-radius: 6px;
    color: #084468;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    margin-right: 4px;
    padding: 10px 10px;
    margin-bottom: 5px;
}

.single_job_listing .application_button {
    padding: 17px 40px;
    background-color: #006FB5;
    color: #fff;
    border-radius: 30px;
    border: none;
    transition: 0.5;
}

.single_job_listing .application_button:hover {
    background-color: #000000;
}

.job_wrap .all_btn {
    padding: 10px 18px;
    letter-spacing: 0.1px;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
}

.photo_cat_img .woocommerce-product-gallery__wrapper a {
    width: 100%;
}

.photos_summary h1 {
    font-weight: 700;
    font-size: 24px;
    color: #0177C1;
}

.photos_summary .form_input_radio {
    overflow: hidden;
    border-radius: 12px;
    padding-left: 0;
    position: relative;
    z-index: 1;
}

.photos_summary .form_input_radio span {
    height: 100px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    padding: 20px 30px;
    z-index: 1;
}

.photos_summary .form_input_radio input[type="radio"]+span::before {
    width: 100%;
    height: 100%;
    border: 0;
    background: #F0EAEA;
    z-index: -1;
    top: 0;
    left: 0;
}

.photos_summary .form_input_radio input[type="radio"]+span::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #EFFAFF;
    z-index: -1;
    left: 0;
    top: 0;
}

.photos_summary button.button.alt.single_add_to_cart_button {
    padding: 12px 45px;
    background-color: #006FB5;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
    margin-top: 20px;

}

.photos_summary .pld-like-dislike-wrap {
    margin-top: 20px;
}

.photos_summary button.button.alt.single_add_to_cart_button:hover {
    background-color: #000000;
}

.pagination_section {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.page-numbers {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    margin-right: 13px;
}

.page-numbers.current {
    background-color: #0177C1;
    color: #ffffff;
}

a.page-numbers {
    background-color: #EFEEEE;
    border-radius: 5px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    color: #B0B0B0;
    justify-content: center;
    flex-direction: column;
}

.page-numbers:hover {
    background-color: #03a9f5;
    color: #ffffff;
}

a.prev.page-numbers {
    background: url(assets/images/paginate-prevarw.svg) #323D4F no-repeat center;
    font-size: 0;
}

a.next.page-numbers {
    background: url(assets/images/paginate-nxtarw.svg) #323D4F no-repeat center;
    font-size: 0;
}

.job-manager-application-form.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.job-manager-application-form.job-manager-form fieldset .input-text {
    font-size: 16px;
}

.job-manager-application-form.job-manager-form fieldset .field:not(.full-line-checkbox-field) {
    width: 100%;
}

.entry-summary button.button.alt.single_add_to_cart_button {
    padding: 12px 45px;
    background-color: #006FB5;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.entry-summary button.button.alt.single_add_to_cart_button:hover {
    background-color: #000000;
}

.single-service .form-row .col {
    margin-bottom: 15px;
}

.single-service .form-row .col select {
    border: 1px solid #D0D0D0;
    border-radius: 10px;
}

.job_wrap.service_wrap figure {
    height: 200px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.job_wrap.service_wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*support 1/11/2022*/


/* update start 02/11/2022 */

.result_count .woocommerce-result-count,
.sort_wrap .woocommerce-ordering {
    float: none;
}

.count_n_sort_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result_count {
    max-width: calc(100% - 250px);
    width: 100%;
}

.sort_wrap {
    width: 250px;
    padding-left: 20px;
}

.sort_wrap .woocommerce-ordering select.orderby {
    width: 100%;
    cursor: pointer;
    background: #fff url(assets/images/sort-down-1.svg) no-repeat right 15px center !important;
    border-radius: 10px !important;
    background-size: 12px !important;
}

.botm_info .woocommerce-loop-product__title {
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    min-height: 106px;
}

.botm_info .woocommerce-loop-product__title:hover {
    color: #006FB5;
}

.woocommerce-shop .products_iner_part .product_box a {
    display: block;
    max-width: 80%;
    margin: 0 auto 20px;
}

.products_iner_part .product_box span.woocommerce-Price-currencySymbol {
    display: inline-block;
}

.woocommerce div.product span.price {
    display: flex;
    justify-content: center;
}

.woocommerce-shop .products_iner_part .product_box del {
    padding-right: 10px
}

.woocommerce-shop .products_iner_part .product_box ins {
    padding-left: 10px;
}

.woocommerce-shop .products_iner_part .product_box span.details a {
    display: inline-block;
}

.woocommerce-shop .product_box {
    height: 100%;
}

.woocommerce-shop .add_to_cart_button {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
}

.woocommerce-shop .add_to_cart_button:hover {
    background-color: #000 !important;
}

.woocommerce span.onsale {
    padding: 0 !important;
    color: #fff;
    background-color: #006FB5 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #006FB5 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #006FB5 !important;
}

.woocommerce-shop .woof_open_hidden_li a.woof_open_hidden_li_btn {
    color: #006FB5 !important;
}

.woocommerce-shop .woof_open_hidden_li a.woof_open_hidden_li_btn:hover {
    color: #000 !important;
}

/*.woocommerce-shop .woof_products_top_panel {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .woocommerce-shop .woof_products_top_panel li{
        float: none;
    }
    .woocommerce-shop .woof_products_top_panel{
        width: 100%;
        display: block;
    }*/
.woocommerce-shop .woof_products_top_panel_ul,
.woocommerce-shop .woof_products_top_panel_ul ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-shop .woof_products_top_panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-shop .woof_products_top_panel li {
    float: none;
}

.woocommerce-shop .woof_products_top_panel {
    width: 100%;
    display: block;
}

.woocommerce-shop .woof_products_top_panel_ul .woof_reset_button_2,
.woocommerce-shop .woof_reset_search_form {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-shop .woof_products_top_panel_ul .woof_reset_button_2:hover,
.woocommerce-shop .woof_reset_search_form:hover {
    background-color: #000 !important;
}

.woocommerce-shop .woof_submit_search_form_container {
    justify-content: center;
}

.woocommerce-shop .woof_reset_search_form {
    width: 100%;
}

.woocommerce-cart .coupon button[type="submit"],
.woocommerce-cart .actions button[type="submit"] {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart .coupon button[type="submit"]:hover,
.woocommerce-cart .actions button[type="submit"]:hover {
    background: #000 !important;
}

.woocommerce-cart.woocommerce-page table.cart td.actions .input-text {
    width: 250px;
}

.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout .checkout-button {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}

.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout .checkout-button:hover {
    background: #000 !important;
}

.woocommerce-cart table.cart img {
    max-width: 80px !important;
    width: 100% !important;
    object-fit: cover;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-input-wrapper .selection {
    width: 100%;
    border-radius: 10px;
    color: #76777D;
    border: 1px solid #D0D0D0;
    height: 58px;
    padding: 0 16px;
    position: relative;
}

.woocommerce-input-wrapper .selection .select2-selection {
    border: none;
    border-radius: 0;
    background: transparent !important;
    padding: 14px 0;
}

.woocommerce-input-wrapper .selection .select2-selection__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-input-wrapper textarea.input-text {
    height: 180px;
}

.woocommerce-checkout #customer_details {
    margin-bottom: 20px;
}

.woocommerce-checkout .form-row.place-order button[type="submit"],
.post-edit-link {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-checkout .form-row.place-order button[type="submit"]:hover,
.post-edit-link:hover {
    background: #000 !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    margin-top: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
    border: 1px solid #006FB5;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #006FB5;

}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 8px 14px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #006FB5 !important;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #006FB5 !important;
    color: #fff !important;
}

.woocommerce-MyAccount-content a.dokan-btn-theme,
.woocommerce-MyAccount-content .woocommerce-button {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-content .woocommerce-button {
    padding: 15px 40px !important;
}

.woocommerce-MyAccount-content a.dokan-btn-theme:hover,
.woocommerce-MyAccount-content .woocommerce-button:hover {
    background-color: #000 !important;
}

.woocommerce-Button,
.woocommerce-MyAccount-content .edit {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-content .edit {
    padding: 15px 40px !important;
}

.woocommerce-Button:hover,
.woocommerce-MyAccount-content .edit:hover {
    background-color: #000 !important;
}

.woocommerce-address-fields button[type="submit"] {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-address-fields button[type="submit"]:hover {
    background-color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.return-to-shop .button.wc-backward {
    padding: 17px 40px !important;
    background-color: #006FB5 !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: auto;
    line-height: 1;
    outline: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.return-to-shop .button.wc-backward:hover {
    background-color: #000 !important;
}

.return-to-shop {
    margin-bottom: 15px !important;
}

/* update end 02/11/2022 */


/* 03/11/2022 dm */

.single-service .details_part #service_application_form {
    padding: 33px 22px;
    background: #FFFFFF;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
}

.single-service .details_part #service_application_form .form-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.single-service .details_part #service_application_form .form-row {
    margin-bottom: 27px;
}

.single-service .details_part #service_application_form .form-row:last-child {
    margin-bottom: 0;
}

.single-service .details_part #service_application_form .form-row .col {
    width: 50%;
    padding: 0 6px;
}

.single-service .details_part #service_application_form .form-row .col input,
.single-service .details_part #service_application_form .form-row .col select {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    height: 55px;
    padding: 0 20px;
    outline: none;
    color: #232121;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

.single-service .details_part #service_application_form .form-row .col select {
    background: url(assets/images/select-arrow.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 13px;
    padding-right: 40px;
    color: #232121;
}

.single-service .details_part #service_application_form .form-row .col input::-webkit-input-placeholder {
    opacity: 1;
    color: #232121;
}

.single-service .details_part #service_application_form .form-row .col input:-ms-input-placeholder {
    opacity: 1;
    color: #232121;
}

.single-service .details_part #service_application_form .form-row .col input::-moz-placeholder {
    opacity: 1;
    color: #232121;
}

.single-service .details_part #service_application_form .form-row .col input:-moz-placeholder {
    opacity: 1;
    color: #232121;
}

.single-service .details_part #service_application_form .form-row .col textarea {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    height: 210px;
    padding: 19px 23px;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    box-shadow: none;
}

.single-service .details_part #service_application_form .form-row .col textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #AFAFAF;
}

.single-service .details_part #service_application_form .form-row .col textarea:-ms-input-placeholder {
    opacity: 1;
    color: #AFAFAF;
}

.single-service .details_part #service_application_form .form-row .col textarea::-moz-placeholder {
    opacity: 1;
    color: #AFAFAF;
}

.single-service .details_part #service_application_form .form-row .col textarea:-moz-placeholder {
    opacity: 1;
    color: #AFAFAF;
}

.single-service .details_part #service_application_form .form-row .cr-upload-local-images div.file_grag {
    background: #F8F8F8;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    border: 0;
}

.single-service .details_part #service_application_form .form-row .cr-upload-local-images div.file_grag::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: url(assets/images/upload-btn.svg) no-repeat center center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.single-service label.file_lable {
    width: 100% !important;
    height: 210px !important;
}

.single-service #filename {
    margin-top: 20px;
}

.single-service .details_part #service_application_form .form-row .cr-upload-local-images input[type="file"] {
    height: 100% !important;
}

.single-service .apply-now {
    padding: 20px 55px;
    letter-spacing: 0.1px;
    font-weight: 500;
    font-size: 16px;
}

.single-service .service_apply_info .service_info {
    background: #FFFFFF;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    margin-bottom: 20px;
}

.single-service .service_note {
    background: #FFFFFF;
    box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 28px 26px;
}

.single-service .service_note p b {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.single-service .service_apply_info .service_info figure {
    width: 100%;
    margin: 0;
}

.single-service .service_apply_info .service_info figure img {
    width: 100%;
}


.single-service .service_apply_info .service_info p {
    padding: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #686868;
    margin-bottom: 0;
}

.single-service .service_apply_info .service_info .service_price_erap {
    color: #006fb5;
    font-size: 18px;
    font-weight: 600;
}

.single-service .service_note p {
    margin-bottom: 27px;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    color: #686868;
}

.single-service .service_note p:last-child,
.single-service .service_note p:first-child {
    margin-bottom: 0;
}

.single-service .service_apply_info .service_info p strong {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
}

.related.products {
    clear: both;
    padding: 60px 0;
}

.single-product .product_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 13px;
}

.single-product .price {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    color: #0177C1 !important;
}

.single-product .details {
    margin-bottom: 20px;
}

.single-product .details a {
    display: inline-flex;
    text-transform: capitalize;
}

.single-product .details a:hover {
    color: #000000;
}

.single-product .quantity {
    display: block;
    float: none !important;
}


.single-product .flex-viewport .woocommerce-product-gallery__image a {
    width: 100%;
    background: #F8F8F8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
}

.single-product .flex-viewport .woocommerce-product-gallery__image a img {
    width: 100% !important;
    max-width: 489px !important;
    margin: 0 auto;
}

.single-product .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.single-product .flex-control-thumbs li {
    width: 20% !important;
    margin-right: 17px !important;
    background: #F8F8F8;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 17px !important;
}

.single-product .details_part {
    background: white;
    overflow: hidden;
}

.single-product .related.products h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 37px;
    text-transform: capitalize;
}

.single-product .related.products .products,
.single-product .related.products .product {
    margin-top: 0;
}

.single-product .related.products .products .product_box {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.single-product .related.products .product_box figure {
    width: 100%;
    padding: 32px;
    background: #F8F8F8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

.single-product .related.products .product_box figure .onsale {
    top: 11px;
    left: 22px;
}

.single-product .related.products .product_box a {
    display: inline-block;
    width: 100%;
}

.single-product .related.products .product_box figure img {
    max-width: 129px;
    margin: 0 auto;
}

.single-product .related.products .product_box .botm_info {
    text-align: center;
}

.single-product .related.products .product_box .botm_info .woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    min-height: 44px;
    margin-bottom: 20px;
}

.single-product .related.products .product_box .botm_info .price {
    margin-bottom: 15px;
}

.single-product .related.products .product_box .botm_info .details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .related.products .product_box .botm_info .details a {
    width: auto;
}

.single-product .related.products .product_box .botm_info .add_to_cart_button {
    padding: 12px 45px;
    background-color: #006FB5;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.single-product .related.products .product_box .botm_info .add_to_cart_button:hover {
    background: #000;
}

.dokan-dashboard-content {
    padding: 25px !important;
}

.vendor-dashboard-orders-page .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right {
    width: 21% !important;
}

.vendor-dashboard-orders-page .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left {
    width: 78% !important;
}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container {
    font-size: 14px;
}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container .selection {
    width: 100%;
}

/* 03/11/2022 dm */



.cart_icon #mini-cart-count {
    color: #fff;
    position: relative;
    padding-right: 9px;
    padding-top: 4px;
}

.cart_icon #mini-cart-count img {
    max-width: 32px;
}

.cart_icon #mini-cart-count .cart-count {
    min-width: 20px;
    min-height: 20px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 13px;
}

.single-product .related.products.related_images .product_box {
    background: transparent;
    box-shadow: inherit;
    border-radius: 0;
    padding: 0;
}

.single-product .related.products.related_images .product_box .woocommerce-LoopProduct-link figure {
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
    /*filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.1));*/
    border-radius: 10px;
    position: relative;
    min-height: inherit;
    padding-bottom: 90%;
}

.single-product .related.products.related_images .product_box .woocommerce-LoopProduct-link figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top center;
    max-width: inherit !important;
}

.single-product .related.products.related_images .product_box .botm_info {
    display: none;
}

.single-product .related.products.related_images .products_main {
    margin-bottom: -30px;
}

.single-product .related.products.related_images .products_main>.products_main_cont {
    margin-bottom: 30px;
}

.all_btn.gap_btn_ft_cmn {
    display: table;
    margin-left: auto;
    margin-bottom: 30px;
}

.applied_user_section .table-bordered tr th {
    padding: 10px;
}

.applied_user_section .table-bordered tr td {
    padding: 10px;
}

.applicant_cv .user_resume {
    display: flex;
    flex-wrap: wrap;
}

.applicant_cv .user_resume .file-icon {
    flex-basis: 64px;
    max-width: 64px;
}

.applicant_cv .user_resume .file-info {
    flex-basis: calc(100% - 64px);
    max-width: calc(100% - 64px);
    text-align: left;
    padding-left: 15px;
    align-self: center;
}

.applicant_cv .user_resume .file-info p {
    margin-bottom: 2px;
}

.applicant_cv .user_resume .file-info p:last-child {
    margin-bottom: 0;
}

.inner_details ul li.photo_have_info .form_input_radio .btn.btn-secondary {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 13px;
    top: 6px;
    max-width: 18px;
}

.photo_big_image_wraper .woocommerce-product-gallery__image a .wp-post-image {
    width: 100% !important;
    height: auto !important;
    max-width: inherit !important;
}

a.all_btn.after_checkout_product_btn {
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
}

.row.print_main {
    align-items: center;
    justify-content: center;
}

/* support 28-04-2023 */
.ket_wrs .left_time {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    font-size: 12px;
}

.ket_wrs .left_time .auction-time-countdown.hasCountdown {
    font-size: 7px;
    display: inline-block;
    padding: 0 0 0 3px;
}

.wrap-ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.repost_area.wrap-ct {
    display: inherit;
}

.wrap-ct svg {
    width: 16px;
    height: auto;
    margin: 0 5px 0 0;
}

.u-info {
    display: flex;
    align-items: center;
    margin: 0 -6px;
    padding: 8px 0 0;
}

.u-info span {
    padding: 0 6px;
}

.news_box .wrap-ct span.posted_time {
    margin-top: 10px;
}

/* support 28-04-2023 */

/* support starts 27.12.2024  */
.prdct_mian_cont a {
    height: 100%;
}


#job-manager-job-dashboard .job-manager-jobs {
    width: 100%;
}

#job-manager-job-dashboard .job-manager-jobs .company {
    width: 100px;
}

#job-manager-job-dashboard .job-manager-jobs .job_title {
    width: 350px;
}

#job-manager-job-dashboard .job-manager-jobs tbody td p {
    margin-bottom: 0;
}

#job-manager-job-dashboard .job-manager-jobs td .btn_wraper {
    display: flex;
    align-items: center;
}

#job-manager-job-dashboard .job-manager-jobs td .btn_wraper p:not(:last-child) {
    margin-right: 10px;
}

#job-manager-job-dashboard .job-manager-jobs .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
}

.job_application_tbl_outer .job-manager-jobs tbody td p {
    max-width: 300px;
    width: 100%;
}


#job-manager-job-dashboard .jm-ui-row {
    justify-content: center;
}

/* support ends 27.12.2024  */



/* ========== responsive css =========== */

@media(min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media(min-width: 1025px) {

    /* navbar*/
    /* .navbar-nav .clickD {
        display: none;
    } */
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1366px) {
    .prdct_mian_cont a p {
        font-size: 17px;
    }

    .active_content p a {
        font-size: 16px;
    }

    .close_sec .active_content ul li strong {
        font-size: 13px;
    }

    .active_body ul li input[type="text"],
    .active_body ul li select {
        font-size: 18px;
    }

    .info_box h3 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    textarea {
        height: 180px;
    }

    .prdct_slider .slick-arrow {
        width: 24px;
        height: 24px;
    }
}

@media(max-width:1300px) {
    .inner_content {
        padding-left: 40px;
    }

    .cata_left_main {
        padding: 24px 14px;
    }

    .left_cata ul li a {
        font-size: 13px;
    }

    /* support starts 27.12.2024  */
    #job-manager-job-dashboard .job-manager-jobs .job_title {
        width: 300px;
    }

    /* support ends 27.12.2024  */
}

@media(max-width:1199px) {
    h1 {
        font-size: 30px;
        line-height: 1.3em;
    }

    .inner_content h1 {
        margin-bottom: 14px;
    }

    h3 {
        font-size: 22px;
    }

    .left_iner_box h4 {
        font-size: 15px;
    }

    .inner_offer h3 {
        font-size: 30px;
    }

    .offer_box mark {
        font-size: 30px;
    }

    .offer_box span::after {
        width: 60px;
        height: 60px;
        left: 5px;
    }

    .offer_box span {
        font-size: 13px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 20px;
    }

    .inner_register h4 {
        font-size: 22px;
    }

    .navbar-nav>li>a {
        padding: 14px 14px;
        font-size: 15px;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 8px;
    }

    .clickD {
        top: 16px;
    }

    .bottm_hdr .navbar-nav>li.menu-item-has-children a {
        padding-right: 30px;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 7px;
    }

    .inner_banner .slick-dots li {
        margin-bottom: 8px;
    }

    .left_iner_box {
        margin-right: 0;
        padding: 0 10px;
    }

    .right_btn {
        width: 44%;
    }

    .left_prodct ul li .all_btn {
        font-size: 12px;
        padding: 7px 15px;
    }

    .left_iner_box h4 {
        font-size: 13px;
    }

    .left_iner_box strong {
        font-size: 13px;
    }

    .register_sec {
        padding: 60px 0;
    }

    .offer_box {
        max-width: 468px;
    }

    .register_sec::before {
        width: 68%;
    }

    .copyright {
        padding: 16px 0;
        margin-top: 40px;
    }

    .active_content ul li strong {
        font-size: 12px;
    }

    .active_content ul li span {
        font-size: 13px;
    }

    .active_content p a {
        font-size: 15px;
        min-height: 76px;
    }

    .left_time {
        font-size: 10px;
    }

    .close_sec .active_box .active_content {
        width: 100%;
    }

    .close_sec .active_box figure {
        width: 100%;
        height: 200px;
        padding: 40px 10px;
        margin-bottom: 10px;
    }

    .freelance_banner .inner_bnr_box {
        max-width: 500px;
    }

    .left_cata ul li {
        margin-bottom: 13px;
    }

    .info_box ul li a {
        font-size: 22px;
    }

    .products_iner_part .product_box a {
        min-height: 67px;
    }

    .bnr_content h1 {
        font-size: 60px;
    }

    .multi_main {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cata_left_main {
        height: 100%;
    }

    .left_cata ul li {
        margin-bottom: 22px;
    }

    /* update 02/11/2022 start */
    .products_iner_part .product_box a.add_to_cart_button {
        min-height: 1px;
        max-width: 100%;
    }

    /* support starts 27.12.2024  */
    #job-manager-job-dashboard .job-manager-jobs .job_title {
        width: auto;
    }

    #job-manager-job-dashboard table td,
    #job-manager-job-dashboard table th {
        font-size: 14px;
    }

    .job_application_tbl_outer .job-manager-jobs tbody td p {
        max-width: 100%;
        width: 100%;
    }

    /* support ends 27.12.2024  */
}

@media(max-width:1024px) {

    /* navbar*/
    /* .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(assets/images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    } */
    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children .sub-menu .clickD {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav>li.menu-item-has-children .sub-menu .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        /* padding-top: 15px;
        padding-bottom: 15px; */
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/
    .blog_last .left_iner_box a {
        font-size: 14px;
    }

    .navbar-nav>li.menu-item-has-children>.clickD {
        top: 15px;
        background-color: #03a9f5;
    }

    .prdct_mian_cont a p {
        font-size: 15px;
    }

    .prdct_descptn {
        padding: 10px 0;
    }

    .left_cata ul li {
        margin-bottom: 12px;
    }

    .active_body ul li label {
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }

    .active_body ul li input[type="text"],
    .active_body ul li select {
        height: 50px;
        width: 100%;
        font-size: 16px;
    }

    .active_body ul li {
        padding: 0 10px;
        display: block;
    }

    .prdct_mian_cont a {
        min-height: 290px;
    }
}

@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 14px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 14px 20px;
        display: inline-block;
        width: 100%;
        color: #000;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/
    /* push nav */
    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */
    .iner_info_hdr {
        width: 84%;
    }

    .hdr_search {
        margin-right: 15px;
        width: 38%;
    }

    .navbar-brand {
        width: 170px;
    }

    .bottm_hdr {
        padding: 7px 0;
    }

    .open.stick::after,
    .open.stick::before {
        background: #000;
    }

    .navbar-nav>li.menu-item-has-children:hover>a {
        background: #03a9f5;
    }

    .slider_box {
        min-height: 280px;
    }

    .inner_offer::before {
        width: 85%;
    }

    .slider_box figure,
    .inner_banner figure img {
        min-height: 320px;
    }

    .left_prodct ul li {
        width: 49.99%;
        padding: 0 10px 10px 10px;
    }

    .left_prodct ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .product_main_cont:not(:last-child) {
        margin-bottom: 40px;
    }

    .prdct_mian {
        justify-content: center;
    }

    .print_box .print_cont {
        width: 100%;
    }

    .print_main_cont:last-child .print_box::before {
        width: 100%;
        background: rgba(0, 111, 181, 0.77);
    }

    .print_cont h3 {
        margin-bottom: 15px;
    }

    .register_sec::before {
        width: 92%;
    }

    .fter_main_cont:not(:last-child) {
        margin-bottom: 40px;
        text-align: center;
    }

    .active_body ul li select {
        padding-right: 10px;
    }

    .active_body ul {
        width: 100%;
        margin: 0 -10px 20px;
    }

    .init_main input[type="submit"] {
        padding: 15px 50px;
    }

    .active_content p a {
        min-height: 50px;
    }

    .close_sec .active_box figure {
        height: 180px;
    }

    .resp-accordion-closed {
        display: block !important;
    }

    h2.resp-accordion {
        display: none;
    }

    .freelance_banner h1 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .freelance_banner::before {
        width: 80%;
    }

    .inner_freelance .resp-tabs-list li {
        padding: 0 50px 20px 50px !important;
    }

    .pagintn {
        margin-bottom: 0;
    }

    .news_main_cont:not(:last-child) {
        margin-bottom: 40px;
    }

    .inr_news {
        justify-content: center;
    }

    .drop_zone {
        height: 180px;
    }

    textarea {
        height: 150px;
    }

    textarea,
    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        font-size: 15px;
    }

    .form_main_cont iframe {
        height: 370px;
        min-height: 370px;
    }

    .form_main_cont {
        line-height: 0;
    }

    .products_iner_part .product_box a {
        min-height: 38px;
    }

    .products_main {
        justify-content: center;
    }

    .bnr_content h1 {
        font-size: 50px;
        line-height: 1.1em;
    }

    .inner_details ul li span {
        font-size: 19px;
    }

    .repost_area {
        margin-top: 50px;
    }

    .repost_area ul li:not(:last-child) {
        margin-right: 20px;
    }

    .repost_area ul li span,
    .repost_area ul li a {
        font-size: 20px;
    }

    .inner_sell ul li .form_input_radio span {
        font-size: 20px;
        height: auto;
        padding: 20px 15px;
    }

    .inner_sell ul li .form_input_radio {
        padding: 0;
    }

    .inner_similar h2 {
        margin-bottom: 30px;
    }

    .left_cata ul li {
        margin-bottom: 13px;
    }

    .prdct_mian_cont a {
        min-height: auto;
    }

    /* update 02/11/2022 start */
    .woocommerce-checkout .woocommerce-billing-fields {
        margin-bottom: 20px;
    }

    .edit-link {
        margin-top: 15px !important;
    }

    .single-product .related.products .product_box .botm_info .woocommerce-loop-product__title {
        min-height: 65px;
    }

    .single-product .related.products .product {
        margin-bottom: 30px;
    }

    .single-product .related.products .product:last-child {
        margin-bottom: 0;
    }

    .cart_icon {
        margin-left: 10px;
    }

    /* support starts 27.12.2024  */
    #job-manager-job-dashboard .job-manager-jobs .company {
        width: 80px;
    }

    /* support ends 27.12.2024  */
}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .logo {
        width: 38%;
    }

    .iner_info_hdr {
        width: 100%;
    }

    .info_right,
    .hdr_search {
        width: 49.99%;
        margin: 0;
        padding: 0 10px;
    }

    .logo {
        position: static;
    }

    .navbar-brand {
        width: 140px;
    }

    .info_right li {
        display: block;
        margin: 0;
        padding: 0 10px;
        text-align: center;
        justify-content: center;
    }

    .info_right {
        display: flex;
    }

    .info_right li span {
        margin: 0 auto 5px;
    }

    .inner_banner figure img {
        object-fit: cover;
    }

    h1 {
        font-size: 26px;
    }

    .inner_content span {
        font-size: 12px;
        line-height: 17px;
    }

    .inner_content p {
        font-size: 15px;
        line-height: 20px;
    }

    .left_prodct ul li {
        width: 100%;
    }

    .right_bids {
        width: 70%;
    }

    .right_btn {
        text-align: center;
    }

    .inner_offer::before {
        width: 100%;
    }

    .slider_box::before {
        width: 100%;
        background: rgb(0 0 0 / 58%);
    }

    h1 {
        font-size: 23px;
    }

    .all_btn {
        padding: 12px 30px;
    }

    .inner_offer h3 mark,
    .inner_offer h3 {
        font-size: 23px;
    }

    .inner_offer {
        padding: 40px 20px;
    }

    .offer_box {
        max-width: 348px;
    }

    h2 {
        font-size: 27px;
    }

    .product_sec .pagintn {
        margin: 30px 0 0;
    }

    .print_main_cont:not(:last-child) {
        margin-bottom: 30px;
    }

    .register_sec::before {
        width: 100%;
        background: rgba(0, 111, 181, 0.77);
    }

    h4 {
        font-size: 18px;
    }

    .fter_right_links .fter_links_box {
        width: 49.99%;
        margin-bottom: 20px;
    }

    .fter_right_links .fter_links_box:last-child {
        width: 100%;
        margin-bottom: 0;
    }

    .copyright p {
        font-size: 14px;
    }

    .inner_banner .slick-dots li button::before {
        width: 8px;
        height: 8px;
    }

    .fter_links_box ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .inner_register h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .inner_register h2 {
        margin-bottom: 14px;
    }

    .active_content p a {
        min-height: 78px;
    }

    .banner figure img {
        min-height: 230px;
        object-fit: cover;
    }

    .freelance_banner::before {
        width: 100%;
        background: rgba(12, 74, 95, 0.699);
    }

    .inner_freelance .resp-tabs-list li {
        font-size: 18px;
    }

    .drop_zone {
        height: 140px;
    }

    .drop_zone .normal_img img {
        width: 40px;
    }

    .info_box ul li a {
        font-size: 18px;
    }

    .info_box ul li.mail {
        background-position: 0 5px;
    }

    .multi_main {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .multi_main_cont h4 {
        margin-bottom: 13px;
    }

    .prcie {
        font-size: 22px;
    }

    .bnr_content h1 {
        font-size: 36px;
    }

    .repost_area form .repost_btn {
        width: 100%;
    }

    .repost_area form {
        flex-wrap: wrap;
    }

    .repost_area ul {
        margin-bottom: 18px;
    }

    /* update start 02/11/2022 start */
    .sort_wrap {
        width: 100%;
        padding-left: 0;
    }

    .result_count {
        max-width: 100%;
    }

    .count_n_sort_wrap {
        flex-direction: column;
    }

    .woocommerce-checkout .woocommerce ul.order_details li {
        float: none;
        margin-bottom: 10px;
    }

    .woocommerce-checkout .woocommerce ul.order_details li:last-child {
        margin-bottom: 0;
    }

    .woocommerce-checkout .woocommerce ul.order_details li strong {
        display: inline-block;
    }

    .single-service .details_part #service_application_form .form-row .col {
        width: 100%;
        flex: none;
    }

    .single-service .details_part #service_application_form .form-row {
        margin-bottom: 0;
    }

    .single-service label.file_lable,
    .single-service .details_part #service_application_form .form-row .col textarea {
        height: 160px !important;
    }

    .related.products {
        padding: 45px 0;
    }

    .single-product .related.products h2 {
        margin-bottom: 23px;
    }

    .single-product .related.products .products {
        padding: 0;
        margin: 0;
    }

    .single-product .related.products .product_box .botm_info .woocommerce-loop-product__title {
        min-height: inherit;
    }

    .applied_user_section .table-bordered tr td {
        min-width: 150px;
    }

    .applied_user_section .table-bordered tr td.applicant_cv {
        min-width: 250px;
    }

    /* support starts 27.12.2024  */
    #job-manager-job-dashboard>#job-manager-job-dashboard {
        max-width: 450px;
        overflow-x: auto;
    }

    #job-manager-job-dashboard .job-manager-jobs .modal-dialog {
        max-width: 500px;
    }

    /* support ends 27.12.2024  */
}

@media (max-width: 575px) {
    .active_content p a {
        min-height: auto;
    }

    .modal-dialog {
        max-width: 100%;
    }

    .active_body ul li {
        width: 100%;
    }

    .active_body ul {
        flex-wrap: wrap;
    }

    .common_gap {
        padding: 60px 0;
    }

    .grid_itam {
        width: 49.99%;
    }

    .freelance_banner h1 {
        font-size: 23px;
    }

    .drag_main_cont:not(:last-child) {
        margin-bottom: 20px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 52px;
    }

    .repost_area form {
        flex-wrap: wrap;
    }

    .repost_area ul {
        margin-bottom: 35px;
    }

    .products_iner_part .product_box a {
        min-height: auto;
    }

    /* update 02/11/2022 start */
    .woocommerce-cart.woocommerce-page table.cart td.actions .input-text {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .woocommerce-cart .coupon button[type="submit"],
    .woocommerce-cart .actions button[type="submit"] {
        width: 100% !important;
    }

    .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
        display: block;
        width: 100%;
        margin-top: 10px;
        order: 2;
        text-align: center;
    }

    .woocommerce-MyAccount-content .woocommerce-Message {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
        float: none;
    }

    /* support 28-04-2023 */
    .left_prodct ul li {
        flex-direction: column;
    }

    .left_prodct ul li figure {
        margin-bottom: 16px;
    }

    .ket_wrs .left_time .auction-time-countdown.hasCountdown {
        position: relative;
        top: -2px;
    }

    /* support 28-04-2023 */
    /* support starts 27.12.2024  */
    #job-manager-job-dashboard .job-manager-jobs .modal-dialog {
        max-width: 380px;
    }

    /* support ends 27.12.2024  */
}

@media (max-width: 479px) {
    .fter_main_cont figure a {
        width: 140px;
    }

    .right_btn {
        width: 60%;
    }

    .fter_links_box h4 {
        margin-bottom: 20px;
    }

    .info_right,
    .hdr_search {
        width: 100%;
    }

    .info_right {
        justify-content: center;
        margin-top: 10px;
    }

    .info_right li {
        display: flex;
    }

    .info_right li span {
        margin-bottom: 0;
    }

    .info_right li a {
        font-size: 11px;
        padding-left: 2px;
    }

    .modal-body {
        padding: 40px 20px;
    }

    .form_main_cont form {
        padding: 28px 20px;
    }

    .inner_info h2 {
        margin-bottom: 30px;
    }

    .left_serice ul li span {
        font-size: 16px;
        line-height: 20px;
    }

    .serice_part>* {
        width: 100%;
    }

    .left_serice {
        margin-bottom: 10px;
    }

    .bnr_content h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 23px;
    }

    .repost_area ul li span,
    .repost_area ul li a {
        font-size: 16px;
    }

    .inner_details ul li span {
        font-size: 15px;
        margin-left: 2px;
    }

    .inner_details ul li {
        margin-right: 9px;
    }

    .inner_details h2 {
        margin-bottom: 16px;
    }

    .repost_area ul li a img {
        width: 21px;
        margin-right: 6px;
    }

    .repost_area .form_input_radio input[type="radio"]+span::before {
        width: 18px;
        height: 18px;
        top: 6px;
    }

    .repost_area .form_input_radio input[type="radio"]+span::after {
        width: 14px;
        height: 14px;
        left: 3px;
        top: 7px;
    }

    .inner_sell ul li:not(:last-child) {
        margin-right: 12px;
    }

    .inner_sell ul li .form_input_radio span {
        padding: 15px;
        font-size: 13px;
    }

    /* update 02/11/2022 start */
    .woof_products_top_panel_ul li {
        margin-bottom: 10px !important;
        margin-right: 0 !important;
    }

    .woof_products_top_panel_ul li:last-child {
        margin-bottom: 0;
    }

    /* support starts 27.12.2024  */
    #job-manager-job-dashboard .job-manager-jobs .modal-dialog {
        max-width: 300px;
    }

    /* support ends 27.12.2024  */
}

@media (max-width: 376px) {
    .repost_area ul {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .details_part .inner_details .repost_area ul li {
        width: 49.99%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .details_part .inner_details ul li {
        width: 49.99%;
    }

    .details_part .inner_details ul li span {
        font-size: 14px;
        margin-left: 6px;
    }

    .inner_details ul li i {
        font-size: 21px;
    }
}