.franchising_introduction_section {
    margin-bottom: 80px;
}

.content_description {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

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

.line_franchise::after {
    left: 0;
    width: 30%;
}

.global_footprints_section {
    padding:80px 0 0;
}

.global_footprints_blocks h2 {
    font-weight: bold;
}

.global_footprints_blocks h3 {
    font-weight: normal;
}

.global_footprints_blocks::after {
    width: 2px;
    height: 25px;
    background: #ffffff;
    content: "";
}

.about_graph_img {
    width:215px;
    height: 150px;
    display: flex;
    margin:0 auto 30px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about_graph_img img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

ul.about_graph_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.about_graph_list li {
    font-weight: bold;
    text-transform: Capitalize;
    font-size: 16px;
    line-height: 24px;
}

.graph_content2 ul li:first-child {
    order:2;
}
.graph_content2 ul li:nth-child(2) {
    order:1;
}
.graph_content2 ul li:last-child {
    order:3;
}

.graph_content3 ul li:first-child {
    order:2;
}
.graph_content3 ul li:nth-child(2) {
    order:3;
}
.graph_content3 ul li:last-child {
    order:1;
}

.bgblack.global_footprints_section .heading_section {
    margin-bottom: 50px !important;
}

.heading_section sup {
    font-size: 50%;
    margin-left: 5px;
}

.benifit_block {
    margin-bottom: 40px;
}

.benifit_block p, .benifit_block li {
    color: black;
    list-style: inherit;
}

.benifit_block {
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;
}

.benifit_block.black ul {
    margin-left: 20px;
    padding: 0;
}

.global_support_contnet .text-center {
    margin-bottom: 60px;
}

.global_support_contnet {
    margin-bottom: 80px;
}

.global_support_desc2.text-center.white {
    margin: 40px auto;
    width: 90%;
    line-height: 26px;
}

#franchise_form {
    padding: 50px;
    border-radius: 11px;
    top: 100px;
    width:450px;
    background: #000;
}

#franchise_form:focus {
    border:none;
    outline:none;
    box-shadow: none;
}

.c-forms-form-body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cog-cognito .cog-forms-template {
    overflow: visible;
    width: 100%;
}

.global_support_desc2 a:hover {
    color: #FFD700;
}

fieldset.c-name div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100% !important;
    float: none !important;
}

input#c-0-7 {
    margin-bottom: 15px;
}

.cog-cognito input, .cog-cognito textarea, .cog-cognito select {
    margin: 0px 0px 0px 0px;
    background: transparent !important;
    border: 1px solid #ffffff;
    padding: 0px 10px;
    color: #ffffff;
    height: 50px;
}

.cog-cognito input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.cog-cognito input::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.cog-cognito input:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.cog-cognito input:-moz-placeholder { /* Firefox 18- */
    color: white;
}
.cog-cognito textarea::-webkit-input-placeholder {
    color:white;
}

.cog-cognito select::-webkit-input-placeholder {
    color:white;
}

.cog-cognito input:focus, .cog-cognito textarea:focus {
    border-radius: 0px !important;
}

.cog-cognito textarea {
    height: 200px !important;
    resize: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cog-cognito select option{
    background: #000000;
}

div#franchise_form .heading_section::after {
    left: 0 !important;
}

#franchise_form form.cc-form input,
#franchise_form form.cc-form input:focus,
#franchise_form form.cc-form input:active{
    height: 40px;
}

#franchise_form form.cc-form textarea,
#franchise_form form.cc-form textarea:focus,
#franchise_form form.cc-form textarea:active {
    height: 75px !important;
}

div#map_wrapper_9063 a {
    color: #434345 !important;
}

div#map_wrapper_9063 a {
    color: #95999A !important;
}

/*.c-button-section {*/
/*    position: absolute;*/
/*    width: 90%;*/
/*    bottom: -75px;*/
/*    padding: 0 !important;*/
/*    margin-top: 20px !important;*/
/*}*/

/*.c-button-section .c-action {*/
/*    width: 100%;*/
/*}*/

/*.c-button-section .c-action {*/
/*    width: 100%;*/
/*}*/

.cog-cognito button {
    background: #216A95;
    border-radius: 50px;
    color:white;
    border:2px solid transparent;
    width: 100%;
    margin: 0 !important;
    float: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.96px;
    padding: 15px;
    transition: all 0.3s ease-in;
}

.cog-cognito button:hover, .cog-cognito button:focus {
    border:2px solid #216A95;
    background: #000000;
    color:#ffffff;
    outline:none;
    box-shadow:none;
}

.franchise_form_section {
    padding-bottom: 80px;
}

    /* Testimonial css */
.home_testimonial_slider {
    padding: 80px 0;
}

.home_testimonial_slider h2{
    margin-bottom: 50px;
}

div#home_testimonials .testimonial_block {
    border: 4px solid #ffffff;
    border-radius: 15px;
    width: 75%;
    margin: 30px auto 60px;
    position: relative;
    padding: 5% 6% 0;
}

div#home_testimonials .testimonial_block p {
    color: #ffffff;
    margin: 0;
    font-weight: normal;
    opacity: 0.8;
}

.testimonial_quote {
    font-size: 60px;
    width: 100px;
    height: 90px;
    color: #ffd700;
    position: absolute;
    top: -45px;
    left: -50px;
    padding: 0;
    background: url(../jpg/bg-low.jpg) repeat top left !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#form_franchise_sec {
    position: relative;
    padding-bottom: 80px;
}

.testimonee_pic_info {
    position: relative;
    bottom: -20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonee_pic_info img {
    width: 150px;
    height: auto;
    background: transparent;
    position: relative;
    top: 30px;
    border: 5px solid #fff;
    border-radius: 100%;
    padding: 0 !important;
}

.testimonee_info {
    position: relative;
    top: 5px;
    margin-left: 30px;
}

.testimonee_info span {
    display: block;
}

.testimonee_info span.testimonee_name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

span.testimonee_desig {
    color:#989a99;
}

.testimonial_block .video_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_block::before {
    content: "";
    background: rgba(0,0,0,0.5);
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute;
}

div#home_testimonials .carousel-control-next,
div#home_testimonials .carousel-control-prev {
    position: absolute;
    top: calc(50% - 25px);
    bottom: 0;
    z-index: 1;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
    background: #216A95;
    transition: all 0.2s ease-in;
}

div#home_testimonials .carousel-control-next:hover,
div#home_testimonials .carousel-control-prev:hover {
    background: #ffffff;
    color:#000000;
}

div#home_testimonials .carousel-control-next i.far, div#home_testimonials .carousel-control-prev i.far {
    margin-bottom: -2px;
    font-weight: bold;
    font-size: 20px;
}

.testimonial_block iframe {
    width:98%;
    margin:0 auto;
}

.franchising_introduction_section .heading_section sup {
    left: 0px;
    top: -0.6em !important;
}

.benefit_image {
    margin-top: 60px;
}
.franchise_introduction .intro_video::after {
    content:none !important;
}

.franchise_introduction h4 {
    font-size: 36px !important;
}

.franchise_introduction h4 {
    font-size: 36px !important;
    font-weight: 100;
    line-height: 48px;
}

.franchise_introduction h4.line::after{
    height: 4px;
    background: #ffd700;
}

.global_map p {
    width: 80%;
    margin: 0 auto 80px;
}

ul.map_legends {
    display: flex;
    flex-wrap: wrap;
    color: #64666A;
}

ul.map_legends li {
    display: flex;
    color: #434345;
    align-items: center;
    margin-right: 25px;
}

ul.map_legends li i.fas {
    font-size: 30px;
    margin-right: 7px;
}

.benifit_block {
    display: flex;
}

.block_number {
    height: 57px;
    color: #ffffff;
    font-weight: bold;
    background: #216A95;
    border-radius: 7px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex:0 0 57px;
    margin-right: 20px;
}

.global_support_contnet p, .global_support_contnet li {
    color: #000000;
}

.global_support_contnet ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.global_support_contnet ol li {
    list-style: inherit;
    margin-bottom: 10px;
    display: flex;
    counter-increment: my-awesome-counter;
}
.global_support_contnet li::before {
    content: counter(my-awesome-counter);
    background: #216A95;
    flex: 0 0 21px;
    height: 21px;
    border-radius: 5px;
    display: block;
    line-height: 21px;
    color: white;
    text-align: center;
    position: relative;
    font-size: 14px;
    top: 5px;
    margin-right: 10px;
    font-weight: bold;
}

.global_support_contnet li span {
    color:#216A95;
    margin:0 10px 0 0;
    font-weight: bold;
}

.global_support_contnet ol {
    margin: 0 !important;
    padding: 0 !important;
}

.dp_block {
    text-align: center;
    color: #000000;
    position: relative;
    margin: 40px 0;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    z-index: 999;
}

.dp_block.db_main_title {
    width: 60%;
    font-weight: bold;
    font-size: 24px;
    border-radius: 40px;
    background: #FFD700;
    padding: 10px 20px;
}

.discovery_process_section {
    position: relative;
    display: flex;
    margin-bottom:80px;
}

.discovery_process_section::after {
    content: "";
    height: calc(100% - 50px);
    width: 2px;
    background: #989A99;
    position: absolute;
    z-index: 1;
    top: 80px;
}

.col-md-6.dp_loop.dp_left_loop {
    justify-content: flex-end;
    display: flex;
}

.dp_block.dp_left {
    justify-content: end;
}

.dp_block.dp_right {
    justify-content: start;
}

.dp_block.dp_left, .dp_block.dp_right {
    border-bottom: 2px solid #989A99;
    padding-bottom: 20px;
    width: 75%;
}

.dp_block.dp_right {
    top:35px;
}

section#faq_slider_section {
    padding-top: 80px;
}

div#franchise_form h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #000;
    margin: 0 0 30px;
    line-height: 36px;
    letter-spacing: 0.96px;
}

section.recentnews_section {
    padding: 120px 0 80px 0;
}

section.bgwhite.recentnews_section h4 {
    border-bottom: 3px solid #FFD700;
    padding-bottom: 22px;
    margin-bottom: 60px;
}

section.recentnews_section h4 span {
    background: #434345;
    padding: 20px;
    font-size: 38px;
    font-weight: 100;
}

.recent_first h5 {
    margin: 40px 0 10px;
    font-weight: bold;
}

.recent_first ul.post_meta_info {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

.recent_first ul.post_meta_info li,
.recent_rest ul.post_meta_info li{
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.recent_first ul.post_meta_info li i,
.recent_rest ul.post_meta_info li i{
    margin-right: 10px;
}

.recent_first ul.post_meta_info li a,
.recent_rest ul.post_meta_info li a{
    text-decoration: none;
    color:#000000;
}

.recent_readmore {
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    transition: all 0.3s ease-in;
    font-weight: bold;
}

.recent_readmore i {
    text-decoration: none;
    color:#FFD700;
    margin-left: 10px;
    margin-top:5px;
}

.recent_readmore:hover,
.recent_readmore:hover i {
    color:#989a99;
}

.recent_rest {
    margin-bottom: 30px;
}

.recent_rest h5 {
    font-weight: bold;
    margin:0 0 20px;
}

.recent_rest ul.post_meta_info{
    display: flex;
    flex-direction: column;
}

 .cog-cognito .cog-forms-form .cog-field {
    margin-bottom: 20px !important;
}

.accordion-body a:hover {
    color: #989a99;
}

#faq_slider_section {
    position: relative;
}

#faq_slider_section:before {
    content: "";
    background: url(../jpg/bg-low.jpg) repeat top left !important;
    position: absolute;
    bottom: 0;
    width: 150vw;
    height: calc(100% + 100px);
    left: -50%;
    top: 0;
}

div#accordion_franchise {
    z-index: 999;
    position: relative;
}

#form_franchise_sec {
    overflow-x:hidden;
}

#franchise_form.posFix {
    position: fixed;
}
#franchise_form.posAbs {
    position: absolute;
    bottom: 25px;
    top:inherit;
}
.recent_rest .entry-title a {
    color: #434345;
    text-decoration: none;
}
.recent_rest .entry-title a:hover {
    color: #989a99;
}

@media only screen and (max-width: 1366px) {
    .dp_block{
        font-size: 20px;
        line-height: 24px;
    }
    .dp_block.db_main_title {
        font-size: 30px;
    }
    .franchise_introduction h4 {
        font-size: 24px !important;
        line-height: 30px;
    }
    .block_number {
        height: 40px;
        font-size: 28px;
        flex: 0 0 40px;
    }
    #franchise_form {
        padding: 20px;
        width: 380px;
    }
    div#franchise_form h1 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1240px) and (max-width: 1300px) {
    .home_videopopup_section{
        height:100vh;
    }
    #franchise_form {
        padding: 15px;
        width: 380px;
    }
}

@media only screen and (max-width: 1201px) {
    .dp_block {
        width: 45%;
    }

    .testimonial_quote {
        font-size: 50px;
    }
    .franchise_introduction h4 {
        font-size: 20px !important;
        line-height: 30px;
    }

    #franchise_form {
        padding: 50px;
        width: 100%;
        z-index: 999;
        margin: 50px 0;
        position: relative;
    }
}

@media only screen and (max-width: 993px) {
    .dp_block {
        width: 65%;
    }

    div#home_testimonials .testimonial_block {
        padding: 5% 8% 0;
    }
    .testimonee_info {
        margin-left: 15px;
    }

    .testimonee_info span.testimonee_name {
        font-size: 18px;
    }

    .testimonee_pic_info img {
        width: 130px;
    }

    #franchise_form {
        padding:10px 30px 40px;
    }

    div#franchise_form h1 {
        font-size: 28px;
        margin: 0px 0 20px;
        line-height: 32px;
    }

    .cog-cognito button {
        padding:10px 15px;
    }
    .about_graph_content h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .graph_content h4 {
        font-size: 16px;
    }
    .graph_content ul li {
        font-size: 12px;
        margin-bottom: 20px;
    }
    /*.c-button-section {*/
    /*    bottom: -60px;*/
    /*}*/
    .franchise_introduction h4 {
        font-size: 18px !important;
        line-height: 28px;
    }
    .franchise_introduction h4.intro_first_title {
        text-align: right !important;
    }
    .franchise_introduction h4.intro_first_title.line::after {
        right: 0;
        left: inherit;
    }
    .bodybg.intro_first_para {
        text-align: right !important;
    }
    .franchise_introduction .intro_text h4::before {
        top:-55px;
        z-index: -1;
    }
    ul.map_legends li {
        font-size: 16px;
    }
    ul.map_legends li i.fas {
        font-size: 24px;
        margin-right: 5px;
    }
    .bgwhite.global_footprints_section.global_map.owner_benefit_section {
        padding: 50px 0 0;
    }
    #form_franchise_sec {
        padding-bottom: 50px;
        padding-top: 0;
    }
    .bgwhite.global_footprints_section.global_map .heading_section {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .recent_first,.recent_rest {
        margin-bottom: 40px;
    }
    .recent_rest h5 {
        margin: 20px 0;
    }
    #faq_slider_section:before {
        height: 100%;
    }
    #franchise_form {
        margin:0;
    }
}
@media only screen and (max-width: 768px) {
    .line_franchise::after {
        left: 40%;
        width: 20%;
    }

    .global_footprints_section {
        padding: 5px 0 45px;
    }

    .dp_loop_row:nth-child(3) .dp_block.dp_right::after {
        content: none;
    }

    .dp_loop_row:nth-child(3)::after {
        height: 10%;
    }

    div#home_testimonials .testimonial_block {
        width: 75%;
        margin: 30px auto 60px;
        position: relative;
        padding: 7% 8% 0;
    }

    .testimonial_quote {
        font-size: 40px;
    }

    .testimonee_pic_info img {
        width: 90px;
        top: 15px;
    }

    .testimonee_info {
        top: 0px;
        margin-left: 15px;
    }

    .testimonee_info span.testimonee_name {
        font-size: 14px;
        line-height: 16px;
    }

    .testimonee_info span.testimonee_desig {
        font-size: 12px;
    }

    #franchise_form {
        padding: 10px 20px 50px;
    }

    /*.c-button-section {*/
    /*    width: 50%;*/
    /*    bottom: -70px;*/
    /*}*/

    ul.map_legends li {
        margin-right: 10px;
        font-size: 14px;
    }

    ul.map_legends li i.fas {
        font-size: 18px;
        margin-right: 5px;
    }

    .dp_block.db_main_title {
        width: 100%;
        padding: 15px 20px;
    }

    .dp_block.dp_left, .dp_block.dp_right {
        width: auto;
    }

    .dp_loop {
        justify-content: center !important;
        display: flex;
        align-items: center !important;
    }

    .dp_block.dp_left, .dp_block.dp_right {
        border-bottom: 2px solid #989A99;
        width: 100%;
        justify-content: center !important;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        top: 0 !important;
    }

    .dp_loop .dp_block {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dp_loop .dp_block::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #FFD700;
        border-radius: 100%;
        display: block;
        position: absolute;
        top: 0;
    }
    section.recentnews_section h4 span {
        font-size: 32px;
    }
}
@media only screen and (max-width: 577px) {
    .benefit_image {
        margin-top: 40px;
    }
    .accordion-button::after {
        right: 0px;
    }
    .global_footprints_blocks {
        margin-bottom: 20px;
    }
    .lastBlock .global_footprints_blocks {
        margin-bottom: 0;
    }
    .dp_block.db_main_title {
        font-size: 20px;
        line-height: 24px;
    }
    .dp_block {
        font-size: 16px;
        line-height: 20px;
    }
    div#home_testimonials .carousel-control-next,
    div#home_testimonials .carousel-control-prev {
        position: relative;
        top: inherit;
        bottom: inherit;
        display: inline-flex;
        width: 40px;
        height: 40px;
    }
    div#home_testimonials .carousel-control-prev {
        margin-left: calc(50% - 45px);
    }

    div#home_testimonials .testimonial_block {
        width: 100%;
        padding: 8% 10% 0;
    }
    .testimonial_quote {
        font-size: 35px;
    }
    .testimonial_quote {
        left: -35px;
    }
    .testimonee_pic_info img {
        width: 80px;
        height: auto;
        background: #ffffff;
        position: relative;
        top: 5px;
    }
    .testimonee_info {
        position: relative;
        top: -10px;
        margin-left: 5px;
    }
    .testimonee_info span.testimonee_name {
        font-size: 13px;
    }
    .testimonee_info span.testimonee_desig {
        font-size: 11px;
    }
    /*.c-button-section {*/
    /*    width: 95%;*/
    /*}*/
    div#franchise_form h1 {
        margin-top: 20px;
    }
    ul.map_legends {
        flex-wrap: wrap;
    }
    ul.map_legends li {
        margin-right: 10px;
        font-size: 14px;
    }
    ul.map_legends li i.fas {
        font-size: 18px;
        margin-right: 5px;
    }
    section.recentnews_section h4 span {
        font-size: 24px;
    }
}