/*body, input, textarea {
    font: 14px 'Open Sans',sans-serif;
}*/

/*h1, h2, h3, h4, h5, h6, p, div, a, label, span, ul, ol, li {
    font-family: 'Montserrat', sans-serif !important;
}*/

/** Home Page Welcome Search ***/
p {
    font-weight: 400;
}
.domain_search.sty2 {
    float: left;
    width: 100%;
    /*padding: 65px 0px 75px 0px;*/
    background: #2a363f url(../images/banner-bg-front.jpg) repeat-y center -40px;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
}

.vc_column_container {
    padding: 0px;
}

body .vc_column_container {
    padding: 0px;
}

.domain_search.sty2 .serch_area {
    float: left;
    width: 100%;
}

.banner_user_image{
    position: relative;
    margin-bottom: 0;
    margin-left: 40%;
}
.banner_user_image img{
    width: 100%;
}
.client-sponsor{
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 6%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 6%);
}
.banner_user_image figcaption{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    right: 0;
    left: 0;
}

.caps {
    text-transform: uppercase;
    color: #000000;
    font-size: 34px;
}

#sec-2 h3 {
    color: #fff;
    font-size: 25px;
	line-height: 28px;
    margin-bottom: 18px;

    font-family: 'Montserrat', sans-serif !important;
    
}

.entry-content h3 {
    font-size: 18px!important;
}

form {
    margin: 0;
}

.domain_search.sty2 .serch_area .enter_email_input {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0px 4px 20px;
    height: 54px;
    background: #fff;
    border-radius: 3px;
    border: none;
    color: #727272;
    font-size: 16px;
    width: calc(100% - 127px);
}


body .domain_search.sty2 .serch_area .input_submit {
    background: #86c724;
    cursor: pointer;
}
.domain_search.sty2 .serch_area .input_submit {
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 15px 25px 16px 25px;
    background-color: #86c724;
    border: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 3px;
    margin-left: 12px;
    width: 115px;
}




@media (max-width: 479px){

    .domain_search .serch_area .input_submit {
        width: 18% !important;
    }

    .domain_search .serch_area .enter_email_input, 
    .domain_search.sty2 .serch_area .enter_email_input {
        width: 76%;
    }

}

/*** Categories ***/

.c-section {
    padding: 4rem 0;
    position: relative;
}

.o-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-section__title {
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 4rem;
    position: relative;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
}

.c-section__title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 50px;
    border-bottom: 2px solid #2777c6;
    margin: 0 auto;
}

.u-margin-bottom--xlarge {
    margin-bottom: 2rem !important;
}

.o-flex-container--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.o-flex-container {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    justify-content: center;
    margin-right: -16px;
    margin-left: -16px;

}

.o-flex-container__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.c-categoryCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-card {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 4px rgba(20,102,143,0.08);
    box-shadow: 0 0 4px 4px rgba(20,102,143,0.08);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.c-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.c-feature img{
    width: 100%;
    transition: .5s ease;
}
.c-feature figcaption{
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    z-index: 2;
}
figure.c-feature:after {
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: .3s ease;
}
.c-feature__icon {
    margin-bottom: 1rem;
}

.c-feature:hover img{
    transform: scale(1.2);
}

.c-feature:hover:after{
    opacity: 0.3;
}

.c-icon {
    background: #FFF;
    -webkit-box-shadow: 0 0 4px 4px rgba(39,119,198,0.1);
    box-shadow: 0 0 4px 4px rgba(39,119,198,0.1);
    border: 1px solid #eee;
    border-radius: 100%;
    padding: 1.25rem;
    color: #177de5;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.5px solid #7eb1e4;
}


.c-feature__icon {
    margin-bottom: 1rem;
    /*margin: 0;*/
    padding: 0;
}

.u-svg-ico {
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
}
.u-copyBlue {
    color: #2777c6;
}

.u-copyDark {
    color: #111;
}
.u-margin-bottom--xsmall {
    margin-bottom: 0.25rem !important;
}
.c-heading--minor {
    letter-spacing: normal;
}
.c-heading {
    margin-top: 0;
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
    color: #000000;
    letter-spacing: -0.8px;
}
.c-icon__content {
    fill: currentcolor;
    display: block;
    height: 100%;
    width: 100%;
}

.c-heading--small {
    font-size: 1.125rem;
    letter-spacing: normal;
}

.u-copySmall {
    font-size: 0.9rem;
}
.u-copyGrey {
    color: #707070;
}

.u-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.o-button {
    display: inline-block;
    background: #0076cb;
    border-radius: 5px;
    border: 1px solid #0076cb;
    cursor: pointer;
    color: #fff;
    padding: 1rem 1.5rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.o-button:hover {
    color: #fff;
    background: #005ea6;
    border: 1px solid #005ea6;
    text-decoration: none;
}


/*** How It Works ***/

.o-flex-container__item {
    /*margin: 0 0 0 0;*/
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}



.u-svg-ico {
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
}



p {
    font-size: 1rem;
    line-height: 1.44444444;
    letter-spacing: -0.2px;
    color: inherit;
}

/*** Post A Request ***/

.c-section--featured {
    background: #2b3247;
    color: #000;
    padding: 5rem 0;
}

.u-copyLarge {
    font-size: 1.25rem;
}

.u-copyLight {
    color: #fff;
}

.u-text-center {
    text-align: center;
}

.u-margin-bottom--xlarge {
    margin-bottom: 2rem !important;
}

/*** Media Quries ***/

@media screen and (min-width: 31rem){
	
	.o-flex-container--minTwo .o-flex-container__item, 
	.o-flex-container--maxFour .o-flex-container__item, 
	.o-flex-container--two .o-flex-container__item, 
	.o-flex-container--three .o-flex-container__item, 
	.o-flex-container--four .o-flex-container__item {
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	}

	.o-flex-container--four .o-flex-container__item {
	    -ms-flex-preferred-size: calc(50% - .6rem);
	    flex-basis: calc(50% - .6rem);
	}

	.o-flex-container--minTwo .o-flex-container__item, .o-flex-container--maxFour .o-flex-container__item, .o-flex-container--two .o-flex-container__item, .o-flex-container--three .o-flex-container__item, .o-flex-container--four .o-flex-container__item {
	    -ms-flex-pack: distribute;
	    justify-content: space-around;
	}

}

@media screen and (min-width: 40rem){
	
	.o-container {
	    padding: 0 1rem;
	}

	.c-section__title {
	    font-size: 2.2rem;
	}

	.o-flex-container--minThree .o-flex-container__item {
	    -ms-flex-preferred-size: calc(33.333% - .8rem);
	    flex-basis: calc(33.333% - .8rem);
	}

	.c-icon {
	    width: 88px;
	    height: 88px;
	}

	.c-heading--small {
	    font-size: 1.25rem;
	}

}

@media screen and (min-width: 50rem) {

	.o-flex-container--three .o-flex-container__item {
	    -ms-flex-preferred-size: calc(33.333% - .8rem);
	    flex-basis: calc(32.8% - .8rem);
	}

}
.profile_image img {
    width: 100%;
    border-radius: 50%;
}
.profile_image{
    position: relative;
}
.lavel_img{
    position: absolute;
}
.user_name{
    font-size: 22px;

}
.ratings_star{
    color: #ffbf00;
}
.response_rate,.response_time,.order_response_rate,.delivered_on_time,.earn {
    font-size: 17px;
    font-weight: 400;
    padding: .4rem 0rem;
    align-items: center;
}
.profiledashboard{
    background-color: #f8f8f8;
    overflow: hidden;
    padding-top: 1rem;
}
.profiledashboard .container{
    padding: 0rem 2rem;
}
.user_main_info {
    border: 1px solid #E1E3DF;
    border-radius: 3px;
    background: #ffffff;
    background-color: #ffffff;
    padding: 1rem;
}
.progress {
    height: 8px;
}

.inbox_head {
    border: 1px solid #E1E3DF;
    padding: 2rem 1.4rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: 500;
    color: #887b7b;
    margin-top: 2rem;
    border-radius: 3px 3px 0px 0px;
    background-color: #ffffff;
}

.users_social {
    border: 1px solid #E1E3DF;
    margin-top: 2rem;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    background-color: #ffffff;
    display: none;
}

.social_icons {
    display: flex;
}

.social_icons span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 1rem;
    color: white;
    font-size: 1.5rem;
    display: none;
}
.facebook{
    background: #3b5998;
}
.twitter{
    background: #00acee;
}
.google{
    background: #db3236;
}

.orders_tab_nav{
    display: flex;
    justify-content: space-between;
    border: 1px solid #3333;
    align-items: center;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 1rem 1rem;
}
.order_status{
    width: 200px;
}

.order_div {
    border: 1px solid #3333;
    background: #ffffff;
    margin-top:  1rem !important;
    padding: 1rem;
    align-items: center;
    border-radius: 3px;
}

img.dash_order-proposal-image {
    width: 100%;
}
.view_order{
    text-align: center;
    font-size: 17px;
    color: #005ea6;
}
.navBtn {
    z-index: 2;
    border: 1px solid #3333;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #514646;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #3333;
    cursor: pointer;
    transition: .3s ease;
}

.proposals {
    position: relative;
}

.nextBtn {
    right: 1%;
}

.navBtn:hover {
    background: #333;
}

.prevBtn {
    left: 1%;
}

.upgrade_buisness {
    margin-top: 2rem;
}

.headeline span {
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    position: relative;
    padding-right: 10px;
}

.headeline span::after {content: "";height: 2px;width: 2000px;background: #b8b8b8;position: absolute;top: 53%;left: 100%;}

.headeline {
    overflow: hidden;
    margin-bottom: .5rem;
}

.upgrade_div {
    padding: 3rem 2rem;
    background: #ffff;
    border: 1px solid #e1e3df;
    border-radius: 3px;
}

.upgrade_div p {
    font-size: 17px;
    line-height: 1.5;
}

.upgrade_div h5 {
    font-size: 1.4rem;
}
.inbox_div {
    border: 1px solid #e1e3df;
    background: #ffffff;
    max-height: 342px;
    overflow: hidden;
    overflow-y: auto;
}
.steps {
    border: 1px solid #e1e3df;
    border-radius: 3px;
    margin-top: 2rem;
    padding: 3rem 2rem;
    background: #ffffff;
}
.steps h4 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
}
figure.steps-icon {
    width: 50px;
    height: 50px;
    color: #646466;
}
.steps_div p {
    font-size: 15px;
    color: #787878;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.6;
}

.steps_div h5 {
    margin-bottom: 1rem;
    color: #645757;
}
span.head {
    font-size: 16px;
    font-weight: 500;
    color: #333333a1;
}
.progress-bar{
    background: #1dbf73;
}
.res_time{
    color: #1dbf73;
}


@media (max-width: 768px){
    a.View_order {
        padding: 7px;
        display: block;
        border: 1px solid #1dbf73;
        color: #1dbf73;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        font-weight: 500;
        font-size: 15px;
    }    
}

/* Style for search tags */

.popular_tags .popular_link{
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(69,126,219,.06)),to(rgba(69,126,219,.06))),#fff;
    background: -o-linear-gradient(bottom,rgba(69,126,219,.06),rgba(69,126,219,.06)),#fff;
    background: linear-gradient(0deg,rgba(69,126,219,.06),rgba(69,126,219,.06)),#fff;
    border: 1px solid rgba(72,132,229,.32);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 12px;
    margin-left: 8px;
    padding: 3px 7px;
}
.popular_tags .popular_link:hover{
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(77,143,250,.04)),to(rgba(77,143,250,.04))),#fff;
    background: -o-linear-gradient(bottom,rgba(77,143,250,.04),rgba(77,143,250,.04)),#fff;
    background: linear-gradient(0deg,rgba(77,143,250,.04),rgba(77,143,250,.04)),#fff;
    border: 1px solid rgba(77,143,250,.28);
    color: #177de5;
}

/*  Counter code */

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
.market_summery{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(69,126,219,.03))),#fcfcfc;
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,rgba(69,126,219,.03) 100%),#fcfcfc;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(69,126,219,.03)),#fcfcfc;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    -webkit-box-shadow: 0 37.4262px 81.0901px rgb(42 73 172 / 7%), 0 8.35963px 18.1125px rgb(42 73 172 / 4%), 0 2.48888px 5.39257px rgb(42 73 172 / 3%);
    box-shadow: 0 37.4262px 81.0901px rgb(42 73 172 / 7%), 0 8.35963px 18.1125px rgb(42 73 172 / 4%), 0 2.48888px 5.39257px rgb(42 73 172 / 3%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 168px;
    padding: 16px 0;
}

.summery_div{

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 122px;
    margin-bottom: 23px;
    margin-top: 23px;
    padding: 0 16px;
    text-align: center;
}
.br{
    border-right: 2px solid hsla(0,0%,89%,.5);
}
.market_info{
    width: 22px;
    height: 22px;
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    border: 0.5px solid #a3a3a3;
    font-size: 10px;
    color: #a3a3a3;
    margin-left: 6px;
}
.market_info i{
    width: 100%;
    font-weight: unset;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 200px;
}

.col-md-4:last-child {
    border-right: 0px solid black;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}
body.is-responsive {
    margin: 0;
}
/* get_work_done_container Style */

.get_work_done_container{
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(69,126,219,.06)),to(rgba(69,126,219,.06))),#fff;
    background: -o-linear-gradient(bottom,rgba(69,126,219,.06),rgba(69,126,219,.06)),#fff;
    background: linear-gradient(0deg,rgba(69,126,219,.06),rgba(69,126,219,.06)),#fff;
}

.get_work_done_container .row{
    padding: 4rem 0 6rem 0;
}

.get_work_done{
    padding: 0 4rem !important;
    position: relative;
    text-align: center;
}
.steps-result-arrow{
    position: absolute;
    left: 47px;
    margin-top: -64px;
    top: 100%;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;

}
.steps-choose-arrow{
    position: absolute;
    left: 28px;
    margin-top: 19px;
    top: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(16deg);
    -webkit-transform-origin: 89% 116%;
    -ms-transform-origin:  89% 116%;
    transform-origin: 89% 116%;
}
.steps-pay-arrow{
    position: absolute;
    left: 91px;
    top: -60px;
    -webkit-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg);
    -webkit-transform-origin: 40% 140%;
    -ms-transform-origin: 40% 140%;
    transform-origin: 40% 140%;
}

/* Solutions steps */

.solutions_steps{
    margin-top: 3rem;
    padding-left: 5rem;
    position: relative;
}

.solutions_steps:before{
    background: url(/images/svg/checked.svg) no-repeat 0 0;
    content: "";
    display: block;
    height: 22px;
    left: 9px;
    position: absolute;
    top: 2px;
    width: 21px;
}
.youtube img {
    width: 100%;
}

.youtube_overly {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000005c;
    color: white;
    font-size: 4rem;
    text-transform: uppercase;
}

.youtube img {
     width: 100%;
 }

.youtube_overly {
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000005c;
    color: white;
    font-size: 4rem;
    text-transform: uppercase;
}

.youtube {
    position: relative;
    cursor: pointer;
    margin-top: 1.5rem;
}
.youtube_play_button{
    font-size: 1rem;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #00000075;
    line-height: 70px;
    padding-left: 5px;
    transition: .3s ease;
}
.youtube:hover .youtube_play_button{
    background: #177de5;
}

/* Footer */
.footer{
    border-top: 0;
}
footer ul li a {
    font-weight: 500;
}

.copyright{
    font-weight: 400;
    color: #b0b0b0;
}

/* Proposal */
.proposals {
    margin-right: -28px;
    margin-left: -30px;
}
.proposal_image img{
    width: 100%;
}

.proposal_item {
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    overflow: hidden;
}

figure.proposal_image {
    margin-bottom: 0;
}

.proposal-user {
    display: flex;
    align-items: center;
    padding: .5rem;
}

.profile_img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.profile_name a {
    color: #005ea6;
    transition: .3s ease;
}

.profile_name a:hover {
    color: blue;
}

header#banner_video #myVideo {
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    min-height: 600px;
}

header#banner_video {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    header#banner_video {
        background-position: bottom;
    }
}

/* for sellers style */

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    color: white;
    padding-top: 12rem;
}

.banner_content_bottom {
    background: #00000085;
    padding: 2rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

.banner_content_bottom h1 {
    font-size: 2.5rem;
    text-transform: capitalize;
    line-height: 1 !important;
}

span.help_icon {
    width: 22px;
    height: 22px;
    border: 0.5px solid white;
    padding-right: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    font-size: 1rem;
}

.banner_content_bottom p {
    font-size: 19px !important;
}


h4.banner_sub_heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: -2px;
    text-shadow: 0 -2px 2px rgb(0 0 0 / 30%);
}

h1.banner_heading {
    color: #fff;
    font: 700 50px/68px Open Sans,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-shadow: 0 -2px 2px rgb(0 0 0 / 30%);
    font-size: 3.5rem !important;
}
.sell_in_market{
    background-color: #f8f8f8;
}
.sell_in_market .row{
    padding: 4rem 0 2rem 0;
}

.for_seller-lesson-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.for_seller-lesson-left {
    padding: 4rem !important;
    position: relative;
    background: #f8f8f8;
}

.for_seller-lesson {
    position: relative;
}

.for_seller-lesson-left:after {
    content: '';
    position: absolute;
    border-bottom: 426px solid transparent;
    border-left: 179px solid #f8f8f8;
    right: -28%;
    height: 100%;
    top: 0;
    z-index: 2;
    border-top-width: 10px;
}

@media (max-width: 1200px) {
    .for_seller-lesson-left:after {
        border-bottom-width: 440px;
        border-left-width: 161px;
    }
}


@media (max-width: 1092px) {
    .for_seller-lesson-left:after {
        border-bottom-width: 440px;
        border-left-width: 146px;
    }
}



@media (max-width: 968px) {
    .for_seller-lesson-left:after {
        display: none;
    }
}

.for-sellers__lessons-subtitle {
    font-size: 15px;
}

.for-sellers__lessons-title {
    font-size: 2.1rem;
}

.for-sellers__lessons-text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.testimonial_div-right, .testimonial_div-left {
    position: relative;
    height: 291px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    background: #f1f1f1;
}

.testimonial_div-right:after{
    content: '';
    background: url("../images/angle-left.svg");
    position: absolute;
    top: 0;
    right: 0;
    width: 124%;
    height: 291px;
    z-index: -1;
}

.testimonial_div-left:after{
    content: '';
    background: url("../images/angle-left.svg");
    position: absolute;
    top: 0;
    left: 0;
    width: 124%;
    height: 291px;
    z-index: -1;
    transform: scaleX(-1);
}

.testimonial_div img{
    width: 100%;
    height: 291px;
    object-fit: cover;
}

.testimonial_div .comment {
    font-weight: 400;
}


@media only screen and (min-width: 992px){
    .testimonial_div .order-lg-3 {
        order: 3 !important;
    }
}


@media only screen and (max-width: 768px){
    .testimonial_div-left:after{
        display: none;
    }
    .testimonial_div-right:after{
        display: none;
    }
    .testimonial_div .comment{
        text-align: center;
    }
    .testimonial_div .user{
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 576px){
    .testimonial_div-left, .testimonial_div-right{
        height: unset;
    }

}
/* FAQ Style */

button.btn.btn-faq {
    width: 100%;
    padding: 12px 26px 0;
    font-size: 18px;
    text-align: left;
    background: transparent;
    transition: .3s ease;
    font-weight: 500;
    position: relative;
}

button.btn.btn-faq:focus {
    outline: 0;
    box-shadow: unset;
}

.faq_div {
    background: #ffffff;
    margin-top: 8px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.faq_div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background: transparent;
    height: 100%;
    transition: .3s ease;
}

.faq_div:hover:after {
    background: #177de5;
}

section.c-section.faq {
    background: #f8f8f8;
    border-radius: 8px;
}

.text-faq .card {
    border: 0 !important;
    padding: 0 2rem 2rem;
    font-weight: 400;
    font-size: 18px;
}

button.btn.btn-faq.collapsed:after{
    transform: scaleY(1);
    transition: .3s ease;
}

button.btn.btn-faq:after {
    content: '';
    background: url(../images/angle-bottom.svg);
    position: absolute;
    top: 40%;
    right: 16px;
    z-index: 1;
    height: 7px;
    width: 10px;
    transform: scaleY(-1);
    transition: .3s ease;
}
button.btn.btn-faq.collapsed{
    padding: 12px 26px;
}

.selle_market{
    text-align: center;
}


@media (max-width: 992px){
    .caps{
        font-size: 2rem;
    }
    .banner_user_image{
        margin-left: 6%;
    }
}
@media (max-width: 768px){
    .banner_user_image{
        margin-left: 10%;
    }
    .serch_area{
        padding: 3rem 0;
    }
    .font-md{
        font-size: 1.5rem !important;
    }
    h1.banner_heading{
        font-size: 2.5rem !important;
    }
    .banner-content{
        padding-left: 4rem;
        padding-right: 4rem;
    }

}

@media (max-width: 679px){

    .input_submit span{
        display: none;
    }
    .banner_user_image{
        display: none;
    }
    .domain_search.sty2 .serch_area {
        padding: 3rem 0;
    }

    .title-sm{
        font-size: 1rem;
    }

    .domain_search .serch_area .enter_email_input,
    .domain_search.sty2 .serch_area .enter_email_input {
        margin-left: 0;
        font-size: 12px;
        height: 40px;
        width: 78%;
    }

    .domain_search .serch_area .input_submit {
        background-image: url(../images/search-icon.png) !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        float: right;
        height: 40px !important;
        margin-left: 0;
        margin-top: 0;
        padding: 0;
        line-height: 0px;
        width: 18%;
    }

    .domain_search .serch_area .input_submit i {
        margin-top: -3px;
    }

}
