* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-family: 'p22_mackinacbold';
    font-family: 'p22_mackinacmedium';
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}


img {
    max-width: 100%;
    vertical-align: top;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
a,button,input[type="button"],input[type="submit"] {
    cursor: pointer;
}
input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

section {
    clear: both;
}

audio,
canvas,
progress,
video {
    vertical-align: middle;
}

a:focus {
    text-decoration: none
}
.hideScrollbar {
    overflow: hidden !important;
}




/************************************/



body {
    background-image: url(../images/main-bg.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.mainHeader {
    display: inline-block;
    width: 100%;
}
.mainHeader .navbar {
    background: transparent !important;
}
.mainHeader .navbar .navbar-brand {
    max-width: 300px;
}
.mainHeader .navbar .nav-item {
    padding: 0 24px;
}
.mainHeader .navbar .nav-item a {
    font-size: 18px;
    color: #0b0b0b !important;
    border-bottom: 1px solid transparent !important;
    padding: 5px 2px;
}
.mainHeader .navbar .nav-item.active a {
    color: #233b8c !important;
    border-bottom: 1px solid #233b8c !important;
}
.customButtonTop {
    font-size: 15px;
    background: #233b8c;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    border:1px solid #233b8c !important;
}
.customButtonTop:hover {
    color: #233b8c !important;
    background: transparent;
}


/****************************/
.bannerSection {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    background-image: url(../images/bg-01.png), url(../images/star-icon.png), url(../images/icon-01.png);
    background-position: center center, 5% 30%, 77% 10%;
    background-repeat: no-repeat;
}
.bannerText {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.bannerText h2 {
    display: inline-block;
    width: 100%;
    font-size: 60px;
    font-family: 'p22_mackinacbold';
    color: #0b0b0b;
}
.bannerText p {
    font-size: 25px;
    color: #0b0b0b;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
} 

.bannerImage {
    display: inline-block;
    width: 100%;
} 
iframe.iframeVideo {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 0.8;
}
.bannerImage img {
    display: inline-block;
    width: calc(100% + 110px);
    margin-left: -95px;
    max-width: unset;
}

.custumButtonArrow {
    display: inline-block;
    padding: 12px 75px 12px 30px;
    font-size: 15px;
    background: #233b8c;
    color: #fff;
    border-radius: 25px;
    border:1px solid #233b8c !important;
    position: relative;
    width: 100%;
    max-width: 380px;
}
.custumButtonArrow i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #fff;
    color: #233b8c;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 20px;
}



.tagLineSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.innerTagDiv {
    display: inline-flex;
    width: 100%;
    background: #233b8c;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    flex-wrap: wrap;
}
.innerTagDiv h2 {
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-family: 'p22_mackinacbold';
    text-align: center;
    padding: 0 10%;
}



.infoSec {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background-image: url(../images/icon-02.png), url(../images/icon-03.png);
    background-position: 85% 10%, 8% 82%;
    background-repeat: no-repeat;
}
.infoText {
    display: inline-flex;
    width: 100%;
    position: relative;
    min-height: 100%;
    align-items: center;
    flex-wrap: nowrap;
}
.infoTextInnerDiv {
    display: inline-block;
    width: 100%;
}
.infoText h2 {
    font-size: 40px;
    line-height: 48px;
    color: #333333;
    display: inline-block;
    width: 100%;
    font-family: 'p22_mackinacbold';
    margin-bottom: 20px;
}

.infoText ul {
    display: inline-block;
    width: 100%;
}
.infoText ul li {
    font-size: 20px;
    color: #0b0b0b;
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.infoText p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #0b0b0b;
    display: inline-block;
    width: 100%;
}
.infoText ul li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 2px;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    background-size: 20px;
    border: 2px solid #233b8c;
    border-radius: 55px;
    background: transparent;
}
.secondBackground {
    background-image: url(../images/icon-04.png);
    background-position: 85% 10%;
    background-repeat: no-repeat;
}



.advantagesSec {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background-image: url(../images/icon-05.png), url(../images/star-icon.png);
    background-position: 12% 6%, 85% 50%;
    background-repeat: no-repeat;
}
.advantagesSec h2 {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    font-family: 'p22_mackinacbold';
    text-align: center;
    margin-bottom: 40px;
}
.advantagesSec h2 span {
    font-size: 20px;
    color: #0b0b0b;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
}
.singleAdvantageDiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.advantageImage {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.advantageImage img {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}
.advantageDiv {
    display: inline-block;
    width: 100%;
}
.advantageDiv h3 {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    position: relative;
    font-weight: 600;
}
/*.advantageDiv h3::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 0;*/
/*    background-image: url(../images/list-icon.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background-size: 25px;*/
/*}*/
.advantageDiv ol {
    display: inline-block;
    width: 100%;
    margin: 8px 0 10px;
}
.advantageDiv ol li {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}
.advantagesSecondBackground {
    background-image: url(../images/icon-06.png), url(../images/star-icon.png);
    background-position: 87% 3%, 14% 54%;
    background-repeat: no-repeat;
}


.applicationScreenshot {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-image: url(../images/icon-07.png);
    background-position: 84% 90%;
    background-repeat: no-repeat;
}
.applicationScreenshot h2 {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    font-family: 'p22_mackinacbold';
    text-align: center;
    margin-bottom: 40px;
}
.appScreenshotSingle {
    display: inline-block;
    width: 100%;
}
.appScreenshotSingle img {
    display: inline-block;
    width: 100%;
}

.renovationSupplierSec {
    display: inline-block;
    width: 100%;
    padding: 230px 0 260px;
    background-image: url(../images/bg-02.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.renovationSupplierSec h2 {
    display: inline-block;
    width: 100%;
    font-size: 56px;
    font-family: 'p22_mackinacbold';
    color: #fff;
    text-transform: uppercase;
}
.renovationSupplierSec h3 {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    font-family: 'p22_mackinacbold';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.renovationSupplierSec p {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.renovationSupplierSec .custumButtonArrow {
    background: #fff;
    color: #ff5e38;
    border: 1px solid #fff !important;
}
.renovationSupplierSec .custumButtonArrow i {
    background: #ff5e38;
    color: #fff;
}



.becomeSpecialistSec {
    display: inline-block;
    width: 100%;
}
.becomeSpecialistSec h2 {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    font-family: 'p22_mackinacbold';
    text-align: center;
    margin-bottom: 40px;
}
.becomeSpecInnerDiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.becomeSpecImgDiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.becomeSpecImgDiv img {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}
.becomeSpecialistSec h3 {
    display: inline-block;
    width: 100%;
    color: #0b0b0b;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
}


.focusingNewlyPropSec {
    display: inline-block;
    width: 100%;
    padding: 240px 0 220px;
    background-image: url(../images/bg-03.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 50px;
}
.focusingNewlyPropSec h3 {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    font-family: 'p22_mackinacbold';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}



.specialistRenovatorSec {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.specialistRenovatorSec h2 {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    font-family: 'p22_mackinacbold';
    text-align: center;
    margin-bottom: 40px;
}
.singleSpecialist {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.singleSpecialist h3 {
    display: inline-flex;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #0b0b0b;
    padding-left: 54px;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    min-height: 46px;
    background: #fff;
}
.singleSpecialist h3 span {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #35498e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
}




/*************************/
.becomeSpecialRenoSec {
    display: inline-block;
    width: 100%;
    background: #233b8c;
    padding: 126px 0;
    margin-top: 100px;
}
.becomeSpecialRenoSec h2 {
    display: inline-block;
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    font-family: 'p22_mackinacbold';
    color: #fff;
}
.becomeSpecialRenoSec ul {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.becomeSpecialRenoSec ul li {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.becomeSpecialRenoSec .custumButtonArrow {
    background: #ffffff;
    color: #233b8c;
    border: 1px solid #ffffff !important;
}
.becomeSpecialRenoSec .custumButtonArrow i {
    background: #233b8c;
    color: #fff;
}
.specialRenoImage {
    display: inline-block;
    width: 100%;
    position: relative;
}
.specialRenoImage img {
    position: absolute;
    top: -204px;
    left: 0;
}
.exclusiveAgent .specialRenoImage img {
    top: -244px;
}
section.becomeSpecialRenoSec.transparentBg.exclusiveAgent {
    padding: 140px 0;
}
.plateformFreeSec {
    background-image: url(../images/bg-04.png);
    margin-top: 100px;
    padding: 230px 0 230px;
}
.plateformFreeSec .custumButtonArrow {
    background: #ffffff;
    color: #233b8c;
    border: 1px solid #ffffff !important;
    margin-top: 20px;
}
.plateformFreeSec .custumButtonArrow i {
    background: #233b8c;
    color: #fff;
}

.customFooter {
    background: #1f2530;
    padding: 60px 0 0;
    display: inline-block;
    width: 100%;
}
.customFooter img {
    max-width: 300px;
    display: inline-block;
    margin-bottom: 15px;
}
.customFooter p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.customFooter h2 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-family: 'p22_mackinacbold';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.emailList {
    display: inline-flex;
    width: 100%;
    font-size: 15px;
    color: #fff;
    align-items: center;
}
.emailList i {
    display: inline-flex;
    margin-right: 10px;
}
.bottomFooter {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
    margin-top: 20px;
}
.bottomFooter ul {
    display: inline-flex;
    width: 100%;
}
.footerLinks li {
    display: inline-block;
    width: auto;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.footerLinks li:last-child {
    border: none !important;
}
.footerLinks li a {
    color: #fff;
}
.socialIcons {
    justify-content: right;
}
.socialIcons li {
    padding-left: 15px;
}
.socialIcons li a {
    color: #fff;
}


.appSlider item img {
    display: inline-block;
    width: 100%;
}
.appSlider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.appSlider .owl-nav {
    display: none !important;
}
.appSlider .owl-dots button {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #d9d9d9;
    border-radius: 50px;
    margin: 20px 5px 0;
}
.appSlider .owl-dots button.active {
    background: #233b8c;
}

.youImage {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.youImage img {
    max-width: 470px;
    margin-top: -20px;
    width: 100%;
}
.renovationSupplierSec.needYouSec p {
    font-size: 45px !important;
    text-transform: uppercase;
    letter-spacing: 7px;
    line-height: 40px;
    margin-bottom: 25px;
}


/********************************/
.learnPageBanner .bannerText {
    padding-top: 120px;
}
.learnPageBanner .bannerText h2 {
    font-size: 46px;
    margin-bottom: 15px;
}

.learnPageBanner .bannerText p {
    font-size: 23px;
    padding-right: 12%;
    margin-bottom: 12px;
}

.warningSec .innerTagDiv {
    background: linear-gradient(170deg, rgba(255,91,58,1) 0%, rgba(255,126,36,1) 100%);
}
.warningSec .innerTagDiv h2 {
    font-size: 26px;
    line-height: 35px;
    padding: 3% 10%;
}
.tableDataSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0 80px;
}

.customDataTable {
    display: inline-block;
    width: 100%;
}

.customDataTable input.form-control.form-control-sm {
    background: #fff;
}

.customDataTable th {
    background: #233b8c;
    border: 1px solid #5e74c1;
    color: #fff;
}
.customDataTable table.dataTable>tbody>tr {
    background-color: #ffff;
}
.customDataTable table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}
.customDataTable table.dataTable {
    margin-bottom: 20px !important;
}
.customDataTable table.dataTable tr th:last-child,
.customDataTable table.dataTable tr td:last-child {
    text-align: right !important;
}
.customDataTable .page-link {
    color: #233b8c;
}
.customDataTable .page-item.active .page-link {
    background-color: #233b8c;
    border-color: #233b8c;
}

.tableDataSec .infoText h2 {
    font-size: 37px;
}



.quickTraficFactsSec .singleQuickTraficDiv {
    display: inline-block;
    width: 100%;
    min-height: 150px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 7%) !important;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.quickTraficFactsSec .infoImage img {
    border-radius: 8px;
}
.quickTraficFactsSec h4 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.developmentNameSec h3 {
    font-size: 35px;
}
.focusingNewlyPropSec p {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}
.becomeSpecialRenoSec.transparentBg {
    background: transparent;
}
.becomeSpecialRenoSec.transparentBg * {
    color: #202020;
}
.increaseConversionDiv.becomeSpecialRenoSec {
    padding: 150px 0;
}
.increaseConversionDiv .specialRenoImage img {
    position: unset !important;
}
.becomeSpecialRenoSec ul li ol {
    padding-left: 5px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    list-style: lower-alpha;
}
.becomeSpecialRenoSec ul li ol li {
    list-style: lower-alpha;
    margin-bottom: 2px;
}
.withNo li {
    position: relative;
    padding-left: 25px;
}
.withNo li span {
    position: absolute;
    left: 0;
    top: 0;
}
.withNo li a {
   /** color: #fff !important;**/
}

.becomeSpecialRenoSec ul li ol.socialMediaLinks {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.becomeSpecialRenoSec ul li ol.socialMediaLinks li {
    display: inline-block;
    width: 45%;
    margin: 0 2% 2% 0;
    padding: 0;
}
.becomeSpecialRenoSec ul li ol.socialMediaLinks li a {
    display: inline-block;
    padding: 7px 15px;
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

a.youtubeLink {
    background: #f00 !important;
    color: #fff !important;
}

a.facebookLink {
    background: #1b74e4 !important;
    color: #fff !important;
}

a.tiktokLink {
    background: #ff0050 !important;
    color: #fff !important;
}

a.instagramLink {
    background: #ff3040 !important;
    color: #fff !important;
}

.becomeSpecialRenoSec ul li ol.listOptions {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.becomeSpecialRenoSec ul li ol.listOptions li {
    display: inline-block;
    margin: 0 2% 2.8% 0;
    padding: 0;
    width: 45%;
}

.becomeSpecialRenoSec ul li ol.listOptions li a {
    display: inline-flex;
    width: 100%;
    padding: 0;
    background: linear-gradient(90deg, rgba(251,251,251,0.4) 0%, rgba(255,255,255,0) 100%);
    text-align: center;
    border-radius: 145px 0 0 145px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    text-align: left;
    padding-right: 12px;
    line-height: 18px;
}
.becomeSpecialRenoSec ul li ol.listOptions li a .listImage {
    position: unset;
    display: inline-block;
    width: 70px;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 150px;
    background: #fff;
    margin-right: 10px;
}
.becomeSpecialRenoSec ul li ol.listOptions li a .listImage img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.becomeSpecialRenoSec ul li ol.socialMediaLinksNew {
    display: inline-flex;
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.becomeSpecialRenoSec ul li ol.socialMediaLinksNew li {
    display: inline-block;
    margin: 0;
    padding: 1px;
    background: #fff;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    max-width: 45px;
}

.becomeSpecialRenoSec ul li ol.socialMediaLinksNew li a {
    display: inline-block;
    width: 100%;
}


.becomeSpecialRenoSec ul li ol.socialMediaLinksNew li a span {
    display: inline-block;
    position: relative;
}

.becomeSpecialRenoSec ul li ol.socialMediaLinksNew li:last-child {
    /*padding-right: 15px;*/
}
.alinCenter {
    align-items: center;
    display: inline-flex;
}

.customTable {
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
}
.customTable thead tr th {
    background: #233b8c;
    color: #fff;
}
.customTable tbody tr td {
    background: #fff;
    color: #202020;
} 






section.contactFormSec {
    padding: 80px 0;
}
.formText {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.formText h2 {
    font-size: 28px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.formText p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 7px 0 5px;
}
.contactFormSec label {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.contactFormSec .form-control {
    font-size: 16px;
    height: auto;
    padding: 10px 20px;
    border-radius: 9px;
}
.otpDiv {
    display: inline-block;
    width: 100%;
    position: relative;
}
.otpDiv input {
    padding-right: 90px !important;
}
.otpDiv a {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #233b8c !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 9px 18px;
}

.availablePlateformDiv {
    display: inline-flex;
    width: 100%;
    justify-content: left;
    margin-top: 20px;
    flex-wrap: wrap;
}
.availablePlateformDiv p {
    margin-bottom: 8px;
}
.availablePlateformDiv a {
    display: inline-block;
    width: 170px;
    margin: 0 4px 10px;
}
.infoSec.ceoMissionDiv {
    padding: 50px 0;
}
.infoSec.ceoMissionDiv h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: justify;
}
.infoSec.ceoMissionDiv p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-align: justify;
    
}

.ceoBannerSec {
    background-image: url(../images/ceo-background.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}
.ceoBannerText {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ceoBannerText h2 {
    display: inline-block;
    width: 100%;
    font-size: 66px;
    font-family: 'p22_mackinacbold';
    color: #ffffff;
}
.exclusiveagentBannerSec h2 { 
    font-size: 42px;
}
.exclusiveagentSec.infoSec.ceoMissionDiv p {
     margin: 0px;
}
.exclusiveagentSec.infoSec.ceoMissionDiv p strong {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}
.exclusiveagentSec.infoSec.ceoMissionDiv p b {
    font-weight: 600;
}
/********************************/

@media only screen and (max-width: 1199px) {
    .bannerSection {
        background-position: center center, 5% 30%, 94% 11%;
        background-size: 405px, 30px, 75px;
    }
    .mainHeader .navbar .navbar-brand {
        max-width: 270px;
    }
    .bannerText {
        padding-top: 30px;
    }
    .mainHeader .navbar .nav-item a {
        font-size: 15px;
    }
    .bannerText h2 {
        font-size: 50px;
    }
    .bannerText p {
        font-size: 20px;
    }
    .availablePlateformDiv {
        margin-top: 30px;
    }
    .bannerImage img {
        width: calc(100% + 80px);
        margin-left: -75px;
    }
    .innerTagDiv h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .infoText h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .infoText p,
    .infoText ul li {
        font-size: 16px;
    }
    .advantagesSec h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .advantageDiv h3 {
        font-size: 22px;
    }
    /*.advantageDiv h3::after {*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    background-size: 20px;*/
    /*}*/
    .advantageDiv ol li {
        font-size: 16px;
    }
    .renovationSupplierSec {
        background-size: contain;
    }
    .renovationSupplierSec h2 {
        font-size: 50px;
    }
    .renovationSupplierSec h3 {
        font-size: 40px;
    }
    .becomeSpecialistSec h3 {
        font-size: 15px;
    }
    .focusingNewlyPropSec {
        background-size: contain;
    }
    .focusingNewlyPropSec h3 {
        font-size: 40px;
    }
    .singleSpecialist h3 {
        font-size: 13px;
    }
    .becomeSpecialRenoSec h2 {
        font-size: 38px;
        line-height: 40px;
    }
    .becomeSpecialRenoSec ul li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .becomeSpecialRenoSec {
        padding: 94px 0;
        margin-top: 60px;
    }
    .specialRenoImage img {
        top: -170px;
    }
    .renovationSupplierSec.needYouSec {
        background-size: auto 170%;
        margin-top: 50px;
        padding: 50px 0
    }
    .renovationSupplierSec.needYouSec p {
        font-size: 40px !important;
     }
    .availablePlateformDiv {
        /*margin-top: 70px;*/
     }
}

@media only screen and (max-width: 1024px) {
    .specialRenoImage img {
        top: -119px;
    }
    .plateformFreeSec {
        margin-top: 60px;
        padding: 160px 0 140px;
    }
    .customFooter img {
        max-width: 260px;
    }
    .customFooter p {
        font-size: 13px;
    }
    .emailList {
        font-size: 13px;
    }
    .footerLinks li {
        font-size: 13px;
    }
    .renovationSupplierSec h2 {
        font-size: 40px;
    }
    .renovationSupplierSec h3 {
        font-size: 32px;
    }
    .renovationSupplierSec p {
        font-size: 16px;
    }
    .becomeSpecialistSec h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .focusingNewlyPropSec h3 {
        font-size: 34px;
    }
    .advantagesSec h2,
    .applicationScreenshot h2,
    .specialistRenovatorSec h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .renovationSupplierSec.needYouSec p {
        font-size: 32px !important;
        letter-spacing: 5px;
     }
     section.focusingNewlyPropSec.developmentNameSec {
        margin: 0 !important;
        padding: 160px 0 120px;
    }
    .exclusiveAgent .specialRenoImage img {
        top: -140px;
    }
}


@media only screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        background: #fff;
    }
    .bannerText h2 {
        font-size: 33px;
    }
    .bannerText {
        padding-top: 30px;
    }
    .bannerText p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .availablePlateformDiv a {
        width: 139px;
     }
     .availablePlateformDiv {
        margin-top: 16px;
    }
    .custumButtonArrow {
        padding: 8px 60px 8px 25px;
    }
    .custumButtonArrow i {
        width: 35px;
        height: 35px;
        top: 2px;
        right: 2px;
    }
    .innerTagDiv h2 {
        font-size: 26px;
        line-height: 35px;
        padding: 0 5%;
    }
    .infoText h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .infoText ul li {
        font-size: 15px;
        padding-left: 25px;
    }
    .infoText p {
        font-size: 15px;
    }
    /*.infoText ul li::after {*/
    /*    top: 3px;*/
    /*    width: 16px;*/
    /*    height: 16px;*/
    /*    background-size: 16px;*/
    /*}*/
    .advantagesSec {
        padding: 30px 0;
        background-position: 9% 0%, 88% 50%;
        background-size: 68px, 22px;
    }
    .advantageDiv h3 {
        font-size: 20px;
    }
    .advantageDiv ol li {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .becomeSpecialistSec h3 {
        font-size: 13.5px;
    }
    .singleSpecialist h3 {
        font-size: 12px;
        padding-left: 48px;
    }
    .becomeSpecialRenoSec h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .becomeSpecialRenoSec ul li {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .becomeSpecialRenoSec ul {
        margin: 15px 0;
    }
    .becomeSpecialRenoSec {
        padding: 74px 0;
    }
     .learnPageBanner .bannerText {
        padding-top: 40px;
    }
    .learnPageBanner .bannerText p {
        font-size: 16px;
        padding-right: 8%;
    }
    .learnPageBanner .bannerText h2 {
        font-size: 40px;
        margin-bottom: 12px;
        line-height: 40px;
    }
    .warningSec .innerTagDiv {
        padding: 20px 20px;
    }
    .becomeSpecialRenoSec ul li ol.listOptions li a .listImage {
        width: 40px;
        min-width: 40px;
        padding: 6px;
        margin-right: 4px;
    }
    .becomeSpecialRenoSec ul li ol.listOptions li a .listImage img {
        width: 28px;
        height: 28px;
     }
     .becomeSpecialRenoSec ul li ol.listOptions li a {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .bannerImage img {
        width: 300px;
        margin: 0 auto;
        display: block;
    }
    .bannerSection {
        background-size: 305px, 30px, 75px;
    }
    .bannerText {
        padding-top: 15px;
        text-align: center;
    }
    .innerTagDiv h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 0;
    }
    .infoImage {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
    .infoText h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .renovationSupplierSec {
        padding: 130px 0 140px;
    }
    .appScreenshotSingle {
        margin-bottom: 30px;
    }
    .renovationSupplierSec h2 {
        font-size: 33px;
    }
    .renovationSupplierSec h3 {
        font-size: 26px;
    }
    .focusingNewlyPropSec h3 {
        font-size: 26px;
    }
    .focusingNewlyPropSec {
        padding: 140px 0 130px;
    }
    .becomeSpecialistSec h2, .advantagesSec h2, .applicationScreenshot h2, .specialistRenovatorSec h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .singleSpecialist h3 {
        font-size: 15px;
    }
    /* .specialRenoImage {
        text-align: center;
    }
    .specialRenoImage img {
        position: unset;
        max-width: 280px;
    } */
    .becomeSpecialRenoSec h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .specialRenoImage img {
        top: -59px;
    }
    .youImage {
        margin-bottom: 45px;
    }
    .renovationSupplierSec.needYouSec h2 {
        font-size: 45px;
    }
    .renovationSupplierSec.needYouSec p {
        font-size: 36px !important;
        letter-spacing: 6px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    section.renovationSupplierSec.needYouSec {
        margin: 20px 0 50px;
        padding: 70px 0;
    }
    .learnPageBanner .bannerText p {
        font-size: 16px;
        padding-right: 0;
    }
    .warningSec .innerTagDiv h2 {
        font-size: 17px;
        line-height: 23px;
        padding: 8px 0;
    }
    .customDataTable ul.pagination li {
        font-size: 12px;
    }
    .customDataTable ul.pagination li a {
        padding: 6px 9px;
    }
    .tableDataSec {
        padding: 20px 0 42px;
    }
    .customDataTable table.dataTable {
        margin-bottom: 0px !important;
    }
    .learnPageBanner .bannerText h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .withNo li {
        padding-left: 0;
    }
    .withNo li span {
        position: unset;
    }
    .becomeSpecialRenoSec.increaseConversionDiv,
    .becomeSpecialRenoSec.transparentBg {
        margin-top: 0px !important;
        padding: 44px 0 !important;
    }
    .customFooter {
        margin-top: 0px !important;
    }
    .quickTraficFactsSec h4 {
        margin-top: 0px !important;
    }
    .singleQuickTraficDiv {
        margin-bottom: 20px !important;
    }
    .exclusiveAgent .specialRenoImage img {
        top: -102px;
    }
    .availablePlateformDiv {
        justify-content: center;
    }
}
@media only screen and (max-width: 575px) {
    
    section.becomeSpecialRenoSec.transparentBg.exclusiveAgent {
        margin-top: -40px !important;
    }
    .mainHeader .navbar .navbar-brand {
        max-width: 180px;
    }
    .bannerImage img {
        width: 310px;
    }
    .bannerText h2 {
        font-size: 35px;
    }
    .bannerText p {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin-top: -1px;
    }
    .innerTagDiv h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .infoSec {
        background-position: 10% 0%, 5% 62%;
        background-size: 55px;
    }
    .becomeSpecialistSec h2, .advantagesSec h2, .applicationScreenshot h2, .specialistRenovatorSec h2 {
        font-size: 26px;
        line-height: 28px;
        font-weight: 600;
    }
    .advantagesSec {
        background-position: 2% 0%, 78% 40%;
        background-size: 43px, 22px;
    }
    .applicationScreenshot {
        padding: 0px;
    }
    .renovationSupplierSec h2 {
        font-size: 20px;
    }
    .renovationSupplierSec h3 {
        font-size: 16px;
        margin: 0;
    }
    .renovationSupplierSec p {
        font-size: 10px;
        margin: 0 0 10px;
    }
    .renovationSupplierSec {
        padding: 40px 0 50px;
    }
    .focusingNewlyPropSec {
        padding: 60px 0 60px;
        margin: 0;
    }
    .focusingNewlyPropSec h3 {
        font-size: 12px;
        max-width: 260px;
        line-height: 17px;
    }
    .specialistRenovatorSec .col-md-3.col-6:nth-child(odd) {
        padding-right: 8px;
    }
    .specialistRenovatorSec .col-md-3.col-6:nth-child(even) {
        padding-left: 8px;
    }
    .singleSpecialist {
        margin-bottom: 16px;
    }
    .singleSpecialist h3 {
        font-size: 11px;
        padding-left: 40px;
        min-height: 40px;
    }
    .singleSpecialist h3 span {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    .becomeSpecialRenoSec {
        text-align: center;
    }
    .specialRenoImage img {
        position: unset;
        max-width: 200px;
        margin: 0 auto 15px;
        display: block;
    }
    .plateformFreeSec .custumButtonArrow {
        margin-top: 0;
    }
    .mainHeader .navbar-collapse {
        position: absolute;
        top: 70px;
        left: -15px;
        width: calc(100% + 30px);
        background: #fff;
        padding: 15px;
        z-index: 5;
    }
    .mainHeader .navbar .nav-item {
        padding: 0;
    }
    .bottomFooter ul {
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }
    .footerLinks li {
        font-size: 13px;
        margin: 0 10px 0 0;
        padding-right: 15px;
    }
    .footerLinks li:last-child {
        margin: 0;
        padding-right: 0;
    }
    .socialIcons {
        text-align: center;
    }
    .socialIcons li {
        display: inline-block;
        margin-right: 15px;
    }
    .socialIcons li:last-child {
        margin: 0;
        padding: 0;
    }
    .renovationSupplierSec.needYouSec h2 {
        font-size: 35px;
    }
    .renovationSupplierSec.needYouSec p {
        font-size: 28px !important;
        letter-spacing: 4px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    section.focusingNewlyPropSec.developmentNameSec {
        padding: 120px 0 80px;
        background-size: cover;
    }
    section.focusingNewlyPropSec.developmentNameSec h3 {
        font-size: 22px;
    }
    section.focusingNewlyPropSec.developmentNameSec p {
        font-size: 18px;
    }
    .becomeSpecialRenoSec ul li ol.socialMediaLinksNew {
        justify-content: center;
    }
    .availablePlateformDiv a {
        width: 130px;
    }
}