html, body {
    scroll-behavior: smooth;
    position: relative;
}
a.paraatag {
    text-decoration: underline;
    color: #76102f !important;
}
a {color:#76102F;}
a:hover {color:#a81642;}
a:active {color:#a81642;}
/*Topbar Section*/
.dropdown-toggle::after {
	color: transparent;
    display: none;
}
.topbarrow {
    align-items: center;
}
.topcol2 {
    margin-bottom: -1em;
    z-index: 20;
}
section.topbar {
    background-image: url('../images/headerbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Poppins';
}
.topbar-mobile {
    background-image: url('../images/headerbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Poppins';
	display: none;
}
.topbarp {
    margin-bottom: 0px;
    text-align: center;
    color: white;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3em;
}
p.topbarp-mobile {
    margin-bottom: 0px;
    text-align: left;
    color: white;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
}
img.logotop {
    width: 87%;
    max-width: 250px;
    display: block;
    margin-bottom: -30px;
    margin: auto;
    height: auto;
}
.phonetop {
    font-size: 50px;
    font-weight: 700;
    margin: auto;
}
.phonetop a {
    text-decoration: none;
    color: white;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #1e4356;
}
#header.header-transparent {
    background: none;
}
/*@media screen and ( min-width: 992px ) {
  .page .header-transparent, .single-post .header-transparent, .home .header-transparent, .search .header-transparent,
  .archive .header-transparent, .category .header-transparent {
    padding-top: 143px !important;
  }
}*/
#header.header-scrolled {
    background: rgba(30, 67, 86, 0.8);
    height: 60px;
}
#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
#main {
    margin-top: 80px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
li.nav-item.active a {
    color: white;
}
li.nav-item a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 13px 0px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
}
@media screen and ( min-width: 992px ) and ( max-width: 1080px ) {
    li.nav-item a {
      font-size: 15px;
    }
}
li.nav-item:hover a {
    color: white;
    text-decoration: none;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
    padding: 0 10px;
    flex: 1 auto;
}
a.nav-link.dropdown-toggle span {
    color: white;
}
.navbar a {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 10px 0 10px 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}
.liiconset i {
    margin-left: 2px !important;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
li.dropactive {
    background: #8b0502;
    border-radius: 0px 0px 0px 0px;
}
li.dropactive a {
    color: white !important;
}
a.dropactive {
    color: white !important;
}
.ifdropactive {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
li.nav-item.lastheadli.ifactived {
    padding-left: 25px;
    padding-right: 25px;
}
.navbar .dropdown ul a {
    padding: 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1c3745;
    color: black !important;
    transition: none !important;
}
.navbar .dropdown ul a {
    padding: 0px 0px;
    font-size: 16px;
    text-transform: none;
    color: #1c3745;
    color: black !important;
    transition: none !important;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
li.nav-item.dropdown li {
    padding: 0.25rem 1.5rem !important;
    font-size: 13px !important;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a,
.navbar .dropdown ul li:hover {
        color: white;
    background: #8b0502;
}
.navbar .dropdown ul a:hover {
    color: white !important;
    transition: none !IMPORTANT;
}
.navbar .dropdown ul li:hover a {
    color: white !important;
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
ul.navbar-nav{
    margin: auto;
    width: calc(100% - 35px);
    justify-content: space-around;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(17, 38, 48, 0.9);
    transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #1e4356;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #68A4C4;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #68A4C4;
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
/*Nabar Css*/
.headernav {
    background-image: url('../images/navbarbg.png');
    width: 100%;
    margin: 30px auto auto;
    /*border-radius: 50px;*/
}
@media screen and ( min-width: 992px ) {
  .headernav {
    background: none;
  }
  .bg-light {
    background: none !important;
  }
}
a.nav-link {
    color: white;
    font-family: 'Poppins';
    font-size: 13px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 13px;
}
li.nav-item.active {
    padding-left: 33px;
    padding-right: 33px;
}
li.nav-item:hover {
    background: #8b0502;
}
/* li.nav-item {
    padding-left: 20px;
    padding-right: 20px;
} */
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8b0502;
}
a.dropdown-item {
    font-size: 13px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #8b0502;
}
.dropdown-menu {
    margin-top: 0px !important;
}
/*Award Section*/
section.awards .row {
    justify-content: center;
}
img.bannerimage {
    display: block;
    height: auto;
    max-width: 100%;
}
img.awardicon {
    width: 90%;
}
video.spinning-torch {
    width:  100%;
    max-width: 120px;
    margin: auto;
    display: block;
    cursor: pointer;
}
.colmid {
    align-items: center;
}
.index-page .colmid{
    justify-content: stretch;
}
.section2 {
    padding-top: 0;
    padding-bottom: 20px;
}
@media screen and ( min-width: 992px ) {
  .section2 {
    padding-top: 40px;
  }
}
/*Franchise Sec*/
h2.franchisehead, h1.franchisehead, h1  {
    font-size: clamp(1rem, -0.875rem + 8.33vw, 1.7rem); /*30px;*/
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    color: #76102F;
    margin-bottom: 20px;
}

h2.franchiseheadtitle01 {
    text-align: left;
}
section.section3 {
    padding-bottom: 40px;
}
.videoimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p.videopara {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
    color: black;
}
.videocol {
    height: 320px;
    width: 100%;
    display: flex;
    margin:20px 0 40px;
}
.videocol iframe {
    border: 0;
    width: 100%;
}
.francvidcmb,
.francvidcmb img {
    width: 100%;
    height: auto;
}

/*Warning Sec*/
.clickhertag {
    margin-top: 25px !important;
    font-size: 18px !important;
}
.warningsec {
    background-color: #EEAE13;
    padding-top: 40px;
    padding-bottom: 20px;
}
.textalignimg {
    text-align: right;
}
h2.warnh2 {
    margin-bottom: 0px;
    /* font-size: 45px; */
}
h2.warnpara {
    margin-bottom: 0px;
    font-size: 24px;
}
.marginbot20 {
    margin-bottom: 20px;
}
.warnsp {
    color: #76102f ;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}
p.videopara.margintp.warnsp {
    margin-top: -10px;
}
/*What is Sec Start*/
.meterreadh {
    font-size: 28px !important;
    text-align: left !important;
    margin-bottom: 30px;
}
.meterneech {
    margin-bottom: 55px !important;
}
h2.whatish2 {
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    color: #76102F;
    font-size: 32px;
}
p.whatisp {
    text-align: justify;
    font-size: 16px;
    font-family: 'Poppins';
    color: black;
    margin-top: 20px;
   /* margin-bottom: 0px;*/
    line-height: 24px;
}
section.whatissec {
    padding: 60px 0px;
}
img.whatisimg {
    height: auto;
    width: 100%;
}
img.whatisimg-margin0 {margin-top:0;}
.movingimage {
    margin-top: 20px;
}
a.readmorebtn {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    background-image: url('../images/buttonbg.png');
    background-repeat: repeat-x;
    padding: 10px 40px;
    color: white;
    border-radius: 50px;
    display: block;
    width: max-content;
    margin: 10px auto;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.read-more-text {
    display: none;
}
.bordercoll {
    border-left: 1px solid black;
    margin-left: 0px;
}
/*Meter Css*/
img.meterimage {
    width: 95%;
}
.meterroe {
    align-items: center;
}
.txtalignimg {
    text-align: right;
}
.meterpara {
    /*margin-bottom: 35px !important;*/
    color: black;
}
section.metersec {
    padding: 50px 0px;
}
.meterh2 {
    font-size: 36px !important;
}
.showdomettxt {
    display: none;
}
/*Testimonial Css*/
.testiimg {
    width: 90%;
    max-width: 300px;
    margin-top: -15px;
}
section.testisec {
    background: #adafb2;
    padding: 30px 0px;
    padding-bottom: 10px;
}
.testbox {
}
p.testimonialcon {
    margin-bottom: 35px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 32px;
    /* padding-bottom: 35px; */
}
p.testimonialcon a {
    color: #871c36;
    text-decoration: none;
    margin-left: 5px;
}
/*Red Car Sec*/
section.redcarsec {
    padding: 0px 0px ;
    padding-bottom: 45px ;
}
.btntopred {
    margin-top: 30px !important;
}
.redminfont {
    font-size: 31px !important;
}
/*.readcarp {
    text-align: justify;
    font-size: 16px !important;
    font-family: 'Poppins';
    color: black;
    margin-top: 20px !important;
    margin-bottom: 0px;
    line-height: 20px !important;
}*/
.redcarh2 {
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    color: #76102F;
    font-size: 32px !important;
    margin-top: 35px !important;
}
.rereadbtn {
    margin-top: 40px !important;
}
.fontminred {
    font-size: 31px !important;
}
img.boardimg {
    width: 92%;
    max-width: 320px;
}
.meterroe {
    align-items: center;
}
.txtalignimg {
    text-align: center;
}
.meterpara {
    /*margin-bottom: 35px !important;*/
    color: black;
}
section.checkoutsec {
    padding: 50px 0 20px;
    background: #adafb2;
}
.meterh2 {
    font-size: 36px !important;
}
h3.whatish3 {
    font-weight: 600;
    text-align: left;
    font-family: 'Poppins';
    color: #76102F;
    font-size: 22px;
	/*font-size: 32px;*/
}
h3.whatish4 {
    font-weight: 600;
    text-align: left;
    font-family: 'Poppins';
    color: #76102F;
    font-size: 28px;
}
/*PreFooter Css*/
.susanimg {
    width: 60%;
    max-width: 200px;
    position: relative;
    padding-bottom: 10px;
}
a.contctnowh2 {
    color: black;
    text-decoration: none;
}
h2.contctnowh2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
}
.midcolpre {
    align-items: end;
    margin-top: -10px;
}
p.conatcprep {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0px;
}
section.prefootsec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.colend {
    align-items: flex-end;
}
img.bbbimg {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 80px;
}
img.facebookimg {
    width: 200%;
    margin-top: 30px;
    margin-bottom: -60px;
    max-width: 200px;
    float: right;
}
ul.franhul a li::marker {
    font-size: 13px;
}
ul.franhul a li {
    margin-left: -5px;
    padding-left: 10px;
}
ul.franhul {
    list-style: auto;
    color: black;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.franhul a {
    text-decoration: none;
}
.lastlipre {
    margin-bottom: 0px !important;
}
ul.franhul li {
    color: black;
    font-family: 'Poppins';
    font-size: 13px;
    margin-bottom: 4px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
h2.relatedclass {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    margin-left: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
}
img.checkurimg {
    width: 100%;
    margin-left: -15px;
    margin-top: -5px;
    margin-bottom: 20px;
}
/*Footer Css*/
.footer {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    background: linear-gradient(#660204, #920508);
}
.footer .container {
    text-align: center;
}


#wrap #footer {
    height: auto;
}

.footerul {
    max-width: 800px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
    list-style: none;
    display: inline-flex;
    flex-direction: row;
    gap: 27px;
    font-size: 15px;
    line-height: 10px;
    padding-top: 25px;
}

a.footera {
    color: white !important;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}

p.copyrighttxt {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 200;
}

/*Read More Work*/
.moretext {
    display: none;
}
.morepara {
    display: none;
}
.showdotxt {
    display: none;
}
.test-items ul.slick-dots {
    position: relative;
    width: fit-content;
    padding: 0;
    margin: 0 auto;
}
.test-items {
    position: relative;
    background: white;
    padding: 25px 55px 15px;
    border: 4px solid #871c36;
}
.test-items ul.slick-dots li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.test-items ul.slick-dots li button {
    background: transparent;
    height: 15px;
    font-size: 0;
    width: 15px;
    border: 0;
    border-radius: 100%;
    border: 2px solid #871c36;
}
.test-items .slick-arrow {
    z-index: 1;
    font-size: 0;
    border: 0;
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}
.test-items .slick-prev {
    left: 3%;
}
.test-items .slick-next {
    right: 3%;
}
.test-items .slick-arrow::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}
.test-items .slick-prev::before {
    transform: rotate(135deg);
    border-bottom: 3px solid #871c36;
    border-right: 3px solid #871c36;
}
.test-items .slick-next::before {
    transform: rotate(-135deg);
    border-bottom: 3px solid #871c36;
    border-left: 3px solid #871c36;
}
.test-items ul.slick-dots li.slick-active button {
    background: #871c36;
}
.showhelpmettxt {
    display: none;
}
/*How to Franchise Page CSss*/
li.nav-item.dropdown.active {
    border-radius: 0px;
}
a.readmorebtn.morelessfr-button {
    margin-top: 25px;
}
.franchisingbttn {
    margin-top: 35px;
}
.showonreadf {
    display: none;
}
h2.radfranh2 {
    margin-top: 25px;
    font-family: 'Poppins';
    color: #810402;
    font-weight: 600;
    font-size: 31px;
}
ul.readmeanul {
    padding-left: 0px;
    list-style: decimal;
    margin-top: 10px;
}
ul.readmeanul li {
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 16px;
}
p.whatisp.topswhat.realisticpara {
  /*  margin-bottom: -65px !important;*/
}
ul.readmeanul.ullistpad {
    padding-left: 45px;
}
.franroww {
    align-items: center;
}
.frantestox {
    background: white;
    /* padding: 80px 55px; */
    /* border: 4px solid #871c36; */
    display: flex;
    padding-top: 50px;
    /* align-items: center; */
    /* padding-bottom: 5rem; */
    /* min-height: 545px; */
}
section.testifransec {
    background: #adafb2;
    padding: 30px 0px;
}
ul.readmeanul.ullistpad.newulforli {
    margin-top: 20px;
}
.shownewrow {
    display: none;
}
a.readmorebtn.showbtn_when {
    margin-top: 30px;
}
.italicsection {
    display: none;
}
p.whatisp.meterpara.iltalictxt {
    font-style: italic;
}
.warningsecgrey {
    background: #adafb2;
}
.abouttestiimg {
    margin-top: 0px;
}
.abouttestbx {
    /* min-height: 400px; */
    align-items: center;
}
.padditesti {
    padding-bottom: 30px !important;
}
img.whatisimg.bbbpresimg {
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 45px;
}
img.whatisimg.boardimageset {
    height: unset;
    width: 90%;
    margin-left:  auto;
    margin-right: auto;
    display: block;
}
ul.readmeanul.changestyab {
    margin-top: 25px;
    padding-left: 15px;
}
ul.readmeanul.changestyab li {
    text-align: left;
}
.tochangefrantxt {
    font-size: 29px !important;
}
li.nav-item.ourclinet.active {
    border-radius: 0px;
}
.section3border {
    border-bottom: 30px solid #adafb2;
}
.borderboard {
    width: 100%;
    height: auto;
}
.boardimagesetbod {
    width: unset;
    display: block;
    margin: auto;
    height: 375px;
}
.retailimage {
    max-width: 100% ;
    object-fit: cover;
    margin: auto;
    display: block;
    height: unset ;
}
/* a.readmorebtn.showdobtn.readmobtnt.businessread.retailbutton {
    margin-top: 60px !important;
}
p.whatisp.topswhat.realisticpara.retailsecp {
    margin-bottom: 0px !important;
} */
.bodforimageall {
    border: 5px solid #999797;
}
img.whatisimg.borderboard.boardupperimg {
    display: block;
    margin: 0 auto 40px;
    max-width: 449px;
    width: 100%;
}
img.whatisimg.bbbpresimg.frannchisingimg.bodforimageall.fabricimage {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 40px;
}
.hideforspan {
    display: none;
}
p.whatisp.topswhat.newspace1 {
    margin-bottom: 0px;
}
a.readmorebtn.showdobtn.readmobtnt.buttnews1 {
    margin-top: 20px ;
}
p.whatisp.meterpara.newspace1 {
    margin-bottom: 0;
}
h2.whatish2.meterreadh.excepth2 {
    font-weight: 600;
    text-align: center !important;
    font-family: 'Poppins';
    color: #76102F;
    font-size: 37px !important;
}
h2.whatish2.comprehead2 {
    text-align: left;
    margin-top: -20px !important;
    font-size: 37px !important;
}
.waldmandis {
    display: none;
}
img.whatisimg.bbbpresimg.frannchisingimg.bodforimageall.greaseimg {
    width: 100% !important;
    height: 370px !important;
    margin: auto;
    display: block;
    margin-top: 45px;
}
ul.clientulsec {
    list-style: none;
    padding-left: 0px;
    overflow-y: scroll;
    height: 1115px;
    margin-bottom: 0px;
    padding-right: 20px;
    margin-top: 25px;
}
ul.clientulsec .firstli {
    margin-top: 0px;
}
ul.clientulsec li {
    margin-top: 25px;
    font-family: 'Poppins';
}
h2.brandh2 {
    text-align: left;
    font-size: 20px;
    font-family: 'Poppins';
    color: black;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 600;
}
p.brandnp {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 21px;
}
img.clinetbgimg {
    /* max-width: 40%; */
    display: block;
    margin: auto;
    /* background: red; */
    /* padding: 10px; */
    width: 200px;
    height: 100px;
    object-position: center;
    object-fit: contain;
}
p.whatisp.topswhat.minbottxt {
    margin-bottom: 0px !important;
}
.row.colmid.comminrow {
    margin-top: 15px;
}
ul.comminul li {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
    color: black;
    margin-bottom: 10px;
}
ul.comminul {
    list-style: circle;
    padding-left: 20px;
}
.tfmimage {
    width: 100%;
    margin-top: 10px;
}
h3.builtith3 {
    font-size: clamp(0.7rem, -0.575rem + 8.33vw, 1.7rem);
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    color: #76102F;
    margin-bottom: 0;
    text-transform: capitalize;
}
.row.builtitrow {
    align-items: center;
}
section.builtitsec {
    padding: 0;
}
.title-icon01 {padding-left: 5.5%;}
.title-icon01::before {content:''; background: url('../images/questionmark.jpg') no-repeat !important;background-size:100%; width: 60px; height: 60px; position: absolute; left: 0; top: -10px;}
.accordionbx01 {margin-top: 50px; border: solid 1px #6E0128;}
.accordionbx01 a {color: #6E0128;}
.accordionbx01 .card {border-bottom: solid 1px #6E0128 !important;}
.accordionbx01 .card button {color: #000;}
.accordionbx01 .card-header {border-bottom: solid 1px #6E0128 !important;}
.accordionbx01 .card-header button {box-shadow: none; }
.accordionbx01 .card-header button.btn-link {position:relative;}
.accordionbx01 .card-header button.btn-link.collapsed::after {content:'+';font-size: 20px; top: 2px;}
.accordionbx01 .card-header button.btn-link::after {content:'-';font-size: 26px;position: absolute; right: 0; top: -4px;}
.why-choose-uscolbx img{height: 485px;}
.morepara4 {display:none;}
img.checkpointi {
    width: 100%;
    max-width: 150px;
    height: auto;
}
.checkedpara {
    text-align: justify;
    font-size: 14px;
    font-family: 'Poppins';
    color: black;
    margin-bottom: 0px;
    line-height: 21px;
}
.checkedlirow {
    align-items: center;
    margin-top: 20px;
}
.testcenbox {
    padding-top: 0px;
    align-items: center;
}
section.checkoutsec.checkoutsecnew {
    padding: 0px 0px 35px;
    background: #adafb2;
}
.col-md-12.metercolsp.widthsetquote {
    display: block;
    float: right;
    width: 83%;
    max-width: 83%;
    margin: auto;
    margin-right: 2%;
}
p.whatisp.meterpara.fontquote {
    font-size: 15px;
    line-height: 21px;
    font-style: italic;
}
img.whatisimg.whatisimg-margin0.realcliimg {
    width: 95%;
    max-width: 900px;
    margin: 0 auto 15px;
    display: block;
}
p.whatisp.topswhat.newspace1.testippp {
    margin-top: 0px;
    font-style: italic;
}
section.checkoutsec.white {
    background: white;
}
h2.testiname {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
}
img.testimimgae {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 5px solid #999797;
    width: 100%;
    object-fit: cover;
}
.hidetest1 {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    line-height: 21px;
}
.hidetest1 {
    display: none;
    margin-bottom: 30px;
}
.hidetest2 {
    display: none;
    margin-bottom: 30px;
}
.hidetest2 {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    line-height: 21px;
}
.hidetest3 {
    display: none;
    margin-bottom: 30px;
}
.hidetest3 {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    line-height: 21px;
}
.hidetest4 {
    display: none;
    margin-bottom: 30px;
}
.hidetest4 {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    line-height: 21px;
}
.hidetest5 {
    display: none;
    margin-bottom: 30px;
}
.hidetest5 {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    line-height: 21px;
}
.hidetest6 {
    display: none;
    margin-bottom: 30px;
}
.hidetest6 {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    line-height: 21px;
}
.hidetest7 {
    display: none;
    margin-bottom: 30px;
}
.hidetest7 {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    line-height: 21px;
}
p.videopara.contpara {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #76102F;
    margin-bottom: 20px;
    text-align: left;
    line-height: 45px;
}
a.contactnum {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #76102F;
    margin-bottom: 20px;
    text-align: left;
    line-height: 45px;
    text-decoration: underline;
}
ul.privacyul {
    list-style: auto;
    color: black;
    padding-left: 15px;
    margin-bottom: 0px;
    margin-top: 40px !important;
}
ul.privacyul li {
    text-align: justify;
    font-size: 15px;
    font-family: 'Poppins';
    color: black;
    margin-top: 18px;
    margin-bottom: 0px;
    line-height: 21px;
}
h2.prismall {
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    font-family: 'Poppins';
    color: #76102F;
    margin-bottom: 30px;
}
.col-md-12.pricoln {
    margin-top: 50px;
}
p.whatisp.topswhat.newspace1.newspace1b {
    margin-top: 30px !important;
    font-size: 17px;
}
p.whatisp.topswhat.newspace1.newspace1b {
    margin-top: 30px !important;
    font-size: 17px;
    margin-bottom: 10px !important;
}
strong.newspstron {
    font-weight: 600;
}
ul.privacyul.newspaul {
    margin-top: 35px !important;
    margin-bottom: 45px;
}
ul.privacyul.newspaul li {
    margin-top: 10px;
}
ul.privacyul.regardul {
    margin-top: 30px !important;
    list-style: none;
    padding: 0;
}
ul.privacyul.regardul li {
    margin-top: 8px;
}
input[type="submit"] {
    text-align: center;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    background-image: url(../images/buttonbg.png);
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 40px;
    color: white;
    border-radius: 0px;
    display: block;
    margin: auto;
    border: none;
    text-decoration: none;
}
input[type="submit"]:disabled {
    background-image: url(/assets/images/waiting.gif);
    background-size: auto;
}

textarea {
    width: 100%;
    margin: 2px auto;
    padding: 2px;
    height: 85px;
}
h2.rquesticon:before {
    content: '';
    background: url(../images/easy_form.jpg) no-repeat !important;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    object-fit: cover;
    left: 20px;
    top: -25px;
    background-size: cover !important;
}
img.txtrequest {
    width: 100%;
    max-width: 125px;
}
ul.requestiul {
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin: auto auto 15px;
    justify-content: center;
}
ul.requestiul li {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    color: #76102F;
    line-height: 1.2em;
}
li.requestfli {
    text-align: left !important;
}
.requestbx {
    min-height: 426px;
    align-items: center;
}
p.videopara.privtext {
    text-align: justify !important;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 25px;
    font-weight: 400;
    line-height: unset;
}
img.testimimgae.copperimage {
    height: 320px;
}
section.thankssec {
    padding: 20px 0px 60px;
}

.mainlogin {
    width: 75%;
    padding: 5% 18%;
    display: block;
    margin: auto;
    background: #ecdf99;
    margin-top: 3%;
}
video.videoimage.membervideo {
    width: 100%;
    margin-bottom: -5px;
}
h2.videotitle {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    color: #76102F;
    margin-bottom: 20px;
    margin-top: 35px;
}
p.videoparam {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    color: black;
    margin-bottom: 0px;
}
.talkrow {
    margin-top: 10px;
}
img.pressimage {
    margin-top: 10px;
    margin-bottom: 30px;
}
/*Music Player*/
#simp .simp-album {
    padding: 20px 25px 5px;
    align-items: center;
}
#simp button,#simp input,#simp img{border:0;}
#simp{max-width:600px;font-size:14px;font-family:"Segoe UI", Tahoma, sans-serif;text-align:initial;line-height:initial;background:#17212b;color:#ddd;margin:0 auto;border-radius:6px;overflow:hidden;}
#simp .simp-album{padding:20px 25px 5px;}
#simp .simp-album .simp-cover{margin-right:20px;}
#simp .simp-album .simp-cover img{max-width:80px;width:100%;margin:0;padding:0;display:block;}
#simp .simp-album .simp-title{font-size:120%;font-weight:bold;}
#simp .simp-album .simp-artist{font-size:90%;color:#6c7883;}
#simp .simp-controls{padding:15px;}
#simp .simp-controls button{font-size:130%;width:32px;height:32px;background:none;color:#ddd;padding:7px;cursor:pointer;border:0;border-radius:3px;}
#simp .simp-controls button[disabled]{color:#636469;cursor:initial;}
#simp .simp-controls button:not([disabled]):hover{background:#4082bc;color:#fff;}
#simp .simp-controls .simp-prev,#simp .simp-controls .simp-next{font-size:100%;}
#simp .simp-controls .simp-tracker,#simp .simp-controls .simp-volume{flex:1;margin-left:10px;position:relative;}
#simp .simp-controls .simp-buffer {position:absolute;top:50%;right:0;left:0;height:5px;margin-top:-2.5px;border-radius:100px;}
#simp .simp-controls .simp-loading .simp-buffer {-webkit-animation:audio-progress 1s linear infinite;animation:audio-progress 1s linear infinite;background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent;}
#simp .simp-controls .simp-time,#simp .simp-controls .simp-others{margin-left:10px;}
#simp .simp-controls .simp-volume{max-width:110px;}
#simp .simp-controls .simp-volume .simp-mute{margin-right:5px;}
#simp .simp-controls .simp-others .simp-active{background:#242f3d;}
#simp .simp-controls .simp-others .simp-shide button{font-size:100%;padding:0;width:24px;height:14px;display:block;}
#simp .simp-controls input[type=range]{-webkit-appearance:none;background:transparent;height:19px;margin:0;width:100%;display:block;position:relative;z-index:2;}
#simp .simp-controls input[type=range]::-webkit-slider-runnable-track{background:rgba(183,197,205,.66);height:5px;border-radius:2.5px;transition:box-shadow .3s ease;position:relative;}
#simp .simp-controls input[type=range]::-moz-range-track{background:rgba(183,197,205,.66);height:5px;border-radius:2.5px;transition:box-shadow .3s ease;position:relative;}
#simp .simp-controls .simp-load .simp-progress::-webkit-slider-runnable-track{background:#2f3841;}
#simp .simp-controls .simp-load .simp-progress::-moz-range-track{background:#2f3841;}
#simp .simp-controls .simp-loading .simp-progress::-webkit-slider-runnable-track{background:rgba(255,255,255,.25);}
#simp .simp-controls .simp-loading .simp-progress::-moz-range-track{background:rgba(255,255,255,.25);}
#simp .simp-controls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;height:13px;width:13px;margin-top:-4px;cursor:pointer;border-radius:50%;box-shadow:0 1px 1px rgba(0,0,0,.15), 0 0 0 1px rgba(47,52,61,.2);}
#simp .simp-controls input[type=range]::-moz-range-thumb{-webkit-appearance:none;background:#fff;height:13px;width:13px;cursor:pointer;border-radius:50%;box-shadow:0 1px 1px rgba(0,0,0,.15), 0 0 0 1px rgba(47,52,61,.2);}
#simp .simp-footer{padding:10px 10px 12px;font-size:90%;text-align:center;opacity:.7;}
#simp .simp-display{overflow:hidden;max-height:650px;transition:max-height .5s ease-in-out;}
#simp .simp-hide{max-height:0;}
/* playlist */
#simp ul{margin:5px 0 0;padding:0;list-style:none;max-height:245px;}
#simp ul li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;margin:0;padding:8px 20px;cursor:pointer;}
#simp ul li:last-child{padding-bottom:13px;}
#simp ul li:nth-child(odd){background:#0e1621;}
#simp ul li:hover{background:#242f3d;}
#simp ul li.simp-active{background:#4082bc;color:#fff;}
#simp ul li .simp-desc{font-size:90%;opacity:.5;margin-left:5px;}
/* playlist scrollbar */
#simp ul{overflow-y:auto;overflow-x:hidden;scrollbar-color:#73797f #2f3841;}
#simp ul::-webkit-scrollbar-track{background-color:#2f3841;}
#simp ul::-webkit-scrollbar{width:6px;background-color:#2f3841;}
#simp ul::-webkit-scrollbar-thumb{background-color:#73797f;}
/* progress animation */
@-webkit-keyframes audio-progress{to{background-position:25px 0;}}
@keyframes audio-progress{to{background-position:25px 0;}}
/* mobile */
@media screen and (max-width:480px) {
#simp .simp-controls .simp-volume,#simp .simp-controls .simp-others{display:none;}
#simp .simp-controls .simp-time{margin-right:10px;}
}
@media screen and (max-width:370px) {
#simp .simp-time .simp-slash,#simp .simp-time .end-time{display:none;}
}
h2.franchisehead.franchiseheadtitle01.title-icon01.faqtitle {
    text-align: center;
}
.faqtitle::before {
    content: '';
    background: url(../images/questionmark.jpg) no-repeat !important;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 15%;
    top: -10px;
}
.mainlogin {
    width: 75%;
    padding: 5% 18%;
    display: block;
    margin: auto;
    background: #adafb2;
    margin-top: 3%;
    border: 3px solid #7b0301;
}
p.videopara.processpara {
    font-size: 16px;
    line-height: 27px;
}
ul.imagefliect {
    list-style: none;
    display: inline-flex;
    align-items: flex-start;
    margin: auto;
    justify-content: center;
    align-items: center;
}
/* p.videopara.marginmin {
    margin-top: -100px;
} */
.contact-header-container p {
    margin-bottom: 12px;
}

.contactform {
    display: flex;
    margin: 15px auto;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
    padding: 20px 30px 20px;
    border-radius: 5px;
    background: #adafb2;
    align-items: center;
    border: 3px solid #7b0301;
}
.contactform .contact-item {
    flex: 1 1 40%;
    margin: 0 5px;
    position: relative;
    box-sizing: border-box;
    min-width: 300px;
}
form.contactform input,
form.contactform select {
    width: 100%;
    margin: 2px -10px;
    border: 0px;
    border-radius: 3px;
    display: block;
}
form.contactform textarea {
    border: 0px;    
    border-radius: 3px;
}
.contactform select {
    height: 26px;
    padding: 0 3px;
}
.contactform option:disabled {
    color: #ddd;
}
.contactform #url {
    display: none;
}
.contactform #fax {
    z-index: -1;
}
.contactform .required {
    position: absolute;
}

.navbar-light .navbar-nav a.nav-link,
.navbar-light .navbar-nav a.nav-link:hover {
        color: white;
}

.full-width {
    width: 100%;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align {
    -webkit-align-items: center;
    align-items: center;
}

.w-full {
    width: 100%;
}

/* More-Info PopUp */
#req-info-popup {
    display: none;
}
.popup {
    position: fixed;
    z-index: 179;
    left: 50%;
    top: 25vh;
    transform: translate(-50%, 0);
    opacity: 1;
}
.popup-container {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background-color: #adafb2;
    box-shadow: 15px 15px 10px;
    border-left: 1px solid black;
    max-width: 1024px;
}
.popup-title-bar{
    border-bottom: 1px solid silver;
    background-color: black;
    padding: 2px;
    border-radius: 14px 14px 0 0;
    height: 2em;
    color: white;
    text-align: center;
}
.popup-title{
    font-size: 1.1em;
}
.popup-closer{
    position: absolute;
    right: 0px;
    cursor: pointer;
    background-color: darkred;
    padding: 3px 12px 4px 10px;
    border-radius: 0 10px 0 0;
    top: 0;
}
.popup-content{
    padding: 20px;
    text-align: center;
    color: black;
}

.popup a.btn,
.tfm-button,
input[type="submit"].tfm-button {
    color: white;
    background-image: url(../images/better-buttonbg.png);
    background-repeat: repeat;
    background-size: contain;
    width: fit-content;
    margin: 5px auto 3px;
    box-shadow: 5px 5px 5px grey;
    border-radius: 35px;
    padding: 10px 20px;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 0.5px; 
    font-family: 'Poppins', sans-serif;
}
.popup a.btn {
  background-image: none;
  background: linear-gradient(#446b14,#446b14);
}
#footer a.request-info-button,
.footer a.request-info-button {
    font-family: 'Poppins', sans-serif;
    margin: 0 auto 1px auto;
    background: linear-gradient(#446b14,#446b14);
    box-shadow: 3px 3px 5px #360000;
    color: white;
    font-weight: 700;    
    display: none;
    font-size: 16px;
    letter-spacing: 0.5px;
}
div:not(#footer) a.request-info-button,
div:not(.footer) a.request-info-button {
  background: linear-gradient(#446b14,#446b14);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}
div:not(#footer) a.request-info-button:hover,
div:not(.footer) a.request-info-button:hover {
  color: #ffffff;
}

.request-info-container {
    width: 80%;
    margin: 0 auto;
    z-index: 30;
}
.request-info-container .popup-container {
    background-color: #ddd;
}
.request-info-container .phone {
    display: flex;
    width: 100%;
    padding: 0 10px;
}
.request-info-container .phone .area-code {
    flex: 0 0 223px;
    margin-right: 15px;
}
.request-info-container .phone .ph-number {
    flex: 1 1 auto;
}

div.separator-bar{
    height: 30px;
    background-color: #adafb2;
}

section:not(.entire-width) {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.cover-screen {
    position: absolute;
    left: 0;
    right: 0 ;
    height: 100%;
    display: none;
}
div.gray-all {
    background-color: black;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    height: 100%;
}

/* WP stuff */
.home #inner, .home-page #inner, .blog #inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

body.content-sidebar #home-top>div img {
    margin-bottom: 10px;
}

body.content-sidebar #sidebar .search-form {
    display: flex;
}
body.content-sidebar #sidebar input.s.search-input {
    flex: 1 1 50px;
    width: 56px;
    margin-right: 5px;
}

body.content-sidebar #sidebar .search-form .search-submit {
    border-radius: 25px;
    padding: 5px 13px;
    font-size: 13px;
}

body.content-sidebar #sidebar li {
    font-size: 14px;
}
body.content-sidebar #sidebar li a {
    color: #76102F;
    font-size: 14px;
}

#sidebar a img {
    max-width: 100%;
    height: auto;
}

body.content-sidebar #footer ul {
    padding-top: 25px;
}

.torch-banner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 2%;
}
.flex-torch {
    flex: 1 1 144px;
    max-width: none;
}
.flex-banner {
    flex: 1 1 880px;
    max-width: none;
}
.display-grid {
    display: grid;
}
.text-center {
    text-align: center;
}
#breadcrumbs {
/* LC */
    width: 100%;
}

/** 
* Rocker Animation
**/
.request-info-button {
    animation: rocker 1.75s ease-out 0s infinite;

    &:visited {
        color: #FFFFFF;
    }
}

@keyframes rocker {
    0% {
        rotate: 0deg;
    }

    20% {
        rotate: -3deg;
    }

    60% {
        rotate: 3deg;
    }

    80% {
        rotate: 0deg;
    }

    100% {
        rotate: 0deg;
    }
}

/**
* Sticky Header
**/
.fixed_header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
section.topbar {
    position: relative;
    z-index: 100;
    width: 100%;
}

.nav-container {
    /*padding-top: 143px;*/
    position: relative;
}
@media screen and ( min-width: 992px ) {
  .nav-container {
    /*padding-top: 143px;*/
    background-image: url('../images/navbarbg.png');
    background-position: center bottom;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
  }
  .page .nav-container, .single-post .nav-container, .home .nav-container, .search .nav-container, .archive .nav-container,
  .category .nav-container {
    padding-top: 0px !important;
  }
}

.cover-screen {
    top: 150px;
}

@media screen and (max-width: 768px) {
    img.logotop {
        max-width: 120px !important;
        width: 120px !important;
    }

    .nav-container {
        left: auto;
        max-width: 100%;
        position: fixed;
        right: auto;
        top: 60px;
        width: 100%;
        z-index: 99;
    }
    .section2 {
        padding-top: 60px;
    }
    .archive #content .post .section2, .category #content .post .section2 {
      padding-top: 0px;
    }
    .archive #content, .category #content {
      margin-top: 120px;
    }
}
/**
* Video Paragraph Padding Fix
**/
.col-md-12.no-padding {
    padding-left: 0;
    padding-right: 0;
}
#what-mean { 
    scroll-margin-top: 250px;
}
#cost-to,#long-process,#much-time,#steps-to { 
    scroll-margin-top: 300px;
}

/** SOCIAL ICONS BAR */
.socials {
  background: #adafb2;
  padding: 20px 0;
}
.socials a {
  display: inline-block;
}
.socials a:hover {
  text-decoration: none;
}
.socials a i.fa-brands {
  color: #7e0301;
  margin-right: 30px;
  font-size: 32px;
}
.socials a:last-of-type i.fa-brands {
  margin-right: 0px;
}
.socials a:hover i.fa-brands {
  color: black;
}

/* OTHER ELEMENTS */
.accordion {
  font-family: 'Poppins', sans-serif;
}
.pf_bbb_logo {
  position: relative;
  top: 30%;
  text-align: center;
  display: block;
  margin-bottom: 0px;
}
@media screen and ( max-width: 768px ) {
  .pf_bbb_logo {
    top: 10%;
  }
}
p, #sm_font_p, h2 {
  font-family: 'Poppins', sans-serif;
}
ol {
  font-family: 'Poppins', sans-serif;
  margin-top: 16px !important;
}

ol li {
  font-family: 'Poppins', sans-serif;
  color: black;
}

@media screen and ( min-width: 992px ) {
  .franchise_disclosure_document .videocol {
    margin: 0 0 20px;
    height: 440px;
    width: auto;
  }
  .why_choose .videocol, .franchise-your-restaurant .sidebyside:not(.sbsrev) .sbs_image  {
    margin: 0 0 20px;
    height: 440px;
    width: auto;
  }
  .archive.category  #content .post .section2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.testiimg {
  height: auto;
}

.float_right_img {
  float: right;
  margin-left: 30px;
}
.float_left_img {
  float: left;
  margin-right: 30px;
}
@media screen and ( max-width: 768px ) {
  .float_right_img, .float_left_img {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}