.frnche_bnr_hd h2{
    position: relative;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
}
.frnche_bnr_hd p{
    font-size: 16px;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    color: #c2c2c2;
}
.frnche_bnr_hd h3 {
    font-size: 20px;
    line-height: 26px;
    /* width: 100%; */
    margin: 24px auto 0;
    padding: 10px 20px;
    color: #ffffff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

/*------------------*/
.mar_tb40{
     margin: 40px 0;
}
.mar_b40{
     margin-bottom: 40px;
}
.mar_t40{
     margin-top: 40px;
}

.equip_list {
   
}

.equip_list h5 {
    border-spacing: #a3a3a3;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 35px;
}

.equip_list ul {
    column-count: 2;
    column-gap: 70px;
}

.equip_list ul li {
    border-bottom: 1px dashed #a3a3a3;
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    padding-left: 41px;
    background: url(../images/tick.png) no-repeat;
}
.bullet_list {}

.bullet_list ul {
    column-count: 2;
    column-gap: 70px;
}

.bullet_list ul li {
    border-bottom: 1px dashed #a3a3a3;
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    padding-left: 41px;
    background: url(../images/tick_o.png) no-repeat;
}
.bullet_list ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.equip_list ul li strong,
.bullet_list ul li strong{
    color:#dcdbdb;
}
.bullet_list ul li strong {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
.equip_list.onecol_list ul,
.bullet_list.onecol_list ul{
    column-count: 1;
    column-gap: 0;
}
.note_box {
        background: #f05526;
/*    border: 4px solid #ededed;*/
}
.note_box ul li, .note_box p {
    color: #ffffff;
}
.note_box ul li {
        background: url(../images/tick-white.png) no-repeat;
}
.main_btn.dark_btn {
    /* text-align: center; */
}

.main_btn.dark_btn a:first-child {   
     background: #f05526;
    border-color: #f05526;
    color: #fff;
    margin-right: 10px;
}
.main_btn.dark_btn a:first-child:hover, .main_btn.dark_btn a:first-child:active, .main_btn.dark_btn a:first-child:focus {
     background: #fff;
      border-color: #fff;
    color: #2b2b2b;
}
/*------------------*/
.franfs_pan1_wrap{}
.franfs_pan1_wrap .sub_content{
    margin-bfranfs_pan1_wrapottom: 0;
}

/*---------------------*/
.franfs_pan2_wrap {
   }
.franfs_pan2_area{
    background: #ffffff;
    border: 3px solid #f05526;
}
.aerial_photo_cont{
    position: relative;
    padding: 40px 50px;
    z-index: 2;
}
.aerial_photo_cont h3{
    color: #2b2b2b;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    border-top: 1px solid #f05526;
    border-bottom: 1px solid #f05526;
    padding: 13px 0;
}
.franfs_img{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}
.franfs_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*-------------*/
/*----------------------*/
.franfs_pan3_wrap {
    background: #1E1E1E;
}
.franfs_pan3_area{}
.border_box {
    border: 1px solid #f05526;
    /* padding: 30px 40px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: flex-start;
    line-height: 0;
    font-size: 0;
}

.border_box .heading {
    width: 31%;
    padding: 25px;
    /* border-right: 1px dashed #fff; */
    margin-bottom: 0;
    background: #f05526;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.border_box .heading  h3{
    margin: 0;
    color: #fff;
    width: 100%;
}
.border_box .textbox{
    width: 69%;
    padding: 20px 36px;
}
.border_box .textbox h2{
    font-size: 26px;
    line-height: 34px;
    color: #eee;
}
.border_box .textbox h3{
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #cecece;
}
/*----------------*/
.franfs_pan4_wrap{
    background: #111;
}
.franfs_pan4_area{}
.contentbox {
    padding: 0 80px;
}
ul.imglist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.imglist li{
    width: 31.8%;
    /* margin-right: 30px; */
    margin-bottom: 25px;
    position: relative;
}
ul.imglist li:nth-child(2n){
    margin-right: 0;
}
ul.imglist li:nth-last-child(2), ul.imglist li:last-child, ul.imglist li:nth-last-child(3){
    margin-bottom: 0;
}
ul.imglist li a{}
ul.imglist li a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
        transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.imglist li:hover a{}
ul.imglist li:hover a img{
    filter: grayscale(1);
}


ul.imglist li a:before {
    content: "";
    position: absolute;
    background-image: url(../images/magnifying-glass.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.imglist li:hover a:before {
    opacity: 1;
    visibility: visible;
}
/*----------------*/
.skycam_pricebox, .bg_sec_wrap {
/*    background: #f05526;*/
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.bg_sec_wrap:before{
    content: "";
     background: rgb(0 0 0 / 80%);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
}
.bg_sec_area{
    position: relative;
}
.bg_sec_area p {
    color: #e2e2e2;
}
.bg_sec_area.franfs_pan3_area h2 {
    color: #ffffff;
}
.bg_sec_area p, .bg_sec_area .equip_list ul li {
    color: #e2e2e2;
}
.brd_arw{
    position: relative;
    border-right: 5px solid #f05526;
}
.brd_arw:before {
    position: absolute;
    content: " ";
    background: #f05526;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%););
    width: 25px;
    height: 60px;
    z-index: 2;
    margin: auto;
    right: -25px;
    top: 0;
    bottom: 0;
}


.iconbox {
    width: 140px;
    margin-right: 20px;
}

.optextpan_area {
    display: flex;
}

.optext_content {
    padding: 30px 0px 30px 30px;
}
.optext_content h3{
    color: #c3c3c3;
}

.optext_hdn {
    text-align: center;
    /* margin-top: -65px; */
    z-index: 5;
    position: relative;
    padding-bottom: 0;
    /* background: #000; */
    display: flex;
    align-items: center;
    width: 60%;
    border-right: 1px dashed #4f4f4f;
}

.optext_hdn h4{
    /* display: inline-block; */
    color: #fff;
    position: relative;
    font-size: 34px;
    font-weight: 400;
    color: #f05526;
    padding: 0;
    /* background: #000; */
    margin: 0;
}
.optext_hdn h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    color: #9f9d9b;
    margin-top: 30px;
}
.grid_content_wrap {
      background: #ffffff;
    margin-top: 40px;
    border: 3px solid #ededed;
}

.gribox_left,.gribox_right {
    padding: 50px;
}

.gribox_imgleft {
}
.gribox_imgleft, .gribox_imgright {
    height: 100%;
}
.gribox_imgleft img,
.gribox_imgright img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.grid_content_wrap h3 {
    font-size: 26px;
}
/*=====================*/
.muchwork_wrap{
        background: #2b2b2b;
}
.muchwork_area{
/*    background: #444;*/
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.muchwork_img_box{}
.muchwork_img_box img {
       width: 100%;
    height: 700px;
    object-fit: cover;
}
.muchwork_content{
    padding: 0 50px;
   ;
}
.muchwork_content .heading{}
.muchwork_content .heading h2{
    /* color: #2b2b2b; */
}
.muchwork_content p{
     color: #cacaca; 
}
.muchwork_content .equip_list ul li {
    color: #cacaca;
}

/*=====================*/
.emplrecntwork_wrap{
    background: #ffffff;
}
.emplrecntwork_area{

    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.emplrecntwork_img_box{}
.emplrecntwork_img_box img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.emplrecntwork_content{
    padding: 0 50px;

}
.emplrecntwork_content .heading{}
.emplrecntwork_content .heading h2{
    color: #2b2b2b;
}
.emplrecntwork_content p{
    color: #333;
}
.emplrecntwork_content ul {
    margin: 16px 0px 0;
}
.emplrecntwork_content ul li {
    color: #333;
}
/*---------------*/
.pricebox_wrap{
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;

}
.skycam_box_area {
    background: rgb(0 0 0 / 90%);
    padding: 50px;
    /* border: 1px solid; */
       width: 64%
}
.price_text_box{
    /* width: 80%; */
    margin: 0 auto;
}
.price_text_box h4{
    color: #ffffff;
    /* padding: 0 40px; */
    /* text-align: center; */
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
}
.price_text_box h4 strong{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px 0 4px;
    /* background: #fff; 
    display: inline-block;*/
    /* border-radius: 50px; */
    border-bottom: 1px solid #fff;
}
.price_text_box p {
    color: #bdbdbd;
}
.skycam_pricebox{
      background-image: url(../images/franchise-for-sale/Dorset.jpg);
}
.sds_pricebox{
    background-image: url(../images/franchise-for-sale/sds_img_1.jpg); 
}
.skycam_pricebox .price_text_box .equip_list ul li {
    color: #cacaca;
}
/*=====================*/
.testivideo_wrap{
    background: #ffffff;
    border-bottom: 4px solid #f05526;
}
.testivideo_area{}
.testivideo_area .heading_center{}
.testivideo_area .heading_center h2{}
.testivideo_area .heading_center:after{
    content: "";
}
.testivideo_area .sub_content{}
.testivideo_area .sub_content p {color: #2b2b2b;}
.testivideo_box {
    text-align: center;
}
.testivideo_box iframe {
    width: 100%;
}
.franfs_pan5_wrap .grid_content_wrap {
    border: 3px solid #ededed;
}
/*=====================*/

.franchsreview_wrap{
/*    background: #555759;*/
}
.franchsreview_area{}
.franchsreview_area .heading_center h2 {
/*    color: #eee;*/
    text-transform: uppercase;
}
.franchsreview_area .sub_content p{
    color: #333;
}
.franchsreview_list{}
.franchsreview_list ul{
    margin-top: 50px;
    column-count:3;
    -moz-column-rule: 1px solid #eee;
    /* -webkit-column-rule: 1px solid #eee; */
    /* column-rule: 1px solid #000; */
    -moz-column-gap: 50px;
    -webkit-column-gap: 30px;
    /* column-gap: 30px; */
}
.franchsreview_list.sdsfranchsreview_list ul {column-count: 2;}
.franchsreview_list ul li.blog_list{
    display: inline-block;
    width: 100%;
    /* padding-bottom: 25px; */
    margin-bottom: 41px;
        background: #ffffff;
    padding: 40px 30px;
    border-radius: 7px;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 10%);
    position: relative;
    /* color: #333333; */
    border: 1px solid #dddddd;
}
.franchsreview_list ul li.blog_list:after{
        content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #f05526;
    border-left: 20px solid transparent;
    position: absolute;
    left: 36px;
    bottom: -20px;
}
.rvw-content{}
.rvw-content h4 {
    color: #f05526;
    font-weight: 400;
}
.rvw-content h4 small {
    font-style: italic;
    text-transform: capitalize;
    color: #8e8d8d;
}
.rvw-content p {
    color: #333333;
}
/*========================*/
.bfs_pan4_area .row {
    align-items: center;
}
.sdsprc-list ul li {
    color: #ffffff;
    /* width: 100%; */
}

.sdsprc-list ul {
    column-count: 1;
    width: 90%;
}

/*============= custom responsive ===============*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1440px) {      }
@media screen and (max-width: 1366px) { 
.bfs_pan4_area .row {
    align-items: stretch;
}

}
@media screen and (max-width: 1280px) {      }
@media screen and (max-width: 1200px) {      }
@media screen and (max-width: 1199px) {  
.bfs_list ul li {
    width: 31.5%;
}
.skycam_box_area {
    width: 72%;
}


}
@media screen and (max-width: 1080px) {      }
@media screen and (max-width: 1024px) {      }
@media screen and (max-width: 991px) {  
.bfs_list ul li:nth-child(3n){
    margin-right: 17px;
}
.bfs_list ul li:nth-child(2n){
    margin-right: 0;
}
.bfs_list ul li {
width: 48.7%;
}
.aerial_photo_cont  {
    padding: 30px;
}
.contentbox, .muchwork_content,.emplrecntwork_content {
    padding: 60px 5%;
}

.equip_list ul {
    column-count: 1;
    column-gap: 70px;
}
.frnche_bnr_hd p {
    width: 100%;
}

.gribox_left, .gribox_right {
    padding: 30px;
}
.grid_content_wrap .row:first-child {
    flex-direction: column-reverse;
}
.optextpan_area {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.optext_hdn {
    width: 100%;
    border: 0;
}
.optext_content {
    padding: 20px 0 0;
}
.border_box .heading {
    width: 100%;
    padding: 10px 20px;
}
.border_box .heading:before{display: none;}

.border_box .textbox {
    width: 100%;
    padding: 20px;
}
.skycam_box_area {
    padding: 30px;
    width: 100%;
}
.price_text_box h4 {
    font-size: 22px;
    line-height: 32px;
}
.testivideo_box iframe {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.franchsreview_area .sub_content {
    width: 100%;
}
.franchsreview_list ul, .franchsreview_list.sdsfranchsreview_list ul {
    column-count: 1;
}
.rvw-content h4 {
    font-size: 20px;
    line-height: 25px;
}
.muchwork_img_box img, .emplrecntwork_img_box img {
    height: auto;
}
    .micro_hdn.heading_center {
    text-align: left;
}
    .frnche_bnr_hd.microfrnche_bnr_hd {
    padding: 50px 5%;
}
}
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 900px) {      }
@media screen and (max-width: 812px) {      }
@media screen and (max-width: 800px) {      }
@media screen and (max-width: 768px) {      }
@media screen and (max-width: 767px) {   
.bfs_list ul li {
    width: 100%;
    margin-right: 0;
}
.bfs_list ul li:nth-child(3n) {
    margin-right: 0;
}
.bfs_details .main_btn a {
    width: auto;
}
.contentbox , .muchwork_content, .emplrecntwork_content{
    padding: 40px 5%;
}
.aerial_photo_cont  {
    padding: 0 0 30px;
}
.bfs_pan2_area {
    background: transparent;
}
.main_btn.dark_btn a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}
.testivideo_box iframe {
    width: 100%;
    height: 200px;
    margin-top: 30px;
}
.border_box .textbox h2 {
    font-size: 20px;
    line-height: 25px;
    color: #eee;
}
.frnche_bnr_hd h2 {
    font-size: 20px;
    line-height: 25px;
}
.pricebox_wrap, .bg_sec_wrap{
    background-attachment: scroll;
}
.franfs_pan2_area {
    background: transparent;
}
.optextpan_area .iconbox {
    width: 80px;
    margin-right: 20px;
}
.optext_hdn h4 {
    font-size: 28px;
}
.optext_content h3 {
    font-size: 20px;
}
.frnche_bnr_hd h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
}
    .grid_content_wrap h3 {
    font-size: 24px;
}
    .frnche_bnr_hd.microfrnche_bnr_hd {
    padding: 40px 5%;
}
}
@media screen and (max-width: 736px) {      }
@media screen and (max-width: 667px) {      }
@media screen and (max-width: 640px) {      }
@media screen and (max-width: 568px) {      }
@media screen and (max-width: 533px) {      }
@media screen and (max-width: 480px) {      }
@media screen and (max-width: 414px) {      }
@media screen and (max-width: 375px) {      }
@media screen and (max-width: 360px) {      }
@media screen and (max-width: 320px) {      }