@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');


/*===Style Start
=================*/
body {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

a:hover {
	text-decoration: none;
    color:#000;
}
ul{
	padding:0;
	margin: 0;
	list-style: none;
}

input:focus, input:hover, select:focus, select:hover {
	outline: none;
	box-shadow: none;
}
p {
	font-family: 'Barlow', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
.prinery-btm {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 60px;
    padding: 12px 40px;
}
.box .blue-btm{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 60px;
    padding: 12px;
    width: 46%;
    text-align: center;
}
.box .ash-btm{
    padding: 12px;
    width: 46%;
    text-align: center;
}
.blue-btm {
    background: #0d71b9;
}
.blue-btm:hover {
    background: #000;
    color:#fff;
}
.white-color {
    color:#fff !important;
}
.ash-btm {
    background: #d3d3d3;
    color:#000;
}

.white-btm {
    background: #fff;
    color:#0d71b9;
}

.light-blue {
    color:#b9cedc !important;
}

.footer-logo {
    margin-bottom: 31px;
    display: block;
}
.black-color {
    color:#000 !important;
}

.ash-color{
    color:#646464 !important;
}
.medium {
    font-weight: 400;
}
.normal {
    font-weight: 400;
}
.white-bg {
    background: #fff !important;
}

/*====Header Style
======================*/


header {
    background: #fff;
    padding: 11px 0;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 62px;*/
}
.left-header {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}
.ham {
    max-width: 30px;
    flex: 0 0 30px;
    cursor: pointer;
    margin-left: 19px;
    display: none;
}
.ham span {
    width: 100%;
    height:4px;
    background: #000;
    display: block;
    margin-bottom: 4px;
}
.ham span:last-child {
    margin-bottom: 0;
}
.navigation {
    border-right: 1px solid #ccc;
}
.menu {}
.menu li {
    display: inline-block;
}
.menu li a {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    padding: 0 18px;
}
.menu li a:hover {
    color:#0d71b9;
}
.two-list {
    display:flex;
    align-items:center;
}
.two-list li {
    vertical-align: middle;
    display: inline-block;
}
.two-list li a {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    padding: 0 18px;
}
.two-list li a:hover {
    color:#0d71b9;
}

.two-list li.signup-btm a {
    background: #0d71b9;
    color: #fff;
    padding: 9px 29px;
    border-radius: 60px;
}
.two-list li.signup-btm a:hover {
    color:#fff;
    background: #000;
}

/*======Banner Section
==========================*/

.banner {
    display: flex;
    background: #ecf5f0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left-banner-caption, .left-banner-image {
    max-width: 100%;
    flex: 1;
}
.left-banner-caption {
     height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:70px 0;
}

.banner-caption {}
.banner-caption p {
    max-width: 436px;
    margin-bottom: 30px;
}
.sub-heading {
    display: block;
    color:#000;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    letter-spacing: 4.3px;
    margin-bottom: 21px;
}
.banner-heading {
    color:#adadad;
    font-size: 44px;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom:19px;
}
.banner-heading span {
    display: block;
    /*color: #2a2a2a;*/
    color:#0d71b9;
    font-weight: 700;
    font-size: 40px;
    margin-top: 25px;
    line-height: 20px;
}
.search-place {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 6px 11px 0 rgb(0 0 0 / 10%);
}
.search {
    flex: 1;
    position: relative;
    background: #fff;
}
.search span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}
.banner-input-style {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 46px;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
}
.banner-btm-style {
    background: #0d71b9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    padding: 0 56px;
    height: 50px;
}

/*=====Category Section
============================*/

.category-section {
    background: url('../images/pattern.png') no-repeat center top;
    background-size: cover;
    padding: 79px 0 50px;
}
.caegory-inner {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.category-icon, .category-content {
    flex: 1;
    max-width: 50%;
}

.cat-list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.cat-list li {
    text-align: center;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 8px;
    margin: 0px 0 15px;
    display: block;
}
/*.cat-list li:nth-child(1),*/
/*.cat-list li:nth-child(2),*/
/*.cat-list li:nth-child(3),*/
/*.cat-list li:nth-child(4),*/
/*.cat-list li:nth-child(5),*/
/*.cat-list li:nth-child(6) {*/
/*    display: block;*/
/*}*/
.cat-list li .box {
    background: #fff;
    border-radius:6px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    transition: all 0.5s ease-out;

}
.cat-list li .box:hover{
    background: #c0e1f9;
    color:#fff;
}
.cat-list li .box a {}
.cat-list li .box figure {
    background: #0d71b9;
    text-align: center;
    color: #fff;
    height: 63px;
    width: 80px;
    margin: 10px auto 0 auto;
    border-radius: 10px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-list li .box figcaption {
    margin-top: 15px;
    font-family: 'Ubuntu', sans-serif;
}
.cat-list li .box figcaption h5 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.cat-list li .box figcaption span {
    display: block;
    color:#0d71b9;
    font-weight: 400;
}

.cat-list li:hover figure {
    background: #0d71b9;
}

.category-content {
    padding: 0 70px;
}
.category-content .prinery-btm {
    margin-top: 20px;
}
.page-heading {
    /*color:#353535;*/
    color:#0d71b9;
    font-size:40px;
    text-transform: uppercase;
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.page-heading span {
    color:#0d71b9;
}

/*=====Best Creators
=========================*/

.bestcreator-section {
    text-align: center;
    padding-bottom: 80px;
}

.image-holder {
    min-height: 337px;
    border-radius: 10px;
}
.inner-box {
    text-align: left;
    padding: 0 50px;
}
.inner-box p i{
    display:none;
}
.medium-heading {
    color:#353535;
    font-size:39px;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

/*=====Creators
=========================*/

.creators-section {
    background-color: #0d6db2;
    background-image:url('../images/pattern.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.coverImg{
    width:100%;
    height:300px;
    background-image:url('https://coachescontent.co/uploads/creator/8037c61cb85af573a6233f4a17014b8e.jpg');
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
}


.creator-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.creator-list>li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 11px;
    margin-bottom: 22px;
}
.creator-list>li .box {
    background: #fff;
    border-radius: 10px;
    padding: 0 19px 33px;
    text-align: left;
    border: 1px solid #ccc;
}
.creator-list>li .box .header-top {
    /*background: #f3f3f3;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 9px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
    text-align: left;
}
.creator-list>li .box .creator-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.creator-list>li .box .creator-image img{
    width:100%;
     object-fit: cover;
}
.caption-area h2{
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 8px;
}
.caption-area h2 a{
    color:#2a2a2a;
    transition:0.2s;
}
.caption-area h2 a:hover{
    color:#0d71b9;
}
.creator-list>li .box .creator-profile {
    font-family: 'Ubuntu', sans-serif;
    padding-left: 15px;
    width:100%;
}
.creator-list>li .box .creator-profile h3 {
    color: #0d71b9;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0 0 0;
    text-align:center;

}
.creator-list>li .box .creator-profile h2 {
    font-size: 20px;
    font-weight: 700;
    color:#000;
    line-height: 1.1;
}
.three-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.three-list li {
    display: block;
    background: #f3f9fc;
    padding: 7px 13px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
.three-list li  {
    color:#484848;
}
.three-list li.post  {
    color:#0d71b9;
}
.three-list li span {
    margin-left: 4px;
}
.three-list li.followers  {
    color:#eb3267;
}
.creator-list>li .box .button-place {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homecotch{
    width:80px !important;
    height:80px !important;
    border-radius:50% !important;
}
.detail_big_img{
    width:100%;
    height:320px;
    object-fit: scale-down;
    margin-bottom:15px;
}
.cotch_pro_img{
    width: 115px;
    height: 115px;
    overflow: hidden;
    border-radius: 50%;
    background:#fff;
    z-index: 10;
    border: 4px solid #fff;
}
.cotch_pro_img img{
    width: 100%;
    object-fit: cover;
}
/*=====Article Section
============================*/

.article-section {
    padding:100px 0 80px;
    text-align: center;
}

.event-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 90px;
}
.event-list li {
    padding:11px 11px;
}

.event-list li:first-child, .event-list li:nth-child(2), .event-list li:nth-child(3), .event-list li:nth-child(4), .event-list li:last-child {
    height: 242px;
}
.event-list li:first-child {
    min-height: 485px;
    max-width: 50%;
    flex: 0 0 50%;
}

.event-list li:nth-child(2) {
    position: absolute;
    top:0;
    right:25%;
    max-width: 25%;
    flex: 0 0 25%;
}

.event-list li:nth-child(3) {
    position: absolute;
    top:0;
    right:0;
    max-width: 25%;
    flex: 0 0 25%;
}

.event-list li:nth-child(4) {
    position: absolute;
    top: 242px;
    right: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}

.event-list li:last-child {
    position: absolute;
    top: 242px;
    right:0;
    max-width: 25%;
    flex: 0 0 25%;
}


.event-list li .box {
position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.event-list li .box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: -1;
}

.event-list li .box .caption-area {
    padding: 0 30px 40px;
}
.event-list li .box .caption-area h2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 21px;
}

.event-list li:nth-child(2) .box .caption-area h2, 
.event-list li:nth-child(3) .box .caption-area h2, 
.event-list li:nth-child(4) .box .caption-area h2, 
.event-list li:last-child .box .caption-area h2  {
    font-size:17px;

}

.event-list li .box .caption-area .date {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    display: block;
    font-weight: 500;
    margin-bottom: 17px;
}

/*==== Footer Style
============================*/

footer {
    background-color: #1d292e;
    background-image:url('../images/footer-pattern.png');
    background-repeat:no-repeat;
    background-position: left center;
    background-size:cover;
    color:#fff;
    padding: 76px 0 47px;
}

.footer-heading {
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 45px;
}
.footer-list {}
.footer-list li {
    display: block;
    margin-bottom: 9px;
}
.footer-list li a {
    display: block;
    color: #b9cedc;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.footer-list li a:hover {
    color:#fff;
}
.footer-list li a i {
    margin-right: 4px;
}
.social-list {}
.social-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.social-list li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #b9cedc;
    text-align: center;
    line-height: 30px;
    color: #b9cedc;
    font-size: 12px;
}
.social-list li a:hover {
    background: #fff;
    color:#1d292e;
}

.copyright {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #b9cedc;
    margin-top: 50px;
}

/*==== Sign in
===================*/

.form-wrapper {
    background-color:#ecf5f0;
    background-image:url('../images/form-bg1.png');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    padding-top: 55px;
    padding-bottom: 110px; 
}

.form-inner {
    background: #fff;
    text-align: center;
    padding: 53px;
    border-radius: 12px;
    box-shadow: 0 7px 18px 0 rgb(0 0 0 / 10%);
}


.form-custom {
    display: block;
    background: #f4f6f8;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: left;
    position: relative;
    padding: 14px 36px 14px 70px;
    margin-bottom: 15px;
}
.form-custom span {
    position: absolute;
    top: 17px;
    left: 23px;
}

.form-custom label, .form-custom-nobg label {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color:#232323;
    font-weight: 400;
    line-height: 1;
}

.form-input-style {
    width: 100%;
    border: none;
    background: #f4f6f8;
}
.button-style {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 60px;
    padding: 12px 40px;
    background: #0d71b9;
    border: none;
}
.button-style:hover{
    background: #000;
}
.form-custom-nobg {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 38px;
}

/*===Creators
===================*/

.creator-banner {
    background: #ecf5f0;
    padding: 75px 0; 
}

.membership-section {
    background-color:#0d71b9;
    padding: 103px 0 70px; 
}

.membership-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.membership-list li {
    text-align: center;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 37px;
}
.membership-list li p {
    color:#fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
.membership-list li figure{}
.membership-list li h3{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color:#fff;
}

/*=====Pricing Section
==========================*/

.pricing-section {
    background-color:#ecf5f0;
    background-image: url('../images/pricing-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 115px 0 81px; 
}

.pricing-list {
    display: flex;
    justify-content: space-between;
    margin-top: 99px;
}
.pricing-list>li {
    text-align: center;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 8px;
}
.pricing-list>li .box {
    background:#fff;
    border:1px solid #4d4d4d;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}
.pricing-list .btn {
    font-size: 18px;
    padding: 10px 20px;
    width: 140px;
    margin: 0 15px 0;
}
.pricing-list>li .box .price-header {
    background: #f2f8f5 url(../images/price-heading-image.png) no-repeat right center;
    padding: 85px 0 62px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pricing-list>li .box .price-header h3 {
    font-size: 41px;
    color:#0d71b9;
    line-height: 1.2;
    font-weight: 400;
    display: block;
}
.pricing-list>li .box .price {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size:34px;
}
.pricing-list>li .box .price span {
    font-size:21px;
}

.pricing-list>li .box .price-content {
    padding: 37px 50px;
    font-size: 18px;
}

.pricing-list>li .box .price-subheading {
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid  transparent;
    padding-bottom: 15px;
}
.pricing-list>li .box ul {}
.pricing-list>li .box ul li {
    font-size: 13px;
    text-align: left;
    color:#000;
    margin-bottom: 21px;
}
.pricing-list>li .box ul li i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


.pricing-list>li:hover .box {
    background: #0d71b9;
}

.pricing-list>li:hover .box ul li i, 
.pricing-list>li:hover .box ul li, 
.pricing-list>li:hover .box .price-subheading  {
    color:#fff;
}

.pricing-list>li:hover .box .blue-btm {
    background: #fff;
    color:#0d71b9;
}
.pricing-list>li:hover .box .price-header {
        background-color: #a4cbde;
}

.pricing-list>li:hover .box .price-subheading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.price-change-list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 60px;
    max-width: 571px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

}
.price-change-list li {}
.price-change-list li label {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 11px 63px;
    border-right: 1px solid #ccc;
    z-index: 2;
    background:#f3f3f3; 
}
.price-change-list li:last-child label {
    border-right: none;
}
.price-change-list li label input {
    position: absolute;
    left:0;
    right:0;
    opacity:0;
}
.price-change-list li label i {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    font-style: normal;
}
.price-change-list li label i:after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d71b9;
    z-index: -1;
    opacity:0;
}
.price-change-list li label input:checked + i:after {
    opacity:1;
}
.price-change-list li label input:checked + i {
    color:#fff;
}

.pricing-change-place{
    margin-top: 100px;
}
.condition-list {
    text-align: left;
}
.condition-list li {
    display: block;
    margin-bottom: 35px;
}
.condition-list li .box {
    position: relative;
    font-size: 18px;
    color: #000;
    padding-left: 49px;
}
.condition-list li .box i {
position: absolute;
    top: 5px;
    left: 0;
    font-size: 27px;
    color: #0d71b9;
}
.condition-list li .box h3 {
    font-size: 25px;
    font-weight: 400;
}
.price-box {
    border: 1px solid #ccc;
    text-align: left;
    padding: 19px 41px;
    margin-bottom: 15px;
    color:#000;
}
.price-box h4 {
    font-size: 25px;
    color: #000;
    line-height: 1;
}
.main-price {
    font-size: 31px;
    color: #0d71b9;
    line-height: 1;
    margin-bottom: 5px;
}



/*======Responsive
======================*/

@media(max-width:1199px){
    .left-banner-caption {
        height: 533px;
    }
    .banner-heading {
        font-size: 45px;
    }
    .page-heading {
        font-size: 37px;
    }
    .cat-list li .box figcaption h5 {
        font-size: 14px;
    }
    .medium-heading {
        font-size: 29px;
    }
    .creator-list > li .box .creator-image {
        width: 95px;
        height: 95px;
        margin:0 auto;
    }

    .creator-list > li {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .pricing-list > li .box .price-content {
        padding: 37px 29px;
    }
}

@media(max-width:991px){
    .ham {
        display: block;
    }
    .navigation {
        border-right:none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0d71b9;
        padding: 33px 0;
        display: none;
        z-index: 9;
    }
    .menu li {
        display: block;
        margin-bottom: 10px;
    }
    .menu li:last-child {
        margin-bottom: 0;
    }
    .menu li a {
        display: block;
        color: #fff;
    }
    .menu li a:hover {
        color:#b9cedc;
    }
    .page-heading {
        font-size: 31px;
    }
    .cat-list li {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .inner-box {
        padding: 0 28px;
    }
    .banner-heading {
        font-size: 30px;
        margin: 0;
    }
    .banner-heading span{
        line-height: 50px;
        margin: 0;
    }
    .sub-heading {
        margin-bottom: 9px;
    }
    .creator-list > li .box .creator-image {
        width: 80px;
        height: 80px;
    }
    .creator-list > li .box .creator-profile h2 {
        font-size: 16px;
    }
    .creator-list > li .box .creator-profile h3 {
        font-size: 16px;
    }
    .three-list li a {
        padding: 7px 7px;
    }
    .three-list {
        margin-bottom: 15px;
    } 
    .creator-list > li .box .button-place {
        margin-top: 21px;
    }
    .prinery-btm {
        padding: 12px 28px;
        font-size: 12px;
    }
    .event-list li:nth-child(2), .event-list li:nth-child(3), .event-list li:nth-child(3), .event-list li:nth-child(4),
    .event-list li:last-child {
        position: static;
        max-width:50%;
        flex: 0 0 50%;
    }
    .event-list li:first-child {
        min-height: 242px;
    }
    .membership-list li {
        padding: 0 19px;
    }
    .pricing-list > li .box .price-header {
        padding: 39px 0 62px;
    }
    .pricing-list > li .box .price-header h3 {
        font-size: 31px;
    }
    .pricing-list > li .box .price {
        font-size: 28px;
    }
}

@media(max-width:767px){

    .banner {
        flex-direction: column;
    }
    .left-banner-caption {
        height: auto;
        text-align: center;
        padding: 50px 15px;
    }
    .left-banner-image {
        /*height: 500px;
        flex: auto;*/
        height: 250px;
        flex: auto;
        width: 96%;
        margin: 0 auto;
    }
    .inner-header {
        padding: 0 0px;
    }
    .caegory-inner {
        flex-direction: column;
        position: relative;
        padding-top: 3rem;
    }
    .category-icon, .category-content {
        flex: auto;
        max-width: 100%;
    }
    .category-content {
        padding: 0 0px;
        text-align: center;
    }
    .category-content .page-heading{
        position: absolute;
        top:0;
        left:0;
        right:0;
    }
    .category-section {
        padding: 79px 0 57px;
    }
    .inner-box {
        padding: 0 0px;
        margin-top: 32px;
        text-align: center;
    }
    .bestcreator-section {
        padding-bottom: 50px;
    }
    .creators-section {
        padding: 50px 0 50px;
    }
    .creator-list {
        margin-bottom: 27px;
    }
    .creator-list > li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .three-list li a {
        padding: 8px 16px;
    }
    .creator-list > li .box .button-place {
        justify-content: space-evenly;
    }
    .article-section {
        padding: 50px 0 50px;
    }
    .event-list {
        margin-bottom: 27px;
    }
    .event-list li {
        padding: 11px 11px;
        min-height: 316px !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    footer {
        text-align: center;
    }
    .footer-heading {
        margin-bottom: 17px;
        margin-top: 17px;
    }
    .pricing-section {
        padding: 58px 0 50px;
    }
    .pricing-list {
        flex-wrap: wrap;
    }
    .pricing-list > li {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 19px;
    }
    .price-change-list li label {
        padding: 11px 56px;
    }
 }

 @media(max-width:575px){
    header {
        padding: 11px 17px;
    }
    .membership-list {
        flex-direction: column;
        align-items: center;
    }
    .membership-list li {
        text-align: center;
        max-width: 100%;
        flex: 0 0 0;
    }
    .price-change-list li label {
        padding: 11px 0px;
    }
    .price-change-list li {
        max-width: 25%;
        flex: 0 0 25%;
    }
 }

  @media(max-width:480px){
    .search-place {
        border-radius: 0;
        overflow: auto;
        box-shadow: none;
        flex-direction: column;
    }
    .search {
        flex: auto;
        width: 100%;
    }
    .banner-btm-style {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .two-list li.signup-btm a {
        padding: 8px 24px;
        font-size: 11px;
    }
    .two-list li a {
        font-size: 11px;
    }
    .pricing-list {
        margin-top: 60px;
    }
    .pricing-list {
        flex-direction: column;
    }
    .pricing-list > li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 19px;
    }
 }
 
 .user_title{
     background: #f3f3f3;
    margin: 0;
    padding: 10px;
 }
 .user_title h4{
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    color: #000;
    padding: 10px 0;
 }
 .affectedDiv{
    width: 200px;
    height: 80vh;
    background: #eff8ff;
    padding: 0;
    /*box-shadow: 2px 0px 6px rgba(0, 0, 0,  0.15);*/
 }
 .affectedDiv .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    border-bottom:1px solid #dfe9f1;
    border-radius: 0;
    transition: all 0.5s ease-out;
}
.affectedDiv .nav-link:hover {
    background: #0d71b9;
    color: #fff;
    border-radius: 0;
}
.affectedDiv .nav-pills .nav-link.active, .affectedDiv .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d71b9;
    border-radius: 0;
}
.inner-box h2{
    font-family: 'Barlow', sans-serif;
    color: #0d71b9;
    font-weight: 700;
    font-size: 45px;
    margin-top: 20px;
}
.inner-box h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color:#777777;
}
.inner-box h6{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: normal;
    margin-bottom: 12px;
    color: #222222;
}
.inner-box h4 i {
    color: #0d71b9;
}
.blog_pro{
   position:relative;
   top:0;
   width:110px;
   height:110px;
   left:0;
   margin:0 auto;
}
.letest_post> li{
    max-width: 25%;
    flex: 0 0 25%;
}
.checklist{
    background: #f3f3f3;
    height: 295px;
    border: 1px solid #e0e0e0;
}
.checklist .list-group-item{
     background:transparent;
}
.checklist .list-group-item strong{
    font-size: 12px;
    font-weight: 600;
}
.all_cats input[type=checkbox],.all_cats input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    /* margin-top: 5px; */
    position: relative;
    top: 2px;
    left: -3px;
}
.checklist_item .form-control{
    font-size: 13px;
    height: 38px;
    margin-top: 6px;
    border-radius: 0;
    resize:none;
}
.height_none{
    height:inherit !important;
}
.image_Show{
        width: 38px;
    height: 38px;
    position: absolute;
    top: 27px;
    overflow: hidden;
    right: 16px;
    z-index:22;
}
.image_Show img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.user_sort_detail{
    margin:30px 0 0 0;
    padding:0;
    list-style:none;
}
.user_sort_detail li{
    display: inline-block;
    margin:0;
    border-right:1px solid #e8e8e8;
    padding:0 20px;
}
.user_sort_detail li:last-child{
    border-right: 0;
}
.user_sort_detail li a{
    color:#353535;
}
.user_sort_detail li h2{
    line-height: 24px;
    font-weight: 700;
    font-size:18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:170px;
}
.user_sort_detail li h2 span{
    color:#64748b;
    font-weight: 400;
    font-size: 14px;
    display:block;
    margin-top:8px;
}
.user_sort_detail li h2 .address{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:162px;
}
.user_new_pic{
    position: absolute;
    bottom: -35px;
    left: 20px;
}
.cotch_describe h4{
    line-height: 24px;
    font-weight: 700;
    font-size:18px;
}
.profile-headline{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0,0, 0.15);
    padding: 12px 12px 12px 166px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-align: left;
    letter-spacing: 0.5px;
}
.card-header{
    position:relative;
}
.accordion .card-header:after {
    /*content: "\002D"; */
    float: right; 
    font-size:30px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 15px;
}
.accordion .card-header.collapsed:after {
    /*content: "\002B";*/
}
.accordion .card-header{
    border-bottom:0;
    transition: all 0.35s;
    background:#f2f8f5;
    cursor: pointer;
}
.accordion .card-header:hover{
    background:#a4cbde;
}
.card-title h2{
    margin-bottom:0;
    font-weight:600;
    margin:0 15px 0 0;
    color:#000;
    font-size:20px;
    position:relative;
    
}
.card-title h2 span{
    /*position: absolute;*/
    /*top: -3px;*/
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #b0bcb6;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    padding: 8px 0;
    color: #000;
    font-weight: 500;
    /*left: 39%;*/
}
.card-title a .btn{
    position:relative;
    z-index:22;
}
.card-title h3{
    margin-bottom:0;
    font-weight:600;
    margin:0 15px;
    color:#000;
    font-size:20px;
}
.card-title p{
    margin-bottom:0;
    font-weight:600;
    margin:0 15px;
    font-size:16px;
    color:#000;
}
.instagram_btn {
    background-color: #E33E5C;
    display: inline-block;
    color: #fff;
    padding: 1px 3px;
    border-radius: 3px;
    margin-left: 5px;
}
.instagram_btn svg {
    max-width: 20px;
}
.instagram_btn:hover {
    color: #fff;
}
.social_section{
    border-top:1px solid #e6e6e6;
    margin-top:30px;
    padding-top:15px;
}
.social_section p{
    font-size:14px;
    font-weight:500;
    color:#989898;
    margin-bottom:15px;
}
.social_section ul li{
    display:inline-block;
    width:40px;
    height:40px;
    border-radius:50%;
    background: #2a2a2a;
    margin: 0 3px;
}
.social_section ul li a{
    display:block;
    text-align:center;
    padding: 4px;
    color: #fff;
    font-size:20px;
    opacity: 0.65;
}
.social_section ul li a:hover{
     opacity: 1;
}
.social_section ul li:nth-child(1){
    background:#4267B2;
}
.social_section ul li:nth-child(2){
    background:#C13584;
}
.social_section ul li:nth-child(3){
    background:#1DA1F2;
}

@media (max-width: 740px){
    .form-inner {
        padding: 15px 20px;
    }
    .error{
        font-size:14px !important;
    }
    .coverImg {
        height: 250px;
        background-size: cover;
    }
    .profile-headline {
        top: 0;
        bottom:auto;
        padding: 12px 12px 12px 12px;
    }
    .resp_nopaddding{
        padding:20px 0 !important;
    }
    .user_sort_detail li {
        display: inline-flex;
        margin: 0;
        border-right: none;
        padding: 0 0px;
        width: 100px;
        justify-content: center;
    }
    .user_sort_detail li:nth-child(1){
        width: 100%;
    }
}
.after-price_list{
    display:inherit;
}
.after-price_list>li {
    text-align: center;
    width: 295px;
    flex: inherit;
    padding: 0 8px;
    display: inline-block;
    position: relative;
}
.after-price_list>li .box .price-content{
    padding: 15px;
}
.after-price_list>li .box .price-header {
    padding: 15px 0;
    font-size:15px;
}
.after-price_list>li .box .price-header h3 {
    font-size: 24px;
    color: #0d71b9;
    line-height: 24px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}
.ed_btn{
    padding: 0;
    font-size: 30px;
    text-align: center;
    line-height: 0;
    background: #fff;
    border: 0;
    color: #ff590a;
    position: absolute;
    right: 10px;
    top: 1px;
    z-index:99;
}
button:focus {
    outline: none;
}


.thanks-section{
    padding: 50px 0;
}
.thanks-section img{
    width:200px;
    height:200px;
    object-fit:scale-down;
}
.table-head{
    background-color: #0d71b9;
}
.table-head th{
    color: #fff;
}

@media(max-width: 575px) {
    .affectedDiv {
        display: none;
    }
}