* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.heading h1 {
    font-weight: bold;
}

.padding_top_bottom {
    padding: 80px 0px;
}

.margin_top {
    margin-top: 80px;
}

.text_blue {
    color: #1352cd;
}

/* partner leading brand section css start  */

section.partner_brand {
    position: relative;
    display: flex;
    align-items: center;
}

section.partner_brand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/creator/top-form-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

section.partner_brand .partner_pera p {
    margin-top: 20px;
    text-transform: uppercase;
}

/* partner leading brand section css end  */


/* Main form css start  */


.main_form {
    padding: 40px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin-top: 40px;
    background-color: #ffffff;
}



.main_form .form_heading_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main_form .form_icon img {
    width: 80px;
    margin-left: 10px;
}

.main_form .form_heading h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.main_form .form-group {
    margin-top: 15px;
}

.main_form .form-group .form-control {
    border: 1px solid #000000;
    padding: 12px 15px;
    background-color: #fafafa;
    border-radius: 5px;
}

.main_form .form-group .form-control:focus {
    border: 1px solid #1352cd;
    box-shadow: none;
}

.main_form .form-group .submit_btn {
    border: none;
    background-color: #000000;
    padding: 10px 50px;
    border-radius: 5px;
}


/* Main form css end  */


/* why collaborate section start  */


section.why_collobrate .feature_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #f8d411;
}

section.why_collobrate .feature_text h6 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

section.why_collobrate .feature_text p {
    margin-bottom: 0;
    font-size: 15px !important;
    margin-right: 30px;
}

section.why_collobrate .feature_text p {
    margin-bottom: 0;
}

section.why_collobrate .feature_icon img {
    width: 75px;
    position: relative;
    z-index: 1;
}

section.why_collobrate .feature_wrp:after {
    position: absolute;
    content: "";
    width: 130px;
    height: 100%;
    background-color: #f8d411;
    top: 0;
    right: -20px;
    transform: skewX(-15deg);
}

section.why_collobrate .feature_after_one {
    margin-bottom: 0;
}


/* why collaborate section css end  */

/* How we connect section css start  */

section.how_connect {
    background: url(../img/creator/dotted_bg.png);
    background-position: center;
    background-size: contain;
    background-color: #000000;
    background-repeat: no-repeat;
}

section.how_connect .connect_icon img {
    width: 120px;
}

section.how_connect .how_connect_wrp {
    text-align: center;
    width: 85%;
    margin: 0px auto;
    margin-top: 50px;
}

section.how_connect .connect_heading h3 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

section.how_connect .connect_heading p {
    margin-bottom: 0px;
}


/* How we connect section css end  */

/* Advantage section css start  */

section.advantage .row .col-lg-4:nth-child(2) .advantage_wrp {
    margin-top: 60px;
}

section.advantage .advantage_wrp {
    background-color: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 0px 0px 5px 5px;
    height: 170px;
    margin-top: 30px;
}

section.advantage .advantage_img img {
    width: 100%;
    border-radius: 5px;
}

section.advantage .advantge_flex {
    display: flex;
    align-items: center;
    background-color: #2670ff;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
}

section.advantage .advantage_heading {
    margin-left: 10px;
}

section.advantage .advantage_heading h6 {
    color: #ffffff;
    font-size: 22px;
}

section.advantage .advantage_check img {
    width: 30px;
}

section.advantage .advantage_pera {
    padding: 20px;
}

section.advantage .advantage_pera p {
    margin-bottom: 0px;
}

/* Advantage section css end  */

/* creator love section css start  */

section.creator_love {
    position: relative;
    display: flex;
    align-items: center;
}

section.creator_love:before {
    content: "";
    width: 85%;
    height: 30%;
    position: absolute;
    background-color: #f8d411;
    z-index: -1;
    bottom: 70px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 10px;
}

section.creator_love .testimonial_wrp {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 30px;
    width: 98%;
    margin: 0px auto;
    background-color: #ffffff;
}
section.creator_love .testimonial_wrp p{
    font-size: 17px !important;
}

section.creator_love .influencer_name {
    margin-top: 30px;
}

section.creator_love .influencer_name span {
    background-color: #f8d411;
    padding: 10px 15px;
    color: #000000;
}

section.creator_love .owl-carousel .owl-stage {
    padding: 25px 0px;
}

section.creator_love .testimonial_slider .owl-dots {
    display: none;
}

section.creator_love .testimonial_slider .owl-nav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.creator_love .testimonial_slider .owl-prev span i {
    position: absolute;
    top: 110px;
    left: -110px;
    color: #000000;
    transition: .5s;
    font-size: 40px;
}

section.creator_love .testimonial_slider .owl-next span i {
    position: absolute;
    top: 110px;
    right: -110px;
    color: #000000;
    transition: .5s;
    font-size: 40px;
}

/* creator love section css end  */

/* Faq's section css start  */

section.faq .accordion-item {
    margin-top: 20px;
    background-color: #ffffff;
    border: none;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

section.faq .accordion-button {
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    box-shadow: none;
    border: none;
}

section.faq .accordion-button:focus {
    box-shadow: none;
}

section.faq .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    box-shadow: none;
}

section.faq .accordion-button::after {
    background-image: url(../img/creator/angle-down.png);
}

section.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../img/creator/angle-down.png);
}

/* Faq's section css end  */

/* Need more information section css start  */

section.need_information .main_form {
    margin-top: 0px;
}

section.need_information .heading {
    margin-top: 40px;
}

section.need_information .heading h1 {
    margin-bottom: 20px;
}
section.need_information .form-arrow img {
    width: 80%;
    margin-top: 40px;
}
/* Need more information section css end  */

/* 
@media screen and (max-width:1366) {
    .heading h1{
        font-size: 32px;
    }
} */